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;}
.fs65{font-size: 62px;}
.fs56{font-size: 52px;}
.fs54{font-size: 50px;}
.fs40{font-size: 36px;}
.fs30{font-size: 26px;}
.fs24{font-size: 22px;}
.fs22{font-size: 20px;}
.fs20{font-size: 19px;}
.fs18{font-size: 17px;}
.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: 'geo';
  src:url('Geo.otf');
}
.ht{font-weight: bold;}
@media (min-width: 750px){
  .ht{font-family: '黑体';}
}
.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;max-width: 100%;width:100%;}
.flex,.flexC{ display: -webkit-box;display: -webkit-flex;  display: -ms-flexbox; display: flex;}
.flex>.sub,.flexC>.sub{ -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; overflow: hidden;}
.flexC{-webkit-flex-direction: column; flex-direction: column;}
.sb{justify-content: space-between;}
.jc{justify-content: center;}
.ai{-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;}
.wrap{flex-wrap: wrap;}
.oneLine{white-space: nowrap;width: 100%;overflow: hidden;text-overflow: ellipsis;}
.twoLine{text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;}
.no-padding{padding-left:0;padding-right: 0;}
.padding{padding:0 3%;}
.bg{background: #f8f8f8;}
.navbar{margin:0;border:none;background: none;color:#fff;}
.navbar-brand{height: auto;padding:20px 15px;display: inline-block;}
/*.navbar-collapse{padding:20px 0;}*/
.logo-m{display: none!important;}
.navbar-brand>img{max-height: 55px;}
.imghover{transition: all linear .6s;}
.imghover:hover{transform: scale(1.06);}
.mix{position: absolute;top:50%;left:50%;transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);}
.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){
  .bcontainer{max-width: 1600px;margin:0 auto;width: 100%;}
  .container{width:90%;max-width: 1400px;padding-left:0;padding-right:0;}
}
@media (min-width: 1000px){
  .bcontainer{width: 97%;}
  .container{width:85%;}
}

@media (min-width: 1600px){
  .container{width:1400px;}
}
@media (min-width: 1650px){
  .bcontainer{width: 1600px;}
}
@media (max-width: 992px){
  .bcontainer{padding:0 15px;}
}


