body{background: #fff;font-size:14px;font-family:"Microsoft YaHei","微软雅黑",Arial,sans-serif;color:#333;max-width: 1920px;margin:0 auto;}
*{margin:0;padding:0;box-sizing: border-box;}
ul,dl,dd,dt,h2,p,h3,h4,h1{margin:0;}
ul,li{list-style: none;}
i{font-style: normal;}
a{cursor: pointer;color:inherit;}
a:hover,a:focus{text-decoration: none;color:inherit;}

.fs0{font-size:0;}
.fs160{font-size: 1.6rem;line-height: 1;}
.fs70{font-size: 70px;font-size:0.7rem;line-height: 1;}
.fs54{font-size: 54px;font-size:0.54rem;line-height: 1;}
.fs50{font-size: 50px;font-size:0.5rem;}
.fs48{font-size: 48px;font-size:0.48rem;}
.fs47{font-size: 47px;font-size:0.47rem;}
.fs38{font-size: 38px;font-size:0.38rem;}
.fs32{font-size: 32px;font-size:0.32rem;}
.fs30{font-size: 30px;font-size:0.3rem;}
.fs26{font-size: 26px;font-size:0.26rem;}
.fs24{font-size: 24px;font-size:0.24rem;}
.fs22{font-size: 22px;font-size:0.22rem;}
.fs20{font-size: 20px;}
.fs18{font-size: 18px;}
.fs16{font-size: 16px;}


.fs30.syel{font-size:18px;}

@font-face{font-family: "iconfont";
 src: url('../fonts/iconfont.eot'); /* IE9*/
 src: url('../fonts/iconfont.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
 url('../fonts/iconfont.woff') format('woff'), /* chrome, firefox */
 url('../fonts/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
 url('../fonts/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont {
 font-family:"iconfont" !important;
 display:inline-block;
 vertical-align: middle;
 margin:0 .3em;
 font-size: 1.1em;
 font-style:normal;
 -webkit-font-smoothing: antialiased;
 -webkit-text-stroke-width: 0px;
 -moz-osx-font-smoothing: grayscale; 
}


@font-face{
 font-family: 'syb';
 src:url('sybold Bold.ttf');
}
@font-face{
 font-family: 'syel';
 src:url('syelight.otf');
}


.ht{font-family: '黑体';}
.syb{font-family: 'syb';}
.syel{font-family: 'syel';}
.c0{color:#000;}
.c3{color:#333;}
.c6{color:#666;}
.fl{float:left;}
.fr{float:right!important;}
.mb10{margin-bottom: 10px;}
.mt10{margin-top: 10px;}
.mt5{margin-top: 5px;}
.pr{position: relative;}
.bold{font-weight: bold;}
.img-responsive{display: block;margin:0 auto;}
.flex,.flexC{ display: -webkit-box;display: -webkit-flex; display: -ms-flexbox; display: flex;}
.flex>.sub,.flexC>.sub{ -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; overflow: hidden;}
.flexC{-webkit-flex-direction: column; flex-direction: column;}
.sb{justify-content: space-between;}
.jc{justify-content: center;}
.ai{align-items: center;}
.wrap{flex-wrap: wrap;}
.oneLine{white-space: nowrap;width: 100%;overflow: hidden;text-overflow: ellipsis;}
.twoLine{text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;}
.no-padding{padding-left:0;padding-right: 0;}
.padding{padding:0 3%;}
.bg{background: #f8f8f8;}
.navbar{margin:0;border:none;background: none;color:#fff;}
.navbar-brand{height: auto;padding:20px 15px;display: inline-block;}
/*.navbar-collapse{padding:20px 0;}*/
.logo-m{display: none!important;}
.navbar-brand>img{max-height: 55px;}
.imghover{transition: all linear .6s;}
.imghover:hover{transform: scale(1.08);}
.mix{position: absolute;top:50%;left:50%;transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);}
.w1400{width: 85%;max-width: 1470px;margin-left:auto;margin-right: auto;}
.css3{-webkit-transition-duration: 0.5s; -ms-transition-duration: 0.5s; -o-transition-duration: 0.5s; -moz-transition-duration: 0.5s; transition-duration: 0.5s;}
.css3l{-webkit-transition-duration: 1s; -ms-transition-duration: 1s; -o-transition-duration: 1s; -moz-transition-duration: 1s; transition-duration: 1s;}
.full_img{width:100%;height: 100%;object-fit: cover;object-position: center;}

.common_btn{position: relative;overflow: hidden;}
.common_btn>span{display:inline-block;vertical-align:middle;opacity:0;filter: alpha(opacity=0);color:#fff;-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0);-webkit-transition:-webkit-transform .3s,opacity .3s;transition:transform .3s,opacity .3s;-webkit-transition-timing-function:cubic-bezier(.75,0,.125,1);transition-timing-function:cubic-bezier(.75,0,.125,1);vertical-align:0}
.common_btn::before{content:attr(c-text);position:absolute;top:0;left:10%;width:80%;height:100%;-webkit-transition:-webkit-transform .3s,opacity .3s;transition:transform .3s,opacity .3s;-webkit-transition-timing-function:cubic-bezier(.75,0,.125,1);transition-timing-function:cubic-bezier(.75,0,.125,1);display: none\0;}
.common_btn:hover .iconfont{color:#fff;}
/*.common_btn:hover{background:#d20319;}*/
.common_btn:hover::before{opacity:0;filter: alpha(opacity=0);-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}
.common_btn:hover>span{opacity:1;filter: alpha(opacity=100);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);display: inline-block;}
.common_btn>span.sep{width: 5px;height: 5px;display: inline-block;}
.common_btn:hover>span:nth-child(1){-webkit-transition-delay:45ms;transition-delay:45ms}
.common_btn:hover>span:nth-child(2){-webkit-transition-delay:.09s;transition-delay:.09s}
.common_btn:hover>span:nth-child(3){-webkit-transition-delay:.135s;transition-delay:.135s}
.common_btn:hover>span:nth-child(4){-webkit-transition-delay:.18s;transition-delay:.18s}
.common_btn:hover>span:nth-child(5){-webkit-transition-delay:.225s;transition-delay:.225s}
.common_btn:hover>span:nth-child(6){-webkit-transition-delay:.27s;transition-delay:.27s}
.common_btn:hover>span:nth-child(7){-webkit-transition-delay:.315s;transition-delay:.315s}
.common_btn:hover>span:nth-child(8){-webkit-transition-delay:.36s;transition-delay:.36s}
.common_btn:hover>span:nth-child(9){-webkit-transition-delay:.405s;transition-delay:.405s}
.common_btn:hover>span:nth-child(10){-webkit-transition-delay:.45s;transition-delay:.45s}
.common_btn:hover>span:nth-child(11){-webkit-transition-delay:.495s;transition-delay:.495s}
.common_btn:hover>span:nth-child(12){-webkit-transition-delay:.54s;transition-delay:.54s}
.common_btn:hover>span:nth-child(13){-webkit-transition-delay:.585s;transition-delay:.585s}
.common_btn:hover>span:nth-child(14){-webkit-transition-delay:.63s;transition-delay:.63s}
.common_btn:hover>span:nth-child(15){-webkit-transition-delay:.675s;transition-delay:.675s}
.common_btn:hover>span:nth-child(16){-webkit-transition-delay:.72s;transition-delay:.72s}
.common_btn:hover>span:nth-child(17){-webkit-transition-delay:.765s;transition-delay:.765s}
.common_btn:hover>span:nth-child(18){-webkit-transition-delay:.81s;transition-delay:.81s}
.common_btn:hover>span:nth-child(19){-webkit-transition-delay:.855s;transition-delay:.855s}
.common_btn:hover>span:nth-child(20){-webkit-transition-delay:.9s;transition-delay:.9s}
.common_btn.static_btn:hover{background:none;}
.common_btn.static_btn>span{color:#d20319;}
.common_btn.static_btn::before{left:0;}

.common-btn{border-radius:999px;width:310px;text-align: center;max-width: 60%;margin-left:auto;margin-right: auto;display: block;line-height: 58px;border:3px solid #313131;}
.common-btn:hover{border-color:#0084e9;background: #0084e9;color:#fff;}

.view-more{font-family: 'syel';letter-spacing: 1px;color:#fff;display: block;background: #005aba;text-align: center;width:184px;line-height: 46px;border-radius:2px;overflow: hidden;}
.view-more:hover{color:#fff;}

.container{max-width: 1470px;}
@media (min-width: 767px){
 .container{width:88%;}
}
@media (min-width: 1000px){
 .container{width:90%;}
}
@media (min-width: 1500px){
 .container{width: 1470px;}
}

.wrapper .container,.footer-box .container{max-width: 1750px;}
@media (min-width: 767px){
 .wrapper .container,.footer-box .container{width:96%;}
}
@media (min-width: 1200px){
 .wrapper .container,.footer-box .container{width:93%;}
}



/* 导航部分 */
.header-blank{height:80px;}
.header{position: fixed;top:0; left:0; right:0; background: #fff;z-index: 99;transition: top .5s ease;-webkit-transition:top .5s ease; -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s;}
.header.fixed{top:0;box-shadow: 0 6px 10px 0 rgba(7,0,2,.15); background:#fff;}
.header_box{position: relative;font-size:16px;}
.header .header_logo{position: absolute;left:3%;top:0;bottom:0;max-width: 15%;}
.header .header_logo .flexC{height: 100%;}
.header .header_logo img{max-height:90%;margin:0;}
.header .header_nav{text-align: right;}
.header .header_nav .nav_container>ul>li{display: inline-block;text-align: center;margin-right:1.9%;}
.header .header_nav li{position: relative;}
.header .header_nav .nav_container>ul>li>a{display: block;padding:0 18px;line-height:80px;color:#1a1a1a;position: relative;}
.header .header_nav .nav_container>ul>li>a.active,.header .header_nav .nav_container>ul>li>a:hover{background: #005aba;color:#fff;}
.header .header_nav .nav_container .dropdown-menu{margin:0;padding:0;border:none;border-radius:0;background: rgba(255,255,255,1);font-size:15px;}
.dropdown-menu li a{display: block;white-space: nowrap;padding:16px 10px;color:#010000;position: relative;transition: all .3s;}
.dropdown-menu li a:hover, .dropdown-menu li a:focus,.dropdown-menu li a.active{background: #005aba;color:#fff;}
.header .header-tools{font-size:0;padding-left:38px;border-bottom:1px solid #132737;min-width:18.2%;padding-right:2.5%;background: #005aba;height:80px;color:#fff;}
.header .header-tools li{font-size:12px;margin-left:10px;}
.header .header-tools li .icon-search,.header .header-tools li .icon-lang{font-weight: bold;display: block;width:39px;height:39px;border-radius:100%;overflow: hidden;text-align: center;line-height: 35px;border:2px solid #8EBAE5;}
.header .header-tools li .icon-search{background: url(../images/icon-search.png) no-repeat center;background-size: 14px auto;}
.header .header-tools .header-menu{margin-left:34px;}
.header .header-tools .header-menu span{margin-right:30px;font-size:16px;}

.mobile_key {display: block;width:30px;height:22px;position: relative;border:none!important;cursor: pointer;padding:0;}
/*.button_menu{width: 30px;height: 25px;position: absolute;top:7px;left:0;}*/
.button_menu span {display:block;width:100%;height:3px;background-color:#fff;position:absolute;left:0;-moz-transition:all .36s ease;-o-transition:all .36s ease;-webkit-transition:all .36s ease;transition:all .36s ease;}
.button_menu span:nth-child(1) {top:0}
.button_menu span:nth-child(2) {top:50%;transform: translateY(-50%);}
.button_menu span:nth-child(3) {bottom:0}

.index_header{top:-80px; -moz-transition:all 1s ease 0s; -ms-transition:all 1s ease 0s; -o-transition:all 1s ease 0s; -webkit-transition:all 1s ease 0s; transition:all 1s ease 0s;}
.index_header.ani{top:0;}
.header-container{position: relative;z-index:10;}

.ibanner{position: relative;}
.ibanner .slide-item{position: relative;overflow: hidden;color:#fff;}
.ibanner .slide-item .slide-item-img{max-width: 100%;}
.ibanner .slide-item .slide-item-img.mix{min-width: 100%;min-height: 100%;max-width: none;}
.ibanner .item-mask{position: absolute;top:0;left:0;right:0;bottom:0;color:#fff;}
.ibanner .item-mask>.container{padding:0 0 0 4%;}
.ibanner .item-mask .tit{letter-spacing: 3px;}
.ibanner .item-mask .en{text-transform: uppercase;margin-top:35px;font-family: arial;font-weight: 900;}
.ibanner .item-mask .desc{margin-top:45px;letter-spacing: 2px;}
.ibanner .item-mask .desc p{margin-bottom: 10px;}

/* 搜索框 */
.search_hover .header_logo .logo-pc{display:block!important;}
.search_hover .header_logo .logo-m{display:none!important;}



@media (max-width:767px){
 .header_box{overflow: hidden;}
 .mobile_key{display: block;float:right;}
 .header .header_logo{max-width: 70%;}
 .header .header_nav{text-align: left;font-size:14px;}
 .no-padding{padding-left:15px;padding-right: 15px;}
}

.index-title{position: relative;line-height: 1;}
.index-title .en{line-height: 1;font-weight: bold;text-transform: uppercase;}

.part-about{padding:100px 0 155px;}
.part-about .left-con{float:left;width:55%;}
.part-about .right-img{overflow: hidden;float:right;width:41%;position: relative;}
.part-about .right-img .img{/*padding-bottom: 75%;*/background-repeat: no-repeat;background-size: cover;background-position: center;}
.part-about .right-img:hover .img{transform: scale(1.04);}
@media (min-width:992px){
 .part-about .right-img .img{position: absolute;left:0;top:0;width:100%;height:100%;}
}
.part-about .left-con .index-title{margin-bottom: 80px;}
.part-about .left-con .index-title .en{color:#005aba;opacity: 0.13;}
.part-about .left-con .index-title p{position: absolute;bottom:0;left:0;z-index:2;font-weight: bold;line-height: 1;color:#1e2936;padding-bottom: 22px;}
.part-about .left-con .index-title p:after{content:'';position: absolute;bottom:0;left:0;width:56px;height: 3px;background: #878787;border-top:1px solid #b6b6b6;border-bottom:1px solid #cccccc;}
.part-about .num-box{text-align: center;color:#5e5e5e;}
.part-about .num-box li{padding-left:15px;}
.part-about .num-box .num{line-height: 1;color:#005aba;margin-bottom: 5px;font-weight: bold;}
.part-about .num-box .name{font-family: 'syel';}
.part-about .left-con .desc{line-height: 1.67;color:#4b4b4b;margin-top:55px;text-align: justify;}
.part-about .more-box{margin-top:75px;}

.part-net{padding:160px 0;color:#fff;text-align: center;background: url(../images/part2-bg.png) no-repeat center;background-size: cover;background-attachment: fixed;}
.part-net .title{line-height: 1;letter-spacing: 1px;}
.part-net .net-desc{max-width:965px;margin:40px auto 0;line-height: 1.47;}
@media (min-width:992px){
 .part-net .net-desc{width:55%;}
}

.part-solution{padding:140px 0;}
.part-solution .top-swiper{position: relative;overflow: hidden;}
.part-solution .top-swiper .img-swiper{width: 49.8%;}
.part-solution .top-swiper .img-swiper .item-cover{overflow: hidden;position: relative;padding-bottom: 66%;}
.part-solution .top-swiper .img-swiper .item-cover img{position: absolute;top:0;left:0;}
.part-solution .top-swiper .img-swiper .item-cover i{position: absolute;z-index:10;width:35.4%;height:53.3%;left:0;bottom:0;background: url(../images/case-cover.png) no-repeat left bottom;background-size: 100% 100%;}
.part-solution .top-swiper .img-swiper .item-cover:hover img{transform: scale(1.04);}
.part-solution .top-swiper .left{width: 50.2%;position: relative;padding-top:40px;}
.part-solution .top-swiper .left .line{height: 100%;position: absolute;left:36%;width:1px;background: #bcbcbc;top:0;}
.part-solution .top-swiper .left .index-title .en{color:#005aba;opacity: 0.13;}
.part-solution .top-swiper .left .index-title p{margin-left:1px;position: absolute;left:36%;padding-left:3%;color:#030303;bottom:0;border-left:4px solid #096eae;}
.part-solution .top-swiper .left .txt-swiper{margin-left:36%;margin-top:45px;}
.part-solution .top-swiper .left .txt-swiper .txt{padding:30px 6.4%;color:#6e6e6e;}
.part-solution .top-swiper .left .txt-swiper .tit{color:#030303;letter-spacing: 1px;}
.part-solution .top-swiper .left .txt-swiper .desc{text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;line-height: 24px;height:72px;margin-top:18px;text-align: justify;}
.part-solution .top-swiper .left .txt-swiper .view-more{margin-top:50px;}
.part-solution .bottom-list{margin-top:25px;}
.part-solution .bottom-list .swiper-container{padding-left:4.6%;}
.part-solution .bottom-list .swiper-slide{width:27.3%;color:#096eae;cursor: pointer;}
.part-solution .bottom-list .swiper-btn{background: #fff;color:#444444;width:43px;height: 46px;line-height: 46px;margin-top:-35px;text-align: center;}
.part-solution .bottom-list .swiper-btn:after{font-size:12px;}
.part-solution .bottom-list .swiper-button-prev{left:0;}
.part-solution .bottom-list .swiper-button-next{right:0;}
.part-solution .bottom-list .item-img{position: relative;overflow: hidden;padding-bottom:42%;box-shadow: -1.35px 5.85px 7.5px 0.5px rgba(0,0,0,.3);}
.part-solution .bottom-list .item-img img{position: absolute;top:0;left:0;}
.part-solution .bottom-list .item-img:hover img{transform: scale(1.04);}
.part-solution .bottom-list .name{position: relative;line-height: 1;font-family: "黑体";margin-top:10px;padding:5px 10px 5px 8%;}
.part-solution .bottom-list .name:before{position: absolute;content: '';height:1px;width:6.2%;left:0;top:50%;background: #096eae;}

.part-news{padding:64px 0 105px;position: relative;}
.part-news .bg{position: absolute;top:0;left:0;width: 100%;background: #5fa1ca;min-height: 310px;bottom:369px;}
.part-news .index-title{color:#fff;}
.part-news .index-title p{margin-top:-8px;letter-spacing: 2px;}
.part-news .container{position: relative;z-index:10;}
.part-news .news-list{margin-top:65px;}
.part-news .news-list .swiper-container{padding-bottom: 10px;}
/*.news-list{margin-left:-10px;margin-right:-10px;}*/
/*.news-list li{padding:0 10px;}*/
.news-list li .news-item{box-shadow: -1.35px 5.85px 7.5px 0.5px rgba(0,0,0,.06);background: #fff;}
.news-list li .item-img{position: relative;padding-bottom: 70%;overflow: hidden;}
.news-list li .item-img img{position: absolute;top:0;left:0;}
.news-list li .item-img:hover img{transform: scale(1.04);}
.news-list li .item-con{line-height: 1;padding:30px 20px 13px;}
.news-list li .item-con .desc{font-size:12px;color:#b1b1b1;height: 12px;margin:15px 0 36px;letter-spacing: 1px;}
.news-list li .item-con .tit{font-weight: bold;}
.news-list li .item-con .view-more{float:right;width:82px;line-height: 26px;font-size:13px;border-radius:10px;background: #096eae;}
.part-news .news-more{margin-top:60px;position: relative;}
.part-news .news-more .line{position: absolute;top:50%;left:0;width:100%;height: 3px;background: #096eae;margin-top:-2px;}
.part-news .news-more a{position: relative;z-index:10;color:#000000;letter-spacing: 1px;border-radius:14px;overflow: hidden;background: #fff;font-weight: bold;display: block;line-height: 38px;width:162px;border:2px solid #096eae;margin:0 auto;text-align: center;}
.part-news .news-more a span{display: block;position: relative;z-index:10;}
.part-news .news-more a:before{content:'';position: absolute;left:0;top:0;height:100%;width:0;transition: all .4s;background: #096eae;}
.part-news .news-more a:hover:before{width:100%;}
.part-news .news-more a:hover{color:#fff;}
.part-news .swiper-btn{display: none;}

.part-form{background: url(../images/part-form-bg.png) no-repeat center;background-size: cover;padding:60px 0 90px;color:#fff;}
.part-form .form-logo{margin-bottom: 65px;text-transform: uppercase;color:rgba(255,255,255,.26);}
.part-form .form-box .form-left{width: 35.5%;float:left;padding-left:15px;}
.part-form .form-box .form{width: 64.5%;float:left;font-size:15px;}
.part-form .form-box .form-item{float:left;width: 50%;padding:0 15px;margin-bottom: 20px;}
.part-form .form-box .form-item-textarea{float:right;}
.part-form .form-box .form-left h2{line-height: 1.25;letter-spacing: 3px;}
.part-form .form-box .form-left p{margin-top: 30px;line-height: 1.67;}
.part-form .form-box .form-input{display: block;outline: none;border:1px solid #fff;border-radius:3px;overflow: hidden;width: 100%;height:56px;line-height: 54px;padding:0 4%;background: none;}
.part-form .form-box textarea.form-input{height: 132px;padding:16px 20px;line-height: 22px;}
.part-form .form-box .form-input::-webkit-input-placeholder { color:#fff;letter-spacing: 1px;}
.part-form .form-box .form-input:-moz-placeholder {color:#fff;letter-spacing: 1px;}
.part-form .form-box .form-input::-moz-placeholder {color:#fff;letter-spacing: 1px;}
.part-form .form-box .form-input:-ms-input-placeholder {color:#fff;letter-spacing: 1px;}
.part-form .form-box .submit-btn{margin-top:20px;outline: none;margin-left:15px;border:none;display: block;width: 150px;height: 44px;line-height: 44px;border-radius:2px;overflow: hidden;background:#005aba;color:#fff;letter-spacing: 4px;text-align: center;}
@media (max-width:1750px){
 .part-form .form-box .form-left p{font-size:18px;letter-spacing: 1px;}
}

@media (min-width:1000px){
 .part-form .container{padding:0 2.5%;}
 .part-form .form-box .form-left{padding-right:6.3%;}
}

.footer-box{background: #2e2e2f;color:#fff;padding-top: 60px;}
.copyright{color:#bebebe;padding:5px;letter-spacing: 1px;margin-top:30px;}
.footer .f-tit{font-weight: bold;line-height: 1;}
.footer .footer-info{float:left;width:40.6%;padding-right: 6.9%;padding-top:20px;}
.footer .footer-info .name{font-weight: bold;letter-spacing: 4px;margin:30px 0 20px;}
.footer .footer-info p{margin-bottom: 16px;color:#bcbcbc;}
.footer .footer-nav{float:left;width: 20.6%;padding-top:20px;}
.footer .footer-nav .f-tit{margin-bottom:5px;}
.footer .footer-nav li{line-height: 1;margin-top:32px;letter-spacing: 1px;}
.footer .footer-right{float:left;width: 38.8%;}
.footer .footer-right .f-logo{max-width: 61.2%;}
.footer .footer-right .info{padding-left: 4.5%;margin-top:30px;}
.footer .footer-right .f-form{position: relative;width:64%;max-width: 410px;border:1px solid #fdfdfd;padding-right:52px;}
.footer .footer-right .f-form input{line-height: 50px;display: block;border:none;padding:0 5.9%;width:100%;background: none;outline: none;}
.footer .footer-right .f-form button{border:none;outline: none;background: #ffffff;position: absolute;top:0;width:52px;height: 100%;right:0;}
.footer .footer-right .f-form button i{display: block;height: 100%;background: url(../images/arrow.png) no-repeat center;background-size: 28px auto;}
.footer .footer-right .link{margin-top:32px;font-size:0;}
.footer .footer-right .link a{display: inline-block;margin-right:17px;position: relative;}
.footer .footer-right .link img{width: 48px;}
.footer .footer-right .link a .code{position: absolute; left: 50%; bottom: 100%; transform: translateX(-50%); z-index: 10; margin-bottom: 15px; display: none;}
.footer .footer-right .link a .code::after{content: ""; border-top: 8px solid #fff; border-left: 8px solid transparent; border-right: 8px solid transparent; position: absolute; left: 50%; top: 100%; transform: translateX(-50%);}
.footer .footer-right .link a .code img{display: block; width: auto; max-width: 120px;}
.footer .footer-right .link a:hover .code{display: block;}

@media (max-width:1400px){
 .fs20{font-size: 18px;}
 .fs18{font-size: 16px;}
 .fs16{font-size: 15px;}
 .fs30.syel{font-size:17px;}
 .header .header-tools{padding-left:25px;}
 .header .header-tools .header-menu{margin-left:30px;}
 .header .header-tools .header-menu span{margin-right:25px;}
 .header .header_nav .nav_container>ul>li{margin-right:1.5%;}
 .header .header_nav .nav_container>ul>li>a{padding:0 15px;}
 .ibanner .item-mask .en{margin-top:25px;}
 .ibanner .item-mask .desc{margin-top:35px;}
 .part-about .left-con .index-title{margin-bottom: 70px;}
 .part-about .left-con .desc{margin-top:45px;}
 .part-about .more-box{margin-top:65px;}
 .part-solution .top-swiper .left{padding-top:15px;}
 .part-solution .top-swiper .left .txt-swiper{margin-top:35px;}
 .part-solution .top-swiper .left .txt-swiper .txt{padding-top:20px;padding-bottom: 20px;}
 .part-solution .top-swiper .left .txt-swiper .view-more{margin-top:40px;}
 .part-form .form-box .form-left{padding-right: 4%;}
 .part-news .bg{bottom: 367px;}

}

@media (max-width:1200px){
 .fs22{font-size:17px;}
 .fs30.syel{font-size:16px;}
 .header .header_logo{left: 2%;}
 .header .header-tools{padding-left:15px;}
 .header .header_nav .nav_container>ul>li{margin-right:0.5%;}
 .part-about{padding:85px 0 140px;}
 .part-about .num-box li{padding-left:10px;}
 .part-about .left-con .index-title{margin-bottom: 55px;}
 .part-about .left-con .index-title p:after{width:50px;}
 .part-about .left-con .desc{margin-top:35px;}
 .part-about .more-box{margin-top:50px;}
 .part-net{padding:130px 0;}
 .part-net .net-desc{margin-top:35px;}
 .part-solution{padding:120px 0;}
 .part-solution .top-swiper .left{padding-top:5px;}
 .part-solution .top-swiper .left .txt-swiper{margin-top:20px;margin-left:30%;}
 .part-solution .top-swiper .left .index-title p,.part-solution .top-swiper .left .line{left:30%;}
 .part-solution .top-swiper .left .txt-swiper .view-more{margin-top:35px;}
 .part-solution .top-swiper .left .txt-swiper .tit{font-weight: bold;}
 .part-news{padding:50px 0 90px;}
 .part-news .news-list{margin-top:50px;}
 .part-news .news-more{margin-top:45px;}
 .part-news .news-more a{width:150px;}
 .part-news .bg{bottom:337px;}
 .part-form{padding:50px 0 40px;}
 .part-form .form-logo{margin-bottom: 50px;}
 .part-form .form-box .form-left{padding-right:4%;}
 .part-form .form-box .form-input{line-height: 48px;height: 50px;}
 .part-form .form-box textarea.form-input{height:120px;padding:14px 4%;line-height: 20px;}
 .part-form .form-box .form-left p{margin-top:26px;}
 .view-more{width:160px;line-height: 40px;}
 .part-form .form-box .submit-btn{margin-top:15px;}
 .part-form .form-box .form-left p{font-size:16px;}
 .footer-box{padding-top:45px;}
 .footer .footer-right .f-form{width:80%;}
 .footer .footer-nav{padding-top:16px;}
 .footer .footer-nav li{margin-top:25px;}
 .footer .footer-info p{margin-bottom: 12px;}
 .footer .footer-info .name{margin:25px 0 18px;}
 .footer .footer-right .info{margin-top:25px;}
 .footer .footer-right .f-form button{width:44px;}
 .footer .footer-right .f-form{padding-right:44px;}
 .footer .footer-right .f-form input{line-height: 46px;}
 .footer .footer-right .link{margin-top:25px;}
 .footer .footer-right .link a{margin-right:12px;}
 .footer .footer-right .link img{max-width: 44px;}
}
@media (max-width:992px){
 .fs30{font-size: 22px;}
 .fs20{font-size: 17px;}
 .fs18{font-size: 15px;}
 .fs16{font-size: 14px;}
 .fs30.syel{font-size:15px;}
 .header .header_logo{max-width: 26%;}
 .ibanner .item-mask .en{margin-top:20px;}
 .ibanner .item-mask .desc{margin-top:25px;}
 .ibanner .item-mask .desc p{margin-bottom: 5px;}
 .part-about{padding:70px 0 100px;}
 .part-about .box{justify-content: center;}
 .part-about .left-con{width: 100%;float:none;}
 .part-about .left-con .index-title{margin-bottom: 40px;}
 .part-about .right-img{margin-top:30px;}
 .part-about .right-img .img{padding-bottom: 85%;}
 .part-net{padding:110px 0;}
 .part-net .net-desc{margin-top:30px;}
 .part-solution{padding:100px 0;}
 .part-solution .top-swiper .left{padding-top:0;}
 .part-solution .top-swiper .left .index-title p, .part-solution .top-swiper .left .line{left: 15%;}
 .part-solution .top-swiper .left .txt-swiper{margin-left:15%;margin-top:10px;}
 .part-solution .top-swiper .left .txt-swiper .desc{margin-top:12px;}
 .part-solution .top-swiper .left .txt-swiper .view-more{margin-top:25px;}
 .part-solution .bottom-list .swiper-btn{width:32px;height: 34px;line-height: 34px;}
 .view-more{width:136px;line-height: 34px;}
 .part-news{padding-bottom: 80px;}
 .part-news .bg{bottom:313px;}
 .news-list li .item-con{padding-top:25px;}
 .news-list li .item-con .desc{margin-bottom: 30px;}
 .part-news .news-list{margin-top:40px;}
 .part-news .news-more a{width: 140px;line-height: 35px;}
 .part-form .form-logo{margin-bottom: 40px;}
 .part-form .form-box .form-left p{font-size:13px;margin-top:20px;}
 .part-form .form-box .form-left{padding-right: 3%;}
 .part-form .form-box .form-item{padding:0 8px;margin-bottom: 15px;}
 .part-form .form-box .submit-btn{width: 120px;line-height: 38px;height: 38px;margin-left: 8px;}
 .part-form .form-box textarea.form-input{height: 115px;}
 .footer-box{padding-top:35px;}
 .copyright{letter-spacing: 0;}
 .footer .footer-info .name{letter-spacing: 2px;}
 .footer .footer-right .f-form{width: 90%;}
 .footer .footer-info p{margin-bottom: 10px;}
 .footer .footer-info .name{margin: 20px 0 15px}
 .footer .footer-info{padding-right: 4%;}
 .footer .footer-nav li{margin-top:20px;}
}
@media (max-width:767px){
 .fs160{font-size: 58px;}
 .fs70{font-size: 46px;}
 .fs54{font-size: 40px;}
 .fs50{font-size: 28px;}
 .fs47{font-size: 26px;}
 .fs38{font-size: 24px;}
 .fs32{font-size: 22px;}
 .fs30{font-size: 20px;}
 .fs26{font-size: 18px;}
 .fs22{font-size: 16px;}
 .fs20{font-size: 16px;}
 .fs18{font-size: 14px;}
 .fs16{font-size: 12px;}
 .header .header_logo{max-width: 40%;}
 .header .header-tools{height: 60px;padding-left: 5px;}
 .header .header-tools .header-menu{margin-left: 15px;}
 .header .header-tools .header-menu span{font-size:14px;margin-right: 15px;}
 .header .header-tools li .icon-search, .header .header-tools li .icon-lang{width: 36px;height: 36px;border-width:1px;line-height: 34px;}
 .header_nav .nav_container{display: none;}
 .header-blank{height: 60px;}
 .ibanner .slide-item-img{min-height: 300px;object-fit: cover;object-position: center;width: 100%;}
 .ibanner .item-mask>.container{width: 100%;padding:0 15px;}
 .ibanner .item-mask .tit{font-size:30px;letter-spacing: 2px;}
 .ibanner .item-mask .en{font-size:20px;margin-top:15px;}
 .ibanner .item-mask .desc{font-size:15px;margin-top:20px;}
 .part-about{padding:55px 0 80px;}
 .part-about .left-con .index-title p{padding-bottom: 14px;}
 .part-about .left-con .index-title p:after{width:40px;}
 .part-about .num-box{flex-wrap: wrap;justify-content: center;}
 .part-about .num-box li{width: 33.33%;margin-bottom: 16px;padding:0 5px;}
 .part-about .left-con .desc{margin-top:16px;}
 .part-about .more-box{margin-top:35px;}
 .part-about .right-img{width: 100%;}
 .part-net .net-desc{font-size:16px;margin-top:25px;}
 .part-solution{padding:50px 0;}
 .part-solution .top-swiper .left,.part-solution .top-swiper .img-swiper{width:100%;}
 .part-solution .top-swiper .left .index-title p, .part-solution .top-swiper .left .line{left:15px;}
 .part-solution .top-swiper .left .txt-swiper{margin-left:15px;margin-top:15px;}
 .part-solution .top-swiper .img-swiper{margin-top:30px;}
 .part-solution .bottom-list .swiper-btn{width:30px;height: 30px;line-height: 30px;margin-top:-25px;}
 .part-solution .bottom-list .swiper-slide{width:42%;}
 .part-solution .bottom-list .name{margin-top:5px;}
 .part-solution .top-swiper .left .txt-swiper .tit{letter-spacing: 0;}
 .part-news .index-title p{margin-top:-4px;}
 .part-news .news-list li{width:65%;}
 .part-news .news-list{margin-left:-15px;margin-right:-15px;}
 .part-news .news-list .swiper-container{padding-left:15px;padding-right: 15px;}
 .news-list li .item-con{padding:20px 16px 15px;}
 .news-list li .item-con .desc{margin:12px 0 25px;}
 .part-news .news-more{margin-top:35px;}
 .part-news{padding-bottom: 60px;}
 .part-news .swiper-btn{display: block;color:#333;width:30px;height: 30px;line-height: 30px;text-align: center;background: #fff;}
 .part-news .swiper-btn:after{font-size:16px;}
 .part-news .swiper-button-prev{left:0;}
 .part-news .swiper-button-next{right:0;}
 .part-news .news-more a{width:130px;line-height: 32px;}
 .part-form{padding:40px 0 30px;}
 .part-form .form-logo{margin-bottom: 25px;font-size:42px;}
 .part-form .form-box .form{width: 100%;float:none;margin-top:30px;}
 .part-form .form-box .form-left{padding:0;width: 100%;float:none;}
 .part-form .form-box .form-left p{margin-top:16px;}
 .part-form .form-box .form-item{float:none;width:100%;margin-bottom: 15px;padding:0;}
 .part-form .form-box .form-input{padding:0 10px;line-height: 44px;height:46px;}
 .part-form .form-box textarea.form-input{padding:12px 10px;line-height: 22px;}
 .part-form .form-box .submit-btn{margin-left:0;}
 .footer-box{padding-top:25px;}
 .footer .footer-right{width:100%;margin-top:25px;}
 .footer .footer-info{width:70%;padding-top:0;}
 .footer .footer-nav{width:30%;padding-top:0;text-align: center;}
 .footer .footer-info .name{letter-spacing: 0;}
 .footer .footer-info .fr{float:none!important;}
 .footer .footer-nav li{margin-top:15px;font-size:13px;}
 .footer .footer-right .info{padding:0;text-align: center;}
 .footer .footer-right .f-form{width: 90%;margin:0 auto;}
 .footer .footer-right .f-form input{line-height: 42px;}
 .footer .footer-right .link{margin-top:20px;}

}

.inner-banner{position: relative;color:#fff;}
.inner-banner .subcolumn-nav{text-align: center;top:50%;transform: translateY(-50%);left:0;width:100%;position: absolute;z-index:10;}
.inner-banner .subcolumn-nav h2{font-weight: bold;line-height: 1;letter-spacing: 1px;}
.inner-banner .subcolumn-nav p{line-height: 1;text-transform: uppercase;letter-spacing: 4px;font-family: serif;margin-top:16px;transform: scale(1,0.8);font-size:30px;}

.product-box{padding:80px 0;}
.product-box .category-box{margin-bottom: 100px;}
.product-box .category-box .swiper-slide{width:auto;font-weight: bold;min-width:15.3%;}
.product-box .category-box .category-item{transition: all .3s;line-height: 1;padding:26px 15px;letter-spacing: 1px;text-align: center;display: block;}
.product-box .category-box .category-item.active,.product-box .category-box .category-item:hover{color:#fff;background: #0970d9;}
.product-box .product-list ul{margin-left:-1.5%;margin-right:-1.5%;}
.product-box .product-list li{margin-bottom: 50px;padding:0 1.5%;}
.product-box .product-list .pro-item{display: block;text-align: center;}
.product-box .product-list .pro-item .item-img{position: relative;padding-bottom: 100%;background: #f5f5f5;}
.product-box .product-list .pro-item .item-img img{max-width: 71.1%;max-height: 71.1%;}
.product-box .product-list .pro-item .item-mask{opacity: 0;transform: scale(0);position: absolute;top:14.4%;left:14.4%;right:14.4%;bottom:14.4%;background: rgba(9,112,217,.9);color:#fff;text-align: center;}
.product-box .product-list .pro-item .item-mask i{width: 58px;height: 58px;background: url(../images/icon-plus.png) no-repeat center;background-size: 100% auto;}
.product-box .product-list .pro-item .item-mask p{margin-top:10.6%;line-height: 1;letter-spacing: 2px;}
.product-box .product-list .pro-item .name{line-height: 1;padding:50px 20px;}
.product-box .product-list .pro-item:hover .item-mask{opacity: 1;transform: scale(1);}

@media (max-width:1600px){
 .product-box{padding:70px 0;}
 .product-box .category-box{margin-bottom: 85px;}
 .product-box .product-list .pro-item .name{padding:40px 20px;}
 .product-box .product-list li{margin-bottom: 40px;}
}

@media (max-width:1400px){
 .product-box .category-box .category-item{padding:22px 15px;}
 .product-box .category-box{margin-bottom: 75px;}
 .product-box .product-list .pro-item .name{padding:35px 18px;}
 .product-box .product-list li{margin-bottom: 35px;}
}
@media (max-width:1200px){
 .product-box{padding:60px 0;}
 .product-box .category-box .category-item{padding:20px 18px;}
 .product-box .category-box{margin-bottom: 60px;}
 .product-box .product-list .pro-item .name{padding:30px 15px;}
 .product-box .product-list li{margin-bottom: 30px;}
}
@media (max-width:992px){
 .product-box .category-box .category-item{padding:16px 18px;font-size:16px;}
 .product-box .category-box{margin-bottom: 50px;}
 .product-box .product-list .pro-item .name{padding:25px 15px;}
 .product-box .product-list li{margin-bottom: 25px;}

}
@media (max-width:767px){
 .inner-banner .subcolumn-nav h2{font-size:34px;}
 .inner-banner .subcolumn-nav p{font-size:18px;letter-spacing: 2px;}
 .inner-banner .slide-item-img{width: 100%;min-height: 300px;object-fit: cover;object-position: center;}
 .product-box{padding:45px 0;}
 .product-box .category-box .category-item{font-size:15px;}
 .product-box .category-box{margin-bottom: 40px;}
 .product-box .product-list .pro-item .name{padding:18px 12px;font-size:15px;}
 .product-box .product-list li{margin-bottom: 20px;}

}

.location{padding-top:35px;color:#555555;text-align: right;}
.location a{display: inline-block;}
.location a::after{content:'>';margin:0 5px;}
.location a:last-child::after{content:'';}

.product-detail{margin:45px 0 110px;overflow: hidden;}
.product-detail-img{padding-right: 40px;border-right:1px dashed #cdcdcd;}
.product-detail-img .gallery-top{border:1px solid #e7e6e6;margin-bottom: 12px;}
.product-detail-img .gallery-top .swiper-slide{padding:10px;}
.product-detail-img .item-img{position: relative;padding-bottom: 75%;overflow:hidden;}
.product-detail-img .item-img .mix{max-width: 100%;max-height: 100%;}
.product-detail-img .gallery-thumbs .swiper-slide{border:2px solid #e7e6e6;width:150px;}
.product-detail-img .gallery-thumbs .swiper-slide-thumb-active{border-color:#005aba;}
div.zoomDiv{z-index:999;position:absolute;top:0px;left:0px;width:200px;height:200px;background:#ffffff;border:1px solid #CCCCCC;display:none;text-align:center;overflow:hidden;}
div.zoomMask{position:absolute;background:url("../images/mask.png") repeat scroll 0 0 transparent;cursor:move;z-index:1;}

.product-detail .product-con{padding:30px 0 0 10px;}
.product-detail .product-con .title{padding-bottom: 20px;color:#000;margin-bottom: 20px;border-bottom: 1px solid #e8e8e8;}
.product-detail .product-con .desc{color:#333333;line-height: 1.7;min-height: 160px;}
.product-detail .product-con .info{margin-top:30px;color:#69696a;}
.product-detail .product-con .info .tel,
.product-detail .product-con .info .mail{padding-left:36px;background: url(../images/pro-tel.png) no-repeat left center;background-size: 22px auto;line-height: 30px;}
.product-detail .product-con .info .mail{background-image: url(../images/pro-mail.png);color:#484848;}
.product-detail .product-con .info .tel{color:#005aba;}
.product-detail .product-con .info>div{margin-top:20px;}

.product-detail .pro-content{margin-top:100px;}
.product-detail .pro-content .tab li{float:left;margin-right: 7%;font-weight: bold;}
.product-detail .pro-content .tab li span{cursor: pointer;display: inline-block;padding: 10px 0;position: relative;border-bottom: 4px solid transparent;}
.product-detail .pro-content .tab li.active span,.product-detail .pro-content .tab li:hover span{border-bottom-color:#005aba;}
.product-detail .pro-content .item-con{display: none;padding:40px 0;color:#444;}
.product-detail .pro-content .item-con:first-child{display: block;}
.product-detail .pro-content .item-con p{margin-bottom: 13px;}
@media (min-width: 1200px){
 .product-detail .product-con .desc{padding-right: 13%;}
}

@media (max-width: 1200px){
 .product-detail{margin-bottom: 90px;}
 .product-detail .product-con .desc{min-height: 100px;}
 .product-detail .product-con .info>div{margin-top:14px;}
 .product-detail .pro-content{margin-top:90px;}
}
@media (max-width: 992px){
 .location{padding-top:20px;}
 .product-detail .product-con .desc{min-height: 60px;}
 .product-detail .product-con{padding:15px 0 0;}
 .product-detail .product-con .title{padding-bottom: 15px;margin-bottom: 15px;}
 .product-detail .product-con .info>div{margin-top:12px;}
 .product-detail-img{padding-right: 25px;}
 .product-detail{margin:30px 0 60px;}
 .product-detail .pro-content{margin-top:80px;}
 .product-detail .pro-content .tab li span{border-bottom-width: 3px;}
}
@media (max-width: 767px){
 .product-detail{margin:20px 0 50px;}
 .product-detail-img{padding-right: 0;border:none;margin-bottom: 10px;}
 .product-detail .product-con{padding:20px 0 0;}
 .product-detail .product-con .title{font-size:18px;font-weight: bold;}
 .product-detail .product-con .info .tel, .product-detail .product-con .info .mail{padding-left: 36px;}
 .product-detail .product-con .info>div{margin-top:10px;}
 .product-detail .pro-content{margin-top:60px;}
 .product-detail .pro-content .tab {border-bottom:1px solid #eee;}
 .product-detail .pro-content .tab li{margin-right: 9%;}
 .product-detail .pro-content .item-con{padding:30px 0;}
}


.video-fixed {position:fixed;width:100%;height:100%;background:rgba(0,0,0,0.5);z-index:130;top:0;left:0;cursor:pointer;display:none;}
.video-fixed .videoboxs {width:100%;height:100%;position:absolute;left:0;top:0;right:0;margin:auto;margin-top:0;background:#000;/* padding:30px;*/ box-sizing:border-box;}
.video-fixed .videoboxs .box {height: 100%;}
.video-fixed .cha {width:40px;height:40px;background:url(../images/close-vid2.png) no-repeat center/100% auto;position:absolute;top:40px;right:40px;cursor:pointer;}

@media (max-width:767px){
 .video-fixed .cha {width: 25px;height: 25px;}
}

.newsList-box{padding:120px 0 150px;}
.newsList-box .newsList{max-width: 1200px;margin:0 auto;}
.newsList-box .newsList li{margin-bottom: 40px;}
.newsList-box .newsList .news-item{display: block;background: #f5f5f5;padding:35px;}
.newsList-box .newsList .item-img{position: relative;float:left;width:310px;height: 200px;}
.newsList-box .newsList .item-con{margin-left:310px;padding:5px 0 0;}
.newsList-box .newsList .item-con .tit{line-height: 1;margin-bottom: 26px;position: relative;padding-right: 115px;font-weight: bold;}
.newsList-box .newsList .item-con .desc{color:#666666;padding-right: 23%;text-align: justify;line-height: 24px;height: 72px; -webkit-line-clamp:3;line-clamp:3;letter-spacing: 1px;font-size:18px;}
.newsList-box .newsList .item-con .txt{padding:0 5.5% 0 7.3%;}
.newsList-box .newsList .item-con .date{color:#b8b8b8;position: absolute;right:0;font-weight: normal;top:50%;transform: translateY(-50%);}
.newsList-box .newsList .item-con .more{width:90px;line-height: 30px;text-align: center;background: #0970d9;color:#fff;margin-top:40px;letter-spacing: 2px;font-size:16px;}
.newsList-box .newsList .news-item:hover{background: #0970d9;color:#fff;}
.newsList-box .newsList .news-item:hover *{color:#fff;}
.newsList-box .newsList .news-item:hover .more{background: #fff;color:#0970d9;font-weight: bold;}

.pages{text-align: center;margin-top:50px;font-size:0;}
.pages a{transition: all .3s;font-size:14px;margin:0 8px;display: inline-block;min-width:42px;height:42px;line-height: 40px;padding:0 6px;text-align: center;border:1px solid #dcdcdc;}
/*.pages a.Ahover{border-color:#0970d9;color:#0970d9;}*/
.pages a:hover,.pages a.Ahover{background: #0970d9;color:#fff!important;border-color:#0970d9;}
.pages a.PreA,.pages a.NextA{position: relative;font-size:0;}
.pages a.PreA:after,.pages a.NextA:after{font-size:14px;transform: scale(0.7,1);display: inline-block;}
.pages a.NextA:after{content:'>';}
.pages a.PreA:after{content:'<';}

@media (max-width: 1400px){
 .newsList-box{padding:100px 0 120px;}
}
@media (max-width: 1200px){
 .newsList-box{padding:90px 0;}
 .newsList-box .newsList .news-item{padding:30px;}
 .newsList-box .newsList .item-con .desc{font-size:17px;}
 .newsList-box .newsList li{margin-bottom: 35px;}
}
@media (max-width: 992px){
 .newsList-box{padding:70px 0;}
 .newsList-box .newsList .news-item{padding:20px;}
 .newsList-box .newsList .item-con .desc{font-size:15px;line-height: 18px;height: 54px;padding-right:0;}
 .newsList-box .newsList li{margin-bottom: 25px;}
 .newsList-box .newsList .item-con .tit{padding-right: 84px;}
 .pages a{min-width:36px;height: 36px;line-height: 34px;}
 .newsList-box .newsList .item-img{width:27%;height: 152px;}
 .newsList-box .newsList .item-con{margin-left:27%;}
 .newsList-box .newsList .item-con .tit{margin-bottom: 20px;}
 .newsList-box .newsList .item-con .more{margin-top:25px;font-size:15px;}
}
@media (max-width: 750px){
 .newsList-box{padding:50px 0;}
 .newsList-box .newsList .item-img{width: 100%;float:none;height: auto;overflow: hidden;padding-bottom: 64.5%;position: relative;}
 .newsList-box .newsList .item-img img{position: absolute;left:0;top:0;}
 .newsList-box .newsList .item-con{margin:0;}
 .newsList-box .newsList .news-item{padding:15px;}
 .newsList-box .newsList .item-con .txt{padding:15px 0 5px;}
 .newsList-box .newsList .item-con .desc{font-size:14px;height: auto;}
 .newsList-box .newsList li{margin-bottom: 18px;}
 .pages{margin-top:35px;}
 .pages a{margin:0 4px;min-width:32px;line-height: 30px;height: 32px;}

}

.contact-box{padding-bottom:180px;}
.contact{padding-top:100px;}
.contact .flex.box{align-items: flex-start;flex-direction: row-reverse;}
.contact .contact-left{width:55.56%;float:left;}
.contact .contact-info{padding-left:8px;margin-top:65px;line-height: 1.79;letter-spacing: 2px;}
.contact .contact-info .i{margin-bottom: 15px;}
.contact .contact-left #allmap{height: 800px;}
.contact .contact-con{float:right;width: 32%;margin-right:6.2%;}
.contact-title-box{line-height: 1;border-left:12px solid #0970d9;padding-left: 40px;}
.contact-title-box h2{line-height: 1;margin-bottom: 32px;letter-spacing: 2px;font-weight: bold;}
.contact-title-box p{text-transform: uppercase;}

.download-box{padding-top:120px;}
.download-list{margin-top:65px;}
.download-list .download-item{padding:34px 4.16% 34px 3.47%;border:1px solid transparent;}
.download-list .download-item .icon-pdf{width:4.6%;margin-right:4.48%;max-width: 61px;}
.download-list .download-item .icon-pdf i{padding-bottom:114.75%;background: url(../images/icon-pdf.png) no-repeat center;background-size: contain;display: block;}
.download-list .download-item .icon-download{width:3.6%;max-width: 48px;margin-left:12px;}
.download-list .download-item .icon-download i{padding-bottom:106.25%;background: url(../images/icon-download.png) no-repeat center;background-size: contain;display: block;}
.download-list .download-item:hover{background: #f5f5f5;border-color:#e0e0e0;color:#0970d9;font-weight: bold;}
.download-list .download-item:hover .icon-download i{background-image: url(../images/icon-downloadon.png);}

@media (max-width: 1400px){
 .contact{padding-top:90px;}
 .contact .contact-con{width: 34%;}
 .contact-title-box{padding-left: 35px;border-left-width: 10px;}
 .contact-title-box h2{margin-bottom: 28px;}
 .contact .contact-left #allmap{height: 650px;}
 .contact .contact-info{margin-top:55px;}
 .download-box{padding-top: 100px;}
 .download-list{margin-top:50px;}
 .contact-box{padding-bottom: 150px;}
}
@media (max-width: 1200px){
 .contact-box{padding-bottom: 130px;}
 .contact{padding-top:80px;}
 .download-box{padding-top: 90px;}
 .contact .contact-left #allmap{height: 550px;}
 .contact-title-box h2{font-size:22px;margin-bottom: 24px;letter-spacing: 1px;}
 .contact-title-box p{font-size:16px;}
 .contact-title-box{padding-left: 28px;border-left-width: 8px;}
 .contact .contact-info{margin-top:40px;font-size:18px;letter-spacing: 1px;font-weight: bold;}
 .contact .contact-info .i{margin-bottom: 10px;}
 .download-list .download-item{padding-top:30px;padding-bottom: 30px;}
 .download-list{margin-top: 40px;}
}
@media (max-width: 992px){
 .contact-box{padding-bottom: 100px;}
 .contact-title-box h2{margin-bottom: 20px;}
 .contact-title-box p{font-size:14px;}
 .contact-title-box{padding-left: 25px;border-left-width: 6px;}
 .contact .contact-con{width:41%;margin:0;}
 .contact .contact-info{font-size:16px;padding-left: 4px;}
 .contact .contact-left #allmap{height: 480px;}
 .download-list .download-item{padding-top:25px;padding-bottom: 25px;}
 .download-list .download-item .icon-pdf{width:6%;}
 .download-list .download-item .icon-download{width: 4%;}
 .download-box{padding-top:80px;}
}
@media (max-width: 750px){
 .contact{padding-top:55px;}
 .contact-title-box p{font-size:13px;}
 .contact-title-box{padding-left: 20px;}
 .contact .contact-info{margin-top:35px;}
 .contact .contact-info .i{margin-bottom: 8px;}
 .contact .contact-con,.contact .contact-left{width: 100%;}
 .contact .contact-con{margin-bottom: 25px;}
 .contact .contact-left #allmap{height: 450px;}
 .download-box{padding-top:60px;}
 .download-list .download-item{padding-top:20px;padding-bottom: 20px;}
 .download-list .download-item .icon-pdf{width:38px;}
 .download-list .download-item .icon-download{width: 26px;}
 .download-list .download-item .sub{font-size:15px;}
 .download-list{margin-top:30px;}
 .contact-box{padding-bottom: 80px;}
}

.about-profile{padding:120px 0 150px;overflow: hidden;}
.about-profile .box{position: relative;}
.about-profile .profile-left{width:46%;float:left; position: absolute; left: 0; height: 100%;}
.about-profile .profile-img{width:41.667%;float:right;position: relative;}
.about-profile .profile-img .item-img{overflow: hidden;position: relative;z-index:10;overflow: hidden;}
.about-profile .profile-img .item-img .img{padding-bottom:100%;background-repeat: no-repeat;background-size: cover;background-position: center;}
.about-profile .profile-img .item-img:hover .img{transform: scale(1.04);}
.about-profile .profile-img .bg{position: absolute;bottom:6.333%;left:-16.65%;height:33.333%;width: 133.333%;background: #0970d9;}
.about-profile .profile-left .desc{font-family: '黑体';letter-spacing: 1px;color:#666666;line-height: 1.92;text-indent: 1em;margin-top:48px;text-align: justify; height: calc(100% - 130px); padding-right: 10px; overflow-y: auto;}
.about-profile .profile-left .desc::-webkit-scrollbar {width : 8px; height: 100%;}
.about-profile .profile-left .desc::-webkit-scrollbar-thumb {border-radius: 8px; box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2); background: #535353;}
.about-profile .profile-left .desc::-webkit-scrollbar-track {box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2); border-radius: 8px; background: #ededed;}

.about-advantage{overflow: hidden;padding:150px 0 250px;}
.about-advantage .adv-left{float:left;width:45.2%;}
.about-advantage .adv-left .item-img{overflow: hidden;}
.about-advantage .adv-left .item-img .img{padding-bottom: 76.8%;background-repeat: no-repeat;background-size: cover;background-position: center;}
.about-advantage .adv-left .item-img:hover .img{transform: scale(1.04);}
.about-advantage .adv-txt{float:right;width:42.36%;padding-top:30px;}
.about-advantage .desc{color:#666;line-height: 2.11;font-family: '黑体';margin-top:105px;padding-left:8px;text-align: justify;}

@media (min-width:992px){
 .about-box .fs30{font-size:30px;}
}
.about-honor{padding:140px 0 100px;background:url(../images/honor-bg.png) no-repeat center;background-attachment: fixed;color:#fff;}
.about-honor .honor-title{line-height: 1;text-align: center;}
.about-honor .honor-title .name{line-height: 1;letter-spacing: 2px;}
.about-honor .honor-title .en{line-height: 1;margin-top:35px;text-transform: uppercase;}
.about-honor .honor-swiper{position: relative;margin-top:120px;margin-top:1.2rem;}
.about-honor .honor-swiper .swiper-wrapper{align-items: center;}
.about-honor .honor-swiper .swiper-pagination{position: static;font-size:0;margin-top:1.3rem;}
.about-honor .honor-swiper .swiper-pagination-bullet{transition: width .3s;margin:0 0.833%;width:2.78%;max-width: 40px;height: 4px;border-radius:2px;background: #fff;opacity: 0.4;}
.about-honor .honor-swiper .swiper-pagination-bullet-active{opacity: 0.8;width:8.3333%;max-width: 120px;}
.about-honor .honor-swiper .item-img:hover img{transform: scale(1.04);}

@media (max-width:1400px){
 .about-profile .profile-left .desc,.about-advantage .desc{font-size:20px;letter-spacing: 0;}
 .about-profile .profile-left .desc{margin-top: 44px; height: calc(100% - 120px);}
 .about-honor{padding:120px 0 90px;}
 .about-advantage{padding:130px 0 200px;}
 .about-advantage .adv-txt{padding-top:20px;}
 .about-advantage .desc{margin-top:90px;}
}
@media (max-width:1200px){
 .about-profile{padding:100px 0 130px;}
 .about-profile .profile-left .desc,.about-advantage .desc{font-size:18px;}
 .about-profile .profile-left .desc{margin-top: 40px; height: calc(100% - 110px);}
 .about-honor{padding:100px 0 70px;}
 .about-advantage{padding:110px 0 180px;}
 .about-advantage .adv-txt{padding-top:10px;}
 .about-advantage .desc{margin-top:70px;}
 .about-profile .profile-left .desc{margin-top:40px;}
 .about-honor .honor-title .en{margin-top:30px;}
 .about-advantage .adv-txt{width:45%;}
 .about-advantage .desc{margin-top:50px;}
}
@media (max-width:992px){
 .about-profile{padding:80px 0 100px;}
 .about-profile .profile-left{width:100%;float:none; position: unset;}
 .about-profile .profile-img{float:none;margin:35px auto 0;width:60%;max-width: 600px;}
 .about-profile .profile-left .desc{margin-top:30px; padding-right: 0; height: auto;}
 .about-honor .honor-title .en{font-size:16px;margin-top: 26px;}
 .about-honor .honor-title .name{font-weight: bold;}
 .about-honor{padding:80px 0 50px;}
 .about-advantage{padding:80px 0 100px;}
 .about-advantage .adv-txt{width: 51%;padding:0;}
 .about-advantage .desc{margin-top:25px;padding:0;}
}

@media (max-width:750px){
 .about-profile{padding:50px 0 60px;}
 .about-profile .profile-left .desc, .about-advantage .desc{font-size:14px;font-family: "微软雅黑",arial;}
 .about-profile .profile-img{width:75%;margin-top:25px;}
 .about-honor{padding:50px 0 40px;}
 .about-honor .honor-title .name{font-size:22px;}
 .about-honor .honor-swiper{margin-top:60px;}
 .about-honor .honor-swiper .swiper-pagination{margin-top:62px;}
 .about-advantage .adv-left,.about-advantage .adv-txt{width:100%;float:none;}
 .about-advantage .adv-txt{margin-top:35px;}
 .about-advantage{padding:60px 0 70px;}
}

.header__nav{position: fixed;width:100%;height: 0;background-color: rgba(0,90,196,.94);top:80px;left:0;overflow: hidden;}
.header__nav-inner {width:100%;height:100%;position:relative;padding:1.2rem 2.1rem 0 2.75rem;}
.header__nav-inner>ul{max-width: 800px;}
.header__nav-inner>ul>li {text-align: left;position:relative;transform: matrix(1, 0, 0, 1, 20, 0);margin:5px 0;}
.header__nav-inner>ul>li>a {display:inline-block;color:#fff;font-weight:lighter;font-size:0.3rem;line-height:0.9rem;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s;}
.header__nav-inner>ul>li ul.sub {display:none;margin:5px 0 0;padding:0;position:absolute;right:0;top:0;z-index:10;}
.header__nav-inner>ul>li ul.sub li a {display:block;font-size:0.26rem;line-height:0.8rem;text-align:right;color:#d1d1d1;font-weight:lighter;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s;}
.header__nav-inner>ul>li:after {content:'';display:block;width:0;height:1px;line-height:1px;background-color:rgba(255,255,255,0.3);position:absolute;left:4.7rem;top:50%;opacity:0;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s;}
.header__nav-inner>ul>li.on {z-index:2;}
.header__nav-inner>ul>li.on>a,.header__nav-inner>ul>li a:hover{color:#fff;font-weight:bold;}
.header__nav-inner>ul>li.on ul {display:block;width:230px;}
.header__nav-inner>ul>li.on:after {width:200px;opacity:1;}
.header__nav-inner>ul>li ul.sub li{transform: matrix(1, 0, 0, -10, 0, 0);}
.header__nav-inner>ul>li,.header__nav-inner>ul>li ul.sub li{display:block;opacity:0; transition:all .3s;}
.header__nav-inner>ul>li.on ul.sub li,.header__nav.active .header__nav-inner>ul>li{opacity:1;transform:matrix(1,0,0,1,0,0);}
/*.header__nav.active .header__nav-inner>ul{display: block;}*/

.header__icons-nav span {-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s;}
.header__icons-nav.on span.line01 {-webkit-transform:translate3d(0,11px,0) rotate(45deg);transform:translate3d(0,11px,0) rotate(45deg);}
.header__icons-nav.on span.line02 {width:0;opacity:0;}
.header__icons-nav.on span.line03 {-webkit-transform:translate3d(0,-8px,0) rotate(-45deg);transform:translate3d(0,-8px,0) rotate(-45deg);}

.header_search_fix{position: fixed;z-index: 99;top: 0;left: 0;width: 100%;height: 100%;background: #005aba;color: #fff;display: none;}
.header_search_fix .search{font-size: 18px;margin-bottom: 10px;}
.header_search_fix .box{position: absolute;width: 40%;top: 50%;margin-top: -50px;text-align: left;left: 30%;}
.header_search_fix .input{background: none;width: 70%;border: 0;outline: 0;font-size:38px;line-height: 70px;height: 70px;padding-right:60px;color: #fff;font-family: 'Impact'}
.header_search_fix .input::-webkit-input-placeholder {color: #fff;font-size: 56px;}
.header_search_fix .input:-moz-placeholder {color: #fff;font-size: 56px;}
.header_search_fix .input:-ms-input-placeholder {color: #fff;font-size: 56px;}
.header_search_fix .search_box{line-height: 70px;height: 70px;position: relative;}
.header_search_fix .submit{width: 125px;height: 45px;line-height: 41px;font-size: 14px;color: #fff;border: 2px solid #fff;border-radius: 20px;background: transparent;padding: 0;margin: 0;position: absolute;top: 50%;margin-top: -23px;right: 0;-webkit-appearance: none;}
.header_search_fix .close-btn{position: absolute;width: 88px;height: 88px;font-size: 30px;line-height: 86px;border: 1px solid #fff;right: 60px;top: 20px;text-align: center;cursor: pointer;transition: all .5s ease;-webkit-transition:all .5s ease;background: #0042a6;}
.header_search_fix .close-btn:hover{background: #005aba;}
.header_search_fix .close-btn .close-btn{width: 100%;height: 100%;background: url(../images/icon-close.png) no-repeat center;background-size: 20px auto;display: block;}
.search_hover .header_logo:after{display: none;}

.xuanzhun{-webkit-transition-property: -webkit-transform;animation: rotate 5s linear infinite;}
@keyframes rotate{
 from{transform: rotate(0deg)}
 to{transform: rotate(359deg)}
}


.header__icon-mobile{display: none;}
@media (max-width:992px){
 .header__icons-nav{display: none;}
 .header__icon-mobile{display: block;}
 .header .header_nav{text-align: left;}
}
@media (max-width:767px){
 .header_search_fix .close-btn{width:48px; height:48px; line-height:44px; right:22px; top:22px;font-size:26px;}
 .header_search_fix .submit{position:relative; margin:10px 0 0;top:0;}
 .header_search_fix .box{top:35%;width:90%;left:5%;}
 .header_search_fix .input{width:100%;padding-right: 0;font-size:24px;}
 .header_search_fix .input::-webkit-input-placeholder {font-size: 40px;}
 .header_search_fix .input:-moz-placeholder {font-size: 40px;}
 .header_search_fix .input:-ms-input-placeholder {font-size: 40px;}
 .header_search_fix .search{font-size:15px;}

}

.news-detail{margin:50px 0; overflow: hidden;}
.news-detail h1{text-align: center; letter-spacing: 2px;}
.news-detail .dtinfo{margin: 20px 0; text-align: center;}
.news-detail .dtinfo span{margin: 0 10px;}
.news-detail .caseimg{margin-bottom: 30px;}
.news-detail .caseimg img{display: block; max-width: 100%; margin: auto;}
.news-detail .content{font-size: 15px; line-height: 1.8;}
.news-detail .content img{max-width: 100%;}
.news-detail .news-epx{margin: 30px auto 0; overflow: hidden;}
.news-detail .news-epx li{width: 49%; float: left; padding: 0 15px; line-height: 40px; background: #ccc; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.news-detail .news-epx li:first-child{margin-right: 2%;}
@media (max-width: 992px){
 .news-detail .news-epx li{width: 100%; margin: 5px 0;}
 .news-detail .news-epx li:first-child{margin-right: 0;}
}
@media (max-width: 767px){
 .news-detail{margin:30px 0;}
 .news-detail .dtinfo{margin: 15px 0;}
 .news-detail .dtinfo span{margin: 0 5px;}
 .news-detail .caseimg{margin-bottom: 20px;}
 .news-detail .news-epx{margin: 20px auto 0;}
}
.joinUs{padding:120px 0 60px;}
.joinUs .inner-title-box .en{letter-spacing: 3px;}
.jobList{margin-top:60px;}
.jobList li{background: #f6f6f6;margin-top: 30px;}
.jobList .item-name{font-weight: bold;padding:35px 50px 35px 2.86%;background: #f6f6f6;position: relative;}
.jobList .item-name i{position: absolute;right:2.86%;width:13px;height: 100%;top:0;background: url(../images/arrow-right.png) no-repeat center;}
.jobList .item-content{background: #f6f6f6;display: none;overflow: hidden;}
.jobList li:first-child .item-content{display: block;}
.jobList li:first-child .item-name{display: none;}
.jobList .item-content>.flex{flex-direction: row-reverse;}
.jobList .item-content .item-img{width:33.6%;overflow: hidden;min-height:400px;}
.jobList .item-content .item-img .img{/*padding-bottom: 85%;*/height:100%;background-repeat: no-repeat;background-size: cover;background-position: center;-webkit-transition:all 1s;-moz-transition:all 1s;-o-transition:all 1s;transition:all 1s;}
.jobList .item-content .item-right{color:#333;width:66.4%;border-top:10px solid #333333;padding:50px 5.7% 30px;position: relative;}
.jobList .item-content .item-right:before{position: absolute;content:'';width:28.4%;height:10px;top:-10px;background: #e60012;left:0;}
.jobList .item-content .item-right .tit{font-weight: bold;margin-bottom: 40px;}
.jobList .item-content .item-right .con{margin-top:14px;}
.jobList .item-content .item-right .desc p{margin-bottom: 6px;}
.jobList .item-content .item-img:hover .img{transform: scale(1.04);}


@media (max-width:1200px){
 .joinUs{padding:100px 0 60px;}
 .jobList .item-name{padding:30px 50px 30px 2.86%;}
 .jobList .item-content .item-img{min-height:350px;}
}
@media (max-width:992px){
 .joinUs{padding:70px 0 50px;}
 .jobList .item-name{padding:25px 50px 25px 2.86%;}
 .jobList .item-content .item-img{width:40%;}
 .jobList .item-content .item-right{width:60%;padding-top:40px;}
 .jobList .item-content .item-right .tit{margin-bottom: 30px;}
 .jobList .item-content .item-right .con{margin-top:12px;}
 .jobList li{margin-top:25px;}
 .jobList{margin-top:50px;}
}

@media (max-width:767px){
 .joinUs{padding:55px 0 40px;}
 .jobList{margin-top:40px;}
 .jobList .item-content .item-img{width:100%;min-height:auto;}
 .jobList .item-content .item-img .img{height: auto;padding-bottom: 85%;}
 .jobList .item-content .item-right{width: 100%;border-top-width:5px;padding:25px 20px;}
 .jobList .item-content .item-right:before{height:5px;top:-5px;}
 .jobList .item-name{padding:20px 35px 20px 16px;}
 .jobList .item-name i{background-size: 8px auto;background-position: right center;right:20px;}
 .jobList li{margin-top:20px;}
}


.header .header-tools .sc{ position: relative; }
.header .header-tools .sc-btn{display: block;height: 100px;width: 30px; }
.header .header-tools .sc-box{position: absolute;right: -162px;;top: 151%;overflow: hidden;display: none;-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);box-shadow: 0 0 5px rgba(0,0,0,0.1);}
.header .header-tools .sc-box input{display: block;padding: 9px 62px 9px 12px;border: 1px solid transparent;font-size: 14px;color: #333;background-color: #fff;width: 250px;}
.header .header-tools .sc-box button{position: absolute;right: 0;top: 0;padding: 0;width: 60px;height: 40px;background: #0c1780;color: #fff;border: 0;cursor: pointer;font-size: 14px;}
