body{background: #fff;font-size:14px;
 /*font-family: -apple-system,"SF UI Text",Roboto,Noto,"Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;*/
 font-family: "微软雅黑","Helvetica Neue",Helvetica,Arial,"Microsoft Yahei","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",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;}
dd,dt,dl{font-weight: normal;}
ul,li{list-style: none;}
i{font-style: normal;}
a{cursor: pointer;color:inherit;}
a:hover{transition: all 0.3s ease 0s;-webkit-transform: all 0.3s ease 0s;}
a:hover,a:focus{text-decoration: none;color:inherit;}
.mao{position: relative; top: -190px;}
.fs0{font-size:0;}
.fs60{font-size: 60px;}
.fs48{font-size: 48px;}
.fs40{font-size: 40px;}
.fs36{font-size: 36px;}
.fs34{font-size: 34px;}
.fs32{font-size: 32px;}
.fs30{font-size: 30px;}
.fs28{font-size: 28px;}
.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; 
}


@font-face{
 font-family: 'gb';
 src:url('gb.otf');
}

.ht{font-family: '黑体';}
.gb{font-family: 'gb';}
.c0{color:#000;}
.c3{color:#333;}
.c6{color:#666;}
.fl{float:left;}
.fr{float:right;}
.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.05);}
.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;position: absolute;left:0;top:0;}
.gray {-webkit-filter:grayscale(100%);-moz-filter:grayscale(100%);-ms-filter:grayscale(100%);-o-filter:grayscale(100%);filter:grayscale(100%);filter:gray;}
.gray:hover {-webkit-filter:grayscale(0%);-moz-filter:grayscale(0%);-ms-filter:grayscale(0%);-o-filter:grayscale(0%);filter:grayscale(0%);filter:gray;}

.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;}
.container{max-width: 1608px;}
@media (min-width: 767px){
 .container{width:96%;padding:0;}
}
@media (max-width: 1608px){
 .container{max-width: 1440px;}
}
@media (max-width: 1440px){
 .container{max-width: 1200px;}
}


