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;}
.fs91{font-size:91px;line-height: 1;}
.fs72{font-size: 72px;}
.fs70{font-size: 70px;}
.fs60{font-size: 60px;}
.fs48{font-size: 48px;}
.fs42{font-size: 42px;}
.fs40{font-size: 40px;}
.fs36{font-size: 36px;}
.fs35{font-size: 35px;}
.fs30{font-size: 30px;}
.fs26{font-size: 26px;}
.fs24{font-size: 24px;}
.fs20{font-size: 20px;}
.fs18{font-size: 18px;}
.fs16{font-size: 16px;}

@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; 
}



.ht{font-family: '黑体';}
.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{-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;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.06);}
.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%);}
.w100{width: 100%;}
.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;position: absolute;left:0;top:0;}
.w100{width: 100%;}

.more-btn{display: block;width: 147px;line-height: 48px;border:1px solid #333333;position: relative;text-align: center;transition: all .3s;}
.more-btn:after{content:''; width:0%; height:100%; background:#0b6cc8; position:absolute; left:0; bottom:0; z-index:1; transition:all 0.5s ease;}
.more-btn span{display: inline-block;padding-right:20px;background: url(../images/icon-right.png) no-repeat right center;letter-spacing: 1px;position: relative;z-index: 10;}
.more-btn:hover{border-color:#0b6cc8;color:#fff;}
.more-btn:hover:after{width: 100%;}
.more-btn:hover span{background-image: url(../images/icon-right1.png);}

.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;}

@media (min-width: 767px){
 .container{width:90%;max-width: 1520px;}
}
@media (min-width: 1300px){
 .container{width:82%;}
}
@media (min-width: 1500px){
 .container{width: 1380px;}
}


.header{position: fixed;top:0; left:0; right:0; 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;color:#fff;}
.header:hover{box-shadow: 0 6px 10px 0 rgba(7,0,2,.15); background:#fff;color:#333;}
.header.fixed{top:0;box-shadow: 0 6px 10px 0 rgba(7,0,2,.15); background:#fff;color:#333;}
.header_box{position: relative;}
.header .header_logo{position: absolute;left:0;top:0;bottom:0;max-width: 72%;width: 31%;}
.header .header_logo .flex{height: 100%;}
.header .header_logo img{max-height:90%;margin:0;float: left; vertical-align: middle; }
.header .header_logo .co-name{margin-left:68px;text-align-last: justify;width: 100%;}
.header .header_logo .co-name h2{ margin-top:10px; margin-left:22px}
/*.header .header_logo .co-name h2{letter-spacing: 1px;}*/
.header .header_logo .logo-black,.header.fixed .header_logo .logo-white,.header:hover .header_logo .logo-white{display: none; }
.header.fixed .header_logo .logo-black,.header:hover .header_logo .logo-black{display: block; width: 100%;}
.header .header_logo .logo-white{ width:100%;}
.header .header_logo .co-name p{margin-left:25px;font-size:12px;font-family: '宋体';text-transform: uppercase;}

 
.header .header_nav{text-align: right;font-size:16px;}
.header .header_nav .nav_container>ul>li{display: inline-block;text-align: center;margin-left:5.8%;}
.header .header_nav li{position: relative;}
.header .header_nav .nav_container>ul>li>a{display: block;padding:40px 0;line-height: 1;position: relative;}
.header .header_nav .nav_container>ul>li>a.active,.header .header_nav .nav_container>ul>li>a:hover{color:#0b6cc8;}
.header .header_nav .nav_container .dropdown-menu{margin:0;padding:0;border:none;left:50%;transform: translateX(-50%);text-align: center;border-radius:0;background: #fff;font-size:15px;min-width:140px;}
.header .header_nav .nav_container .dropdown-menu li a{display: block;white-space: nowrap;padding:14px 10px;color:#010000;position: relative;transition: all .3s;}
.header .header_nav .nav_container .dropdown-menu li a:hover, .dropdown-menu li a:focus,.header .header_nav .nav_container .dropdown-menu li a.active{background: #0b6cc8;color:#fff;}

.mobile_key {display: none;width:28px;height:25px;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:#0b6cc8;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}
/*.button_close .button_menu span:nth-child(1) {
 -ms-transform: rotate(45deg);
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg)
}
.button_close .button_menu span:nth-child(2) {
 -moz-transform: rotate(-45deg) translate(6px,-7px);
 -ms-transform: rotate(-45deg) translate(6px,-7px);
 -webkit-transform: rotate(-45deg) translate(6px,-7px);
 transform: rotate(-45deg) translate(6px,-7px)
}*/
/*.header.fixed .header_tools .button_menu span,.header:hover .header_tools .button_menu span,.index_header.allIn .header_tools .button_menu span{background: #000;}*/


/*.header .header_nav .nav_container>ul>li>a:hover,.header .header_nav .nav_container>ul>li>a.active{color:#04357f!important;}
.header.fixed,.header:hover{background:#fff;}
.header.fixed .logo-m,.header:hover .logo-m,.index_header.allIn .logo-m{display: block!important;}
.header.fixed .logo-pc,.header:hover .logo-pc,.index_header.allIn .logo-pc{display: none!important;}
.header .header_box:hover .header_logo:after{background: #0e68b0;transition: all .5s ease;}
.header.fixed .header_nav .nav_container>ul>li>a,.header:hover .header_nav .nav_container>ul>li a,.index_header.allIn .header_nav ul l a{color:#000;}
*/
.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;display: block;}
.ibanner .swiper-slide .slide-item-img{width: 100%;height: 100vh;object-fit: cover;object-position: center;}
/*.ibanner .item-mask-bg{position: absolute;top:0;left:0;width: 100%;height: 100%;background: url(../images/banner-mask.png) repeat-y left top;background-size: 100% auto;z-index:5;}*/
.ibanner .item-mask-bg{position: absolute;bottom:0;left:0;width: 100%;height: 95px;background: url(../images/banner-mask-bottom.png) no-repeat bottom center;background-size: 100% auto;z-index:5;}
.ibanner .item-mask{position: absolute;color:#fff;top:50%;left:0;width: 100%;transform: translateY(-50%);z-index:10;}
.ibanner .item-mask .txt{max-width: 600px;}
.ibanner .item-mask .en{line-height: 1.71;text-transform: uppercase;font-weight: bold;transform: translateY(60px);opacity: 0;filter: alpha(opacity=0);transition: all .9s;transition-delay: .2s;text-shadow: 0 4px 7.8px 0.2px rgba(0,0,0,.18);letter-spacing: 1px;}
.ibanner .item-mask .title{line-height: 1;font-weight:bold;margin-top:32px;transform: translateY(60px);opacity: 0;filter: alpha(opacity=0);transition: all .9s;transition-delay: .3s;}
.ibanner .swiper-slide-active .title,.ibanner .swiper-slide-active .en{transform: translateY(0);opacity: 1;filter: alpha(opacity=100);}

.ibanner .swiper-page{position: absolute;left:0;right:0;z-index:10;top:50%;transform: translateY(-50%);}
.ibanner .swiper-pagination{position: relative;left:auto;right:auto;bottom:auto;float:right;width:20px;}
.ibanner .swiper-pagination .swiper-pagination-bullet{cursor: pointer;display: block;width: 20px;height: 20px;border-radius:100%;opacity: 0.6;margin:20px 0;background: #fff;}
.ibanner .swiper-pagination .swiper-pagination-bullet-active{opacity: 1;}

.banner_mouse{position:absolute; cursor:pointer; bottom:19%; left:50%;z-index:12;line-height: 20px;-webkit-animation: nudgeMouse 1.6s linear infinite;animation:
 nudgeMouse 1.6s linear infinite;}
.banner_mouse span{display: block;color:#fff;position: relative;font-size:18px;font-family: arial;transform: rotate(90deg);transform-origin: left top;padding-right:154px;}
.banner_mouse span:after{position: absolute;content:'';width: 140px;height: 2px;background: #ebebeb;right:0;top:50%;margin-top:-1px;}

@-webkit-keyframes nudgeMouse {0% {-webkit-transform:translateY(0);transform:translateY(0);}
50% {-webkit-transform:translateY(8px);transform:translateY(8px);}
100% {-webkit-transform:translateY(0);transform:translateY(0);}
}
@keyframes nudgeMouse {0% {-webkit-transform:translateY(0);transform:translateY(0);}
50% {-webkit-transform:translateY(8px);transform:translateY(8px);}
100% {-webkit-transform:translateY(0);transform:translateY(0);}
}
.ibanner .swiper-btn-box{position: absolute;left:0;width: 100%;z-index:11;bottom:13%;}
.ibanner .swiper-btn-box .swiper-btn{position: relative;margin:0;left:auto;top:auto;right:auto;width: 50px;height: 50px;border:2px solid #fff;border-radius:100%;line-height: 46px;color:#fff;float:left;margin-right:34px;}
.ibanner .swiper-btn-box .swiper-btn:after{font-size:16px;}



@media (max-width:992px){
 .header_box{overflow: hidden;padding:20px 0;}
 .mobile_key{display: block;float:right;}
 .header .header_logo{max-width: 70%;}
 .header .header_nav{text-align: left;font-size:14px;}
}
@media (max-width:767px){
 .header_box{padding:15px 0;}
 .no-padding{padding-left:15px;padding-right: 15px;}
}
.part{padding-top:100px;}
.part-about{overflow: hidden;background: url(../images/map-icon.png) no-repeat left 60px;}
.part-about .left{position: relative;}
.part-about .left .line{position: absolute;left:20px;top:-100px;height: 238px;background: #999999;width: 1px;}
.part-about .left .title{border-left:10px solid #0b6cc8;line-height: 1;padding-left:17px;position: relative;z-index:10;margin-bottom: 63px;}
.part-about .left .title .en{line-height: 0.8;color:#0b6cc8;text-transform: uppercase;margin-bottom: 11px;}
.part-about .left .title .tit{letter-spacing: 1px;}
.part-about .left .desc{line-height: 2.25;letter-spacing: 2px;text-align: justify;max-width: 600px;}
.part-about .img-box{height: 753px;position: relative;}
.part-about .img-box .img{position: absolute;overflow: hidden;height: 100%;left:0;top:0;}
.part-about .img-box .imghover{height: 100%;width: 100%;background-position: center;background-size: cover;background-repeat: no-repeat;}
.part-about .left .more-btn{margin-top:65px;}
.part-about .left .txt{height: 164px;position: relative;margin-top:69px;z-index:10;}
.part-about .left .txt .c{background: url(../images/about-bg1.png) no-repeat center;background-size: cover;position: absolute;height: 100%;padding:0 ;color:#0b6cc8;width: 146%;padding:0 20px;text-align: center;box-shadow: 0 0 40px 0 rgba(0,0,0,.15);top:0;left:0;}


.title-box .title{position: relative;}
.title-box .en{font-weight: bold;line-height: 0.8;color:#081a48;opacity: 0.1;font-family: arial;text-transform: uppercase;}
.title-box .tit{position: absolute;left:0;width: 100%;bottom:0;z-index:10;color:#333333;font-weight: bold;line-height: 1.2;letter-spacing: 1px;}
.title-box .desc{color:#828283;color:rgba(51,51,51,.7);line-height: 30px;margin-top:20px;}
.part-about{padding:75px 0 40px;background: url(../images/about-bg.png) no-repeat top center #fdfdfd;background-size: 100% auto;}
.part-about .title-box .desc{max-width: 1080px;margin:20px auto 0;}
.part-about .num-box{margin:55px auto 0;max-width: 940px;text-align:center;}
.part-about .num-box li{position: relative;}
.part-about .num-box li:after{position: absolute;content: '';width: 1px;top:6px;bottom:6px;background: #ebebeb;right:0;}
.part-about .num-box li:last-child:after{display: none;}
.part-about .num-box .num{font-family: Impact;font-weight: bold;line-height: 1;}
.part-about .num-box li:hover .num{color:#0b6cc8;}
.part-about .num-box .txt{margin-top:19px;opacity: 0.7;}
.part-about .imgList{margin:60px -0.6% 0;}
.part-about .imgList li{padding:0.6%;float:left;width: 24.2%;}
.part-about .imgList .item{display: block;overflow: hidden;position: relative;color:#fff;}
.part-about .imgList .item-img{padding-bottom: 74.51%;background-repeat: no-repeat;background-size: cover;background-position: center;transition: all ease .8s;}
.part-about .imgList .li1 .item-img{padding-bottom: 69.56%;}
.part-about .imgList .li3 .item-img{padding-bottom: 158.5%;}
.part-about .imgList .li1{width: 52.2%;}
.part-about .imgList .li3{width: 23.6%;float:right;}
.part-about .imgList .item-txt{position: absolute;left:0;width: 100%;top:0;padding:38px 20px 0 40px;line-height: 1;}
.part-about .imgList .item-txt .tit{line-height: 1;margin-bottom: 12px;}
.part-about .imgList .item-txt .en{text-transform: uppercase;}
.part-about .imgList .item:hover .item-img{transform: scale(1.08);}

.part-img{background-repeat: no-repeat;background-size: cover;background-position: center;padding:130px 0 100px;min-height: 400px;color:#fff;text-align:center;}
.part-img .txt .title{font-weight: bold;line-height: 1;}
.part-img .txt .desc{margin-top:20px;}
.part-img .txt .view{margin:36px auto 0;width: 50px;height: 50px;display: block;background: url(../images/icon-more.png) no-repeat center;}

.part-product{padding:100px 0 80px;}
.part-product .index-proSwiper{margin-top:50px;position: relative;}
.part-product .index-proSwiper .bg-list{position: absolute;top:0;left:0;width: 100%;height:100%;overflow: hidden;}
.part-product .index-proSwiper .bg-list .bg{display:none;background-repeat: no-repeat;background-size: cover;background-position: center;position: absolute;top:0;left:0;width: 100%;height: 100%;}
.runpic-pic-true{animation: toPicBig 1.5s ease-in-out both;}
@keyframes toPicBig{
 0% {transform: scale(1.06);}100% {transform: scale(1);}
}
.part-product .index-proSwiper .swiper-slide{width: 25%;}
.part-product .index-proSwiper .swiper-slide .item{position: relative;height: 467px;overflow: hidden;border-right:1px solid rgba(246,246,246,.5);}
.part-product .index-proSwiper .swiper-slide .item-cover{position: absolute;left:0;width: 100%;top:100%;height: 100%;background: #0b6cc8;opacity: 0.9;transition: all .5s ease;}
.part-product .index-proSwiper .swiper-slide .item-txt{position: absolute;left:0;width: 100%;z-index:10;color:#fff;bottom:49px;padding:0 11.6%;transition: all .3s;}
.part-product .index-proSwiper .item:hover .item-cover{top:0;}
.part-product .index-proSwiper .swiper-slide .item-tit{line-height: 1;transition: all .3s;}
.part-product .index-proSwiper .swiper-slide .item-more{margin-top:22px;display: block;line-height: 1;}
.part-product .index-proSwiper .item-proList{margin:40px 0 60px;display: none;height: 150px;}
.part-product .index-proSwiper .item-proList a{display: block;line-height: 1;margin-bottom: 20px;}
.part-product .index-proSwiper .swiper-btn{position: absolute;top:50%;transform: translateY(-50%);width: 35px;height: 49px;background: url(../images/right-arrow.png) no-repeat center;background-size: 100% auto;outline: none;}
.part-product .index-proSwiper .swiper-btn-next{left:100%;margin-left:45px;}
.part-product .index-proSwiper .swiper-btn-prev{right:100%;margin-right:45px;background-image: url(../images/left-arrow.png);}
.part-product .index-proSwiper .swiper-btn.swiper-button-disabled{opacity: 0.15;}

.part-news{padding:70px 0;background: #f4f4f9;}
.part-news .box{margin-top:42px;}
.part-news .box .left{float:left;width: 48.3%;max-width: 668px;}
.part-news .box .right{float:right;width: 49%;max-width: 670px;}
.part-news .left .l-item{display: block;position: relative;}
.part-news .left .l-item .item-img{position: relative;height: 440px;overflow: hidden;}
.part-news .left .l-item .item-img img{transition: all ease .8s;}
.part-news .left .l-item:hover .item-img img{transform: scale(1.05);}
.part-news .left .l-item .item-name{position: absolute;bottom:0;left:0;width: 100%;background: rgba(49,49,49,.7);color:#fff;z-index:10;padding:25px 6%;line-height: 1;}
.part-news .right .list{height: 410px;}
.part-news .right .swiper-slide{height: 123px;border-bottom:1px solid #e2e2e6;}
.part-news .right .r-item{padding:14px 0 30px 8.6%;color:#999;}
.part-news .right .r-item .item-date{float:left;width: 70px;text-align:center;line-height: 1;}
.part-news .right .r-item .item-date .d{line-height: 0.9;}
.part-news .right .r-item .item-date p{font-size:12px;margin-top:16px;letter-spacing: 1px;font-family: arial;}
.part-news .right .r-item .item-txt{margin-left: 30px;line-height: 1;}
.part-news .right .r-item .item-txt .item-tit{line-height: 1;margin-bottom:18px;color:#333; }
.part-news .right .r-item:hover .item-txt .item-tit{color:#0b6cc8;}
.part-news .right .swiper-btn-box{}
.part-news .right .swiper-btn{float:left;width: 49.1%;background: #b9babb;transition: all .3s;}
.part-news .right .swiper-btn span{display: block;width: 100%;background: url(../images/news-arrow-up.png) no-repeat center;height: 30px;}
.part-news .right .swiper-btn-next{float:right;}
.part-news .right .swiper-btn-next span{display: block;width: 100%;background-image: url(../images/news-arrow-down.png);}
.part-news .right .swiper-btn:hover{background: #0b6cc8;}
.part-news .right .swiper-btn.swiper-button-disabled{background:#b9babb;opacity: 0.3;pointer-events: none; }

.footer-box{background: #333;color:#fff;padding-top:100px;}
.footer-box .copyright{border-top:2px solid #484848;padding:46px 0;margin-top:36px;color:#8d8d8d;}
.footer-box .footer-info{float:left;width: 35%;max-width: 480px;border-right:1px solid #5c5c5c;padding-right:20px;}
.footer-box .footer-info .f-name{margin-bottom: 34px;}
.footer-box .footer-info .info>*{margin-bottom: 12px;}
.footer-box .footer-info .code{margin-top:30px;}
.footer-box .footer-info .code img{max-width: 85px;margin-right:7.8%;float:left;}
.footer-box .footer-info .code img:last-child{margin-right:0;}
.footer-box .footer-nav{float:right;width: 57%;max-width: 780px;}
.footer-box .footer-nav .s-menu{color:#8d8d8d;}
.footer-box .footer-nav a{display: block;margin-bottom:26px;line-height: 1;}




/*body{padding-top:100px;}*/
@media (max-width:1400px){
 .fs91{font-size:70px}
 .fs72{font-size: 64px;}
 .fs70{font-size: 62px;}
 .fs60{font-size: 56px;}
 .fs48{font-size: 46px;}
 .fs42{font-size: 40px;}
 .fs40{font-size: 38px;}
 .fs36{font-size: 34px;}
 .fs35{font-size: 33px;}
 .fs30{font-size: 26px;}
 .fs26{font-size: 24px;}
 .fs24{font-size: 22px;}
 .fs18{font-size: 17px;}
 .fs16{font-size: 15px;}
 .header .header_logo .co-name p{ width:105%}
 
}
@media (max-width:1200px){
 .fs91{font-size:64px}
 .fs72{font-size: 58px;}
 .fs70{font-size: 56px;}
 .fs60{font-size: 48px;}
 .fs48{font-size: 44px;}
 .fs42{font-size: 38px;}
 .fs40{font-size: 36px;}
 .fs36{font-size: 32px;}
 .fs35{font-size: 31px;}
 .fs30{font-size: 26px;}
 .fs26{font-size: 22px;}
 .fs24{font-size: 20px;}
 .fs18{font-size: 16px;}
 .header .header_logo .co-name{ display:none}
 .banner_mouse{ right: 10%;left:auto;}
 .banner_mouse span{ transform-origin: right top;}
 .part-product .index-proSwiper .swiper-btn-prev{ margin-right: 25px;}
 .part-product .index-proSwiper .swiper-btn-next {margin-left: 25px;}
}

@media (max-width:992px){
 .fs91{font-size:48px}
 .fs72{font-size: 42px;}
 .fs70{font-size: 40px;}
 .fs60{font-size: 36px;}
 .fs48{font-size: 35px;}
 .fs42{font-size: 34px;}
 .fs40{font-size: 32px;}
 .fs36{font-size: 28px;}
 .fs35{font-size: 27px;}
 .fs30{font-size: 20px;}
 .fs24{font-size: 20px;}
 .fs20{font-size: 16px;}
 .header .header_logo .co-name{ display:none}
 .part-product .index-proSwiper .swiper-btn-next {margin-left: 15px;}
 .part-product .index-proSwiper .swiper-btn-prev{margin-right: 15px;}
 .part-news .left .l-item .item-name {padding: 15px 6%;}
}

@media (max-width:767px){
 .fs91{font-size:40px}
 .fs72{font-size: 34px;}
 /*.fs70{font-size: 32px;}*/
 .fs48{font-size: 32px;}
 .fs42{font-size: 20px;}
 .fs40{font-size: 28px;}
 .fs35{font-size: 27px;}
 .fs30{font-size: 22px;}
 .fs26{font-size: 20px;}
 .fs20{ font-size:15px;}
 .fs18{font-size: 15px;}
 .co-name{ display:none}
 .header .header_logo .logo-white { height:100%;}
.header.fixed .header_logo .logo-black, .header:hover .header_logo .logo-black{ height:100%;}
.header .header_logo img { margin-top:2px;}
 .ibanner .item-mask .title{margin-top: 10px; line-height:45px;}
 .banner_mouse span {padding-right: 144px; transform-origin: right top; }
 .banner_mouse{bottom: 0;left: auto;right: 8%;}
 .part-about .num-box {margin: 15px auto 0;}
 .part-about .imgList{margin: 25px -0.6% 0;}
 .part-about .imgList .li1{ width:100%;}
 .part-about .imgList .li2{ width:50%}
 .part-about .imgList .li3{ width:50%}
 .part-about .imgList .li4{ width:50%}
 .part-about .imgList .li3 .item-img {padding-bottom: 151.5%;}
 .part-about {padding: 35px 0 20px;}
 .part-product {padding: 30px 0 30px;}
 .part-product .index-proSwiper {margin-top: 20px;}
 .part-product .index-proSwiper .swiper-slide{ width:100%}

.part-news {padding: 30px 0;}
.part-news .box{margin-top: 22px;}
.part-news .box .left { width:100%}
.part-news .left .l-item .item-name {padding: 15px 6%;}
.part-news .left .l-item .item-img { height:220px;}
.part-news .box .right { width:100%}
.part-news .right .r-item {padding: 14px 0 10px 0.6%;}
.part-news .right .r-item .item-txt {margin-left: 10px;}
.part-news .right .swiper-slide { height:98px!important;}
.part-news .right .list { height:392px;}
.part-product .index-proSwiper .swiper-btn-next {left: 85%;margin-left:0; display:none}
.part-news .right .swiper-btn-box { display:none;}
 .footer-box .footer-info,.footer-box .footer-nav{float:none;width: 100%;max-width: 100%;border:none;}
 .footer-box{padding:30px 0 0;}
 .footer-box .footer-nav a{font-size:14px;}
 .footer-box .footer-nav{padding-bottom: 10px; margin-bottom: 5px; margin-top:25px}
 .footer-box .copyright{text-align: center;font-size:12px;margin-top:0;padding: 15px 0;}
 .footer-box .footer-nav ul{flex-wrap: wrap;}
 .footer-box .footer-nav ul li{width: 25%;}
 .footer-box .footer-nav ul li a{padding-right:10px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
 .footer-box .footer-nav a{margin-bottom: 15px;}
}

 .inner-banner{position: relative;}
.inner-banner .nav-now{width: 100%;position: absolute;top:0;left:0;height: 100%;background: rgba(47,47,47,.3);color:#fff;text-align: center;z-index:50;line-height: 1;}
.inner-banner .nav-now h2{text-transform: uppercase;opacity: 0.2;}
.inner-banner .nav-now p{position: relative;z-index:10;transform: translateY(-70%);letter-spacing: 1px;}

.category-box{background: #fff;}
.category-box .category{position: relative;padding:0 45px;line-height: 84px;color:#000000;}
.category-box .swiper-slide{width: auto;padding:0 30px;}
.category-box .swiper-slide a{display: block;position: relative;}
.category-box .swiper-slide a:after{position: absolute;content:'';width: 0;height: 5px;overflow: hidden;background: #0b6cc8;transition: all .3s;left:50%;bottom:0;transform:translateX(-50%);}
.category-box .swiper-slide a.active:after,.category-box .swiper-slide a:hover:after{width: 100%;}
.category-box .swiper-btn{color:#a5a5a5;}
.category-box .swiper-btn:after{font-size:34px;}
.category-box .swiper-btn:hover{color:#0b6cc8;}
.product-list{ margin-bottom:30px;}
.product-list .list{margin-top:100px;margin-left:-2%;margin-right:-2%;}
.product-list .list li{margin-bottom: 70px;padding:0 2%;}
.product-list .pro-item{display: block;position: relative;}
.product-list .pro-item .item-img{position: relative;padding-bottom: 87.1%;overflow: hidden;}
.product-list .pro-item .item-mask{position: absolute;top:0;left:0;width: 100%;height: 100%;padding:8.7% 8.8%;background: rgba(255,255,255,.7);opacity: 0;transition: all .3s;}
.product-list .pro-item .item-mask .c{position: relative;width: 100%;height: 100%;}
.product-list .pro-item .item-mask .line{position: absolute;background: #0b6cc8;}
.product-list .pro-item .item-mask .line1,.product-list .pro-item .item-mask .line3{height:1px;width:0;transition: all .4s;}
.product-list .pro-item .item-mask .line2,.product-list .pro-item .item-mask .line4{width:1px;height:0;transition: all .6s;}
.product-list .pro-item .item-mask .line1{top:0;right:0;}
.product-list .pro-item .item-mask .line2{right:0;bottom:0;transition-delay: 0.3s;}
.product-list .pro-item .item-mask .line3{bottom:0;left:0;transition-delay: 0.2s;}
.product-list .pro-item .item-mask .line4{left:0;top:0%;transition-delay: 0.1s;}
.product-list .pro-item:hover .item-mask{opacity: 1;}
.product-list .pro-item:hover .item-mask .line1,.product-list .pro-item.pro-item:hover .item-mask .line3{width: 89.6%;}
.product-list .pro-item:hover .item-mask .line2,.product-list .pro-item.pro-item:hover .item-mask .line4{height: 88%;}
.product-list .pro-item .item-mask .icon{width: 36px;position: absolute;height: 36px;top:50%;left:50%;margin-left:-18px;margin-top:-18px;background: url(../images/icon-arrow.png) no-repeat center;z-index:10;opacity: 0;filter: Alpha(opacity=0);-webkit-transform: rotateX(180deg) scale(0.5, 0.5);transform: rotateX(180deg) scale(0.2, 0.2);transition: all ease-out .5s;transition-delay: 0.3s;}
.product-list .pro-item:hover .item-mask .icon{opacity: 1;filter: Alpha(opacity=100);-webkit-transform: rotateX(0deg) scale(1, 1);transform: rotateX(0deg) scale(1, 1);transition: all 1s cubic-bezier(.23, 1, .38, 1) 0s;}
.product-list .pro-item .name{line-height: 1;margin-top:25px;text-align: center;}

.pages{text-align: center;margin-top:5px;}
.pages a{display: inline-block;margin:0 8px;background: #fff;color:#333;line-height: 30px;min-width: 30px;text-align: center;padding:0 10px;font-size:16px;}
.pages a.PreA,.pages a.NextA{padding:0 25px;}
.pages a.Ahover,.pages a:hover{background: #0b6cc8;color:#fff;}
.aboutUs{ margin-bottom:50px;}
@media (max-width:1400px){
 .category-box .category{line-height: 80px;}
 .product-list .list{margin-top:80px;}
 .product-list .list li{margin-bottom: 60px;}
}
@media (max-width:1200px){
 .product-list .list{margin-top:70px;}
}
@media (max-width:992px){
 .category-box .category{line-height: 70px;}
 .product-list .list{margin-top:60px;}
 .category-box .swiper-slide a:after{height: 4px;}
 .pages a{margin:0 5px;}
 .pages a.PreA,.pages a.NextA{padding:0 15px;}
 .category-box .swiper-slide{padding:0 20px;}
}
@media (max-width:767px){
 .inner-banner .nav-now h2{font-size:32px;}
 .inner-banner .nav-now p{font-size:30px;}
 .category-box .no-padding{padding:0;}
 .category-box .category{line-height: 60px;padding:0 30px;}
 .category-box .swiper-btn:after{font-size:28px;}
 .category-box .swiper-button-next{right:0;}
 .category-box .swiper-button-prev{left:0;}
 .category-box .swiper-slide{padding:0 15px;}
 .category-box .swiper-slide a:after{height: 3px;}
 .product-list .list{margin-top:45px;}
 .product-list .list li{margin-bottom: 35px;}
 .pages a{margin:0 2px;font-size:14px;}
 .pages a.PreA, .pages a.NextA{padding:0 6px;}
}

.product-detail{ margin-bottom:30px;}
.product-detail-img{width: 420px;float:left;}
.product-detail-img .item-img{position: relative;padding-bottom: 87.1%;background: #fff;overflow: hidden;}
.product-detail-img .item-img img{max-width: 100%;max-height: 100%;}
.product-detail-right{margin-left:420px;}
.product-detail-right .con{padding-left:8.85%;padding-top:20px;}
.product-detail-right .title{margin-bottom: 28px;} 
.product-detail-right .desc{line-height: 36px;letter-spacing: 1px;min-height: 180px;}
.product-detail-right .s-btn{width:184px;line-height: 58px;text-align: center;background: #0b6cc8;color:#fff;display: block;margin-top:25px;}
.product-detail .detail{margin-top:100px;}
.product-detail .content{margin-top:50px;}
.product-detail .content .tab span{float:left;line-height: 1;padding-bottom: 14px;border-bottom: 3px solid #0b6cc8;}
.product-detail .content .description{line-height:2.25;letter-spacing: 2px;margin-top:60px;text-align: justify;}
@media (max-width:1200px){
 .product-detail .detail{margin-top:80px;}
 .product-detail-right .con{padding-top:15px;}
 .product-detail-right .title{font-weight: bold;}
 .product-detail .content .tab span{font-weight: bold;}
 .product-detail .content .description{margin-top:50px;}
}
@media (max-width:992px){
 .product-detail .detail{margin-top:60px;}
 .product-detail-img{width: 320px;}
 .product-detail-right{margin-left:320px;}
 .product-detail-right .s-btn{width: auto;min-width: 130px;padding:0 15px;line-height: 44px;float:left;}
 .product-detail-right .desc{line-height:30px;min-height: 150px;}
 .product-detail-right .title{margin-bottom: 20px;}
 .product-detail .content .description{margin-top:40px;letter-spacing: 1px;}
}

@media (max-width:767px){
 .product-detail-img{width: 100%;float:none;}
 .product-detail-right{margin:30px 0 0;}
 .product-detail-right .con{padding:0;}
 .product-detail-right .desc{min-height: 60px;}
 .product-detail .content .tab span{font-size:16px;}
 .product-detail .content .description{letter-spacing: 0;margin-top:30px;}
 .category-box .swiper-btn:after{font-size:26px;}
}

.aboutUs .about-title .en{text-transform: uppercase;letter-spacing: 2px;color:#0b6cc8;opacity: 0.1;line-height: 1;}
.aboutUs .about-title .cn{position: relative;z-index:10;margin-left:-2em;}
.aboutUs .about-title.tr{justify-content: flex-end;}
.aboutUs .about-title.tr .cn{margin-right:-2em;}

.about-p1{background: none;}
.about-p1 .right,.about-p1 .left{float:left;width: 50%;}
.about-p1 .right{overflow: hidden;}
.about-p1 .right .img{height: 550px;background-repeat: no-repeat;background-size: cover;background-position: center;}
.about-p1 .desc1{padding-right:7%;text-align: justify;line-height: 2.25;letter-spacing: 1px;margin-top:60px;}
.about-p1 .left .txt{margin-top:65px;height: 118px;}
.about-p2{position: relative;margin-top:100px;}
.about-p2 .box{min-height: 770px;background: #fff;padding:0;}
.about-p2 .img-box{position: absolute;left:0;width: 50%;top:0;height: 100%;overflow: hidden;}
.about-p2 .img-box .img{background-position: center;background-repeat: no-repeat;background-size: cover;height: 100%;}
.about-p3 .img-box{position: absolute;left:0;width: 50%;top:0;height: 100%;overflow: hidden;}
.about-p3 .img-box .img{background-position: center;background-repeat: no-repeat;background-size: cover;height: 100%;}
.about-p4 .img-box{position: absolute;left:0;width: 50%;top:0;height: 100%;overflow: hidden;}
.about-p4 .img-box .img{background-position: center;background-repeat: no-repeat;background-size: cover;height: 100%;}
.about-p2 .desc{margin-top:75px;padding:0 7.5%;}
.about-p2 .desc .tit{margin-bottom: 40px;}
.about-p2 .desc .txt{line-height: 2.25;text-align: justify;letter-spacing: 1px;max-height: 600px;overflow-y: auto;}
.about-p2 .desc .txt p{min-height: 1em;}
.about-p2 .desc .txt::-webkit-scrollbar {width:6px;}
.about-p2 .desc .txt::-webkit-scrollbar-track {background:#f8f8f8;}
.about-p2 .desc .txt::-webkit-scrollbar-thumb {background:#999;}
.about-p2 .desc .txt::-webkit-scrollbar-thumb:window-inactive {background:#999;}
.about-p2 .desc .txt::-webkit-scrollbar-thumb:vertical:hover {background:#999;}
.about-p3 .img-box{left:auto;right:0;}
.about-p3 .desc{margin-top:60px;padding:0 10.9% 0 11.3%;}
.about-p4{margin-top:85px;}
.about-p4 ul{position: relative;margin-left:-12px;margin-right:-12px;}
.about-p4 ul li{position: absolute;padding:12px;height: 50%;width: 25%;}
.about-p4 ul li .img-box{width: 100%;height: 100%;position: relative;overflow: hidden;}
.about-p4 ul li .img{width: 100%;height: 100%;background-repeat: no-repeat;background-size: cover;background-position: center;}
.about-p4 ul li:nth-child(5n+1){position: relative;height: auto;width: 50%;}
.about-p4 ul li:nth-child(5n+1) .img-box{height: auto;}
.about-p4 ul li:nth-child(5n+1) .img{padding-bottom: 87%;height: auto;}
.about-p4 ul li:nth-child(5n+2){left:50%;top:0;}
.about-p4 ul li:nth-child(5n+3){right:0;top:0;}
.about-p4 ul li:nth-child(5n+4){bottom:0;left:50%;}
.about-p4 ul li:nth-child(5n+5){right:0;bottom:0;}
.about-p5{margin-top:85px;}
.about-p5 .honor-list{padding:0 68px;position: relative;}
.about-p5 .honor-list .swiper-btn{width: 52px;text-align: center;color:#fff;background: #0b6cc8;height: 122px;top:50%;margin-top:-61px;}
.about-p5 .honor-list .swiper-btn:after{font-size:36px;}
.about-p5 .honor-list .swiper-button-prev{left:0;}
.about-p5 .honor-list .swiper-button-next{right:0;}
.about-p5 .honor-list .swiper-slide{padding:0 11px;width: 33.333%;}
.about-p5 .honor-list .honor-item{position: relative;padding-bottom: 70.3%;border:1px solid #a5a5a5;cursor: pointer;}
.about-p5 .honor-list .honor-item img{max-width: 95%;max-height: 95%;}

@media (max-width:1200px){
 .aboutUs .about-title .en{letter-spacing: 1px;}
 .about-p1 .desc1{margin-top:45px;}
 .about-p1 .left .txt{margin-top:55px;}
 .about-p2 .desc{margin-top:60px;}
 .about-p2 .desc .tit{margin-bottom: 32px;}
 .about-p3 .desc{margin-top:45px;}
 .about-p4 ul{margin-left:-10px;margin-right:-10px;}
 .about-p4 ul li{padding:10px;}
 .about-p5 .honor-list{padding:0 60px;}
 .about-p5 .honor-list .swiper-slide{padding:0 8px;}
 .about-p5 .honor-list .swiper-btn{width: 48px;}
 .about-p5 .honor-list .swiper-btn:after{font-size:32px;}
 .about-p2 .box{min-height: 700px;}
 .about-p2 .desc .txt{max-height: 520px;}
}

@media (max-width:992px){
 .about-p1 .desc1{margin-top:35px;}
 .about-p1 .left .txt{margin-top:40px;}
 .about-p2{margin-top:80px;}
 .about-p2 .box{min-height: 560px;}
 .about-p2 .desc{padding-right:0;margin-top:45px;}
 .about-p2 .desc .tit{margin-bottom: 25px;}
 .about-p2 .desc .txt{letter-spacing: 0;max-height: 400px;font-size:14px;}
 .about-p3 .desc{padding-left:0;padding-right:5%;}
 .about-p4,.about-p5{margin-top:65px;}
 .about-p4 ul{margin-left:-6px;margin-right:-6px;}
 .about-p4 ul li{padding:6px;}
}

@media (max-width:767px){
 .about-p1 .right, .about-p1 .left{float:none;width: 100%;}
 .aboutUs .about-title .cn{font-size:24px;font-weight: bold;}
 .aboutUs .about-title .en{font-size:48px;}
 .about-p1 .desc1{margin-top:25px;padding:0;letter-spacing: 0;font-size:15px;}
 .about-p1 .right{margin-top:25px;}
 .about-p1 .right .img{height: auto;padding-bottom: 80%;}
 .about-p2{margin-top:60px;}
 .about-p2 .box{min-height: 100px;}
 .about-p2 .img-box{position: relative;margin-top:30px;height: auto;width: 100%;}
 .about-p2 .img-box .img{padding-bottom: 80.2%;height: auto; }
 .about-p2 .desc{padding:0;margin-top:35px;}
 .about-p2 .desc .txt{max-height: none;}
 .about-p4, .about-p5{margin-top:50px;}
 .about-p4 ul{margin-left:-5px;margin-right:-5px;}
 .about-p4 ul li{position: relative;top:auto!important;left:auto!important;right:auto!important;bottom:auto!important;width: 50%;height: auto;padding:5px;float:left;}
 .about-p4 ul li .img,.about-p4 ul li .img-box{height: auto;}
 .about-p4 ul li .img{padding-bottom: 90%;}
 .about-p4 ul li:nth-child(5n+1){width: 100%;padding:5px;}
 .about-p5 .honor-list{padding:0 45px;}
 .about-p5 .honor-list .swiper-btn{width: 36px;height: 90px;margin-top:-45px;}
 .about-p5 .honor-list .swiper-btn:after{font-size:28px;}
}

.subcolumn-nav{background: #fff;text-align: center;font-size:0;}
.subcolumn-nav a{display: inline-block;line-height: 84px;position: relative;margin:0 1.5%;}
.subcolumn-nav a:after{position: absolute;content:'';bottom:0;left:50%;transform: translateX(-50%);width: 0;overflow: hidden;background: #0b6cc8;height: 5px;transition: all .3s;}
.subcolumn-nav a:hover:after,.subcolumn-nav a.active:after{width: 100%;}

.news-list{margin-top:100px;}
.news-list .list li{margin-bottom: 54px;}
.news-list .news-item{background: #fff;display: block;}
.news-list .news-item .img{position: relative;height: 230px;width: 400px;float:left;}
.news-list .news-item .con{margin-left:400px;color:#000;}
.news-list .news-item .t{padding:35px 4% 0;line-height: 1;}
.news-list .news-item .date{margin:22px 0;}
.news-list .news-item:hover .tit{color:#0b6cc8;}
.news-list .news-item .more{width: 200px;line-height: 38px;text-align: center;border-radius:40px;float:right;border:1px solid #a5a5a5;position: relative;overflow:hidden;transition: all .4s;margin-top:20px;}
.news-list .news-item .more:after{position: absolute;content:'';left:0;width: 0;height: 100%;top:0;background: #0b6cc8;transition: all .4s;}
.news-list .news-item .more span{position: relative;z-index:10;}
.news-list .news-item .more:hover{border-color:#0b6cc8;color:#fff;}
.news-list .news-item .more:hover:after{width: 100%;}

@media (max-width:1200px){
 .news-list{margin-top:80px;}
 .subcolumn-nav a{line-height: 80px;font-size:17px;}
 .news-list .list li{margin-bottom: 50px;}
 .news-list .news-item .img{width: 30%;}
 .news-list .news-item .con{margin:0;float:left;width: 70%;}
}

@media (max-width:992px){
 .news-list{margin-top:60px;}
 .news-list .news-item .img{width: 35%;height: 210px;}
 .news-list .news-item .con{width:65%;}
 .news-list .list li{margin-bottom: 40px;}
 .news-list .news-item .t{padding:25px 5%;}
 .news-list .news-item .more{width: 180px;}
}

@media (max-width:767px){
 .subcolumn-nav a{line-height: 60px;margin:0 5px;font-size:16px;font-weight: bold;}
 .subcolumn-nav a:after{height: 4px;}
 .news-list{margin-top:45px;}
 .news-list .news-item .img{width: 100%;height: auto;padding-bottom: 57.5%;float:none;}
 .news-list .news-item .t{width: 25px 18px;}
 .news-list .news-item .con{float:none;width:100%;}
 .news-list .news-item .date{margin:18px 0;}
 .news-list .news-item .tit{font-weight: bold;font-size:18px;}
 .news-list .news-item .more{width: 160px;}
 .news-list .list li{margin-bottom: 30px;}
}

.news-detail{margin-top:90px;color:#000; margin-bottom:30px;}
.news-detail .news-title{text-align: center;margin-bottom: 42px;}
.news-detail .news-tips{font-size:0;text-align: center;}
.news-detail .news-tips span{font-size:14px;display: inline-block;margin:0 10px;line-height: 16px;padding-left: 24px;background: url(../images/icon-date.png) no-repeat left center;}
.news-detail .news-tips .eye{background-image: url(../images/icon-eye.png);}
.news-detail .detail{line-height: 2.25;margin:45px 0 70px;letter-spacing: 2px;text-align: justify;}
.news-detail .detail p{min-height:1em;}
.news-detail .bottom-box{color:#a5a5a5;text-align: center;}
.news-detail .bottom-box .prev-a{float:left;}
.news-detail .bottom-box .next-a{float:right;}
.news-detail .bottom-box a span{display: block;width:101px;background: #a5a5a5;transition: all .3s;}
.news-detail .bottom-box a span i{display: block;height: 8px;background: url(../images/news-left.png) no-repeat center;background-size: 100% ;}
.news-detail .bottom-box .next-a span i{background-image: url(../images/news-right.png);}
.news-detail .bottom-box a:hover{color:#0b6cc8;}
.news-detail .bottom-box a:hover span{background:#0b6cc8;}
@media (max-width:1200px){
 .news-detail{margin-top:70px;}
 .news-detail .news-title{margin-bottom: 35px;}
 .news-detail .detail{letter-spacing: 1px;}
}
@media (max-width:767px){
 .news-detail{margin-top:50px;}
 .news-detail .news-title{margin-bottom: 22px;}
 .news-detail .news-tips span{font-size:12px;margin:0 8px;}
 .news-detail .detail{margin:30px 0 50px;letter-spacing: 0;}
 .news-detail .bottom-box a span{width: 80px;}
 .news-detail .bottom-box a span i{height:6px;}
}

@media (min-width:767px) and (max-width: 992px){
 .js-part.about-p2 .desc{padding-right:15px;}
 .js-part.about-p3 .desc{padding-left:15px;}
}
@media (max-width:767px){
 .js-part.about-p2 .desc{padding:0 15px 15px;}
}


.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;}
}

.contact-box{padding-top:100px;}
.contact-box .map-box{position: relative;top:-100px;height: 355px;}
.contact-box #allmap{width: 100%;height: 100%;}
.contact .left{width: 50%;float:left;padding-right:25px;}
.contact .right{width: 50%;float:right;max-width: 600px;box-shadow: 0 0 10px rgba(0,0,0,.2);background: #fff;color:#000;position: relative;z-index:10;padding:20px 45px 40px;border-bottom:5px solid #0b6cc8;}
.contact .right .title{line-height: 1;margin-bottom: 40px;}
.contact .right .form-item{border:1px solid #000000;border-radius:4px;overflow: hidden;margin-bottom: 35px;}
.contact .right .item-value{display: block;width: 100%;border:none;outline: none;line-height: 24px;padding:8px 15px;}
.contact .right textarea.item-value{height: 146px;resize: none;}
.contact .item-value::-webkit-input-placeholder {color:#a5a5a5;}
.contact .item-value:-moz-placeholder {color:#a5a5a5;}
.contact .item-value::-moz-placeholder {color:#a5a5a5;}
.contact .item-value:-ms-input-placeholder {color:#a5a5a5;}
.contact .right .submit-btn{float:right;width: 200px;line-height: 38px;text-align: center;color:#fff;background: #333333;transition: all .3s;border:1px solid #333;}
.contact .right .submit-btn:hover{background: #fff;color:#333;}
.contact .left .top .en{color:#a5a5a5;opacity: 0.2;line-height: 1;}
.contact .left .top .cn{line-height: 1;color:#000;transform: translateY(-80%);position: relative;z-index: 10;}
.contact .left .top .cn span{display: inline-block;position: relative;}
.contact .left .top .cn span:after{content:'';position: absolute;bottom:0;left:100%;height:2px;background: #0b6cc8;width: 115px;margin-left: 30px;}
.contact .left .tel{margin:28px 0 5px;color:#0b6cc8;}
.contact .left .addr{margin-top:60px;}

@media (max-width:1200px){
 .contact-box{padding-top:80px;}
.contact .right .form-item{margin-bottom: 30px;}
}
@media (max-width:992px){
 .contact-box{padding-top:70px;}
 .contact .left,.contact .right{float:none;width: 100%;}
 .contact .left .addr{margin-top:35px;}
 .contact .right{margin:40px auto 0;}
}
@media (max-width:767px){
 .contact-box{padding-top:50px;}
 .contact .left .top .en{font-size:44px;}
 .contact .left .top .cn{transform: translateY(-60%);}
 .contact .left .tel p{margin-bottom: 5px;}
 .contact .left{padding-right:0;}
 .contact .left .addr{margin-top:25px;}
 .contact .right{margin-top:30px;padding:20px 24px 30px;}
 .contact .right .title{margin-bottom: 30px;}
 .contact .right .form-item{margin-bottom: 25px;}
 .contact-box .map-box{height: 400px;}
}


.abmao{top: -100px;}
@media (max-width:1200px){
 .abmao{top: -85px;}
}
@media (max-width:992px){
 .abmao{top: -65px;}
}
@media (max-width:767px){
 .abmao{top: -55px;}
}
