body {
    color: #000;
    font-size: 14px;
    font-family: "微软雅黑", "Arial", Helvetica, "黑体", Arial, Tahoma;
    margin: 0 auto;
    position: relative;
    overflow-x: hidden;
    background: #fffefe; 
 
}
.img-hide{ overflow:hidden; display: block; }

.img-hide img,.img-hide div{ transition: 0.5s all; transform: scale(1,1); }
.img-hide:hover img,div.img-hide:hover div{ transform: scale(1.05,1.05); }
.txt-elise{overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;}
li{ list-style:none;}
a{ color: #333; }
ul{ padding:0; margin:0;}
a:hover,a{ text-decoration:none !important;}
a:focus{ text-decoration:none !important; outline: none !important;}
button:focus,button:hover,input:focus{ outline: none!important; }
p{ margin:0; }
img{max-width:100%;display: inline-block;vertical-align: middle;}
.slick-dots li button:before{ display: none; }
.tab-content{ position: relative; }
.tab-content .tab-pane{ display: block; position: absolute; left: 0; top: 0; width: 100%; z-index: -10; opacity: 0; filter:alpha(opacity=0); transition: 0.5s all; }
.tab-content .tab-pane.active{ position: relative; z-index: 10; opacity: 1; filter:alpha(opacity=100); }
.container{ width: 1510px;}

.nav-click{ display: none; }
.menu-button { position: absolute; display: none; top: 18px; right: 15px; z-index: 1000; cursor: pointer; -webkit-transition: .3s; transition: .3s;}
.menu-button .bar:nth-of-type(1) { margin-top: 0px;}
.menu-button .bar:nth-of-type(3) { margin-bottom: 0px;}
.bar { position: relative; display: block; width: 24px; height: 2px; margin: 5px auto; background-color: #013686; border-radius: 10px; -webkit-transition: .3s; transition: .3s; }
.cross{ margin-top: -8px; }
.cross .bar{ margin:13px auto; }
.cross .bar:nth-of-type(1) { -webkit-transform: translateY(15px) rotate(-45deg);-ms-transform: translateY(15px) rotate(-45deg); transform: translateY(15px) rotate(-45deg);}
.cross .bar:nth-of-type(2) {  opacity: 0;}
.cross .bar:nth-of-type(3) { -webkit-transform: translateY(-15px) rotate(45deg); -ms-transform: translateY(-15px) rotate(45deg); transform: translateY(-15px) rotate(45deg);}

.header0{ /*position: fixed */left: 0; top: 0; right: 0; z-index: 100; background: #fff; box-shadow: 0 0 16px rgba(0,0,0,0.21); }
.nav-click,.close{ display: none; }
.menu-button { position: absolute; display: none; top: 18px; right: 15px; z-index: 1000; cursor: pointer; -webkit-transition: .3s; transition: .3s;}
.menu-button .bar:nth-of-type(1) { margin-top: 0px;}
.menu-button .bar:nth-of-type(3) { margin-bottom: 0px;}
.bar { position: relative; display: block; width: 24px; height: 2px; margin: 5px auto; background-color: #fff; border-radius: 10px; -webkit-transition: .3s; transition: .3s; }
.cross{ margin-top: -8px; }
.cross .bar{ margin:13px auto; }
.cross .bar:nth-of-type(1) { -webkit-transform: translateY(15px) rotate(-45deg);-ms-transform: translateY(15px) rotate(-45deg); transform: translateY(15px) rotate(-45deg);}
.cross .bar:nth-of-type(2) {  opacity: 0;}
.cross .bar:nth-of-type(3) { -webkit-transform: translateY(-15px) rotate(45deg); -ms-transform: translateY(-15px) rotate(45deg); transform: translateY(-15px) rotate(45deg);}

.container{ width:1470px; }

.header{ background: url(../images/header.png) center no-repeat; position: fixed; left: 0; top: 0; right: 0; z-index: 100; background-size: cover; padding-top: 18px; }
.search-box{ margin-top: 10px; width: 250px; position: relative; }
.search-box .form-control{ width: 100%; border:none; box-shadow: none; height: 38px; }
.btn-ss{ position: absolute; right: 5px; top: 0; bottom: 0; border:none; box-shadow: none; background: none; }
.nav-list li{ float: left; width: 12.5%; position: relative; margin-top: 25px; }
.nav-list li a{ display: block; padding-bottom: 20px; position: relative; font-size: 18px; color: #fff; }
.nav-list li a:before{ display: block; content: ""; transition: 0.3s all; position: absolute; left: 50%; top: 50%; width: 0px; margin-left: -18px; margin-top: 5px; height: 2px; background: #fff; }
.nav-list li.active a:before,.nav-list li a:hover:before{ width: 36px; font-weight: bold; }
.nav-list li.active a{ font-weight: bold; }
.nav-click{ display: none; }
.nav-down{ position: absolute; left:-20px; right: -20px; background: rgba(28,119,200,0.9); display: none; top: 100%; }
.nav-down li{ float: none; width: 100%; margin:0!important; padding:0!important; border:none!important; }
.nav-down li a{ display: block; text-align: center; line-height: 50px; padding:0; font-weight: normal!important; }
.nav-down li a:hover{ background:#1e91f8; color: #fff; }
.nav-down li a:before{ display: none!important; }
.nav-list li:hover .nav-down{ display: block; }

.banner a div{ width: 100%; height:100%;  }
.banner{ margin:0; overflow:hidden; position: fixed; left: 0; right: 0; top: 0; bottom: 1.6rem; }
.banner .slick-list,.banner .slick-track,.banner .slick-slide,.banner a{ height:100%; }
.banner .slick-dots{ bottom: 0.35rem;  }
.banner .slick-dots li{ margin:0 0.1rem; }
.banner .slick-dots li,.banner .slick-dots li button{ width: 0.16rem; height: 0.16rem; border-radius: 50%; }
.banner .slick-dots li button{ background: #fff; opacity: 0.5; }
.banner .slick-dots li.slick-active button{ opacity: 1; }
/*
.header{ position: fixed ;left: 0; top: 0; right: 0; z-index: 100; background: #fff; box-shadow: 0 0 16px rgba(0,0,0,0.21); }

.nav-list li{ float: left; position: relative; margin-right: 1rem; }
.nav-list li a{ display: block; position: relative; line-height: 1.2rem; font-size: 0.18rem; color: #000; }
.nav-list li.active a.nav-a:before,.nav-list li:hover a.nav-a:before{ display: block; content: ""; position: absolute; left: 50%; bottom: 0; height: 2px; width: 0.56rem; background: #013686; transform: translate(-50%,0); }
.nav-list{ margin-left: 2.25rem; }

.nav-down{ position: absolute; display: none; left: 50%; top: 100%; background: #fff; padding:0.1rem 0 0.2rem 0; transform: translate(-50%,0); white-space:nowrap; }
.nav-down li{ float: none; margin:0!important; padding:0 0.25rem; }
.nav-down li a{ display: block; position: relative; line-height: 0.5rem; border-bottom: solid 1px #ddd; padding-right: 0; font-size: 0.22rem; padding-left: 0.25rem;  }
.nav-down li a:before{ display: block; content: ""; position: absolute; left: 0; width: 0.06rem; height: 0.06rem; top: 50%; border-radius: 50%; background: #777; margin-top: -0.03rem; }
.nav-down li a:hover,.nav-list li a:hover,.footer-down ul li a:hover{ color: #013686;}
.nav-list li:nth-of-type(4){ margin-right: 3.35rem; }
.logo{ position: absolute; left: 0; top: 0; transform: translate(-50%,0);border:red  solid 1px}
.logo img{ width: 100%1.95rem;}*/
.search-a{ position: absolute; right: 0; top:0; bottom: 0; width: 0.95rem; background: #013686 url(../images/search.png) center no-repeat; background-size:0.34rem auto;display:none  }
.footer{ position: fixed; left:0; right: 0; bottom: 0; background: #025eb6; z-index: 1000; }
.banner a{ position: relative; display: block; }
.banner a:before{ display: block; content: ""; position: absolute; left: 0; right: 0; bottom: 0; z-index: 50; height: 1.88rem; background: url(../images/banner-bottom.png) center no-repeat; background-size: 100% 100%; }
.footer-bottom{ font-size: 0.18rem; color: #fff; padding:0.2rem; }
.footer-bottom img{ width: 0.37rem; margin-right: 0.2rem; }
.footer-top{ background: #00509d; }
.footer-warp{ width: 10.2rem; margin:0 auto; }
.footer-left{ font-size: 0.24rem; color: #fff; line-height: 0.76rem; }
.footer-link{ display: block; float: left; position: relative; line-height: 0.76rem; padding-left: 0.5rem; color: #fff; margin:0 0.5rem; font-size: 0.16rem; }
.footer-link:link { color:#ffffff; text-decoration:none; }
.footer-link:visited { color:#ffffff; text-decoration:none; }
.footer-link:hover { color:#fff; text-decoration:underline; }
.footer-link:active { color:#ffffff; text-decoration:none; }

.footer-link i{ position: absolute; left: 0; top: 0; bottom: 0; }
.footer-link:last-child{ margin-right: 0; }
.footer-link:before{ display: block; content: ""; position: absolute; right: -0.5rem; top: 0; bottom: 0; border-right: solid 1px #fff; }
.footer-top .footer-link:last-child:before{ display: none; }
.footer-link img{ height: 0.38rem; }
.footer-down{ position: absolute; display: none; bottom: 100%; left: -0.2rem; width: 4rem; padding-bottom: 0.1rem; }
.footer-down ul{ background: #fff; padding:0.15rem 0; border-radius: 0.1rem; box-shadow: 0 0 6px rgba(0,36,71,1); }
.footer-down ul li a{ display: block; line-height: 1.2; padding:0.06rem 0.25rem; display: block; font-size: 0.18rem; color: #000; }
.footer-down:before{ display: block; content: ""; position: absolute; bottom: 0; left: 0.8rem; width: 0.12rem; height: 0.1rem; background: url(../images/raw.png) center no-repeat; background-size: 100% auto; }
.footer-link:hover .footer-down{ display: block; }
.footer-link:hover{ color: #fff; }
.ewm-box-c{ padding:0.1rem; background: #fff; width: 1.7rem; border-radius: 0.1rem; }
.ewm-box-c img{ width: 1.5rem; max-width: 1.5rem; height: 1.5rem; }
.body_b.showdiv{ z-index: 1000; }
.banner-list img{ width: 100%; }
.footer-list{ position: static; }
/*
.btn-search-c,.btn-search-c:hover,.btn-search-c:focus{ position: absolute; right: 0; background: #9a0813; top: 0; width: 115px; height: 54px;border:none; border-radius: 0;padding:0}.modal-back{position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 100000; background: rgba(0,0,0,0.5);}
.layer{background:rgba(0,0,0,0.8);position: fixed;left:0;top:0;right:0;bottom:0;z-index:10;opacity:0; z-index: -1; transition:all 0.3s ease-out 0s;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;}
.layer.showdiv{opacity:1;visibility:visible; z-index: 100000;}
.layer .close{font-size:60px; font-family: "ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â®ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â½ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ"; position:absolute;right:50px;top:50px;width:80px;height:80px;text-align: center;line-height:80px;cursor:pointer;color:#ccc;}
.layer .search_box{height:45px;line-height:45px;width:550px;display:-ms-flexbox;display:flex;transform:translateY(-50px);opacity:0;margin-top:-100px;}
.layer.showdiv .search_box{transform:none;transition:all 0.5s ease-out 0s;opacity:1;}
.layer .search_box .kw{background:#fff;border:none;-ms-flex:1;flex:1;padding:0 12px;height: 44.5px;font-size:16px;-webkit-appearance:none;appearance:none;border-radius:0;}
.layer .search_box .ok{background:#13639a;color:#fff;box-shadow: none;border:none;width:120px;text-align: center;font-size:18px;cursor: pointer;-webkit-appearance:none;appearance:none;border-radius:0;position: relative;left: -10px;}
.layer.active{ opacity: 1; z-index: 1000000; }


.layer2{ transition:all 0.3s ease-out 0s;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin-top:20px}


.layer2 .search_box{height:45px;line-height:45px;width:550px;display:-ms-flexbox;display:flex;opacity:100%;font-size:20px}
.layer2 .search_box .kw{background:#fff;-ms-flex:1;flex:1;padding:0 12px;height: 44.5px;font-size:16px;-webkit-appearance:none;appearance:none;border-radius:0;}
.layer2 .search_box .ok{background:#13639a;color:#fff;box-shadow: none;border:none;width:120px;text-align: center;font-size:18px;cursor: pointer;-webkit-appearance:none;appearance:none;border-radius:0;position: relative;left: -10px;}
.layer2.active{ opacity: 1; z-index: 1000000; }

*/

.list-left { width: 290px; padding-bottom: 55px; margin-top: 40px; box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px; background: rgb(255, 255, 255); }
.list-left-tt span { display: block; font-size: 24px; color: rgb(255, 255, 255); font-weight: bold; }
.list-left-tt { height: 88px; background: #013686; line-height: 88px; }
.left-nav li a { display: block; position: relative; line-height: 60px; font-size: 20px; color: rgb(51, 51, 51); text-align: center; }
.left-nav li { position: relative; }
.left-nav li a::before { display: block; content: ""; position: absolute; left: 25px; right: 25px; bottom: 0px; border-bottom: 1px solid rgb(221, 221, 221); }
.left-nav-down li a { line-height: 40px; font-size: 16px; color: rgb(51, 51, 51); padding-left: 25px; }
.left-nav-down li a::before { display: none; }
.left-nav li.active { box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px; background: rgb(255, 255, 255); margin-top: -1px; }
.left-nav li.active::before { display: block; content: ""; position: absolute; left: 0px; top: 0px; bottom: 0px; width: 4px; background: #013686; }
.left-nav li.active a { color: #013686; font-weight: bold; }
.left-nav li.active .left-nav-down li a { color: rgb(51, 51, 51); font-weight: normal; }
.left-nav-down { padding: 10px 0px; display: none; }
.left-nav li a:hover { color: #013686 !important; }
.left-nav { padding-top: 20px; }
.container-list { max-width: 1330px; }
.list-ssjgy { width: 1300px; margin-top: 40px; }
.list-right { width: 950px; margin-top: 40px; }
.nav-b { color: rgb(153, 153, 153); font-size: 14px; }
.nav-b a { color: rgb(153, 153, 153); }
.list-top { border-bottom: 1px solid rgb(221, 221, 221); padding-bottom: 15px; }
.article-tt { font-size: 24px; color: rgb(51, 51, 51); font-weight: bold; margin-top: 20px; margin-bottom: 0px; }
.article-sm { border-top: 1px dashed rgb(221, 221, 221); max-width: 100%; margin: 30px auto 0px; border-bottom: 1px dashed rgb(221, 221, 221); padding: 15px 0px; font-size: 16px; }
.article-sm span {padding: 0px 4px;}
.article-p p,.article-p span {/*text-align: justify;*/font-size: 16px/* !important;*/color: rgb(51, 51, 51);line-height: 1.75 !important;margin-bottom: 10px;/*font-family: calibri!important;*/background:none !important;}
.article-p span {text-indent: 0em !important;}
/*.article-p p{text-indent: 2em;}*/
.article-p table p{text-indent: 0em;}
.article-p { margin-top: 40px;font-size: 16px;line-height: 1.75 !important; }
.article-p img{ text-align:center;margin:0 auto; }

/* 自定义表格类名，避免污染全局 */
    .article-p table {
        width: 98%;
        margin: 0 auto; /* 替代 align="center" */
        border-collapse: collapse; /* 核心：合并相邻单元格的边框为单线 */
        border-spacing: 0;         /* 清除默认的单元格间距 */
    }

    .article-p th, 
    .article-p td {
        border: 1px solid #000000; /* 设置统一的细实线边框 */
        padding: 5px;              /* 替代 cellpadding="5" */
        text-align: center;        /* 替代 align="center" */
        background-color: #ffffff; /* 替代 bgcolor="#ffffff" */
    }

    /* 如果表头需要特殊样式，可以单独定义 */
   .article-p th {
        font-weight: bold;
    }

.article-link p a { font-size: 16px; color: rgb(51, 51, 51); display: block; }
.article-link p a span { font-weight: bold; }
.article-link { border-top: 1px dashed rgb(221, 221, 221); padding-top: 30px; }
.article-link p { margin-bottom: 20px; }
.list-box { padding-bottom: 50px;}
.list-left-tt-phone { display: none; }
.img-lb li { padding: 0px 25px; margin-bottom: 50px; width: 50%; }
.img-lb { margin: 0px -25px; padding-top: 20px;     display: flex;
    flex-wrap: wrap;}
.img-lb-tt { font-size: 18px; color: rgb(51, 51, 51); margin-top: 20px;text-align:center; }
.img-lb-img { position: relative; padding-top: 67%; }
.img-lb-img img { position: absolute; left: 0px; top: 0px; height: 100%; width: 100%; }
.img-lb li a { display: block; }
.img-ul-left img { width: 260px; height: 175px; }
.img-ul-left a{ display: block; }
.img-ul-a li { padding: 35px 0px; border-bottom: 1px dashed rgb(221, 221, 221); transition: all 0.5s ease 0s; }
.img-ul-right { margin-left: 290px; }
.img-ul-tt a {display: block; font-size: 18px; color: rgb(51, 51, 51); }
.img-ul-p { color: rgb(153, 153, 153); font-size: 14px; line-height: 25px; height: 75px; overflow: hidden; margin-top: 15px; }
.img-ul-date { color: rgb(153, 153, 153); font-size: 14px; margin-top: 20px; background: url("../images/icon-date.png") left center no-repeat; padding-left: 20px; }
.img-ul-a li:hover { box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px; background: rgb(255, 255, 255); border-color: transparent; padding: 35px; }
.img-ul-a li:last-child { border: none; }
.img-ul-a { padding-bottom: 30px; }
.wz-ul-date { width: 80px; height: 80px; background: rgb(246, 246, 246); padding-left: 15px; padding-top: 12px; line-height: 25px; }
.wz-ul-date span { font-weight: bold; font-size: 18px; }
.wz-ul li { padding: 20px 0px; border-bottom: 1px dashed rgb(221, 221, 221); }
.wz-ul-right { margin-left: 105px; padding-top: 5px; }
.wz-ul-tt a { font-size: 18px; color: rgb(51, 51, 51); font-weight: bold; /*display: block; */}
.wz-ul-p { margin-top: 15px; color: rgb(153, 153, 153); font-size: 14px; }
.wz-ul { margin-bottom: 30px; font-size: 14px; }
.wz-ul li:hover .wz-ul-date { background: rgb(187, 1, 14); color: rgb(255, 255, 255); }
.wz-ul li:hover .wz-ul-tt a { color: rgb(187, 1, 14); }
.table-bordered { border: none; }
.table-bordered > thead > tr > th { background: rgb(233, 244, 255); font-size: 22px; color: rgb(51, 51, 51); font-weight: normal; padding: 20px 20px 20px 120px; border: none; }
.table-bordered > tbody > tr > td { font-size: 20px; color: rgb(51, 51, 51); padding: 20px 20px 20px 120px; border-color: rgb(243, 243, 243); background: rgb(255, 255, 255); }
.table-box { margin: 50px 40px; }
.ld-img img { width: 260px; height: 200px; }
.ld-right { margin-left: 290px; padding-top: 15px; }
.ld-name a { font-size: 22px; color: rgb(51, 51, 51); font-weight: bold; }
.ld-txt { color: rgb(153, 153, 153); line-height: 25px; margin-top: 15px; text-align: justify; }
.ld-ul li { border-bottom: 1px dashed rgb(221, 221, 221); font-size: 14px; padding: 40px 0px; }
.ld-ul { padding-bottom: 30px; }
.jg-title { font-size: 30px; padding-bottom: 20px; margin-top: 40px; border-bottom: 1px solid rgb(221, 221, 221); }
.jg-title span { float: left; width: 50px; }
.jg-ul li { float: left; padding: 0px 10px 0px 0px; height: 60px; width: 50%; }
.jg-ul li a { display: block; padding-left: 32px; background: url("../images/icon-jg05.png") left center no-repeat; font-size: 16px; color: rgb(51, 51, 51); margin-top: -13px; }
.jg-ul { margin-top: 40px; margin-bottom: -20px; }
.jg-ul li a:hover { background: url("../images/icon-jg06.png") left center no-repeat; color: #013686;); }
.img-ul-tt a:hover, .nav-b a:hover, .ld-name a:hover, a:hover .img-lb-tt { color: #013686;; }

.banner-list img{ width: 100%; }
.article-link p a:hover{ color: #A40909; }

.title-more-b{margin-top: 0.3rem;margin-left:0;}
.tow-title a{ color: #fff; }
.tow-title a:hover{ text-decoration: underline!important; }
    .cx-box-left{ width: 310px; }
    .cx-box-right{ width: 760px; }




      .list-right { width: 950px; }
  .table-bordered > thead > tr > th, .table-bordered > tbody > tr > td { padding-left: 60px; }
  .xs-list li a{ height: 370px; }

  .nav-list-news li a{ font-size: 18px;padding: 0 31px; }
  .ss-list li{ width: 330px; }
  .ss-list-img img{ height: 122px; }

.nav-click{ display: none; }

.nav-list li:hover .nav-down{ display: block; }
.lb-list li a:hover{ color: #013686; }
.case-slick{ width: 100%; }
/*.search_box {
            background: white;
            padding: 20px;
            border-radius: 15px;
            margin-bottom: 20px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.2);
            display: flex;
            gap: 10px;
			
        }*/
        .searchtitle{font-size:18px;line-height:60px}
		.searchtitle2 a:link{font-size:18px ;color:#2438CF}
        .search-input {
            flex: 1;
            padding: 12px 20px;
            border: 2px solid #e0e0e0;
            border-radius: 25px;
            font-size: 16px;
            outline: none;
        }
        
        .search-input:focus {
            border-color: #667eea;
        }
        
        .search-btn {
            padding: 12px 30px;
            background: linear-gradient(135deg, #1469CB 0%, #1469CB 100%);
            color: white;
            border: none;
            border-radius: 25px;
            cursor: pointer;
            font-size: 16px;
        }
        
        .search-btn:hover {
            transform: scale(1.05);
        }
		.Search_results{ font-size: 18px;}
        #serachTol{color:#F73131;font-size: 20px;}
        .result-info {
            background: white;
            padding: 10px 20px;
            border-radius: 10px;
            margin-bottom: 20px;
            text-align: center;
            color: #667eea;
            font-size: 14px;
        }
		/* 滚动加载动画 */
.search-result-item {
    opacity: 0;
    animation: fadeInUp 0.4s ease forwards;
	height:120px
}

.search-result-item:nth-child(1) { animation-delay: 0.05s; }
.search-result-item:nth-child(2) { animation-delay: 0.10s; }
.search-result-item:nth-child(3) { animation-delay: 0.15s; }
.search-result-item:nth-child(4) { animation-delay: 0.20s; }
.search-result-item:nth-child(5) { animation-delay: 0.25s; }

.news-ul{margin-top:20px}
        
        .scroll-container {
            background: white;
            border-radius: 15px;
            height: 500px;
            overflow-y: auto;
            padding: 20px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.2);
        }
        
        .single_item {
            background: #f8f9fa;
            padding: 20px;
            margin-bottom: 15px;
            border-radius: 10px;
            border-left: 4px solid #667eea;
            transition: all 0.3s ease;
            animation: fadeInUp 0.3s ease;
        }
        
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        .title {
            font-size: 18px;
            font-weight: bold;
            color: #333;
            margin-bottom: 10px;
        }
        
        .content {
            color: #666;
            line-height: 1.6;
            margin-bottom: 10px;
        }
        
        .time {
            font-size: 12px;
            color: #999;
        }
        
        .category {
            display: inline-block;
            background: #667eea;
            color: white;
            padding: 3px 10px;
            border-radius: 15px;
            font-size: 11px;
            margin-left: 10px;
        }
        
        .search-highlight {
            
            color: #F73131;
            padding: 0 2px;
            border-radius: 3px;
            font-weight: bold;
        }
        
        .loading {
            text-align: center;
            padding: 20px;
            color: #667eea;
        }
        
        .get_more {
            display: block;
            text-align: center;
            padding: 12px;
            background: #667eea;
            color: white;
            cursor: pointer;
            border-radius: 8px;
            margin-top: 15px;
            transition: all 0.3s ease;
        }
        
        .get_more:hover {
            background: #764ba2;
        }
        
        .get_more.hide {
            display: none;
        }
        
        .info-bar {
            position: fixed;
            bottom: 20px;
            right: 20px;
            background: rgba(0,0,0,0.8);
            color: white;
            padding: 8px 15px;
            border-radius: 20px;
            font-size: 12px;
            z-index: 1000;
        }
        
        .debug-btn {
            position: fixed;
            bottom: 20px;
            left: 20px;
            background: #667eea;
            color: white;
            border: none;
            padding: 8px 15px;
            border-radius: 20px;
            cursor: pointer;
            font-size: 12px;
            z-index: 1000;
        }
@media( max-width: 1479px){
  .container{ width: 1230px; }

}
@media( max-width: 1279px){
  .container{ width: 970px; }

  .list-right{ width: 620px; }
  .title{ padding-left: 110px; }

}
@media( max-width: 991px){
  .container{ width: 750px; }
  .one-right{ width: 100%;  }
  .one-right.pull-right{ margin-top: 42px; }
  .img-slick{ width: 100%; }
  .fc-list li{ width: 50%; margin-bottom: 25px; }
  .index-three{ padding-bottom: 0; }

  .list-right{ width: 400px; }



}


@media( max-width: 768px){



	.container{ width: 100%; }


	body{ padding-top: 50px; }

    .nav-list li:hover .nav-down{ display: none; }
    .nav-list li{ float: none; border:none; width: 100%; margin:0; padding:0; }
    .nav-list li a{ display: block; color: #333!important; background: none!important; text-align: left; font-size: 16px; padding:0px 15px; line-height: 40px; }
    .nav-click { display: block; transition: 0.3s all; z-index: 10000; position: absolute; color: #333; right: 0; top: 0; width: 40px; height: 40px; text-align: center; line-height: 40px;}
    .nav-click.active{ transform: rotate(180deg); }
    .nav-down{ position: static; margin:0; width: 100%; padding:0; border:none; background: none; transform: translate(0,0); }
    .nav-down li a{ text-align: left; padding:0 25px; color: #333; }
    .nav-list li:hover .nav-down{ display: none; }
    .menu-button{ display: block; }
    .nav-list{ position: fixed; border:none; display: none; left: 0; width: 100%; margin-left: 0; top: 50px; border-top: solid 1px #ddd; right: 0; bottom: 0; background: #fff; }
    .nav-list li a:before{ display: none!important; }
.header{ height: 50px; z-index: 10000; }
.logo img{ width: 200px; height: auto;margin-top:-15px }
/*.search-a{ right: auto; width: 50px; background-size: 24px auto;display:none }*/
.footer-bottom{ font-size: 14px; padding:15px; }
.footer-bottom img{ display: block; margin:0 auto 10px auto; height: 35px; width: auto; }
.footer-warp{ width: 100%; margin:0 auto; padding:15px; }
.footer-left{ width: 100%; font-size: 16px; margin-bottom: 10px; }
.footer-link{ width: 50%; font-size: 14px; margin:0; line-height: 50px; padding-left: 40px; }
.footer-link img{ height: 30px; }
.footer-link:before{ display: none; }
.banner{ bottom: 250px; }
.banner .slick-dots{ bottom: 40px; }
.banner a:before{ height: 80px; }
.footer{ padding-top: 0; }
.banner .slick-dots li, .banner .slick-dots li button{ width: 10px; height: 10px; }
.banner .slick-dots li{ margin:0 5px; }
.footer-down{ left: 0; right: 0; width: auto; padding-bottom: 10px; }
.footer-down ul li a{ font-size: 14px; padding:6px 15px; }
.footer-down ul{ padding:10px 0; border-radius: 6px; }
.footer-down:before{ width: 12px; height: 10px; background-size: 100% 100%; }
.ewm-box-c{ padding:10px; background: #fff; width: 140px; left: 0; margin-left: 0px; border-radius: 6px; }
.ewm-box-c img{ width: 120px; max-width: 120px; height: 120px; }
.ewm-box-down:before{ left: 50%!important; margin-left: -6px; bottom: 0px; }
.ewm-box-down{ width:140px; }




.layer{background:rgba(0,0,0,0.8); display: none; position: fixed;left:0;top:0;right:0;bottom:0;z-index:1000000;opacity:0; z-index: -1; transition:all 0.3s ease-out 0s;}
.layer.showdiv{opacity:1;visibility:visible; z-index: 100000;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;}
.layer .close{font-size:60px; display: block; font-family: "宋体"; position:absolute;right:50px;top:50px;width:80px;height:80px;text-align: center;line-height:80px;cursor:pointer;color:#ccc;}
.layer .search_box{height:45px;line-height:45px;width:600px; margin-left: 5%; display:-ms-flexbox;display:flex;transform:translateY(-50px);opacity:0;margin-top:-100px;}
.layer.showdiv .search_box{transform:none;transition:all 0.5s ease-out 0s;opacity:1;}
.layer .search_box .kw{background:#fff; height: 45px; border:none; -ms-flex:1;flex:1;padding:0 12px;font-size:16px;-webkit-appearance:none;appearance:none;border-radius:0;}
.layer .search_box .ok{background:#94070a url(../images/search.png) center no-repeat!important; right: 0; color:#fff; box-shadow: none; border:none; width:120px;text-align: center;font-size:18px;cursor: pointer;-webkit-appearance:none;appearance:none;border-radius:0;}
.layer.active{ opacity: 1; z-index: 1000000; }

.layer .close{ top: 60px; width: 60px; right: 5%; }
.layer .close{ top: 50%; width: 40px; margin-top: -160px; right: 5%; }

    .layer .search_box{ width: 90%; left: 0; margin-left: 0; }
    .search-a{ display: block; position: absolute; top: 0; margin-right: 0; right: 55px; z-index: 10000; line-height: 50px;background: none }
    .header-top{ padding:0; }
    .nav-bottom{ float: none!important; margin:0 -15px; }
    .nav-bottom li{ width: 25%; margin:0; text-align: center; }
    .phone,.ewm-img{ display: none; }
    .img-a{ margin:0 -15px; }
    .nav-bottom li a{ padding:15px 0; }
    .img-list-left,.img-list-ul li:nth-child(even) .img-list-left{ width: 100%; padding:20px; }
    .img-list-img{ width: 100%; }


    .zp-nav-list{ position: static; width: 100%; margin:0; }
    .zp-nav-list li{ width: 50%;     border-bottom: solid 1px #ddd; }
    .zp-nav-list li:last-child{ width: 100%; }
    .fw-box-tt{ font-size: 24px; margin:25px 0; }
    .fw-list li{ width: 100%; padding:0; margin-bottom: 15px; }
    .fw-list li:last-child{ margin:0; }
    .fw-list{ padding:0; background: none; }
    .fw-list:before,.fw-list-back{ background: none; }
    .case-tabs li{ width: 50%;border-bottom: solid 1px #eee; }
    .case-tabs{ width: 100%; }
    .case-tabs li.active a:before{ display: none; }
    .dt-ul{ padding:0; }
    .dt-ul li{ width: 100%; padding:0; }
    .ewm-box{ width: 100%; padding-top: 20px; }
    .ewm-box .pull-left{ width: 33.333333%; margin:0; }



     .logo-news img{ height: 25px; }
    .ss-list li{ width: 100%; }
    .ss-list{ padding:0; }
    .ss-list-img img{ height: auto; }
    .ss-date{ margin-top: 10px; }
    .ss-list li a{ height: auto; }
    .search-back{ padding-bottom: 30px; }
    body{ padding-top: 50px; }
.article-p table{overflow-x: auto;width: 103%;display:block;}

.article-p table tbody{width:650px;>;display: block;}
    .container{ width: 100%; }

.search-box-header{ width: 100%; }
.btn-search-a{ font-size: 14px; width: 60px; height: 40px; }
.search-box-header .form-control{ font-size: 14px; height: 40px; padding-right: 70px; }

.header-slick,.header-slick-img{ height: 150px; }  


  .list-left { width: 100%; margin-top: 20px; padding: 0px; }
  .list-left-tt { height: 60px; line-height: 60px; font-size: 18px; text-align: left; padding-left: 20px; }
  .list-left-tt span { font-size: 18px; }
  .left-nav { padding: 0px; display: none; }
  .list-right { width: 100%; margin-top: 20px; }
  .article-tt { font-size: 18px; }
  .article-sm span { font-size: 14px; line-height: 25px; }
  .article-p p {font-size: 16px !important;line-height: 30px !important;margin-bottom: 10px;text-indent: 2em;}
  .article-p { margin-top: 20px; }
  .article-link p a { font-size: 14px; }
  .article-link p { margin-bottom: 10px; }
  .article-link { padding: 20px 0px; }
  .list-left-tt { display: none; }
  .list-left-tt-phone { display: block; position: relative; }
  .list-left-tt-phone .nav-click { height: 60px; line-height: 60px; color: rgb(255, 255, 255); }
  .left-nav li a { line-height: 40px; font-size: 16px; }
  .img-lb-tt { font-size: 14px; margin-top: 10px; }
  .img-lb li {padding: 0px 8px;margin-bottom: 15px;width: 100%;height: auto !important;}
  .img-lb { margin: 0px -8px; padding-bottom: 15px; }
  .list-box { padding-bottom: 30px; }
  .img-ul-left img { width: 130px; height: 80px; }
  .img-ul-right { margin-left: 140px; }
  .img-ul-p { height: 50px; margin-top: 5px; }
  .img-ul-date { display: none; }
  .img-ul-a li { padding: 15px 0px; }
  .img-ul-a li:hover { padding: 15px; }
  .img-ul-tt a { font-size: 16px; }
  .table-bordered > thead > tr > th, .table-bordered > tbody > tr > td { font-size: 14px; padding: 8px 15px; }
  .table-box { margin: 20px 0px; }
  .jg-title { margin-top: 20px; padding-bottom: 10px; font-size: 24px; }
  .ld-img { width: 100%; text-align: center; float: none !important; }
  .ld-right { margin: 20px 0px 0px; }
  .gd-slick { margin-top: 20px; }




    .container{ width: 100%!important; padding:0 15px; }
 .searchtitle{font-size:18px;line-height:30px ;display:none}
 .searchtitle2{font-size:18px;line-height:30px ;color:#2438CF}
 .searchtitle2 a:link{font-size:18px ;color:#2438CF}
.search_box {
            background: white;
            padding: 10px 10px;
            border-radius: 15px;
            margin-bottom: 20px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.2);
            display: flex;
            gap: 5px;
			margin-top:15px
			
        }
		.search-btn {
            padding: 5px 30px;
            background: linear-gradient(135deg, #1469CB 0%, #1469CB 100%);
            color: white;
            border: none;
            border-radius: 25px;
            cursor: pointer;
            font-size: 16px;
        }
		.search-result-item {
    opacity: 0;
    animation: fadeInUp 0.4s ease forwards;
	height:220px
}
}
@media( max-width: 374px){
  .logo{ width: 200px; }
}