/* 导航部分 */
.header{position: fixed;top:0; left:0; right:0; z-index: 1000;transition:all 0.3s ease;color:#fff;}
.header:hover{background: #fff;color:#333;}
.header.fixed{top:0;box-shadow: 0 0 20px rgba(0,0,0,.1); background:#fff;color:#333;}
.header_box{position: relative;width: 92%;max-width: 1750px;margin:0 auto;line-height: 92px;}
.header .header_logo{position: absolute;left:0;top:0;bottom:0;max-width: 35%;}
.header .header_logo .flex{height: 100%;}
.header .header_logo img{max-height:85%;margin:0;margin-right:20px;}
.header .header_logo .logo-img{max-height: 60px;}
.header .header_logo .logo-name{display: none;}
.header .header_logo .logo-name,.header .header_logo .logo-name-w{max-width: 75%;}
.header .r-box .sub{overflow: visible;}
.header .header-mail{padding-left:40px;background: url(../images/icon-mail.png) no-repeat left center;margin-left:20px;}
.header.fixed .header-mail,.header:hover .header-mail{background-image: url(../images/icon-mail-black.png);color:#192f66;}
.header.fixed .header_logo .logo-name-w,.header:hover .header_logo .logo-name-w{display: none;}
.header.fixed .header_logo .logo-name,.header:hover .header_logo .logo-name{display: block;}
.header .header_nav{text-align: right;font-size:16px;}
.header .header_nav li{position: relative;}
.header .header_nav .nav_container>ul>li{display: inline-block;text-align: center;margin-right:4%;}
.header .header_nav .nav_container>ul>li>a{display: block;padding:0;position: relative;}
.header .header_nav .nav_container>ul>li>a::after{transition: all 0.3s ease;position: absolute;content:'';width:0;height: 2px;background: #0d5fa8;left:50%;transform: translateX(-50%);bottom:0;}
.header .header_nav .nav_container>ul>li>a.active::after,.header .header_nav .nav_container>ul>li>a:hover::after{width:100%;}
.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: rgba(255,255,255,.7);font-size:14px;width:150px;padding:0 20px;background: #fff;}
.header .header_nav .nav_container .dropdown-menu li a{display: block;white-space: nowrap;padding:0;line-height: 45px;border-bottom:1px solid #dcdcdc;color:#555;position: relative;background: #fff;}
.header .header_nav .nav_container .dropdown-menu li a:hover,.header .header_nav .nav_container .dropdown-menu li a:focus,.header .header_nav .nav_container .dropdown-menu li a.active{color:#0d5fa8;background: #fff;}

.header .header_tools{position: absolute;right:0;top:50%;margin-top:-30px;width: 100%;}
.header .header_tools>ul{}
.header .header_tools li{float: right;text-align: center; cursor: pointer;line-height: 60px;position: relative;margin-left:3%;cursor: pointer;}
.header .header_tools li:last-child{margin-left:0;}
.header .header_tools li .icon-lang{float:right;margin-left:12px;}
.header .header_tools .nav-lang{text-transform: uppercase;}
.header .header_tools .nav-lang .lang{display: block;padding:0 24px 0 38px;position: relative;background: url(../images/icon-earth.png) no-repeat left center;}
.header .header_tools .nav-lang .lang i{position: absolute;right:0;top:0;width:12px;height: 100%;background: url(../images/icon-down.png) no-repeat center;}
.header .header_tools .quick_box{position: absolute;top: 100%;left:0;width:500px; background-color:#fff; background-repeat: no-repeat;background-position: right top;text-align: left;font-size: 16px;padding: 25px 0 35px;display: none;}
.header .header_tools .quick_box a{padding-left:20px;display: block;height: 50px;line-height: 50px;opacity: 0;filter: alpha(opacity=0);transform: translateX(30px);transition: all .6s ease-in-out;-webkit-transition:all .6s ease-in-out; color:#313131;}
.header .header_tools .quick_box a .lin{padding-right: 30px;color:#313131;vertical-align: 2px;}
.header .header_tools .quick_box.show a{opacity: 1;filter: alpha(opacity=100);transform: translateX(0);transition-delay: .3s;}
.header .header_tools .quick_box.show a:nth-child(1){transition-delay: .3s;}
.header .header_tools .quick_box.show a:nth-child(2){transition-delay: .5s;}
.header .header_tools .quick_box.show a:nth-child(3){transition-delay: .7s;}
.header .header_tools .quick_box.show a:nth-child(4){transition-delay: .9s;}
.header .header_tools .quick_box.show a:nth-child(5){transition-delay: 1.1s;}
.header .header_tools .quick_box.show a:nth-child(6){transition-delay: 1.3s;}
.header .header_tools .quick_box.show a:nth-child(7){transition-delay: 1.5s;}
.header .header_tools .quick_box.show a:nth-child(8){transition-delay: 1.7s;}
.header .header_tools .quick_box.show a:nth-child(9){transition-delay: 1.9s;}
.header .header_tools .quick_box.show a:nth-child(10){transition-delay: 2.1s;}
.header .header_tools .quick_box.show a:nth-child(11){transition-delay: 2.3s;}

.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:#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}
/*.button_close .button_menu span:nth-child(1) {
 -moz-transform: rotate(45deg);
 -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 .button_menu span,.header:hover .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;}


.banner{ height: auto; position: relative; overflow: hidden;}
.banner .banner_title{ position: absolute; top: 39%; left: 0; width:100%;text-align: center;transform:translateY(-50%);color:#fff;}
.banner .banner_title .en{text-transform: uppercase;text-transform: uppercase;font-family: 'gb';letter-spacing: 2px;line-height: 1;}
.banner .banner_title .title{line-height: 1;letter-spacing: 3px;margin-top:45px;}
.banner .slider .item a{ display:inline-block;}
.banner .slick-dots li{ margin: 0px; margin-right: 12px;}
.banner .slick-dots li:last-child{ margin-right: 0px;}
.banner .slick-dots li button:before{ font-family: 'Impact'; font-size: 16px; color: #fff;opacity: 0.6;}
.banner .slick-dots li.slick-active button:before{opacity: 1;color: #fff;}
.banner .slick-dots li:nth-child(1) button:before{ content: "01";}
.banner .slick-dots li:nth-child(2) button:before{ content: "02";}
.banner .slick-dots li:nth-child(3) button:before{ content: "03";}
.banner .slick-dots li:nth-child(4) button:before{ content: "04";}
.banner .slick-dots li:nth-child(4) button:before{ content: "05";}
.banner .slick-dots li:nth-child(4) button:before{ content: "06";}
.banner .slick-dots{ bottom:12%; width: 61%; right: 0; text-align: left;}
.banner .slick-slide a img{ width:100%; object-fit: cover; height: 100vh;object-position: center;}
.banner .slick-dotted.slick-slider{ margin-bottom:0px;}
.banner .banner_bottom{ position: absolute; width: 766px; left: 0; bottom: 0;}
.banner .banner_bottom .banner_bottom_list{outline:none;}
.banner .banner_bottom .banner_bottom_list .bottom_list_left{ width: 34%;}
.banner .banner_bottom .banner_bottom_list .bottom_list_left img{ width: 100%; height: 180px; object-fit: cover;}
.banner .banner_bottom .banner_bottom_list .bottom_list_txt{ width: 66%; background: rgba(13,95,168,.8); height: 180px; padding: 28px 40px;}
.banner .banner_bottom .banner_bottom_list .bottom_list_txt dd{ color: #fff; margin-bottom: 20px;letter-spacing: 2px;line-height: 1;}
.banner .banner_bottom .banner_bottom_list .bottom_list_txt dt{ font-size: 14px; color: #fff;line-height: 20px;font-weight: normal;letter-spacing: 1px;}
.banner .click_next{ position: absolute; bottom: 40px; left: 0; right: 0; margin: 0 auto; display: inline-block; width: 30px; animation:mymove 2s infinite;}
@keyframes mymove{
 0% {bottom:40px; opacity: 1;}
 50% {bottom:30px; opacity: .5;}
 100% {bottom:40px; opacity: 1;}
}

@media (max-width:767px){
 .header_box{overflow: hidden;}
 .container{padding-left:15px;padding-right: 15px;}
}

.title-box dd{ color: #0d5fa8;position: relative; padding-left: 13px; font-weight: bolder;line-height: 1;}
.title-box dd:before{ content: ""; position: absolute;width: 4px; height: 1em; background: #0d5fa8; left: 0; top:2px;}
.title-box dd span{ color: #999999; font-size: 16px; margin-left: 18px; font-weight: normal;letter-spacing: 1px;}
.title-box dt{ color: #0d5fa8; text-transform: uppercase;font-family: arial;line-height: 1;margin-top:12px;font-weight: normal;opacity: 0.3;}
.title-box.white dd,.title-box.white dd span,.title-box.white dt{ color: #fff;}
.title-box.white dd:before{ background: #fff;}


.part{ padding-top: 75px;}
.IndexProduct .IndexProduct_content{margin-top: 38px;}
.IndexProduct .content_top_list{ background: #edf2f6; height: 360px; width: 31.7%; margin-right: 2.45%; position: relative; padding: 35px 40px; margin-bottom: 2.45%;float:left;}
.IndexProduct .content_top_list:nth-child(3n){ margin-right: 0px;}
.IndexProduct .content_top_list .top_list_title{color: #666666; text-transform: uppercase;line-height: 1.3;margin-bottom: 18px; position: relative; z-index: 25;overflow:hidden;letter-spacing: 1px;display: block;}
.IndexProduct .content_top_list .top_list_txt a{ color: #999999; font-size: 14px; display: inline-block;position: relative;line-height: 1.6;}
.IndexProduct .content_top_list .top_list_txt a:before{ content: ""; position: absolute; display: inline-block; width: 9px; height: 10px; background: url(../images/bn9.png) no-repeat 0% 50%; left: -20px; top: 25%; opacity: 0;transition: all 0.3s ease;}
.IndexProduct .content_top_list .top_list_more{left:40px;color: #a5a5a5; font-size: 16px; text-transform: uppercase; position: absolute; bottom: 14.44%;line-height: 22px;padding-left:33px;background: url(../images/bn8.png) no-repeat left center;font-family: arial;}
.IndexProduct .content_top_list .top_list_img{ position: absolute; right: 9.4%; bottom: 9.7%;max-width: 48%;max-height: 51.4%;}
.IndexProduct .content_top_list .top_list_img img{max-width: 100%;max-height: 100%;display: block;margin:0 auto;}
.IndexProduct .content_top_list .top_list_txt a:hover{ color: #0d5fa8;}
.IndexProduct .content_top_list .top_list_txt a:hover:before{ left: -12px; opacity: 1;transition: all 0.3s ease;}
.IndexProduct .content_top_list .top_list_title:hover{ color: #0d5fa8;}
.IndexProduct .content_top_list:last-child{ width: 65.85%; margin-right: 0px;}
.IndexProduct .content_top_list .top_list_content{ text-align: center; position: absolute; top: 40px; left: 13.2%; width: 52%; right: 0; margin: 0 auto;}
.IndexProduct .content_top_list .top_list_content .list_content_li{outline:none;}
.IndexProduct .content_top_list .top_list_content .list_content_li .content_li_top{ margin-bottom: 15px;}
.IndexProduct .content_top_list .top_list_content .list_content_li .content_li_top dd{width: 320px;max-width: 80%;margin:0 auto;}
.IndexProduct .content_top_list .top_list_content .list_content_li .content_li_top dt{color: #0d5fa8; margin-top: 19px;line-height: 1;letter-spacing: 1px;}
.IndexProduct .content_top_list .top_list_content .list_content_li .content_li_top .item-img{position: relative;padding-bottom: 51.25%;overflow: hidden;border-radius:8px;}
.IndexProduct .content_top_list .top_list_content .list_content_li .content_li_bottom{ height: 44px;color: #999999; line-height: 22px; font-size: 14px;letter-spacing: 1px;}
/*.IndexProduct .content_top_list .top_list_content .slick-dots{ bottom: -10%;}
.IndexProduct .content_top_list .top_list_content .slick-dots li{ margin: 0px 1px;}
.IndexProduct .content_top_list .top_list_content .slick-dots li button:before{ font-size: 30px;}
.IndexProduct .content_top_list .top_list_content .slick-dots li.slick-active button:before{ opacity: .45;}
.IndexProduct .content_top_list .top_list_content .slick-prev{ left: 95px;}
.IndexProduct .content_top_list .top_list_content .slick-next{ right: 95px;}
.IndexProduct .content_top_list .top_list_content .slick-prev:before,.IndexProduct .content_top_list .top_list_content .slick-next:before{ color: #bfbfbf;}*/
.IndexProduct .swiper-pagination{ left:0; right:0; bottom:-20px;font-size:0;}
.IndexProduct .swiper-pagination-bullet{ width:8px; height:8px; margin-right:10px;opacity: 1;background: #bcc1c5;}
.IndexProduct .swiper-pagination-bullet:last-child{ margin-right:0px;}
.IndexProduct .swiper-pagination-bullet.swiper-pagination-bullet-active{ background:#565759;}

.IndexAbout{ min-height: 500px; background: url(../images/bg3.png) no-repeat center;background-size: cover;padding: 112px 0px;}
.IndexAbout .title-box.white dt{opacity: 1;}
.IndexAbout .IndexAbout_img{ position: relative; width: 40.2%; text-align: center; padding: 0px 4.6%;margin-left:5.8%;}
.IndexAbout .IndexAbout_img .IndexAbout_img_c{ background:rgba(255,255,255,.3); border-radius:100%; padding:20px;}
.IndexAbout .IndexAbout_img .item-img{position: relative;padding-bottom: 100%;overflow: hidden;border-radius:100%;}
.IndexAbout .IndexAbout_right{ width: 47%;max-width: 755px; margin-right: 1.4%; padding: 52px 0px;}
.IndexAbout .IndexAbout_right .IndexAbout_right_content{ font-size: 14px; color: #fff; line-height: 24px; margin-top: 50px;letter-spacing: 1px;text-align: justify;}
.IndexAbout .IndexAbout_right a{ color: #fff; font-size: 14px; text-transform: uppercase; margin-top: 35px; display: inline-block;}
.IndexAbout .IndexAbout_right a img{ margin-right: 15px; position: relative; top: -1px;}
.IndexAbout .IndexAbout_img_c .slick-prev{ left: -14.8%; width:auto; height:auto; top:50%;transform: translateY(-50%);}
.IndexAbout .IndexAbout_img_c .slick-next{ right: -14.8%; width:auto; height:auto; top:50%;transform: translateY(-50%);}
.IndexAbout .IndexAbout_img_c .slick-next:before,.IndexAbout .IndexAbout_img .slick-prev:before{ color: #fff; font-size:70px;}

.IndexColumn{ padding: 60px 0px;}
.IndexColumn .columnBox{padding:0 5.6%;}
.IndexColumn .IndexColumn_list{ text-align: center; width: 33.3333%; padding: 25px 0 27px; transition: all 0.3s ease;}
.IndexColumn .IndexColumn_list:hover{ background: #f7f7f7; cursor: pointer; transition: all 0.3s ease;}
.IndexColumn .IndexColumn_list:hover .IndexColumn_list_content dd{ color: #0d5fa8; transition: all 0.3s ease;}}
.IndexColumn .IndexColumn_list:hover{ background: #f7f7f7; cursor: pointer; transition: all 0.3s ease;}
.IndexColumn .IndexColumn_list:hover .IndexColumn_list_img img{ left: -73px;}
.IndexColumn .IndexColumn_list .IndexColumn_list_img{ width: 73px; margin: 0 auto; overflow: hidden;}
.IndexColumn .IndexColumn_list .IndexColumn_list_img img{ position: relative; left: 0;}
.IndexColumn .IndexColumn_list .IndexColumn_list_content dd{ color: #333333; margin-top: 32px; transition: all 0.3s ease;line-height: 1;letter-spacing: 2px;}
.IndexColumn .IndexColumn_list .IndexColumn_list_content dt{ color: #999999; line-height: 20px; height: 40px;margin:15px auto 18px;width: 80%;max-width: 260px;}
.IndexColumn .IndexColumn_list .IndexColumn_list_more{ color: #a5a5a5;text-transform: uppercase;}

.IndexNews{ background: #f7f7f7; padding: 80px 0 60px;}
.IndexNews .IndexNews_content{ margin-top: 35px;}
.IndexNews .IndexNews_content .IndexNews_content_list{width: 23.9%; margin-right: 1.4666%;margin-bottom: 20px;}
.IndexNews .IndexNews_content .IndexNews_content_list:nth-child(4){ margin-right: 0px;}
.IndexNews .IndexNews_content .IndexNews_content_list:hover{ box-shadow: 0px 0px 25px rgba(0,0,0,.2);}
.IndexNews .IndexNews_content .IndexNews_content_list:hover .content_list_txt dd{ color: #0262b3;}
.IndexNews .IndexNews_content .IndexNews_content_list .content_list_img{position: relative;padding-bottom: 60%;overflow: hidden;}
.IndexNews .IndexNews_content .IndexNews_content_list .content_list_txt{ padding: 30px 20px; background: #fff;}
.IndexNews .IndexNews_content .IndexNews_content_list .content_list_txt dd{ margin-bottom: 16px;line-height: 1;letter-spacing: 1px;}
.IndexNews .IndexNews_content .IndexNews_content_list .content_list_txt p{color: #999999; line-height: 24px; margin-bottom: 25px;height: 48px;}
.IndexNews .IndexNews_content .IndexNews_content_list .content_list_txt dt{ color: #cccccc;text-transform: uppercase;font-size:16px;font-family: arial;line-height: 22px;padding-left:33px;background: url(../images/bn8.png) no-repeat left center;}

.IndexMessage{ background: #fff; padding: 60px 0;}
.IndexMessage .IndexMessage_left{ background: #0262b3; width: 38%; padding: 66px 4.35% 50px;}
.IndexMessage .IndexMessage_left .IndexMessage_left_form{ margin-top: 24px;}
.IndexMessage .IndexMessage_left .IndexMessage_left_form .left_form_list{margin-bottom: 30px;float:left;color:#fff;width: 100%;}
.IndexMessage .IndexMessage_left .IndexMessage_left_form .left_form_list:nth-child(1){ margin-right: 4.8%;}
.IndexMessage .IndexMessage_left .IndexMessage_left_form .left_form_list:nth-child(1),
.IndexMessage .IndexMessage_left .IndexMessage_left_form .left_form_list:nth-child(2){width: 47.6%;margin-bottom: 36px;}
.IndexMessage .IndexMessage_left .IndexMessage_left_form .left_form_list:nth-child(1) input{ background: url(../images/bn27.png) no-repeat 0% 50%;}
.IndexMessage .IndexMessage_left .IndexMessage_left_form .left_form_list:nth-child(2) input{ background: url(../images/bn28.png) no-repeat 0% 50%;}
.IndexMessage .IndexMessage_left .IndexMessage_left_form .left_form_list:nth-child(3) input{ background: url(../images/bn29.png) no-repeat 0% 50%;}
.IndexMessage .IndexMessage_left .IndexMessage_left_form .left_form_list:nth-child(4) dd{background: url(../images/bn30.png) no-repeat 0% 50%; padding-left: 29px;}
.IndexMessage .IndexMessage_left .IndexMessage_left_form .left_form_list dd{ margin-bottom: 13px;line-height: 1;}
.IndexMessage .IndexMessage_left .IndexMessage_left_form .left_form_list textarea{ width: 100%; background: none; border: 1px solid #fff; height: 144px; padding: 10px;line-height: 24px;resize:none;outline: none;}
.IndexMessage .IndexMessage_left .IndexMessage_left_form .left_form_list input{ border:none;outline:none;width: 100%; background: none; border-bottom: 1px solid #fff; line-height: 42px; padding-left: 29px;outline: none;}
.IndexMessage .IndexMessage_left .IndexMessage_left_form .left_form_submit{ width: 100%;}
.IndexMessage .IndexMessage_left .IndexMessage_left_form .left_form_submit button{ color: #0262b3; line-height: 44px; background: #fff; text-align: center; width: 100%; cursor: pointer;border:none;outline: none;letter-spacing: 2px;}
.IndexMessage .IndexMessage_right{ width: 62%;height: 100%;position: absolute;right:0;top:0;background-repeat: no-repeat;background-size: cover;background-position: center;}
.IndexMessage input::-ms-input-placeholder{color:#fff;}
.IndexMessage input::-webkit-input-placeholder{color:#fff;}
.IndexMessage input::-moz-placeholder{color:#fff;}
.IndexMessage input::-moz-placeholder{color:#fff;}
.IndexMessage input::-moz-placeholder{color:#fff;}

.footer{ background: #eaeaea; padding: 30px 0px 35px;}
.footer .footer_left{ width: 27%;float:left;max-width: 432px;position: relative;}
.footer .footer_left:after{position: absolute;content:'';width: 1px;height: 186px;max-height: 90%;background: #bbbbbb;right:0;top:40px;}
.footer .footer_left_logo img{margin:0 0 14px;max-width: 90%;}
.footer .footer_left .footer_left_bottom p{color: #666666; margin-bottom: 8px;}
.footer .footer_left .footer_left_bottom p img{ margin-right: 15px;}
.footer .footer_right{ width: 68%;float:right;max-width: 1080px;margin-top:40px;}
.footer .footer_right .footer_right_list{padding-right:15px;letter-spacing: 1px;}
.footer .footer_right .footer_right_list:nth-child(5){padding:0;}
.footer .footer_right .footer_right_list dd{font-weight: bolder; margin-bottom: 20px;line-height: 1;}
.footer .footer_right .footer_right_list dt a{margin-bottom: 13px;line-height: 1;color: #666666;display: block; white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.footer .footer_right .footer_right_list dt a:hover{ color: #0262b3;}

.Copyright{ text-align: center; background: #b7b7b7; color: #333333; padding: 5px 0px;}
.Copyright a{margin-left: 8px;}

@media screen and (max-width: 1600px){
 .fs34{font-size:32px;}
}
@media screen and (max-width: 1440px){
 .fs60{font-size: 56px;}
 .fs48{font-size: 44px;}
 .fs40{font-size: 36px;}
 .fs36{font-size: 34px;}
 .fs34{font-size: 32px;}
 .fs32{font-size: 30px;}
 .fs30{font-size: 28px;}
 .fs28{font-size: 26px;}
 .fs26{font-size: 24px;}
 .fs24{font-size: 22px;}
 .IndexProduct .content_top_list .top_list_img{right:5%;max-width: 40%;max-height: 50%;}
 .IndexProduct .content_top_list{padding:30px 35px;height: 340px;}
 .IndexProduct .content_top_list .top_list_content{top:35px;}
 .IndexProduct .content_top_list .top_list_more{left: 35px;}
 .IndexAbout{padding:90px 0;}
 .IndexAbout .IndexAbout_img{margin-left:2%;width: 44%;}
 .IndexAbout .IndexAbout_right{padding:25px 0;}
 .IndexAbout .IndexAbout_right .IndexAbout_right_content{letter-spacing: 0;margin-top:35px;}
 .IndexAbout .IndexAbout_right a{margin-top:30px;}
 .IndexColumn .IndexColumn_list .IndexColumn_list_img{width: 65px;}
 .IndexColumn .IndexColumn_list .IndexColumn_list_img img{width: 130px;}
 .IndexColumn .IndexColumn_list:hover .IndexColumn_list_img img{left: -65px;}
 .IndexNews .IndexNews_content .IndexNews_content_list .content_list_txt{padding:25px 20px;}
}

@media screen and (max-width: 1200px){
 .fs60{font-size: 52px;}
 .fs48{font-size: 40px;}
 .fs40{font-size: 34px;}
 .fs36{font-size: 32px;}
 .fs34{font-size: 30px;}
 .fs32{font-size: 28px;}
 .fs30{font-size: 26px;}
 .fs28{font-size: 24px;}
 .fs26{font-size: 22px;}
 .fs24{font-size: 20px;}
 .fs20{font-size: 18px;}
 .fs18{font-size: 16px;}
 .fs16{font-size: 15px;}
 .header .header_nav .nav_container>ul>li{margin-right:3%;}
 .header .header_logo img{margin-right:15px;}
 .header .header-mail{padding-left:32px;background-size: 20px auto;margin-left:10px;}
 .banner .banner_title .title{margin-top:35px;}
 .IndexColumn .IndexColumn_list .IndexColumn_list_img{width: 60px;}
 .IndexColumn .IndexColumn_list .IndexColumn_list_img img{width: 120px;}
 .IndexColumn .IndexColumn_list:hover .IndexColumn_list_img img{left: -60px;}
 .IndexColumn .IndexColumn_list .IndexColumn_list_content dd{margin-top:25px;}
 .IndexNews .IndexNews_content .IndexNews_content_list .content_list_txt dd{letter-spacing: 0;}
 .IndexMessage .IndexMessage_left{padding:55px 4.2% 50px;}
}
@media screen and (max-width:950px){
 .fs60{font-size: 48px;}
 .fs48{font-size: 36px;}
 .fs40{font-size: 32px;}
 .fs36{font-size: 30px;}
 .fs34{font-size: 28px;}
 .fs32{font-size: 26px;}
 .fs30{font-size: 24px;}
 .fs28{font-size: 22px;}
 .fs26{font-size: 20px;}
 .fs24{font-size: 18px;}
 .fs16{font-size: 14px;}
 .header .header_logo{max-width: 55%;}
 .mobile_key{display: block;margin-left:20px;}
 .header_box{line-height: 80px;}
 .header .header_nav{text-align: left;line-height: 20px;font-size:15px;}
 .banner .banner_bottom{width: 100%;}
 @keyframes mymove{
 0% {bottom:23%; opacity: 1;}
 50% {bottom:22.5%; opacity: .5;}
 100% {bottom:23%; opacity: 1;}
 }
 .part{padding-top:65px;}
 .IndexProduct .content_top_list{width: 48%;margin-right:4%;margin-bottom: 4%;}
 .IndexProduct .content_top_list:nth-child(3n){margin-right:4%;}
 .IndexProduct .content_top_list:nth-child(5n+2),.IndexProduct .content_top_list:nth-child(5n+4){margin-right:0%;}
 .IndexProduct .content_top_list:last-child{margin:0 0 4%;width: 100%;height: auto;}
 .IndexProduct .content_top_list .top_list_content{position: relative;top:0;width: 70%;}
 .IndexProduct .content_top_list .top_list_more{font-size:14px;bottom: 10%;}
 .IndexProduct .swiper-pagination{position: static;margin-top:20px;}
 .IndexAbout{padding:60px 0;}
 .IndexAbout .IndexAbout_right{padding:0;}
 .IndexAbout .IndexAbout_img .IndexAbout_img_c{padding:12px;}
 .IndexAbout .IndexAbout_right .IndexAbout_right_content{margin-top:25px;max-height: 230px;overflow-y: auto;padding-right:5px;}
 .IndexAbout .IndexAbout_right .IndexAbout_right_content::-webkit-scrollbar {width:2px;}
 .IndexAbout .IndexAbout_right .IndexAbout_right_content::-webkit-scrollbar-track {background:#fff;}
 .IndexAbout .IndexAbout_right .IndexAbout_right_content::-webkit-scrollbar-thumb {background:rgba(255,255,255,.3);}
 .IndexAbout .IndexAbout_right .IndexAbout_right_content::-webkit-scrollbar-thumb:window-inactive {background:rgba(255,255,255,.3);}
 .IndexAbout .IndexAbout_right .IndexAbout_right_content::-webkit-scrollbar-thumb:vertical:hover {background:rgba(255,255,255,.3);}
 .IndexAbout .IndexAbout_img_c .slick-next:before, .IndexAbout .IndexAbout_img .slick-prev:before{font-size:60px;}
 .IndexAbout .IndexAbout_img{margin-left:0;width: 46%;}
 .IndexColumn{padding:40px 0;}
 .IndexColumn .columnBox{padding:0;}
 .IndexColumn .IndexColumn_list .IndexColumn_list_content dd{letter-spacing: 1px;margin-top:22px;}
 .IndexColumn .IndexColumn_list .IndexColumn_list_img{width: 50px;}
 .IndexColumn .IndexColumn_list .IndexColumn_list_img img{width: 100px;}
 .IndexColumn .IndexColumn_list:hover .IndexColumn_list_img img{left: -50px;}
 .IndexColumn .IndexColumn_list .IndexColumn_list_content dt{width: 90%;}
 .IndexNews{padding:60px 0 50px;}
 .IndexNews .IndexNews_content .IndexNews_content_list{width: 49%;margin-right:2%;}
 .IndexNews .IndexNews_content .IndexNews_content_list:nth-child(2n){ margin-right: 0px;}
 .IndexNews .IndexNews_content .IndexNews_content_list .content_list_txt dt{font-size:14px;}
 .IndexMessage .IndexMessage_left,.IndexMessage .IndexMessage_right{ width: 100%;}
 .IndexMessage .IndexMessage_right{ width: 100%;position: relative;padding-bottom: 62%;height: auto;}
 .IndexMessage{padding:50px 0;}
 .IndexMessage .IndexMessage_left{padding:45px 5% 40px;}
 .footer .footer_left{width: 40%;padding-right:15px;}
 .footer .footer_right{width: 55%;display: block;-webkit-display:block;overflow: hidden;}
 .footer .footer_right .footer_right_list{float:left;width: 50%;padding:0 15px;text-align: center;}
 .footer .footer_right dt{display: none;}
 .footer .footer_left_logo img{max-height: 60px;}
}

@media screen and (max-width:750px){
 .fs60{font-size: 44px;}
 .fs48{font-size: 32px;}
 .fs40{font-size: 30px;}
 .fs36{font-size: 28px;}
 .fs34{font-size: 26px;}
 .fs32{font-size: 24px;}
 .fs30{font-size: 20px;}
 .fs28{font-size: 18px;}
 .fs26{font-size: 17px;}
 .fs24{font-size: 16px;}
 .fs20{font-size: 16px;}
 .fs18{font-size: 15px;}
 .header_box{line-height: 55px;}
 .header .header_logo .logo-img{max-height: 45px;}
 .header .header_logo .logo-name, .header .header_logo .logo-name-w{display: none!important;}
 .banner .banner_title .en{letter-spacing: 1px;font-size:30px;line-height: 1.2;}
 .banner .banner_title .title{font-size:24px;margin-top:18px;}
 .banner .banner_title{padding:0 15px;}
 .banner .click_next{ text-align: center;}
 .banner .click_next img{ max-width: 80%;}
 .banner .banner_bottom{ width: 100%; display: none;}
 .banner .slick-prev{ left: 4%; z-index: 50; width: auto; height: auto;}
 .banner .slick-next{ right: 4%; z-index: 50; width: auto; height: auto;}
 .banner .slick-prev:before,.banner .slick-next:before{ color: #fff; font-size: 40px;}
 @keyframes mymove{
 0% {bottom:4%; opacity: 1;}
 50% {bottom:3.5%; opacity: .5;}
 100% {bottom:4%; opacity: 1;}
 }
 .part{padding-top:50px;}
 .title-box dd span{font-size:14px;letter-spacing: 0;}
 .IndexProduct .content_top_list{padding:20px 18px 16px;height: auto;width: 100%;margin-right: 0;}
 .IndexProduct .content_top_list .top_list_img{position: static;max-width: none;max-height: none;margin:15px 0;}
 .IndexProduct .content_top_list .top_list_img img{height: 80px;}
 /*.IndexProduct .content_top_list .top_list_txt{height: 72px;overflow: hidden;}*/
 .IndexProduct .content_top_list .top_list_content .list_content_li .content_li_top dd{max-width: 96%;}
 .IndexProduct .content_top_list .top_list_more{position: static;margin-top:20px;display: block;padding-left:24px;background-size: 16px auto;font-size:12px;}
 .IndexProduct .content_top_list .top_list_title{color:#333;letter-spacing: 0;margin-bottom: 14px;}
 .IndexProduct .content_top_list .top_list_txt a{font-size:13px;line-height: 24px;}
 .IndexProduct .IndexProduct_content{margin-top:30px;}
 .IndexProduct .content_top_list .top_list_content{left: 0;width: 100%;padding-top:5px;}
 .IndexProduct .content_top_list .top_list_content .list_content_li .content_li_bottom{letter-spacing: 0;}
 .IndexAbout{padding:45px 0 40px;}
 .IndexAbout .IndexAbout_img{ padding:0px 25px;}
 .IndexAbout .IndexAbout_img_c .slick-prev{ left:-30px;}
 .IndexAbout .IndexAbout_img_c .slick-next{ right:-30px;}
 .IndexAbout .IndexAbout_img,.IndexAbout .IndexAbout_right{ width: 100%; margin: 0px;}
 .IndexAbout .IndexAbout_right{ margin-top: 25px;}
 .IndexAbout .IndexAbout_right .IndexAbout_right_content{ margin-top: 20px;}
 .IndexAbout .IndexAbout_right a{ display: inline-block; width: 100%; margin-top: 25px; text-align: center;}
 .IndexAbout .IndexAbout_img .slick-next:before, .IndexAbout .IndexAbout_img .slick-prev:before{ font-size: 34px;}
 .IndexAbout .IndexAbout_right .IndexAbout_right_content{max-height: none;padding:0;}
 .IndexColumn .IndexColumn_list .IndexColumn_list_content dd{font-size:18px;font-weight: bold;}
 .IndexColumn{padding:25px 0;}
 .IndexColumn .IndexColumn_list{width: 100%;}
 .IndexNews{padding:55px 0 40px;}
 .IndexNews .IndexNews_content .IndexNews_content_list .content_list_txt{padding:18px 15px;}
 .IndexNews .IndexNews_content .IndexNews_content_list .content_list_txt dd{font-weight: bold;margin-bottom: 12px;}
 .IndexNews .IndexNews_content .IndexNews_content_list .content_list_txt p{font-size:12px;line-height: 20px;height: 40px;margin-bottom:15px;}
 .IndexNews .IndexNews_content .IndexNews_content_list .content_list_txt dt{font-size:12px;padding-left: 22px;background-size: 16px auto;}
 .IndexNews .IndexNews_content .IndexNews_content_list{margin-bottom: 10px;}
 .IndexMessage .container{padding:0;}
 .IndexMessage{padding:40px 0;}
 .IndexMessage .IndexMessage_left .IndexMessage_left_form .left_form_list:nth-child(1), .IndexMessage .IndexMessage_left .IndexMessage_left_form .left_form_list:nth-child(2){margin-bottom: 30px;}
 .IndexMessage .IndexMessage_left{padding:35px 20px 30px;}
 .footer .footer_right,.footer .footer_left{float:none;width: 100%;}
 .footer .footer_right{margin:0;}
 .footer .footer_left{border-top:1px solid #bbb;padding-top:25px;margin-top:10px;text-align: center;}
 .footer .footer_left:after{display: none;}
 .Copyright{font-size:12px;padding:10px 0;}
 .footer .footer_left_logo img{max-width: 70%;margin:0 auto 12px;}
 .footer .footer_left .footer_left_bottom p{margin:8px 0 0;}
 .footer{padding:30px 0 20px;}
 .footer .footer_right .footer_right_list dd{margin-bottom: 15px;}
 .footer .footer_right .footer_right_list{width: 33.333%;padding:0 5px;}
}


.ibanner{margin-top:80px;position: relative;}
.ibanner .nav-now{letter-spacing: 1px;position: absolute;left:0;width: 100%;padding:0 15px;transform: translateY(-50%);top:50%;text-align: center;color:#fff;line-height: 1;z-index:10;}
.ibanner .nav-now h2{line-height: 0.8;text-transform: uppercase;}
.ibanner .nav-now p{margin-top:26px;}

.subcolumn-box{position: relative;z-index:10;}
.subcolumn-box .subcolumn-nav{position: absolute;left:0;bottom:0;width: 100%;background: rgba(25,47,102,.8);color:#fff;text-align: center;}
.subcolumn-box .subcolumn-nav a{float:left;}
.subcolumn-box .subcolumn-nav .now{background: #fff;width: 33%;max-width: 630px;color:#333333;letter-spacing: 2px;line-height: 1;padding: 24px;px 15px;}
.subcolumn-box a.n-item{font-size:20px;cursor: pointer;padding:16px 15px;position: relative;min-width:10.4%;text-align: center;line-height: 1;letter-spacing: 1px;}
.subcolumn-box a.n-item::after{position: absolute;content:'';width:0;height:2px;background:#fff;bottom:0;left:50%;transform: translateX(-50%);transition: all .3s;}
.subcolumn-box a.n-item:hover::after,.subcolumn-box a.n-item.active::after{width:30px;}

.about-part1{padding:115px 0;background: url(../images/about-bg1.png) no-repeat bottom center;background-size: cover;position: relative;overflow: hidden;}
.about-part1 .left{width: 50%;max-width: 790px;padding:10px 0 48px;}
.about-part1 .right{width: 46.9%;max-width: 900px;overflow: hidden;position: absolute;right:0;top:0;height: 100%;}
.about-part1 .right .img{height: 100%;background-repeat: no-repeat;background-size: cover;background-position: center;}
.about-part1 .left .title{line-height: 1;}
.about-part1 .left .title p{color:#999999;text-transform: uppercase;font-family: arial;}
.about-part1 .left .title h2{line-height: 36px;padding-left: 58px;background:url(../images/ab-icon1.png) no-repeat left center;margin-top:28px;}
.about-part1 .left .desc{line-height: 40px;color:#666;letter-spacing: 0;text-align: justify;margin-top:25px;}

.about-honor{background: url(../images/honor-bg.png) no-repeat center;background-size: cover;background-attachment: fixed;padding:150px 0 100px;color:#fff;}
.about-honor .title{line-height: 1;letter-spacing: 1px;}
.about-honor .honor-tab{text-align: center;margin-top:35px;}
.about-honor .honor-tab .tab-item{display: inline-block;padding:16px 0;letter-spacing: 2px;position: relative;margin:0 5.1%;cursor: pointer;}
.about-honor .honor-tab .tab-item:after{content:'';width: 0;overflow: hidden;height: 2px;background: #fff;bottom:0;position: absolute;left:50%;transition: all .3s;transform: translateX(-50%);}
.about-honor .honor-tab .tab-item:hover:after,.about-honor .honor-tab .tab-item.active:after{width:30px;}
.about-honor .honor-list{margin-top:90px;overflow: hidden;}
.honor-swiper{display: none;}
.honor-swiper:first-child{display: block;}
.honor-swiper .swiper-container{overflow: visible;}
.honor-swiper .swiper-slide{width: auto;margin-right:9.6%;}
.honor-swiper .swiper-slide:last-child{margin-right:0;}
.honor-swiper .swiper-slide img{height: 368px;}
.honor-swiper .swiper-btn-box{width: 212px;margin:90px auto 0;}
.honor-swiper .swiper-btn{float:left;position: relative;width: 56px;height: 56px;background: url(../images/swiper-prev.png) no-repeat center;background-size: 100% auto;cursor: pointer;}
.honor-swiper .swiper-btn-next{background-image: url(../images/swiper-next.png);float:right;}
.honor-swiper .swiper-btn.swiper-button-disabled{opacity: 0.5;pointer-events: none;}

.about-title{line-height: 1;}
.about-title h2{line-height: 1;}
.about-title p{color:#999999;font-family: arial;margin-top:25px;letter-spacing: 1px;}
.about-culture{padding-top:100px;}
.about-culture .culture-swiper{margin-top:80px;padding:50px 0 150px;text-align: center;background: url(../images/culture-bg.png) no-repeat center;background-size: auto 100%;}
.about-culture .culture-swiper .gallery-top{padding:0 128px;position: relative;}
.about-culture .culture-swiper .title{line-height: 1;padding:35px 0;}
.about-culture .culture-swiper .desc{color:#999;line-height: 2;letter-spacing: 1px;}
.about-culture .culture-swiper .swiper-btn{position: absolute;top:10px;z-index:10;}
.about-box .swiper-common-btn{width: 100px;height: 100px;border-radius:100%;overflow: hidden;text-align: center;transition: all .3s;background: #fff;border:2px solid #fff;box-shadow: 0 0 10px 0 rgb(0 0 0 / 6%);}
.about-box .swiper-common-btn span{display: block;height: 100%;background: url(../images/c-swiper-next.png) no-repeat center;background-size: 100% auto;}
.about-box .swiper-common-btn:hover{box-shadow: none;border-color:#d3e1eb;background: #f5f8fa;}
.about-box .swiper-common-btn.swiper-btn-prev{left:0;}
.about-box .swiper-common-btn.swiper-btn-next{right:0;}
.about-box .swiper-common-btn.swiper-btn-prev span{background-image: url(../images/c-swiper-prev.png);}
.about-box .swiper-common-btn.swiper-button-disabled{opacity: 0.3;}
.about-culture .culture-swiper .gallery-thumbs{margin-top:55px;height: 80px;}
.about-culture .culture-swiper .gallery-thumbs .line{position: absolute;left:0;width: 100%;height: 2px;background: #dae0ea;top:0;}
.about-culture .culture-swiper .gallery-thumbs .swiper-slide{font-size:20px;min-width: 14.28%;text-align: center;width: auto;cursor: pointer;}
.about-culture .culture-swiper .gallery-thumbs span{display: block;padding:60px 4px 0;position: relative;letter-spacing: 1px;line-height: 1;}
.about-culture .culture-swiper .gallery-thumbs span:before{position: absolute;top:0;width: 0;height: 7px;background: #274898;content:'';transition: all .3s;overflow: hidden;transform: translateX(-50%);left:50%;}
.about-culture .culture-swiper .swiper-slide-thumb-active{font-weight: bold;}
.about-culture .culture-swiper .swiper-slide-thumb-active span:before{width: 56px;}

.about-environment{margin-top:95px;}
.about-environment .box{position: relative;background: url(../images/environment-bg.png) no-repeat left top;margin-top:95px;background-size: 53% auto;}
.about-environment .bg{position: absolute;right:12px;top:0;background: #f5f8fd;height: 100%;width: 62.5%;}
.about-environment .environment-swiper{padding:70px 0 150px;position: relative;z-index:10;}
.about-environment .swiper-btn-box{width: 308px;float:right;margin-right:14.375%;}
.about-environment .swiper-btn-box .swiper-btn{float:left;}
.about-environment .swiper-btn-box .swiper-btn-next{float:right;}
.about-environment .swiper-container{margin-top:80px;}
.about-environment .swiper-slide{transform: scale(0.5);transform-origin: center;transition: 300ms;width: 47%;max-width: 900px;}
.about-environment .swiper-slide.swiper-slide-active{transform: scale(1);}
.about-environment .swiper-slide .item-img{position: relative;padding-bottom: 66.6667%;overflow: hidden;}

.about-partner{padding:70px 0 20px;}
.about-partner .list{margin:55px -1.2% 0;}
.about-partner .list li{padding:0 1.2%;margin-bottom: 2.4%;}
.about-partner .list li .item-img{position: relative;padding-bottom: 40.5%;overflow: hidden;border:1px solid #e5e5e5;cursor: pointer;}
.about-partner .list li .item-img img{max-height: 100%;}

@media screen and (max-width:1600px){
 .subcolumn-box .subcolumn-nav .now{letter-spacing: 1px;}
 .subcolumn-box a.n-item{font-size:18px;}
 .honor-swiper .swiper-slide img{height: 320px;}
 .about-box .swiper-common-btn{width: 88px;height: 88px;}
}
@media screen and (max-width:1440px){
 .subcolumn-box .subcolumn-nav .now{font-size:26px;}
 .subcolumn-box a.n-item{font-size:17px;}
 .about-part1{padding:100px 0;}
 .about-part1 .left .title h2{margin-top:22px;}
 .about-part1 .left .desc{font-size:15px;line-height: 32px;max-height: 460px;overflow-y: auto;}
 .about-part1 .left .desc::-webkit-scrollbar {width:2px;}
 .about-part1 .left .desc::-webkit-scrollbar-track {background:#fff;}
 .about-part1 .left .desc::-webkit-scrollbar-thumb {background:rgba(57,57,57,.3);}
 .about-part1 .left .desc::-webkit-scrollbar-thumb:window-inactive {background:rgba(57,57,57,.3);}
 .about-part1 .left .desc::-webkit-scrollbar-thumb:vertical:hover {background:rgba(57,57,57,.3);}
 .about-honor{padding:120px 0 80px;}
 .about-honor .honor-tab{margin-top:25px;}
 .about-honor .honor-list{margin-top:65px;}
 .honor-swiper .swiper-slide img{height: 300px;}
 .honor-swiper .swiper-btn-box{margin-top:80px;}
 .about-culture{padding-top:80px;}
 .about-culture .culture-swiper{margin-top:60px;padding-bottom: 130px;}
 .about-culture .culture-swiper .gallery-top{padding:0 90px;}
 .about-culture .culture-swiper .title{padding:25px 0;}
 .about-culture .culture-swiper .desc{font-size:17px;}
 .about-culture .culture-swiper .gallery-thumbs{margin-top:45px;height: 65px;}
 .about-culture .culture-swiper .gallery-thumbs span{padding-top:45px;}
 .about-culture .culture-swiper .swiper-slide-thumb-active span:before{height: 6px;}
 .about-environment{margin-top:80px;}
 .about-environment .box{margin-top:70px;}
 .about-box .swiper-common-btn{width: 66px;height: 66px;}
 .about-environment .swiper-btn-box{width:200px;}
 .about-culture .culture-swiper .swiper-btn{top:10px;}
 .about-title p{font-size:18px;margin-top:20px;}
 .about-environment .environment-swiper{padding:60px 0 120px;}
 .about-environment .swiper-container{margin-top:65px;}
}
@media screen and (max-width:1200px){
 .subcolumn-box .subcolumn-nav .now{font-size:22px;}
 .subcolumn-box a.n-item{font-size:16px;}
 .about-part1{padding:90px 0;}
 .about-part1 .left{padding-bottom: 30px;}
 .about-part1 .left .title h2{margin-top:16px;padding-left:50px;background-size: 34px auto;}
 .about-part1 .left .desc{font-size:14px;line-height: 28px;}
 .about-honor{padding:100px 0 70px;}
 .about-honor .honor-tab{font-size:19px;}
 .about-honor .honor-tab .tab-item{padding:14px 0;margin:0 4%;}
 .honor-swiper .swiper-slide img{height: 280px;}
 .honor-swiper .swiper-btn-box{width: 190px;margin-top:65px;}
 .honor-swiper .swiper-btn{width: 50px;height: 50px;}
 .about-culture{padding-top:70px;}
 .about-culture .culture-swiper{margin-top:45px;padding:40px 0 110px;}
 .about-culture .culture-swiper .desc{font-size:16px;}
 .about-culture .culture-swiper .gallery-thumbs .swiper-slide{font-size:18px;}
 .about-culture .culture-swiper .gallery-thumbs span{padding-top:40px;}
 .about-culture .culture-swiper .swiper-slide-thumb-active span:before{height:5px;}
 .about-culture .culture-swiper .gallery-thumbs{height: 58px;}
 .about-environment{margin-top:65px;}
 .about-environment .box{margin-top:55px;}
 .about-environment .environment-swiper{padding:50px 0 100px;}
 .about-environment .swiper-container{margin-top:60px;}
 .about-partner .list{margin-top:45px;}
}
@media screen and (max-width:992px){
 .ibanner .nav-now h2{font-size:40px;}
 .ibanner .nav-now p{margin-top:20px;}
 .subcolumn-box .subcolumn-nav .now{font-size:20px;padding:20px 15px;}
 .subcolumn-box a.n-item{font-size:15px;}
 .about-part1{padding:70px 0;}
 .about-part1 .left{width: 100%;padding-top:0;}
 .about-part1 .right{margin:0 auto;position: relative;right:auto;height: auto;}
 .about-part1 .right .img{height: auto;padding-bottom: 72.222%;}
 .about-honor{padding:80px 0 60px;}
 .about-honor .honor-tab .tab-item{padding:12px 0;}
 .honor-swiper .swiper-slide img{height: 260px;}
 .about-honor .honor-list{margin-top:50px;}
 .honor-swiper .swiper-btn-box{width: 170px;}
 .honor-swiper .swiper-btn{width: 46px;height: 46px;}
 .about-culture{padding-top:65px;}
 .about-culture .culture-swiper{margin-top:35px;padding:30px 0 90px;}
 .about-culture .culture-swiper .swiper-btn{top:0;}
 .about-culture .culture-swiper .gallery-top{padding:0 75px;}
 .about-culture .culture-swiper .desc{font-size:14px;letter-spacing: 0;}
 .about-box .swiper-common-btn{width: 60px;height: 60px;}
 .about-culture .culture-swiper .gallery-thumbs{margin-top:40px;height: 50px;}
 .about-culture .culture-swiper .swiper-slide-thumb-active span:before{height: 4px;}
 .about-culture .culture-swiper .gallery-thumbs span{padding-top:35px;}
 .about-culture .culture-swiper .swiper-slide-thumb-active span:before{width: 50px;}
 .about-culture .culture-swiper .gallery-thumbs .swiper-slide{font-size:16px;}
 .about-environment .swiper-btn-box{width: 170px;}
 .about-environment .environment-swiper{padding:40px 0 80px;}
 .about-environment .bg{right: 8px;}
 .about-environment .swiper-container{margin-top:45px;}
 .ibanner{margin-top:80px;}
}
@media screen and (max-width:750px){
 .ibanner{margin-top:55px;}
 .ibanner .slide-item-img{width: 100%;min-height: 200px;object-fit: cover;object-position: center;}
 .ibanner .nav-now h2{font-size:30px;}
 .ibanner .nav-now p{font-size:18px;margin-top:15px;letter-spacing: 1px;}
 .subcolumn-box .subcolumn-nav{position: relative;}
 .subcolumn-box .subcolumn-nav .now{width: auto;min-width: 30%;padding:20px 15px;font-size:17px;font-weight: bold;}
 .subcolumn-box a.n-item{padding:14px 10px;}
 .about-part1{padding:50px 0;}
 .about-part1 .left .title h2{padding-left:45px;margin-top:12px;}
 .about-part1 .left .desc{max-height: none;line-height: 24px;}
 .about-part1 .right{width: 100%;}
 .about-honor{padding:60px 0 50px;}
 .about-honor .honor-tab{font-size:16px;margin-top:20px;}
 .honor-swiper .swiper-slide img{height: 220px;}
 .about-honor .honor-list{margin-top:35px;}
 .honor-swiper .swiper-btn-box{width:130px;margin-top:50px;}
 .honor-swiper .swiper-btn{width: 40px;height: 40px;}
 .about-culture{padding-top:55px;}
 .about-title p{margin-top:18px;}
 .about-culture .culture-swiper .gallery-top{padding:0;}
 .about-culture .culture-swiper .title{padding:20px 50px;}
 /*.about-culture .culture-swiper{background-size: contain;}*/
 .about-culture .culture-swiper{padding:20px 0 55px;}
 .about-box .swiper-common-btn{width: 42px;height: 42px;}
 .about-culture .culture-swiper .gallery-thumbs span{padding:30px 15px 0;}
 .about-culture .culture-swiper .gallery-thumbs{margin-top:35px;}
 .about-environment{margin-top:55px;}
 .about-environment .box{margin-top:40px;}
 .about-environment .swiper-slide{width: 65%;transform: scale(0.8);}
 .about-environment .swiper-btn-box{width: 120px;}
 .about-environment .swiper-container{margin-top:40px;}
 .about-environment .environment-swiper{padding-bottom: 65px;}
 .about-partner{padding-top:55px;}
 .about-title h2{font-size:28px;}
 .about-title p{font-size:16px;}
 .about-partner .list{margin-top:30px;}
}

.subcolumn-nav .nav-list{position: relative;padding:0 30px;margin-left:2%;margin-right:5%;position: relative;}
.subcolumn-nav .nav-list .swiper-slide{width: auto;min-width: 25%;text-align: center;padding:0 10px;}
.subcolumn-nav .nav-item{position: relative;width: auto;}
.subcolumn-nav .nav-list .swiper-btn{color:#fff;}
.subcolumn-nav .nav-list .swiper-btn:after{font-size:20px;}
.subcolumn-nav .nav-list .swiper-button-prev{left:0;}
.subcolumn-nav .nav-list .swiper-button-next{right:0;}

.product-box{background: #f9f9f9;padding-bottom: 40px;}
.product-box .pro-list{margin:0 -10px;}
.product-box .pro-list li{padding:20px 10px 0;}
.product-box .pro-list .pro-item{display: block;background: #fff;}
.product-box .pro-list .pro-item .item-img{position: relative;overflow: hidden;}
.product-box .pro-list .pro-item .item-img .img{padding-bottom: 84%;position: relative;overflow: hidden;}
.product-box .pro-list .pro-item .item-img img{max-height: 100%;}
.product-box .pro-list .pro-item .item-con{border-top:1px solid #eeeeee;padding:26px 20px;line-height: 1;}
.product-box .pro-list .pro-item .item-nav{color:#999;margin-bottom: 12px;}
.product-box .pro-list .pro-item .item-more{width: 144px;text-align: center;line-height: 40px;border-radius:12px;overflow: hidden;color:#fff;background: #192f66;letter-spacing: 1px;margin-left:15px;}

.pager-box{margin-top:40px;text-align: center;}
.pager-box a{line-height: 28px;min-width: 30px;text-align: center;padding:0 5px;color:#555555;border:1px solid #c4c4c4;display: inline-block;border-radius:4px;overflow: hidden;margin:0 3px;transition: all .3s;}
.pager-box a.PreA,.pager-box a.NextA{padding:0 13px;}
.pager-box a.Ahover,.pager-box a:hover{background: #192f66;color:#fff;border-color:#192f66;}

@media screen and (max-width:1200px){
 .product-box .pro-list .pro-item .item-more{width: 120px;line-height: 38px;border-radius:10px;}
}
@media screen and (max-width:750px){
 .product-box .pro-list .pro-item .item-con{padding:20px 16px;}
 .subcolumn-nav .nav-list .swiper-slide{padding:0;}
 .subcolumn-nav .nav-list{margin-right:0;margin-left:1%;}
 .subcolumn-box a.nav-item{font-size:14px;letter-spacing: 0;}
 .pager-box a{margin:0 1px;}
}

.news-box{padding:3px 0 40px;}
.news-box .news-list{padding:0 5.3% 0 8.333%;}
.news-box .news-list li{margin-top: 37px;}
.news-box .news-item{position: relative;}
.news-box .news-item .item-bg{position: absolute;width: 23.9%;top:0;bottom:0;left:0;background: #192f66;display: none}
.news-box .news-item .item-date{width: 23.9%;text-align: center;color:#192f66;padding-left:3.4%;font-family: arial;line-height: 1;position: relative;transition: all .3s;z-index:10;}
.news-box .news-item .item-date:after{content:'';width:0;height: 0;border:22px solid transparent;border-left:22px solid #192f66;position: absolute;top:50%;transform: translateY(-50%);left:100%;opacity: 0;transition: all .3s;}
.news-box .news-item .item-date .d{line-height: 0.8;margin-bottom: 12px;}
.news-box .news-item .item-date .i-nav{line-height: 1;padding:4px 10px;border-radius:999px;overflow: hidden;background: #fff;color:#000000;text-align: center;margin-top:18px;display: none;transition: all .3s;}
.news-box .news-item .item-right{padding:32px 30px 32px 1px;background: #f9f9f9;}
.news-box .news-item .item-right .item-con{margin:0 6.3%;}
.news-box .news-item .item-right .item-img{width:22%;}
.news-box .news-item .item-img{overflow: hidden;}
.news-box .news-item .item-img .img{padding-bottom: 74%;overflow: hidden;}
.news-box .news-item .item-con .tit{line-height: 1;margin-bottom: 35px;letter-spacing: 1px;}
.news-box .news-item .item-con p{line-height: 1;color:#999;}
.news-box .news-item:hover .item-date{color:#fff;}
.news-box .news-item:hover .item-date:after{opacity: 1;}
.news-box .news-item:hover .item-bg{display: block;}
.news-box .news-item:hover .item-date .i-nav{display: inline-block;}
@media screen and (max-width:1600px){
 .news-box .news-item .item-right{padding:25px 24px 25px 1px;}
 .news-box .news-item .item-con .tit{margin-bottom: 30px;}
}
@media screen and (max-width:1440px){
 .news-box .news-item .item-right{padding:20px 18px 20px 1px;}
 .news-box .news-item .item-con .tit{margin-bottom: 25px;}
 .news-box .news-item .item-date .d{font-size:46px;}
 .news-box .news-item .item-date .y{font-size:22px;}
 .news-box .news-item .item-date .i-nav{margin-top:12px;}
 .news-box .news-list li{margin-top:30px;}
 .news-box .news-item .item-date:after{border-width:18px;}
}
@media screen and (max-width:992px){
 .news-box .news-list li{margin-top:25px;}
 .news-box .news-item .item-con .tit{margin-bottom: 16px;}
 .news-box .news-item .item-date .d{font-size:40px;}
 .news-box .news-item .item-date .y{font-size:20px;}
 .news-box .news-item .item-right .item-img{width: 28%;}
 .news-box .news-item .item-right .item-con{margin:0 4%;}
 .news-box .news-item .item-date{padding:0;}
 .news-box .news-item .item-date:after{border-width:16px;}

}
@media screen and (max-width:750px){
 .news-box{padding:0 16px 40px;}
 .news-box .news-item .item-img{width: 100%;}
 .news-box .news-item .item-right .item-img{display: none;}
 .news-box .news-list{padding:0;}
 .news-box .news-item .item-date{width: 80px;color:#fff;}
 .news-box .news-item .item-right .item-con{margin:0;}
 .news-box .news-item .item-right{padding:17px 15px;}
 .news-box .news-item .item-con .tit{font-weight: bold;margin-bottom: 10px;}
 .news-box .news-item .item-date .d{font-size:28px;font-weight: bold;margin-bottom: 8px;}
 .news-box .news-item .item-date .y{font-size:15px;}
 .news-box .news-item .item-bg{display: block;width: 80px;height: 80px;}
}

.job-category{padding:60px 0 75px;}
.job-category .item{background: #f5f5f5;}
.job-category .item:nth-child(2n+2){flex-direction: row-reverse;}
.job-category .item .item-img,.job-category .item .item-con{width:50%;float:left;}
.job-category .item .item-img{overflow: hidden;}
.job-category .item .item-img .img{background-repeat: no-repeat;background-size: cover;background-position: center;padding-bottom: 43%;}
.job-category .item .item-img:hover .img{transform: scale(1.04);}
.job-category .item .item-con .txt{padding:20px 20px 20px 19.8%;color:#014886;}
.job-category .item .item-con .en{font-weight: bold;margin-bottom: 16px;font-family: arial;line-height: 1;}
.job-category .item .item-con .tit{line-height: 1;font-weight: bold;letter-spacing: 1px;}
.job-category .item .item-con .view-more{margin-top:30px;transition: all .3s;display: block;width:120px;line-height: 35px;border-radius:999px;overflow: hidden;text-align: center;border:1px solid #353535;color:#000000;}
.job-category .item .item-con .view-more:hover{color:#fff;background: #014886;border-color:#014886;}

@media (max-width:1440px){
 .job-category .item .item-con .en{margin-bottom: 12px;}
 .job-category .item .item-con .view-more{margin-top:26px;}
}
@media (max-width:1200px){
 .job-category .item .item-con .en{margin-bottom: 10px;}
 .job-category .item .item-con .view-more{margin-top:20px;}
 .job-category .item .item-con .txt{padding-left: 12%;}
}
@media (max-width:1200px){
 .job-category{padding:50px 0 60px;}
 .job-category .item .item-con .en{margin-bottom: 8px;}
 .job-category .item .item-con .view-more{margin-top:16px;width:110px;line-height: 30px;}
 .job-category .item .item-con .txt{padding-left: 5%;}
}
@media (max-width:750px){
 .job-category{padding:45px 0 50px;}
 .job-category .item .item-img,.job-category .item .item-con{width:100%;float:none;}
 .job-category .item .item-con .txt{padding:30px 8%;}
}

.job-detail{padding:70px 0;}
.job-detail .left-list{float:left;width: 23.9%;background: #f4f4f4;letter-spacing: 1px;}
.job-detail .left-list .tit{color:#fff;background: #192f66;padding-left:13%;line-height: 1;padding:30px 15px 30px 13%;}
.job-detail .left-list a{display: block;border-bottom:1px solid #fff;transition: all .3s;line-height: 1;padding:30px 15px 30px 13%;}
.job-detail .left-list a.active,.job-detail .left-list a:hover{background: #fff;}
.job-detail .right-detail{float:right;width: 73.8%;background: #f4f4f4;padding:25px 0;}
.job-detail .right-detail .top{padding:32px 6.7%;border-bottom:1px solid #e2e2e2;}
.job-detail .right-detail .top .title{color:#192f66;margin-bottom: 18px;}
.job-detail .right-detail .top .re span{float:left;padding-right:22px;margin-right:22px;position: relative;padding-top:10px;}
.job-detail .right-detail .top .re span:after{content:'|';position: absolute;right:0;}
.job-detail .right-detail .top .re span:last-child{margin-right:0;padding-right:0;}
.job-detail .right-detail .top .re span:last-child:after{display: none;}
.job-detail .right-detail .detail{padding:35px 6.7%;}
.job-detail .right-detail .detail .item-tit{line-height: 1;margin-bottom: 24px;}
.job-detail .right-detail .detail .item-description{color:#7f7f7f;line-height: 1.5;}
.job-detail .right-detail .detail .item-description p{min-height: 1em;}
.job-detail .right-detail .detail .item-con{margin-bottom:80px;}
.job-detail .right-detail .detail .item-con:last-child{margin-bottom:20px;}

@media (max-width:1440px){
 .job-detail .right-detail{padding:15px 0;}
 .job-detail .right-detail .top .title{margin-bottom: 15px;}
 .job-detail .left-list .tit,.job-detail .left-list a{padding-top:25px;padding-bottom: 25px;}
}
@media (max-width:1200px){
 .job-detail .left-list .tit,.job-detail .left-list a{padding-top:20px;padding-bottom: 20px;}
 .job-detail .right-detail .top,.job-detail .right-detail .detail{padding:28px 6%;}
 .job-detail .right-detail .detail .item-con{margin-bottom: 60px;}
}
@media (max-width:992px){
 .job-detail{padding:60px 0;}
 .job-detail .left-list{width: 26%;}
 .job-detail .right-detail{width: 72%;padding:0;}
 .job-detail .right-detail .top .title{margin-bottom: 10px;}
 .job-detail .right-detail .top .re span{font-size:14px;padding-top:6px;}
 .job-detail .right-detail .top, .job-detail .right-detail .detail{padding-bottom: 22px;}
 .job-detail .right-detail .detail .item-tit{margin-bottom: 20px;}
 .job-detail .left-list .tit,.job-detail .left-list a{letter-spacing: 0;}
}
@media (max-width:750px){
 .job-detail{padding:50px 0;}
 .job-detail .left-list,.job-detail .right-detail{float:none;width: 100%;}
 .job-detail .right-detail{margin-top:20px;}
 .job-detail .right-detail .top .re span{padding-right:15px;margin-right:15px;}
 .job-detail .right-detail .top, .job-detail .right-detail .detail{padding:22px 18px;}
 .job-detail .right-detail .detail .item-tit{font-weight: bold;}
 .job-detail .left-list{background: none;}
 .job-detail .left-list .tit{float:left;width: 100%;text-align: center;padding:20px 0;font-weight: bold;letter-spacing: 1px;}
 .job-detail .left-list a{float:left;background: none;border:1px solid #e5e5e5;padding:16px 12px;width: 48%;text-align: center;margin-top:4%;font-size:14px;border-radius:6px;}
 .job-detail .left-list a:nth-child(2n+1){margin-right:4%;}
 .job-detail .left-list a.active{color:#2148A5;}
}

.product-detail{background: #f9f9f9;padding-bottom: 30px;}
.location{padding:48px 0;line-height: 1;color:#666;}
.location a{display: inline-block;}
.location a::after{content:'/';margin:0 5px;}
.location a:last-child::after{content:'';}
.product-detail .pro-imgSwiper{float:left;width: 44%;max-width:700px;background: #fff;}
.product-detail .detail-top .item-img{position: relative;padding-bottom: 100%;overflow: hidden;background: #fff;}
.product-detail .detail-top .item-img img{max-height: 100%;max-width: 100%;}
.product-detail .right-con{float:right;width: 51%;max-width: 820px;flex-direction: column-reverse;}
.product-detail .right-con .title{padding:25px 0 35px;}
.product-detail .right-con .desc{color:#666;line-height: 2;max-height: 280px;overflow-y: auto;}
.product-detail .right-con .desc::-webkit-scrollbar {width:4px;}
.product-detail .right-con .desc::-webkit-scrollbar-track {background:#666666;border-radius:8px;}
.product-detail .right-con .desc::-webkit-scrollbar-thumb {background:#222;border-radius:8px;}
.product-detail .right-con .desc::-webkit-scrollbar-thumb:window-inactive {background:#222;}
.product-detail .right-con .gallery-thumbs{margin-top:20px;width: 100%;}
.product-detail .detail{margin-top:100px;}
.product-detail .detail .tab{margin-bottom: 50px;}
.product-detail .detail .tab span{float:left;min-width: 15.5%;text-align: center;padding:27px 30px;letter-spacing: 2px;line-height: 1;background: #192f66;color:#fff;}
.product-detail .detail .description{color:#666;line-height: 2.4;}
.product-detail .detail .description p{min-height: 1em;}
.product-detail .detail .description img{max-width:100%;}

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;}

@media (max-width:1600px){
 .location{padding:40px 0;font-size:16px;}
 .product-detail .right-con .title{padding:20px 0 25px;font-size:32px;}
 .product-detail .right-con .desc{font-size:16px;}
 .product-detail .detail{margin-top:85px;}
 .product-detail .detail .tab span{padding:24px 30px;}
 .product-detail .detail .tab{margin-bottom: 40px;}
 .product-detail .detail .description{font-size:16px;}
}
@media (max-width:1440px){
 .product-detail .right-con .title{padding:15px 0 20px;font-size:30px;}
 .product-detail .right-con .desc{font-size:15px;}
 .product-detail .detail{margin-top:70px;}
 .product-detail .detail .tab span{padding:20px 30px;letter-spacing: 1px;font-size:20px;}
 .product-detail .detail .tab{margin-bottom: 30px;}

}
@media (max-width:1200px){
 .location{padding:35px 0;}
 .product-detail .right-con .title{padding:12px 0 16px;font-size:26px;}

}
@media (max-width:992px){
 .location{padding:25px 0;font-size:14px;}
 .product-detail .right-con .title{padding:5px 0 15px;font-size:22px;}
 .product-detail .right-con .desc{font-size:14px;}
 .product-detail .detail{margin-top:60px;}
 .product-detail .detail .tab span{padding:16px 30px;font-size:18px;min-width: 20%;}
 .product-detail .detail .tab{margin-bottom: 25px;}
}
@media (max-width:750px){
 .location{padding:20px 0;font-size:13px;}
 .location a::after{margin:0;}
 .product-detail .pro-imgSwiper,.product-detail .right-con{width: 100%;float:none;}
 .product-detail .right-con .title{padding:15px 0;font-size:20px;}
 .product-detail .right-con{display: block;}
 .product-detail .detail{margin-top:50px;}
 .product-detail .detail .tab span{padding:14px 30px;font-size:16px;}
 .product-detail .detail .tab{margin-bottom: 20px;}
 .product-detail .detail .description{font-size:14px;line-height: 2;}
}



.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:38px 0 86px}
.contact-box .map-box{overflow: hidden;position: relative;}
.contact-box .left-map{width:56%;position: absolute;left:0;top:0;height: 100%;}
.contact-box .left-map label{max-width: none;}
.contact-box .right-con{float:right;width:42.5%;background: #f6f6f6;color:#333;padding:55px 3.1%;}
.contact-box .right-con .tit{line-height: 1;letter-spacing: 1px;padding-bottom: 30px;border-bottom:2px dashed #cccccc;}
.contact-box .right-con .txt{padding:32px 0;}
.contact-box .right-con .txt-title{margin-bottom: 30px;}
.contact-box .right-con .txt-item{margin-bottom:13px;color:#666666;}
.contact-box .right-con .txt-item:last-child{margin-bottom: 0;}
.contact-box .code-box{margin-top:14px;text-align: center;color:#a5a5a5;}
.contact-box .code-box .code-item{float:left;width:100px;max-width: 45%;margin-right:5%;}
.contact-box .code-box .code-item p{line-height: 1;margin-top:13px;}
.contact-box .left-map #allmap{height: 100%;width:100%;}
.contact-box .contact-form{margin-top:83px;}
.contact-box .contact-form .title{text-align: center;color:#999;}
.contact-box .contact-form .title h2{line-height: 1;margin-bottom: 25px;color:#000;}
.contact-box .contact-form .form{margin-top:45px;}
.contact-box .contact-form .form .row{margin-left:-1%;margin-right:-1%;}
.contact-box .contact-form .form-item{float:left;width:33.333%;padding:0 1%;margin-bottom: 2%;}
.contact-box .contact-form .form-textarea{width:100%;}
.contact-box .contact-form .item-value{outline: none;resize: none;display: block;width:100%;line-height: 28px;border:1px solid #e2e2e2;padding:25px 50px;}
.contact-box .contact-form textarea.item-value{height: 275px;}
.contact-box .contact-form .item-value::-webkit-input-placeholder {color:#999;}
.contact-box .contact-form .item-value:-moz-placeholder {color:#999;}
.contact-box .contact-form .item-value::-moz-placeholder {color:#999;}
.contact-box .contact-form .item-value:-ms-input-placeholder {color:#999;}
@media (max-width: 1600px){
 .contact-box .contact-form .item-value{padding-left:35px;padding-right:35px;}
}
.contact-box .contact-form .form-bottom .verification-code{float:left;width:51%;}
.contact-box .contact-form .form-bottom .btn-box{float:right;width:45%;}
.contact-box .contact-form .form-bottom .btn-box button{background: #cbcaca;color:#fff;float:right;border:none;outline: none;line-height: 80px;width:41.5%;margin-left:4.7%;}
.contact-box .contact-form .form-bottom .btn-box button:last-child{margin-left:0;width:53.7%;}
.contact-box .contact-form .form-bottom .btn-box .submit-btn{background: #192f66;}
.contact-box .contact-form .form-bottom .code-input{float:left;width:30%;margin-right:30px;}
.contact-box .contact-form .form-bottom .code-input input{padding-right:20px;}
.contact-box .contact-form .form-bottom .yzm{max-width:23%;margin-right:10px;cursor: pointer;}
.contact-box .contact-form .form-bottom span{font-size:15px;}
@media (max-width: 1400px){
 .contact-box .right-con{padding-top:50px;padding-bottom: 50px;}
 .contact-box .right-con .tit{padding-bottom: 25px;}
 .contact-box .right-con .txt{padding:25px 0;}
 .contact-box .contact-form{margin-top:70px;}
 .contact-box .contact-form .item-value{padding:20px 30px;}
 .contact-box .contact-form textarea.item-value{height: 265px;}
 .contact-box .contact-form .form-bottom .btn-box button{line-height: 70px;font-size:18px;}
 .contact-box .contact-form .title{font-size:16px;}
}
@media (max-width: 1200px){
 .contact-box .right-con{padding-top:40px;padding-bottom: 40px;}
 .contact-box .right-con .tit{padding-bottom: 20px;}
 .contact-box .right-con .txt{padding:20px 0;}
 .contact-box .right-con .txt-item{margin-bottom: 10px;}
 .contact-box .contact-form{margin-top:60px;}
 .contact-box .contact-form .title h2{margin-bottom: 20px;}
 .contact-box .contact-form .form{margin-top:35px;}
 .contact-box .contact-form .item-value{padding:16px 22px;}
 .contact-box .contact-form .form-bottom .code-input{margin-right:24px;}
 .contact-box .contact-form .form-bottom span{font-size:14px;}
 .contact-box .contact-form .form-bottom .btn-box button{line-height: 62px;font-size:16px;}
 .contact-box .contact-form textarea.item-value{height: 250px;}
 .contact-box .contact-form .title{font-size:15px;}
}
@media (max-width: 992px){
 .contact-box .left-map{width:50%;}
 .contact-box .right-con{width:48%;padding-top:35px;padding-bottom: 35px;}
 .contact-box .right-con .txt{font-size:15px;}
 .contact-box .right-con .txt-title{margin-bottom: 25px;}
 /*.contact-box .right-con .tit{padding-bottom: 30px;letter-spacing: 2px;}*/
 /*.contact-box .right-con .txt-item{margin-bottom: 18px;}*/
 .contact-box .contact-form{margin-top:50px;}
 .contact-box .contact-form .title h2{margin-bottom: 16px;}
 .contact-box .contact-form .form{margin-top:30px;font-size:16px;}
 .contact-box .contact-form .item-value{padding:12px 18px;}
 .contact-box .contact-form textarea.item-value{height: 240px;}
 .contact-box .contact-form .form-bottom .verification-code,.contact-box .contact-form .form-bottom .btn-box{float:none;width:100%;}
 .contact-box .contact-form .form-bottom .btn-box{margin-top:20px;}
 .contact-box .contact-form .form-bottom .btn-box button{line-height: 54px;}
}

@media (max-width: 767px){
 .contact-box .left-map,.contact-box .right-con{width:100%;float:none;}
 .contact-box .left-map{position: relative;height: auto;margin-top:25px;}
 .contact-box .left-map #allmap{height: 400px;}
 .contact-box .right-con{padding:30px 22px;}
 .contact-box .contact-form{margin-top:45px;}
 .contact-box .contact-form .form-item{float:none;width:100%;margin-bottom: 16px;}
 .contact-box .contact-form .item-value{padding:10px 15px;}
 .contact-box .contact-form .form{font-size:15px;}
 .contact-box .contact-form textarea.item-value{height: 200px;}
 .contact-box .contact-form .form-bottom .code-input{margin-right:16px;}
 .contact-box .contact-form .form-bottom span{font-size:12px;}
 .contact-box .contact-form .form-bottom .code-input{width: 45%;}
 .contact-box .contact-form .form-bottom .btn-box button{line-height: 48px;font-size:15px;}
 .contact-box{padding:40px 0 60px;}
 .contact-box .contact-form .title h2{font-size:26px;}
}

.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;}
}

.contact-box .job-list .list{margin-top:60px;margin-left:-20px;margin-right:-20px;}
.contact-box .job-list .list li{padding:0 20px;margin-bottom: 40px;}
.contact-box .job-list .job-item{display: block;border:1px solid #eeeeee;color:#999;padding:40px 30px 37px;}
.contact-box .job-item h2{line-height: 1;color:#333333;position: relative;padding-right: 120px;font-family: "é»‘ä½“"}
.contact-box .job-item .i-date{color:#999;font-weight: normal;font-size:22px;position: absolute;right:0;top:50%;margin-top:-11px;font-family: arial;}
.contact-box .job-item .i-desc{line-height: 1.5;height: 54px;margin-top:22px;}
.contact-box .job-item:hover{border-color:#e70012;}
.contact-box .job-item:hover h2{color:#e70012;}
@media (max-width:1400px){
 
 .contact-box .job-item .i-date{font-size:20px;margin-top:-10px;}
 .contact-box .job-list .job-item{padding:32px 25px;}
 .contact-box .job-item h2{font-size:24px;}
 .contact-box .job-item .i-desc{font-size:16px;height: 48px;}
 .contact-box .job-list .list{margin:50px -15px 0;}
 .contact-box .job-list .list li{padding:0 15px;margin-bottom: 30px;}
 
}
@media (max-width:992px){
 
 .contact-box .job-list .list{margin-top:40px;}
 .contact-box .job-list .job-item{padding:26px 20px;}
 .contact-box .job-item .i-date{font-size:16px;margin-top:-8px;}
 .contact-box .job-item h2{font-size:20px;padding-right:90px;}
 .contact-box .job-item .i-desc{font-size:15px;margin-top:15px;height: 45px;}
}
@media (max-width:767px){
 
 .contact-box .job-list .list{margin:35px 0 0;}
 .contact-box .job-list .list li{padding:0;margin-bottom: 20px;}
 .contact-box .job-list .job-item{padding:20px 16px;}
 .contact-box .job-item h2{ font-size:17px;padding-right:80px;}
 .contact-box .job-item .i-date{font-size:14px;margin-top:-7px;}
 .contact-box .job-item .i-desc{font-size:14px;height: auto;}
}



.search-box{padding-top: 150px;}
.seartit{font-size: 30px; color: #333; line-height: 1; text-align: center; letter-spacing: 1px; margin-bottom: 40px;}
.searnone{width: 100%; text-align: center;}
.searnone img{display: block; max-width: 80%; margin: auto;}
.searnone a{display: inline-block; min-width: 200px; margin-top: 30px; font-size: 16px; line-height: 50px; padding: 0 30px; border:1px solid #d2d2d2; border-radius: 5px; text-align:center; position: relative; z-index: 10; transition: all linear .3s;}
.searnone a::after{content: ""; width: 0; height: 100%; background: #192f66; position: absolute; left: 0; top: 0; z-index: -1; transition: all linear .3s; border: none;}
.searnone a:hover{border-color: #192f66; color: #fff;}
.searnone a:hover::after{width: 100%;}

@media (max-width: 768px){
 .search-box{padding-top: 100px;}
 .seartit{font-size: 24px;}
 .searnone a{min-width: 160px; line-height: 44px;}
}