/* 导航部分 */
.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;background:#fff;}
.header.fixed{top:0;}
.header_box{position: relative;transition: all .3s;width: 100%;padding:30px 4% 0;z-index:10;background:url(../images/header-bg.png) no-repeat bottom center;}
.header.fixed .header_box{padding-top:0;}
.header .header_logo{position: absolute;left:4%;top:24px;bottom:0;transition: all .3s;}
.header.fixed .header_box .header_logo{top:0;}
.header .header_logo .logo-box{height: 100%;text-align: center;}
.header .header_nav{text-align: right;font-size:18px;}
.header .header_nav li{position: relative;}
.header .header_nav .nav_container>ul>li{display: inline-block;text-align: center;margin-right:2.9%;}
.header .header_nav .nav_container>ul>li:last-child{margin-right:0;}
/*.header .header_nav .nav_container>ul>li:last-child>.nav-item{padding-right:0;}*/
.header .header_nav .nav_container>ul>li>.nav-item{display: block;line-height:21px;padding:36px 0;color:#fff;transition: all .3s; position: relative;min-width: 60px;text-align-last: justify;letter-spacing: 1px;}
.header .header_nav .nav-item:after{content: "";  width:0;height: 1px; background: #d0b0b0; position: absolute; left: 50%; bottom: 18px; z-index: 10;overflow: hidden;transition: all .3s;transform: translateX(-50%);}
.header .header_nav .nav-item.active,.header .header_nav .nav-item:hover{color: #e3c293!important;}
.header .header_nav .nav-item.active::after,.header .header_nav .nav-item:hover::after{width: 70%;max-width:58px;}
.header .header_nav .nav_container .dropdown-menu{margin:0;padding: 0; border:none;left:50%;transform: translateX(-50%); text-align: center;border-radius:0;background: #fff;font-size:15px;min-width:100%;}
.dropdown-menu li a{display: block;white-space: nowrap;padding:10px 15px;color:#333;transition: all .3s;}
.dropdown-menu li a:hover, .dropdown-menu li a:focus,.dropdown-menu li a.active{background: #062d77;color:#fff;}
.dropdown-menu li a:hover::before, .dropdown-menu li a:focus::before,.dropdown-menu li a.active::before{border-color: #fff;}

.mobile_key {display: none;width:32px;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:#333;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}
.mm-opened .button_menu span:nth-child(1) {
  top:9px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}
.mm-opened .button_menu span:nth-child(2){display: none;}
.mm-opened .button_menu span:nth-child(3) {
    -moz-transform: rotate(-45deg) translate(9px,-9px);
    -ms-transform: rotate(-45deg) translate(9px,-9px);
    -webkit-transform: rotate(-45deg) translate(9px,-9px);
    transform: rotate(-45deg) translate(9px,-9px)
}
/*.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_tool{float: right; height: 92px; display: flex; align-items: center; margin-left: 5.7%;}
.header_search{width: 38px; height: 38px; position: relative;}
.header_search .fopen{width: 38px; height: 38px; border-radius: 50%; background: #d2d2d2 url(../images/search.png) no-repeat center; background-size: cover; cursor: pointer;}
.header_search form{position: absolute; right: 0; top: 0; z-index: 10; width: 300px; height: 40px; padding-bottom: 2px; border-bottom: 1px solid #d2d2d2; background: #062D77; display: none;color:#fff;}
.header_search form .fclose{width: 38px; height: 38px; float: left; background: url(../images/fclose-w.png) no-repeat center; background-size: 24px; cursor: pointer; margin-right: 10px;}
.header_search form input[type="text"]{width: 200px; height: 36px; border: none; outline: none; background: none; font-size: 16px; color: #fff;}
.header_search form input[type="submit"]{width: 38px; height: 38px; border-radius: 50%; float: right; border: none; outline: none; background: #d2d2d2 url(../images/search.png) no-repeat center; background-size: cover; cursor: pointer;}
.header_search input::-webkit-input-placeholder {color:#fff;}
.header_search input:-moz-placeholder {color:#fff;}
.header_search input::-moz-placeholder {color:#fff;}
.header_search input:-ms-input-placeholder {color:#fff;}
.header_menu{width: 38px; height: 38px; border-radius: 50%; background: #25499d url(../images/navb.png) no-repeat center; background-size: cover; cursor: pointer; margin-left: 40px;}


.index_header{top:-80px; -moz-transition:all 1s ease 0s; -ms-transition:all 1s ease 0s; -o-transition:all 1s ease 0s; -webkit-transition:all 1s ease 0s; transition:all 1s ease 0s;}
.index_header.ani{top:0;}
.header-container{position: relative;z-index:10;}

.ibanner{position: relative;text-align: center;}
.ibanner .header-bg{background: url(../images/header-mask.png) no-repeat center bottom;background-size: 100% auto;height: 234px;position: absolute;left:0;width: 100%;top:0;position: none;z-index:10;}
.ibanner .slide-item{position: relative;overflow: hidden;color:#fff;}
.ibanner .slide-item-img{max-width: 100%;min-height:350px;/*object-fit: cover;object-position: center;*/}
.ibanner .swiper-pagination{display: inline-block; width: auto; left: 50%; transform: translateX(-50%); bottom: 34px; background: rgba(0,0,0,.7); border-radius: 20px; padding: 8px 16px;}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{display: block; float: left; width:auto; height: 18px; background: transparent; opacity: 1; position: relative; margin:0 0 0 5px;}
.ibanner .swiper-pagination-bullet::after{content: ""; width: 13px; height: 13px; border-radius: 50%; background: #fff; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.ibanner .swiper-pagination-bullet-active{width: 18px; height: 18px; background: transparent; border: 1px solid #d8aa5f;}
.ibanner .swiper-pagination-bullet-active::after{width: 10px; height: 10px; background: #d8aa5f;}

.ibanner .swiper-pagination-bullet:after{display: none;}
.ibanner .swiper-pagination-bullet .round{position: relative;width: 18px;height: 18px;background: transparent;border-radius:100%;display: block;float:left;border:1px solid transparent;}
.ibanner .swiper-pagination-bullet .round:after{content:'';position: absolute;width: 14px;height: 14px;background: #fff;overflow: hidden;border-radius:100%;left:1px;top:1px;}
.ibanner .swiper-pagination-bullet .i{width: 4px;height: 4px;border-radius:2px;overflow: hidden;background: #fff;float:left;margin-left:5px;margin-top:7px;}
.ibanner .swiper-pagination-bullet-active{width: auto;border:none;}
.ibanner .swiper-pagination-bullet-active .round{border-color:#d8aa5f;}
.ibanner .swiper-pagination-bullet-active .round:after{width: 10px;height: 10px;background: #d8aa5f;left:3px;top:3px;}
.ibanner .swiper-pagination{padding:8px 15px 0 10px;height: 33px;background: rgba(54,54,54,.7);}
.ibanner .swiper-pagination-bullet:last-child .i{display: none;}

@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;}
}


/*index*/
.headnews{background: url(../images/headnews_bg.png) no-repeat center; background-size: cover; overflow: hidden; position: relative;}
.headnews .bd{ padding:30px 0; }
.headnews .bd ul{ overflow:hidden; zoom:1; }
.headnews .bd ul li{ zoom:1;line-height: 1;}
.headnews .bd ul li .pic-item{position: relative;text-align: center;padding:15px 100px;}
.headnews .bd ul li .pic{padding:0 12px 24px;}
.headnews .bd ul li .pic a{color: #25499d;font-weight: bold;padding-left: 153px;background: url(../images/tnews.png) no-repeat left center;display: inline-block;}
.headnews .bd ul li .title{line-height: 1;color: #666666;font-size:17px;letter-spacing: 1px;}
.headnews .bd ul li .more{position: absolute;right:0;font-size:14px;color:#25499d;padding-right:25px;top:50%;}

.footer{padding: 40px 0; background: #0037a0;color:#fff;}
.footinfo{width: 26%;}
.footlogo{margin-bottom: 20px;}
.footlogo img{margin: 0;}
.footibox{overflow: hidden;}
.footcode{width: 100px; margin-right: 20px;}
.footcont{width: calc(100% - 120px);}
.footcont h3{font-size: 16px; color: #fff; line-height: 1; margin-bottom: 8px;}
.footcont p{font-size: 14px; color: #fff; line-height: 26px;}
.footnav{width: 70%; display: flex; justify-content: space-between;}
.footnav dt{font-size: 16px; color: #fff; line-height: 24px; margin-bottom: 10px;}
.footnav dd{font-size: 14px; color: #fff; opacity: 0.8; line-height: 24px;}
.copyright{padding: 10px 0; background: #0037a0;color:#fff; border-top: 1px solid rgba(181,181,181,.5); font-size: 14px; color: #e3e3e3; line-height: 24px; text-align: center;}

.title-box{text-align: center;}
.title-box h3{text-shadow: 2.5px 1px 5px rgba(0,0,0,.14);line-height: 1;color:#25499d;letter-spacing: 3px;}
.title-box p{font-family: arial;font-weight: bold;line-height: 1;margin-top:15px;color:#25499d;text-transform: uppercase;}
.title-box .l{position: relative;width: 4px;height: 4px;border-radius:100%;margin:14px auto 0;background: #25499d;}
.title-box .l:after,.title-box .l:before{position: absolute;content:'';width: 30px;height: 2px;background: #5f7ab7;top:1px;}
.title-box .l:after{left:100%;margin-left:3px;}
.title-box .l:before{right:100%;margin-right:3px;}

.part-news{padding:41px 0;}
.part-news .left{float:left;width: 43.75%;margin-left:6.25%;}
.part-news .newsc_rt{float:right;width: 48.1%;padding-top:50px;}

.inews_ban{width: 100%; margin-top: 27px;}
.inews_ban .swiper-slide a{display: block; width: 100%; position: relative;}
.inews_ban .item-img{position: relative;overflow: hidden;height: 510px;}
.inews_ban .swiper-slide a p{width: 100%; padding: 16px 80px 16px 15px; background: rgba(0,0,0,.5);color: #fff;position: absolute; left: 0; bottom: 0;line-height: 1;letter-spacing: 1px;}
.inews_ban .swiper-pagination{width: auto; left: unset; right: 30px; bottom: 20px;}
.inews_ban .swiper-pagination-bullet{display: block; float: left; width: 8px; height: 8px; border: 1px solid #fff; background: transparent; opacity: 1;}
.inews_ban .swiper-pagination-bullet-active{background: #d8aa5f; border-color: #d8aa5f;}

.inews_tab{padding-bottom: 41px;}
.inews_tab a{display: block; min-width: 20.77%;text-align: center;line-height: 38px; border: 1px solid #242424; border-radius: 8px; color: #242424; text-align: center;margin-right:4%;font-size:20px;margin-bottom: 10px;transition: all .3s;}
.inews_tab a:last-child{margin-right: 0;}
.inews_tab a.active, .inews_tab a:hover{background: #25499d; border-color: #25499d; color: #fff;}
.inews_box .inews_ul{display: none;}
.inews_box .inews_ul:first-child{display: block;}
.inews_ul li{padding-bottom: 19px; border-bottom: 1px dashed #8d8d8d; margin-bottom: 27px; overflow: hidden;line-height: 1;}
.inews_ul li:last-child{margin-bottom: 0;}
.inews_ul li .inews_time{width: 62px; height: 59px; float: left; background: #d2d2d2; text-align: center;font-family: arial;padding-top:5px;transition: all .3s;}
.inews_ul li .inews_time b{display: block; font-size: 32px; line-height: 1; font-weight: normal; }
.inews_ul li .inews_time span{display: block; font-size: 14px; line-height: 20px;}
.inews_ul li .inews_cont{padding-top:5px;margin-left:78px;}
.inews_ul li .inews_cont h3{ color: #010101; line-height: 1;}
.inews_ul li .inews_cont p{font-size: 14px;color: #888888; line-height: 1;margin-top:12px;}
.inews_ul li:hover .inews_time{background: #25499d; color: #fff;}
.inews_ul li:hover .inews_cont h3{color: #25499d;}

.part-product{padding:36px 0 45px;background: #ebebeb;}
.industry_ban{width: 100%; margin-top: 35px;}
.industry_ban .gallery-top img{min-height: 500px; object-fit: cover; object-position: center;}
.industry_ban .industry_cont{width: 100%; position: absolute; left: 0; top:27px;color:#25499d;}
.industry_ban .industry_cont .t{padding:65px 0 20px;background: url(../images/pro-msk.png) no-repeat center;background-size: 100% 100%;transform: translateY(100px);transition: all .8s;opacity: 0;}
.industry_ban .industry_cont .b{margin-left:6.25%;transform: translateY(110px);transition: all .5s;opacity: 0;transition-delay: .1s;}
.industry_ban .industry_cont h3{ line-height: 1;}
.industry_ban .industry_cont .desc{max-width: 750px;line-height: 1.625;margin-top:16px;letter-spacing: 1px;}
.industry_ban .industry_cont a{float:left;height: 40px; background: #25499d; border-radius: 20px; font-size: 14px; color: #fff; line-height: 40px; text-align: center;margin-top:22px;padding:0 30px;}
.industry_ban .gallery-top .swiper-slide-active .t,.industry_ban .gallery-top .swiper-slide-active .b{transform: translateY(0);opacity: 1;}
.industry_ban .industry_cont a span{display: block;padding-right:50px;background: url(../images/icon-arrowr.png) no-repeat right center;}
.industry_tab{ background: #fff; box-shadow: 3.5px 6px 8px rgba(33,22,19,.33); position: relative;margin-top:-90px;z-index: 10;}
.industry_tab .swiper-slide{padding: 38px 0 35px;cursor: pointer;border-right:1px solid transparent;}
.industry_tab .swiper-slide .tab-i{border-right: 1px solid #636363;padding:6px 0 14px;cursor: pointer;}
.industry_tab .swiper-slide:last-child .tab-i{border-right: none;}
.industry_tab .swiper-slide img{display: block; max-width: 40px; margin: 0 auto;}
.industry_tab .swiper-slide img.hicon{display: none;}
.industry_tab .swiper-slide p{color: #828282; line-height: 1; text-align: center;margin-top:12px;}
.industry_tab .swiper-slide-thumb-active img.sicon{display: none;}
.industry_tab .swiper-slide-thumb-active img.hicon{display: block;}
.industry_tab .swiper-slide-thumb-active p{color: #25499d;}
.industry_tab .swiper-slide-thumb-active{border-right:1px solid #f5f5f5;}
/*.industry_tab .swiper-slide-thumb-active .tab-i{border-right-color:transparent;}*/

.part-video{background: url(../images/video-bg.png) no-repeat center;background-size: cover;}
.part-video .box{min-height: 502px;padding-top:120px;padding-left:17.8%;}
.part-video .title-box{align-items: flex-end;}
.part-video .title-box p{font-weight: normal;margin-left:10px;}
.part-video .desc{letter-spacing: 1px;margin-top:20px;color:#25499d;}
.part-video .icon-play{width: 38px;height: 26px;background: url(../images/icon-video.png) no-repeat center;background-size: 100% auto;margin:18px 0 0 5px;cursor: pointer;}


.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%;position:absolute;left:0;top:50%;transform: translateY(-50%);}
.video-fixed .videoboxs .box {height: 100%;max-height:500px;max-width: 800px;margin:0 auto;background: #000;position: relative;}
.video-fixed .cha {width:36px;height:36px;background:url(../images/close-vid2.png) no-repeat center/100% auto;position:absolute;top:20px;right:20px;cursor:pointer;}

@media (max-width:767px){
  .video-fixed .cha {width: 25px;height: 25px;}
}


.iabout_num{padding: 17px 0;}
.iabout_num ul li{margin-top:23px;text-align: center;padding:40px 0 28px;min-width: 145px;background: url(../images/num-bg.png) no-repeat center;background-size: auto 100%;}
.iabout_num ul li .num span{display: inline-block; line-height: 1;}
.iabout_num ul li .num span b{font-weight: normal; font-family: arial;line-height: 0.8;}
.iabout_num ul li .num span i{font-size: 18px; color: #808080;}
.iabout_num ul li p{color: #808080; line-height: 1; margin-top: 7px;letter-spacing: 1px;} 
.iabout_num ul li:hover b{color:#25499d;}

@media (max-width:1600px){
  .fs65{font-size:60px;}
  .fs56{font-size: 46px;}
  .fs54{font-size: 44px;}
  .fs40{font-size: 34px;}
  .fs30{font-size: 24px;}
  .fs24{font-size: 20px;}
  .fs22{font-size: 19px;}
  .fs20{font-size: 18px;}
  .fs18{font-size: 17px;}
  .header_box{padding-top:15px;}
  .ibanner .header-bg{height: 160px;}
  .header .header_nav .nav_container>ul>li{margin-right: 2.3%;}
  .header .header_nav{font-size:16px;}
  .header_tool{margin-left:4%;}
  .header_menu{margin-left:35px;}
  .title-box h3{letter-spacing: 2px;}
  .industry_ban .industry_cont .t{padding-top:55px;}
  .headnews .bd ul li .pic a{background-size: auto 100%;}
}
@media (max-width:1400px){
  .fs65{font-size:56px;}
  .fs56{font-size: 44px;}
  .fs54{font-size: 42px;}
  .fs40{font-size: 30px;}
  .fs30{font-size: 22px;}
  .fs24{font-size: 20px;}
  .fs22{font-size: 18px;}
  .fs20{font-size: 17px;}
  .fs18{font-size: 16px;}
  .fs16{font-size: 15px;}
  .header .header_nav .nav_container>ul>li{margin-right: 2%;}
  .part-news .left,.industry_ban .industry_cont .b{margin-left:6%;}
  .inews_tab a{font-size:18px;}
  .industry_tab .swiper-slide{padding:30px 0;}
  .industry_tab{margin-top:-80px;}
  .part-video .box{padding-top:80px;min-height: 450px;}
}
@media (max-width:1200px){
  .fs65{font-size:50px;}
  .fs56{font-size: 38px;}
  .fs54{font-size: 36px;}
  .fs40{font-size: 24px;}
  .fs30{font-size: 21px;}
  .fs24{font-size: 19px;}
  .header_box{padding-top:10px;}
  .header .header_nav{font-size:15px;}
  .header .header_nav .nav_container>ul>li{margin-right:1%;}
  .header_tool{margin-left:2.5%;}
  .header_menu{margin-left:20px;}
  .header .header_nav .nav_container>ul>li>.nav-item{min-width: 40px;padding:30px 0;}
  .header_tool{height: 80px;}
  .ibanner .header-bg{height: 150px;}
  .header .header_logo .logo-box img{max-height: 50px;}
  .headnews .bd ul li .pic{padding-bottom: 20px;}
  .headnews .bd ul li .pic a{padding-left:120px;}
  .inews_tab a{font-size:16px;}
  .headnews .bd ul li .title{font-size:16px;}
  .inews_tab{padding-bottom: 15px;}
  .inews_ul li{padding-bottom: 15px;margin-bottom: 16px;}
  .inews_ul li .inews_cont h3{font-size:18px;}
  .inews_ban .item-img{height: 440px;}
  .title-box p{margin-top:10px;}
  .industry_ban .industry_cont .desc{max-width: 60%;}
  .industry_tab .swiper-slide{padding:25px 0;}
  .industry_tab .swiper-slide p{font-size:18px;}
  .industry_tab .swiper-slide .tab-i{padding-bottom: 10px;}
  .part-video .box{min-height: 400px;padding-top:60px;}
  .part-video .desc{margin-top:18px;font-size:17px;}
  .iabout_num ul li p{font-size:16px;}
  .headnews .bd ul li .pic-item{padding:15px 70px;}
}
@media (max-width:1000px){
  .fs65{font-size:44px;}
  .fs56{font-size: 36px;}
  .fs54{font-size: 34px;}
  .fs40{font-size: 22px;}
  .footnav,.footinfo{width: 100%;float:none;}
  .footlogo img{max-height: 50px;}
  .footcode{width: 90px;margin-right: 15px;}
  .pc-key{display: none;}
  .mobile_key{display: block;}
  .header_box{padding:10px 15px;}
  .header .header_logo{top:0;}
  .header_tool{height: 60px;}
  .header .header_logo{left:15px;}
  .industry_ban .industry_cont .t{padding-top:40px;}
  .inews_tab a{font-size:14px;line-height: 32px;border-radius:6px;}
  .industry_ban .industry_cont .desc{font-size:14px;}
  .industry_tab .swiper-slide img{max-width: 32px;}
  .part-video .box{padding-left:12%;}
  .iabout_num ul li .num span i{font-size:15px;}
  .iabout_num ul li p{font-size:15px;}
}
@media (max-width:767px){
  .fs65{font-size:32px;}
  .fs56{font-size: 28px;}
  .fs54{font-size: 26px;}
  .fs40{font-size: 20px;}
  .fs30{font-size: 20px;}
  .fs24{font-size: 18px;}
  .fs22{font-size: 17px;}
  .fs20{font-size: 16px;}
  .fs18{font-size: 15px;}
  .fs16{font-size: 14px;}
  .headnews .bd{padding:10px 0;}
  .headnews .bd ul li .pic-item{padding:12px 0;}
  .headnews .bd ul li .pic a{padding-left:55px;display: block;background-size: 50px auto;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;font-size:19px;}
  .headnews .bd ul li .pic{padding:0 0 12px;}
  .headnews .bd ul li .more{padding-right:0;top:auto;bottom:12px;font-size:12px;line-height: 14px;}
  .headnews .bd ul li .title{font-size: 14px;padding-right:55px;letter-spacing: 0;}
  .part-news .left, .industry_ban .industry_cont .b{margin:0;}
  .part-news .left,.part-news .newsc_rt{float:none;width: 100%;}
  .inews_ban .item-img{height: auto;padding-bottom: 72.8%;}
  .title-box p{font-size:15px;}
  .inews_ban .swiper-slide a p{letter-spacing: 0;padding:14px 60px 14px 10px;font-size:14px;}
  .inews_ban .swiper-pagination{right:15px;bottom:16px;}
  .inews_ul li .inews_cont h3{font-size:16px;}
  .inews_ul li .inews_time b{font-size:26px;}
  .inews_ul li .inews_time{height: 55px;padding-top:4px;}
  .inews_ul li .inews_cont{margin-left:70px;}
  .industry_ban .industry_cont .desc{max-width: 100%;font-size:12px;}
  .industry_ban .industry_cont .t{padding-top:35px;}
  .industry_ban .industry_cont a span{padding-right:40px;}
  .industry_ban .industry_cont a{padding:0 20px;line-height: 36px;}
  .industry_tab .swiper-slide img{max-width: 25px;}
  .industry_tab .swiper-slide p{font-size:15px;}
  .industry_tab .swiper-slide{padding:20px 0;}
  .part-video .box{padding-left:8%;min-height: 300px;padding-top:35px;}
  .part-video .desc{font-size:15px;}
  .iabout_num ul li .num span b{font-size:32px;}
  .iabout_num ul li p{font-size:14px;}
  .iabout_num ul li .num span i{font-size:12px;}
  .header_search form input[type="text"]{font-size:15px;}
  .header .header_logo .logo-box img{max-height: 40px;}
  .header_tool{height: 40px;}
  .ibanner .header-bg{height: 70px;}
  .ibanner .swiper-pagination{padding-top:0;bottom:20px;}
  .ibanner .swiper-pagination,.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{display: flex;align-items: center;}
  .ibanner .swiper-pagination-bullet .i{margin-top:0;}
  .footnav dd{display: none;}
  .footnav{flex-wrap: wrap;justify-content: center;margin-bottom: 15px;}
  .footlogo img{max-height: 45px;margin:0 auto;}
  .footnav li{min-width: 25%;text-align: center;}
  .footer{padding:30px 0 20px;}
  .copyright{font-size:12px;line-height: 20px;}
  .footnav dt{line-height: 20px;}
}

.inner-banner{position: relative;padding-top:120px;}
.nav-now{position: absolute;top:46%;transform: translateY(-50%);left:24%;color:#fff;text-align: center;z-index:10;}
.nav-now.center{left:0;width: 100%;text-align: center;top:54%;}
.nav-now .tit{font-weight: bold;line-height: 1;text-shadow: 2.5px 4.3px 5px rgba(0,0,0,.47);letter-spacing: 2px;}
.nav-now .line{width: 150px;height: 2px;background: #fff;margin:14px auto 10px;}
.nav-now .en{line-height: 1;text-transform: uppercase;font-family: Arial;font-size:20px;}

.subcolumn-nav{background:url(../images/subnavbg.png) repeat-x left center;background-size: auto 100%;color:#333;text-align: center;box-shadow: 4px 7px 13px rgba(0,0,0,.27);position: relative;}
.subcolumn-nav li{width: auto;min-width: 14.5%;}
.subcolumn-nav .tab-btn{font-size:19px;padding:24px 20px;line-height: 1;transition: all .3s;letter-spacing: 1px;background: url(../images/nav-bg.png) no-repeat center;background-size: 100% 100%;box-shadow: 0.5px 0.8px 13px rgba(0,0,0,.27);}
.subcolumn-nav .tab-btn i{display: none;width: 27px;height: 25px;background-repeat: no-repeat;background-position: center;margin-right:9px;background-size: 100% auto;}
.subcolumn-nav .tab-btn .icon,.subcolumn-nav .tab-btn.active .iconon,.subcolumn-nav .tab-btn:hover .iconon{display: block;}
.subcolumn-nav .tab-btn.active .icon,.subcolumn-nav a:hover .icon{display: none;}
.subcolumn-nav .tab-btn.active,.subcolumn-nav .tab-btn:hover{color:#fff;background-image: url(../images/nav-bgon.png);}
.pro-subcolumn .tab-btn.active,.pro-subcolumn .tab-btn:hover{background: none;color:#0037a0;}

.inner-wrapper .title-box p{text-transform: none;font-weight: normal;color:#25499d;}

/*集团新闻*/
.gnewstj{width: 100%; background: url(../images/newstjbg.png) no-repeat center; background-size: cover; padding: 48px 0 80px;}
.newstit{text-align: center;}
.newstit h4{font-size: 24px; color: #999; line-height: 1; margin-bottom: 12px;}
.newstit h3{font-size: 36px; color: #333; line-height: 1;}
.gnewstj_ban{margin-top:47px; padding-bottom: 84px; position: relative;}
.gnewstj_ban a{display: flex;background: #fff;}
.gnewstj_ban .gnewstj_img{width: 50%; overflow: hidden;}
.gnewstj_ban .gnewstj_img .item-img{position: relative;height: 486px;overflow: hidden;}
.gnewstj_ban .gnewstj_cont{width: 50%; padding: 75px 4.3%;}
.gnewstj_ban .gnewstj_cont .gnewstj_time{display: flex; align-items: flex-end;}
.gnewstj_ban .gnewstj_cont .gnewstj_time b{font-family: "geo"; font-size: 90px; padding-bottom: 15px;background:linear-gradient(-16deg,#5e95e8,#203d9e 56%,#5a93e8 57%,#5A93E7 100%);-webkit-background-clip: text;color: transparent;line-height: 0.8; border-bottom: 2px solid #25499d;}
.gnewstj_ban .gnewstj_cont .gnewstj_time span{font-family: arial;font-size: 16px; color: #cccccc; line-height: 22px; font-weight: bold; margin-left: 10px;padding-bottom: 15px;}
.gnewstj_ban .gnewstj_cont h3{line-height: 1; margin: 25px 0;}
.gnewstj_ban .gnewstj_cont .desc{line-height: 1.8;letter-spacing: 1px;font-size:18px;-webkit-line-clamp:3;line-clamp:3;height: 96px;}
.gnewstj_ban .gnewstj_cont .gnewstj_more{font-size: 16px; line-height: 1; float: right; margin-top:45px;}
.gnewstj_ban .gnewstj_cont .gnewstj_more i{margin-left: 10px;}
.gnewstj_ban .swiper-slide a:hover .gnewstj_cont .gnewstj_time b{border-color: #25499d;}
.gnewstj_ban .swiper-slide a:hover .gnewstj_cont h3{color: #25499d;}
.gnewstj_ban .swiper-slide a:hover .gnewstj_cont .gnewstj_more{color: #25499d;}
.gnewstj_ban .swiper-button-next, .gnewstj_ban .swiper-button-prev{width: 49px; height: 49px; background: #ccc; border-radius: 4px; line-height: 49px; bottom: 0; top: unset;}
.gnewstj_ban .swiper-button-prev{left: unset; right: 60px;}
.gnewstj_ban .swiper-button-next{right: 0;}
.gnewstj_ban .swiper-button-next::after, .gnewstj_ban .swiper-button-prev::after{font-size: 24px; color: #fff;}
.gnewstj_ban .swiper-button-next:hover, .gnewstj_ban .swiper-button-prev:hover{background: #25499d;}
.gnewslb li{border-bottom: 1px solid #e3e3e3;background: url(../images/news-mask.png) no-repeat bottom center;padding: 24px 0;}
.gnewslb li a{display: block; }
.gnewslb li .gnewslb_img{width: 26%; overflow: hidden;}
.gnewslb li .gnewslb_img .item-img{position: relative;height: 170px;}
.gnewslb li .gnewslb_cont{width: 68%;max-width: 945px;position: relative;}
.gnewslb li .gnewslb_cont:after{position: absolute;content:'';width:0;height:0;border:12px solid transparent;border-left:20px solid #25499d;left:-50px;top:2px;opacity: 0;}
.gnewslb li .gnewslb_cont h3{line-height: 1;letter-spacing: 2px;position: relative;}
.gnewslb li .gnewslb_cont .date{display: block; color: #999; line-height: 1; margin: 18px 0 ;}
.gnewslb li .gnewslb_cont .desc{color: #666; line-height: 1.8;font-size:18px;letter-spacing: 2px;}
.gnewslb li:hover{border-color: #25499d;}
.gnewslb li:hover .gnewslb_cont h3{color: #25499d;}
.gnewslb li:hover .gnewslb_cont:after{opacity: 1;}
.pager-box{text-align: center;margin:50px 0;}
.pager-box a{font-size:16px;margin:0 20px;color:#555555;font-family: arial}
.pager-box a:hover{color:#25499d;border-color:#25499d;}
.pager-box .PreA,.pager-box .NextA{font-size:14px;line-height: 1;padding:3px 0;border-bottom:1px solid #555555;margin:0 20px;}
.pager-box a.Ahover{color:#25499d;font-size:20px;}

@media (max-width:1600px){
  .subcolumn-nav .tab-btn{padding:20px 20px;font-size:18px;}
  .subcolumn-nav .tab-btn i{width: 24px;height: 22px;}
  .gnewstj_ban .gnewstj_cont{padding:65px 4%;}
  .gnewstj_ban .gnewstj_img .item-img{height: 450px;}
  .gnewstj_ban .gnewstj_cont .gnewstj_time b{font-size:80px;}
  .gnewstj_ban .gnewstj_cont .desc,.gnewslb li .gnewslb_cont .desc{font-size:17px;}
  .inner-banner{padding-top:108px;}
  .nav-now .line{width: 140px;}
  .nav-now .en{font-size:18px;}
}
@media (max-width:1200px){
  .inner-banner{padding-top:90px;}
  .gnewstj_ban .gnewstj_img .item-img{height: 360px;}
  .gnewstj_ban .gnewstj_cont{padding:40px 4%;}
  .gnewstj_ban .gnewstj_cont .gnewstj_time b{font-size:70px;}
  .gnewstj_ban .gnewstj_cont .desc, .gnewslb li .gnewslb_cont .desc{font-size:16px;}
  .gnewstj_ban .gnewstj_cont .desc{height: 84px;}
  .gnewstj_ban .gnewstj_cont h3{margin:20px 0;font-size:20px;}
  .gnewstj{padding-bottom: 65px;}
  .gnewslb li .gnewslb_cont h3{letter-spacing: 1px;font-size:20px;}
  .gnewslb li .gnewslb_img .item-img{height: 140px;}
  .gnewslb li .gnewslb_cont .date{margin:15px 0;}
  .gnewslb li .gnewslb_cont:after{left: -30px;border-width:8px;border-left-width:14px;}
  .pager-box a{margin:0 14px;}
  .nav-now .line{width: 130px;}
}
@media (max-width:1000px){
  .inner-banner{padding-top:80px;}
  .subcolumn-nav .tab-btn{font-size:16px;padding:16px 20px;}
  .subcolumn-nav .tab-btn i{width: 20px;}
  .gnewstj_ban{margin-top:40px;}
  .gnewstj_ban .gnewstj_cont .gnewstj_time b{font-size:60px;}
  .gnewstj_ban .gnewstj_cont{padding:35px 4%;}
  .gnewstj_ban .gnewstj_cont .gnewstj_time span{font-size:15px;line-height: 20px;}
  .gnewstj_ban .gnewstj_cont .gnewstj_time b,.gnewstj_ban .gnewstj_cont .gnewstj_time span{padding-bottom: 12px;}
  .gnewstj_ban .gnewstj_cont h3,.gnewslb li .gnewslb_cont h3{font-size:17px;}
  .gnewstj_ban .gnewstj_cont .desc, .gnewslb li .gnewslb_cont .desc{font-size:15px;}
  .gnewstj_ban .gnewstj_img .item-img{height: 330px;}
  .gnewstj_ban .gnewstj_cont .gnewstj_more{margin-top:35px;}
  .gnewstj_ban .swiper-button-next, .gnewstj_ban .swiper-button-prev{width: 40px;height: 40px;line-height: 40px;}
  .gnewslb li .gnewslb_cont .date{font-size:14px;margin:12px 0;}
  .gnewslb li .gnewslb_img .item-img{height: 120px;}
  .gnewslb li .gnewslb_cont:after{left: -24px;}
}
@media (max-width:767px){
  .inner-banner{padding-top:55px;}
  .inner-banner img{min-height:250px;object-fit: cover;object-fit: cover;width: 100%;}
  .nav-now .en{font-size:16px;}
  .nav-now .line{width: 100px;}
  .subcolumn-nav .bcontainer{padding:0;}
  .subcolumn-nav .bcontainer ul{white-space: nowrap;overflow-x:auto;display: block;padding:0 15px;font-size:0;}
  .subcolumn-nav .bcontainer ul li{display: inline-block;}
  .subcolumn-nav .tab-btn{padding:14px 16px;font-size:15px;}
  .gnewstj{padding:40px 0 50px;}
  .gnewstj_ban a{flex-wrap: wrap;}
  .gnewstj_ban .gnewstj_img,.gnewstj_ban .gnewstj_cont{float:none;width: 100%;}
  .gnewstj_ban .gnewstj_img .item-img{height: auto;padding-bottom: 70%;}
  .gnewstj_ban .gnewstj_cont{padding:25px 18px;}
  .gnewstj_ban .gnewstj_cont .gnewstj_time b{font-size:50px;}
  .gnewstj_ban .gnewstj_cont .gnewstj_time span{font-size:14px;line-height: 18px;}
  .gnewstj_ban .gnewstj_cont .desc, .gnewslb li .gnewslb_cont .desc{font-size:14px;letter-spacing: 0;}
  .gnewstj_ban .gnewstj_cont .desc{height: 75px;}
  .gnewstj_ban .gnewstj_cont .gnewstj_more{font-size:15px;margin-top:30px;}
  .gnewstj_ban{padding-bottom: 70px;}
  .gnewslb li .gnewslb_img,.gnewslb li .gnewslb_cont{float:none;width: 100%;}
  .gnewslb li .gnewslb_img .item-img{height: auto;padding-bottom: 49%;margin-bottom:20px;}
  .gnewstj_ban .gnewstj_cont h3, .gnewslb li .gnewslb_cont h3{font-size:16px;letter-spacing: 0;}
  .gnewslb li{padding-bottom: 20px;}
  .pager-box{margin:30px 0;}
  .pager-box a{margin:0 8px;}
  .pager-box .PreA, .pager-box .NextA{margin:0 10px;}
  .pager-box a.Ahover{font-size:18px;}
}


.contact-box{background: url(../images/contact-bg.png) no-repeat bottom center #ebebeb;background-size:auto 100%;padding:30px 0 65px;}
.contact-address{margin:0 -12px;}
.contact-address li{padding:0 12px;}
.contact-address .address-item{padding:8px 12px 48px;background: #fff;box-shadow: 2.5px 4.3px 5px rgba(0,0,0,.13);display: block;border-radius:14px;overflow: hidden;}
.contact-address .address-item .item-name{padding:16px 0;text-align: center;position: relative;line-height: 34px;vertical-align: middle;background: url(../images/icon-logo-o.png) no-repeat center;background-size: auto 100%;letter-spacing: 2px;color:#00259e;text-shadow: 1px 1.7px 0 rgba(0,0,0,.1);}
.contact-address .address-item .item-name span{flex:none;display: inline-block;vertical-align: middle;width: 34px;border-radius:100%;overflow: hidden;text-align: center;color:#fff;background: #0037a0;font-size:18px;letter-spacing: 1px;margin-right:16px;}
.contact-address .address-item .item-img{margin-top:10px;position: relative;padding-bottom: 54%;}
.contact-address .address-item .info{padding: 10px 0 0;}
.contact-address .address-item .info li{margin-top:18px;border-bottom:1px solid #cccccc;width: 100%;padding:0;}
.contact-address .address-item .info .item{max-width: 65%;padding-right:5px;}
.contact-address .address-item .info .item:nth-child(2n+2){width:34.3%;}
.contact-address .address-item .info .name{line-height: 20px;padding-left:22px;background-repeat: no-repeat;background-position: left top;letter-spacing: 2px;}
.contact-address .address-item .info .val{color:#999;margin-top:8px;line-height: 16px;height: 32px;}
.contact-address .address-item .info .addr{background-image: url(../images/contact-icon1.png);}
.contact-address .address-item .info .tel{background-image: url(../images/contact-icon2.png);}
.contact-address .address-item .info .fax{background-image: url(../images/contact-icon3.png);}
.contact-address .address-item .info .mail{background-image: url(../images/contact-icon4.png);}
.contact-address .address-item .info .net{background-image: url(../images/contact-icon5.png);}
.contact-code{margin-top:28px;}
.contact-code .title{letter-spacing: 2px;line-height: 1;margin-bottom: 35px;color:#0037a0;}
.contact-code .code-item{float:left;margin-right:85px;letter-spacing: 2px;}
.contact-code .code-item:last-child{margin-right:0;}
.contact-code .code-item img{max-width: 70px;margin-right:16px;}
.contact-code .contact-btn a{display: inline-block;padding:16px 18px;line-height: 1;color:#fff;background: url(../images/tel-btn-bg.png) no-repeat center;background-size: 100% 100%;border-radius:999px;overflow: hidden;letter-spacing: 1px;box-shadow: 0.5px 0.8px 13px rgba(0,0,0,.27);}

@media (max-width:1400px){
  .contact-address .address-item{padding-bottom: 40px;}
  .contact-address .address-item .item-name{letter-spacing: 1px;font-size:20px;}
  .contact-address .address-item .item-name span{margin-right:10px;}
  .contact-code .code-item{margin-right:70px;}
  .contact-address .address-item .info .item{max-width: 60%;}
  .contact-address .address-item .info .item:nth-child(2n+2){width: 38%;}
  .contact-address .address-item .info .val{font-size:13px;}
  .contact-code .title{margin-bottom: 30px;}
}
@media (max-width:1200px){
  .contact-address .address-item .item-name{line-height: 26px;}
  .contact-address .address-item .item-name span{line-height: 34px;}
  .contact-address .address-item .info li{margin-top:16px;}
}
@media (max-width:992px){
  .contact-address .address-item .item-name{font-size:18px;}
  .contact-address>ul>li{padding:0 10px;margin-bottom:20px;}
  .contact-code .code-item{margin-right:30px;letter-spacing: 1px;}
  .contact-code .code-item img{margin-right:8px;}
  .contact-code .contact-btn a{letter-spacing: 0;padding:15px 18px;}
}

@media (max-width:750px){
  .contact-code .code-item{margin-right:32px;}
  .contact-code .code-item img{margin-right:5px;}
  .contact-code .contact-btn{margin:30px auto 0;}
  .contact-code{margin-top:30px;}
  .contact-box{padding-bottom: 45px;}
  .contact-address .address-item{border:none;border-bottom:1px solid #eaeaea;padding:5px 12px 30px;}
  .contact-address .address-item .info .name{font-size:15px;}
  .contact-address .address-item .item-img{margin-top:0;}
  .contact-address .address-item .info .val{font-size:12px;}
  .contact-address .address-item .info li{padding-bottom:2px;}
  .contact-code .title{margin-bottom:25px;}

}

.vnews .video-top{margin-top:32px;color:#fff;}
.vnews .video-item{position: relative;overflow: hidden;}
.vnews .video-item .play-btn{z-index:10;cursor: pointer;position: absolute;width: 52px;height: 52px;background: url(../images/icon-play.png) no-repeat center;background-size: 100% auto;}
.vnews .video-item .item-txt{line-height: 1;color:#212121;}
.vnews .video-item .item-tit{letter-spacing: 1px;}
.vnews .video-item .item-date{font-size:16px;font-family: arial;margin-top:32px;}
.vnews .video-top .item-txt{position: absolute;left:0;bottom:0;color:#fff;padding:0 3.57%;bottom:7%;width: 100%;z-index:10;}
.vnews .video-top .item-txt .item-date{margin-top:16px;font-weight: bold;}
.vnews .video-list{padding:83px 0 0;margin:0 -2.8%;}
.vnews .video-list li{padding:0 2.8%;margin-bottom: 47px;}
.vnews .video-list .video-item{padding:35px 4% 50px;background: #f2f2f2;transition: all .3s;}
.vnews .video-item .item-img{position: relative;padding-bottom: 45.3%;overflow: hidden;}
.vnews .video-list .video-item .item-txt{padding-top:30px;}
.vnews .video-list .video-item:hover{background: #25499d;}
.vnews .video-list .video-item:hover .item-txt{color:#fff;}
@media (max-width:1400px){
  .vnews .video-list .video-item{padding-bottom: 40px;}
}

@media (max-width:1200px){
  .vnews .video-list li{margin-bottom: 40px;}
  .vnews .video-list .video-item{padding:25px 4% 30px;}
  .vnews .video-item .item-date{margin-top:25px;}
  .vnews .video-item .item-tit{font-size:18px;}
  .vnews .video-list{padding-top:75px;}
}

@media (max-width:1000px){
  .vnews .video-list{padding-top:60px;}
  .vnews .video-list .video-item{padding:20px 4% 25px;}
  .vnews .video-list .video-item .item-txt{padding-top:25px;}
  .vnews .video-list li{margin-bottom: 30px;}
  .vnews .video-item .item-tit{font-size:17px;}
  .vnews .video-item .item-date{margin-top:20px;font-size:15px;}
}
@media (max-width:767px){
  .vnews .video-top img{min-height:250px;object-fit: cover;object-position: center;width: 100%;}
  .vnews .video-top .item-txt .item-date{margin-top:12px;}
  .vnews .video-item .item-tit{font-size:16px;letter-spacing: 0;}
  .vnews .video-list{padding-top:45px;}
  .vnews .video-list li{margin-bottom: 20px;}
  .vnews .video-item .item-date{margin-top:16px;font-size:14px;}
  .vnews .video-list .video-item .item-txt{padding-top:20px;}
}

.video-center .v-citem{padding:56px 0 66px;}
.video-center .v-citem .tit{line-height: 1;color:#00259e;font-weight: bold;letter-spacing: 2px;text-shadow: 2.5px 4px 5px rgba(0,0,0,.14);margin-bottom: 29px;}
.video-center .v-citem .tit span{float:left;position: relative;}
.video-center .v-citem .tit span:after{position: absolute;content:'';border:12px solid transparent;border-right:18px solid #0530a2;left:100%;margin-left:12px;top:50%;margin-top:-9px;}
.video-center .v-citem .citem-img{position: relative;padding-bottom: 40.7%;overflow: hidden;}
.video-center .v-citem .citem-img .citem-play{position: absolute;width: 52px;height: 52px;background: url(../images/icon-play.png) no-repeat center;background-size: 100% auto;cursor: pointer;}
.video-center .top{background: url(../images/video-centerbg.jpg) no-repeat center;background-size: 100% 100%;}
.video-center .top .v-citem{padding:50px 0 68px;}
.video-center-list li{background-image: linear-gradient(to top,#ededed, #ffffff);}
.video-center-list li:nth-child(2n+2){background-image: linear-gradient(to top,#dcedfa, #ffffff);}

@media (max-width: 1200px){
  .video-center .v-citem .tit{letter-spacing: 1px;}
  .video-center .v-citem .tit span:after{border-width:10px;border-right-width: 16px;}
}

@media (max-width: 1000px){
  .video-center .v-citem{padding:45px 0 55px;}
  .video-center .top .v-citem{padding:40px 0 55px;}
  .video-center .v-citem .tit span:after{margin-left:5px;}
  .video-center .v-citem .tit{margin-bottom: 20px;font-size:28px;}
  .header.fixed .header_box{padding-top:10px;}
}
@media (max-width: 750px){
  .video-center .v-citem .tit{font-size:20px;}
  .video-center .v-citem{padding:25px 0 30px!important;}
  .video-center .v-citem .tit span:after{border-width:7px;border-right-width:11px;margin-top:-5px;}
}

/*新闻详情*/
.gnewsdt .content{background: #f5f5f5;padding:30px 0 72px;}
.gnewsdttit{padding: 53px 0 25px;background: url(../images/news-detail-top.png) no-repeat top center #fff;}
.gnewsdttit h1{font-size: 36px; line-height: 1.2; text-align: center;font-weight: bold;color:#25499d;letter-spacing: 3px;}
.gnewsdttit .gnewsdttab{width: 100%;margin-top: 32px;text-align: center;}
.gnewsdttit .gnewsdttab span{display: inline-block; font-size: 16px; color: #666; line-height: 20px; padding-left: 24px; background-position: left center; background-repeat: no-repeat;margin:0 5%;}
.gnewsdttit .gnewsdttab span.t{background-image: url(../images/newsdt_time.png);}
.gnewsdttit .gnewsdttab span.m{background-image: url(../images/newsdt_meb.png);}
.gnewsdttit .gnewsdttab span.p{background-image: url(../images/newsdt_pv.png);}
.gnewsdtcont{background: #fff; padding: 52px 7.1% 40px; box-shadow: 3px 5.2px 21px rgba(0,0,0,.22);font-size: 16px; color: #666;line-height: 1.8;text-indent: 2em; text-align: justify; }
.gnewsdtcont img{margin:0 auto 40px;display: block;max-width: 100%;}
.gnewsdtcont p{ margin-bottom: 28px;}
.gnewsdttool{ margin-top:73px;}
.gnewsdtfy{font-size: 16px;}
.gnewsdtfy a{display: block; float: left; max-width: 45%; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; color: #999;}
.gnewsdtfy a:hover{color: #25499d;}
.gnewsdtfy span{display: block; float: left; width: 2px; height: 16px; background: #999; margin: 4px 25px;}
.gnewsdtback{display: block; width: 150px;background: #25499d; border-radius: 20px; font-size: 16px; color: #fff; line-height: 40px; text-align: center;}
.gnewsdtback:hover{color: #fff;}
@media (max-width: 1200px){
  .gnewsdttit h1{font-size: 32px;}
  .gnewsdttool{margin-top:60px;}
  .gnewsdttit .gnewsdttab{margin-top:25px;}
}
@media (max-width: 1000px){
  .gnewsdttit{padding-top:40px;}
  .gnewsdttit h1{font-size: 28px;letter-spacing: 2px;}
  .gnewsdttool{margin-top:50px;}
  .gnewsdttit .gnewsdttab{margin-top:20px;}
  .gnewsdttit .gnewsdttab span{font-size:14px;margin:0 4%;}
  .gnewsdtcont{padding:40px 7% 30px;font-size:15px;}
  .gnewsdtfy{font-size:14px;}
  .gnewsdtfy span{margin:2px 10px;}
}
@media (max-width: 757px){
  .gnewsdttit h1{font-size:20px;letter-spacing: 0;}
  .gnewsdttit{padding:30px 0 12px;}
  .gnewsdttit .gnewsdttab{margin-top:15px;}
  .gnewsdttit .gnewsdttab span{font-size:12px;margin:0 2%;padding-left:15px;background-size: 12px auto;}
  .gnewsdt .content{padding:15px 0 40px;}
  .gnewsdttool{flex-wrap: wrap;}
  .gnewsdtback{width: 104px;font-size:13px;line-height: 32px;margin-left:10px;}
  .gnewsdtfy{font-size:13px;}
  .gnewsdtfy a{max-width: 100%;float:none;margin:2px 0;}
  .gnewsdtfy span{display: none;}
  .gnewsdttool{margin-top:35px;}
  .gnewsdtcont{padding:20px 16px;font-size:14px;}
  .gnewsdtcont img{margin-bottom: 30px;}
}

/*中洋报*/
.pnews{background: #f6f6f6; padding: 90px 0 100px;}
.pnewstab{margin: 30px 0 50px;}
.pnewstab .select{width: 160px; border: 1px solid #c2c2c2; position: relative;}
.pnewstab .selected{width: 100%; height: 42px; font-size: 16px; color: #000; line-height: 42px; padding: 0 15px; background: url(../images/select_jt.png) no-repeat 130px center; cursor: pointer;}
.pnewstab .selectli{width: 160px; max-height: 200px; overflow-y: auto; border: 1px solid #c2c2c2; background: #f6f6f6; position: absolute; left: -1px; top: 42px; z-index: 10; display: none;}
.pnewstab .selectli::-webkit-scrollbar{width: 3px; height: 100%;}
.pnewstab .selectli::-webkit-scrollbar-thumb{background: #0037a0; border-radius: 3px;}
.pnewstab .selectli::-webkit-scrollbar-track{background: #ddd;}
.pnewstab .selectli a{display: block; width: 100%; padding: 0 15px; font-size: 16px; color: #333; line-height: 40px;}
.pnewstab .selectli a:hover,.pnewstab .selectli a.active{background: #0037a0; color: #fff;}
.pnewstab .page{height: 44px; margin-left: 44px; padding: 3px 0;}
.pnewstab .page a{display: block; float: left; margin-right: 15px; width: 100px; height: 38px; background: transparent; border-radius: 10px; font-size: 16px; color: #010101; line-height: 38px; text-align: center;overflow: hidden;transition: all .3s;font-weight: bold;}
.pnewstab .page a:last-child{margin-right: 0;}
.pnewstab .date{height: 44px; margin-left: 70px; padding-left: 42px; font-size: 16px; color: #000; line-height: 44px; background: url(../images/date_icon.png) no-repeat left center; cursor: pointer;}
.pnewstab .psear form{position: relative; width: 240px; height: 44px; border: 1px solid #c2c2c2;}
.pnewstab .psear form input[type="text"]{width: 198px; height: 100%; padding-left: 15px; float: left; border: none; background: none; outline: none; font-size: 16px; color: #000;}
.pnewstab .psear form input[type="submit"]{width: 40px; height: 100%; float: right; border: none; background: url(../images/psear_icon.png) no-repeat center; outline: none; font-size: 16px; color: #000;}
.pnewscont{width: 42.1%; padding: 45px 2% 0; background: #fff; box-shadow: 3px 5px 16px rgba(0,0,0,.16);}
.pnewscont p{font-size: 16px; color: #212121; line-height: 1; text-align: center; padding: 20px 0;margin:0;}
.pnewscont p span{vertical-align: middle;}
.pnewscont p i{display: inline-block; width: 13px; height: 15px; background: url(../images/pnews_ym.png) no-repeat center; margin-left: 10px; vertical-align: middle;}
.pnewslb{width: 55.7%;}
.issue{width: 100%; background: #fff; padding: 30px 4.2% 40px; box-shadow: 3px 5px 16px rgba(0,0,0,.16);}
.issue h3{font-size: 16px; color: #000; line-height: 1; font-weight: bold;padding-bottom: 5px;}
.issue ul li{width: 50%; float: left; font-size: 16px; color: #7a7a7a; line-height: 1; margin-top: 25px; padding:0 15px; position: relative; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.issue ul li::before{content: ""; width: 5px; height: 5px; border-radius: 50%; background: #7a7a7a; position: absolute; left: 0; top: 50%; transform: translateY(-50%);}
.issue ul li:hover{color: #0037a0;}
.issue ul li:hover::before{background: #0037a0;}
.review{width: 100%; background: #fff; padding: 28px 4.2%; box-shadow: 3px 5px 16px rgba(0,0,0,.16); margin-top: 32px;}
.review h3{font-size: 16px; color: #000; line-height: 1; font-weight: bold;padding-bottom: 0!important;}
.review ul li{width: 29.6%; float: left; margin: 20px 0 0; margin-right: 5.6%; border: 1px solid #c2c2c2;}
.review ul li:nth-of-type(3n){margin-right: 0;}
.review ul li div{position: relative;padding-bottom: 133.333%;overflow: hidden;}
.review ul li div img{position: absolute;left:50%;top:5px;transform: translateX(-50%);max-width: 87%;}
.review ul li p{font-size: 14px; color: #fff; line-height: 30px; text-align: center; background: #5d5d5d;}
.review ul li:hover p{background: #0037a0;}
.pnewstab .page a:hover, .pnewstab .page a.active{background: url(../images/nav-bgon.png) no-repeat center;background-size: 100% 100%;box-shadow: 0.5px 0.8px 13px rgba(0,0,0,.27);color:#fff;}
@media (min-width:750px){
.pnewscont .img{position: relative;overflow: hidden;}
.pnewscont .img img{position: absolute;left:50%;top:50%;transform: translate(-50%,-50%);max-width: 100%;max-height: 100%;}
}
.pnewstab .date{position: relative;}
.pnewstab .date input{background: none;width:100px;border:none;outline: none;}
.pnewstab .date input::-webkit-input-placeholder {color:#000;}
.pnewstab .date input:-moz-placeholder {color:#000;}
.pnewstab .date input::-moz-placeholder { color:#000;}
.pnewstab .date input:-ms-input-placeholder { color:#000;}
.review .active p{background: #0037A0;}
.pnewstab .date button{opacity: 0;position: absolute;left:0;top:0;z-index:-1;pointer-events: none;}


@media (max-width: 1400px){
  .pnews{padding:80px 0;}
  .pnewstab{margin-bottom: 40px;}
}
@media (max-width: 1000px){
  .issue{padding:20px 4.2% 25px;}
  .issue ul li{font-size:14px;margin-top:16px;}
  .review ul li p{font-size:13px;}
}
@media (max-width:750px){
  .pnews{padding:50px 0;}
  .pnewstab .date{margin:0;}
  .pnewstab .select,.pnewstab .selectli{width:100%;}
  .pnewstab .selected{background-position: 94% center;}
  .pnewstab{margin: 30px 0 35px;}
  .pnewstab .page{width: 100%; margin-top: 15px; margin-left: 0;}
  .pnewstab .page a{width: 80px; margin-right: 8px;font-size:14px;line-height: 32px;height: 32px;}
  .pnewstab .psear form{width: 200px;}
  .pnewstab .psear form input[type="text"]{width: 158px;font-size:15px;}
  .pnewscont{padding: 25px 15px 0 15px;}
  .pnewscont p{padding: 15px 0;}
  .issue{padding: 20px 15px;}
  .issue ul li{width: 100%; margin-right: 0 !important; margin-top: 15px;}
  .review{padding: 20px 15px 10px;margin-top:25px;}
  .review ul li{width: 48%; margin-right: 0 !important;}
  .review ul li:nth-of-type(2n-1){margin-right: 4% !important;}
  .pnewscont{width: 100%;padding:25px 15px 0 15px;}
  .pnewslb{width: 100%;margin-top:30px;}
  .issue ul li{width: 100%;float:none;}
}

.job-part1{position: relative;padding:65px 0;min-height: 647px;margin-top:-230px;z-index:10;overflow: hidden;}
.job-part1 .bg1{position: absolute;left:0;width:100%;height: 184px;bottom:0;background: url(../images/job-bg2.png) no-repeat bottom center;z-index:2;}
.job-part1 .bg{position: absolute;width: 86.667%;right:0;top:0;background: rgba(255,255,255,.73);border-radius:16px;overflow: hidden;padding:25px 0;}
.job-part1 .bg .icon{max-width: 38.4%;float:right;margin-right:21.56%;position: relative;z-index:2;}
.job-part1 .left{position: relative;z-index:10;width: 55%;background: url(../images/job-bg1.png) no-repeat top center;background-size: 100% 100%;}
.job-part1 .left .txt{padding:58px 20px 100px 30%;color:#333333;position: relative;}
.job-part1 .left .tit{line-height: 1;color:#00205d;margin-bottom: 22px;}
.job-part1 .left .num{position: absolute;bottom:0;color:#eeeeee;font-weight: bold;font-size:200px;line-height: 0.97;right:6.16%;opacity: 0.69;}
.job-part1 .left .desc{line-height: 1.5;font-size:19px;letter-spacing: 1px;}

.job-box .inner-con{max-width: 1230px;margin:0 auto;}
.job-part2{margin-top:-98px;position: relative;z-index: 10;font-size:24px;}
.job-part2 .round-item{display: block;position: relative;padding-bottom: 100%;border-radius:100%;transition: all .3s;}
.job-part2 .round-item .ibg{position: absolute;left:0;top:0;width: 100%;height: 100%;background: url(../images/job-roung.png) no-repeat center;background-size: 100% 100%;opacity: 0.1;transition: all .3s;}
.job-part2 .round-item p{position: absolute;left:0;top:50%;line-height: 30px;margin-top:-15px;width: 100%;text-align: center;z-index:10;}
.job-part2 .round-item:hover .ibg,.job-part2 .round-item.active .ibg{opacity: 1;}
.job-part2 .round-item:hover,.job-part2 .round-item.active{box-shadow:3px 12px 5px rgba(0,0,0,.35);color:#fff;}

.job-part3{align-items: flex-end;margin-top:65px;position: relative;}
.job-part3 .left-img{width: 50%;position: relative;z-index:10;}
.job-part3 .left-img img{width: 100%;}
.job-part3 .right-con{width:50%;color:#fff;background: url(../images/job-bg3.png) no-repeat center;background-size: 100% 100%;position: relative;box-shadow: 0 13px 13px -13px rgba(0,0,0,.28);padding-bottom:2px;}
.job-part3 .right-con .txt{max-width:80%;width:600px;margin-left:9%;padding:36px 0 50px;}
.job-part3 .right-con .tit{text-align: right;position: relative;line-height: 1;}
.job-part3 .right-con .tit .num{opacity: 0.81;color:#f0a351;font-size:220px;line-height: 0.8;position: absolute;bottom:0;right:230px;}
.job-part3 .right-con .desc{line-height: 1.4;text-align: justify;letter-spacing: 1px;margin-top:20px;font-size:21px;}
.job-part3 .line{position: absolute;width: 100%;left:0;height:26px;background: url(../images/line.png) repeat-x center;}
.job-part3 .line1{top:9.4%;}
.job-part3 .line2{bottom:7.9%;}

.recruitcard{padding: 50px 0 45px;}
.recruitcard .inner-con{padding:0 15px;}
.recruitcard .card-item {width: 48.5%; background-repeat: no-repeat; background-size: cover; background-position: center; border-radius: 16px; padding: 38px 5.5% 30px; position: relative;}
.recruitcard div h3{font-size: 35px; color: #fff; line-height: 1; font-style: italic; letter-spacing: 1px; margin-bottom: 24px;}
.recruitcard div p{font-size: 19px; color: #fff; line-height: 1; margin-bottom: 16px; padding-left: 18px; position: relative;}
.recruitcard div p::before{content: ""; width: 7px; height: 7px; border: 1px solid #fff; border-radius: 50%; position: absolute; left: 0; top: 8.5px;}
.recruitcard div a{display: inline-block; font-size: 14px; color: #fff; line-height: 30px; border-bottom: 1px solid #fff; padding: 0 4px; position: absolute; right: 65px; bottom: 36px;}
.shcard{background-image: url(../images/shcard.png);}
.xycard{background-image: url(../images/xycard.png);}

@media (max-width: 1600px){
  .job-part1{margin-top:-200px;min-height: 570px;}
  .job-part1 .left .num{font-size:180px;}
  .job-part1 .bg .icon{margin-right:15%;}
  .job-part2{font-size:22px;}
  .job-part3 .right-con .tit .num{font-size:190px;right:200px;}
  .job-part3 .right-con .desc{font-size:18px;}
}
@media (max-width: 1200px){
  .job-part1 .bg .icon{margin-right:10%;}
  .job-part1{margin-top:-120px;padding:50px 0;min-height: 470px;}
  .job-part1 .left{width: 65%;}
  .job-part1 .left .desc{font-size:17px;}
  .job-part1 .left .num{font-size:140px;}
  .job-part1 .left .txt{padding:45px 20px 80px 25%;}
  .job-part2{font-size:20px;}
  .job-box .inner-con li{padding:0 10px;}
  .job-part3 .right-con .tit .num{font-size:150px;right:140px;}
  .job-part3 .right-con .txt{padding:25px 0 30px;}
  .job-part3 .right-con .desc{font-size:15px;letter-spacing: 0;}
  .job-part3 .right-con .tit{font-size:32px;}
  .job-part3{margin-top:50px;}
  .recruitcard{padding:40px 0 35px;}
  .recruitcard div h3{font-size:30px;}
  .recruitcard div p{font-size:18px;}
  .recruitcard .inner-con{padding:0;}
}
@media (max-width: 1000px){
  .job-part1{margin-top:-60px;min-height: 350px;}
  .job-part1 .left .txt{padding:30px 15px 60px 15%;}
  .job-part1 .left .desc{font-size:15px;}
  .job-part1 .left .tit{margin-bottom: 15px;}
  .job-part1 .left .num{font-size:110px;}
  .job-part1 .bg .icon{margin-right:5%;max-width: 45%;}
  .job-part1 .left .tit{font-size:32px;}
  .job-part2{font-size:17px;margin-top:-54px;}
  .job-box .inner-con li{padding:0 5px;}
  .job-part3 .right-con .tit .num{font-size:100px;right:120px;}
  .job-part3 .right-con .tit{font-size:28px;}
  .job-part3 .right-con .txt{padding:20px 0 25px;}
  .job-part3 .right-con .desc{font-size:14px;max-height: 100px;overflow-y: auto;padding-right:5px;}
  .recruitcard .card-item{padding:28px 5% 20px;}
  .recruitcard div h3{font-size:24px;margin-bottom: 18px;}
  .recruitcard div p{font-size:16px;}
  .recruitcard div a{right:18px;bottom:25px;font-size:12px;}
}

.job-part3 .right-con .desc::-webkit-scrollbar {width:5px;}
.job-part3 .right-con .desc::-webkit-scrollbar-track {background:transparent;}
.job-part3 .right-con .desc::-webkit-scrollbar-thumb {background:#fff;}
.job-part3 .right-con .desc::-webkit-scrollbar-thumb:window-inactive {background:#fff;}
.job-part3 .right-con .desc::-webkit-scrollbar-thumb:vertical:hover {background:#fff;}

@media (max-width: 750px){
  .job-part1{padding:0 0 70px;}
  .job-part1 .bg{width: auto;margin-left:15px;position: relative;}
  .job-part1 .bg .icon{max-width: 90%;margin:0 auto;float:none;display: block;}
  .job-part1 .left{width: 100%;}
  .job-part1 .left .txt{padding:30px 20px 50px;}
  .job-part1 .left .tit{font-size:28px;}
  .job-part1 .left .num{font-size:90px;bottom:5px;}
  .job-part1 .left .desc{font-size:14px;}
  .job-part2{font-size:16px;}
  .job-box .inner-con li{margin-bottom: 12px;}
  .job-part3{margin-top:30px;}
  .job-part3 .left-img{width: 100%;}
  .job-part3 .right-con .txt{max-width: 100%;width: 100%;margin:0;padding:25px 35px 25px 20px;}
  .job-part3 .right-con{width: 100%;left:0;position: relative;z-index:11;}
  .job-part3 .right-con .desc{font-size:14px;line-height: 1.6;max-height: none;}
  .job-part3 .right-con .tit{font-size:26px;}
  .recruitcard{padding:30px 0;}
  .recruitcard .card-item{width: 100%;margin: 10px 0;padding:22px 20px 15px;}
  .recruitcard div h3{font-size:20px;margin-bottom: 25px;}
  .recruitcard div p{font-size:15px;}
  .recruitcard div a{bottom: 20px;}

}

.about-box .title-box h3,.about-box .title-box p{color:#0046b9;}
.about-box .title-box{align-items: flex-end;}
.about-box .title-box p{margin-left:20px;font-size:24px;}
.about-part1 .title-box h3,.about-part1 .title-box p{color:#032b9e;}
.about-box .about-part1{position: relative;background: url(../images/jtgk-bg.png) no-repeat top center;background-size: 100% 100%;color:#fff;overflow: hidden;}
.about-part1 .box{background: url(../images/jtgk-bg1.png) no-repeat top center;padding-top:215px;}
.about-part1 .con1{background: url(../images/about-bg1.png) no-repeat center;background-size: 100% 100%;float:right;width: 1200px;max-width: 70%;padding:60px 0;}
.about-part1 .con1 .txt{padding:0 21.7% 0 13.2%;}
.about-part1 .con1 .desc{text-indent: 2em;color:#0b1f73;line-height: 1.68;letter-spacing: 1px;text-align: justify;margin-top:50px;font-size:20px;}
.about-part1 .con2{margin-top:125px;}
.about-part1 .con2 .left{float:left;width: 550px;max-width: 29%;margin-right:35px;}
.about-part1 .common-con{justify-content: flex-end;position: relative;align-items: flex-start;}
.about-part1 .common-con .aline{position: absolute;left:15%;top:14px;}
.about-part1 .common-con .aline:before{position: absolute;content:'';width:14px;height: 14px;border:1px solid #fff;border-radius:100%;overflow: hidden;top:-7px;}
.about-part1 .common-con .aline img{width: 100%;height: 100%;}
.about-part1 .common-con .aline1{right:15.9%;height: 90px;padding-left:314px;}
.about-part1 .common-con .aline1:before{left:300px;}
.about-part1 .common-con .aline2{left:21.4%;right:36%;top:0;height: 105px;}
.about-part1 .common-con .aline2:before{top:100%;right:-4px;width:9px;height: 9px;}
.about-part1 .common-con .aline3{right:36%;height: 155px;padding-left:360px;}
.about-part1 .common-con .aline3:before{left:347px;}
.about-part1 .common-con .left{position: relative;padding-bottom: 40px;font-size:23px;}
.about-part1 .common-con .bottom-btn{position: absolute;right:0;bottom:0;}
.about-part1 .common-con .bottom-btn .toggle-btn{float:left;width: 36px;height:36px;border:1px solid #8e8e8e;cursor: pointer;}
.about-part1 .common-con .bottom-btn .toggle-btn span{display: block;background: url(../images/show-arrowg.png) no-repeat center;height: 100%;}
.about-part1 .common-con .bottom-btn .hide-btn{margin-right:18px;}
.about-part1 .common-con .bottom-btn .hide-btn span{transform: rotate(180deg);}
.about-part1 .common-con .bottom-btn .toggle-btn:hover,.about-part1 .common-con .bottom-btn .show-btn{background:#25499d ;border-color:#25499d;}
.about-part1 .common-con .bottom-btn .toggle-btn:hover span,.about-part1 .common-con .bottom-btn .show-btn span{background-image: url(../images/show-arrow.png);}
.about-part1 .con3.common-con{justify-content: flex-start;}
.about-part1 .common-con .tit{font-weight: bold;font-size:42px;letter-spacing: 1px;line-height: 1.3;padding-bottom: 42px;}
.about-part1 .common-con .stit{color:#ebca52;list-style: 1.36;letter-spacing: 2px;padding-bottom: 20px;/*font-size:20px;*/}
.about-part1 .common-con .desc{text-indent: 2em;line-height: 1.5;/*font-size:19px;*/text-align: justify;overflow: hidden;}
.about-part1 .common-con .item-img{position: relative;background-repeat: no-repeat;background-size: cover;background-position: center;}
.about-part1 .con2 .right-img{float:right;width: 54.2%;padding-top:90px;float:right;width: 53%;max-width: 1020px;}
.about-part1 .con2 .right-img .item-img{height: 545px;}
.about-part1 .con2 .abc{width: 85%; position: absolute; right: 0; bottom: 60px;}
.about-part1 .con2 .abc span{display: block; width: 50px; height: 2px; background: #fff; margin-bottom: 20px;}
.about-part1 .con2 .abc p{font-size: 20px; color: #fff; line-height: 30px;}
.about-box .swiper-btn-box{position: absolute;bottom:0;padding:0 1px;color:#fff;background-image: linear-gradient(to right,rgba(69,198,255,.86), rgba(0,51,195,.86));z-index:10;}
.about-box .swiper-btn{float:left;position: relative;top:auto;left:auto;right:auto;margin:0;height: 40px;line-height: 40px;width: 62px;text-align: center;color:#fff;}
.about-box .swiper-btn:after{font-size:24px;}
.about-part1 .con3{padding-top:54px;margin-top:133px;}
.about-part1 .con3 .left{float:left;width:42%;max-width: 800px;margin-left:3%;padding-top:41px;}
.about-part1 .con3 .right-img{float:left;width: 42.1%;max-width: 810px;position: relative;padding-top:41px;}
.about-part1 .con3 .right-img .item-img{height: 525px;}
.about-part1 .con3 .swiper-btn-box{right:0;}
.about-part1 .con3 .right-mask{background: rgba(0,209,245,.49);position: absolute;left:0;width:90%;top:0;height:50px;}
.about-part1 .con4{background: url(../images/about-bg2.png) no-repeat top center;background-size: 100% 100%;margin-top:148px;padding:190px 0;}
.about-part1 .con4 .right-img{padding-top:150px;}
.about-part1 .con4 .right-img .item-img{height: 436px;}
.about-part1 .con4 .left{margin-right:3%;}

.about-honor .box{background: url(../images/about-honor-top.png) no-repeat top center;background-size: 100% 100%;padding:100px 13.333% 10px;}
.about-honor .top{align-items: flex-end;}
.about-honor .swiepr-btn-box1{float:right;}
.about-honor .swiepr-btn-box1 .swiper-btn{width: 35px;height: 35px;background: url(../images/swiper-prev.png) no-repeat center;background-size: 100% auto;float:left;}
.about-honor .swiepr-btn-box1 .swiper-btn-next{margin-left:27px;transform: rotateY(180deg);}
.about-honor .swiepr-btn-box1 .swiper-btn:hover{background-image: url(../images/swiper-prevon.png);}
.about-honor .swiepr-btn-box1 .swiper-btn.swiper-button-disabled{opacity: 0.5;}
.about-honor .honor-swiper{position: relative;background: url(../images/honor-bg.png) no-repeat top center;padding:105px 4px 25px;text-align: center;font-size:20px;}
.about-honor .honor-swiper .swiper-container{padding-bottom: 65px;background: url(../images/honor-bg1.png) no-repeat bottom center;}
.about-honor .honor-swiper .swiper-slide{width: auto;padding:0 2px;}
.about-honor .honor-swiper .swiper-slide img{height: 300px;}
.about-honor .honor-swiper p{letter-spacing: 1px;line-height: 1;margin-top:20px;padding-bottom: 30px;}

.about-box .fs25{font-size:21px;}
.about-pl{padding-left:13.333%;}
.about-pl .top{padding-right:32px;}
.about-pl .top a img{max-height: 84px;}
.about-job{background: url(../images/about-socialbg.png) no-repeat bottom center;background-size: 100% 100%;padding:40px 0 20px;overflow: hidden;}
.about-job .title-box h3,.about-job .title-box p{color:#0046b9;}
.about-job .top{align-items: flex-start;}
.about-job .socialSwiper,.about-qualification .qualification-swiper{margin-top:30px;height: 180px;overflow: visible;}
.about-job .socialSwiper .swiper-slide,.about-qualification .qualification-swiper .swiper-slide{width: auto;max-width: 35vw;margin-right:5.4%;}
.about-job .socialSwiper .swiper-slide .social-item{height: 90px;}
/*.about-job .j-list{font-size:20px;}*/

.about-job .j-list b{font-weight: normal;color:#999999;margin-right:24px;line-height: 34px;}
.about-job .j-list p{line-height: 1.76;letter-spacing: 2px;}

.about-platform{background: url(../images/about-platformbg.png) no-repeat top left;background-size: 100% 100%;padding:80px 0 90px;overflow: hidden;}
.about-platform .platform-list{padding-left:8.333%;margin-top:50px;}
.about-platform .platform-list .swiper-container{overflow: visible;}
.about-platform .platform-list .swiper-slide{width: auto;margin-right:6.25%;}
.about-platform .platform-list .platform-item{width: 257px;min-height: 257px;overflow: hidden;padding:45px 5px 5px 45px;background: url(../images/platform-sbg.png) repeat-y top center;background-size: 100% auto;border-radius:13px;box-shadow: 0.5px 0.8px 13px rgba(0,0,0,.27);transition: all .3s;}
.about-platform .platform-item .num{line-height: 0.8;font-size:60px;font-weight: bold;color:#999999;}
.about-platform .platform-item .desc{line-height: 1.76;letter-spacing: 2px;margin-top:15px;position: relative;transition: top .3s;top:0;}
.about-platform .platform-list .platform-item:hover{background-image:url(../images/platform-sbg1.png);color:#fff;}
.about-platform .platform-list .platform-item:hover .num{color:#fff;}
.about-platform .platform-list .platform-item:hover .desc{top:22px;}

.about-honor .title-box h3,.about-honor .title-box p{color:#032b9e;}

.about-qualification{padding:80px 0 40px;background: url(../images/about-qualificationbg.png) no-repeat top left;background-size: 100% 100%;overflow: hidden;}
.about-qualification .top{align-items: flex-start;}
.about-qualification .qualification-swiper{height: 250px;}
.about-qualification .qualification-swiper .swiper-slide{height: 125px;max-width: 20vw;width: 340px;margin-right:20px;}
.about-qualification .qua-item{padding:6px 30px 6px 25px;transition: all .3s;}
.about-qualification .qua-item .desc{-webkit-line-clamp:4;line-clamp:3;letter-spacing: 2px;}
.about-qualification .qua-item b{margin-right:25px;color:#999999;}
.about-qualification .qua-item:hover{background: url(../images/qualification-sbg.png) no-repeat center;background-size: 100% 100%;color:#25499d;}
.about-qualification .qua-item:hover b{color:#25499d;}

.about-history{background: #0b1f73;color:#fff;}
.about-history .title-box{padding:65px 0 45px;}
.about-history .title-box h3{color:#ffd220;}
.about-history .title-box p{color:#fff;}
.about-history .content{padding:50px 0 132px;background: url(../images/about-historybg.png) no-repeat center;background-size: cover;overflow: hidden;}
.about-history .content .pr{padding:0 5.3%;}
.about-history .swiper-container{overflow: visible;}
.about-history .swiper-slide{width: 130px;}
.about-history .swiper-slide:nth-child(2n+2){width: 520px;}
.about-history .swiper-slide .item{width: 580px;}
.about-history .swiper-slide .item-top,.about-history .swiper-slide .item-bottom{height: 212px;position: relative;padding:0 20px;}
.about-history .swiper-slide .item-bottom{justify-content: flex-end;}
.about-history .swiper-slide .desc{max-width: 450px;max-height:72px;overflow-y: auto;line-height: 24px;width: 100%;position: relative;z-index: 10;margin:17px 0;}
.about-history .swiper-slide .item-line{width: 1px;position: absolute;left:0;border-left:1px dashed #fff;}
.about-history .swiper-slide .item-line:after,.about-history .swiper-slide .item-line:before{position: absolute;content:'';width:14px;height:14px;border-radius:100%;border-radius: 100%;border:2px solid #fff;left:-8px;background: #123b99;}
.about-history .swiper-slide .item-line:after{bottom:-7px;}
.about-history .swiper-slide .item-line:before{top:-7px;}
.about-history .swiper-slide .item-bottom .item-line{top:0;bottom:45px;}
.about-history .swiper-slide .item-top .item-line{top:45px;bottom:0;}
.about-history .swiper-slide .year{align-items: flex-end;line-height: 1;}
.about-history .swiper-slide .year .img{height: 85px;width: 145px;margin-right: 10px;}
.about-history .swiper-slide .year .img img{position: relative;top:-45px;left:-40px;}
.about-history .history-swiper{position: relative;}
.about-history .line{position: absolute;left:0;right:0;height: 1px;border-top:1px dashed #fff;top:50%;}
.about-history .swiper-btn1{font-size:25px;font-weight: bold;font-family: arial;position: absolute;top:67.3%;z-index:20;cursor: pointer;}
.about-history .swiper-btn-prev{left:2.7%;}
.about-history .swiper-btn-next{right:2.7%;}
.about-history .swiper-slide .desc::-webkit-scrollbar {width:5px;}
.about-history .swiper-slide .desc::-webkit-scrollbar-track {background:transparent;border-radius:5px;overflow:hidden;}
.about-history .swiper-slide .desc::-webkit-scrollbar-thumb {background:rgba(255,255,255,.3);border-radius:5px;}
.about-history .swiper-slide .desc::-webkit-scrollbar-thumb:window-inactive {background:rgba(255,255,255,.3);}
.about-history .swiper-slide .desc::-webkit-scrollbar-thumb:vertical:hover {background:rgba(255,255,255,.3);}

.about-culture .title-box{padding:50px 0 30px;}
.about-culture .title-box h3,.about-culture .title-box p{color:#0036b4;}

.about-culture .content{background: url(../images/about-culturebg.png) no-repeat top center;min-height: 818px;}


 .slideshow {position:relative;display:block;margin:0 auto;visibility:hidden;overflow:hidden;}
 .slideshow .navigation-box{width: 800px;position: relative;margin:0 auto;}
 .slideshow .navigation-wrapper{position: relative;width:100%;padding-bottom: 100%;}
 .slideshow .navigation-round{position: absolute;width: 100%;height: 100%;left: 0;top:0;transform: rotateY(180deg);}
.slideshow ul.navigation {position:relative;display:block;width:100%;height:100%;padding:0;margin:0;z-index:10;}
.slideshow ul.navigation li.navigation-item {position:absolute;width:250px;height:250px;cursor:pointer;color:#fff;letter-spacing: 2px;}
.slideshow ul.navigation li.navigation-item .rotate-holder {position:fixed;display:block;width:0;height:0;left:-9999px;top:-9999px;}
.slideshow ul.navigation li.navigation-item .background-holder {display:block;width: 128%;height: 128%;position: relative;top:-5%;left:-14%;}
.slideshow ul.navigation li.navigation-item .item-txt{transform: rotateY(-180deg);position: absolute;left:0;top:0;width:100%;height:100%;background: url(../images/round-bg1.png) no-repeat left top;position: relative;}
.slideshow ul.navigation li.navigation-item .item-txt3{background-image: url(../images/round-bg2.png);}
.slideshow ul.navigation li.navigation-item .item-txt2{background-image: url(../images/round-bg3.png);}
.slideshow ul.navigation li.navigation-item .tit{line-height: 1;letter-spacing: 3px;}
.slideshow ul.navigation li.navigation-item .desc{color:#b8bfc4;line-height: 1.72;margin-top:8px;white-space: nowrap;}

.slideshow ul.navigation li.navigation-item .item-txt1{padding:27% 0 0 25%;}
.slideshow ul.navigation li.navigation-item .item-txt2{padding:31% 0 0 40%;left:-67px;}
.slideshow ul.navigation li.navigation-item .item-txt3{padding:29% 0 0 49%;left:-130px;}
.slideshow ul.navigation li.navigation-item.active .item-txt1{left:50px;}
.slideshow ul.navigation li.navigation-item.active .item-txt3{left:0;}
.slideshow ul.navigation li.navigation-item.active .item-txt2{left:0;}
.slideshow ul.navigation li.navigation-item.active+.navigation-item .item-txt{left:0!important;}
@media (max-width: 1600px){
  .about-part1 .con1 .desc{margin-top:40px;}
  .about-part1 .common-con .stit{letter-spacing: 1px;}
  .about-part1 .common-con .tit{font-size:38px;padding-bottom: 35px;}
  .about-part1 .con3{margin-top:120px;}
  .about-part1 .con4{padding:180px 0;margin-top:130px;}
  .about-honor .honor-swiper{padding-top:90px;}
  .about-honor .honor-swiper .swiper-slide img{height: 280px;}
  .about-honor .honor-swiper p{font-size:18px;}
  .about-pl .top a img{max-height: 75px;}
  .about-box .fs25{font-size:19px;}
  .about-job .socialSwiper .swiper-slide, .about-qualification .qualification-swiper .swiper-slide{margin-right:4%;}
  .about-platform{padding:70px 0 80px;}
  .about-platform .platform-list .platform-item{padding:35px 5px 5px 35px;width: 240px;min-height: 240px;}
  .about-platform .platform-list .swiper-slide{margin-right: 5%;}
  .about-platform .platform-item .num{font-size:54px;}
  .about-platform .platform-list .platform-item:hover .desc{top:16px;}
  .about-history .swiper-slide:nth-child(2n+2){width: 480px;}
  .about-history .swiper-slide .item{width: 500px;}
  .about-history .swiper-slide .desc{font-size:18px;}
}
@media (max-width: 1400px){
  .about-part1 .box{padding-top:120px;background-size: 100% auto;}
  .about-part1 .common-con .left{font-family: arial;font-size:18px;}
  .about-part1 .con2 .abc{bottom: 40px;}
  .about-part1 .con2 .abc p{font-size: 18px;}
  .about-part1 .con2 .right-img .item-img{height: 455px;}
  .about-part1 .con3 .right-img .item-img{height: 490px;}
  .about-part1 .con4 .right-img .item-img{height: 415px;}
  .about-part1 .con4 .right-img{padding-top:130px;}
  .about-part1 .common-con .aline3{height: 117px;padding-left:300px;}
  .about-part1 .common-con .aline3:before{left: 289px;}
  .about-part1 .con1 .desc{font-size:18px;}
  .about-part1 .con2{margin-top:80px;}
  .about-part1 .con3{margin-top:110px;}
  .about-part1 .con4{margin-top:110px;padding:130px 0;}
  .about-part1 .common-con .tit{font-size:34px;}
  .about-honor .box{padding-top:90px;}
  .about-box .fs25{font-size:18px;}
  .about-qualification .qualification-swiper .swiper-slide{max-width: 25vw;}
  .about-job .socialSwiper .swiper-slide, .about-qualification .qualification-swiper .swiper-slide{margin-right:3%;}
  .about-qualification .qualification-swiper .swiper-slide{height: 100px;}
  .about-qualification .qualification-swiper{height: 200px;}
  .about-pl .top a img{max-height: 65px;}
  .about-honor .honor-swiper{padding-top:80px;}
  .about-history .swiper-slide:nth-child(2n+2){width: 400px;}
  .about-history .swiper-slide .item{width: 420px;}
  .about-history .swiper-slide .desc{font-size:17px;}
  .about-history .swiper-slide .item-top, .about-history .swiper-slide .item-bottom{height: 190px;}
  .about-history .swiper-slide .year .img{height:70px;width: 120px;}
  .about-history .swiper-slide .year .img img{height: 170px;top:-39px;left:-34px;}
}
@media (max-width: 1200px){
  .about-part1 .box{padding-top:80px;}
  .about-part1 .con1{padding:45px 0;}
  .about-part1 .con1 .txt{padding-left:10%;}
  .about-part1 .con1 .desc{margin-top: 30px;font-size:17px;}
  .about-part1 .common-con .tit{font-size:30px;padding-bottom: 30px;}
  .about-part1 .common-con .left{font-size:16px;}
  .about-part1 .con2 .abc{bottom: 30px;}
  .about-part1 .con2 .abc span{margin-bottom: 10px;}
  .about-part1 .con2 .abc p{font-size: 16px;}
  .about-part1 .con2 .right-img{padding-top:65px;}
  .about-part1 .common-con .aline1{height: 53px;padding-left:260px;}
  .about-part1 .common-con .aline1:before{left:247px;}
  .about-part1 .con2 .right-img .item-img{height: 435px;}
  .about-part1 .con3{margin-top:80px;}
  .about-part1 .con3 .right-img .item-img{height: 432px;}
  .about-part1 .con4{margin-top:90px;padding:100px 0;}
  .about-part1 .con4 .right-img .item-img{height: 415px;}
  .about-honor .box{padding:70px 10% 10px;}
  .about-honor .honor-swiper{padding-top:70px;padding-bottom: 15px;}
  .about-honor .honor-swiper .swiper-slide img{height: 250px;}
  .about-honor .honor-swiper p{font-size:16px;}
  /*.about-honor .honor-swiper .swiper-container{padding-bottom: 50px;}*/
  .about-pl .top a img{max-height: 50px;}
  .about-box .fs25{font-size:17px;letter-spacing: 1px;}
  .about-job .socialSwiper .swiper-slide .social-item{height: 80px;}
  .about-job .socialSwiper{height: 160px;}
  .about-platform .platform-list{margin-top:40px;}
  .about-platform{padding:60px 0 70px;}
  .about-platform .platform-list .platform-item{width: 200px;min-height: 200px;}
  .about-platform .platform-item .num{font-size:50px;}
  .about-platform .platform-list .platform-item{padding:25px 5px 5px 25px;}
  .about-platform .platform-item .desc{letter-spacing: 1px;}
  .about-qualification{padding:70px 0 30px;}
  .about-qualification .qualification-swiper .swiper-slide{max-width: 30vw;}
  .about-qualification .qua-item b{margin-right:20px;}
  .about-qualification .qua-item{padding:6px 20px;}
  .about-history .title-box{padding:55px 0 35px;}
  .about-history .content{padding-bottom: 110px;}
  .slideshow ul.navigation li.navigation-item .background-holder{width: 110%;height: 110%;top:-5%;left:-5%;}
  .slideshow ul.navigation li.navigation-item .item-txt{background-size: auto 95%;}
  .slideshow .navigation-box{width: 700px;margin-top:60px;}
  .slideshow ul.navigation li.navigation-item .item-txt3{padding-left:35%;}
  .slideshow ul.navigation li.navigation-item .item-txt2{padding-left:30%;}
  .slideshow ul.navigation li.navigation-item .tit{font-size:26px;}
  .about-pl{padding-left:10%;}
}
@media (max-width: 1000px){
  .about-box .about-part1{background-size: 120% 100%;}
  .about-part1 .con2 .left{max-width:35%;}
  .about-part1 .con2 .abc{width: 90%; bottom: 20px;}
  .about-part1 .con2 .abc p{font-size: 15px; line-height: 24px;}
  .about-part1 .box{background-size: 130% auto;}
  .about-part1 .con1{padding:35px 0;}
  .about-part1 .con1 .desc{font-size:15px;margin-top:24px;}
  .about-box .title-box p{font-size:20px;margin-left: 12px;}
  .about-box .title-box h3{letter-spacing: 1px;}
  .about-part1 .con2{margin-top:70px;}
  .about-part1 .common-con .aline{left: 2%;}
  .about-part1 .common-con .tit{font-size:26px;padding-bottom: 20px;}
  .about-part1 .common-con .left{font-size:15px;}
  .about-part1 .con2 .left{margin-right: 20px;}
  .about-part1 .con2 .right-img .item-img{height: 330px;}
  .about-box .fs25{letter-spacing: 0;}
  .about-part1 .con3{margin-top:65px;padding-top:40px;}
  .about-part1 .common-con .aline2{height: 90px;}
  .about-part1 .con3 .right-img .item-img{height: 380px;}
  .about-part1 .con4{padding:85px 0;background-size: 120% 100%;}
  .about-part1 .con4 .right-img{padding-top:90px;}
  .about-part1 .con2 .right-img .item-img{height: 300px;}
  .about-part1 .common-con .aline3{height: 80px;right:30%;}
  .about-honor .box{padding:60px 8% 10px;}
  .about-honor .honor-swiper .swiper-slide img{height: 200px;}
  .about-honor .honor-swiper{padding-top:60px;}
  .about-honor .honor-swiper .swiper-container{}
  .about-pl .top a img{max-height: 40px;}
  .about-job .j-list p{letter-spacing: 1px;}
  .about-pl{padding-left:8%;}
  .about-platform .platform-item .num{font-size:40px;}
  .about-job .socialSwiper .swiper-slide{max-width: 45vw;}
  .about-qualification .qualification-swiper .swiper-slide{max-width: 40vw;}
  .about-history .swiper-slide:nth-child(2n+2){width: 350px;}
  .about-history .swiper-slide .item{width: 360px;}
  .about-history .swiper-slide .desc{font-size:16px;}
  .about-history .content{padding-bottom: 90px;}
  .slideshow ul.navigation li.navigation-item .background-holder{width: 100%;height: 100%;top:0;left:0;}
}


@media (max-width: 767px){
  /*.about-box .about-part1{padding:0 15px;}*/
  .about-part1 .box{padding:70px 0 0;}
  .about-part1 .con1{float:none;width: auto;max-width: none;margin:0 16px;padding:25px 20px;}
  .about-part1 .con1 .txt{padding:0;}
  .about-box .title-box p{font-size:16px;margin-left:8px;}
  .about-box .title-box h3{font-size:24px;}
  .about-part1 .con1 .desc{font-size:14px;letter-spacing: 0;}
  .about-part1 .common-con .left{width: 100%;max-width: 100%;float:none;margin:0;padding:0 18px 50px;}
  .about-part1 .common-con .tit{font-size:24px;}
  .about-part1 .common-con .right-img{width: 100%;float:none;}
  .about-part1 .con2{margin-top:55px;}
  .about-part1 .con2 .abc{width: 100%; position: unset; padding: 30px 18px 0;}
  .about-part1 .common-con .aline{display: none;}
  .about-part1 .con2 .right-img{padding-top:50px;}
  .about-part1 .common-con .right-img .item-img{height: auto;padding-bottom: 51.4%;}
  .about-box .swiper-btn:after{font-size:20px;}
  .about-box .swiper-btn{width: 50px;line-height: 36px;height: 36px;}
  .about-part1 .con3 .right-img .item-img{padding-bottom: 64%;}
  .about-part1 .con3 .left{margin-top:30px;}
  .about-part1 .con3{margin-top:30px;}
  .about-part1 .con4{padding:50px 0;}
  .about-part1 .con4 .right-img .item-img{padding-bottom: 42.8%;}
  .about-honor .box{padding:45px 15px 10px;}
  .about-honor .swiepr-btn-box1 .swiper-btn{width: 30px;height: 30px;}
  .about-honor .swiepr-btn-box1 .swiper-btn-next{margin-left:15px;}
  .about-honor .honor-swiper{padding-top:45px;}
  .about-honor .honor-swiper .swiper-slide img{height: 180px;}
  .about-honor .honor-swiper p{font-size:14px;letter-spacing: 0;}
  .about-honor .honor-swiper{padding:30px 0 0;}
  .about-pl{padding-left:15px;}
  .about-pl .top{padding-right:15px;flex-wrap: wrap;align-items: center;}
  .about-pl .top a{margin-left:auto;}
  .about-pl .top a img{max-height: 24px;}
  .about-job .socialSwiper .swiper-slide,.about-qualification .qualification-swiper .swiper-slide{max-width:100%;width: 100%;margin-right:0;}
  .about-box .fs25{font-size:16px;}
  .about-job .socialSwiper{margin-top:25px;}
  .about-platform{padding:45px 0 50px;}
  .about-platform .platform-list .platform-item{width: 160px;min-height: 160px;padding:20px 5px 5px 20px;}
  .about-platform .platform-item .num{font-size:32px;}
  .about-platform .platform-item .desc{letter-spacing: 0;font-size:15px;line-height: 1.5;}
  .about-qualification{padding:50px 0 20px;}
  .about-qualification .qualification-swiper{height: 160px;}
  .about-qualification .qualification-swiper .swiper-slide{height: 80px;}
  .about-history .title-box{padding:40px 0 30px;}
  .about-history .swiper-slide .year .img{width: 82px;height: 55px;}
  .about-history .swiper-slide .year .img img{height: 110px;top:-13px;left: -22px;}
  .about-history .swiper-slide .desc{font-size:15px;}
  .about-history .swiper-slide .item-top, .about-history .swiper-slide .item-bottom{height: 170px;}
  .about-history .swiper-slide:nth-child(2n+2){width: 300px;}
  .about-history .swiper-slide .item{width: 320px;}
  .about-culture .title-box{padding:40px 0 25px;}
  .about-culture .content{background-size: 940px auto;min-height:370px;}
  .slideshow .aboutUs-left,.slideshow .navigation-box{width:90%;}
  .slideshow ul.navigation li.navigation-item{width: 160px;height: 160px;}
  .slideshow ul.navigation li.navigation-item .tit{font-size:18px;font-weight: bold;letter-spacing: 1px;}
  .slideshow ul.navigation li.navigation-item .desc{font-size:14px;letter-spacing: 1px;line-height: 1.6;}
  .slideshow ul.navigation li.navigation-item.active .item-txt1{left:35px;}
  .slideshow ul.navigation li.navigation-item .item-txt3{left:-78px;padding:25% 0 0 20%;}
  .slideshow ul.navigation li.navigation-item .item-txt2{padding:26% 0 0 25%;}
  .slideshow ul.navigation li.navigation-item .item-txt1{padding:18% 0 0 25%;}
  .slideshow ul.navigation li.navigation-item .item-txt{transform:scale(0.6) rotateY(-180deg)}

}


.recruit-top{position: relative;}
.recruit-top .bg-img{position: absolute;left:0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-size: cover;background-position: center;}
.recruit-top .search-top{position: relative;z-index:10;padding-top:115px;}
.recruit-top .tit span{font-weight: bold;font-size:52px;color:#fff;letter-spacing: 5px;text-shadow: 5px 5px 5px rgba(0,0,0,.47);padding:13px 30px 13px 43px;line-height: 1;float:left;background: url(../images/recruit-top.png) no-repeat center;background-size: 100% 100%;margin-left:3.9%;}
.recruit-top .search-box{line-height: 1;background: rgba(255,255,255,.93);border-top-left-radius: 18px;border-top-right-radius: 18px;overflow: hidden;padding:10px 8.5%;font-size:19px;letter-spacing: 1px;}
.recruit-top .search-box .item-label{color:#010101;padding:5px 0;letter-spacing: 2px;}
.recruit-top .search-box .item-value a{display: inline-block;margin:5px 0 5px 2.3%;;}
.recruit-top .search-item{margin-top: 35px;width: 100%;}
.recruit-top .search-item a:hover,.recruit-top .search-item a.active{color:#0037a0;}
.recruit-top .search-company{margin-top:20px;max-width: 1080px;padding:0 8.8%;font-size:18px;background: #f1f1f1;}
.recruit-top .search-company a{float:left;padding:10px 0;margin-right: 20px;}
.recruit-top .search-company .scom{display: none;}
.recruit-top .search-company .scom:first-child{display: block;}
.recruit-center{background: url(../images/job-seachbg.png) no-repeat top center;padding:20px 0 80px;}
.recruit-center .box{padding:0 8.5%;}
.recruit-center .search-key{border-top:1px solid #f1f1f1;border-bottom:1px solid #f1f1f1;}
.recruit-center .search-key span{color:#010101;font-size:18px;letter-spacing: 1px;}
.recruit-center .search-key input{display: block;border:none;line-height: 66px;height: 66px;padding:0 4.6%;width: 100%;background: none;outline: none;}
.recruit-center .search-key .search-btn{display: block;width: 125px;text-align: center;line-height: 39px;border-radius:999px;overflow: hidden;background: #0037a0;color:#fff;letter-spacing: 1px;border:none;}
.recruit-center .joblist{margin:70px 0;}

.joblist .jtab{font-size:18px;font-weight: bold;background: #0037a0;color: #fff;letter-spacing: 1px;}
.joblist .jtab, .joblist li{min-height: 64px; padding:5px 0 5px 20px;  border-radius: 10px; line-height: 24px; display: flex; justify-content: space-between; align-items: center;}
.joblist li{background: #fff; color: #333; box-shadow: 0.5px 0.8px 8.8px 0.2px rgba(0,55,160,.24); margin-top: 27px; transition: all 0.3s;font-size: 16px;}
/*.joblist li:hover{box-shadow: 0 0 6px #aaa;}*/
.joblist .jtab div, .joblist li div{text-align: center; padding: 0 5px;}
.joblist li div span{display: none;}
.joblist .gw{width: 16%; text-align: left !important;}
.joblist .lb{width: 9%;}
.joblist .xf{width: 15%;}
.joblist .dw{width: 9%;}
.joblist .dd{width: 20%;}
.joblist .rs{width: 9%;}
.joblist .sj{width: 11%;}
.joblist .cz{width: 11%;}
.joblist .cz a{color: #0037a0;}
.joblist .cz a:hover{text-decoration: underline;}
.jcont{padding: 45px 5.83% 35px 3%; background: #0037a0; border-radius: 20px; margin-top: 80px; display: flex; justify-content: space-between; align-items: center;}
.jtips{font-size: 20px; color: #fff; line-height: 30px;background: url(../images/job-jt.png) no-repeat bottom right;}
.jtips div{display: flex; margin-bottom: 6px;}
.jtips span{display: block; min-width: 100px;flex:none;}
.jlianx{display: block; width: 144px; height: 46px;line-height: 46px;background: #fff; border-radius: 18px; font-size: 20px; color: #0037a0;  text-align: center;margin-left:15px;}
.jobcover{width: 100%; height: 100%; background: rgba(0,0,0,.75); position: fixed; left: 0; top: 0; z-index: 1000; display: none;}
.jobdt{width: 800px; height: auto; max-width: calc(100% - 30px); background: #fff; border-radius: 8px; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); max-height: calc(100% - 30px);}
.jclose{width: 30px; height: 30px; background: url(../images/jclose.png) no-repeat center; position: absolute; top: 0; right: -40px; cursor: pointer; transition: all 0.2s;}
.jclose:hover{transform: rotate(90deg);}
.jobdt_tit{width: 100%; padding: 0 30px; background: #0037a0; font-size: 24px; color: #fff; line-height: 60px; border-radius: 8px 8px 0 0;}
.jobdt_cbox{width: 100%; max-height: calc(100% - 60px); overflow-y: auto;}
.jobdt_cbox::-webkit-scrollbar{width: 5px; height: 100%;}
.jobdt_cbox::-webkit-scrollbar-thumb{border-radius: 5px; box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); background: #535353;}
.jobdt_cbox::-webkit-scrollbar-track{border-radius: 5px; box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); background: #ededed;}
.jobdt_cont{padding: 30px 30px 40px;}
.jobdt_para{font-size: 16px; line-height: 26px; border-bottom: 1px solid #f1f1f1; padding-bottom: 5px; margin-bottom: 20px;}
.jobdt_para div{display: inline-block; min-width: 32%; margin-bottom: 10px;}
.jobdt_para div span{color: #666;}
.jobdt_req{margin-bottom: 10px;}
.jobdt_req h3{font-size: 20px; line-height: 36px; color: #0037a0; font-weight: bold;}
.jobdt_req div{max-height: 90px; overflow-y: auto;}
.jobdt_req div::-webkit-scrollbar{width: 5px; height: 100%;}
.jobdt_req div::-webkit-scrollbar-thumb{border-radius: 5px; box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); background: #535353;}
.jobdt_req div::-webkit-scrollbar-track{border-radius: 5px; box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); background: #ededed;}
.jobdt_req p{font-size: 16px; line-height: 30px;}
.jobdt_code{margin-top: 30px;}
.jobdt_code img{display: block; max-width: 140px; margin: auto; border: 1px solid #b5b5b5;}
.jobdt_code p{font-size: 16px; line-height: 20px; text-align: center; margin-top: 10px;}
.jobdt_btn{margin-top: 30px; text-align: center;}
.jobdt_btn a{display: inline-block; width: 200px; height: 50px; font-size: 16px; color: #fff; line-height: 50px; text-align: center; border-radius: 25px;}
.jobdt_btn a.jobdt_lx{background: #0037a0; margin-right: 45px;}
.jobdt_btn a.jobdt_back{background: #b5b5b5;}

@media (max-width: 1600px){
  .recruit-top .tit span{font-size:46px;}
  .recruit-top .search-box{font-size:17px;padding:10px 5%;}
  .recruit-top .search-company{font-size:16px;}
  .recruit-center .box{padding:0 5%;}
  .joblist .jtab{font-size:17px;}
  .joblist li{font-size:15px;}
  .jtips{font-size:18px;}
  .recruit-top .search-item{margin-top:30px;}
  .recruit-center .joblist{margin:60px 0;}
  .jcont{padding-top:38px;padding-bottom: 32px;}
}
@media (max-width: 1200px){
  .recruit-top .tit span{font-size:40px;}
  .recruit-top .search-top{padding-top:100px;}
}
@media (max-width: 1000px){
  .recruit-top .search-top{padding-top:80px;}
  .recruit-top .search-item{margin-top:20px;}
  .recruit-top .search-box{font-size:15px;}
  .recruit-top .tit span{font-size:32px;padding:13px 24px 13px 33px;}
  .recruit-top .search-company a{margin-right: 12px;padding:6px 0;}
  .recruit-top .search-company{padding:0 4%;font-size:15px;}
  .recruit-top .search-box .item-label{letter-spacing: 1px;}
  .recruit-center .search-key span{font-size:16px;}
  .recruit-center .search-key input{font-size:15px;line-height: 60px;height: 60px;}
  .recruit-center .joblist{margin:50px 0;}
  .joblist .jtab{display: none;}
  .joblist li{display: block; height: auto; padding: 10px 10px;}
  .joblist li div{display: inline-block; width: auto !important; min-width: 32%; padding: 5px 10px; text-align: left;}
  .joblist li div span{display: inline-block;}
  .jobdt{width: 600px;}
  .jclose{right: 0; top: -40px;}
  .jobdt_tit{font-size: 20px; line-height: 50px; padding: 0 20px;}
  .jobdt_cont{padding: 20px 20px 30px;}
  .jobdt_para div{min-width: 48%; margin-bottom: 0;}
  .jobdt_para{margin-bottom: 15px; font-size: 15px;}
  .jobdt_req h3{font-size: 18px; line-height: 30px;}
  .jobdt_req div{max-height: 100px;}
  .jobdt_req p{font-size: 15px; line-height: 25px;}
  .jobdt_code{margin-top: 20px;}
  .jobdt_code img{max-width: 120px;}
  .jobdt_code p{font-size: 15px; margin-top: 5px;}
  .jobdt_btn{margin-top: 20px;}
  .jobdt_btn a{width: 150px; height: 40px; font-size: 15px; line-height: 40px;}
  .jcont{padding:25px 4%;margin-top:60px;}
  .jtips{font-size:16px;line-height: 1.4;}
  .jtips span{min-width: 90px;}
  .jlianx{width: 110px;height: 36px;line-height: 36px;font-size:16px;border-radius:10px;}
}
@media (max-width:767px){
  .joblist li div{min-width: 48%;}
  .jcont{margin-top: 30px; padding: 20px 15px 10px;}
  .jtips{margin-bottom: 20px;}
  .jtips div{display: block;}
  .jtips span, .jtips p{width: 100%;}
  .jobdt_tit{font-size: 18px; line-height: 40px;}
  .jobdt_cont{padding: 15px 15px 20px;}
  .jobdt_para{font-size: 14px; margin-bottom: 10px; line-height: 20px;}
  .jobdt_req h3{font-size: 16px; line-height: 24px;}
  .jobdt_req div{max-height: 80px;}
  .jobdt_req p{font-size: 14px; line-height: 20px;}
  .jobdt_code{margin-top: 15px;}
  .jobdt_code img{max-width: 100px;}
  .jobdt_code p{margin-top: 0;}
  .jobdt_btn{margin-top: 15px;}
  .jobdt_btn a{width: 120px; height: 35px; line-height: 35px;}
  .jobdt_btn a.jobdt_lx{margin-right: 20px;}
  .recruit-top .tit span{font-size:28px;padding:10px 20px 10px 25px;letter-spacing: 3px;}
  .recruit-top .search-box{padding:5px 20px;}
  .recruit-top .search-company,.recruit-top .search-box{font-size:14px;}
  .recruit-center .box{padding:0;}
  .recruit-center .search-key span{font-size:13px;letter-spacing: 0;}
  .recruit-center .search-key input{font-size:14px;line-height: 50px;height: 50px;}
  .recruit-center .search-key .search-btn{width: 90px;line-height: 32px;height: 32px;}
  .recruit-center .joblist{margin:35px 0;}
  .joblist li div{padding:3px 10px;}
  .jcont{display: block;overflow: hidden;position: relative;}
  .jtips{font-size:16px;padding-bottom: 65px;line-height: 30px;}
  .jtips{background-size: auto 60px;background-position: left bottom;}
  .jlianx{position: absolute;right:15px;bottom:40px;width: 120px;line-height: 40px;height: 40px;}
  .header .header_nav .nav-item:after{display: none;}
}


.product-part{padding-top:65px;}
.product-part .part-img{margin-top:62px;background-attachment: fixed;background-position: center;background-repeat: no-repeat;}
.product-part .box .left{float:left;width: 240px;max-width: 27%;margin-left:6.25%;}
.product-part .box .tit{line-height: 1;color:#000000;letter-spacing: 1px;}
.product-part .box .txt{color:#666;}
.product-part .box .left .line{width: 1em;height:1px;background: #25499d;margin-top:20px;transition: all .3s;}
.product-part .box .left:hover .line{width: 4em;}
.product-part .box .left .txt{line-height: 24px;margin-top:20px;}
.product-part .box .right{float:right;width: 66%;max-width: 1060px;}
.product-part .box .right .tit{padding-left:52px;background: url(../images/icon-logo.png) no-repeat left top;background-size: auto 27px;}
.product-part .box .right .txt{font-size:16px;line-height: 28px;margin-top:40px;text-align: justify;}
.product-part .box .right .txt p{margin-bottom: 26px;}
.product-part .more-btn{width: 223px;line-height: 46px;border:1px solid #25499d;color:#25499d;padding:0 30px;position: relative;transition: all .3s;display: block;font-size:16px;margin-top:60px;letter-spacing: 1px;}
.product-part .more-btn i{transition: all .3s;display: block;position: absolute;right:30px;top:0;height: 100%;background: url(../images/arrow-blue.png) no-repeat center;width:18px;}
.product-part .more-btn:hover{background: #25499d;color:#fff;}
.product-part .more-btn:hover i{background-image: url(../images/arrow-white.png);}
@media (max-width:1400px){
  .product-part .box .left{margin-left:4%;}
  .product-part .more-btn{margin-top:45px;}
}

@media (max-width:1200px){
  .product-part .box .left{margin-left:0;}
  .product-part .more-btn{margin-top:35px;}
  .product-part .box .right .txt{font-size:15px;line-height:26px;margin-top:35px;}
  .product-part .box .right .txt p{margin-bottom: 20px;}
  .product-part .more-btn{width:200px;padding:0 25px;}
  .product-part .more-btn i{right: 25px;}
}
@media (max-width:992px){
  .product-part .box .right .txt{margin-top:30px;}
  .product-part .box .left .txt{margin-top:16px;}
  .product-part .more-btn{width: 180px;padding:0 20px;line-height: 44px;margin-top:30px;}
  .product-part .more-btn i{right: 20px;}
  .product-part .box .tit{line-height: 27px;}
  .product-part .box .left .line{margin-top:16px;}
  .product-part{padding-top:60px;}
  .product-part .part-img{margin-top:50px;}
}
@media (max-width:750px){
  .product-part .box .left,.product-part .box .right{width: 100%;float:none;max-width: 100%;}
  .product-part .box .right{margin-top:45px;}
  .product-part{padding-top:55px;}
  .product-part .box .right .tit{padding-left:42px;}
  .product-part .box .tit{font-weight: bold;}
  .product-part .box .right .txt{margin-top:20px;}
  .product-part .more-btn{font-size:15px;line-height: 40px;width: 160px;}
}

.product-detail{padding:72px 0 40px;overflow: hidden;}
.product-detail .description{width: 86%;max-width: 1200px;background: #fff;position: relative;z-index:10;text-align: center;padding-top:36px;margin:-130px auto 0;}
.product-detail .description .tit,.product-detail .description .en{line-height: 1;}
.product-detail .description .tit{margin-bottom: 24px;}
.product-detail .description .en{margin-bottom:14px;color:#c0c0c0;font-family: arial;}
.product-detail .description .desc{line-height: 1.875;padding:0 6.35%;}
.product-detail .tabList{margin-top:60px;color:#666;text-align: center;}
.product-detail .tabList a{display: inline-block;line-height: 1;border:1px solid #d2d2d2;border-radius:999px;overflow: hidden;min-width:150px;padding:10px 5px;letter-spacing: 1px;margin:0 0.86% 20px;transition: all .3s;}
.product-detail .tabList a.active,.product-detail .tabList a:hover{background: #0037a0;border-color:#0037a0;color:#fff;}
.product-detail .detail-box{margin-top:76px;}
.product-detail .detail-item{position: relative;padding-top:43px;margin-bottom: 53px;}
.product-detail .detail-item .bg{max-height: 404px;width: 50%;left:0;top:0;background: #f7f7f7;height: 80%;position: absolute;}
.product-detail .detail-item .container{position: relative;z-index:10;}
.product-detail .detail-item .item-img{float:left;width: 54%;margin-right:4%;}
.product-detail .detail-item .item-img .img{position: relative;padding-bottom: 61.2%;background: #fff;}
.product-detail .detail-item .item-img .img img{position: absolute;left:0;top:0;}
.product-detail .detail-item .item-con{float:left;width: 42%;}
.product-detail .detail-item:nth-child(2n+2) .item-img{float:right;margin:0 0 0 4%;}
.product-detail .detail-item:nth-child(2n+2) .bg{left:50%;}
.product-detail .detail-item .item-con .tit{letter-spacing: 1px;margin-bottom: 20px;line-height: 1;color:#000;}
.product-detail .detail-item .item-con .line{width: 29px;height: 2px;background: #0037a0;}
.product-detail .detail-item .item-con .txt{margin-top:20px;text-align: justify;line-height: 1.875;}
.product-detail .detail-item .swiper-pagination-bullet{width: 7px;height: 7px;opacity: 1;background: #d2d2d2;}
.product-detail .detail-item .swiper-pagination-bullet-active{background: #0037a0;}


@media (max-width:1400px){
  .product-detail{padding-top:60px;}
  .product-detail .detail-box{margin-top:60px;}
}
@media (max-width:992px){
  .product-detail .detail-box,.product-detail .tabList{margin-top:50px;}
  .product-detail .detail-item{padding-top:35px;}
  .product-detail .detail-item .item-con .txt{font-size:14px;}
}
@media (max-width:767px){
  .product-detail{padding-top:55px;}
  .product-detail .top-box>img{width: 100%;min-height:200px;object-fit: cover;object-position: center;}
  .product-detail .description{padding-top:28px;width: 100%;margin:0;}
  .product-detail .description .tit{font-size:26px;margin-bottom: 16px;}
  .product-detail .description .desc{padding:0;}
  .product-detail .tabList a{min-width: 100px;margin:0 2% 15px;}
  .product-detail .detail-box, .product-detail .tabList{margin-top:40px;}
  .product-detail .tabList{white-space: nowrap;overflow-x: auto;}
  .product-detail .detail-item .item-img,.product-detail .detail-item .item-con{float:none!important;width: 100%;}
  .product-detail .detail-item .item-img{margin:0 0 25px!important;}
  .product-detail .detail-item{padding-top:30px;margin-bottom: 35px;}
}

.cooperation-box{background: #f7f7f7;padding:62px 0 82px;}
.cooperation-box .coop-part{position: relative;padding-bottom: 68px;margin-bottom: 80px;}
.cooperation-box .coop-part:last-child{margin-bottom: 0;}
.cooperation-box .coop-txt{background: #fff;width:49%;max-width: 690px;padding:56px 0;position: relative;z-index:10;}
.cooperation-box .coop-txt .txt{padding:0 8.4% 0 5.2%;}
.cooperation-box .coop-img{position: absolute;right:0;top:54px;bottom:0;object-fit: cover;object-position: center;width: 60%;max-width: 836px;}
.cooperation-box .coop-txt h3{font-weight: bold;color:#010101;font-size:20px;line-height: 1;position: relative;letter-spacing: 1px;}
.cooperation-box .coop-txt span{display: block;width: 29px;height: 2px;background: #0037a0;margin:15px 0 30px;}
.cooperation-box .coop-txt .desc{color:#666;font-size:16px;line-height: 33px;letter-spacing: 1px;text-align: justify;min-height: 165px;overflow-y: auto;}
.cooperation-box .coop-tab{margin-top:45px;}
.cooperation-box .coop-txt .desc::-webkit-scrollbar {width:5px;}
.cooperation-box .coop-txt .desc::-webkit-scrollbar-track {background:#fff;}
.cooperation-box .coop-txt .desc::-webkit-scrollbar-thumb {background:#1b1b1b;}
.cooperation-box .coop-txt .desc::-webkit-scrollbar-thumb:window-inactive {background:#1b1b1b;}
.cooperation-box .coop-txt .desc::-webkit-scrollbar-thumb:vertical:hover {background:#1b1b1b;}
.cooperation-box .coop-tab a{float:left;min-width: 17%;margin-right:10px;padding-left:14px;margin-top:5px;position: relative;}
.cooperation-box .coop-tab a:before{position: absolute;content:'';width: 5px;height: 5px;border-radius:100%;overflow: hidden;background: #0037a0;top:50%;margin-top:-2px;left:0;}
.cooperation-box .coop-tab a:hover{color: #0037a0;}

@media (max-width:1500px){
  .cooperation-box .coop-part{padding-bottom: 60px;margin-bottom: 70px;}
}
@media (max-width:1200px){
  .cooperation-box .coop-txt{padding:45px 0;}
  .cooperation-box .coop-txt .desc{font-size:15px;line-height: 30px;}
  .cooperation-box .coop-txt span{margin-bottom: 25px;}
  .cooperation-box .coop-tab{margin-top:30px;}
}
@media (max-width:992px){
  .cooperation-box .coop-txt{padding:35px 0;}
  .cooperation-box .coop-txt .desc{line-height: 28px;min-height: auto;max-height: 165px;}
  .cooperation-box .coop-img{top:40px;}
  .cooperation-box .coop-part{padding-bottom: 50px;margin-bottom: 60px;}
  .cooperation-box .coop-tab{margin-top:25px;}
}
@media (max-width:767px){
  .cooperation-box .coop-txt{width:100%;}
  .cooperation-box .coop-img{position: relative;bottom:auto;top:0;width: 100%;padding-bottom: 51%;}
  .cooperation-box .coop-txt .desc{max-height: none;font-size:14px;line-height: 26px;}
  .cooperation-box .coop-txt{padding:30px 0;}
  .cooperation-box .coop-txt span{margin-bottom: 20px;}
  .cooperation-box .coop-part{padding-bottom: 0;margin-bottom: 40px;}
}
.about-part1 .common-con>.flex{align-items: flex-start;}
/*.autoH{height: auto!important;}*/
.about-part1 .common-con .desc{overflow-y: auto;padding-right:8px;height: 300px;}

.about-part1 .common-con .desc::-webkit-scrollbar {width:5px;}
.about-part1 .common-con .desc::-webkit-scrollbar-track {background:transparent;}
.about-part1 .common-con .desc::-webkit-scrollbar-thumb {background:rgba(255,255,255,.3);border-radius:5px;}
.about-part1 .common-con .desc::-webkit-scrollbar-thumb:window-inactive {background:rgba(255,255,255,.3);}
.about-part1 .common-con .desc::-webkit-scrollbar-thumb:vertical:hover {background:rgba(255,255,255,.3);}
.about-part1 .common-con .bottom-btn{display: none;}
.about-part1 .common-con .left{padding-bottom: 0;}


.add-video-center,.add-video-center .top .box{background: url(../images/new-video-bg.png) no-repeat top center;}
.add-video-center .top{background: none;background-image: linear-gradient(to bottom,#fff, #dcedfa);}
.add-video-center-list{padding:25px 1.5% 30px;}
.add-video-center-list li{padding:30px 1.7%;}
.add-video-center-list .v-citem{padding:39px 5.4% 0;background: #eff0f1;transition: all .3s;}
.add-video-center-list .v-citem .citem-img{position: relative;padding-bottom: 60.7%;overflow: hidden;}
.add-video-center-list .v-citem .tit{font-size:40px;padding:29px 0;margin:0;letter-spacing: 1px;}
.add-video-center-list .v-citem .tit span{float:left;position: relative;}
.add-video-center-list .v-citem .tit span:after{position: absolute;content:'';border:10px solid transparent;border-right:14px solid #0530a2;left:100%;margin-left:2px;top:50%;margin-top:-10px;}
.add-video-center-list .v-citem:hover{background: #25499d;}
.add-video-center-list .v-citem:hover .tit{color:#fff;}
.add-video-center-list .v-citem:hover .tit span:after{border-right-color:#fff;}

@media (max-width:1700px){
  .add-video-center-list .v-citem .tit{font-size:36px;}
}
@media (max-width:1600px){
  .add-video-center-list .v-citem .tit{font-size:32px;padding:25px 0;}
}
@media (max-width:1400px){
  .add-video-center-list .v-citem{padding-top:30px;}
  .add-video-center-list .v-citem .tit{font-size:28px;padding:20px 0;}
  .add-video-center-list li{padding:25px 1.6%;}
}
@media (max-width:992px){
  .add-video-center-list .v-citem .tit{font-size:26px;}
  .add-video-center-list .v-citem .tit span:after{border:8px solid transparent;border-right:12px solid #0530a2;margin-top:-8px;}
}
@media (max-width:767px){
  .add-video-center-list .v-citem{padding:20px 15px 0!important;}
  .add-video-center-list li{padding:14px 12px;}
  .add-video-center-list .v-citem .tit{font-size:18px;}
  .add-video-center-list .v-citem .tit span:after{border:6px solid transparent;border-right:8px solid #0530a2;margin-top:-6px;}
}


.cybk-list{background: url(../images/new-video-bg.png) no-repeat top center;}
.cybk-list .cybk-item{background-image: linear-gradient(to bottom,#fff, #dcedfa);}
.cybk-list .cybk-item .item-box{padding:45px 0;}
.cybk-list .cybk-item:nth-child(2n+2){background-image: linear-gradient(to bottom,rgba(255,255,255,0), #ededed);}
.cybk-list .cybk-item .item-list{padding:0 1.1%;margin-top:20px;}
.cybk-list .cybk-item .item-list .item-img{position: relative;padding-bottom: 71.5%;overflow: hidden;transition: all .3s;cursor: pointer;}
.cybk-list .cybk-item .item-list .item-icon{position: absolute;width: 32px;height: 32px;background: url(../images/icon-play.png) no-repeat center;background-size: 100% auto;top:50%;left:50%;margin-top:-16px;margin-left:-16px;z-index:10;}
.cybk-list .cybk-item .item-list .item-name{line-height: 1;font-weight: bold;color:#02279a;margin-top:22px;letter-spacing: 1px;font-size:18px;}
.cybk-list .cybk-item .item-list .item-desc{line-height: 1;color:#929292;margin-top:12px;letter-spacing: 1px;}
.cybk-list .cybk-item .item-list li{padding:25px 1.25%;}
.cybk-list .cybk-item .item-top{padding:0 4.4% 0 8.3333%;align-items: flex-end;}
.cybk-list .cybk-item .item-top a img{max-height: 86px;}
.cybk-list .cybk-item .item:hover .item-img{box-shadow: 3px 5.2px 16px rgba(0,0,0,.49);}
.cybk-list .cybk-item .item-title{font-weight: bold;color:#00259e;text-shadow: 2.5px 4.33px 5px rgba(0,0,0,.14);line-height: 1;}
.cybk-list .cybk-item .item-title span{float:left;position: relative;}
.cybk-list .cybk-item .item-title span:after{position: absolute;content:'';border:12px solid transparent;border-right:18px solid #0530a2;left:100%;margin-left:14px;top:50%;margin-top:-11px;}
.cybk-list .cybk-item:first-child .item-box{background: url(../images/new-video-bg.png) no-repeat top center;}
@media (max-width:1600px){
  .cybk-list .cybk-item .item-top a img{max-height: 80px;}
}
@media (max-width:1400px){
  .cybk-list .cybk-item .item-top a img{max-height: 70px;}
  .cybk-list .cybk-item .item-box{padding:35px 0;}
  .cybk-list .cybk-item .item-list li{padding:20px 1.25%;}
  .cybk-list .cybk-item .item-title span:after{margin-left:10px;border:10px solid transparent;border-right:16px solid #0530a2;margin-top:-8px;margin-left:6px;}
}
@media (max-width:992px){
  .cybk-list .cybk-item .item-top a img{max-height: 60px;}
}
@media (max-width:767px){
  .cybk-list .cybk-item .item-top a img{max-height: 30px;}
  .cybk-list .cybk-item .item-top{padding:0 10px 0 20px;}
  .cybk-list .cybk-item .item-title{font-size:24px;}
  .cybk-list .cybk-item .item-title span:after{margin-left:6px;border:6px solid transparent;border-right:10px solid #0530a2;margin-top:-4px;margin-left:2px;}
  .cybk-list .cybk-item .item-list{margin-top:10px;}
  .cybk-list .cybk-item .item-list li{padding:15px 10px;}
  .cybk-list .cybk-item .item-list .item-name{font-size:16px;}
}