/*
首页模块命名规范：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: "Gilroy";
  font-weight: regular;
  src: url("../fonts/gilroy-regular-3.otf") format("opentype");
}
@font-face {
  font-family: "Gilroy";
  font-weight: 500;
  src: url("../fonts/Gilroy-Medium-2.otf") format("opentype");
}
@font-face {
  font-family: "Gilroy";
  font-weight: bold;
  src: url("../fonts/gilroy-bold-4.otf") format("opentype");
}
/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: 'iconfont';  /* Project id 1502878 */
  src: url('//at.alicdn.com/t/c/font_1502878_15f7mvq4yfqj.woff2?t=1702608025599') format('woff2'),
       url('//at.alicdn.com/t/c/font_1502878_15f7mvq4yfqj.woff?t=1702608025599') format('woff'),
       url('//at.alicdn.com/t/c/font_1502878_15f7mvq4yfqj.ttf?t=1702608025599') format('truetype');
}
html{overflow-x: hidden;font-size: 16px;}
html.active{overflow: hidden;}
body {min-width: 320px;color: #000000;overflow: hidden;font-family:"Gilroy","HarmonyOS","PingFang SC", PingHei, STHeitiSC-Light, "Myriad Set Pro","Lucida Grande", "Helvetica Neue", Helvetica, "microsoft yahei", SimHei,tahoma, Arial, Verdana, sans-serif;font-weight: 400;}
.goomay a {
  font-family:"iconfont" !important;
  font-size:12px!important;
  color: rgb(255,255,255,1)!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: #1f317f!important;}
.icon-g:before { content: "\e603"; }
.iconfont {font-family: 'iconfont';}
*{word-break:normal !important}
li {list-style: none;}
i {font-style: normal;}
a {color: #000000;}
a:focus{text-decoration: none;outline: none;color:#000000;}
a:hover { color: #000000;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: 100%; width:100%;  margin: 0 auto; padding: 0 8.33vw;}
.container3 {max-width: 1460px; width:100%;  margin: 0 auto; padding: 0 15px;}
#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: #1f317f;/* 设置Swiper风格 */
  --swiper-preloader-color: #1f317f;/* 单独设置预加载圆圈的颜色 */
}
/* 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;transition: 0.25s;}
.header .inner{transition: 0.36s;background:#fff;position: relative;border-bottom: 1px solid #e5e5e5;}
.header .inner .flex{display: -webkit-flex;display: -ms-flexbox;display: flex;height: 109px;line-height: 109px;transition: 0.5s;padding: 0 3vw;align-items: center;}
.header .inner .logo{font-size: 0;transition: 0.25s;position: relative;z-index: 5;margin-right: auto;}
.header .inner .logo img{transition: 0.25s;}
.header .inner nav {margin-left: auto;margin-right: 3vw;}
.header .inner nav ul{font-size: 0;}
.header .inner nav ul li{display: inline-block;vertical-align: middle;margin-right: 2.5vw;font-size: 16px;position: relative;}
.header .inner nav ul li:last-child{margin-right: 0;}
.header .inner nav ul li>a{transition: color 0.3s;display: inline-block;line-height: 1;position: relative;}
.header .inner nav ul li>a:hover,.header .inner nav ul li.active>a{color:#1f317f !important;}
.header .inner nav ul li .child{white-space: nowrap;position: absolute;top:100%;margin-top:-10px;left:50%;transform: translateX(-50%);text-align: center;display: none;padding: 10px 1.6vw 15px;background: #fff;box-shadow: 0 5px 5px 2px rgba(0,0,0,0.05);}
.header .inner nav ul li .child p{margin-top: 2px;line-height: 1.6;padding:0;}
.header .inner nav ul li .child a{font-size:14px;color:#000;text-transform: none;}
.header .inner nav ul li .child a:hover{color: #1f317f;}
.header .inner .language{position: relative;line-height: 1;margin-right: 1.5vw;}
.header .inner .language a{font-size: 16px;font-weight: 500;margin: 0 12px;position: relative;transition: 0.25s;color:rgba(1,1,1,.4)}
.header .inner .language a:first-child::after{content:'';width: 1px;height: 17px;background: rgba(0,0,0,.4);position: absolute;top: 50%;transform: translateY(-50%);right: -12px;}
.header .inner .language a:hover,.header .inner .language a.active{color:#000}
.header .inner .code{line-height: 1.2;font-size: 15px;color:rgba(0,0,0,.5);text-align: right;}
.header .inner .code p:nth-child(2){font-size: 22px;font-weight: 500;color:#000}

/* .header.cur {position: relative;} */
/* .header.cur .inner .logo{padding: 15px 20px 0;background: #073290;position: relative;height: 100%;display: flex;align-items: center;}
.header.cur .inner .logo::after{content:'';width: 100%;height: 26px;background: url(../images/arrow.png) no-repeat top center/100% 100%;position: absolute;top: 100%;left: 0;} */
/* .header.cur .inner .logo img{filter: grayscale(100%) brightness(10000%);} */
.header.hide{transform: translateY(calc(-100% - 30px));display: block !important;}
.header.relative{position: relative;}

.header.inner_header .inner .logo{height: 100%;background: #073290;}
.header.inner_header .inner .logo img{height: calc(100% + 24%);width: auto;;}
/* banner */
.col-banner {transition: 0.5s all ease;position: relative;padding: 0 !important;}
.col-banner .swiper-slide{font-size: 0;}
.col-banner .swiper-slide .img img{width: 100%;height: 100%;object-fit: cover;}
.col-banner .swiper-slide .ban_cont .content{opacity: 0;}
#col-index-banner,#col-index-banner .swiper-slide {width: 100%;height: 100vh;}
#col-index-banner .swiper-slide video{width: 100%;height: 100%;object-fit: cover;position: relative;}
#col-index-banner .swiper-slide .ban_cont{position: absolute;bottom: 6%;color:#fff;left: 0;width: 100%; text-align:right; z-index: 2;}
#col-index-banner .swiper-slide .ban_cont .content .s-content{font-size: 24px;font-weight: 500; }
#col-index-banner .swiper-slide .ban_cont .content .s-content h2{font-size: 3.625rem;margin: 5px 0 4vh;}
#col-index-banner .swiper-slide .ban_cont .content a.play{color:#fff;font-size: 18px;}
#col-index-banner .swiper-slide .ban_cont .content a.play i{display: inline-block;vertical-align: middle;width: 26px;height: 26px;border-radius: 50%;background: url(../images/play.png);margin-left: 10px;}
#col-index-banner .swiper-slide .muted{position: absolute;right: 3vw;bottom: 6%;font-size: 30px;color:rgba(255,255,255,.5);transition: 0.25s;cursor: pointer;line-height: 1;z-index: 5;}
#col-index-banner .swiper-slide .muted:hover {color:#fff;}

.f24{font-size: 1.5rem;}
.f30{font-size: 1.875rem;}
.f36{font-size: 2.25rem;}
.f40{font-size: 2.5rem;}
.f48{font-size: 3rem;}

.col-index-product{padding: 10vh 0;}
.col-index-product h2{color:#1f317f;margin-bottom: 20px;}
.col-index-product .flex{justify-content: space-between;align-items: flex-end;margin-bottom: 6vh;}
.col-index-product .flex .content{line-height: 1.167;}
.col-index-product .flex a.more{display: flex;align-items: center;font-size: 16px;transition: 0.25s;flex-shrink: 0;}
.col-index-product .flex a.more i.fa{width: 25px;height: 25px;border-radius: 50%;background: #1f317f;color:#fff;line-height: 25px;font-size: 12px;margin-left: 10px;text-align: center;}
.col-index-product .flex a.more:hover{color:#1f317f;}
.col-index-product ul.list{display: flex;flex-wrap: wrap;}
.col-index-product ul.list li{width: 23.5%;margin-right: 2%;margin-bottom: 3.4vh;}
.col-index-product ul.list li:nth-child(4n){margin-right: 0;}
.col-index-product ul.list li .img{position: relative;overflow: hidden;background: #fff;}
.col-index-product ul.list li .title{margin-top: 20px;display: flex;align-items: center;}
.col-index-product ul.list li .title span{font-size: 22px;transition: 0.25s;}
.col-index-product ul.list li .title i.fa{width: 25px;height: 25px;border-radius: 50%;background: rgba(255,255,255,.5);border: 1px solid rgba(197,197,197,.5);text-align: center;line-height: 23px;font-size: 12px;color:#1f317f;transition: 0.25s;margin-left: 8px;}
.col-index-product ul.list li:hover .title span{color:#1f317f;}
.col-index-product ul.list li:hover .title i.fa{border-color: #1f317f;background: #1f317f;color:#fff;}

.col-index-news{padding: 10vh 0;}
.col-index-news .wrap{display: flex;justify-content: space-between;}
.col-index-news .wrap .item{width: 48%;}
.col-index-news .wrap .item .title{display: flex;align-items: center;justify-content: space-between;padding-bottom: 2.5vh;border-bottom: 2px dashed rgba(0,0,0,.15);margin-bottom: 20px;}
.col-index-news .wrap .item .title span.name{font-size: 20px;font-weight: bold;}
.col-index-news .wrap .item .title .more{display: flex;align-items: center;font-size: 16px;transition: 0.25s;}
.col-index-news .wrap .item .title .more i.fa{width: 25px;height: 25px;border-radius: 50%;background: #1f317f;color:#fff;line-height: 25px;font-size: 12px;margin-left: 10px;text-align: center;}
.col-index-news .wrap .item .title .more:hover{color:#1f317f;}
.col-index-news .wrap .item ul li{margin-bottom: 20px;}
.col-index-news .wrap .item ul li .inner{padding: 3.2vh 0;border-bottom: 1px dashed rgba(0,0,0,.15);display: flex;align-items: center;flex-wrap: wrap;justify-content: space-between;}
.col-index-news .wrap .item ul li .inner .img{width: 45%;overflow: hidden;}
.col-index-news .wrap .item ul li .inner .content{width: 50%;}
.col-index-news .wrap .item ul li .inner .content .date{font-size: 18px;color:#999999;margin-bottom: 10px;}
.col-index-news .wrap .item ul li .inner .content h3{font-size: 20px;line-height: 1.5;margin-bottom: 3vh;transition: 0.25s;}
.col-index-news .wrap .item ul li .inner .content .more{display: flex;align-items: center;color:#666;font-size: 16px;}
.col-index-news .wrap .item ul li .inner .content .more i.fa{margin-left: 3px;}
.col-index-news .wrap .item ul li .flex{justify-content: space-between;align-items: center;}
.col-index-news .wrap .item ul li .flex h3{width: calc(100% - 150px);font-size: 18px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;transition: 0.25s;}
.col-index-news .wrap .item ul li .flex .date{font-size: 18px;color:#999999;}
.col-index-news .wrap .item ul li:hover h3{color:#1f317f}

/* page */
.page {text-align: center;}
.page ul li a{border:none;background: none;color:#666;padding:0 2px;margin:0 10px;font-size: 18px;}
.page ul li.disabled a{border:none;background: none;}
.page ul li.active a{border:none;background: none;color: #1f317f;border-bottom: 4px solid #1f317f;}
.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: none;}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {background: none;color:#666;}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {background: none;color:#666;}
/* 内页 */
.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.06);transform:scale(1.06)}
.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: 9999999999;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{text-align: center;width: 100%;margin-bottom: 8vh;}
.vicenav a{margin:0 1.5vw 5px;color:#666666;font-size: 16px;position: relative;display: inline-block;}
.vicenav a:not(:last-child)::after{content:'';width: 1px;height: 14px;background: rgba(0,0,0,.2);position: absolute;top: 50%;transform: translateY(-50%);right: -1.5vw;}
.vicenav a.active,.vicenav a:hover{color:#1b4299;}
.col-page-development{position: relative;}
.col-page-development .columnImg{position: relative;width: 100%;height: 100vh;}
.col-page-development .columnImg::after{content:'';width: 100%;height: 12.5%;opacity: .6;position: absolute;left: 0;bottom: 0;
  background-image: -moz-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%); 
}
.col-page-development .columnImg .bttrlazyloading-wrapper{width: 100%;height: 100%;}
.col-page-development .columnImg img{width: 100%;height: 100%;object-fit: cover;}
.col-page-development .vicenav{position: absolute;left: 0;bottom: 5vh;z-index: 2;margin-bottom: 0;}
.col-page-development .vicenav a{color:#fff;}
.col-page-development .vicenav a::after{background: rgba(255,255,255,.2);}

.col-page-culture{padding: 3.5vh 0 10vh;}
.col-page-culture .content ul{display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
.col-page-culture .content ul li:nth-child(1){width: 50%;}
.col-page-culture .content ul li:nth-child(1) table{width: 100%;}
.col-page-culture .content ul li:nth-child(1) table td{width: auto;font-size: 20px;color:#666;line-height: 1.8;padding: 20px 0;}
.col-page-culture .content ul li:nth-child(1) table td:nth-child(1){text-align: right;font-weight: bold;color:#1f317f;padding-right: 1.5vw;}
.col-page-culture .content ul li:nth-child(2){width: 43%;}

.col-page-base {padding: 3.5vh 0 6vh;}
.col-page-base h2{font-size: 1.875rem;font-weight: bold;}
.col-page-base h2 span{display: inline-block;margin-bottom: 4.5vh;padding-bottom: 16px;position: relative;}
.col-page-base h2 span::after{content:'';width: 100%;height: 4px;background: #1f317f;position: absolute;left: 0;bottom: 0;}
.col-page-base .content{font-size: 18px;color:#666;margin-bottom: 5vh;max-width: 660px;}
.col-page-base .content ul{display: flex;flex-wrap: wrap;}
.col-page-base .content ul li{width: 33.33%;}
.col-page-base .content ul li p:nth-child(2){font-size: 20px;color:#1f317f;}
.col-page-base .content ul li strong,.col-page-base .content ul li .odometer{font-family: 'Gilroy';font-size: 3.75rem;font-weight: 500;line-height: 1;vertical-align: baseline;}
.col-page-base .content ul li .odometer .odometer-digit{padding-right: 2px;}
.col-page-base ul.list{display: flex;flex-wrap: wrap;}
.col-page-base ul.list li{width: 42%;margin-bottom: 6%;margin-right: 16%;}
.col-page-base ul.list li:nth-child(2n){margin-right: 0;margin-top: -8%;}
.col-page-base ul.list li .img{border-radius: 5px;overflow: hidden;}
.col-page-base ul.list li .title{font-weight: bold;margin: 4vh 0 8px;color:#1f317f;}
.col-page-base ul.list li .s-content{font-size: 18px;color:#666;margin-bottom: 4vh;}
.col-page-base ul.list li .address{display: flex;align-items: center;font-size: 0;}
.col-page-base ul.list li .address span{font-size: 16px;color:#666;margin-left: 5px;}

.col-page-factory {padding: 3.5vh 0 6vh;}
.col-page-factory h2{font-size: 1.875rem;font-weight: bold;}
.col-page-factory h2 span{margin-bottom: 4.5vh;padding-bottom: 16px;position: relative;display: inline-block;}
.col-page-factory h2 span::after{content:'';width: 100%;height: 4px;background: #1f317f;position: absolute;left: 0;bottom: 0;}
.col-page-factory ul.list{display: flex;flex-wrap: wrap;}
.col-page-factory ul.list li{width: 30%;margin-right: 5%;margin-bottom: 4%;}
.col-page-factory ul.list li:nth-child(3n){margin-right: 0;}
.col-page-factory ul.list li .img{border-radius: 5px;overflow: hidden;}
.col-page-factory ul.list li .title{margin-top: 2vh;font-size: 18px;}

.col-page-brand {padding: 3.5vh 0 6vh;}
.col-page-brand ul.list>li{display: flex;flex-wrap: wrap;justify-content: space-between;padding: 4.5vh 0 6vh;border-bottom: 1px solid rgba(0,0,0,.2);}
.col-page-brand ul.list>li:last-child{border: none;}
.col-page-brand ul.list>li .title{width: 175px;font-size: 24px;font-weight: bold;line-height: 1.5;}
.col-page-brand ul.list>li .title h2{font-size: 1.875rem;font-weight: bold;}
.col-page-brand ul.list>li .title h2 span{display: inline-block;margin-bottom: 4.5vh;padding-bottom: 16px;position: relative;}
.col-page-brand ul.list>li .title h2 span::after{content:'';width: 100%;height: 4px;background: #1f317f;position: absolute;left: 0;bottom: 0;}
.col-page-brand ul.list>li .content{width: calc(88% - 175px);font-size: 18px;color:#666;line-height: 2;}
.col-page-brand ul.list>li .content table {width: 100%;}
.col-page-brand ul.list>li .content table td{color:#000;}
.col-page-brand ul.list>li .content table td:nth-child(1){width: 26%;padding-right: 2vw;}
.col-page-brand ul.list>li .content table td ul{display: flex;}
.col-page-brand ul.list>li .content table td ul li{padding: 9vh 10px 2.3vh;color:#fff;font-size: 14px;line-height: 1.2;height: 300px;display: flex;flex-direction: column;justify-content: flex-end;flex: 1;}
.col-page-brand ul.list>li .content table td ul li:not(:first-child){margin-left: 1.2vw;}
.col-page-brand ul.list>li .content table td ul li p:nth-child(1){width: 40px;height: 40px;border:3px solid #fff;margin-bottom: 1.4vh;}
.col-page-brand ul.list>li .content table td ul li p:not(:first-child):not(:last-child){margin-bottom: 5px;padding-bottom: 5px;position: relative;border-bottom: 1px solid rgba(255,255,255,1);font-size: 14px;}

.col-page-history {padding: 3.5vh 0 6vh;}
.col-page-history h2{font-size: 1.875rem;font-weight: bold;}
.col-page-history h2 span{display: inline-block;margin-bottom: 4.5vh;padding-bottom: 16px;position: relative;}
.col-page-history h2 span::after{content:'';width: 100%;height: 4px;background: #1f317f;position: absolute;left: 0;bottom: 0;}
.col-page-history ul.list{display: flex;flex-wrap: wrap;}
.col-page-history ul.list li{width: 30%;margin-right:5%;margin-bottom: 4%;}
.col-page-history ul.list li:nth-child(3n){margin-right: 0;}
.col-page-history ul.list li .img{overflow: hidden;border-radius: 5px}
.col-page-history ul.list li .title{margin: 3vh 0 1vh;position: relative;}
.col-page-history ul.list li .title::after{content:'';width: 100%;height: 1px;background: rgba(0,0,0,.1);position: absolute;left: 0;top: 50%;z-index: -1;}
.col-page-history ul.list li .title span{display: inline-block;font-weight: bold;color:#1f317f;background: #fff;padding-right: 2vw;}
.col-page-history ul.list li .content{font-size: 16px;color:#666;line-height: 1.875;}

.col-page-honor {padding: 3.5vh 0 6vh;}
.col-page-honor h2{font-size: 1.875rem;font-weight: bold;}
.col-page-honor h2 span{display: inline-block;margin-bottom: 4.5vh;padding-bottom: 16px;position: relative;}
.col-page-honor h2 span::after{content:'';width: 100%;height: 4px;background: #1f317f;position: absolute;left: 0;bottom: 0;}
.col-page-honor ul.list{display: flex;flex-wrap: wrap;}
.col-page-honor ul.list li{width: 22%;margin-right: 4%;margin-bottom: 7vh;}
.col-page-honor ul.list li:nth-child(4n){margin-right: 0;}
.col-page-honor ul.list li .img{position: relative;box-shadow: 7.5px 12.99px 40px 0px rgba(19, 19, 36, 0.12);overflow: hidden;}
.col-page-honor ul.list li .title{text-align: center;margin-top: 1.5vh;font-size: 18px;}

.col-page-production {padding: 3.5vh 0 6vh;}
.col-page-production h2{font-size: 1.875rem;font-weight: bold;}
.col-page-production h2 span{display: inline-block;margin-bottom: 4.5vh;padding-bottom: 16px;position: relative;}
.col-page-production h2 span::after{content:'';width: 100%;height: 4px;background: #1f317f;position: absolute;left: 0;bottom: 0;}
.col-page-production ul.list{display: flex;flex-wrap: wrap;}
.col-page-production ul.list li{padding:12.5px;width: 33.33%;}
.col-page-production ul.list li:nth-child(1),.col-page-production ul.list li:nth-child(8){width: 66.66%;}
.col-page-production ul.list li:nth-child(3){width: 25%;}
.col-page-production ul.list li:nth-child(4){width: 25%;}
.col-page-production ul.list li:nth-child(5){width: 25%;}
.col-page-production ul.list li:nth-child(6){width: 25%;}
.col-page-production ul.list li a{display: block;width: 100%;height: 100%;overflow: hidden;}
.col-page-production ul.list li a .bttrlazyloading-wrapper,.col-page-production ul.list li a .img{width: 100%;height: 100%;}
.col-page-production ul.list li a .img img{width: 100%;height: 100%;object-fit: cover;}
.col-page-customer {padding: 3.5vh 0 6vh;}
.col-page-customer h2{font-size: 1.875rem;font-weight: bold;}
.col-page-customer h2 span{display: inline-block;margin-bottom: 4.5vh;padding-bottom: 16px;position: relative;}
.col-page-customer h2 span::after{content:'';width: 100%;height: 4px;background: #1f317f;position: absolute;left: 0;bottom: 0;}
.col-page-customer ul.list{display: flex;flex-wrap: wrap;}
.col-page-customer ul.list li{padding:12.5px;width: 33.33%;}
.col-page-customer ul.list li:nth-child(1),.col-page-customer ul.list li:nth-child(7){width: 66.66%;}
.col-page-customer ul.list li a{display: block;width: 100%;height: 100%;overflow: hidden;position: relative;}
.col-page-customer ul.list li a .bttrlazyloading-wrapper,.col-page-customer ul.list li a .img{width: 100%;height: 100%;}
.col-page-customer ul.list li a .img img{width: 100%;height: 100%;object-fit: cover;}
.col-page-customer ul.list li a .title{width: 100%;position: absolute;left: 0;bottom: 0;padding: 0 20px 10px;color:#fff;font-size: 16px;font-weight: bold;z-index: 2;text-shadow: 1px 2px 5px rgba(0,0,0,.3);}


.col-page-platform {padding: 3.5vh 0 6vh;}
.col-page-platform h2{font-size: 1.875rem;font-weight: bold;}
.col-page-platform h2 span{display: inline-block;margin-bottom: 4.5vh;padding-bottom: 16px;position: relative;}
.col-page-platform h2 span::after{content:'';width: 100%;height: 4px;background: #1f317f;position: absolute;left: 0;bottom: 0;}
.col-page-platform ul.list{display: flex;flex-wrap: wrap;}
.col-page-platform ul.list li:nth-child(1){width: calc(41.4% - 5px);}
.col-page-platform ul.list li:nth-child(n-2){margin-right: 10px;margin-bottom: 6vh;}
.col-page-platform ul.list li:nth-child(2){margin-right: 0;width: calc(58.6% - 5px);}
.col-page-platform ul.list li:nth-child(n+3){width: 23.5%;margin-right: 2%;margin-bottom: 6vh;}
.col-page-platform ul.list li:nth-child(4n+2){margin-right: 0;}
.col-page-platform ul.list li .img{overflow: hidden;}
.col-page-platform ul.list li .title{text-align: center;margin-top: 3vh;line-height: 1.666;font-size: 18px;}

.col-page-technology {padding: 3.5vh 0 6vh;}
.col-page-technology h2{font-size: 1.875rem;font-weight: bold;}
.col-page-technology h2 span{display: inline-block;margin-bottom: 4.5vh;padding-bottom: 16px;position: relative;}
.col-page-technology h2 span::after{content:'';width: 100%;height: 4px;background: #1f317f;position: absolute;left: 0;bottom: 0;}
.col-page-technology .content{position: relative;border: 1px solid #dbdbdb;background: #fff;padding: 9vh 3.5vw 6vh;box-shadow: 12px 12px 15px 0 rgba(0,0,0,.05);}
.col-page-technology .content h3{position: absolute;left: 50%;top: 0;transform: translate(-50%,-50%);max-width: 100%;width: 500px;padding: 10px 0;color:#fff;background: #1f317f;font-size: 24px;font-weight: bold;text-align: center;}
.col-page-technology .content ul{display: flex;flex-wrap: wrap;align-items: flex-start;}
.col-page-technology .content ul li{width: 35%;margin-bottom: 3vh;font-size: 18px;position: relative;padding-left: 6vw;}
.col-page-technology .content ul li:nth-child(3n-1){width: 40%;}
.col-page-technology .content ul li:nth-child(3n){width: 25%;}
.col-page-technology .content ul li::before{content:'';width: 4vw;height: 1px;background: #1f317f;position: absolute;left: 2px;top: 12px;}
.col-page-technology .content ul li::after{content:'';width: 10px;height: 10px;background: #1f317f;position: absolute;left: 0;top: 8px;transform: rotate(45deg);}
.col-page-technology .content ul li:nth-child(2n)::before,.col-page-technology .content ul li:nth-of-type(2n)::after{background: #e67015;}

.col-page-achievements {padding: 3.5vh 0 6vh;}
.col-page-achievements .flex{flex-wrap: wrap;margin-bottom: 12vh;}
.col-page-achievements .flex h2{font-size: 1.875rem;font-weight: bold;position: relative;width: 26%;}
.col-page-achievements .flex h2 span{display: inline-block;margin-bottom: 4.5vh;padding-bottom: 16px;position: relative;}
.col-page-achievements .flex h2 span::after{content:'';width: 100%;height: 4px;background: #1f317f;position: absolute;left: 0;bottom: 0;}
.col-page-achievements .flex .content{width: 74%;}
.col-page-achievements .flex .content ul{display: flex;flex-wrap: wrap;}
.col-page-achievements .flex .content ul li{margin-right: 4vw;font-size: 18px;color:#666;}
.col-page-achievements .flex .content ul li p:nth-child(1){color:#000;}
.col-page-achievements .flex .content ul li p:nth-child(1) .odometer{font-size: 4.5rem;color:#1f317f;line-height: 1;vertical-align: baseline;font-family: 'Gilroy';font-weight: 500;}
.col-page-achievements ul.list{display: flex;justify-content: space-between;flex-wrap: wrap;}
.col-page-achievements ul.list li{width: 40%;margin-bottom: 10%;}

.col-page-system {padding: 3.5vh 0 6vh;}
.col-page-system h2{font-size: 1.875rem;font-weight: bold;}
.col-page-system h2 span{display: inline-block;margin-bottom: 4.5vh;padding-bottom: 16px;position: relative;}
.col-page-system h2 span::after{content:'';width: 100%;height: 4px;background: #1f317f;position: absolute;left: 0;bottom: 0;}
.col-page-system ul.list{display: flex;flex-wrap: wrap;}
.col-page-system ul.list li{width: 26%;margin-right: 11%;margin-bottom: 7vh;}
.col-page-system ul.list li:nth-child(3n){margin-right: 0;}
.col-page-system ul.list li .img{position: relative;box-shadow: 7.5px 12.99px 40px 0px rgba(19, 19, 36, 0.12);overflow: hidden;}
.col-page-system ul.list li .title{text-align: center;margin-top: 1.5vh;font-size: 18px;}

.col-page-customer {padding: 3.5vh 0 6vh;}
.col-page-customer .content{position: relative;}
.col-page-customer h2{font-size: 1.875rem;font-weight: bold;top: 0;left: 0;}
.col-page-customer h2 span{display: inline-block;margin-bottom: 4.5vh;padding-bottom: 16px;position: relative;}
.col-page-customer h2 span::after{content:'';width: 100%;height: 4px;background: #1f317f;position: absolute;left: 0;bottom: 0;}
.col-page-customer .s-content img{width: 100%;}

.col-page-field {padding: 3.5vh 0 6vh;background: #f1f2f3;}
.col-page-field h2{font-size: 1.875rem;font-weight: bold;}
.col-page-field h2 span{display: inline-block;margin-bottom: 4.5vh;padding-bottom: 16px;position: relative;}
.col-page-field h2 span::after{content:'';width: 100%;height: 4px;background: #1f317f;position: absolute;left: 0;bottom: 0;}
.col-page-field .item{margin-bottom: 20px;}
.col-page-field .item h3{font-size: 24px;font-weight: bold;color:#1f317f;margin-bottom: 4vh;padding-bottom: 3vh;border-bottom: 1px solid rgba(0,0,0,.1);}
.col-page-field .item ul.list{display: flex;flex-wrap: wrap;}
.col-page-field .item ul.list li{width: 30%;margin-right: 5%;margin-bottom: 20px;}
.col-page-field .item ul.list li:nth-child(3n){margin-right: 0;}
.col-page-field .item ul.list li .img{overflow: hidden;}
.col-page-field .item ul.list li .title{text-align: center;font-size: 18px;font-weight: bold;margin-top: 2vh;}

.col-page-service {padding: 3.5vh 0 6vh;background: #f1f2f3;}
.col-page-service h2{font-size: 1.875rem;font-weight: bold;}
.col-page-service h2 span{display: inline-block;margin-bottom: 4.5vh;padding-bottom: 16px;position: relative;}
.col-page-service h2 span::after{content:'';width: 100%;height: 4px;background: #1f317f;position: absolute;left: 0;bottom: 0;}
.col-page-service .content{font-size: 18px;color:#666;}
.col-page-service .content ul{background: #fff;padding: 8vh 10vw 9vh 3vw;border-radius: 5px;overflow: hidden;box-shadow: 12px 12px 15px 0 rgba(0,0,0,.05);margin-top: 4vh;}
.col-page-service .content ul li{margin-bottom: 3vh;padding-left: 60px;position: relative;line-height: 2;}
.col-page-service .content ul li:last-child{margin-bottom: 0;}
.col-page-service .content ul li p:nth-child(1){width: 33px;height: 33px;border-radius: 50%;background: #1f317f;color:#fff;font-weight: bold;position: absolute;left: 0;top: 3px;text-align: center;line-height: 33px;}
.col-page-service .content ul li strong{font-weight: bold;color:#000;}

.col-page-product .wrap{padding: calc(100px + 6vh) 3vw 6vh;}
.col-page-product .wrap ul.list{display: flex;flex-wrap: wrap;}
.col-page-product .wrap ul.list li{width: 23.5%;margin-right: 2%;margin-bottom: 3vh;}
.col-page-product .wrap ul.list li:nth-child(4n){margin-right: 0;}
.col-page-product .wrap ul.list li .img{overflow: hidden;position: relative;}
.col-page-product .wrap ul.list li .title{text-align: center;margin-top: 2vh;font-size: 16px;}

.col-product-detail .wrap {padding: 5vh 3vw;}
.col-product-detail .wrap .flex{align-items: center;}
.col-product-detail .wrap h1{font-weight: bold;color:#1f317f;white-space: nowrap;}
.col-product-detail .wrap .code{flex-shrink: 0;}
.col-product-detail .wrap .content{font-size: 16px;color:#666;line-height: 1.5;width: 35%;margin: 0 4vw;}
.col-product-detail .wrap .file{font-size: 0;margin-right: auto;}
.col-product-detail .wrap .file a{display: inline-block;padding: 0 20px;line-height: 45px;border-radius: 45px;border: 1px solid rgba(0,0,0,.2);font-size: 14px;transition: 0.25s;color:#666;margin:5px 18px 5px 0}
.col-product-detail .wrap .file a:last-child{margin-right: 0;}
.col-product-detail .wrap .file a span{display: inline-block;vertical-align: middle;}
.col-product-detail .wrap .file a i.iconfont{width: 28px;height: 28px;border-radius: 50%;background: #1f317f;color:#fff;line-height: 28px;font-size: 16px;color:#fff;transition: 0.25s;display: inline-block;vertical-align: middle;text-align: center;margin-left: 14px;}
.col-product-detail .wrap .file a:hover{background: #1f317f;color:#fff;border-color: #1f317f;}
.col-product-detail .wrap .file a:hover i.iconfont{background: #fff;color:#1f317f;}
.col-product-detail .wrap .code ul{display: flex;align-items: center;}
.col-product-detail .wrap .code ul li:nth-child(1){font-size: 16px;color:#666;color:#666;margin-right: 20px;text-align: right;}

.col-page-news{padding: calc(100px + 5vh) 0 12vh;}
.col-page-news .news-top{border: 1px solid #cfcfcf;border-radius: 10px;display: flex;flex-wrap: wrap;overflow: hidden;}
.col-page-news .news-top .news-container{width: 68%;}
.col-page-news .news-top .news-container .swiper-slide .img{width: 100%;height: 100%;}
.col-page-news .news-top .news-container .swiper-slide .img img{width: 100%;height: 100%;object-fit: cover;position: absolute;top: 0;left: 0;}
.col-page-news .news-top ul{width: 32%;}
.col-page-news .news-top ul li a{display: block;padding: 4vh 3.5vw;border-bottom: 1px solid rgba(0,0,0,.18);background: #f1f2f3;transition: 0.25s;}
.col-page-news .news-top ul li:last-child a{border-bottom: none;}
.col-page-news .news-top ul li.active a{background: #fff;}
.col-page-news .news-top ul li a .date{font-size: 18px;color:#999999;}
.col-page-news .news-top ul li a h3{font-size: 20px;line-height: 1.5;margin: 8px 0;}
.col-page-news .news-top ul li a .more{display: flex;align-items: center;font-size: 16px;color:#666;}
.col-page-news .news-top ul li a .more i.fa{margin-left: 5px;}
.col-page-news .news-nav{margin: 5.5vh 0 7vh;border-bottom: 1px solid rgba(0,0,0,.1);display: flex;}
.col-page-news .news-nav a{margin-right: 3.1vw;display: inline-block;font-size: 24px;padding-bottom: 15px;position: relative;font-weight: bold;}
.col-page-news .news-nav a::after{content:'';width: 0;height: 3px;background: #1f317f;position: absolute;right: 0;bottom: -1px;z-index: 1;transition: 0.25s;}
.col-page-news .news-nav a.active,.col-page-news .news-nav a:hover{color:#1f317f;}
.col-page-news .news-nav a.active::after,.col-page-news .news-nav a:hover::after{width: 100%;left: 0;}
.col-page-news ul.list{display: flex;flex-wrap: wrap;}
.col-page-news ul.list li{width: 31%;margin-right: 3.5%;margin-bottom: 5vh;}
.col-page-news ul.list li:nth-child(3n){margin-right: 0;}
.col-page-news ul.list li a{display: block;width: 100%;height: 100%;border-radius: 5px;background: #f1f2f3;padding: 4vh 40px;transition: 0.25s;}
.col-page-news ul.list li a .title{font-size: 20px;line-height: 1.8;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;height: 72px;}
.col-page-news ul.list li a .s-content{font-size: 16px;color:#666;transition: 0.25s;margin: 2.2vh 0 5vh;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.col-page-news ul.list li a .date{font-size: 16px;color:#999999;margin-bottom: 4vh;padding-bottom: 2vh;border-bottom: 1px solid rgba(0,0,0,.1);transition: 0.25s;}
.col-page-news ul.list li a .more{display: flex;align-items: center;font-size: 16px;}
.col-page-news ul.list li a .more i.fa{width: 20px;height: 20px;border-radius: 50%;text-align: center;line-height: 20px;background: #1f317f;color:#fff;transition: 0.25s;font-size: 14px;margin-left: 8px;}
.col-page-news ul.list li a:hover{background: #1f317f;color:#fff;}
.col-page-news ul.list li a:hover .s-content,.col-page-news ul.list li a:hover .date{color:#fff;}
.col-page-news ul.list li a:hover .date{border-color: rgba(255,255,255,.1);}
.col-page-news ul.list li a:hover .more i.fa{background: #fff;color:#1f317f;}

.col-news-detail{padding: calc(100px + 8vh) 0 8vh;}
.col-news-detail h1{font-size: 1.875rem;font-weight: bold;}
.col-news-detail .info{padding: 12px 0 15px;border-bottom: 1px dotted #c6c6c6;margin-bottom: 4vh;font-size: 12px;display: flex;flex-wrap: wrap;}
.col-news-detail .info span.publisher{color:#0275b8;margin: 0 5px;}
.col-news-detail .content{font-size: 15px;line-height: 2;}
.col-news-detail .col_page{margin-top: 9vh;}
.col-news-detail .col_page li{padding: 8px 0;font-size: 15px;color:#5a5a5a;}
.col-news-detail .col_page li:not(:last-child){border-bottom: 1px dotted #c6c6c6;}
.col-news-detail .col_page li a{color:#9d9d9d;transition: 0.2s;}
.col-news-detail .col_page li a:hover{color:#0275b8;}

.col-page-contact {position: relative;width: 100%;height: 100vh;}
.col-page-contact .columnImg,.col-page-contact .columnImg .bttrlazyloading-wrapper{width: 100%;height: 100%;}
.col-page-contact .columnImg img{width: 100%;height: 100%;object-fit: cover;}
.col-page-contact .content{position: absolute;left: 0;bottom: 4%;color:#fff;width: 100%;}
.col-page-contact .content .flex{align-items: flex-start;justify-content: space-between;}
.col-page-contact .content .flex .left .s-content{font-size: 18px;line-height: 2;margin-bottom: 3vh;}
.col-page-contact .content .flex .left .s-content ul{display: flex;flex-wrap: wrap;}
.col-page-contact .content .flex .left .s-content ul li{margin-right: 18px;}
.col-page-contact .content .flex .left .s-content a{color:#b9dfff;font-size: 18px;border-bottom: 1px solid;display: inline-block;line-height: 1.2;}
.col-page-contact .content .flex .left a.map{display: flex;align-items: center;width: 200px;padding:10px 0;text-align: center;border-radius: 50px;background: #fff;font-size: 16px;color:#666;justify-content: center;}
.col-page-contact .content .flex .left a.map i{width: 29px;height: 33px;background: url(../images/map.jpg) no-repeat center/cover;margin-right: 8px;}
.col-page-contact .content .flex .right ul{display: flex;align-items: center;}
.col-page-contact .content .flex .right ul li:nth-child(1){padding-top: 14px;position: relative;text-align: right;font-size: 16px;line-height: 1.5;margin-right: 1.55vw;}
.col-page-contact .content .flex .right ul li:nth-child(1)::before{content:'';width: 13px;height: 3px;background: #fff;position: absolute;right: 0;top: 0;}



/* search */
#search{padding: 8vh 0 6vh;overflow:hidden}
#search .goomay-keywords-light{background: #1f317f !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: #1f317f;}
#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:#1f317f;text-decoration: underline;display: inline-block;height: 22px;overflow: hidden;transition: 0.3s;}
#search .search_right .news .date em{color: #fff;}




/* 底部 */
.footer{background: #172738;}
.footer .wrap{padding: 0 3vw;}
.footer .flex{justify-content: space-between;padding:7vh 0;border-bottom: 1px solid rgba(255,255,255,.1);}
.footer .flex .footer-info{width: 25.5%;}
.footer .flex .footer-info .logo{margin-bottom: 3.4vh;}
.footer .flex .footer-info .info{font-size: 16px;line-height: 1.5;color:#d7d7d7;margin-bottom: 9vh;}
.footer .flex .footer-info .info .contact{font-size: 24px;color:#fff;}
.footer .flex .footer-info .share{font-size: 0;}
.footer .flex .footer-info .share a{display: inline-block;margin: 0 7px 18px 0;position: relative;}
.footer .flex .footer-info .share a.wechat .code{position: absolute;bottom: 100%;margin-bottom: 10px;left: 50%;transform: translateX(-50%);display: none;padding:5px;background: #fff;z-index: 90;}
.footer .flex .footer-info .share a.wechat .code::after{content:'';border-top:8px solid #ffffff;border-left: 6px solid transparent;border-right: 6px solid transparent;position: absolute;top:100%;left: 50%;transform: translateX(-50%);}
.footer .flex .footer-info .share a.wechat .code img{max-width: 120px;}
.footer .flex .footer-nav{width: 74.5%;display: flex;justify-content: space-between;}
.footer .flex .footer-nav li h3{margin-bottom: 3.2vh;}
.footer .flex .footer-nav li h3 a{color:#fff;font-size: 18px;font-weight: bold;}
.footer .flex .footer-nav li .child p{margin-bottom: 6px;}
.footer .flex .footer-nav li .child p:last-child{margin-bottom: 0;}
.footer .flex .footer-nav li .child p a{font-size: 16px;color:rgba(255,255,255,.5);transition: 0.25s;}
.footer .flex .footer-nav li .child p:hover a{color:#fff;}
.footer .flex .footer-nav li.gotoTop{width: 50px;height: 50px;border-radius: 50%;line-height: 50px;text-align: center;background: #fff;font-size: 24px;cursor: pointer;}
.footer .flex .footer-nav li.gotoTop i.iconfont{font-weight: bold;}
.footer .bottom{display: flex;align-items: center;justify-content: space-between;padding: 4.5vh 0;}
.footer .bottom .copyright{font-size: 16px;color:rgba(255,255,255,.5);}
.footer .bottom .siteurl{width: 236px;height: 48px;border-radius: 50px;border: 1px solid rgba(255,255,255,.5);display: flex;align-items: center;justify-content: space-between;color:#fff;position: relative;padding: 0 20px;cursor: pointer;}
.footer .bottom .siteurl span{font-size: 16px;font-weight: bold;}
.footer .bottom .siteurl i.fa{font-size: 20px;}
.footer .bottom .siteurl ul{position: absolute;bottom: 100%;border-radius: 10px;background: #fff;left: 50%;transform: translateX(-50%);margin-bottom: 15px;width: 100%;opacity: 0;visibility: hidden;transition: 0.35s;}
.footer .bottom .siteurl ul::after{content:'';border-left: 5px solid transparent;border-right: 5px solid transparent;border-top: 4px solid #fff;position: absolute;top: 100%;left: 50%;transform: translateX(-50%);}
.footer .bottom .siteurl ul li{padding: 6px 10px;}
.footer .bottom .siteurl ul li a{font-size: 14px;transition: 0.25s;}
.footer .bottom .siteurl ul li a:hover{color:#1f317f}
.footer .bottom .siteurl:hover ul{opacity: 1;visibility: visible;margin-bottom: 10px;}





/* media */

@media (max-width: 1800px) {

}
@media (max-width: 1600px) {
  .col-page-achievements .flex .content ul li p:nth-child(1) .odometer{font-size: 3.75rem;}
  #col-index-banner .swiper-slide .ban_cont .content .s-content h2,.col-page-base .content ul li strong, .col-page-base .content ul li .odometer{font-size: 3rem;}
  #col-index-banner .swiper-slide .ban_cont .content .s-content,.col-index-product ul.list li .title span{font-size: 20px;}
  .f24{font-size: 1.4rem;}
  .f30{font-size: 1.5rem;}
  .f36{font-size: 2rem;}
  .f40{font-size: 2.25rem;}
  .f48{font-size: 2.75rem;}

  /* .header .inner .logo img{width: 160px;} */
  .header .inner nav ul li{margin-right: 2vw;}
  .header .inner .flex{height: 100px;line-height: 100px;}
  
  html{font-size: 15px;}
}
@media (max-width: 1600px) {
  .col-page-achievements .flex .content ul li p:nth-child(1) .odometer{font-size: 3.25rem;}
  #col-index-banner .swiper-slide .ban_cont .content .s-content h2,.col-page-base .content ul li strong, .col-page-base .content ul li .odometer{font-size: 2.5rem;}
  .header .inner .code p:nth-child(2),.footer .flex .footer-info .info .contact,.col-page-brand ul.list>li .title,.col-page-technology .content h3,.col-page-field .item h3,.col-page-news .news-nav a{font-size: 20px;}
  #col-index-banner .swiper-slide .ban_cont .content .s-content,.col-index-product ul.list li .title span,.col-index-news .wrap .item .title span.name,.col-index-news .wrap .item ul li .inner .content h3,.col-page-culture .content ul li:nth-child(1) table td,.col-page-news .news-top ul li a h3{font-size: 18px;}
  #col-index-banner .swiper-slide .ban_cont .content a.play,.col-index-news .wrap .item ul li .flex h3,.col-index-news .wrap .item ul li .flex .date,.col-page-base .content,.col-page-base ul.list li .s-content,.col-page-factory ul.list li .title,.col-page-brand ul.list>li .content,.col-page-honor ul.list li .title,.col-page-platform ul.list li .title,.col-page-technology .content ul li,.col-page-achievements .flex .content ul li,.col-page-system ul.list li .title,.col-page-field .item ul.list li .title,.col-page-service .content,.col-page-news .news-top ul li a .date,.col-page-contact .content .flex .left .s-content,.footer .flex .footer-nav li h3 a{font-size: 16px;}
  .header .inner nav ul li,.header .inner .language a,.col-index-news .wrap .item .title .more,.footer .bottom .copyright,.footer .bottom .siteurl span,.footer .flex .footer-info .info,.vicenav a,.col-page-base ul.list li .address span,.col-page-history ul.list li .content,.col-page-product .wrap ul.list li .title,.col-product-detail .wrap .content,.col-product-detail .wrap .code ul li:nth-child(1),.col-page-news .news-top ul li a .more,.col-page-contact .content .flex .right ul li:nth-child(1){font-size:15px;}
  .footer .flex .footer-nav li .child p a{font-size: 14px;}

  .col-page-production ul.list li,.col-page-customer ul.list li{padding: 6px;}
  .f24{font-size: 1.3rem;}
  .f36{font-size: 1.875rem;}
  .f40{font-size: 2rem;}
  .f48{font-size: 2.5rem;}
  .col-page-news,.col-news-detail{padding-left: 0 !important;padding-right: 0 !important;}
  .col-page-news ul.list li a{padding: 4vh 20px;}
  .col-page-news ul.list li a .title{font-size: 18px;height: 64px;}
  .col-page-news .news-top ul li a{padding: 3vh 30px;}
  /* .col-product-detail .wrap .flex{flex-wrap: wrap;}
  .col-product-detail .wrap h1{width: 20%;margin-right: 5%;}
  .col-product-detail .wrap .content{width: 50%;margin: 10px 0;} */
  .col-page-product .wrap,.col-page-news,.col-news-detail{padding: calc(90px + 6vh) 3vw 6vh;}
  .col-page-service .content ul li p:nth-child(1){width: 24px;height: 24px;line-height: 24px;font-size: 14px;}
  .header.cur .inner .logo::after{height: 18px;}
  .col-index-news .wrap .item ul li .flex h3{width: calc(100% - 100px);}
  .col-index-product,.col-index-news{padding-top: 6vh !important;padding-bottom: 6vh !important;}
  #col-index-banner .swiper-slide .muted{font-size: 28px;}
  #col-index-banner .swiper-slide .ban_cont .content a.play i{width: 22px;height: 22px;background-size: 100% 100%;}
  
  /* .header .inner .logo img{width: 120px;} */
  
}
@media (max-width: 1400px) {
  html,.col-page-platform ul.list li .title{font-size: 14px;}
  .header .inner .language{margin-right: 10px;}
  .header .inner .language a{margin: 0 8px;}
  .header .inner .language a:first-child::after{right: -8px;}
  .header .inner .flex{height: 90px;line-height: 90px;}
  .header .inner nav ul li{margin-right: 1vw;}
  .header.index_header .inner .logo img {
    width: 160px;
}
}
@media (max-width: 1200px) {
  .col-page-achievements .flex .content ul li p:nth-child(1) .odometer{font-size: 2.75rem;}
  .f48{font-size: 2.25rem;}
  #col-index-banner .swiper-slide .ban_cont .content .s-content h2,.col-page-base .content ul li strong, .col-page-base .content ul li .odometer{font-size: 2rem;}
  .header .inner .code p:nth-child(2),.footer .flex .footer-info .info .contact,.col-page-brand ul.list>li .title,.col-page-technology .content h3,.col-page-field .item h3,.col-page-news .news-nav a{font-size: 18px;}
  #col-index-banner .swiper-slide .ban_cont .content .s-content,.col-index-product ul.list li .title span,.col-index-news .wrap .item .title span.name,.col-index-news .wrap .item ul li .inner .content h3,.col-page-culture .content ul li:nth-child(1) table td,.col-page-news .news-top ul li a h3{font-size: 16px;}
  .header .inner nav ul li,.header .inner .code,.header .inner .language a,#col-index-banner .swiper-slide .ban_cont .content a.play,.col-index-news .wrap .item .title .more,.col-index-news .wrap .item ul li .flex h3,.col-index-news .wrap .item ul li .flex .date,.footer .bottom .copyright,.footer .bottom .siteurl span,.footer .flex .footer-info .info,.vicenav a,.col-page-base .content,.col-page-base ul.list li .s-content,.col-page-base ul.list li .address span,.col-page-factory ul.list li .title,.col-page-brand ul.list>li .content,.col-page-history ul.list li .content,.col-page-honor ul.list li .title,.col-page-platform ul.list li .title,.col-page-technology .content ul li,.col-page-achievements .flex .content ul li,.col-page-system ul.list li .title,.col-page-field .item ul.list li .title,.col-page-service .content,.col-page-product .wrap ul.list li .title,.col-product-detail .wrap .content,.col-product-detail .wrap .code ul li:nth-child(1),.col-page-news .news-top ul li a .date,.col-page-news .news-top ul li a .more,.col-page-contact .content .flex .left .s-content,.col-page-contact .content .flex .right ul li:nth-child(1){font-size:14px;}
  .f36{font-size: 1.75rem;}
  
  .col-page-news .news-top .news-container{width: 100%;}
  .col-page-news .news-top .news-container .swiper-slide .img img{position: relative;}
  .col-page-news .news-top ul{width: 100%;}
  .col-page-product .wrap,.col-page-news,.col-news-detail{padding: calc(80px + 6vh) 3vw 6vh;}
  .col-page-service .content ul li{padding-left: 40px;}
  .col-page-customer h2{position: relative;}
  .col-page-technology .content ul li{width: 45% !important;margin-right: 10%;}
  .col-page-technology .content ul li:nth-child(2n){margin-right: 0;}
  .col-page-brand ul.list>li .content table td{display: block !important;width: 100% !important;margin-bottom: 25px;}
  .col-page-brand ul.list>li .content table td:nth-child(1){padding-right: 0;}
  .col-page-brand ul.list>li .content table td ul li{padding: 5vh 10px 2vh;}
  .col-page-base ul.list li .title{margin: 2vh 0 5px;}
  .col-page-base ul.list li .s-content{margin-bottom: 2.2vh;}
  .vicenav{margin-bottom: 3vh;}
  .footer .bottom .siteurl{width: 160px;height: 40px;padding: 0 10px;}
  .col-index-news .wrap .item ul li{margin-bottom: 15px;}
  .col-index-news .wrap .item .title .more i.fa{width: 20px;height: 20px;line-height: 20px;}
  .col-index-product ul.list li,.col-page-honor ul.list li{width: 32%;margin-right: 2%;}
  .col-index-product ul.list li:nth-child(4n),.col-page-honor ul.list li:nth-child(4n){margin-right: 2%;}
  .col-index-product ul.list li:nth-child(3n),.col-page-honor ul.list li:nth-child(3n){margin-right: 0;}
  .container2{padding: 0 6.66vw;}
  .col-index-product .flex{display: block;}
  .col-index-product .flex .content{margin-bottom: 20px;}
  #col-index-banner .swiper-slide .ban_cont .content .s-content h2{margin: 2px 0 10px;}
  #col-index-banner .swiper-slide .muted{font-size: 24px;}
  #col-index-banner .swiper-slide .ban_cont .content a.play i{width: 18px;height:18px;}
  .header .inner nav{margin-right: 1.5vw;}
  .header .inner .flex{height: 80px;line-height: 80px;padding: 0 20px;}
  .header.inner_header .inner .logo{}
  .header.inner_header .inner .logo img{width: ;}
  html{font-size: 13px;}
  
}
@media (max-width: 992px) {
  .col-page-achievements .flex .content ul li p:nth-child(1) .odometer{font-size: 2.25rem;}
  #col-index-banner .swiper-slide .ban_cont .content .s-content h2,.col-page-base .content ul li strong, .col-page-base .content ul li .odometer{font-size: 1.875rem;}
  .header .inner .code p:nth-child(2),.footer .flex .footer-info .info .contact{font-size: 16px;}
  #col-index-banner .swiper-slide .ban_cont .content .s-content,.col-index-product ul.list li .title span,.col-page-culture .content ul li:nth-child(1) table td{font-size: 14px;}
  .header .inner .code{font-size: 12px;}

  .col-page-customer ul.list li a .title{padding: 0 10px 5px;font-size: 14px;}
  .col-page-customer ul.list li,.col-page-customer ul.list li:nth-child(1), .col-page-customer ul.list li:nth-child(7){width: 50%;}
  .col-page-honor ul.list li{margin-bottom: 4vh;}
  .col-product-detail .wrap h1,.col-product-detail .wrap .content{width: 100%;margin-right: 0;}
  .col-page-product .wrap,.col-page-news,.col-news-detail{padding: calc(60px + 3vh) 3vw 5vh;}
  .col-index-product ul.list li,.col-page-factory ul.list li,.col-page-history ul.list li,.col-page-honor ul.list li,.col-page-platform ul.list li:nth-child(n+3),.col-page-system ul.list li,.col-page-product .wrap ul.list li,.col-page-news ul.list li{width: 49%;margin-right: 2%;}
  .col-index-product ul.list li:nth-child(3n),.col-page-factory ul.list li:nth-child(3n),.col-page-history ul.list li:nth-child(3n),.col-page-honor ul.list li:nth-child(3n),.col-page-platform ul.list li:nth-child(4n+2),.col-page-system ul.list li:nth-child(3n),.col-page-product .wrap ul.list li:nth-child(4n),.col-page-news ul.list li:nth-child(3n){margin-right: 2%;}
  .col-index-product ul.list li:nth-child(2n),.col-page-factory ul.list li:nth-child(2n),.col-page-history ul.list li:nth-child(2n),.col-page-honor ul.list li:nth-child(2n),.col-page-platform ul.list li:nth-child(2n+2),.col-page-system ul.list li:nth-child(2n),.col-page-product .wrap ul.list li:nth-child(2n),.col-page-news ul.list li:nth-child(2n){margin-right: 0;}
  .col-page-culture .content ul li:nth-child(1) table td{padding: 10px 0;}
  .footer .bottom{padding: 15px 0;}
  .footer .flex{padding: 12px 0;}
  .footer .flex .footer-info .info{margin-bottom: 15px;}
  .footer .flex .footer-nav{width: 0;height: 0;margin: 0;padding: 0;}
  .footer .flex .footer-info,.footer .bottom{width: 100%;text-align: center;display: block;}
  .footer .bottom .siteurl{margin: 10px auto 0;}
  .col-index-news .wrap .item ul li .flex h3{width: calc(100% - 80px);}
  .col-index-news .wrap .item ul li{margin-bottom: 10px;}
  .col-index-news .wrap{display: block;}
  .col-index-news .wrap .item,.col-page-culture .content ul li:nth-child(1),.col-page-culture .content ul li:nth-child(2),.col-page-brand ul.list>li .title,.col-page-brand ul.list>li .content,.col-page-achievements .flex h2,.col-page-achievements .flex .content{width: 100%;margin-bottom: 20px;max-width: none;display: block;}
  #col-index-banner .swiper-slide .muted{font-size: 20px;}
  .header .inner .flex{height: 60px;line-height: 60px;padding-right: 0;}
  .header .inner nav,.header .inner .language,.footer .flex .footer-nav li:not(#gotoTop){display: none;}
  .footer .flex .footer-info .logo{margin-bottom: 10px;}
  .footer .flex .footer-info .logo img{max-width: 45%;}
  .footer .flex .footer-info .share a{margin: 0 2px 4px;}
  .footer .flex .footer-info .share a i img{width: 25px;}
  .footer .flex .footer-nav li.gotoTop{position: fixed;right: 10px;bottom: 20%;z-index: 99;}
  .col-product-detail .wrap .flex{flex-wrap: wrap;text-align: center;}
  .col-product-detail .wrap .content{margin: 20px 0;}
  .col-product-detail .wrap .file{width: 100%;}
  .col-product-detail .wrap .code{display: flex;justify-content: center;width: 100%;}
  html{font-size: 12px;}
  
}
@media (max-width: 768px) {
  #col-index-banner, #col-index-banner .swiper-slide, #col-index-banner .swiper-slide video{height:auto;}
  .col-page-production ul.list li{width: 50% !important;}
  .col-page-production ul.list li:nth-child(1), .col-page-production ul.list li:nth-child(8){width: 100% !important;}
  .col-page-culture .content ul li:nth-child(1) table td{display: block !important;width: 100% !important;text-align: center !important;padding: 0 0 5px;}
  .col-page-achievements ul.list li{width: 48%;}
  .col-page-history ul.list li{margin-bottom: 6%;}
  /* .header.cur .inner .logo{padding: 8px 10px 0;} */
  /* .header.cur .inner .logo::after{height: 10px;} */
  .col-page-brand ul.list>li .content table td ul,.col-page-contact .content .flex{display: block;}
  .col-page-contact .content .flex .left a.map{width: 150px;padding: 6px 0;font-size: 14px;}
  .col-page-contact .content .flex .left a.map i{width: 22px;height: 21px;}
  .col-page-contact .content .flex .right{margin-top: 20px;}
  .col-page-contact .content .flex .right img{width: 80px;}
  .col-page-brand ul.list>li .content table td ul li:not(:first-child){margin-left: 0;margin-top: 20px;}
  .col-page-factory ul.list li .title{margin-top: 3px;}
  .col-page-base ul.list li,.col-page-history ul.list li,.col-page-platform ul.list li,.col-page-technology .content ul li,.col-page-news ul.list li{width:100% !important;margin-right: 0;margin-top: 0 !important;}
  .col-index-news .wrap .item ul li .inner .img,.col-index-news .wrap .item ul li .inner .content{display: block;width: 100%;margin-bottom: 35px;}
  .col-index-news .wrap .item ul li .inner .content{margin-bottom: 0;}
  .col-page-brand ul.list>li .content table td ul li{height: 200px;}

  
}
@media (max-width: 468px) {

  

  
}
@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: relative;top: 0;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: #000; 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 .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;}
}

