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: "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;}
.fs60{font-size: 60px;}
.fs52{font-size: 52px;}
.fs48{font-size: 48px;}
.fs40{font-size: 40px;}
.fs36{font-size: 36px;}
.fs30{font-size: 30px;}
.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: 'al';
 src:url('albold.otf');
}
@font-face{
 font-family: 'gb';
 src:url('gb.otf');
}

@keyframes spin{
 to{transform: rotate(1turn);}
}
@keyframes spin2{
 to{transform: rotate(-1turn);}
}
@keyframes spin-reverse{
 from{
 transform:rotate(1turn);
 }
}
@keyframes spin-reverse2{
 from{
 transform:rotate(-1turn);
 }
}
.ht{font-family: '黑体';}
.al{font-family: 'al';}
.gb{font-family: 'gb';}
.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.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;}

@media (min-width: 767px){
 .container{width:90%;max-width: 1440px;}
}
@media (min-width: 1300px){
 .container{width:85%;}
}
@media (min-width: 1500px){
 .container{width:1440px;}
}


/* 导航部分 */
.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.fixed,.header:hover{top:0;background:#fff;color:#333;}
.header_box{position: relative;margin:0 auto;width: 90.2%;max-width: 1725px;}
.header_box .sub{overflow: visible;}
.header .header_logo{position: absolute;left:0;top:0;bottom:0;max-width: 30%;}
.header .header_logo .flex{height: 100%;}
.header .header_logo img{max-height:90%;margin:0;}
.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;}
.header .header_nav{text-align: right;font-size:16px;}
.header .header_nav .nav_container>ul>li{display: inline-block;text-align: center;margin-right:5.5%;}
.header .header_nav li{position: relative;}
.header .header_nav .nav_container>ul>li>a{display: block;padding:50px 0;line-height: 1;position: relative;}
.header .header_nav .nav_container>ul>li>a::after{transition: all .3s;position: absolute;content:'';width:0;height: 2px;background: #fff;left:50%;transform: translateX(-50%);bottom:0;}
.header.fixed .header_nav .nav_container>ul>li>a::after,.header:hover .header_nav .nav_container>ul>li>a::after{background: #2372bf;}
.header .header_nav .nav_container>ul>li>a.active::after,.header .header_nav .nav_container>ul>li>a:hover::after{width:30px;}
.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;}
.header .header_nav .nav_container .dropdown-menu li a{display: block;white-space: nowrap;padding:14px 10px;color:#010000;position: relative;transition: all .3s;border-bottom:1px solid #eee;}
.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{background: #2372bf;color:#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}
.header.fixed .button_menu span{background: #333;}
/*.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 .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;}

/* 搜索框 */
.header .nav-search{border:1px solid #fff;border-radius:100%;overflow:hidden;width: 50px;height: 50px;}
.header .nav-search a{display: block;height:100%;background:url(../images/search-icon.png) no-repeat center;background-size: 100% auto;}
.header.fixed .nav-search,.header:hover .nav-search{border-color:#014099;}
.header.fixed .nav-search a,.header:hover .nav-search a{background-image:url(../images/search-icon-blue.png);}
.search_hover .header_logo .logo-pc{display:block!important;}
.search_hover .header_logo .logo-m{display:none!important;}
.header_search_fix{position: fixed;z-index: 99;top: 0;left: 0;width: 100%;height: 100%;background: #2372BF;color: #fff;display: none;}
.header_search_fix .search{font-size: 18px;margin-bottom: 10px;}
.header_search_fix .box{position: absolute;width: 40%;top: 50%;margin-top: -50px;text-align: left;left: 30%;}
.header_search_fix .input{background:none; width:85%; line-height:70px; height:70px; padding-right:60px;border: 0;outline: 0;font-size:38px;color: #fff;font-family: 'Impact';display: block;}
.header_search_fix .input::-webkit-input-placeholder {color: #fff;}
.header_search_fix .input:-moz-placeholder {color: #fff;}
.header_search_fix .input:-ms-input-placeholder {color: #fff;}
.header_search_fix .search_box{line-height: 70px;height: 70px;position: relative;}
.header_search_fix .submit{width: 125px;height: 45px;line-height: 41px;font-size: 14px;color: #fff;border: 2px solid #fff;border-radius: 20px;background: transparent;padding: 0;margin: 0;position: absolute;top: 50%;margin-top: -23px;right: 0;-webkit-appearance: none;}
.header_search_fix .close-btn{position: absolute;width: 88px;height: 88px;font-size: 28px;line-height: 88px;color:#fff;border: 1px solid #fff;right: 60px;top: 20px;text-align: center;cursor: pointer;transition: all .5s ease;-webkit-transition:all .5s ease;background: #2372BF;}
.header_search_fix .close-btn:hover{background: #2372BF;}
.header_search_fix .submit:before{width: 100%;margin-top: 0;}
.header_search_fix .submit:hover{background: #2372BF;}
.header_search_fix .submit:before{width: 100%;left: 0;text-align: center;}
@media only screen and (max-width: 1660px){
.header_search_fix .box{width: 60%;left:20%;}
}

.xuanzhun{-webkit-transition-property: -webkit-transform;animation: rotate 5s linear infinite;}
@keyframes rotate{
 from{transform: rotate(0deg)}
 to{transform: rotate(359deg)}
}

.ibanner{position: relative;}
.ibanner .slide-item-img{width:100%;height:100vh;object-fit: cover;object-position: center;}
.ibanner .item-mask{position: absolute;left:0;right:0;top:50%;color:#fff;transform: translateY(-60%);}
.ibanner .item-mask .en{line-height: 1;text-transform: uppercase;font-weight: bold;margin-bottom: 28px;}
.ibanner .item-mask .title,.ibanner .item-mask .en{transform: translateY(30px);opacity: 0;filter: alpha(opacity=0);transition: all .6s;transition-delay: .5s;}
.ibanner .swiper-slide-active .title,.ibanner .swiper-slide-active .en{transform: translateY(0);opacity: 1;filter: alpha(opacity=100);}

.ibanner .swiper-btn-box{position: absolute;z-index:10;left:0;width: 100%;bottom:5.2%;}
.ibanner .swiper-btn-box .swiper-btn{margin-left:2%;float:right;width: 68px;height: 68px;padding:10px;border-radius:100%;overflow: hidden;position: relative;}
.ibanner .swiper-btn-box .swiper-btn span{display: block;width: 100%;height: 100%;background: url(../images/banner-next.png) no-repeat center;background-size: 100% auto;border:2px solid #fff;border-radius:100%;overflow: hidden;}
.ibanner .swiper-btn-box .swiper-btn-prev span{background-image: url(../images/banner-prev.png);}
.ibanner .swiper-btn-box svg{ position:absolute; width: 100%;left:0;top:0;height: 100%;transform: rotate(-90deg); transform-origin:34px;}
.ibanner .swiper-btn-box svg .jdt2{stroke-dasharray:0 190;}
.ibanner .swiper-btn-box .swiper-btn-next.active svg .jdt2{ animation: jtd2 infinite 6s linear; }
@keyframes jtd2{
 0%{ stroke-dasharray:0 190; stroke-dashoffset: 0;}
 100%{ stroke-dasharray:190 0; stroke-dashoffset: 0;}
}

.banner_mouse{position:absolute; width: 30px;height: 50px;cursor:pointer;background:url(../images/banner_mouse_ico.png) no-repeat -30px 0px;-webkit-animation: nudgeMouse 1.6s linear infinite;animation: nudgeMouse 1.6s linear infinite; bottom:7%; left:50%;margin-left:-15px;z-index:20;}
.banner_mouse:after,.banner_mouse:before{content: "";position: absolute;}
.banner_mouse:before{width:30px;height:50px;background:url(../images/banner_mouse_ico.png) no-repeat 0px 0px;-webkit-animation: colorSlide 1.6s linear infinite;animation: colorSlide 1.6s linear infinite;top:0;left:0;}
.banner_mouse:after{background-color: #ffffff;width: 3px;height: 10px;border-radius: 2px;-webkit-animation: trackBallSlide 1.6s linear infinite;animation: trackBallSlide 1.6s linear infinite;top: 0;right: 0;bottom: 0;left: 0;margin: auto;}
@-webkit-keyframes colorSlide {0% {height:0;}
90% {height:40px;}
}
@keyframes colorSlide {0% {height:0;}
90% {height:40px;}
}
@-webkit-keyframes trackBallSlide {0% {opacity:1;-webkit-transform:scale(1) translateY(-8px);transform:scale(1) translateY(-8px);}
34% {opacity:1;-webkit-transform:scale(0.9) translateY(4px);transform:scale(0.9) translateY(4px);}
68% {opacity:0;-webkit-transform:scale(0.4) translateY(16px);transform:scale(0.4) translateY(16px);}
100% {opacity:0;-webkit-transform:scale(0.4) translateY(-8px);transform:scale(0.4) translateY(-8px);}
}
@keyframes trackBallSlide {0% {opacity:1;-webkit-transform:scale(1) translateY(-8px);transform:scale(1) translateY(-8px);}
34% {opacity:1;-webkit-transform:scale(0.9) translateY(4px);transform:scale(0.9) translateY(4px);}
68% {opacity:0;-webkit-transform:scale(0.4) translateY(16px);transform:scale(0.4) translateY(16px);}
100% {opacity:0;-webkit-transform:scale(0.4) translateY(-8px);transform:scale(0.4) translateY(-8px);}
}
@-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);}
}

.inner-banner{position: relative;}
.inner-banner .nav-now{position: absolute;left:0;width: 100%;top:50%;transform: translateY(-50%);letter-spacing: 1px;line-height: 1;text-align: center;color:#fff;z-index:10;}
.inner-banner .nav-now .en{line-height: 0.9;text-transform: uppercase;margin-bottom: 40px;}


@media (max-width:992px){
 .header_box{overflow: hidden;padding:12px 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){
 .no-padding{padding-left:15px;padding-right: 15px;}
}

.title-box{line-height: 1;}
.title-box p{line-height: 1;}
.title-box .en{text-transform: uppercase;margin-bottom: 30px;font-family: arial;color:#014099;}
.title-box .title{letter-spacing: 2px;}
.title-box .desc,.part-about .desc{color:#666;line-height: 26px;font-size:16px;margin-top:30px;}
.part-about{padding-top:105px;background: url(../images/bg-dot.png) repeat left top;}
.part-about .desc{letter-spacing: 2px;text-align: justify;-webkit-line-clamp:5;line-clamp:5;}
.part-about .title-box .title{letter-spacing: 4px;}
.part-about .left{width: 32.3%;max-width: 620px;float:left;margin-left:7.5%;}
@media (max-width:1300px){
 .part-about .left{margin-left:5%;}
}

.part-about .left .num-box{position: relative;margin-top:68px;color:#fff;z-index:10;}
.part-about .left .num-box ul{position: relative;width: 902px;background-image: linear-gradient(to right,rgba(1,64,153,.8), rgba(60,144,209,.8));z-index:10;}
.part-about .left .num-box li{padding:51px 3% 37px 4.22%;width: 33.333%;border-right:1px solid #fff;}
.part-about .left .num-box li:last-child{border:none;}
.part-about .left .num-box li .counter{font-family: "Impact";line-height: 0.9;margin:27px 0 26px;}
.part-about .right{float:right;width: 50.2%;max-width: 963px;overflow: hidden;}
.part-about .right .img{/*padding-bottom: 70%;*/background-size: cover;background-repeat: no-repeat;background-position: center;height: 673px;padding:0;}
@media (min-width:1500px){
 .part-about .left{width: 620px;}
 
}

.part-pro{background: url(../images/bg-dot.png) repeat left top;padding-top:70px;}
.part-pro .title-box .desc{max-width: 800px;width: 62%;margin-bottom: 45px;}
.part-pro .top{background: url(../images/pro-top-bg.png) no-repeat right center;margin-bottom: 40px;background-size: auto 100%;}
.part-pro .top .more{float:left;width: 200px;line-height: 48px;border:1px solid #b2b2b2;text-align: center;font-size:16px;transition: all .3s;letter-spacing: 1px;}
.part-pro .top .more:hover{color:#fff;background: #2372bf;border-color:#2372bf;}

.index-pro-list{position: relative;}
.index-pro-list li{position: relative;transition: all .4s;border-right:1px solid rgba(255,255,255,.8);width:25%;}
.index-pro-list .item{position: relative;display: block;height: 712px;color:#fff;transition: all .3s;max-height:100vh;}
.index-pro-list .item-txt{position: absolute;left:0;width: 100%;bottom:8.4%;padding:0 12.5%;letter-spacing: 2px;line-height: 1.2;z-index:10;}
.index-pro-list .item-txt p{letter-spacing: 1px;}
.index-pro-list .item-line{width: 30px;height: 2px;background: #fff;margin-top:28px;}
.index-pro-list .bg-list{position: absolute;top:0;left:0;width: 100%;height: 100%;z-index:0;overflow: hidden;}
.index-pro-list .bg-list div{position:absolute; left:0; top:0;width:100%;height:100%;background-repeat: no-repeat;background-size: cover;background-position: center;-webkit-transition-duration: 0.5s; -ms-transition-duration: 1.5s; -o-transition-duration: 1.5s; -moz-transition-duration: 1.5s; transition-duration: 1.5s;transition: all 2.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}
.index-pro-list .bg-list div.on{transform: scale(1.08, 1.08);opacity:1; z-index:10;}
.part .swiper-btn{position:absolute;width: 50px;height: 50px;border:2px solid #fff;border-radius:100%;overflow: hidden;top:50%;margin-top:-25px;cursor: pointer;z-index:10;}
.part .swiper-btn.swiper-button-disabled{opacity: 0.3;pointer-events: none;}
.part .swiper-btn span{display: block;width: 100%;height: 100%;background: url(../images/banner-prev.png) no-repeat center;background-size: 100% auto;}
.index-pro-list .swiper-btn-prev{left:2.6%;}
.index-pro-list .swiper-btn-next{right:2.6%;}
.index-pro-list .swiper-btn-next span{background-image: url(../images/banner-next.png);}
/*.index-pro-list .swiper-slide-active .item{background: rgba(15,48,94,.4);}*/
.index-pro-list .swiper-slide.active .item{background: rgba(15,48,94,.4);}

.part-news{padding:70px 0;}
.part-news .index-news-swiper{margin-top:55px;position: relative;}
.part-news .index-news-swiper .row{margin-left:-7px;margin-right:-7px;}
.part-news .index-news-swiper .swiper-slide{width: 33.333%;padding:0 7px;}
.part-news .index-news-swiper .news-item{display: block;}
.part-news .news-item .item-img{position: relative;padding-bottom: 56%;overflow: hidden;}
.part-news .news-item .item-con{background:#e6e6e6;transition: background .3s;padding:34px 10.6% 30px 8.5%;}
.part-news .news-item .item-name{line-height: 1;letter-spacing: 1px;}
.part-news .news-item .item-desc{line-height: 24px;height:48px;color:#999;margin-top:13px;}
.part-news .news-item .item-more{text-align: right;margin-right:-20px;margin-top:24px;line-height: 1;letter-spacing: 1px;}
.part-news .news-item:hover .item-con{color:#fff;background: #2372bf;}
.part-news .news-item:hover .item-desc{color:#fff;opacity: 0.5;}
.part-news .news-item:hover .item-img img{transform: scale(1.05);}
.part-news .index-news-swiper .swiper-btn{display: none;}

.part-form{padding:100px 0 90px;background: url(../images/form-bg.png) no-repeat center;background-size: cover;overflow: hidden;}
.part-form .form-left{width: 28%;max-width: 530px;float:left;margin-left:7.5%;color:#fff;padding-top:5px;}
.part-form .form-left .desc{line-height: 1.5333;margin-top:18px;letter-spacing: 2px;}
.part-form .index-form{width: 55%;max-width: 1050px;float:left;}
.part-form .index-form .form-item{float:left;width: 50%;padding:0 15px 30px;}
.part-form .index-form .item-value{padding:20px 30px;width: 100%;line-height:22px;display: block;border:none;outline: none;background: rgba(255,255,255,.5);color:#000;}
.part-form .index-form .item-value::-webkit-input-placeholder {color:#000;}
.part-form .index-form .item-value:-moz-placeholder {color:#000;}
.part-form .index-form .item-value::-moz-placeholder {color:#000;}
.part-form .index-form .item-value:-ms-input-placeholder { color:#000;}
.part-form .index-form textarea.item-value{height: 246px;}
.part-form .index-form .code-box{float:left;width: 65%;padding-right:30px;}
.part-form .index-form .code-box .input-codeimg{width: 60%;margin-right:15px;padding-left:20px;padding-right:20px;}
.part-form .index-form .submit-btn{float:right;color:#fff;line-height: 22px;padding:20px 0;text-align: center;width: 35%;color:#fff;background: #2372bf;border:none;}
@media (min-width:1500px){
 .part-form .form-left{width: 530px;}
}

.footer-box{color:#fff;background: #2d2d35;}
.footer-box .box{background: url(../images/footer-bg.png) no-repeat right center;background-size: auto 100%;}
.copyright{padding:22px 0;letter-spacing: 1px;border-top:1px solid #3d3d45;}
.copyright p{opacity: 0.4;}
.copyright p.fr{padding-left:15px;}
.footer-box .footer{padding:60px 0 85px;}
.footer-box .footer-info{float:left;width: 30%;max-width: 360px;color:#8b919e;}
.footer-box .footer-info .footer-logo{margin:0;}
.footer-box .footer-info .info{margin-top: 15px;line-height: 28px;}
.footer-box .footer-nav{float:right;width: 63%;max-width: 910px;}
.footer-box .footer-nav li{float:left;margin-right:9%;}
.footer-box .footer-nav li:last-child{margin-right:0;}
.footer-box .footer-nav li a{display: block;line-height: 1;}
.footer-box .footer-nav li>a{font-size:18px;margin-bottom: 45px;letter-spacing: 2px;}
.footer-box .footer-nav li .s-menu a{color:#8b919e;margin-bottom: 15px;letter-spacing: 1px;}

@media (max-width: 1500px){
 .fs60{font-size: 56px;}
 .fs52{font-size: 48px;}
 .fs48{font-size: 44px;}
 .fs40{font-size: 38px;}
 .fs36{font-size: 34px;}
 .fs30{font-size: 28px;}
 .fs24{font-size: 22px;}
 .fs20{font-size: 19px;}
 .fs16{font-size: 15px;}
 .header_box{width: 92%;}
 .part-about{padding-top:90px;}
 .part-about .left{width: 36%;}
 .title-box .en{margin-bottom: 25px;font-weight: bold;}
 .part-about .desc{letter-spacing: 1px;}
 .part-about .left .num-box{margin-top:50px;}
 .part-about .left .num-box li{padding-top:42px;padding-bottom: 35px;}
 .part-about .left .num-box li .counter{margin:25px 0;}
 .part-form .index-form{width: 62%;}
 .title-box .desc{margin-top:25px;}
 .part-news .index-news-swiper{margin-top:50px;}
 .part-form{padding:85px 0 70px;}
 .footer-box .footer{padding:50px 0 60px;}
 .footer-box .footer-nav li>a{margin-bottom: 35px;font-size:17px;}
}
@media (max-width: 1300px){
 .fs60{font-size: 52px;}
 .fs52{font-size: 44px;}
 .fs48{font-size: 40px;}
 .fs40{font-size: 36px;}
 .fs36{font-size: 32px;}
 .fs30{font-size: 26px;}
 .fs24{font-size: 20px;}
 .fs20{font-size: 18px;}
 .header .header_nav .nav_container>ul>li{margin-right:4%;}
 .header .header_nav .nav_container>ul>li>a{padding:35px 0;}
 .ibanner .item-mask .en{margin-bottom: 20px;}
 .part-about{padding-top:75px;}
 .part-about .desc{font-size:15px;}
 .title-box .en{margin-bottom: 22px;}
 .part-about .left{width: 40%;}
 .part-about .right .img{height: 555px;}
 .part-about .left .num-box li{padding:32px 3% 28px 3%;}
 .part-about .left .num-box li .counter{margin:20px 0;}
 .part-about .left .num-box ul{width: 640px;}
 .part-pro .top{background-size: 32% auto;}
 .title-box .desc{font-size:15px;}
 .part-pro .title-box .desc{margin-bottom: 40px;}
 .part-pro .top .more{width: 180px;line-height: 44px;}
 .index-pro-list li{width: 33.3333%;}
 .index-pro-list .item{height: 600px;}
 .index-pro-list .item-line{margin-top:24px;}
 .part-news{padding:60px 0;}
 .part-news .index-news-swiper{margin-top:45px;}
 .part-news .news-item .item-con{padding:24px 10% 20px 8%;}
 .part-news .news-item .item-more{margin-top:20px;margin-right:-15px;}
 .part-form{padding:70px 0 50px;}
 .part-form .form-left{margin-left:5%;}
 .part-form .form-left .desc{letter-spacing: 1px;font-size:22px;}
 .part-form .index-form .form-item{padding:0 10px 20px;}
 .part-form .index-form .item-value{padding:14px 20px;}
 .part-form .index-form textarea.item-value{height: 190px;}
 .part-form .index-form .submit-btn{padding:14px 0;}
 .part-form .index-form .code-box .input-codeimg{margin-right:10px;padding:14px 12px;}
 .part-form .index-form .code-box{padding-right:20px;}
 .footer-box .footer-info{padding-right:15px;}
 .footer-box .footer-nav{width: 67%;}
 .footer-box .footer-nav li>a{font-size:16px;letter-spacing: 1px;margin-bottom: 30px;}
 .footer-box .footer-nav li{margin-right:6%;}
 .footer-box .footer-nav li .s-menu a{letter-spacing: 0;}
 .copyright{padding:20px 0;font-size:14px;letter-spacing: 0;}
}

@media (max-width: 992px){
 .fs60{font-size: 42px;}
 .fs52{font-size: 38px;}
 .fs48{font-size: 34px;}
 .fs40{font-size: 32px;}
 .fs36{font-size: 30px;}
 .fs30{font-size: 24px;}
 .fs24{font-size: 19px;}
 .fs20{font-size: 17px;}
 .fs16{font-size: 14px;}
 .header_search_fix .box{width: 80%;left:10%;}
 .ibanner .slide-item-img{height: auto;min-height: 280px;object-fit: cover;object-position: center;}
 .header .nav-search{margin-right:30px;}
 .ibanner .item-mask .en{margin-bottom: 16px;}
 .part-about{padding-top:60px;}
 .title-box .en{margin-bottom: 18px;}
 .part-about .desc{font-size:14px;letter-spacing: 0;line-height: 24px;}
 .part-about .left .num-box{margin-top:40px;}
 .part-about .left .num-box ul{width: 540px;}
 .part-about .left .num-box li{padding:26px 3% 20px 3%;}
 .part-about .left .num-box li .counter{font-size:32px;margin:16px 0;}
 .part-about .right .img{height: 490px;}
 .part-about .left .num-box .icon img{height: 32px;}
 .title-box .desc{font-size:14px;line-height: 24px;}
 .part-pro .title-box .desc{margin-bottom: 35px;}
 .index-pro-list li{width: 50%;}
 .title-box .desc{margin-top:20px;}
 .part-news .index-news-swiper{margin-top:40px;}
 .part-form{padding:55px 0 30px;}
 .part-form .form-left,.part-form .index-form{width: 90%;float:none;}
 .part-form .index-form{margin:30px auto 0;}
 .footer-box .footer-nav li>a{margin-bottom: 25px;}
 .footer-box .footer{padding:40px 0 50px;}
 .copyright{padding:18px 0;}
 .part-news .index-news-swiper .swiper-slide{width: 50%;}
}
@media (max-width: 767px){
 .fs60{font-size: 38px;}
 .fs52{font-size: 34px;}
 .fs48{font-size: 30px;}
 .fs40{font-size: 28px;}
 .fs36{font-size: 26px;}
 .fs30{font-size: 22px;}
 .fs24{font-size: 18px;}
 .fs20{font-size: 16px;}
 .header .header_logo{max-width: 66%;}
 .header .nav-search{margin-right:16px;width: 42px;height: 42px;}
 .header_search_fix .search{font-size:16px;}
 .header_search_fix .box{width: 100%;padding:0 20px;left:0;margin-top:-85px;}
 .header_search_fix .close-btn{width: 60px;height: 60px;line-height: 58px;right:20px;opacity: 1;font-size:18px;}
 .header_search_fix .submit{position: relative;margin:20px 0 0;top:0;}
 .header_search_fix .search_box{height: auto;}
 .header_search_fix .input{height: 60px;line-height: 60px;padding:0;width: 100%;border-bottom:1px solid #fff;}
 .banner_mouse{left:0;margin-left:15px;}
 .part-about{padding-top:50px;}
 .part-about .left,.part-about .right{margin:0;width: 100%;float:none;}
 .part-about .right .img{height: auto;padding-bottom: 70%;}
 .part-about .left{padding:0 15px 35px;}
 .part-about .left .num-box ul{max-width: 100%;}
 .part-about .left .num-box li{width: 50%;padding:25px 20px;border-right:none;}
 .part-about .left .num-box li:nth-child(3){width: 100%;}
 .part-about .left .num-box{margin-top:30px;}
 .part-pro{padding-top:50px;}
 .part-pro .title-box .desc{width: 100%;}
 .title-box .en{margin-bottom: 16px;}
 .part-pro .top{background-size: 50% auto;}
 .part-pro .top .more{width: 160px;line-height: 42px;font-size:14px;}
 .part-pro .title-box .desc{margin-bottom: 25px;}
 .index-pro-list li{width: 100%;max-width: 480px;}
 .index-pro-list .swiper-slide-active .item{background: rgba(15,48,94,.4);}
 .index-pro-list .item-txt{padding:0 20px;}
 .index-pro-list .item{height: 550px;}
 .part-news{padding:55px 0 40px;}
 .title-box .desc{margin-top:15px;line-height: 20px;}
 .part-news .index-news-swiper{margin-top:30px;padding-bottom: 65px;}
 .part-news .index-news-swiper .swiper-slide{width: 100%;}
 .part-news .index-news-swiper .swiper-btn{display: block;top:auto;bottom:0;border-color:#333;width: 46px;height: 46px;}
 .part-news .index-news-swiper .swiper-btn-next{left:50%;margin-left:20px;}
 .part-news .index-news-swiper .swiper-btn-prev{right:50%;margin-right:20px;}
 .part-news .index-news-swiper .swiper-btn-prev span{background-image: url(../images/banner-prev-black.png);}
 .part-news .index-news-swiper .swiper-btn-next span{background-image: url(../images/banner-next-black.png);}
 .part-form{padding:50px 0 25px;}
 .part-form .index-form .form-item{width: 100%;padding:0 0 18px;float:none;}
 .part-form .index-form .code-box,.part-form .index-form .submit-btn{float:none;width: 100%;}
 .part-form .index-form .code-box{margin-bottom: 20px;}
 .part-form .index-form .code-box .input-codeimg{padding:14px 20px;}
 .footer-box .footer-nav,.footer-box .footer-info{width: 100%;float:none;}
 .footer-box .footer-nav .s-menu{display: none;}
 .footer-box .footer-nav li{margin:0;width: 33.333%;}
 .footer-box .footer-nav li>a{letter-spacing: 0;font-size:15px;margin-bottom: 20px;}
 .footer-box .footer-info .footer-logo{max-width: 80%;display: none;}
 .footer-box .footer{padding:35px 0 20px;}
 .copyright{padding:15px 0;}
 .copyright p{float:none;width: 100%;text-align: center;padding:0;}
 .copyright p.fr{padding:0;}
}

.subcolumn-nav{text-align: center;background: #f7f8fc;}
.subcolumn-nav a{display: block;margin:0 4.1%;letter-spacing: 1px;line-height: 1;padding:31px 0;position: relative;}
.subcolumn-nav a:after{position: absolute;content:'';width: 0;overflow: hidden;transition: all .3s;height: 3px;background: #0047a8;left:50%;transform: translateX(-50%);bottom:0;}
.subcolumn-nav a.active,.subcolumn-nav a:hover{color:#0047a8;}
.subcolumn-nav a.active:after,.subcolumn-nav a:hover:after{width:44px;}

.about-box{padding-top:60px;}
.about-p1{position: relative;}
.about-p1 .en{font-size:206px;color:#333333;opacity: 0.05;position: absolute;right:0;top:0;line-height: 0.85;pointer-events: none;}
.about-p1 .left{float:left;width: 47.222%;}
.about-p1 .left .img{float:right;width: 48vw;background-repeat: no-repeat;background-size: cover;background-position: right top;height: 990px;border-top-right-radius: 220px;overflow: hidden;}
.about-p1 .right{float:right;width: 48.6%;max-width: 700px;padding-top:6px;position: relative;}
.about-p1 .right .title{line-height: 1.7;padding:22px 0;}
.about-p1 .right .desc{margin-top:30px;color:#666;line-height: 2.25;max-height: 480px;overflow-y: auto;}
.about-p1 .right .desc::-webkit-scrollbar {width:3px;}
.about-p1 .right .desc::-webkit-scrollbar-track {background:rgba(57,57,57,.2);}
.about-p1 .right .desc::-webkit-scrollbar-thumb {background:#333;}
.about-p1 .right .desc::-webkit-scrollbar-thumb:window-inactive {background:#333;}
.about-p1 .right .desc::-webkit-scrollbar-thumb:vertical:hover {background:#333;}
.about-p1 .right .num-box{width: 950px;float:right;margin-top:50px;background: rgba(21,73,154,.8);color:#fff;}
.about-p1 .right .num-box li{float:left;width: 33.3333%;text-align: center;padding:52px 10px 50px;}
.about-p1 .right .num-box .counter{font-family: gb;line-height: 0.8;}
.about-p1 .right .num-box p{line-height: 1;margin-top:26px;}
.about-p2{padding:60px 0 100px;}
.about-p2 .top-title{text-align: center;line-height: 1;}
.about-p2 .top-title .tit{letter-spacing: 7px;}
.about-p2 .top-title .desc{color:#666666;margin-top:25px;letter-spacing: 2px;}
.about-p2 .swiper-box{margin-top:60px;overflow: hidden;}
.about-p2 .swiper-box .item-img{position: relative;padding-bottom: 41.666%;overflow: hidden;}
.about-p2 .mySwiper{position: relative;}
.about-p2 .mySwiper .swiper-btn{position: absolute;top:50%;transform: translateY(-50%);width: 100px;height: 100px;background: url(../images/envir-next.png) no-repeat center;background-size: 100% auto;cursor: pointer;outline: none;}
.about-p2 .swiper-btn.swiper-button-disabled{opacity: 0.3;pointer-events: none;}
.about-p2 .mySwiper .swiper-btn-next{left:100%;margin-left:40px;}
.about-p2 .mySwiper .swiper-btn-prev{background-image: url(../images/envir-prev.png);right:100%;margin-right:40px;}
.about-p2 .mySwiper .item-img img:hover{transform: scale(1.04);}
.about-p2 .mySwiper-thumb{margin-top:13px;}
.about-p2 .mySwiper-thumb .item-img{padding-bottom: 55.1%;cursor: pointer;}

body.blank{padding-top:116px;}
@media (max-width: 1720px){
 .about-p2 .mySwiper .swiper-btn{width: 80px;height: 80px;}
 .about-p2 .mySwiper .swiper-btn-next{margin-left:20px;}
 .about-p2 .mySwiper .swiper-btn-prev{margin-right:20px;}
}
@media (max-width: 1640px){
 .about-p2 .mySwiper .swiper-btn{width: 65px;height: 65px;}
 .about-p2 .mySwiper .swiper-btn-next{margin-left:10px;}
 .about-p2 .mySwiper .swiper-btn-prev{margin-right:10px;}
}
@media (max-width: 1500px){
 .about-p2 .mySwiper .swiper-btn{width: 72px;height: 72px;}
 .about-p1 .left .img{height: 900px;}
 .about-p1 .en{font-size:170px;}
 .about-p1 .right .title{padding:15px 0;}
 .about-p1 .right .desc{margin-top:10px;}
 .about-p1 .right .num-box{margin-top:40px;width: 900px;}
}
@media (max-width: 1300px){
 body.blank{padding-top:86px;}
 .about-box{padding-top:50px;}
 .about-p1 .en{font-size:120px;}
 .about-p1 .right .title{padding:0;line-height: 1.5;}
 .about-p1 .right .desc{line-height: 2;}
 .about-p1 .right .num-box li{padding:35px 10px;}
 .about-p1 .right .num-box p{margin-top:20px;}
 .about-p1 .right .num-box{width: 730px;}
 .about-p1 .right .num-box p{font-size:15px;line-height: 1.2;}
 .about-p1 .left .img{height: 850px;}
 .about-p2 .top-title .tit{letter-spacing: 5px;}
 .about-p2 .swiper-box{margin-top:45px;}
 .about-p2 .mySwiper .swiper-btn{width: 62px;margin:0;height: 62px;z-index:10;}
 .about-p2 .mySwiper .swiper-btn-next{left:auto;right:0;}
 .about-p2 .mySwiper .swiper-btn-prev{right:auto;left:0;}
 .subcolumn-nav a{margin:0 3.5%;padding:25px 0;}
}
@media (max-width: 992px){
 body.blank{padding-top:74px;}
 .subcolumn-nav a{letter-spacing: 0;font-size:16px;}
 .inner-banner .nav-now .en{margin-bottom: 30px;}
 .about-p1 .right .desc{max-height: 350px;margin-top:15px;}
 .about-p1 .right .num-box{width: 560px;}
 .about-p1 .left .img{height: 680px;}
 .about-p1 .right .num-box p{margin-top:15px;}
 .about-p1 .right .num-box li{padding:30px 10px 24px;}
 .about-p1 .en{font-size:100px;}
 .about-p2 .top-title .tit{letter-spacing: 4px;}
 .about-p2 .mySwiper .swiper-btn{width: 58px;height: 58px;}
 .about-p2 .top-title .desc{margin-top:20px;}
 .about-p2{padding-bottom: 80px;}
}

@media (max-width: 750px){
 body.blank{padding-top:66px;}
 .inner-banner .slide-img{min-height: 200px;object-fit: cover;object-position: center;}
 .inner-banner .nav-now .en{font-size:28px;margin-bottom: 18px;}
 .inner-banner .nav-now p{font-size:22px;}
 .subcolumn-nav a{padding:20px 0;font-size:15px;}
 .about-box{padding-top:40px;}
 .about-p1 .container{padding:0;}
 .about-p1 .right,.about-p1 .left{float:none;width: 100%;}
 .about-p1 .left .img{width: 100%;padding-bottom: 107.7%;height: auto;float:none;border-top-right-radius:100px;}
 .about-p1 .en{white-space: nowrap;font-size:70px;top:108vw;margin-top:20px;}
 .about-p1 .right{margin-top:20px;}
 .about-p1 .right .title{padding:0 15px;}
 .about-p1 .right .desc{max-height: none;padding:0 15px;}
 .about-p1 .right .num-box{width: 100%;}
 .about-p1 .right .num-box li{width: 100%;}
 .about-p2{padding:50px 0 70px;}
 .about-p2 .top-title .tit{letter-spacing: 3px;}
 .about-p2 .top-title .desc{font-size:15px;letter-spacing: 1px;}
 .about-p2 .swiper-box{margin-top:40px;}
 .about-p2 .mySwiper .swiper-btn{width: 50px;height: 50px;}
}

.culture-p1{padding:70px 0;}
.culture-p1 .title{position: relative;width: 95.8%;margin:0 auto;}
.culture-p1 .title:after{content:'';position: absolute;height: 1px;width: 100%;top:50%;left:0;background: #d9d9d9;}
.culture-p1 .title span{background: #fff;position: relative;padding:0 98px;z-index:10;}
.culture-p1 .title span:after,.culture-p1 .title span:before{width: 8px;height: 8px;content:'';position: absolute;top:50%;transform: translateY(-50%);border-radius:100%;overflow:hidden;background: #d9d9d9;}
.culture-p1 .title span:after{left:0;}
.culture-p1 .title span:before{right:0;}
.culture-p1 .list{margin-top:70px;}
.culture-p1 .list li{float:left;width: 33.333%;text-align: center;padding:0 15px;}
.culture-p1 .list .i-icon{max-width: 66px;margin:0 auto 30px;transition: all .4s;}
.culture-p1 .list li:hover .i-icon{transform: rotateY(180deg);}
.culture-p1 .list .i-tit{color:#133589;}
.culture-p1 .list .i-desc{line-height: 24px;max-width: 350px;margin:12px auto 0;}

.culture-p2{margin-top:10px;background:url(../images/culture-bg.png) no-repeat center;background-size: cover;background-attachment: fixed;}
.culture-p2 .box{background: rgba(19,53,137,.84);color:#fff;padding:120px 0;}
.culture-p2 ul li{width: 33.3333%;border-right:1px solid rgba(242,246,249,.3);padding:40px 3.47% 44px 5.5%;}
.culture-p2 ul li:last-child{border:none;}
.culture-p2 .item-name{position: relative;color:#fff!important;line-height: 1;}
.culture-p2 .item-desc{margin-top:50px;line-height: 30px;min-height: 90px;}

@media (max-width: 1600px){
 .culture-p2 ul li{padding:42px 4%;}
}
@media (max-width: 1500px){
 .culture-p1 .title span{padding:0 60px;}
 .culture-p1 .list{margin-top:60px;}
 .culture-p2 .item-desc{margin-top:40px;}
 .culture-p2 .box{padding:110px 0;}
 .culture-p2 ul li{padding:35px 3%;}
}
@media (max-width: 1300px){
 .culture-p1{padding:60px 0;}
 .culture-p2 .box{padding:95px 0;}
}
@media (max-width: 992px){
 .culture-p1 .title span{padding:0 50px;}
 .culture-p1 .list .i-icon{max-width: 60px;margin-bottom: 25px;}
 .culture-p2{margin:0;}
 .culture-p2 .box{padding:80px 0;}
 .culture-p2 ul li{padding:30px 3%;}
 .culture-p2 .item-desc{margin-top:30px;}
}

@media (max-width: 750px){
 .culture-p1{padding:50px 0 20px;}
 .culture-p1 .title{width: 100%;}
 .culture-p1 .title span{font-size:20px;padding:0 20px;}
 .culture-p1 .list li,.culture-p2 ul li{float:none;width: 100%;margin-bottom: 30px;}
 .culture-p1 .list .i-icon{max-width: 55px;margin-bottom: 20px;}
 .culture-p1 .list{margin-top:40px;}
 .culture-p2 .box{padding:50px 0 20px;}
 .culture-p2 ul li{margin:0;border-right:none;border-bottom:1px solid rgba(242,246,249,.3);padding:30px 20px 25px;}
 .culture-p2 .item-desc{min-height: auto;margin-top:25px;}
 .culture-p2 .item-name{font-size:22px;}
}

.honor-box{padding:60px 0 155px;overflow: hidden;}
.about_honor_l{float:left;width: 32%;max-width: 450px;}
.about_honor_l .anniu_list a{display: block;line-height: 70px;letter-spacing: 1px;background: #f2f9fe;transition: all .3s;text-align: center;}
.about_honor_l .anniu_list a.active,.about_honor_l .anniu_list a:hover{background: #0047a8;color:#fff;}
.about_honor_r{float:right;width: 63%;max-width: 903px;border-left:1px solid #dedede;position: relative;}
.about_honor_r:after{content:'';width: 17px;height: 17px;border-radius:100%;overflow: hidden;border:4px solid #dedede;left:-9px;z-index:10;position: absolute;top:17px;background: #fff;}
.about_honor_r .item-img{display: none;}
.about_honor_r ul{padding-left:9.7%;}
.about_honor_r li{line-height: 1;padding:25px 40px;position: relative;cursor: pointer;transition: all .3s;}
.about_honor_r li:nth-child(2n+1){background: #f2f9fe;}
.about_honor_r li .item-name{padding-right:30px;}
.about_honor_r li .item-icon{width: 28px;height: 100%;background: url(../images/honor-search.png) no-repeat center;background-size: 100% auto;position: absolute;right:40px;top:0;opacity: 0;transition: all .3s;}
.about_honor_r li:hover{background: #0047a8;color:#fff;}
.about_honor_r li:hover .item-icon{opacity: 1;}

@media (max-width: 1500px){
 .about_honor_r li{padding:22px 30px;}
 .honor-box{font-size:17px;}
 .about_honor_l .anniu_list a{line-height: 66px;}
 .about_honor_r li .item-icon{right:30px;}
 .honor-box{padding-bottom: 120px;}
}
@media (max-width: 992px){
 .honor-box{font-size:16px;}
 .about_honor_r li{padding:20px 25px;}
 .about_honor_l .anniu_list a{line-height: 60px;}
 .about_honor_r li .item-icon{right:25px;width: 22px;}
 .honor-box{padding-bottom: 90px;}
}

@media (max-width: 750px){
 .about_honor_l,.about_honor_r{float:none;width: 100%;}
 .about_honor_l .anniu_list a{display: inline-block;width: 49%;line-height: 50px;}
 .about_honor_r{margin-top:30px;}
 .about_honor_r:after{top:14px;width: 14px;height: 14px;left:-7px;border-width:4px;}
 .about_honor_r ul{padding-left:25px;}
 .about_honor_r li{padding:18px 20px;font-size:15px;}
 .about_honor_r li .item-name{padding-right:20px;}
 .honor-box{padding:50px 0;}
}

.nav-tab{box-shadow: 0 3px 9.8px rgba(136,137,136,.07);position: relative;z-index: 10;}
.nav-tab a{line-height: 1;padding:30px 0;margin:0 3.47%;letter-spacing: 1px;position: relative;}
.nav-tab a:after{content:'';position: absolute;left:50%;transform: translateX(-50%);bottom:0;height: 3px;background: #0047a8;width:0;overflow: hidden;transition: all .3s;}
.nav-tab a.active,.nav-tab a:hover{color: #0047a8;}
.nav-tab a.active:after,.nav-tab a:hover:after{width: 44px;}

.inner-title-box{color:#0047a8;line-height: 1;text-transform: uppercase;}
.inner-title-box .tit{color:#363b57;margin-top:15px;letter-spacing: 2px;}
.service-p1{padding:50px 0;background: #fbfbfb;overflow: hidden;}
.service-p1 .left-img{float:left;width: 49.7%;}
.service-p1 .right{float:right;width:47%;max-width: 675px;padding-top:55px;}
.service-p1 .right .desc{color:#999;margin-top:50px;letter-spacing: 0;line-height: 30px;}
.service-p1 .right .contact-btn{width: auto;padding:15px 32px;color:#fff;background: #0047a8;margin-top:52px;float:left;letter-spacing: 2px;}
.service-p1 .right .contact-btn i{width: 38px;height: 38px;background: url(../images/icon-contact.png) no-repeat center;background-size: 100% auto;margin-right:10px;}
.service-p2{padding:70px 0 60px;}
.service-p2 .desc{color:#999;margin-top:34px;letter-spacing: 1px;}
.service-p2 .service-swiper{margin-top:45px;position: relative;overflow: hidden;}
.service-p2 .swiper-btn{width: 45px;height: 45px;background: #ededed;color:#0a0f2b;border-radius:4px;overflow: hidden;}
.service-p2 .swiper-btn:after{font-size:14px;font-weight: bold;}
.service-p2 .swiper-btn:hover{background: #0047a8;color:#fff;}
.service-p2 .swiper-button-prev{left:-30px;transform: translateX(-100%);}
.service-p2 .swiper-button-next{right:-30px;transform: translateX(100%);}
.service-p2 .item-img{padding-bottom:57.3%;position: relative;overflow: hidden;}
.service-p2 .service-swiper p{padding:18px 30px;line-height: 1;background: #f3f3f3;}

.service-p3{background: #f9f9f9;padding:60px 0;}
.service-p3 .box{margin:50px -9px 0;}
.service-p3 .box li{float:left;width:20%;padding:0 9px;}
.service-p3 .box .after-item{background: #fff;text-align: center;height: 370px;padding-top:110px;}
.service-p3 .box .after-item .item-icon{max-width: 68px;margin:0 auto 92px;transition: all .5s;}
.service-p3 .box .after-item:hover .item-icon{transform: rotateY(180deg);}

.pager-box .qilin_pager{margin:40px 0;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:3px;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: #0047A8;color:#fff;border-color:#0047A8;}

@media (max-width: 1600px){
 .service-p2 .swiper-button-next{right:-15px;}
 .service-p2 .swiper-button-prev{left:-15px;}
} 
@media (max-width: 1500px){
 .service-p1 .right{padding-top:30px;}
 .service-p1 .right .desc{margin-top:30px;}
 .service-p1 .right .contact-btn{margin-top:30px;}
 .service-p1 .right .contact-btn i{width: 32px;height: 32px;}
 .service-p2 .desc{margin-top:30px;}
 .service-p2 .service-swiper{margin-top:35px;}
}
@media (max-width: 1200px){
 .nav-tab a{padding:22px 0;font-size:16px;}
 .service-p1 .right{padding-top:25px;}
 .inner-title-box .en{font-size:28px;}
 .inner-title-box .tit{margin-top:12px;font-size:22px;}
 .service-p1 .right .desc{margin-top:25px;max-height: 200px;overflow-y: auto;line-height: 24px;}
 .service-p1 .right .desc::-webkit-scrollbar {width:3px;}
 .service-p1 .right .desc::-webkit-scrollbar-track {background:rgba(57,57,57,.2);}
 .service-p1 .right .desc::-webkit-scrollbar-thumb {background:#333;}
 .service-p1 .right .desc::-webkit-scrollbar-thumb:window-inactive {background:#333;}
 .service-p1 .right .desc::-webkit-scrollbar-thumb:vertical:hover {background:#333;}
 .service-p1 .right .contact-btn i{width: 28px;height: 28px;}
 .service-p1 .right .contact-btn{padding:12px 25px;}
 .service-p2{padding:65px 0 55px;}
 .service-p2 .desc{margin-top:25px;}
 .service-p2 .service-swiper p{padding:16px 25px;}
 .service-p2 .swiper-button-next{right:0;transform: none;}
 .service-p2 .swiper-button-prev{left:0;transform: none;}
 .service-p3{padding:55px 0;}
 .service-p3 .box{margin-top:40px;}
 .service-p3 .box .after-item{height: 250px;padding-top:60px;}
 .service-p3 .box .after-item .item-icon{margin-bottom: 60px;max-width: 50px;}
}
@media (max-width: 992px){
 .nav-tab a{padding:20px 0;}
 .service-p2{padding:55px 0;}
 .service-p2 .desc{margin-top:20px;}
 .service-p2 .service-swiper{margin-top:30px;}
 .service-p3 .box li{width: 33.333%;margin-bottom: 20px;}
 .service-p3{padding:55px 0 30px;}
 .service-p3 .item-name{font-family: "微软雅黑",arial;}
 .service-p1 .left-img img{height:410px;object-fit: cover;object-position: center;}
 .service-p1 .right .contact-btn{padding:10px 20px;font-size:16px;letter-spacing: 1px;}
 .service-p1 .right .contact-btn i{width: 24px;height: 24px;}
}
@media (max-width: 750px){
 .service-p1{padding:35px 0;}
 .nav-tab a{padding:16px 0;letter-spacing: 0;}
 .service-p1 .left-img,.service-p1 .right{float:none;width: 100%;}
 .service-p1 .left-img img{height:auto;}
 .service-p1 .right{padding-top:30px;}
 .inner-title-box .tit{letter-spacing: 1px;}
 .service-p1 .right .desc{max-height: none;}
 .service-p2{padding:50px 0;}
 .service-p3{padding:50px 0 20px;}
 .service-p3 .box li{width: 50%;}
 .service-p3 .box{margin-top:35px;}
 .pager-box a{margin:0 1px;}
}

.news-list .list .news-item{display: block;padding: 40px 0;border-bottom:1px solid #eeeeee;}
.news-list .news-item .item-img{position: relative;width: 31.25%;float:left;height: 260px;overflow: hidden;}
.news-list .news-item .item-con{float:right;width: 64.6%;max-width:930px;padding-top:24px;}
.news-list .news-item .item-date{line-height: 1;color:#999;}
.news-list .news-item .item-title{line-height: 1;margin-top:20px;}
.news-list .news-item .item-desc{line-height: 24px;height:48px;color:#666;margin-top:22px;}
.news-list .news-item .item-more{float:left;transition: all .3s;width: 160px;line-height: 44px;border:1px solid #ebebeb;text-align: center;margin-top:35px;}
.news-list .news-item .item-more:hover{color:#fff;background: #4c7ec2;border-color:#4c7ec2;}

@media (max-width: 1500px){
 .news-list .news-item .item-title{margin-top:18px;}
 .news-list .news-item .item-desc{margin-top:20px;}
 .news-list .news-item .item-more{margin-top:30px;}
 .news-list .news-item .item-img{height: 240px;}
}
@media (max-width: 1200px){
 .news-list .news-item .item-con{padding-top:16px;}
 .news-list .news-item .item-title{margin-top:15px;}
 .news-list .news-item .item-desc{margin-top:16px;}
 .news-list .news-item .item-more{margin-top:25px;}
 .news-list .news-item .item-img{height: 210px;}
 .news-list .news-item .item-more{width: 150px;line-height: 40px;}
 .news-list .list .news-item{padding:35px 0;}
}
@media (max-width: 992px){
 .news-list .news-item .item-img{width: 33%;}
 .news-list .list .news-item{padding:30px 0;}
 .news-list .news-item .item-desc{margin-top:12px;}
 .news-list .news-item .item-more{margin-top:20px;font-size:12px;width: 140px;line-height: 38px;}
 .news-list .news-item .item-img{height: 190px;}
}
@media (max-width: 750px){
 .news-list .news-item .item-img,.news-list .news-item .item-con{width: 100%;float:none;}
 .news-list .news-item .item-title{font-weight: bold;}
 .news-list .news-item .item-img{height: auto;padding-bottom: 57.7778%;}
}

.yf-p1{padding:95px 0;background: url(../images/yf-bg1.png) no-repeat top center;background-size: 100% auto;}
.yf-p1 .list{margin-top:30px;}
.yf-p1 .list li{float:left;width: 49.306%;margin-right:1.388%;margin-top: 1.388%}
.yf-p1 .list li:nth-child(2n+2){margin-right:0;}
.yf-p1 .list .item{display: block;position: relative;}
.yf-p1 .list .item-img{position: relative;padding-bottom: 56.338%;overflow: hidden;}
.yf-p1 .list .item-txt{position: absolute;left:0;bottom:0;width: 100%;z-index:10;color:#fff;padding:21px 30px 18px;background: rgba(0,0,0,.6);letter-spacing: 1px;}
.yf-p1 .list .item-desc{opacity: 0.7;margin-top:6px;}
.yf-p1 .list li:nth-child(4n+1){width: 58.333%;}
.yf-p1 .list li:nth-child(4n+2){width: 40.279%;}
.yf-p1 .list li:nth-child(4n+1) .item-img{padding-bottom: 47.62%;}
.yf-p1 .list li:nth-child(4n+2) .item-img{padding-bottom: 68.9655%;}

.yf-p2{padding:145px 0 100px;background: url(../images/yf-bg2.png) no-repeat center;background-size: cover;background-attachment: fixed;}
.yf-p2 .inner-title-box,.yf-p2 .inner-title-box .tit{color:#fff;}
.yf-p2 .honor-list{margin-top:104px;}
.yf-p2 .honor-list .swiper-wrapper{align-items: center;}
.yf-p2 .honor-list .swiper-slide{width: 20.2%;margin-right:6.4%;}
.yf-p2 .honor-list .swiper-slide:last-child{margin-right:0;}
.yf-p2 .swiper-btn-box{text-align: center;margin-top:105px;font-size:0;}
.yf-p2 .swiper-btn{width: 56px;height: 56px;background: url(../images/honor-next.png) no-repeat center;background-size: 100%;display: inline-block;margin:0 3.4%;}
.yf-p2 .swiper-btn.swiper-button-disabled{opacity: 0.5;}
.yf-p2 .swiper-btn-prev{background-image: url(../images/honor-prev.png);}

.yf-p3{padding:80px 0 100px;overflow: hidden;}
.yf-p3 .desc{color:#999;margin-top:34px;}
.yf-p3 .round-box{padding:3.06% 0 0;width: 1030px;max-width:100%;position: relative;margin:115px auto 0;background: url(../images/round-line.png) no-repeat center;background-size: 100% 100%;color:#fff;}
.yf-p3 .round-box .round-item{position: absolute;z-index:10;}
.yf-p3 .round-box .center-round{width: 43.3%;margin-left:29%;position: relative;top:4px;}
.yf-p3 .round-box .layer{width: 100%;height: 100%;}
.yf-p3 .round-box .round-item .item-box{position: relative;padding-bottom: 100%;}
.yf-p3 .round-box .round-item .item-bg{position: absolute;width:100%;top:0;left:0;padding-bottom: 100%;background: url(../images/round-bg.png) no-repeat center;background-size: 100%;border-radius:100%;overflow: hidden;}
.yf-p3 .round-box .center-round .item-bg{position: relative;}
.yf-p3 .round-box .round-item .item-box{animation: spin 6s infinite linear;transform-origin: 50% 30%;}
.yf-p3 .round-box .round-item .item-box .item-bg{position: absolute;left:0;top:0;width: 100%;height: 100%;animation: spin-reverse 6s infinite linear;}
.yf-p3 .round-box .pa-round2 .item-box,.yf-p3 .round-box .pa-round4 .item-box{animation: spin2 6s infinite linear;}
.yf-p3 .round-box .pa-round2 .item-box .item-bg,.yf-p3 .round-box .pa-round4 .item-box .item-bg{animation: spin-reverse2 6s infinite linear;}
.yf-p3 .round-box .round-item .item-txt{position: absolute;left:0;width: 100%;text-align: center;top:50%;transform: translateY(-50%);padding:0 10px;letter-spacing: 1px;}
.yf-p3 .round-box .round-item .item-en{opacity: 0.7;font-family: arial;text-transform: uppercase;margin-top:13px;}
.yf-p3 .round-box .round-item .item-name{letter-spacing: 1px;}
.yf-p3 .round-box .round-item .item-line{width: 140px;height: 2px;background: #fff;opacity: 0.2;margin:26px auto;}
.yf-p3 .round-box .pa-round1{width: 15%;max-width: 148px;left:7.77%;top:34%;transform: translate(-50%,-50%);line-height: 1.5;}
.yf-p3 .round-box .pa-round2{width: 10%;max-width: 100px;right:18.44%;top:17.5%;transform: translate(50%,-50%);line-height: 1.5;}
.yf-p3 .round-box .pa-round2 .item-bg{background: #a2d9d6;}
.yf-p3 .round-box .pa-round3{width: 10%;max-width: 100px;left:23.8%;bottom:22.2%;transform: translate(-50%,50%);line-height: 1.5;}
.yf-p3 .round-box .pa-round3 .item-bg{background: #6dc1cb;}
.yf-p3 .round-box .pa-round4{width: 18.74%;max-width: 195px;right:9%;bottom:32.65%;transform: translate(50%,50%);line-height: 1.5;}
.yf-p3 .round-box .round-icon{position: absolute;width: 34px;opacity: 0.5;z-index:20;transform-origin: center;}
.yf-p3 .round-box .round-icon .circle{animation: spin 6s infinite linear;transform-origin: 20% 30px;}
.yf-p3 .round-box .round-icon span{display: block;border-radius:100%;overflow: hidden;background: #0047a8;padding-bottom: 100%;}
.yf-p3 .round-box .round-icon1{left:37.67%;top:1.84%;transform: translate(-50%,-50%);opacity: 1;}
.yf-p3 .round-box .round-icon2{right:-3.69%;top:22.86%;transform: translate(-50%,-50%);}
.yf-p3 .round-box .round-icon3{left:-4.66%;bottom:19.78%;transform: translate(-50%,50%);}
.yf-p3 .round-box .round-icon4{width:55px;height:55px;left:30.58%;bottom:38.78%;transform: translate(-50%,50%);}
.yf-p3 .round-box .round-icon1 span{background: #34a4bd;}
.yf-p3 .round-box .round-icon1 .circle,.yf-p3 .round-box .round-icon4 .circle{animation: spin2 6s infinite linear;}

@media (max-width: 1500px){
 .yf-p1{padding:80px 0;}
 .yf-p2{padding:130px 0 85px;}
 .yf-p2 .honor-list,.yf-p2 .swiper-btn-box{margin-top:90px;}
}
@media (max-width: 1300px){
 .yf-p1{padding:70px 0;}
 .yf-p1 .list{margin-top:20px;}
 .yf-p2{padding:100px 0 70px;}
 .yf-p2 .honor-list, .yf-p2 .swiper-btn-box{margin-top:80px;}
 .yf-p2 .swiper-btn{width: 50px;height: 50px;}
 .yf-p3{padding-top:70px;}
 .yf-p3 .desc{margin-top:28px;}
 .yf-p3 .round-box{margin-top:100px;}
 .yf-p2 .honor-list .swiper-slide{margin-right:5%;width: 21.25%;}
}
@media (max-width: 1020px){
 .yf-p2 .honor-list .swiper-slide{width: 30%;margin-right:5%;}
 .yf-p1{padding:60px 0;}
 .yf-p1 .list .item-txt{padding:14px 18px 12px;}
 .yf-p2{padding:80px 0 60px;}
 .yf-p2 .honor-list, .yf-p2 .swiper-btn-box{margin-top:65px;}
 .yf-p2 .swiper-btn{width: 46px;height: 46px;}
 .yf-p3{padding-top:60px;}
 .yf-p3 .round-box{margin-top:70px;}
 .yf-p3 .round-box .round-item .item-line{width: 100px;margin:16px auto;}
 .yf-p3 .round-box .round-item .item-en{margin-top:8px;}
 .yf-p3 .round-box .round-icon{width: 30px;}
 .yf-p3 .round-box .round-icon4 {width: 40px;}
}
@media (max-width: 750px){
 .yf-p1{padding:50px 0 40px;}
 .yf-p1 .list li{width: 100%!important;margin:0 0 20px!important;}
 .yf-p2{padding:60px 0 50px;}
 .yf-p2 .honor-list .swiper-slide{width: 48%;margin-right: 4%;}
 .yf-p2 .honor-list, .yf-p2 .swiper-btn-box{margin-top:50px;}
 .yf-p2 .swiper-btn{width: 40px;margin:0 20px;}
 .yf-p3{padding:60px 0;}
 .yf-p3 .box{height: 150px;}
 .yf-p3 .desc{margin-top:25px;}
 .yf-p3 .box{margin-top:40px;}
 .yf-p3 .round-box{max-width: none;transform: scale(0.32);transform-origin:left top;margin-top:0;}
 .yf-p3 .round-box .round-item .item-txt{font-size:25px;}
 .yf-p3 .round-box .round-item .item-name{font-size:40px;}
 .yf-p3 .round-box .round-item .item-en{font-size:20px;}
}



.contact-box{padding:50px 0 60px;overflow: hidden;}
.contact-box .map-box{margin-bottom: 68px;}
.contact-box #allmap{height: 430px;}
.contact-box .info{float:left;width: 40%;max-width: 570px;}
.contact-box .info-item{margin-bottom: 58px;}
.contact-box .info-item .tit{line-height: 1;padding-bottom: 20px;border-bottom:1px dashed #c7c7c7;margin-bottom: 14px;}
.contact-box .info-item .c-item{float:left;width: 148px;margin-right:7%;max-width: 43%;text-align: center;}
.contact-box .info-item .c-item img{border:1px solid #dedede;}
.contact-box .info-item .c-item p{line-height: 1;margin-top:18px;}
.contact-box .info-item .code{margin-top:20px;}
.contact-box .info-item:last-child{margin-bottom: 0;}
.contact-box .form{float:right;width: 50.3%;max-width: 724px;}
.contact-box .form-item{margin-bottom: 30px;}
.contact-box .form .item-value{display: block;width: 100%;line-height: 24px;padding:19px 30px;background: #f3f3f3;color:#000;border:none;outline: none;}
.contact-box .form textarea.item-value{height: 244px;resize: none;}
.contact-box .form .item-value::-webkit-input-placeholder {color:#000;}
.contact-box .form .item-value:-moz-placeholder {color:#000;}
.contact-box .form .item-value::-moz-placeholder {color:#000;}
.contact-box .form .item-value:-ms-input-placeholder {color:#000;}
.contact-box .form .submit-btn{width: 216px;line-height: 62px;text-align: center;color:#fff;background: #0047a8;border:none;float:right;}

@media (max-width:1200px){
 .contact-box .form .submit-btn{width: 190px;}
}

@media (max-width:992px){
 .contact-box #allmap{height: 380px;}
 .contact-box .map-box{margin-bottom: 60px;}
 .contact-box .info-item{margin-bottom: 32px;}
 .contact-box .info-item .tit{padding-bottom: 16px;}
 .contact-box .form .item-value{padding:14px 20px;}
 .contact-box .form-item{margin-bottom: 20px;}
 .contact-box .form textarea.item-value{height: 210px;}
 .contact-box .form .submit-btn{width: 170px;line-height: 52px;}
}
@media (max-width:750px){
 .contact-box{padding-bottom: 50px;}
 .contact-box .info,.contact-box .form{float:none;width: 100%;}
 .contact-box .map-box{margin-bottom: 45px;}
 .contact-box #allmap{height: 300px;}
 .contact-box .info-item .tit{padding-bottom: 14px;margin-bottom: 10px;}
 .contact-box .info-item .c-item{max-width: 35%;}
 .contact-box .form{margin-top:25px;}
 .contact-box .form textarea.item-value{height: 180px;}
 .contact-box .form .item-value{padding:12px 18px;}
}


.category-box{background: #fff;box-shadow: 0 3px 9.8px 0.2px rgb(136 137 136 / 7%);}
.category-box .backBtn{position:absolute;width:45px;left:0;top:0;height:100%;vertical-align:top;background:#f5f8fa;display: none;}
.category-box .backBtn i{position:absolute;top:50%;margin-top:-20px;width:100%;height:40px;display:block;text-align:center;line-height:40px;font-size:24px;color:#1f42aa;padding:0;background: url(../images/icon-pro-arrow.png) no-repeat center;transform: rotate(-90deg);}
.category-box .moveBtn{display: none;line-height: 35px;text-align: center;margin:0 auto;width:200px;border-radius:999px;border:2px solid #313131;font-size:16px;}
.category-box .content{text-align: center;font-size:0;}
.category-box .content li{display: inline-block;font-size:18px;margin:0 3.47%;/*position: relative;*/}
.category-box .content li a{display: block;line-height: 1;padding:32px 0;position: relative;}
.category-box .content li>a{letter-spacing: 1px;}
.category-box .content li>a:after{position: absolute;content:'';bottom:0;left:50%;transform: translateX(-50%);height: 3px;width:0;transition: all .3s;background: #0047a8;overflow: hidden;}
.category-box .content li>a.active,.category-box .content li>a:hover{color:#0047a8;}
.category-box .content li>a.active:after,.category-box .content li>a:hover:after{width: 44px;}
.category-box .content li .child-box{position: absolute;top:100%;margin-top:20px;width:150px;left:50%;transform: translateX(-50%);background: #fff;z-index:10;border:1px solid #eee;font-size:15px;opacity: 0;z-index:-10;transition: all .3s;}
.category-box .content li .child-box a{padding:15px 15px;border-bottom:1px solid #eee;}
.category-box .content li .child-box a:last-child{border:none;}
.category-box .content li .child-box a:hover{color:#0047a8;}
.category-box .content li:hover .child-box{margin-top:0;z-index:10;opacity: 1;}

.product-box{background: #f9f9f9;padding:20px 0;}
.product-box .product-list ul{margin:0 -11px;}
.product-box .product-list ul li{padding:0 11px 22px;}
.product-box .pro-item{display: block;background: #fff;}
.product-box .pro-item .item-img{position: relative;padding-bottom: 66.6667%;overflow: hidden;}
.product-box .pro-item .item-img img{max-height: 100%;}
.product-box .pro-item .item-mask{position: absolute;left:0;top:0;width: 100%;height: 100%;background: rgba(0,71,168,.4);color:#fff;text-align: center;opacity: 0;top:100%;transition: all .4s;}
.product-box .pro-item .item-mask span{position: absolute;min-width: 130px;line-height: 32px;border:1px solid #fff;border-radius:32px;overflow: hidden;text-align: center;font-size:16px;padding:0 20px;margin-top:-16px;top:50%;left:50%;transform: translateX(-50%);}
.product-box .pro-item .item-name{line-height: 1;position: relative;padding:30px 6.45% 30px 8.6%;background: #dadcdf;transition: all .3s;}
.product-box .pro-item .item-name span{color:#666666;font-size:14px;line-height: 14px;letter-spacing: 1px;position: absolute;right:0;top:50%;margin-top:-7px;}
.product-box .pro-item .item-name p{position: relative;padding:0 76px 0 0;}
.product-box .pro-item:hover .item-name{background: #0047a8;color:#fff;}
.product-box .pro-item:hover .item-name span{color:#fff;}
.product-box .pro-item:hover .item-mask{top:0;opacity: 1;}

@media (max-width:1500px){
 .category-box .content li{margin:0 3%;}
 .category-box .content li>a{padding:28px 0;font-size:17px;}
 .product-box .pro-item .item-name{padding:25px 6% 25px 8%;}
 .product-box .pro-item .item-name p{font-size:17px;}
}
@media (max-width:1300px){
 .category-box .content li>a{padding:24px 0;font-size:16px;}
 .product-box .pro-item .item-name{padding:22px 6% 22px 8%;}
 .product-box .pro-item .item-name p{font-size:16px;}
 .product-box .pro-item .item-name span{letter-spacing: 0;}
}
@media (max-width:992px){
 .category-box .content li{margin:0 2%;}
 .category-box .content li>a{padding:20px 0;}
 .product-box .pro-item .item-name{padding:20px 6% 20px 7%;}
 .pro-tabList a{margin:0 2.5%;letter-spacing: 0;}
}
@media (max-width:767px){
 .category-box{padding:20px 0;}
 .category-box .moveBtn,.category-box .backBtn{display: block;}
 .contentBox{position: fixed;top:0;width: 100%;left:100%;background: #fff;z-index:1000;bottom:0;overflow-y: auto;font-size:0;padding-left:45px;}
 .category-box .content li{display: block;margin:0;border-bottom:1px solid #eee;}
 .category-box .content li>a{padding:14px 15px 14px 20px;font-size:15px;}
 .category-box .content li>a:after{left:0;transform: none;top:0;height: auto;}
 .category-box .content li>a.active:after, .category-box .content li>a:hover:after{width: 3px;}
 .category-box .content{text-align: left;}
 .category-box .content li .child-box{display: none;position: relative;transform: none;left:0;width: 100%;margin:0;top:0;opacity: 1;z-index:10;transition: auto;font-size:14px;padding-left:15px;border:none;border-top:1px solid #eee;}
}

.location{padding:28px 0;line-height: 1;}
.location a{display: inline-block;}
.location a::after{content:'/';margin:0 5px;}
.location a:last-child::after{content:'';}

.product-detail{background: #f7f7f7;}
.product-detail .top-box{overflow: hidden;}
.product-detail .top-box .img-swiper{float:left;width: 52%;max-width: 750px;}
.product-detail .top-box .item-img{padding-bottom: 66.67%;background: #ffff;position: relative;overflow: hidden;}
.product-detail .top-box .gallery-thumbs{margin-top:18px;}
.product-detail .top-box .gallery-thumbs .swiper-slide{padding-bottom: 9px;position: relative;overflow: hidden;}
.product-detail .top-box .gallery-thumbs .swiper-slide:after{content:'';position: absolute;left:0;width: 100%;bottom:0;transform: translateY(100%);height: 4px;background: #080f6a;transition: all .3s;}
.product-detail .top-box .gallery-thumbs .swiper-slide:hover:after,.product-detail .top-box .gallery-thumbs .swiper-slide-thumb-active:after{transform: translateY(0);}
.product-detail .top-box .txt{float:right;width: 42.78%;padding:35px 0 85px;position: relative;}
.product-detail .top-box .category,.product-detail .top-box .desc{color:#666;}
.product-detail .top-box .category{margin-top:25px;}
.product-detail .top-box .desc{word-break: break-all;margin-top:52px;line-height: 2;padding-top:20px;border-top:1px solid #cecece;letter-spacing: 1px;}
.product-detail .top-box .contact-btn{padding:16px 32px;position: absolute;bottom:9px;left:0;z-index:10;color:#fff;background: #0047a8;letter-spacing: 3px;}
.product-detail .top-box .contact-btn i{width: 38px;height: 38px;background: url(../images/icon-contact.png);margin-right:10px;background-size: 100% auto;}
.product-detail .product-tab{margin-top:50px;background: url(../images/pro-bg.png) no-repeat center;background-size: cover;text-align: center;color:#fff;padding: 50px 0 44px;line-height: 1;letter-spacing: 2px;}
.product-detail .product-tab .icon{max-width:56px;margin:0 auto 24px;}
.product-detail .description{padding:35px 0 60px;color:#666666;line-height: 2.667;letter-spacing: 1px;}
.product-detail .description p{min-height: 1em;}
.product-detail .description img{max-width: 100%;}

.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;}
}

@media (max-width:1500px){
 .product-detail .top-box .txt{padding-top:30px;}
 .product-detail .top-box .category{margin-top:20px;}
 .product-detail .top-box .desc{margin-top:40px;}
 .product-detail .top-box .contact-btn{padding:14px 30px;}
}
@media (max-width:1300px){
 .product-detail .top-box .txt{padding-top:20px;font-size:16px;}
 .product-detail .top-box .txt .title{font-size:28px;}
 .product-detail .top-box .category{margin-top:15px;}
 .product-detail .top-box .desc{margin-top:25px;}
 .product-detail .description,.location{font-size:16px;}
}
@media (max-width:1100px){
 .product-detail .top-box .txt{padding-top:15px;}
 .product-detail .top-box .category{margin-top:12px;}
 .product-detail .top-box .desc{margin-top:20px;font-size:14px;padding-top:15px;line-height: 1.8;}
 .product-detail .top-box .contact-btn{padding:12px 22px;}
 .product-detail .top-box .contact-btn i{width: 32px;height: 32px;}
 .product-detail .top-box .txt .title{font-size:26px;}
 .product-detail .product-tab{margin-top:40px;padding:40px 0;}
 .product-detail .product-tab .icon{max-width: 50px;margin:0 auto 20px;}
 .product-detail .description{padding:30px 0 50px;line-height: 2.2;}
}
@media (max-width:992px){
 .product-detail .description, .location{font-size:15px;}
 .location{padding:20px 0;}
 .product-detail .top-box .txt{padding-top:5px;font-size:15px;}
 .product-detail .top-box .txt .title{font-size:24px;}
 .product-detail .top-box .desc{margin-top:12px;padding-top: 12px;letter-spacing: 0;line-height: 1.6;font-size:14px;}
 .product-detail .top-box .contact-btn{padding:10px 18px;letter-spacing: 2px;font-size:16px;}
 .product-detail .top-box .contact-btn i{width: 28px;height: 28px;margin-right:6px;}
 .product-detail .top-box .gallery-thumbs .swiper-slide:after{height: 3px;}
}
@media (max-width:750px){
 .product-detail .top-box .img-swiper,.product-detail .top-box .txt{float:none;width: 100%;}
 .product-detail .top-box .txt{padding:25px 0 65px;}
 .product-detail .top-box .txt .title{font-size:18px;font-weight: bold;}
 .product-detail .top-box .category{margin-top:10px;}
 .location{font-size:14px;}
 .product-detail .top-box .contact-btn{bottom:0;}
 .product-detail .product-tab{padding:30px 0;margin-top:30px;}
 .product-detail .product-tab .icon{max-width: 40px;margin-bottom:15px;}
 .product-detail .description{padding:20px 0 30px;letter-spacing: 0;}
}

.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;}
}
