/*
首页模块命名规范：col-index-模块英文名称，如：col-index-news
内页页面外层容器命名规范：
1、通用样式：col-page，内页外层容器通用样式，使用方法<div class="col-page col-page-about"></div>
2、页面样式：col-page-模块英文名称，如：col-page-about（关于我们页面）
3、内页模块命名规范：col-模块英文名称，如：col-product（产品）、col-honor（荣誉）
其他命名规范：
1、使用swiper、owl.Carousel等插件时，插件外层容器可用模块名称-container,如product-container
2、使用英文名称为样式命名，不要出现拼音和首字母
3、模块最外层容器命名规范：col-自定义名称
4、样式命名中单词由符号“-”来连接，如：col-culture,col-hot-product
备注：上面所说的模块不是指系统后台模块，是网站前台页面中的组成模块，如：首页中包含网站头部、产品、新闻、荣誉、案例、网站底部，其中每个部分视为一个模块。
*/
@charset "utf-8";
@font-face {
  font-family: "DIN";
  font-weight: regular;
  src: url("../fonts/DIN-Regular.otf") format("opentype");
}
@font-face {
  font-family: "DIN";
  font-weight: 500;
  src: url("../fonts/DIN-Medium.otf") format("opentype");
}
@font-face {
  font-family: "DIN";
  font-weight: bold;
  src: url("../fonts/DIN-Bold.otf") format("opentype");
}
/* CDN 服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: 'iconfont';  /* Project id 1502878 */
  src: url('//at.alicdn.com/t/c/font_1502878_47dm2gxtold.woff2?t=1678254418313') format('woff2'),
       url('//at.alicdn.com/t/c/font_1502878_47dm2gxtold.woff?t=1678254418313') format('woff'),
       url('//at.alicdn.com/t/c/font_1502878_47dm2gxtold.ttf?t=1678254418313') format('truetype');
}
html{overflow-x: hidden;font-size: 16px;}
body {min-width: 320px;color: #333;overflow: hidden;font-family:"PingFang SC", PingHei, STHeitiSC-Light, "Myriad Set Pro","Lucida Grande", "Helvetica Neue", Helvetica, "microsoft yahei", SimHei,tahoma, Arial, Verdana, sans-serif;}
.goomay a {
  font-family:"iconfont" !important;
  font-size:12px!important;
  color: rgb(255,255,255,.6)!important;
  font-style:normal;
  font-weight: normal;
  text-decoration: none!important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
  transition: .5s all;
}
.icon-goomay a:before { content: "\e625"; }
.goomay a:hover{color: rgb(255,255,255,1)!important;}
.icon-g:before { content: "\e603"; }
.iconfont {font-family: 'iconfont';}
*{word-break:normal !important}
li {list-style: none;}
i {font-style: normal;}
a {color: #333;}
a:focus{text-decoration: none;outline: none;color:#333;}
a:hover { color: #333;text-decoration: none;outline: none;}
p,h1,h2,h3,h4,h5,h6,ul,li {margin: 0;padding: 0;}
img {border: 0;  max-width: 100%;}
.relative {position: relative;}
.container {max-width: 1200px;  padding: 0 10px;}
.container2 {max-width: 1440px; width:100%;  margin: 0 auto; padding: 0 20px;}
.container3 {max-width: 1540px; width:100%;  margin: 0 auto; padding: 0 20px;}
#page{padding-top: 0px; overflow: hidden;}
nav.mm-menu_offcanvas{display: none;}
#header a.mm_btn{display: none; transition: .3s all;}
#BMapLib_transBox0 table td{box-sizing: content-box !important;}
.target-fix {position: relative;top:-100px;display: block;height: 0;overflow: hidden;}
img[src=""],img:not([src]){opacity:0 !important;}
.table{display: table;width: 100%;height: 100%;margin:0;}
.table>.middle{display: table-cell;vertical-align: middle;}
.none{display: none !important;}
.flex{display: -webkit-flex;display: -ms-flexbox;display: flex;}
.swiper-container,.swiper-container .swiper-slide{position: relative;}
.swiper-container{
  --swiper-theme-color: #0b429e;/* 设置Swiper风格 */
  --swiper-preloader-color: #0b429e;/* 单独设置预加载圆圈的颜色 */
}
/* animates */
@-webkit-keyframes fadeUp {
  from {opacity: 0;-webkit-transform: translate3d(0, 40px, 0);transform: translate3d(0, 40px, 0);}
  to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
}
@keyframes fadeUp {
  from {opacity: 0;-webkit-transform: translate3d(0, 40px, 0);transform: translate3d(0, 40px, 0);}
  to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
}
.fadeUp {-webkit-animation-name: fadeUp;animation-name: fadeUp;}
@-webkit-keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}
@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}
.fade {-webkit-animation-name: fadeIn;animation-name: fadeIn;}
@-webkit-keyframes fadeDown {
  from {opacity: 0;-webkit-transform: translate3d(0, -40px, 0);transform: translate3d(0, -40px, 0);}
  to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
}
@keyframes fadeDown {
  from {opacity: 0;-webkit-transform: translate3d(0, -40px, 0);transform: translate3d(0, -40px, 0);}
  to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
}
.fadeDown {-webkit-animation-name: fadeDown;animation-name: fadeDown;}
@-webkit-keyframes fadeLeft {
  from {opacity: 0;-webkit-transform: translate3d(-40px, 0, 0);transform: translate3d(-40px, 0, 0);}
  to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
}
@keyframes fadeLeft {
  from {opacity: 0;-webkit-transform: translate3d(-40px, 0, 0);transform: translate3d(-40px, 0, 0);}
  to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
}
.fadeLeft {-webkit-animation-name: fadeLeft;animation-name: fadeLeft;}
@-webkit-keyframes fadeRight {
  from {opacity: 0;-webkit-transform: translate3d(40px, 0, 0);transform: translate3d(40px, 0, 0);}
  to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
}
@keyframes fadeRight {
  from {opacity: 0;-webkit-transform: translate3d(40px, 0, 0);transform: translate3d(40px, 0, 0);}
  to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
}
.fadeRight {-webkit-animation-name: fadeRight;animation-name: fadeRight;}

/* header */
.header{width: 100%;z-index: 999;position: fixed;top:0;left: 0;width: 100%;transition: 0.25s;}
.header .inner{transition: 0.36s;background: transparent;position: relative;}
.header .inner .flex{display: -webkit-flex;display: -ms-flexbox;display: flex;height: 95px;line-height: 95px;transition: 0.5s;padding: 0 4vw;align-items: center;border-bottom: 1px solid rgba(255,255,255,.5);}
.header .inner .logo{font-size: 0;transition: 0.5s;position: relative;z-index: 5;margin-right: auto;}
.header .inner .logo img{filter: brightness(0) invert(1);;transition: 0.25s;}
.header .inner nav ul{font-size: 0;}
.header .inner nav ul li{display: inline-block;vertical-align: middle;margin-right: 3vw;position: relative;font-size: 18px;}
.header .inner nav ul li::after{content:'';width: 0;height: 3px;background: #fff;transition: 0.25s;position: absolute;left: 0;bottom: -1px;}
.header .inner nav ul li>a{transition: color 0.3s;display: inline-block;line-height: 1;position: relative;color:#fff;}
.header .inner nav ul li>a:hover{color:#0b429e !important;}
.header .inner nav ul li:hover::after,.header .inner nav ul li.active::after{width: 100%;}
.header .inner nav ul li .child{white-space: nowrap;position: absolute;top:100%;margin-top:-10px;left:-1.6vw;display: none;padding: 10px 1.6vw 15px;background: #fff;box-shadow: 0 5px 5px 2px rgba(0,0,0,0.05);min-width: 180px;}
.header .inner nav ul li .child p{margin-top: 5px;line-height: 1.6;padding:0;}
.header .inner nav ul li .child a{font-size:16px;color:#000;text-transform: none;transition: 0.2s;}
.header .inner nav ul li .child a:hover{color: #0b429e;}
.header .inner .language{font-size: 0;text-transform: uppercase;height: 45px;position: relative;margin-right: 1.5vw;}
.header .inner .language .inner_lang>a{display: block;padding: 0 20px;font-size: 16px;height: 45px;line-height: 45px;white-space: nowrap;color:#fff;}
.header .inner .language .inner_lang>a i.iconfont{font-size: 20px;display: inline-block;vertical-align: middle;margin-right: 5px;}
.header .inner .language .inner_lang>a i.fa{margin-left: 5px;font-size: 18px;}
.header .inner .language .lang-none{display: none;}
.header .inner .language .lang-none a{display: block;text-align: center;height: 45px;line-height: 45px;font-size: 16px;color:#000;background: #fff;}
.header .inner .language:hover .inner_lang{box-shadow: 0px 0px 9px 0px rgba(6, 0, 1, 0.18);background: #fff;}
.header .inner .language:hover .inner_lang>a{color:#000;}
.header .inner .language .lang-none a:hover{background: #000;color:#fff;}
.header .inner .index-search{position: relative;font-size: 0;}
.header .inner .index-search>a{color:rgba(255,255,255,1);}
.header .inner .index-search i.iconfont{font-size: 20px;display: inline-block;vertical-align: middle;transition:color 0.25s;}
.header .inner .index-search .content{position: fixed;width:100%;height: 100%;top:0;left: 0;background: rgba(0, 0, 0, 0.45);z-index: 999;display: none;}
.header .inner .index-search .content .container{position: relative;height: 100%;}
.header .inner .index-search .content .s-content{background: #fff;text-align: center;padding:6vh 0;position: absolute;top:30%;width: 100%;left: 0;transform: translateY(20px);opacity: 0;transition: 0.5s;}
.header .inner .index-search .content a.close{position: absolute;font-size: 32px;top:10px;right: 20px;}
.header .inner .index-search .content .title{font-size: 24px;color:#242424;margin-bottom: 10px;line-height: 1.5;}
.header .inner .index-search .content .input{font-size: 0;line-height: 1;}
.header .inner .index-search .content input{height: 60px;outline: none;vertical-align: middle}
.header .inner .index-search .content .inpt3{padding-left: 20px;border:1px solid #d2d2d2;font-size: 16px;width: 45%;color:#292929;}
.header .inner .index-search .content .inpt3::-webkit-input-placeholder {color: #b6b6b6;}
.header .inner .index-search .content .inpt3:-moz-placeholder {color: #b6b6b6;}
.header .inner .index-search .content .inpt3::-moz-placeholder {color: #b6b6b6;}
.header .inner .index-search .content .inpt3:-ms-input-placeholder {color: #b6b6b6;}
.header .inner .index-search .content .inpt4{width: 60px;background: #313131;border:none;font-size: 24px;color:#fff;font-family: 'iconfont';}
.header .inner .index-search .content.active .s-content{transform: none;opacity: 1;transition-delay: 0.36s;}


.header.active .inner,.header.cur .inner{background: #fff;box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);}
.header.active .inner nav ul li>a,.header.cur .inner nav ul li>a,.header.active .inner .language .inner_lang>a,.header.cur .inner .language .inner_lang>a,.header.active .inner .index-search>a,.header.cur .inner .index-search>a{color:#000;}
.header.active .inner nav ul li.active>a{color:#0b429e;}
.header.active .inner .logo img,.header.cur .inner .logo img{filter: none;}
.header.active .inner nav ul li::after,.header.cur .inner nav ul li::after{background: #0b429e;}

.header.relative{position: relative;}

/* banner */
.col-banner {transition: 0.5s all ease;position: relative;padding: 0 !important;}
.col-banner .swiper-slide{background-position: center !important;background-size: cover !important;position: relative;}
.col-banner .swiper-slide .ban_cont{position: absolute;top: calc(50% + 47.5px);transform: translateY(-50%);color:#fff;left: 0;width: 100%;z-index: 2;}
#col-index-banner .swiper-slide{height: 100vh !important;position: relative;}
#col-index-banner .swiper-slide .ban_cont .content .s-content{font-size: 20px;}
#col-index-banner .swiper-slide .ban_cont .content .s-content h2{font-size: 3.125rem;font-weight: bold;margin: 10px 0 8vh;}
#col-index-banner .swiper-slide .ban_cont .content a.more{width: 160px;display: block;background: #0b429e;color:#fff;text-align: center;line-height: 50px;font-size: 16px;transition: 0.25s;}
#col-index-banner .swiper-slide .ban_cont .content a.more i.fa{font-size: 18px;margin-left: 15px;}
#col-index-banner .swiper-slide .ban_cont .content a.more:hover{transform: translateY(-3px);}
#col-index-banner .swiper-pagination span{width: 32px;height: 5px;border-radius: 2.5px;background: #fff;transition: 0.2s;}
#col-banner .swiper-slide .ban_cont .namemark {font-size: 16px;margin-bottom: 10px;}
#col-banner .swiper-slide .ban_cont h1{font-size: 2.81215rem;font-weight: bold;}

/* index */
#index-body .fadein{opacity: 0;transition: 0.2s;}
#index-body .fadeinup{transform: translateY(40px);opacity: 0;transition: 0.2s;}
#index-body .fadeinleft{transform: translateX(-40px);opacity: 0;transition: 0.2s;}
#index-body .fadeinright{transform: translateX(40px);opacity: 0;transition: 0.2s;}
#index-body .section.active .fadein{opacity: 1;transition: 0.5s;transition-delay: 0.8s;}
#index-body .section.active .fadeinup,#index-body .section.active .fadeinleft,#index-body .section.active .fadeinright{transform: none;opacity: 1;transition: 0.5s;transition-delay: 0.8s;}
#index-body .section.active .delay1{transition-delay: 0.9s;}
#index-body .section.active .delay2{transition-delay: 1s;}
#index-body .section.active .delay3{transition-delay: 1.1s;}
#index-body .section.active .delay4{transition-delay: 1.2s;}
#index-body .section.active .delay5{transition-delay: 1.3s;}
#index-body .section.active .delay6{transition-delay: 1.4s;}
#index-body .section.active .delay7{transition-delay: 1.5s;}
#index-body .section.active .delay8{transition-delay: 1.6s;}
#index-body .section{height: 100vh;}
#index-body .init-1 .content{margin-top: 95px;font-size: 16px;color:#777;line-height: 2;padding: 0 3.1vw;text-align: center;}
#index-body .init-1 .content h2{font-size: 2.5rem;font-weight: bold;line-height: 1.25;color:#000;margin:0 auto 3vh;max-width: 624px;}
#index-body .init-1 a.more{width: 160px;display: block;background: #0b429e;color:#fff;text-align: center;line-height: 50px;font-size: 16px;transition: 0.25s;margin: 2.5vh auto 6vh;}
#index-body .init-1 a.more i.fa{font-size: 18px;margin-left: 15px;}
#index-body .init-1 a.more:hover{transform: translateY(-3px);box-shadow: 0 0 15px 0 rgba(0,0,0,.1);}
#index-body .init-1 .num ul{display: flex;justify-content: space-between;font-size: 18px;}
#index-body .init-1 .num ul li:nth-child(2n){width: 1px;height: 16vh;transform: rotate(35deg);background: #e5e5e5;}
#index-body .init-1 .num ul li p:nth-child(1){font-size: 24px;}
#index-body .init-1 .num ul li p:nth-child(1) .odometer{font-family: 'DIN';font-size: 3.75rem;font-weight: bold;line-height: 1;vertical-align: baseline;}
#index-body .init-2 ul.list{width: 100%;height: 100vh;display: flex;flex-wrap: wrap;}
#index-body .init-2 ul.list li{width: 50%;position: relative;overflow: hidden;height: 100%;}
#index-body .init-2 ul.list li .img{width: 100%;height: 100%;}
#index-body .init-2 ul.list li .img img{width: 100%;height: 100%;object-fit: cover;}
#index-body .init-2 ul.list li .content{width: 100%;color:#fff;position: absolute;left: 0;top: calc(50% + 47.5px);transform: translateY(-50%);text-align: center;}
#index-body .init-2 ul.list li .content .namemark{font-size: 16px;}
#index-body .init-2 ul.list li .content .title{font-size: 2.5rem;margin: 1.5vh 0 9vh;}
#index-body .init-2 ul.list li .content .more{width: 160px;display: block;color:#fff;border: 1px solid #fff;text-align: center;line-height: 50px;font-size: 16px;transition: 0.25s;margin: 0 auto;}
#index-body .init-2 ul.list li .content .more i.fa{font-size: 18px;margin-left: 15px;}
#index-body .init-2 ul.list li .content .more:hover{transform: translateY(-3px);box-shadow: 0 0 15px 0 rgba(0,0,0,.1);background: #0b429e;border-color: #0b429e;}
#index-body .init-3 .container2{padding-top: 95px;padding-bottom: 35px;}
#index-body .init-3 h2{text-align: center;font-size: 2.5rem;font-weight: bold;margin-bottom: 3vh;}
#index-body .init-3 .content{text-align: center;margin: 0 auto 4vh;max-width: 1065px;font-size: 16px;color:#777;line-height: 2;}
#index-body .init-3 a.more{width: 160px;display: block;background: #0b429e;color:#fff;text-align: center;line-height: 50px;font-size: 16px;transition: 0.25s;margin: 8vh auto 0;}
#index-body .init-3 a.more i.fa{font-size: 18px;margin-left: 15px;}
#index-body .init-3 a.more:hover{transform: translateY(-3px);box-shadow: 0 0 15px 0 rgba(0,0,0,.1);}
#index-body .init-4 .container2{padding-top: 95px;padding-bottom: 35px;}
#index-body .init-4 h2{font-size: 2.5rem;font-weight: bold;margin-bottom: 5vh;}
#index-body .init-4 .swiper-slide a{display: block;border: 1px solid #cfcfcf;border-top: 4px solid #1e2b69;padding: 3vh 25px 6vh;transition: 0.25s;background: rgba(255,255,255,.5);}
#index-body .init-4 .swiper-slide .title{display: flex;flex-wrap: wrap;align-items: center;justify-content: space-between;margin-bottom: 1.8vh;}
#index-body .init-4 .swiper-slide .title span{font-size: 20px;font-weight: bold;color:#0b429e;}
#index-body .init-4 .swiper-slide .title .more{font-size: 15px;color:#777;margin: 10px 0;}
#index-body .init-4 .swiper-slide .img{position: relative;overflow: hidden;}
#index-body .init-4 .swiper-slide h3{display: flex;align-items: flex-end;flex-wrap: wrap;justify-content: space-between;margin: 10px 0 12px;}
#index-body .init-4 .swiper-slide h3 span{font-size: 20px;width: calc(100% - 100px);transition: 0.2s color;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
#index-body .init-4 .swiper-slide h3 .date{margin-top: 10px;color:#777;font-size: 16px;}
#index-body .init-4 .swiper-slide .desc{line-height: 1.562;font-size: 16px;color:#777;height: 50px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
#index-body .init-4 .swiper-slide:hover a{background: #fff;}
#index-body .init-4 .swiper-slide:hover h3 span{color:#0b429e}
#index-body .init-4 a.more{width: 160px;display: block;background: #0b429e;color:#fff;text-align: center;line-height: 50px;font-size: 16px;transition: 0.25s;margin: 4vh auto 0;}
#index-body .init-4 a.more i.fa{font-size: 18px;margin-left: 15px;}
#index-body .init-4 a.more:hover{transform: translateY(-3px);box-shadow: 0 0 15px 0 rgba(0,0,0,.1);}
  
/* page */
.page {text-align: center;padding: 20px 0;}
.page ul li a{border:1px solid #e5e5e5 !important;background: #fff;color:#0b429e;margin:0 3.5px;width: 40px;height:40px;padding: 0;line-height: 38px;font-size: 14px;border-radius: 0 !important;}
.page ul li.disabled a{border:none;background: #fff;}
.page ul li.active a{border:none;background: #0b429e;color:#fff;}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {border:none;background: #fff;color:#0b429e}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {border:none;background: #0b429e;color:#fff;}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {background: #fff;color:#0b429e;}
/* 内页 */
.overflow{overflow: hidden;}
.overflow img,.smallImg img{width: 100%;transition: 1.5s cubic-bezier(.165,.84,.44,1);}
.overflow:hover img{-webkit-transform:scale(1.05);transform:scale(1.05)}
.smallImg:hover img{-webkit-transform:scale(0.92);transform:scale(0.95);}
.videoPop{width: 100%;height: 100%;background: rgba(0,0,0,0.6);position: fixed;left: 0;top:0;z-index: 9999;display: none;text-align: center;padding:5vh 1vw;}
.videoPop .col-video2{position: relative;width: 100%;height: 100%;}
#Video{max-width: 100%;max-height: 100%;position: absolute;max-width: 970px;top:50%;left: 50%;transform: translate(-50%,-50%);width: 100%;}
#videoClose{position: absolute;right:10px;top:5px;color: #fff;cursor: pointer;font-size: 36px;transition: 0.5s;z-index: 99;}
#videoClose:hover{color: #eee;}

.vicenav {padding: 1px 0 0;}
.vicenav .container3{padding: 0;}
.vicenav ul{display: flex;flex-wrap: wrap;margin-top: -94px;position: relative;z-index: 2;
  background-image: -moz-linear-gradient( 90deg, rgb(255,255,255) 0%,  rgba(255,255,255,.8) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(255,255,255) 0%,  rgba(255,255,255,.8) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(255,255,255) 0%,  rgba(255,255,255,.8) 100%);
}
.vicenav ul li{flex:1;}
.vicenav ul li a{display: flex;width: 100%;height: 94px;justify-content: center;align-items: center;font-size: 18px;transition: 0.2s;position: relative;}
.vicenav ul li a::before{content:'';width: 0;height: 2px;background: #1864a2;position: absolute;left: 0;bottom: 0;transition: 0.25s;}
.vicenav ul li:not(:last-child) a::after{content:'';width: 1px;height: 30px;background: #c6c6c6;position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
.vicenav ul li a:hover,.vicenav ul li.active a{color:#1864a2}
.vicenav ul li a:hover::before,.vicenav ul li.active a::before{width: 100%;}
.col-page-about h2{font-size: 2.5rem;margin-bottom: 8px;font-weight: bold;}
.col-page-about .namemark{font-size: 20px;color:#777;margin-bottom: 3.8vh;}
.col-page-about .col-1 {background: #f8f8f8;}
.col-page-about .col-1 .container3{padding: 12vh 20px;}
.col-page-about .col-1 .flex{flex-wrap: wrap;align-items: center;justify-content: space-between;}
.col-page-about .col-1 .flex .img{width: 39%;}
.col-page-about .col-1 .flex .content{width: 56%;}
.col-page-about .col-1 .flex .content .s-content{font-size: 16px;color:#777777;line-height: 2;}
.col-page-about .col-2 .container3{color:#fff;padding: 10vh 20px 12vh;text-align: center;}
.col-page-about .col-2 .namemark{margin-bottom: 7.5vh;color:#fff;}
.col-page-about .col-2 .content ul{display: flex;flex-wrap: wrap;}
.col-page-about .col-2 .content ul li{width: calc(25% - 1.5px);margin-right: 2px;margin-bottom: 2px;background: rgba(24,100,162,.6);padding: 10vh 20px 12vh;font-size: 16px;line-height: 1.875;transition: 0.25s;}
.col-page-about .col-2 .content ul li:nth-child(4n){margin-right: 0;}
.col-page-about .col-2 .content ul li h3{font-size: 24px;font-weight: bold;margin-bottom: 2.5vh;padding-bottom: 3vh;position: relative;}
.col-page-about .col-2 .content ul li h3::after{content:'';width: 31px;height: 5px;background: #1864a2;position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);}
.col-page-about .col-2 .content ul li:hover{background: rgba(24,100,162);}
.col-page-about .col-3 .container3{padding: 12vh 20px;text-align: center;}
.col-page-about .col-3 .namemark{margin-bottom: 5vh;}
.col-page-about .col-3 .content{margin-bottom: 9vh;font-size: 16px;color:#777777;line-height: 2;}
.col-page-about .col-3 .swiper-pagination{position: relative;margin-top: 5.2vh;bottom: auto;}
.col-page-about .col-3 .swiper-pagination span{width: 11px;height: 11px;background: #c6c6c6;opacity: 1;transition: 0.25s;}
.col-page-about .col-3 .swiper-pagination span.swiper-pagination-bullet-active{background: #1864a2;}
.col-page-about .col-3 .swiper-slide{width: 350px;}
.col-page-about .col-3 .swiper-slide .img{opacity: .6;transition: 0.25s;}
.col-page-about .col-3 .swiper-slide-active .img{opacity: 1;}
.col-page-about .col-4 {background: #fafdfc;}
.col-page-about .col-4 .container3{padding: 12vh 20px;}
.col-page-about .col-4 .flex{align-items: center;justify-content: space-between;flex-wrap: wrap;margin-bottom: 6.6vh;}
.col-page-about .col-4 .flex .title .namemark{margin-bottom: 0;}
.col-page-about .col-4 .flex .child{margin: 10px 0;font-size: 0;}
.col-page-about .col-4 .flex .child a{display: inline-block;padding: 0 2.3vw;position: relative;font-size: 16px;color:#777777;transition: 0.2s;}
.col-page-about .col-4 .flex .child a:first-child{padding-left: 0;}
.col-page-about .col-4 .flex .child a:last-child{padding-right: 0;}
.col-page-about .col-4 .flex .child a:not(:last-child)::after{content:'/';color:#999999;font-size: 16px;position: absolute;right: 0;top: 50%;transform: translate(50%,-50%);}
.col-page-about .col-4 .flex .child a.active,.col-page-about .col-4 .flex .child a:hover{color:#1864a2;}
.col-page-about .col-4 .slides .swiper-container{display: none;padding-bottom: 100px;}
.col-page-about .col-4 .slides .swiper-container.active{display: block;}
.col-page-about .col-4 .slides .swiper-container .swiper-button{width:auto;height: auto;margin-top: 0;position: absolute;top: auto;bottom: 0;transition: 0.25s;outline: none;opacity: 1;font-size: 36px;color:#000;}
.col-page-about .col-4 .slides .swiper-container .swiper-button::after{display: none;}
.col-page-about .col-4 .slides .swiper-container .swiper-button:hover{color:#1864a2;}
.col-page-about .col-4 .slides .swiper-container .swiper-button-prev{left: calc(50% - 50px);}
.col-page-about .col-4 .slides .swiper-container .swiper-button-next{right: calc(50% - 50px);}
.col-page-about .col-4 .swiper-slide .img{position: relative;min-height: 66px;overflow: hidden;}
.col-page-about .col-4 .swiper-slide .title{text-align:center;margin-top: 20px;font-size: 20px;transition: 0.2s;}
.col-page-about .col-4 .swiper-slide:hover .title{color:#1864a2;}
.col-page-about .col-5 .container3{padding: 8vh 20px;}
.col-page-about .col-5 .container3 .swiper-wrapper{align-items: center;}
.col-page-about .col-5 .container3 .swiper-slide{text-align: center;}

.col-page-product .wrap{padding: 12vh 0 10px;}
.col-page-product .wrap .item{margin-bottom: 12vh;display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;position: relative;z-index: 2;}
.col-page-product .wrap .item:nth-child(2n){flex-direction: row-reverse;}
.col-page-product .wrap .item:nth-child(2n-1):not(:last-child)::after{content:'';width: 10000px;height: 28vh;background: #f9f9f9;position: absolute;left: 50%;bottom: -20vh;z-index: -1;transform: translateX(-50%);}
.col-page-product .wrap .item .img{width: 45%;transition: 0.25s;}
.col-page-product .wrap .item .img:hover{box-shadow: 5px 12px 12px 0 rgba(0,0,0,.1);}
.col-page-product .wrap .item .content{width: 55%;padding: 20px 6.5vw;}
.col-page-product .wrap .item .content h2{font-size: 2.5rem;font-weight: bold;margin-bottom: 4vh;}
.col-page-product .wrap .item .content ul.com li{margin-bottom: 2vh;}
.col-page-product .wrap .item .content ul.com li a{font-size: 16px;color:#777777;transition: 0.25s;border-bottom: 1px solid;}
.col-page-product .wrap .item .content ul.com li a:hover{color:#1864a2}
.col-page-product .wrap .item .content a.more{width: 160px;display: block;background: #0b429e;color:#fff;text-align: center;line-height: 50px;font-size: 16px;transition: 0.25s;margin: 5vh 0 0;}
.col-page-product .wrap .item .content a.more i.fa{font-size: 18px;margin-left: 15px;}
.col-page-product .wrap .item .content a.more:hover{transform: translateY(-3px);box-shadow: 0 0 15px 0 rgba(0,0,0,.1);}
.col-page-product .lists{padding: 12vh 0;}
.col-page-product ul.list {display: flex;flex-wrap: wrap;}
.col-page-product ul.list li{width: 23.5%;margin-right: 2%;margin-bottom: 5vh;}
.col-page-product ul.list li:nth-child(4n){margin-right: 0;}
.col-page-product ul.list li .img{overflow: hidden;}
.col-page-product ul.list li .title{margin-top: 10px;font-size: 18px;font-weight: 500;text-align: center;transition: 0.2s;}
.col-page-product ul.list li:hover .title{color:#1864a2;}

.col-product-detail .pro_show{padding: 13vh 0;display: flex;flex-wrap: wrap;justify-content: space-between;}
.col-product-detail .pro_show .caseleft{width: 44.5%;}
.col-product-detail .pro_show .caseleft .bimg{position: relative;}
.col-product-detail .pro_show .caseleft .col-thumb {margin-top: 23px;padding: 0 30px;position: relative;}
.col-product-detail .pro_show .caseleft .col-thumb .swiper-slide a{transition: 0.25s;border:2px solid rgba(0,0,0,0);display: block;}
.col-product-detail .pro_show .caseleft .col-thumb .swiper-slide-thumb-active a{border-color: #1864a2;}
.col-product-detail .pro_show .caseleft .col-thumb .swiper-button{width: 20px;height: 100%;display: flex;align-items: center;justify-content: center;background: #f5f5f5;font-size: 24px;margin-top: auto;top: 0;position: absolute;outline: none;color:#333;opacity: 1;transition: 0.25s;}
.col-product-detail .pro_show .caseleft .col-thumb .swiper-button::after{display: none;}
.col-product-detail .pro_show .caseleft .col-thumb .swiper-button:hover{background: #1864a2;color:#fff;}
.col-product-detail .pro_show .caseleft .col-thumb .swiper-button-prev{left: 0;}
.col-product-detail .pro_show .caseleft .col-thumb .swiper-button-next{right: 0;}
.col-product-detail .pro_show .caseright{width: 43.8%;}
.col-product-detail .pro_show .caseright .column{font-size: 18px;}
.col-product-detail .pro_show .caseright h1{font-size: 3rem;font-weight: 500;margin: 8px 0 4.5vh;}
.col-product-detail .pro_show .caseright .content {color:#888888;font-size: 16px;line-height: 1.5;margin-bottom: 2.6vh;}
.col-product-detail .pro_show .caseright .link{font-size: 0;margin-top: 9vh;}
.col-product-detail .pro_show .caseright .link a{display: inline-block;vertical-align: middle;width: 200px;border: 1px solid #333;text-align: center;line-height: 55px;font-size: 18px;transition: 0.25s;margin: 0 18px 15px 0;}
.col-product-detail .pro_show .caseright .link a i.iconfont{margin-right: 10px;font-weight: bold;}
.col-product-detail .pro_show .caseright .link a:hover{background: #1864a2;color:#fff;border-color: #1864a2;}
.col-product-detail .detail .item{padding: 12vh 0 8vh;}
.col-product-detail .detail .item1{border-top: 80px solid #f5f5f5;}
.col-product-detail .detail h2{font-size: 2.25rem;font-weight: bold;margin-bottom: 5.2vh;}
.col-product-detail .detail .item1 table{width: 100%;border-top: 2px solid #333;}
.col-product-detail .detail .item1 table tr{border-bottom: 1px solid #dddddd;}
.col-product-detail .detail .item1 table tr td{font-size: 18px;padding: 22px 0;}
.col-product-detail .detail .item1 table tr td:first-child{font-size: 20px;font-weight: 500;}

.col-page-technology h2{font-size: 2.5rem;margin-bottom: 8px;font-weight: bold;}
.col-page-technology .namemark{font-size: 20px;color:#777;margin-bottom: 6vh;}
.col-page-technology .col-1 .container3{padding: 12vh 20px;text-align: center;}
.col-page-technology .col-1 .swiper-container{padding-bottom: 100px;}
.col-page-technology .col-1 .swiper-container .swiper-button{width:auto;height: auto;margin-top: 0;position: absolute;top: auto;bottom: 0;transition: 0.25s;outline: none;opacity: 1;font-size: 36px;color:#000;}
.col-page-technology .col-1 .swiper-container .swiper-button::after{display: none;}
.col-page-technology .col-1 .swiper-container .swiper-button:hover{color:#1864a2;}
.col-page-technology .col-1 .swiper-container .swiper-button-prev{left: calc(50% - 50px);}
.col-page-technology .col-1 .swiper-container .swiper-button-next{right: calc(50% - 50px);}
.col-page-technology .col-1 .swiper-container .swiper-slide{min-height: 66px;}
.col-page-technology .col-2{background: #f3f3f3;}
.col-page-technology .col-2 .container3{padding: 12vh 20px;}
.col-page-technology .col-2 .namemark{margin-bottom: 6vh;}
.col-page-technology .col-2 .content{max-width: calc(60% - 25px);font-size: 16px;color:#777777;line-height: 2;margin-bottom: 4vh;}
.col-page-technology .col-2 ul.list{display: flex;align-items: flex-end;flex-wrap: wrap;margin-top: -30vh;}
.col-page-technology .col-2 ul.list li{position: relative;overflow: hidden;width: calc(30% - 25px);margin-right: 25px;}
.col-page-technology .col-2 ul.list li:nth-child(3n){width: 40%;margin-right: 0;}
.col-page-technology .col-3 .container3{padding: 12vh 20px;}
.col-page-technology .col-3 .title{padding-right: 120px;margin-bottom: 10px;position: relative;}
.col-page-technology .col-3 .namemark{margin-bottom: 0;}
.col-page-technology .col-3 .swiper-button{width:auto;height: auto;margin-top: 0;position: absolute;top: auto;bottom: 0;transition: 0.25s;outline: none;opacity: 1;font-size: 36px;color:#000;}
.col-page-technology .col-3 .swiper-button::after{display: none;}
.col-page-technology .col-3 .swiper-button:hover{color:#1864a2;}
.col-page-technology .col-3 .swiper-button-prev{left:auto;right: 80px;}
.col-page-technology .col-3 .swiper-button-next{right: 0;}
.col-page-technology .col-3 .swiper-slide{width: 670px;}
.col-page-technology .col-3 .swiper-slide .img{position: relative;min-height: 66px;overflow: hidden;}
.col-page-technology .col-3 .swiper-slide h3{text-align: center;margin-top: 10px;font-size: 20px;color:#777777;}

.col-page-recruit h2{font-size: 2.5rem;margin-bottom: 8px;font-weight: bold;}
.col-page-recruit .namemark{font-size: 20px;color:#777;margin-bottom: 6.8vh;}
.col-page-recruit .col-1 .container3{padding: 12vh 20px;}
.col-page-recruit .col-1 ul li{display: flex;align-items: center;justify-content: space-between;margin-bottom: 10vh;}
.col-page-recruit .col-1 ul li:last-child{margin-bottom: 0;}
.col-page-recruit .col-1 ul li:nth-child(2n){flex-direction: row-reverse;}
.col-page-recruit .col-1 ul li .img{width: 49%;}
.col-page-recruit .col-1 ul li .content{width: 43%;}
.col-page-recruit .col-1 ul li .content .title{font-size: 1.875rem;font-weight: bold;margin-bottom: 3vh;}
.col-page-recruit .col-1 ul li .content .s-content{color:#777;font-size: 16px;line-height: 2;}
.col-page-recruit .col-1 ul li .content .s-content strong{color:#333;}
.col-page-recruit .col-2 .container3{padding: 12vh 20px;}
.col-page-recruit .col-2 h2{margin-bottom: 6vh;}
.col-page-recruit .col-2 ul.list{display: flex;flex-wrap: wrap;}
.col-page-recruit .col-2 ul.list li{width: 33.33%;background: #fff;border: 1px solid #dcdcdc;transition: 0.25s;margin-top: -1px;margin-left: -1px;}
.col-page-recruit .col-2 ul.list li a{display: block;padding: 5vh 4vw;}
.col-page-recruit .col-2 ul.list li .title{font-size: 24px;margin-bottom: 2vh;}
.col-page-recruit .col-2 ul.list li .content{font-size: 16px;color:#777;line-height: 2;height: 96px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;margin-bottom: 12px;}
.col-page-recruit .col-2 ul.list li .address{display: flex;align-items: center;font-size: 16px;}
.col-page-recruit .col-2 ul.list li .address i.iconfont{color:#1864a2;margin-right: 3px;}
.col-page-recruit .col-2 ul.list li:hover{box-shadow: 0px 0px 21px 0px rgba(6, 0, 1, 0.16);z-index: 2;}
.col-page-recruit .col-2 ul.list li:hover .title{font-size: 24px;color:#1864a2;}

.col-page-jobdetail{padding:6vh 0 20vh}
.col-page-jobdetail h1{font-size: 24px;padding: 15px 5px;border-bottom: 1px solid #ddd;margin-bottom: 30px;font-weight: bold;}
.col-page-jobdetail ul{background: #8c989f;padding: 5px 10px;color: #fff;margin-top: 30px;}
.col-page-jobdetail ul li{list-style: none;padding: 8px 5px 8px 120px;min-height: 20px;position: relative;border-bottom: 1px solid #ddd;}
.col-page-jobdetail ul li:last-child{border:none;}
.col-page-jobdetail ul li span{position: absolute;left: 0;top: 0;width: 120px;padding: 8px 3px;overflow: hidden;}
.col-page-jobdetail h3{margin: 30px 0 10px;padding: 0 10px;font-size: 16px;font-weight: normal;height: 40px;line-height: 40px;border-bottom: 1px solid #ddd;}
.col-page-jobdetail .content{padding: 0 10px;line-height: 2;}
.col-page-jobdetail .sub{margin-top: 30px;margin-left: 10px;}
.col-page-jobdetail .sub a{display: inline-block;background: #1864a2;height: 35px;line-height: 35px;padding: 0 35px;color: #fff;border-radius: 2px;}
.col-page-jobdetail .met_tools {border-top: 1px solid #ddd;margin-top: 30px;position: relative;padding: 10px 10px 0;height: 50px;line-height: 50px;}
.col-page-jobdetail .met_tools .bdshare-button-style1-16 .bds_more {color: #333;float: left;}

#cvlist {padding: 6vh 0 20vh;}
#cvlist .v52fmbx {border: 1px solid #ddd;border-top: 0;overflow: hidden;text-align: left;}
#cvlist .v52fmbx h3{border-top: 1px solid #ddd;margin: 0;padding: 0 5px 0 15px;font-weight: bold;font-size: 16px;background: #ddd;height: 60px;line-height: 60px;}
#cvlist .v52fmbx dl{border-top: 1px solid #ddd;margin: 0;display: -webkit-box;display: -moz-box;display: box;display: -ms-flexbox;position: relative;padding: 5px 0;}
#cvlist .v52fmbx dl dt{padding: 15px 15px 10px 15px;width: 105px;text-align: left;font-weight: normal;overflow: hidden;line-height: 1.2;}
#cvlist .v52fmbx dl dd{-moz-box-flex: 1.0;-webkit-box-flex: 1.0;box-flex: 1.0;-ms-flex: 1;padding: 2px 15px;margin: 10px 0;}
#cvlist .v52fmbx dl dd input{width: 350px;height: 28px;line-height: 28px\9;padding: 2px 5px;border: 1px solid #dcdfe0;background-color: #fff;color: #333;outline: 0;border-radius: 2px;}
#cvlist .v52fmbx dl dd input[type="radio"]{border-radius: 100%;bottom: 3px;height: 15px;position: relative;vertical-align: middle;width: 15px;margin: 0;position: relative;top: -1px;margin-right: 6px;}
#cvlist .v52fmbx dl dd textarea{width: 350px;line-height: 1.5;height: 100px;padding: 7px 5px;border: 1px solid #dcdfe0;background-color: #fff;color: #333;outline: 0;}
#cvlist .v52fmbx dl dd input[type="submit"]{display: block;width: 120px;height: 40px;background: #1864a2;color:#fff;line-height: 40px;text-align: center;transition: 0.3s;padding:0;border:none;}
#cvlist .v52fmbx dl dd input[type="submit"]:hover{box-shadow: 0px 5px 27px 0px rgba(0, 0, 0, 0.03);transform: translateY(-5px);}

.col-page-news {padding: 10vh 0;}
.col-page-news h2{text-align: center;font-size: 2.5rem;font-weight: bold;margin-bottom: 8px;}
.col-page-news .namemark{text-align: center;font-size: 20px;color:#777;margin-bottom:6vh;}
.col-page-news ul.news-top{display: flex;flex-wrap: wrap;justify-content: space-between;margin-bottom: 6vh;}
.col-page-news ul.news-top li{width: 30%;}
.col-page-news ul.news-top li a{display: block;border: 1px solid #cfcfcf;border-top: 4px solid #1e2b69;padding: 5vh 25px 6vh;transition: 0.25s;background: rgba(255,255,255,.5);}
.col-page-news ul.news-top li .img{position: relative;overflow: hidden;}
.col-page-news ul.news-top li h3{display: flex;align-items: flex-end;flex-wrap: wrap;justify-content: space-between;margin: 10px 0 12px;}
.col-page-news ul.news-top li h3 span{font-size: 20px;width: calc(100% - 100px);transition: 0.2s color;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.col-page-news ul.news-top li h3 .date{margin-top: 10px;color:#777;font-size: 16px;}
.col-page-news ul.news-top li .desc{line-height: 1.562;font-size: 16px;color:#777;height: 50px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.col-page-news ul.news-top li:hover a{background: #fff;}
.col-page-news ul.news-top li:hover h3 span{color:#0b429e}
.col-page-news ul.list {margin-bottom: 4vh;}
.col-page-news ul.list li{padding: 4vh 0 3vh;border-bottom: 1px solid #dcdcdc;}
.col-page-news ul.list li a{display: block;padding-right: 90px;position: relative;}
.col-page-news ul.list li a .date{font-size: 16px;color:#777;}
.col-page-news ul.list li a .title{font-size: 20px;margin: 6px 0 14px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;max-width: 588px;transition: 0.2s;}
.col-page-news ul.list li a .desc{font-size: 16px;color:#777;max-width: 750px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.col-page-news ul.list li a .more{position: absolute;bottom: 0;right: 0;font-size: 16px;color:#1864a2;}
.col-page-news ul.list li a:hover .title{color:#1864a2;}

/* 新闻详情页 */
.col-news { position: relative; margin: 0 auto;padding: 5vh 10px;}
.col-news article {width: 100%;background: #fff;}
.col-news .met_clear {clear: both;}
.col-news .met_module2 h1.met_title {font-size: 24px;font-weight: normal;padding: 5px 0;color:#000;}
.col-news .met_module2 .met_infos {color: #818181;font-size: 12px;margin-bottom: 30px;padding-bottom: 10px;border-bottom: 1px solid #ddd;}
.col-news .met_module2 .met_time { padding-right: 6px;}
.col-news .met_module2 .met_source {padding-right: 6px;}
.col-news .met_module2 .met_source a {color: #607fa6;}
.col-news .met_module2 .met_editor { padding: 0 10px;color:#000;}
.col-news .met_editor {line-height: 2;}
.col-news .met_tools {border-top: 1px solid #ddd;margin-top: 30px;position: relative;padding: 10px 10px 0;}
.col-news .met_tools .met_page {clear: both;color: #818181;}
.col-news .met_tools .met_page li {display: inline-block;list-style: none;margin-right: 30px;}
.col-news .met_tools .met_page li:last-child{margin-right: 0}
.col-news .met_tools .met_page li span {padding-right: 5px;}
.col-news .met_tools .met_page a {color: #607fa6;}

.col-page-contact h2{font-size: 2.5rem;margin-bottom: 2.4vh;}
.col-page-contact .col-1 .container3{padding: 12vh 20px;}
.col-page-contact .col-1 .flex{flex-wrap: wrap;justify-content: space-between;}
.col-page-contact .col-1 .flex .content{width: 30%;}
.col-page-contact .col-1 .flex .content .s-content{font-size: 16px;color:#777;margin-bottom: 7vh;}
.col-page-contact .col-1 .flex .content .contact span.name{display: inline-block;background: #1864a2;border-radius: 15px;border-bottom-left-radius: 0;color:#fff;padding: 5px 10px;font-size: 0;line-height: 1;}
.col-page-contact .col-1 .flex .content .contact span.name i.iconfont{font-size: 16px;display: inline-block;vertical-align: middle;}
.col-page-contact .col-1 .flex .content .contact span.name span{font-size: 16px;display: inline-block;vertical-align: middle;margin-left: 4px;}
.col-page-contact .col-1 .flex .content .contact a{display: inline-block;font-size: 2.25rem;font-weight: bold;font-family: 'DIN';color:#1864a2;}
.col-page-contact .col-1 .flex .content .info{margin-top: 2.2vh;padding-top: 2.2vh;border-top: 1px solid #dadada;font-size: 16px;line-height: 2;}
.col-page-contact .col-1 .flex .content .info p span{font-size: 14px;color:#777777;}
.col-page-contact .col-1 .flex .img{width: 70%;margin-right: -2.5vw;}
.col-page-contact .col-2{background: #f7f7f7;}
.col-page-contact .col-2 .container3{padding: 12vh 20px;}
.col-page-contact .col-2 .flex{align-items: center;justify-content: space-between;flex-wrap: wrap;}
.col-page-contact .col-2 .flex .map{width: 50%;height: 592px;}
.col-page-contact .col-2 .flex .map #allmap {width:100%;height:100%;}
.col-page-contact .col-2 .flex .map #allmap img { max-width: 1070px; max-height: 500px;}
.col-page-contact .col-2 .flex .map #allmap label {max-width: 1070px;background: #fff !important;border:none !important;box-shadow: 0 2px 3px rgba(0,0,0,.1);padding: 10px !important;top: auto !important;bottom: 10px;left: 50% !important;transform: translateX(-45%)}
.col-page-contact .col-2 .flex .map #allmap label::before{content: "";width: 0px;height: 0px;border-top: 10px solid #fff;border-left: 10px solid transparent;border-right: 10px solid transparent;position: absolute;bottom: -10px;left: 50%;margin-left: -10px;}
.col-page-contact .col-2 .flex .map #allmap .BMapLib_SearchInfoWindow .BMapLib_bubble_content{overflow-y: auto !important;}
.col-page-contact .col-2 .flex .message{width: 45%;}
.col-page-contact .col-2 .flex .message .content{font-size: 16px;color:#777;margin-bottom: 7vh;}
.col-page-contact .col-2 .flex .message form ul{display: flex;flex-wrap: wrap;}
.col-page-contact .col-2 .flex .message form ul li{width: 32%;margin-right: 2%;margin-bottom: 3vh;}
.col-page-contact .col-2 .flex .message form ul li:nth-child(3n){margin-right: 0;}
.col-page-contact .col-2 .flex .message form ul li:nth-child(n+4){width: 100%;margin-right: 0;}
.col-page-contact .col-2 .flex .message form ul li input,.col-page-contact .col-2 .flex .message form ul li textarea{border: none;border-bottom: 1px solid #bfbfbf;padding-bottom: 15px;font-size: 16px;padding-left: 10px;outline: none;background: none;width: 100%;}
.col-page-contact .col-2 .flex .message form ul li.code .verify{width: 120px;}
.col-page-contact .col-2 .flex .message form ul li textarea{min-height: 110px;}
.col-page-contact .col-2 .flex .message form .sub{width: 160px;line-height: 50px;background: #1864a2;color:#fff;outline: none;font-size: 16px;border: none;margin-top: 3vh;}






/* search */
#search{padding: 8vh 0 6vh;overflow:hidden}
#search .goomay-keywords-light{background: #bb2424 !important;color:#ffffff !important;}
#search .search_left{border: 1px solid #d6d6d6;padding-top:5px;padding-bottom:5px;}
#search .s_head{border-bottom: 1px solid #d6d6d6;height: 50px;}
#search .s_head h2{line-height: 50px;text-align: center;font-size: 24px;font-weight: bold;color:#333;}
#search .s_body ul{margin-top: 10px;}
#search .s_body ul span{display: block;color: #333;line-height: 40px;}
#search .s_body ul input,.s_body ul select{height: 35px;width: 100%;line-height: 35px;border: 1px solid #e6e6e6;padding-left: 10px;margin-bottom: 10px;}
#search .s_body .sub input{height: 45px;line-height: 45px;background: #333;border: 0;color: #fff;transition: 0.3s;text-align: center;padding-left: 0px;font-size: 16px;}
#search .search_right .no-result{text-align: center;font-size: 30px;color:#333;margin-top:50px;}
#search .search-result-title{font-size: 20px;color: #333;line-height: 30px;height: 30px;overflow: hidden;}
#search .entry-image {float: left;width: 120px;margin: 0 20px 0 0;}
#search .entry-c{position: relative;overflow: hidden;}
#search .search-result-info{padding:5px 0;}
#search .search-result-info li{display: inline-block;}
#search .entry-content p{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
#search .search_right em{color: #bb2424;}
#search .search_right .search-result{margin-left:25px;}
#search .search_right .search-li{border-bottom: 1px solid #d6d6d6;margin-bottom: 30px;padding-bottom: 10px;}
#search .search_right li{overflow: hidden;}
#search .search-result-info li:before{content: '/';display: inline-block;margin-left: 10px;margin-right: 10px;opacity: 0.5}
#search .search-result-info li:first-child:before { display: none; }
#search .product_list{padding-bottom: 15px;border-bottom: 1px solid #d6d6d6; margin-bottom: 15px;}
#search .product_img{float: left;}
#search .product_img img{border-radius: 50%;}
#search .product_img img:hover{width: 90px;height: 90px;}
#search .product_body{float: left;margin-left: 20px;margin-top: 10px;}
#search .se_news{float: right;width: 79%;}
#search .news ul li .se_news a {color:#bb2424;text-decoration: underline;display: inline-block;height: 22px;overflow: hidden;transition: 0.3s;}
#search .search_right .news .date em{color: #fff;}




/* 底部 */
#gotoTop{position: fixed;z-index: 999;;bottom: 15vh;right: 20px;width: 50px;height: 50px;text-align: center;line-height: 50px;background: #0b429e;color:#fff;font-size: 24px;display: none;cursor: pointer;}
.footer{padding: 6vh 0 0;
  background-image: -moz-linear-gradient( 0deg, rgb(2,84,139) 0%, rgb(11,104,165) 63%, rgb(19,123,190) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(2,84,139) 0%, rgb(11,104,165) 63%, rgb(19,123,190) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(2,84,139) 0%, rgb(11,104,165) 63%, rgb(19,123,190) 100%);
}
.footer .logo{margin-bottom: 3.1vh;}
.footer .code{margin-bottom: 11px;}
.footer .info{font-size: 14px;color:#fff;line-height: 1.875;margin-bottom: 4vh;padding: 0 20px;}
.footer .footer-nav{border-top: 1px solid rgba(255,255,255,.2);border-bottom: 1px solid rgba(255,255,255,.2);padding: 15px 0;}
.footer .footer-nav a{font-size: 18px;display: inline-block;margin: 0 1.8vw;transition: 0.2s;color:#fff;}
.footer .copyright{padding: 15px 20px;font-size: 14px;color:#fff;}
.footer .copyright a{color:#fff;}




/* media */

@media (max-width: 1800px) {

}
@media (max-width: 1600px) {
  #index-body .init-1 .num ul li p:nth-child(1) .odometer{font-size: 3rem;}
  #col-index-banner .swiper-slide .ban_cont .content .s-content h2,.col-product-detail .pro_show .caseright h1,#col-banner .swiper-slide .ban_cont h1{font-size: 2.75rem;}

  .col-page-technology .col-3 .swiper-slide{width: 620px;}
  html{font-size: 15px;}
}
@media (max-width: 1460px) {
  #index-body .init-1 .num ul li p:nth-child(1) .odometer{font-size: 2.75rem;}
  #col-index-banner .swiper-slide .ban_cont .content .s-content h2,.col-product-detail .pro_show .caseright h1,#col-banner .swiper-slide .ban_cont h1{font-size: 2.5rem;}
  #index-body .init-1 .content h2,#index-body .init-2 ul.list li .content .title,#index-body .init-3 h2,#index-body .init-4 h2,.col-page-about h2,.col-page-product .wrap .item .content h2,.col-page-technology h2,.col-page-recruit h2,.col-page-news h2,.col-page-contact h2{font-size: 1.875rem;}
  #col-index-banner .swiper-slide .ban_cont .content .s-content,#index-body .init-4 .swiper-slide .title span,#index-body .init-4 .swiper-slide h3 span,.col-page-about .namemark,.col-page-about .col-2 .content ul li h3,.col-page-about .col-4 .swiper-slide .title,.col-page-technology .namemark,.col-page-technology .col-3 .swiper-slide h3,.col-page-recruit .col-2 ul.list li .title,.col-page-news .namemark,.col-page-news ul.news-top li h3 span,.col-page-news ul.list li a .title,.col-news .met_module2 h1.met_title{font-size: 18px;}

  .col-page-technology .col-3 .swiper-slide{width: 580px;}
  .col-page-technology .col-2 ul.list{margin-top: -20vh;}
  .header .inner nav ul li{font-size: 16px;margin-right: 2vw;}

  html{font-size: 14px;}

}
@media (max-width: 1200px) {
  #index-body .init-1 .num ul li p:nth-child(1) .odometer{font-size: 2.5rem;}
  #col-index-banner .swiper-slide .ban_cont .content .s-content h2,.col-product-detail .pro_show .caseright h1,#col-banner .swiper-slide .ban_cont h1{font-size: 2.25rem;}
  #index-body .init-1 .content h2{font-size: 18px;}
  #col-index-banner .swiper-slide .ban_cont .content .s-content,#index-body .init-1 .num ul,.col-page-about .col-4 .swiper-slide .title,.col-page-product ul.list li .title,.col-page-technology .col-3 .swiper-slide h3{font-size: 16px;}
  
  .col-page-recruit .col-2 ul.list li a{padding: 5vh 3.5vw;}
  .col-page-technology .col-3 .swiper-slide{width: 500px;}
  .col-page-technology .col-2 ul.list{margin-top: -15vh;}
  .col-page-about .col-4 .slides .swiper-container,.col-page-technology .col-1 .swiper-container{padding-bottom: 60px;}
  .col-page-about .col-3 .swiper-slide{width: 300px;}
  .col-page-about .col-2 .container3,.col-page-about .col-1 .container3,.col-page-about .col-3 .container3,.col-page-about .col-4 .container3,.col-page-technology .col-1 .container3,.col-page-technology .col-2 .container3,.col-page-technology .col-3 .container3,.col-page-recruit .col-1 .container3,.col-page-recruit .col-2 .container3,.col-page-contact .col-1 .container3{padding-top: 6vh;padding-bottom: 6vh;}
  .col-page-about .col-2 {background-attachment:  scroll !important;}
  #col-banner{margin-top: 80px;}
  .col-banner .swiper-slide .ban_cont{top: 50%;}
  .vicenav ul{margin-top: 0;}
  .vicenav ul li a{height: 60px;font-size: 16px;}
  .header .inner nav ul li{margin-right: 1.5vw;}
  .header .inner .flex{font-size: 0 20px;}
  .header .inner .logo img{width: 120px;}
  .header .inner .language{margin-right: 10px;}
  .header .inner .language .inner_lang>a i.iconfont{display: none;}

  html{font-size: 13px;}
  
}
@media (max-width: 992px) {
  #col-index-banner .swiper-slide .ban_cont .content .s-content h2{margin: 5px 0 3vh;}
  #index-body .init-1 .container2{transform: none;opacity: 1;}
  #col-index-banner,#col-index-banner .fp-tableCell,#col-index-banner .fp-tableCell .swiper-slide{height: 50vh !important;}
  #index-body .init-2 ,#index-body .init-2 .fp-tableCell{height: auto !important;}
  .col-page-recruit .col-2 ul.list li {width: 50%;}
  .col-page-technology .col-3 .swiper-slide{width: 380px;}
  .col-page-product ul.list li{width: 48%;margin-right: 4%;}
  .col-page-product ul.list li:nth-child(4n){margin-right: 4%;}
  .col-page-product ul.list li:nth-child(2n){margin-right: 0;}
  .col-page-product .wrap .item{margin-bottom: 5vh;}
  .col-page-about .col-2 .content ul li{width: calc(50% - 1px);margin-right: 2px;}
  .col-page-about .col-2 .content ul li:nth-child(4n){margin-right: 2px;}
  .col-page-about .col-2 .content ul li:nth-child(2n){margin-right: 0;}
  .col-page-recruit .col-1 ul li {flex-wrap: wrap;}
  .col-page-about .col-1 .flex .img,.col-page-about .col-1 .flex .content,.col-page-product .wrap .item .img,.col-page-product .wrap .item .content,.col-product-detail .pro_show .caseleft,.col-product-detail .pro_show .caseright,.col-page-recruit .col-1 ul li .img,.col-page-recruit .col-1 ul li .content,.col-page-news ul.news-top li,.col-page-contact .col-1 .flex .content,.col-page-contact .col-1 .flex .img,.col-page-contact .col-2 .flex .map,.col-page-contact .col-2 .flex .message,.col-page-contact .col-2 .flex .message form ul li{width: 100%;display: block;margin-right: 0;margin-bottom: 35px;}
  .col-page-contact .col-2 .flex .map{height: 300px;}
  .vicenav ul{flex-wrap: wrap;}
  .vicenav ul li{width: 33.33%;flex: none;}
  #index-body .init-2 ul.list li .content{top: 50%;}
  #index-body .init-1 .content{margin-top: 35px;}
  #index-body .init-3 .container2,#index-body .init-4 .container2{padding-top: 35px;}
  #index-body .init-2 ul.list {height: auto;}
  #index-body .init-2 ul.list li{width: 100%;height: auto;}
  #col-index-banner .swiper-slide .ban_cont .content a.more,#index-body .init-1 a.more,#index-body .init-2 ul.list li .content .more,#index-body .init-3 a.more,#index-body .init-4 a.more,.col-page-product .wrap .item .content a.more,.col-product-detail .pro_show .caseright .link a,.col-page-contact .col-2 .flex .message form .sub{width: 120px;line-height: 40px;font-size: 14px;}
  .col-product-detail .pro_show .caseright .link a{width: 150px;}
  .header .inner .flex{height: 80px;line-height: 80px;}
  .header .inner .index-search{margin-right: 50px;}
  .header .inner nav ,.header .inner .language,.col-page-product .wrap .item:nth-child(2n-1):not(:last-child)::after,.footer .footer-nav{display: none;}
  .footer{padding-top: 3vh;}
  .footer .info{margin-bottom: 3vh;}
  .footer .copyright{border-top: 1px solid rgba(255,255,255,.5);}

  html{font-size: 12px;}
  
}
@media (max-width: 768px) {
  .vicenav ul li a,.col-page-product ul.list li .title,#col-banner .swiper-slide .ban_cont .namemark{font-size: 14px;}
  
  #cvlist .v52fmbx dl dd input,#cvlist .v52fmbx dl dd textarea{width: 100%;}
  .col-page-technology .col-3 .swiper-slide{width: 320px;}
  .col-page-technology .col-2 ul.list{margin-top: 0;}
  .col-page-technology .col-2 ul.list li{width: 100% !important;margin-right: 0;margin-bottom: 25px;}
  #col-banner .swiper-slide .ban_cont .namemark{margin-bottom: 0;}
  .col-page-about .col-3 .swiper-slide{width: 240px;}
  .vicenav ul li{width: 50%;}
  .vicenav ul li a{height: auto;padding: 12px 5px;}
  #index-body .init-2 ul.list li .content .title{margin: 1.5vh 0 3vh;}
  #index-body .init-1 .num ul{flex-wrap: wrap;}
  #index-body .init-1 .num ul li{width:50%;margin-bottom: 20px;text-align: center;}
  #index-body .init-1 .num ul li:nth-child(2n){display: none;}

  html{font-size: 11px;}

  
}
@media (max-width: 468px) {
  .col-page-technology .col-3 .swiper-slide{width: 240px;}
  .col-page-about .col-3 .swiper-slide{width: 180px;}
  .col-page-about .col-2 .content ul li,.col-page-recruit .col-2 ul.list li{width: 100%;margin-right: 0;}
  html{font-size: 10px;}

  
}
@media (max-height: 700px) {

}


/*手机版菜单*/
.mm-slideout{z-index: auto!important;}
@media screen and (max-width: 992px)  {
  #header a.mm_btn {background: center center no-repeat transparent;display: block;width: 60px;height:60px;position: absolute;top: 10px;right: 0; padding: 15px;z-index: 12; }
  #header .mm_btn .menu_bar {width: 30px;height: 30px; position: relative;transform: translateZ(0) rotate(0);transition: transform .4s cubic-bezier(.4,.01,.165,.99);}
  #header .mm_btn .menu_bar_item { position: absolute;left: 0;top: 0; transform: translateZ(0) rotate(0); transition: transform .25s cubic-bezier(.4,.01,.165,.99) 0s; -webkit-transform: translateZ(0) rotate(0); -webkit-transition: -webkit-transform .25s cubic-bezier(.4,.01,.165,.99) 0s; width: 30px;height: 30px;}
  #header .mm_btn .menu_bar_item .rect{ width: 30px; height: 2px; background: #fff; position: absolute; left: 0; top: 14px;/*transition: transform .2s ease .2s;-webkit-transition: -webkit-transform .2s ease .2s;*/-webkit-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
  #header.active .mm_btn .menu_bar_item .rect,#header.cur .mm_btn .menu_bar_item .rect{background: #000;}
  #header .mm_btn .menu_bar_item .rect.top {transform: translate3d(0,-8px,0); -webkit-transform: translate3d(0,-8px,0);}
  #header .mm_btn .menu_bar_item .rect.mid {transform: translate3d(0,0px,0); -webkit-transform: translate3d(0,0px,0); transition: 0.5s;}
  #header .mm_btn .menu_bar_item .rect.bottom {transform: translate3d(0,8px,0); -webkit-transform: translate3d(0,8px,0);}
  #header .mm_btn.is_active .menu_bar_item.mid{opacity: 0;}
  #header .mm_btn.is_active .menu_bar_item .rect {transition: transform 0s ease 0s; transform: translate3d(0,0,0); -webkit-transition: -webkit-transform 0s ease 0s; -webkit-transform: translate3d(0,0,0);}
  #header .mm_btn.is_active .menu_bar_item.bottom { transform: translateZ(0) rotate(-45deg); -webkit-transform: translateZ(0) rotate(-45deg);}
  #header .mm_btn.is_active .menu_bar_item {transform: translateZ(0) rotate(45deg);transition: transform .25s cubic-bezier(.4,.01,.165,.99) 0s;-webkit-transform: translateZ(0) rotate(45deg);-webkit-transition: -webkit-transform .25s cubic-bezier(.4,.01,.165,.99) 0s;}
  /*菜单弹出方向*/
  .mm-menu_offcanvas{left: auto!important;}
  .mm-menu{right: 0!important;}
  .mm-menu_offcanvas.mm-menu_opened{z-index: 9!important;}
  .mm-slideout{z-index: 10!important;}
  .mm-menu.mm-menu_pageshadow:after{content: ""; display: block; width: 20px; height: 120%; position: absolute; right: 100%; top: -10%; z-index: 99; box-shadow: 0 0 10px rgba(0,0,0,.3);}/*弹出菜单边阴影*/
  .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout{-webkit-transform: translate(-80vw,0)!important;-ms-transform: translate(-80vw,0)!important;transform: translate(-80vw,0)!important;-webkit-transform: translate3d(-80vw,0,0)!important;transform: translate3d(-80vw,0,0)!important;/*transform: translate3d(80vw,0,0)!important;*/}
  .mm-wrapper_opened .mm-menu_fx-menu-slide {-webkit-transform: translate(0,0)!important;-ms-transform: translate(0,0)!important;transform: translate(0,0)!important;-webkit-transform: translate3d(0,0,0)!important;transform: translate3d(0,0,0)!important;}
  /**/
  #menu{ color:rgba(0,0,0,.8);}
  #menu .mm-listview .mm-btn_next:after{border-color: rgba(189,189,189,1);}
  #menu .mm-btn:after, #menu .mm-btn:before{border-color: rgba(189,189,189,1);}
  #menu .mm-navbar a, #menu .mm-navbar>*{color:rgba(0,0,0,.8); font-size: 16px;}
  #menu.mm-menu_theme-white .mm-counter{color:rgba(0,0,0,.6);}
  /* #menu .mm-searchfield input{background: rgba(0,0,0,.3);color: rgba(0,0,0,.2);} */
  #menu .mm-listitem, #menu .mm-listitem #menu .mm-btn_next, #menu .mm-listitem #menu .mm-btn_next:before, #menu .mm-listitem:after, #menu .mm-listview{ border-color: rgba(0,0,0,.1); }
  #menu .mm-navbars_bottom, #menu .mm-navbars_top{border-color: rgba(0,0,0,.1);}
  #menu .mm-listitem a{font-size: 16px;}
}
@media (min-width: 550px){
  .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout {-webkit-transform: translate(-440px,0)!important;-ms-transform: translate(-440px,0)!important;transform: translate(-440px,0)!important;-webkit-transform: translate3d(-440px,0,0)!important;transform: translate3d(-440px,0,0)!important;}
}

