/*
首页模块命名规范：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: 300;
  src: url("../fonts/Gilroy-Light-11.otf") format("opentype");
}
@font-face {
  font-family: "Gilroy";
  font-weight: normal;
  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: "Gilroy";
  font-weight: 900;
  src: url("../fonts/gilroy-black-6.otf") format("opentype");
}
/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: 'iconfont';  /* Project id 1502878 */
  src: url('//at.alicdn.com/t/c/font_1502878_oqo40ix81sb.woff2?t=1725588277613') format('woff2'),
       url('//at.alicdn.com/t/c/font_1502878_oqo40ix81sb.woff?t=1725588277613') format('woff'),
       url('//at.alicdn.com/t/c/font_1502878_oqo40ix81sb.ttf?t=1725588277613') format('truetype');
}
html{overflow-x: hidden;font-size: 16px;}
body {min-width: 320px;color: #333;overflow: hidden;font-family:"Gilroy","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(0,0,0,.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(0,0,0,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: 100%; width:100%;  margin: 0 auto;padding: 0 13.542vw;}
.container3 {max-width: 100%; width:100%;  margin: 0 auto;padding: 0 10.156vw;}
#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: #ffa800;/* 设置Swiper风格 */
  --swiper-preloader-color: #ffa800;/* 单独设置预加载圆圈的颜色 */
}
/* 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;}

.f14{font-size: 14px;}
.f15{font-size: 15px;}
.f16{font-size: 16px;}
.f17{font-size: 17px;}
.f18{font-size: 18px;}
.f20{font-size: 1.0416vw;}
.f22{font-size: 1.145833vw;}
.f24{font-size: 1.25vw;}
.f26{font-size: 1.35416vw;}
.f28{font-size: 1.4583vw;}
.f30{font-size: 1.5625vw;}
.f32{font-size: 1.666vw;}
.f36{font-size: 1.875vw;}
.f40{font-size: 2.08vw;}
.f42{font-size: 2.1875vw;}
.f44{font-size: 2.2916vw;}
.f48{font-size: 2.5vw;}
.f50{font-size: 2.6vw;}
.f54{font-size: 2.8125vw;}
.f60{font-size: 3.125vw;}
.f70{font-size: 3.64583vw;}
.f72{font-size: 3.75vw;}
.f76{font-size: 3.958vw;}
.f80{font-size: 4.16vw;}
.f90{font-size: 4.6875vw;}
/* header */
.header{width: 100%;z-index: 999;position: fixed;top:20px;left: 0;transition: top 0.36s;}
.header.relative{top: 0;}
.header.relative .inner{background: #fff;border-bottom: 1px solid #ddd;}
.header .inner{transition: 0.25s;background: transparent;position: relative;}
.header .inner .flex{height: 80px;line-height: 80px;transition: 0.5s;align-items: center;padding: 0 5.729vw;}
.header .inner .logo{font-size: 0;transition: 0.5s;position: relative;z-index: 5;margin-right: auto;}
.header .inner .logo img{transition: 0.25s;filter: brightness(0) invert(1);}
.header .inner nav {position: relative;margin-right: 4.688vw;}
.header .inner nav ul{font-size: 0;line-height: 1;}
.header .inner nav ul li{display: inline-block;vertical-align: middle;margin-right: 4.25vw;position: relative;padding: 20px 0;}
.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;color:#fff;font-weight: 500;}
.header .inner nav ul li>a:hover{color:#ffa800!important;}
.header .inner nav ul li.active>a{color:#ffa800!important}
.header .inner nav ul li .child{white-space: nowrap;position: absolute;top:100%;margin-top:10px;left:50%;transform: translateX(-50%);display: none;padding: 15px 10px;background: rgba(255,255,255,.9);box-shadow: 0 0 5px 2px rgba(0,0,0,0.05);min-width: 164px;text-align: center;border-radius: 5px;}
.header .inner nav ul li .child::before{content:'';border-left: 5px solid transparent;border-right: 5px solid transparent;border-bottom: 5px solid rgba(255,255,255,.9);position: absolute;left: 50%;margin-left: -5px;bottom: 100%;}
.header .inner nav ul li .child p{padding:0;margin-bottom: 15px;}
.header .inner nav ul li .child p:last-child{margin-bottom: 0;}
.header .inner nav ul li .child a{font-size:15px;color:#222;text-transform: none;transition: 0.25s;}
.header .inner nav ul li .child a:hover{color: #ffa800;}
.header .inner .index-search{position: relative;font-size: 0;line-height: 1;}
.header .inner .index-search>a{color:#fff;}
.header .index-search .content{position: fixed;width:100%;height: 100vh;top:0;left: 0;background: rgba(0, 0, 0, 0.45);z-index: 999;display: none;}
.header .index-search .content .container{position: relative;height: 100%;}
.header .index-search .content .s-content{background: #fff;text-align: center;padding:6vh 20px;position: absolute;top:30%;width: 100%;left: 0;transform: translateY(20px);opacity: 0;transition: 0.5s;}
.header .index-search .content a.close{position: absolute;font-size: 32px;top:10px;right: 20px;}
.header .index-search .content .title{color:#242424;margin-bottom: 10px;line-height: 1.5;}
.header .index-search .content .input{font-size: 0;line-height: 1;max-width: 600px;margin: 0 auto;display: flex;}
.header .index-search .content input{height: 60px;outline: none;vertical-align: middle;}
.header .index-search .content .searchValue{padding-left: 20px;border: 1px solid #ededed;font-size: 16px;width: calc(100% - 60px);color:#292929;}
.header .index-search .content .searchValue::-webkit-input-placeholder {color: #b6b6b6;}
.header .index-search .content .searchValue:-moz-placeholder {color: #b6b6b6;}
.header .index-search .content .searchValue::-moz-placeholder {color: #b6b6b6;}
.header .index-search .content .searchValue:-ms-input-placeholder {color: #b6b6b6;}
.header .index-search .content .search-btn{width: 60px;background: #222;border:none;font-size: 24px;color:#fff;font-family: 'iconfont';font-weight: normal; cursor:pointer;}
.header .index-search .content.active .s-content{transform: none;opacity: 1;transition-delay: 0.36s;}


.header.relative.cur{position: relative;top: 0;}
.header.active.inner_header .inner,.header.on.inner_header .inner{background: #fff;border-bottom: 1px solid #ddd;}
.header.active ,.header.on{top: 0;}
.header.active .inner .logo img,.header.on .inner .logo img,.header.cur .inner .logo img{filter: none;}
.header.active .inner nav ul li>a,.header.on .inner nav ul li>a,.header.cur .inner nav ul li>a,.header.active .inner .index-search>a,.header.on .inner .index-search>a,.header.cur .inner .index-search>a{color:#000}
.header.on.inner_header .inner{background: transparent;box-shadow: none;}

.header.HeaderHide{top: -80px;}

/* banner */
.col-banner {position: relative;padding: 0 !important;}
.col-banner .swiper-slide{font-size: 0;}
.col-banner .swiper-slide .img{width: 100%;height: 100%;}
.col-banner .swiper-slide .img img{width: 100%;height: 100%;object-fit: cover;}
.col-banner .swiper-slide .ban_cont{position: absolute;top: 50%;transform: translateY(-50%);color:#fff;left: 0;width: 100%;z-index: 2;}
.col-banner .swiper-slide .ban_cont .content{opacity: 0;}
#col-index-banner .swiper-slide{height: 100vh !important;position: relative;line-height: 1.25;}
#col-index-banner .swiper-slide .ban_cont .content .s-content{font-weight: 300;margin-bottom: 3.438vw;}
#col-index-banner .swiper-slide .ban_cont .content .s-content h2{font-weight: bold;font-size: 3.75vw;margin-bottom: 12px;}
#col-index-banner .swiper-slide .ban_cont .content .link {display: flex;flex-wrap: wrap;}
#col-index-banner .swiper-slide .ban_cont .content .link a{color:#fff;margin: 0 4.427vw 10px 0;display: flex;align-items: center;transition: 0.3s;}
#col-index-banner .swiper-slide .ban_cont .content .link a:last-child{margin-right: 0;}
#col-index-banner .swiper-slide .ban_cont .content .link a.more span{margin-right: 12px;border-bottom: 1px solid;line-height: 1;}
#col-index-banner .swiper-slide .ban_cont .content .link a.more i{font-weight: bold;transform: rotate(-45deg);}
#col-index-banner .swiper-slide .ban_cont .content .link a.play i{margin-right: 10px;}
#col-index-banner .swiper-slide .ban_cont .content .link a:hover{color:#ffa800;}
#col-index-banner .swiper-pagination{left: auto;top: 50%;bottom: auto;transform: translateY(-50%);right: 5.208vw;width: auto;}
#col-index-banner .swiper-pagination span{display: block;width: 12px;height: 12px;opacity: 1;background: rgba(255,255,255,.42);transition: 0.3s;margin: 0 0 12px;}
#col-index-banner .swiper-pagination span:last-child{margin-bottom: 0;}
#col-index-banner .swiper-pagination span.swiper-pagination-bullet-active{background: #fff;}
#col-banner .swiper-container{position: fixed;top: 0;left: 0;width: 100%;z-index: 2;}
#col-banner .swiper-container .swiper-slide .ban_cont .content h1{font-weight: bold;text-transform: uppercase;}




/* index */
.odometer-digit{padding-right: 1.5px;}
#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.6s;}
#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.6s;}
#index-body .section.active .delay1{transition-delay: 0.7s;}
#index-body .section.active .delay2{transition-delay: 0.8s;}
#index-body .section.active .delay3{transition-delay: 0.9s;}
#index-body .section.active .delay4{transition-delay: 1s;}
#index-body .section.active .delay5{transition-delay: 1.1s;}
#index-body .section.active .delay6{transition-delay: 1.2s;}
#index-body .section.active .delay7{transition-delay: 1.3s;}
#index-body .section.active .delay8{transition-delay: 1.4s;}
#index-body .section{height: 100vh;}
#index-body .init-1{position: relative;}
#index-body .init-1 .flex{align-items: center;flex-wrap: wrap;}
#index-body .init-1 .flex .img1{width: 33.33%;height: 100vh;} 
#index-body .init-1 .flex .img1 img{width: 100%;height: 100%;object-fit: cover;}
#index-body .init-1 .flex .content{width: 51.66%;padding: 4vh 10vw 4vh 8.854vw;}
#index-body .init-1 .flex .content .title{font-weight: 500;margin-bottom: 1vw;}
#index-body .init-1 .flex .content .s-content{color:#666;line-height: 1.666;}
#index-body .init-1 .flex .content .s-content h2{font-size: 2.604vw;color:#000;margin-bottom: 1.5vw;font-weight: 500;}
#index-body .init-1 .flex .content .s-content ul{display: flex;flex-wrap: wrap;justify-content: space-between;margin-top: 3vw;}
#index-body .init-1 .flex .content .s-content ul li{width: 45%;color:#999999;margin-bottom: 1.66vw;padding: 0 0 10px;}
#index-body .init-1 .flex .content .s-content ul li:first-child{border-bottom: 1px solid rgba(0,0,0,.2);}
#index-body .init-1 .flex .content .s-content ul li strong,#index-body .init-1 .flex .content .s-content ul li .odometer{color:#000;font-family: 'Gilroy';line-height: 1.25;font-weight: bold;vertical-align: baseline;font-size: 2.917vw;}
#index-body .init-1 .flex .img2{width: 15%;align-self: flex-end;}
#index-body .init-2 .wrap{width: 100%;height: 100vh;display: flex;flex-wrap: wrap;}
#index-body .init-2 .wrap .content{width: 33.33%;height: 100%;color:#fff;display: flex;align-items: flex-end;position: relative;z-index: 1;}
#index-body .init-2 .wrap .content::after{content:'';width: 100%;height: 100%;background: rgba(0,0,0,.79);position: absolute;left: 0;top: 0;z-index: -1;transition: .3s;}
#index-body .init-2 .wrap .content .img{position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: -2;}
#index-body .init-2 .wrap .content .img img{width: 100%;height: 100%;object-fit: cover;}
#index-body .init-2 .wrap .content .inner{padding: 20px 5vw 5.156vw 9.375vw;position: relative;}
#index-body .init-2 .wrap .content .inner .title{font-weight: 500;margin-bottom: 1vw;}
#index-body .init-2 .wrap .content .inner .s-content{font-weight: 500;line-height: 1.208;margin-bottom: 10.313vw;}
#index-body .init-2 .wrap .content .inner a.more{display: flex;align-items: center;color:#fff;line-height: 1;transition: 0.3s;}
#index-body .init-2 .wrap .content .inner a.more span{font-weight: 500;border-bottom: 1px solid;margin-right: 10px;}
#index-body .init-2 .wrap .content .inner a.more i.iconfont{font-weight: bold;transform: rotate(-45deg);}
#index-body .init-2 .wrap .content .inner a.more:hover{color:#ffa800;}
#index-body .init-2 .wrap .content:hover::after{background: rgba(0,0,0,.5);}
#index-body .init-2 .wrap .item{width: 33.33%;height: 100%;overflow: hidden;position: relative;background: #000;}
#index-body .init-2 .wrap .item .img{width: 100%;height: 100%;overflow: hidden;transition: 0.25s;}
#index-body .init-2 .wrap .item .img img{width: 100%;height: 100%;object-fit: cover;}
#index-body .init-2 .wrap .item .title{position: absolute;left: 0;bottom: 0;padding: 0 2.5vw 5.156vw;color:#fff;}
#index-body .init-2 .wrap .item .title h3{font-weight: 500;margin-bottom: 1.25vw;}
#index-body .init-2 .wrap .item .title .more{transition: 0.3s;}
#index-body .init-2 .wrap .item .title .more span{display: inline-block;border-bottom: 1px solid;line-height: 1;}
#index-body .init-2 .wrap .item:hover .img{opacity: .4;}
#index-body .init-2 .wrap .item .title .more:hover{color:#ffa800;}
#index-body .init-3 .title{font-weight: 500;margin-bottom: 1vw;}
#index-body .init-3 .desc{font-weight: 500;margin-bottom: 3.75vw;}
#index-body .init-3 .swiper-slide .img{position: absolute;width: 100%;height: 26vw;left: 0;top: 0;z-index: -1;overflow: hidden;}
#index-body .init-3 .swiper-slide .img::after{content:'';width: 100%;height: 100%;background: rgba(0,0,0,.39);position: absolute;left: 0;top: 0;transition: 0.3s;}
#index-body .init-3 .swiper-slide .img img{width: 100%;height: 100%;object-fit: cover;}
#index-body .init-3 .swiper-slide .content{padding: 12.5vw 1.875vw 1.875vw;color:#fff;}
#index-body .init-3 .swiper-slide .content h3{font-weight: bold;margin-bottom: 0.938vw;}
#index-body .init-3 .swiper-slide .content .s-content{line-height: 1.25;display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: box;-webkit-line-clamp: 5;-moz-line-clamp: 5;-ms-flex-line-pack: center;-webkit-box-orient: vertical;-moz-box-orient: vertical;box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
#index-body .init-3 .swiper-slide:hover .img::after{background: rgba(0,0,0,.15);}

.footer.index-footer .wrap{display: flex;flex-direction: column;width: 100%;height: 100%;}
.footer.index-footer .col-contact{color:#fff;position: relative;padding: 4vh 0;flex-grow: 2;display: flex;align-items: center;padding-top: 3.75vw;}
.footer.index-footer .col-contact .flex{flex-wrap: wrap;justify-content: space-between;}
.footer.index-footer .col-contact .flex .content{width: 30.7%;}
.footer.index-footer .col-contact .flex .content .title{font-weight: 500;margin-bottom: 1vw;}
.footer.index-footer .col-contact .flex .content .s-content{font-weight: 300;line-height: 1.66;}
.footer.index-footer .col-contact .flex .content .s-content h2{font-weight: 500;font-size: 2.5vw;margin-bottom: 2.083vw;}
.footer.index-footer .col-contact .flex .message{width: 48%;}
.footer.index-footer .col-contact .flex .message form ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.footer.index-footer .col-contact .flex .message form ul li{width: 100%;margin-bottom: 1.5vw;}
.footer.index-footer .col-contact .flex .message form ul li:nth-child(n+5){width: 100%;}
.footer.index-footer .col-contact .flex .message form ul li input,.footer.index-footer .col-contact .flex .message form ul li textarea{width: 100%;height: 48px;border: none;border-bottom: 1px solid rgba(255,255,255,.2);outline: none;background: transparent;}
.footer.index-footer .col-contact .flex .message form ul li input::-webkit-input-placeholder {color: #fff;}
.footer.index-footer .col-contact .flex .message form ul li input:-moz-placeholder {color: #fff;}
.footer.index-footer .col-contact .flex .message form ul li input::-moz-placeholder {color: #fff;}
.footer.index-footer .col-contact .flex .message form ul li textarea:-ms-input-placeholder {color: #fff;}
.footer.index-footer .col-contact .flex .message form ul li textarea::-webkit-input-placeholder {color: #fff;}
.footer.index-footer .col-contact .flex .message form ul li textarea:-moz-placeholder {color: #fff;}
.footer.index-footer .col-contact .flex .message form ul li textarea::-moz-placeholder {color: #fff;}
.footer.index-footer .col-contact .flex .message form ul li textarea:-ms-input-placeholder {color: #fff;}
.footer.index-footer .col-contact .flex .message form .code{display: flex;}
.footer.index-footer .col-contact .flex .message form .code .verify{width: 120px;height: 40px;}
.footer.index-footer .col-contact .flex .message form .sub{width: auto;height: auto;border: none;background: transparent;border-bottom: 1px solid #fff;font-weight: 500;line-height: 1;padding: 0;transition: .3s;}
.footer.index-footer .col-contact .flex .message form .sub:hover{color:#ffa800;border-color: #ffa800;}

.Footer{background: #f5f5f5;padding: 5vh 0 2.3vh;position: relative;z-index: 2;}
.Footer .flex{justify-content: space-between;flex-wrap: wrap;}
.Footer .flex .left{width: 34%;}
.Footer .flex .left .address{line-height: 1.6;font-weight: bold;margin-bottom: 8px;}
.Footer .flex .left p{font-weight: 500;text-decoration: underline;}
.Footer .flex .left .copyright{margin-top: 1.875vw;}
.Footer .flex .right{width: 49%;display: flex;flex-direction: column;align-items: flex-end;}
.Footer .flex .right .footer-nav{display: flex;justify-content: space-between;width: 100%;}
.Footer .flex .right .footer-nav li a{font-weight: 500;transition: .3s;}
.Footer .flex .right .footer-nav li a:hover{color:#ffa800;}
.Footer .flex .right .share{margin: 2.396vw 0 1.25vw;display: flex;flex-wrap: wrap;justify-content: flex-end;}
.Footer .flex .right .share a{color:#666666;margin: 0 0 5px 1.615vw;transition: .3s;}
.Footer .flex .right .share a:first-child{margin-left: 0;}
.Footer .flex .right .share a:hover{color:#ffa800;}
.Footer .flex .right .otherinfo{margin-top: auto;}

/* page */
.page {text-align: center;}
.page ul li a{border:1px solid #e5e5e5 !important;background: #fff;color:#ffa800;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: #ffa800;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:#ffa800}
.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: #ffa800;color:#fff;}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {background: #fff;color:#ffa800;}
/* 内页 */
.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;}

html#Ab,html#Ab body,html#Ab body #page{overflow: visible;}
.col-page{position: relative;z-index: 2;background: #fff;}
.col-page-about .title{font-weight: bold;margin-bottom: 1.146vw;}
.col-page-about .namemark{font-weight: bold;line-height: 1.125; margin-bottom:40px; text-shadow: 5px 8.66px 10px rgba(6, 0, 1, 0.07);}
.col-page-about .col-1 .content{padding: 7.292vw 0;}
.col-page-about .col-1 .content .flex{justify-content: space-between;align-items: flex-start;flex-wrap: wrap;}
.col-page-about .col-1 .content .flex .left{width: 45%;}
.col-page-about .col-1 .content .flex .right{width: 47%;}
.col-page-about .col-1 .content .flex .right .s-content{color:#333333;line-height: 1.66;}
.col-page-about .col-1 .content .flex .right .s-content ul{margin-top: 3.125vw;display: flex;justify-content: space-between;flex-wrap: wrap;}
.col-page-about .col-1 .content .flex .right .s-content ul li{width: 45%;color:#999999;margin-bottom: 1.66vw;}
.col-page-about .col-1 .content .flex .right .s-content ul li strong,.col-page-about .col-1 .content .flex .right .s-content ul li .odometer{color:#000;font-family: 'Gilroy';line-height: 1.25;font-weight: bold;vertical-align: baseline;font-size: 2.917vw;}
.col-page-about .col-1 .col-1-1 .wrap{height: 200vh;}
.col-page-about .col-1 .col-1-1 .content{padding:0;}
.col-page-about .col-1 .col-1-1 .wrap .sticky{position: sticky;top: 0;height: 100vh;}
.col-page-about .col-1 .col-1-1 .wrap .sticky .inner{position: relative;height: 100%;}
.col-page-about .col-1 .col-1-1 .wrap .sticky .inner .H1{height: 3rem;}
.col-page-about .col-1 .col-1-1 .wrap .sticky .inner .Video{width: 100%;height: calc(100% - 6rem);position: relative;}
.col-page-about .col-1 .col-1-1 .wrap .sticky .inner .Video .scroll{position: absolute;left: 50%;bottom: 15px;z-index: 10;cursor: pointer;text-transform: uppercase;margin-left: -31px;width: 62px;cursor: pointer;animation: bounce-down 1.6s linear infinite;}
.col-page-about .col-1 .col-1-1 .wrap .sticky .inner .Video .scale{overflow: hidden;line-height: 0;height: 100%;transition: 0.5s;}
.col-page-about .col-1 .col-1-1 .wrap .sticky .inner .Video video{width: 100%;height: 100%;object-fit: cover;transform: scale(1.005);}
@keyframes bounce-down {
  25% {transform: translateY(-4px);}
  50%, 100% {transform: translateY(0);}
  75% {transform: translateY(4px);}
}
.col-page-about .col-2{padding: 6.25vw 0 5vw;}
.col-page-about .col-2 .namemark{line-height: 1.2;margin-bottom: 4.948vw;max-width: 48%;text-shadow: 5px 8.66px 10px rgba(6, 0, 1, 0.07);margin-left: auto;}
.col-page-about .col-2 ul.list{display: flex;flex-wrap: wrap;justify-content: space-between;}
.col-page-about .col-2 ul.list li{width: 32%;position: relative;overflow: hidden;background: #000;color:#fff;z-index: 1;display: flex;align-items: center;}
.col-page-about .col-2 ul.list li .img{position: absolute;width: 100%;height: 100%;top: 0;left: 0;transition: .3s;z-index: -1;}
.col-page-about .col-2 ul.list li .img img{width: 100%;height: 100%;object-fit: cover;}
.col-page-about .col-2 ul.list li .content{padding: 4.74vw 3.021vw 5.833vw;}
.col-page-about .col-2 ul.list li .content h3{font-weight: 500;margin-bottom: 1.66vw;transition: .3s;opacity: 0;transform: translateY(20px);visibility: hidden;}
.col-page-about .col-2 ul.list li .content h3 a{color:#fff; text-decoration:underline;}
.col-page-about .col-2 ul.list li .content .child{transition: .3s;opacity: 0;transform: translateY(20px);visibility: hidden;}
.col-page-about .col-2 ul.list li .content .child p{margin-bottom: 1.042vw;}
.col-page-about .col-2 ul.list li .content .child p:last-child{margin-bottom: 0;}
.col-page-about .col-2 ul.list li .content .child p a{color:#fff;transition: 0.25s;line-height: 1;border-bottom: 1px solid;}
.col-page-about .col-2 ul.list li .content .child p a:hover{color:#ffa800;}
.col-page-about .col-2 ul.list li h2{width: 100%;text-align: center;font-weight: 500;position: absolute;left: 0;bottom: 1.563vw;transition: .3s;}
.col-page-about .col-2 ul.list li:hover .img{opacity: .58;}
.col-page-about .col-2 ul.list li:hover h2{transform: translateY(20px);opacity: 0;visibility: hidden;}
.col-page-about .col-2 ul.list li:hover .content h3{transform: none;opacity: 1;visibility: visible;}
.col-page-about .col-2 ul.list li:hover .content .child{transform: none;opacity: 1;visibility: visible;transition-delay: 0.25s;}
.col-page-about .col-2 .flex{margin-top: 3.75vw;align-items: center;justify-content: space-between;width: 48%;}
.col-page-about .col-2 .flex .more{display: flex;align-items: center;margin-right: 5.3vw;flex-shrink: 0;line-height: 1;transition: 0.3s;}
.col-page-about .col-2 .flex .more span{font-weight: 500;border-bottom: 1px solid;margin-right: 10px;}
.col-page-about .col-2 .flex .more i.iconfont{font-weight: bold;transform: rotate(-45deg);}
.col-page-about .col-2 .flex .more:hover{color:#ffa800;}
.col-page-about .col-2 .flex .content{line-height: 1.5;color:#666;}


    .col-history{padding-top: 4.68%;padding-bottom: 7.81%;}
    .col-history .col-title{color:#333;}
    .col-history .xian{padding: 0 70px; overflow:hidden}
    .col-history .xian:before{content: '';width: 9999px;position: absolute;left: 50%;margin-left: -4999px;top:25px; border-top:1px solid rgba(0,0,0,0.2);}
    .col-history .swiper-his1{margin-top: 3.64vw;}
    .col-history .swiper-his1 .num{ font-size: 12.5vw;line-height: 0.9;font-family: 'Arial'; color: #ffa800; }
    .col-history .swiper-his1 .con{ margin-top: 1.3vw; color: #333;}
    .col-history .swiper-his1 .con p{line-height: 1.8; position: relative;padding-left: 16px;}
    .col-history .swiper-his1 .con p:before{content: '';display: block; width:12px;height:12px;/*background:url(../images/his.png) center no-repeat;background-size: cover;*/ border-radius: 50%;position: absolute;left: 0;top:10px}
    .col-history .swiper-his2{margin-top: 5vw;padding-top: 18px; position: static;}
    .col-history .swiper-his2 .dian{width: 15px;height: 15px;padding: 4px; margin:0 auto; border-radius: 50%;background: #333;}
    .col-history .swiper-his2 .dian span{display: block;width: 7px;height: 7px;border-radius: 50%;background: #d2d2d2;transition: 0.5s;}
    .col-history .swiper-his2 .num{line-height: 0.9;font-family: 'Arial'; color: #333;margin-top: 15px;}
    .col-history .swiper-his2 .swiper-slide{cursor: pointer;}
    .col-history .swiper-his2 .swiper-slide-thumb-active .dian span{background: #ffa800;}
    .col-history .swiper-button-next:after, .col-history .swiper-container-rtl .swiper-button-prev:after{display:none;}
    .col-history .swiper-button-prev:after, .col-history .swiper-container-rtl .swiper-button-next:after{display:none;}
    .col-history .swiper-his2 .swiper-button-prev,
    .col-history .swiper-his2 .swiper-button-next{ width: auto;height: auto;top:0;margin:0; background: none;opacity: 1;z-index: 1; }
    .col-history .swiper-his2 .swiper-button-prev{left: 0;}
    .col-history .swiper-his2 .swiper-button-next{right:0;}
    .col-history .swiper-his2 .swiper-button-prev i,
    .col-history .swiper-his2 .swiper-button-next i{ display: block;width:50px;height:50px;text-align: center;line-height: 50px;color: #666;transition: 0.5s;background: #fff;border-radius: 50%;font-weight: bold; }
    .col-history .swiper-his2 .swiper-button-prev i:hover,
    .col-history .swiper-his2 .swiper-button-next i:hover{background: #ffa800;color: #fff;}

.col-page-about .col-3{padding: 6.25vw 0;overflow: hidden;}
.col-page-about .col-3 .namemark{margin-bottom: 4.688vw;}
.col-page-about .col-3 .slide{position: relative;z-index: 1;margin-bottom: 5.625vw;}
.col-page-about .col-3 .slide .name{color:#edeff0;font-weight: bold;position: absolute;z-index: -1;left: 50%;top: 50%;transform: translate(-50%,-50%);font-size: 15.625vw;line-height: .8;letter-spacing: 1.8vw;}
.col-page-about .col-3 .slide .swiper-container{overflow: visible;}
.col-page-about .col-3 .content ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
.col-page-about .col-3 .content ul li{line-height: 1.625;width: 27%;}
.col-page-about .col-3 .content ul li:nth-child(2n){width: 1px;height: 227px;background: #dddddd;align-self: center;}
.col-page-about .col-3 .content ul li strong{font-size: 1.667vw;font-weight: bold;margin: 1.042vw 0 1.563vw;display: block;line-height: 1;}
.col-page-about .col-3 .content ul li p:nth-child(1) img{width: 6.458vw;min-width: 35px;}
.col-page-about .col-4{padding: 6.77vw 0;}
.col-page-about .col-4 .flex{justify-content: space-between;align-items: center;flex-wrap: wrap;}
.col-page-about .col-4 .flex .content{width: 47%;}
.col-page-about .col-4 .flex .content .namemark{text-shadow: none;margin-bottom: 2.083vw;}
.col-page-about .col-4 .flex .content .s-content{line-height: 1.66;margin-bottom: 4.688vw;}
.col-page-about .col-4 .flex .content .more{display: inline-block;flex-shrink: 0;line-height: 1;transition: 0.3s;}
.col-page-about .col-4 .flex .content .more>*{display: inline-block;vertical-align: middle;}
.col-page-about .col-4 .flex .content .more span{font-weight: 500;border-bottom: 1px solid;margin-right: 10px;}
.col-page-about .col-4 .flex .content .more i.iconfont{font-weight: bold;transform: rotate(-45deg);}
.col-page-about .col-4 .flex .content .more:hover{color:#ffa800;}
.col-page-about .col-4 .flex .img{width: 42%;}
.col-page-about .col-5{padding: 5.625vw 0;}
.col-page-about .col-5 .namemark{margin-bottom: 4.167vw;}
.col-page-about .col-5 .content{position: relative;padding-right: 120px;}
.col-page-about .col-5 .content .swiper-button{width: 50px;height: 50px;border-radius: 50%;border: 1px solid #000000;position: absolute;bottom: 0;top: auto;margin-top: 0;outline: none;opacity: 1;transition: 0.3s;color:#000;text-align: center;line-height: 48px;}
.col-page-about .col-5 .content .swiper-button-prev{left: auto;right: 70px;}
.col-page-about .col-5 .content .swiper-button-next{right: 0;}
.col-page-about .col-5 .content .swiper-button::after{display: none;}
.col-page-about .col-5 .content .swiper-button i.fa{font-size: 22px;}
.col-page-about .col-5 .content .swiper-button:hover{border-color: #ffa800;color:#ffa800;}
.col-page-about .col-5 .swiper-slide .img{border: 2px solid #e6e6e6;transition: 0.3s;}
.col-page-about .col-5 .swiper-slide .img:hover{border-color: #ffa800;}

.vicenav{padding: 1.875vw 0;border-bottom: 1px solid rgba(0,0,0,.2);background: #fff;position: relative;z-index: 2;}
.vicenav .flex{justify-content: space-between;align-items: center;padding: 0 3.021vw;}
.vicenav .flex a{color:#666666;font-weight: 500;transition: .3s;}
.vicenav .flex a:hover,.vicenav .flex a.active{color:#000;}
.vicenav.proVicenav .flex{justify-content: space-evenly;}

.col-page-technology .col-1{padding: 5.99vw 0 7.292vw;}
.col-page-technology .title{font-weight: bold;margin-bottom: 1.146vw;}
.col-page-technology .namemark{font-weight: bold;line-height: 1.25;margin-bottom: 1.875vw;}
.col-page-technology .col-1 .wrap{padding: 0 14.583vw 0 10.104vw;margin-bottom: 7.135vw;}
.col-page-technology .col-1 .wrap .namemark{width: 88%;}
.col-page-technology .col-1 .wrap .content{line-height: 1.666;}
.col-page-technology .col-1 ul.list li{display: flex;align-items: center;flex-wrap: wrap;}
.col-page-technology .col-1 ul.list li:nth-child(2n){flex-direction: row-reverse;}
.col-page-technology .col-1 ul.list li .img{width: 50%;}
.col-page-technology .col-1 ul.list li .content{width: 50%;padding: 4vh 4.896vw 4vh 3.75vw;}
.col-page-technology .col-1 ul.list li .content .s-content{line-height: 1.666;}
.col-page-technology .col-2 {padding: 5.729vw 0;color:#fff;position: relative;z-index: 1;}
.col-page-technology .col-2 .wrap{padding: 0 5.729vw;}
.col-page-technology .col-2 .name{font-size: 18.229vw;color:rgba(255,255,255,.1);position: absolute;left: 50%;bottom: 0;line-height: 1.25;transform: translateX(-50%);letter-spacing: 2vw;z-index: -1;font-weight: bold;}
.col-page-technology .col-2 .title{margin-bottom: 4.219vw;position: relative;padding-right: 120px;}
.col-page-technology .col-2 .title h2{font-weight: bold;}
.col-page-technology .col-2 .title .swiper-button{width: 50px;height: 50px;border-radius: 50%;border: 1px solid #fff;position: absolute;bottom: 0;top: auto;margin-top: 0;outline: none;opacity: 1;transition: 0.3s;color:#fff;text-align: center;line-height: 48px;}
.col-page-technology .col-2 .title .swiper-button-prev{left: auto;right: 70px;}
.col-page-technology .col-2 .title .swiper-button-next{right: 0;}
.col-page-technology .col-2 .title .swiper-button::after{display: none;}
.col-page-technology .col-2 .title .swiper-button i.fa{font-size: 22px;}
.col-page-technology .col-2 .title .swiper-button:hover{border-color: #ffa800;color:#ffa800;}
.col-page-technology .col-2 .swiper-slide{overflow: hidden;min-height: 66px;position: relative;}
.col-page-technology .col-2 .swiper-slide .img{overflow:hidden;}
.col-page-technology .col-2 .swiper-slide h3{text-align:center; color:#fff; padding:15px 0;}
.col-page-technology .col-3 {padding: 5.2vw 0;}
.col-page-technology .col-3 h2{text-align: center;font-weight: bold;margin-bottom: 3.125vw;}
.col-page-technology .col-3 .tab-nav{display: flex;justify-content: center;margin-bottom: 3.125vw;}
.col-page-technology .col-3 .tab-nav a{padding: 0 0 7px;margin: 0 2.344vw 8px;border-bottom: 2px solid transparent;transition: .3s;}
.col-page-technology .col-3 .tab-nav a:hover,.col-page-technology .col-3 .tab-nav a.active{border-color: #000;}
.col-page-technology .col-3 .tab-box .box{display: none;}
.col-page-technology .col-3 .tab-box .box.active{display: block;}
.col-page-technology .col-3 .tab-box .box .swiper-slide .img{border: 14px solid #f5f5f5;position: relative;min-height: 188px;overflow: hidden;}
.col-page-technology .col-3 .tab-box .box .swiper-slide .title{margin-top: 0.938vw;text-align: center;font-weight: 500;}

.col-page-quality h2{font-weight: bold;margin-bottom: 1.875vw;line-height: 1.1;}
.col-page-quality .s-content{line-height: 1.666;}
.col-page-quality .s-content img{max-width: 40vw;}
.col-page-quality .col-1{padding: 6.5vh 0;}
.col-page-quality .col-1 .flex{justify-content: space-between;align-items: center;flex-wrap: wrap;}
.col-page-quality .col-1 .flex .content{width: 51%;}
.col-page-quality .col-1 .flex .img{width: 30%;}
.col-page-quality .col-2{padding: 8.33vw 0;color:#fff;}
.col-page-quality .col-2 .flex{justify-content: space-between;align-items: center;flex-wrap: wrap;}
.col-page-quality .col-2 .flex .img{width: 40%;}
.col-page-quality .col-2 .flex .content{width: 38%;text-align: right;}
.col-page-quality .col-3{padding: 6.25vw 0;}
.col-page-quality .col-3 .s-content{padding-top: calc(14px + 1.563vw);position: relative;margin: 0 auto;max-width: 1120px;}
.col-page-quality .col-3 .s-content::before{content:'';width: 16px;height: 14px;background: url(../images/quot.jpg) no-repeat center/100% 100%;position: absolute;left: 50%;top: 0;transform: translateX(-50%);}
.col-page-quality .col-4 {padding: 7.031vw 0;color:#fff;}
.col-page-quality .col-4 h2{margin-bottom: 5.313vw;}
.col-page-quality .col-4 .content{position: relative;}
.col-page-quality .col-4 .content .img{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);width: 23.229vw;}
.col-page-quality .col-4 .content .s-content ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.col-page-quality .col-4 .content .s-content ul li{width: 33.6%;padding-left: 30px;margin-bottom: 8.229vw;}
.col-page-quality .col-4 .content .s-content ul li:nth-child(2n-1){text-align: right;padding-right: 30px;padding-left: 0;}
.col-page-quality .col-4 .content .s-content ul li:nth-child(n+3){margin-bottom: 0;}
.col-page-quality .col-4 .content .s-content ul li strong{font-size: 1.25vw;position: relative;display: block;margin-bottom: 1.25vw;}
.col-page-quality .col-4 .content .s-content ul li strong::before{content:'';width: 15px;height: 15px;border-radius: 50%;border: 1px solid #fff;padding: 3px;background: #fff;position: absolute;left: -30px;top: 50%;transform: translateY(-50%);background-clip: content-box;}
.col-page-quality .col-4 .content .s-content ul li:nth-child(2n-1) strong::before{left: auto;right: -30px;}
.col-page-quality .col-4 .content .s-content ul li:nth-child(1){transform: translateX(-2.604vw);}
.col-page-quality .col-4 .content .s-content ul li:nth-child(2){transform: translateX(1.667vw);}
.col-page-quality .col-4 .content .s-content ul li:nth-child(3){transform: translateX(-4.063vw);}
.col-page-quality .col-4 .content .s-content ul li:nth-child(4){transform: translateX(5.469vw);}
.col-page-quality .col-5 {padding: 5.729vw 0 6.25vw;}
.col-page-quality .col-5 .content{padding: 0 12.396vw 0 9.896vw;}
.col-page-quality .col-6{padding: 0 0 8.854vw;}
.col-page-quality .col-6 .flex{flex-wrap: wrap;justify-content: space-between;align-items: flex-start;padding: 0 5px;}
.col-page-quality .col-6 .flex .left{width: calc(50% - 5px);margin-right: 10px;}
.col-page-quality .col-6 .flex .right{width: calc(50% - 5px);padding-right: 13.542vw;}
.col-page-quality .col-6 .flex .right .content{padding: 5.729vw 0 0 4vw;}

.col-page-service{padding: 6.25vw 0;}
.col-page-service .circle1{width: 32.24vw;position: absolute;z-index: -1;right: -6.7vw;top: 3.385vw;}
.col-page-service .circle2{width: 32.24vw;position: absolute;z-index: -1;left: -21.354vw;bottom: 2.917vw;}
.col-page-service .title{max-width: 830px;margin: 0 auto 4.583vw;line-height: 1.208;font-weight: 500;}
.col-page-service ul.list li{padding: 2.5vw 3.594vw 2.188vw 2.813vw;}
.col-page-service ul.list li:nth-child(2n){background: #f5f5f5;}
.col-page-service ul.list li h2{display: flex;align-items: center;color:#ffa800;margin-bottom: 1.823vw;}
.col-page-service ul.list li .iconfont{flex-shrink: 0;margin-right: 1.823vw;line-height: 1;}
.col-page-service ul.list li h2 span{font-weight: bold;}
.col-page-service ul.list li .content{display: flex;align-items: flex-start;}
.col-page-service ul.list li .content .s-content{line-height: 1.562;}

.col-page-download{padding: 6.25vw 0;}
.col-page-download .title{display: flex;align-items: center;justify-content: space-between;font-weight: bold;margin-bottom: 1.563vw;}
.col-page-download .title span:nth-child(2){text-align: right;}
.col-page-download ul.list{border-top: 1px solid rgba(0,0,0,.1);}
.col-page-download ul.list li{border-bottom: 1px solid rgba(0,0,0,.1);padding: 1.25vw 10px;display: flex;align-items: center;justify-content: space-between;}
.col-page-download ul.list li .name a{transition: .3s;text-transform: uppercase;}
.col-page-download ul.list li .name a:hover{color:#ffa800;}
.col-page-download ul.list li .dw a{display: flex;align-items: center;color:rgba(0,0,0,.5);line-height: 1;transition: .3s;}
.col-page-download ul.list li .dw a span{margin-right: 0.938vw;}
.col-page-download ul.list li .dw a:hover{color:#000;}

.col-page-product{background: #f5f5f7;padding: 6.25vw 0;}
.col-page-product .flex{justify-content: space-between;flex-wrap: wrap;align-items: flex-start;}
.col-page-product .flex .pin-wrapper{width: 350px;}
.col-page-product .flex .sider{border-radius: 10px;background: #fff;padding: 4vh 20px;width: 350px;transition:top .3s;position: relative;z-index: 3;}
.col-page-product .flex .pin-wrapper .sider{width: 100%;}
.col-page-product .flex .sider .product-search {margin-bottom: 3.125vw;}
.col-page-product .flex .sider .product-search h2{font-weight: 500;margin-bottom: 1.25vw;}
.col-page-product .flex .sider .product-search .input{border: 1px solid #eeeeee;border-radius: 4px;height: 56px;display: flex;align-items: center;}
.col-page-product .flex .sider .product-search .input input{vertical-align: middle;border: none;padding: 0;outline: none;background: transparent;}
.col-page-product .flex .sider .product-search .input .inpt4{width: 50px;font-size: 18px;font-weight: bold;}
.col-page-product .flex .sider .product-search .input .inpt3{width: calc(100% - 50px);padding-left: 1vw;font-size: 14px;}
.col-page-product .flex .sider .navList .item{margin-bottom: 1.979vw;}
.col-page-product .flex .sider .navList .item:last-child{margin-bottom: 0;}
.col-page-product .flex .sider .navList .item h3{margin-bottom: 1.302vw;padding-bottom: 1.354vw;border-bottom: 1px solid rgba(51,51,51,.3);font-weight: 500;}
.col-page-product .flex .sider .navList .item ul.list li{margin-bottom: 1.2vw;position: relative;}
.col-page-product .flex .sider .navList .item ul.list li:last-child{margin-bottom: 0;}
.col-page-product .flex .sider .navList .item ul.list li>a{display: flex;align-items: center;color:#666;transition: .3s;}
.col-page-product .flex .sider .navList .item ul.list li>a i.fa{margin-right: 10px;}
.col-page-product .flex .sider .navList .item ul.list li .child{position: absolute;left: 100%;top: 0;padding: 2.4vh 27px;border-radius: 9px;background: #fff;box-shadow: 6.103px 11.478px 46.17px 10.83px rgba(70, 83, 93, 0.1);opacity: 0;visibility: hidden;transition: .3s;}
.col-page-product .flex .sider .navList .item ul.list li .child p{margin-bottom: 0.8vw;}
.col-page-product .flex .sider .navList .item ul.list li .child p:last-child{margin-bottom: 0;}
.col-page-product .flex .sider .navList .item ul.list li .child p a{color:#666;transition: .3s;white-space: nowrap;}
.col-page-product .flex .sider .navList .item ul.list li>a:hover,.col-page-product .flex .sider .navList .item ul.list li .child p a:hover{color:#000;}
.col-page-product .flex .sider .navList .item ul.list li:hover .child{opacity: 1;visibility: visible;}
.col-page-product .flex .lists{width: calc(98.6% - 350px);}
.col-page-product .flex .lists .item{margin-bottom: 4.167vw;}
.col-page-product .flex .lists .item:last-child{margin-bottom: 0;}
.col-page-product .flex .lists .item h2{font-weight: bold;margin-bottom: 2.708vw;}
.col-page-product .flex .lists .item ul.list{display: flex;flex-wrap: wrap;}
.col-page-product .flex .lists .item ul.list li{width: 32%;margin-bottom: 2.813vw;margin-right: 2%;}
.col-page-product .flex .lists .item ul.list li:nth-child(3n){margin-right: 0;}
.col-page-product .flex .lists .item ul.list li .img{border-radius: 10px;overflow: hidden;position: relative;}
/* .col-page-product .flex .lists .item ul.list li .img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;} */
.col-page-product .flex .lists .item ul.list li .img::after{content:'';width: 100%;height: 100%;background: transparent;position: absolute;left: 0;top: 0;transition: .3s;}
.col-page-product .flex .lists .item ul.list li .img .more{font-weight: 500;color:#fff;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);border-bottom: 1px solid;margin-top: 10px;opacity: 0;visibility: hidden;transition: .3s;z-index: 2;line-height: 1;white-space: nowrap;}
.col-page-product .flex .lists .item ul.list li .title{text-align: center;padding: 1.198vw 1.458vw 0;line-height: 1.273;font-weight: 500;transition: .3s;}
.col-page-product .flex .lists .item ul.list li:hover .img::after{background: rgba(0,0,0,.43);}
.col-page-product .flex .lists .item ul.list li:hover .img .more{margin-top: 0;opacity: 1;visibility: visible;}
.col-page-product .flex .lists .item ul.list li:hover .title{color:#ffa800}

.col-product-detail{padding: 5.2vw 0;}
.col-product-detail h2{margin-bottom: 3.125vw;font-weight: bold;}
.col-product-detail .pro_show{display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;margin-bottom: 5.729vw;padding-bottom: 6.25vw;border-bottom: 1px solid rgba(0,0,0,.1);}
.col-product-detail .pro_show .caseleft{width: 50%;display: flex;justify-content: space-between;flex-wrap: wrap;}
.col-product-detail .pro_show .caseleft .col-large{width: calc(78% - 7px);border-radius: 10px;overflow: hidden;}
.col-product-detail .pro_show .caseleft .col-large .bimg{bordeR:1px solid #e8e8e8; overflow:hidden;}
.col-product-detail .pro_show .caseleft .col-thumb{width: calc(22% - 7px);position: relative;}
.col-product-detail .pro_show .caseleft .col-thumb .swiper-container{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.col-product-detail .pro_show .caseleft .col-thumb .swiper-container .swiper-slide a{display: block;border-radius: 10px;overflow: hidden;position: relative;width: 100%;height: 100%; border:1px solid #e8e8e8;}
.col-product-detail .pro_show .caseleft .col-thumb .swiper-container .swiper-slide a img{width: 100%;height: 100%;position: absolute;left: 0;top: 0;object-fit: cover;}
.col-product-detail .pro_show .caseright{width: 43.8%;}
.col-product-detail .pro_show .caseright h1{font-weight: bold;margin-bottom: 2.604vw;}
.col-product-detail .pro_show .caseright .content{line-height: 1.778;margin-bottom: 3.333vw;}
.col-product-detail .pro_show .caseright .link{display: flex;align-items: center;flex-wrap: wrap;}
.col-product-detail .pro_show .caseright .link a.contact{width: 165px;height: 47px;background: #000;color:#fff;font-size: 16px;margin-right: 1.667vw;transition: .3s;text-align: center;line-height: 47px;}
.col-product-detail .pro_show .caseright .link a.contact:hover{background: #ffa800;}
.col-product-detail .pro_show .caseright .link a.email{font-weight: 500;border-bottom: 1px solid;line-height: 1;transition: .3s;}
.col-product-detail .pro_show .caseright .link a.email:hover{color:#ffa800;}
.col-product-detail .detail .item:not(:last-child){margin-bottom: 5.2vw;padding-bottom: 5vw;border-bottom: 1px solid rgba(0,0,0,.1);}
.col-product-detail .detail .item h2{margin-bottom: 2.646vw;}
.col-product-detail .detail .item .content table{width: 100%;border: 1px solid #333!important; border-collapse:collapse;}
.col-product-detail .detail .item .content table td{width: auto;padding: 12px 0 12px 45px!important;font-weight: 500;border-bottom: 1px solid #333!important;}
.col-product-detail .detail .item .content table td:nth-child(1){color:#666;}
.col-product-detail .detail .item .content table tr:last-child td{border-bottom: none;}
.col-product-detail .detail .item .content strong{font-weight: bold;display: inline-block;margin: 1.354vw 0 0.8vw;font-size: 1.354vw;}


.col-page-industry {padding: 7.292vw 0;}
.col-page-industry .namemark{font-weight: bold;margin-bottom: 2.083vw;text-shadow: 5px 8.66px 10px rgba(6, 0, 1, 0.07);}
.col-page-industry .content{line-height: 1.666;margin-bottom: 6.25vw;max-width: 985px;}
.col-page-industry ul.list{display: flex;flex-wrap: wrap;}
.col-page-industry ul.list li{width: 32%;margin-right: 2%;margin-bottom: 5.2vw;}
.col-page-industry ul.list li:nth-child(3n){margin-right: 0;}
.col-page-industry ul.list li .img{overflow: hidden;}
.col-page-industry ul.list li .title{font-weight: bold;margin: 1.563vw 0 1vw;}
.col-page-industry ul.list li .s-content{line-height: 1.286;margin-bottom: 2.5vw;display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: box;-webkit-line-clamp: 3;-moz-line-clamp: 3;-ms-flex-line-pack: center;-webkit-box-orient: vertical;-moz-box-orient: vertical;box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.col-page-industry ul.list li .more{display: flex;align-items: center;transition: .3s;line-height: 1;}
.col-page-industry ul.list li .more span{font-weight: 500;border-bottom: 1px solid;margin-right: 6px;}
.col-page-industry ul.list li .more i.iconfont{font-weight: bold;transform: rotate(-45deg);}
.col-page-industry ul.list li:hover .more{color:#ffa800;}

.col-news-detail{padding: 5vh 0;}
.col-news-detail h1{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:#e60012;margin: 0 5px;}
.col-news-detail .content{font-size: 15px;line-height: 2;}
.col-news-detail .content ol, .col-news-detail .content ul{padding-left:2em;}
.col-news-detail .content li{list-style:disc;}
.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:#e60012;}

.col-page-sus{padding: 7.292vw 0;}
.col-page-sus .namemark{font-weight: bold;margin-bottom: 2.083vw;text-shadow: 5px 8.66px 10px rgba(6, 0, 1, 0.07);max-width: 985px;line-height: 1.125;}
.col-page-sus .content{line-height: 1.666;margin-bottom: 6.25vw;}
.col-page-sus ul.list li{display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;margin-bottom: 7.292vw;}
.col-page-sus ul.list li:last-child{margin-bottom: 0;}
.col-page-sus ul.list li .img{width: 49%;border-top-right-radius: 5.208vw;overflow: hidden;}
.col-page-sus ul.list li:nth-child(2n-1){flex-direction: row-reverse;}
.col-page-sus ul.list li:nth-child(2n-1) .img{border-top-right-radius: 0;border-top-left-radius: 5.208vw;}
.col-page-sus ul.list li .inner{width: 41%;}
.col-page-sus ul.list li .inner .title{text-shadow: 5px 8.66px 10px rgba(6, 0, 1, 0.07);line-height: 1.1;margin-bottom: 2.292vw;font-weight: bold;}
.col-page-sus ul.list li .inner .s-content{color:#666;line-height: 1.666;}

.col-page-news{padding: 6.771vw 0;}
.col-page-news ul.list{display: flex;flex-wrap: wrap;}
.col-page-news ul.list li{width: 30%;margin-right: 5%;margin-bottom: 5.208vw;}
.col-page-news ul.list li:nth-child(3n){margin-right: 0;}
.col-page-news ul.list li a{width: 100%;height: 100%;display: flex;flex-direction: column;}
.col-page-news ul.list li .img{
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 1.563vw;
	width: 100%;
	height: 11vw;
	}
.col-page-news ul.list li .img img{object-fit:cover}
.col-page-news ul.list li .title{margin: 0 0 0.5vw;font-weight: bold;line-height: 1.66;transition: .3s;}
.col-page-news ul.list li .s-content{color:#666;line-height: 1.714;display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: box;-webkit-line-clamp: 2;-moz-line-clamp: 2;-ms-flex-line-pack: center;-webkit-box-orient: vertical;-moz-box-orient: vertical;box-orient: vertical;overflow: hidden;text-overflow: ellipsis;margin-bottom: 2.5vw;}
.col-page-news ul.list li .s-content.txt4{-webkit-line-clamp:4;-moz-line-clamp: 4;}
.col-page-news ul.list li .date{margin-top: auto;}
.col-page-news ul.list li:hover .title{color:#ffa800;}

.col-page-contact {padding: 6.25vw 0;}
.col-page-contact h2{font-weight: bold;line-height: 1;margin-bottom: 2.292vw;}
.col-page-contact .flex{flex-wrap: wrap;justify-content: space-between;align-items: flex-start;}
.col-page-contact .flex .col-1{width: 42%;}
.col-page-contact .flex .col-1 .name{font-weight: bold;margin-bottom: 0.625vw;}
.col-page-contact .flex .col-1 .address{color:#666;line-height: 1.5;margin-bottom: 1.563vw;max-width: 430px;}
.col-page-contact .flex .col-1 ul li{margin-bottom: 1.563vw;display: flex;align-items: center;line-height: 1;}
.col-page-contact .flex .col-1 ul li .iconfont{color:#cccccc;margin-right: 0.885vw;flex-shrink: 0;}
.col-page-contact .flex .col-1 ul li:last-child{margin-bottom: 0;}
.col-page-contact .flex .col-1 ul li a{border-bottom: 1px solid;display: inline-block;}
.col-page-contact .flex .col-1 .media{margin-top: 2.604vw;padding-top: 1.927vw;border-top: 1px solid #a6a6a6;}
.col-page-contact .flex .col-1 .media h3{font-weight: 500;margin-bottom: 1.563vw;}
.col-page-contact .flex .col-1 .media .share{display: flex;flex-wrap: wrap;align-items: center;line-height: 1;}
.col-page-contact .flex .col-1 .media .share span{color:#666;margin-right: 5px;}
.col-page-contact .flex .col-1 .media .share a{color:#666666;margin: 0 1.042vw 0 0;transition: .3s;}
.col-page-contact .flex .col-1 .media .share a:first-child{margin-left: 0;}
.col-page-contact .flex .col-1 .media .share a:hover{color:#ffa800;}
.col-page-contact .flex .col-2{width: 49%;}
.col-page-contact .flex .col-2 form ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.col-page-contact .flex .col-2 form ul li{width: 100%;margin-bottom: 2.083vw;}
.col-page-contact .flex .col-2 form ul li:nth-child(n+5){width: 100%;}
.col-page-contact .flex .col-2 form ul li input{width: 100%;height: 30px;border: none;border-bottom: 1px solid rgba(166,166,166,.6);outline: none;background: transparent;}
.col-page-contact .flex .col-2 form ul li textarea,.footer.index-footer .col-contact .flex .message form ul li textarea{width: 100%;height: 100px;border: none;border-bottom: 1px solid rgba(166,166,166,.6);outline: none;background: transparent;}

.col-page-contact .flex .col-2 form .code{display: flex;}
.col-page-contact .flex .col-2 form .code .verify{width: 200px;height: 50px;border: 1px solid #dddddd;padding-left: 15px;}
.col-page-contact .flex .col-2 form .sub{width: 200px;height: 50px;border: none;background: #000;border:none;font-weight: bold;line-height: 1;padding: 0;transition: .3s;font-size: 14px;text-transform: uppercase;color:#fff;}
.col-page-contact .flex .col-2 form .sub:hover{background: #ffa800;}
/**/
.sider_contact{position: fixed;right: 0;bottom: 14%;z-index: 9999999;}
.sider_contact .flex{flex-direction: column;background: #e29534;border-top-left-radius: 3px;border-bottom-left-radius: 3px;transition: all ease .3s;position: relative;right: 0;}
.sider_contact .flex .backtop{width: 45px;height: 0;cursor: pointer;transition: all ease .3s;opacity: 0;display: flex;align-items: center;justify-content: center;color:#fff;font-size: 24px;border-top-left-radius: 3px;position: relative;}
.sider_contact .flex .backtop.zx_hi{background: rgba(25,30,36,.67);height: 45px;opacity: 1;}
.sider_contact .flex .item{position: relative;}
.sider_contact .flex .item>a{width: 45px;height: 45px;margin: 0 auto;transition: all ease .3s;color:#fff;display: flex;align-items: center;justify-content: center;font-size: 22px;}
.sider_contact .flex .item .info{position: absolute;right: 55px;top: 0;background: #fff;border-top-left-radius: 2px;border-bottom-left-radius: 2px;opacity: 0;z-index: 2;pointer-events: none;transition: all ease .3s;padding: 5px 10px;-webkit-box-shadow: 0 1px 3px rgb(18 18 18 / 10%);box-shadow: 0 1px 3px rgb(18 18 18 / 10%);min-width: 150px;min-height: 45px;display: flex;flex-direction: column;justify-content: center;visibility: hidden;pointer-events: none;text-align: center;}
.sider_contact .flex .backbottom{width: 45px;height: 45px;cursor: pointer;transition: all ease .3s;display: flex;align-items: center;justify-content: center;color:#fff;font-size: 24px;border-bottom-left-radius: 3px;position: relative;}
.sider_contact .flex .backtop:hover,.sider_contact .flex .backbottom:hover,.sider_contact .flex .item>a:hover{background: rgba(25,30,36,.67);}
.sider_contact .flex .item:hover .info{opacity: 1;pointer-events: visible;right: 45px;visibility: visible;}
.sider_contact .btm_o{width: 45px;height: 45px;border-top-left-radius: 3px;border-bottom-left-radius: 3px;cursor: pointer;position: absolute;bottom: -50px;right: 0;transition: all ease .3s;background: rgba(25,30,36,.67);color:#fff;display: flex;align-items: center;justify-content: center;font-size: 24px;}
.sider_contact .flex.right{right: -45px;}
.sider_contact .flex.right + .btm_o{width: 30px;height: 30px;bottom: -35px;}

/* 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: 50px;right: 1.5vw;width: 45px;height: 45px;text-align: center;line-height: 45px;background: #ffa800;color:#fff;font-size: 20px;display: none;cursor: pointer;border-radius: 50%;transition: 0.25s;}


/* media */

@media (max-width: 1800px) {

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

  .f14{font-size: 13px;}
  .f15{font-size: 14px;}
  .f16{font-size: 15px;}
  .f17{font-size: 16px;}
  .f18{font-size: 17px;}
  .f20{font-size: 1.2vw;}
  .f22{font-size: 1.3vw;}
  .f24{font-size: 1.4vw;}
  .f26{font-size: 1.5vw;}
  .f28{font-size: 1.6vw;}
  .f30{font-size: 1.7vw;}
  .f32{font-size: 1.8vw;}
  .f36{font-size: 1.9vw;}
  .f40{font-size: 2.1vw;}
  .f42{font-size: 2.15vw;}
  .f44{font-size: 2.2vw;}
  html{font-size: 15px;}
}

@media (max-width: 1460px) {
  .Footer .flex .right{width: 60%;}
  .container2{padding: 0 10.156vw;}
  .container3{padding: 0 8.33vw;}

  .f14{font-size: 12px;}
  .f15{font-size: 13px;}
  .f16{font-size: 14px;}
  .f17{font-size: 15px;}
  .f18{font-size: 16px;}
  .f20{font-size: 1.3vw;}
  .f22{font-size: 1.4vw;}
  .f24{font-size: 1.5vw;}
  .f26{font-size: 1.6vw;}
  .f28{font-size: 1.7vw;}
  .f30{font-size: 1.8vw;}
  .f32{font-size: 1.9vw;}
  .f36{font-size: 2vw;}
  html{font-size: 14px;}

}
@media (max-width: 1200px) {
  .col-page-product .flex .sider{width: 280px;}
  .col-page-product .flex .lists{width: calc(98.6% - 280px);}
  .container2{padding: 0 8.3vw;}
  .container3{padding: 0 5.2vw;}

  .f20{font-size: 1.55vw;}
  .f22{font-size: 1.65vw;}
  .f24{font-size: 1.7vw;}
  .f26{font-size: 1.75vw;}
  .f28{font-size: 1.8vw;}
  .f30{font-size: 1.85vw;}
  html{font-size: 13px;}
  
}
@media (max-width: 992px) {
  #index-body .init-1 .flex .content .s-content ul li strong, #index-body .init-1 .flex .content .s-content ul li .odometer,.col-page-about .col-1 .content .flex .right .s-content ul li strong, .col-page-about .col-1 .content .flex .right .s-content ul li .odometer{font-size: 24px;}
  .footer.index-footer .col-contact .flex .content .s-content h2,.col-page-about .col-5 .content .swiper-button i.fa,.col-page-technology .col-2 .title .swiper-button i.fa{font-size: 18px;}
  #col-index-banner .swiper-slide .ban_cont .content .s-content h2,#index-body .init-1 .flex .content .s-content h2,.col-page-about .col-5 .namemark,.col-page-quality .col-4 .content .s-content ul li strong,.col-product-detail .detail .item .content strong{font-size: 16px;}
  #col-index-banner .swiper-slide .ban_cont .content .s-content,#col-index-banner .swiper-slide .ban_cont .content .link a span,.col-page-about .col-2 ul.list li .content .child p a,.Footer .flex .left .address,.vicenav .flex a,.col-page-technology .col-1 ul.list li .content .s-content,.col-page-quality .s-content,.col-page-service ul.list li .content .s-content,.col-page-download .title,.col-page-product .flex .lists .item ul.list li .title,.col-page-product .flex .lists .item ul.list li .img .more,.col-product-detail .pro_show .caseright .content,.col-product-detail .detail .item .content,.col-page-industry .content,.col-page-sus .content,.col-page-sus ul.list li .inner .s-content,#index-body .init-1 .flex .content .s-content,.footer.index-footer .col-contact .flex .content .s-content,.col-page-about .col-1 .content .flex .right .s-content,.col-page-about .col-4 .flex .content .s-content,.col-page-technology .col-1 .wrap .content{font-size: 14px;}
  
  .col-product-detail .detail .item .content table td{padding: 8px 0 8px 15px;}
  .col-product-detail .pro_show .caseright .link a.contact,.col-page-contact .flex .col-2 form .sub,.col-page-contact .flex .col-2 form .code .verify{width: 120px;height: 35px;line-height: 35px;font-size: 14px;}
  .col-page-quality .col-4 .content .img{position: static;transform: none;width: 50%;margin: 0 auto;}
  .col-page-quality .col-4 .content .s-content ul li{width: 100%;padding: 0 !important;transform: none !important;text-align: center !important;margin-bottom: 20px !important;}
  .col-page-technology .col-1 .wrap,.col-page-quality .col-5 .content{padding: 0;}
  .vicenav .flex{flex-wrap: wrap;justify-content: center;}
  .vicenav .flex a{margin: 0 10px 5px;}
  .col-page-about .col-5 .content .swiper-button-prev,.col-page-technology .col-2 .title .swiper-button-prev{right: 35px;}
  .col-page-about .col-5 .content,.col-page-technology .col-2 .title{padding-right: 70px;}
  .col-page-about .col-5 .content .swiper-button,.col-page-technology .col-2 .title .swiper-button{width: 30px;height: 30px;line-height: 28px;;}
  .col-page-about .col-2 .title,.col-page-about .col-2 .namemark,.col-page-quality .col-2 .flex .content{width: 100%;text-align: center;max-width: none;}
  .col-page-about .col-2 .flex,.col-page-technology .col-1 ul.list li .img,.col-page-technology .col-1 ul.list li .content{width: 100%;}
  .col-page-about .col-2 ul.list li:nth-child(1), .col-page-about .col-2 .flex{transform: none;}
  .col-page-about .col-1 .col-1-1 .wrap .sticky .inner .Video .scroll img{width: 30px;}
  .footer.index-footer .col-contact .flex .content,.footer.index-footer .col-contact .flex .message,.Footer .flex .left,.Footer .flex .right,.col-page-about .col-1 .content .flex .left,.col-page-about .col-1 .content .flex .right,.col-page-about .col-3 .content ul li,.col-page-about .col-4 .flex .content,.col-page-about .col-4 .flex .img,.col-page-quality .col-1 .flex .content,.col-page-quality .col-1 .flex .img,.col-page-quality .col-2 .flex .img,.col-page-quality .col-2 .flex .content,.col-product-detail .pro_show .caseleft,.col-product-detail .pro_show .caseright,.col-product-detail .pro_show .caseleft .col-large,.col-product-detail .pro_show .caseleft .col-thumb,.col-page-sus ul.list li .img,.col-page-sus ul.list li .inner,.col-page-contact .flex .col-1,.col-page-contact .flex .col-2{width: 100%;max-width: none;margin-bottom: 25px;}
  .Footer .flex .right,.footer.index-footer .col-contact .flex .message,.col-page-about .col-1 .content .flex .right,.col-page-about .col-4 .flex .img,.col-page-quality .col-1 .flex .img,.col-page-sus ul.list li .inner{margin-bottom: 0;}
  .col-product-detail .pro_show .caseleft .col-thumb .swiper-container{position: relative;width: 100%;height: auto;}
  .col-product-detail .pro_show .caseleft .col-thumb .swiper-container .swiper-slide a img{position: static;height: auto;}
  .Footer .flex .right{align-items: center;}
  .Footer .flex .right .footer-nav{flex-wrap: wrap;justify-content: center;}
  .Footer .flex .right .footer-nav li{margin: 0 5px 5px;}
  .footer.index-footer .col-contact .flex .message form ul li{margin-bottom: 10px;}
  .footer.index-footer .col-contact{padding: 6vh 0;}
  #index-body .init-3 {padding: 6vh 0;}
  #index-body .init-1 .flex .img1{width: 40%;}
  #index-body .init-1 .flex .content{width: 60%;}
  #index-body .init-1 .flex .img2{width: 100%;margin-top: 4vh;height: 50vh;}
  #index-body .init-1 .flex .img2 img{width: 100%;height: 100%;object-fit: cover;}
  .header.active .inner,.header.on .inner{background: #fff;border-bottom: 1px solid #ddd;}
  .header{top: 10px;}
  #index-body .section,.fp-tableCell,#col-index-banner .swiper-slide,#index-body .init-1 .flex .img1,#index-body .init-2 .wrap,#index-body .init-2 .wrap .content{height: auto !important;}
  #index-body .init-2 .wrap .content .inner,#index-body .init-2 .wrap .item .title{padding: 20px 20px 5.156vw;}
  #col-index-banner .swiper-slide{min-height: 40vh;}
  .fadeinleft,.fadeinright,.fadeinup{transform: none !important;opacity: 1 !important;}
  .header .inner .flex{height: 60px;line-height: 60px;}
  .header .inner .logo img{height: 50px;}
  .header .inner .index-search{margin-right: 10px;}
  .header .inner nav,.col-page-about .col-3 .content ul li:nth-child(2n),.col-page-quality .col-4 .content .s-content ul li strong::before{display: none !important;}

  .f20{font-size: 16.5px;}
  .f22{font-size: 17px;}
  .f24{font-size: 17.5px;}
  .f26{font-size: 18px;}
  .f28{font-size: 19px;}
  .f30{font-size: 20px;}
  .f32{font-size: 21px;}
  .f36{font-size: 22px;}
  .f40{font-size: 23px;}
  .f42{font-size: 23.5px;}
  .f44{font-size: 24px;}
  .f48{font-size: 24.5px;}
  .f50{font-size: 25px;}
  .f54{font-size: 25.2px;}
  .f60{font-size: 25.5px;}
  .f70{font-size: 26px;}
  .f72{font-size: 26.2px;}
  .f76{font-size: 26.4px;}
  .f80{font-size: 26.8px;}
  .f90{font-size: 28px;}
  html{font-size: 12px;}
    #index-body .init-3 .swiper-slide .img{position:static;}
    #index-body .init-3 .swiper-slide .content{color:#333; padding-top:30px;}
    #index-body .init-3 .swiper-slide .img::after{display:none}
    .col-page-news ul.list li .img{height:12vw;}
  
}
@media (max-width: 768px) {
  .col-page-product .flex .sider .product-search .input{height: 40px;}
  .col-page-product .flex .sider .product-search .input .inpt4{width: 40px;font-size: 16px;}
  .col-page-product .flex .sider .product-search .input .inpt3{width: calc(100% - 40px);}
  .col-page-product .flex .sider{width: 240px;}
  .col-page-product .flex .lists{width: calc(98.6% - 240px);}
  .col-page-product .flex .lists .item ul.list li,.col-page-industry ul.list li,.col-page-news ul.list li{width: 49%;margin-right: 2%;}
  .col-page-product .flex .lists .item ul.list li:nth-child(3n),.col-page-industry ul.list li:nth-child(3n),.col-page-news ul.list li:nth-child(3n){margin-right: 2%;}
  .col-page-product .flex .lists .item ul.list li:nth-child(2n),.col-page-industry ul.list li:nth-child(2n),.col-page-news ul.list li:nth-child(2n){margin-right: 0;}
  .col-page-about .col-3 .slide .swiper-container{padding: 0 18vw;}
  #index-body .init-3 .swiper-container{padding-right: 18vw;}
  #index-body .init-3 .swiper-slide .img{height:45vw}
  #index-body .init-3 .swiper-slide .content{padding: 20px 5px 20px 5px;}
  #index-body .init-2 .wrap .content .inner .s-content,#index-body .init-2 .wrap .item .title h3{margin-bottom: 12px;}
  #index-body .init-1 .flex .img1,#index-body .init-1 .flex .content,.col-page-quality .col-6 .flex .left,.col-page-quality .col-6 .flex .right{width: 100%;}
  .col-page-quality .col-6 .flex{padding: 0 10px;}
  .col-page-quality .col-6 .flex .left{margin-bottom: 10px;margin-right: 0;}
  #index-body .init-1 .flex .img1{height: 50vh !important;}
  .col-page-news ul.list li .img{height:15vw;}
  
  .f20{font-size: 16.2px;}
  .f22{font-size: 16.3px;}
  .f24{font-size: 16.4px;}
  .f26{font-size: 16.5px;}
  .f28{font-size: 16.6px;}
  .f30{font-size: 16.7px;}
  .f32{font-size: 16.8px;}
  .f36{font-size: 17px;}
  .f40{font-size: 18px;}
  .f42{font-size: 18.1px;}
  .f44{font-size: 18.2px;}
  .f48{font-size: 18.8px;}
  .f50{font-size: 19px;}
  .f54{font-size: 20px;}
  .f60{font-size: 21px;}
  .f70{font-size: 22px;}
  .f72{font-size: 23px;}
  .f76{font-size: 23.5px;}
  .f80{font-size: 24px;}
  .f90{font-size: 25px;}
   html{font-size: 11px;}
  
}
@media (max-width: 468px) {
  .header .inner .logo img{height: 40px;}
  .col-page-about .col-2 ul.list li,.col-page-product .flex .sider{width: 100%;margin-bottom: 20px;}
  #index-body .init-2 .wrap .content,#index-body .init-2 .wrap .item,.col-page-product .flex .lists,.col-page-industry ul.list li,.col-page-news ul.list li{width: 100%;margin-right: 0 !important;}
  #index-body .init-2 .wrap .content,#index-body .init-2 .wrap .item{height: 33.33vh !important;}

  html{font-size: 10px;}

  
}
@media (max-height: 700px) {
  #index-body .section,.fp-tableCell,#col-index-banner .swiper-slide,#index-body .init-1 .flex .img1,#index-body .init-2 .wrap,#index-body .init-2 .wrap .content{height: auto !important;}
  #index-body .init-3 {padding: 6vh 0;}
  .header.active .inner {background: #fff;border-bottom: 1px solid #ddd;}
}



/*手机版菜单*/
.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;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;}
}
.home_h1 {
	display: inline;
	    font-size: 18px;
	    font-weight: normal;
}
.home_h1 a {
	color: #666;
}

	
.col-news-detail .content p {
	margin-bottom: 10px;
}

.col-news-detail .content h3 {
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: 600;
}
.col-news-detail .content h4 {
	margin-top: 14px;
	margin-bottom: 14px;
	font-weight: 600;
}
.change-language {
  display: inline-block;
  position: relative;
  text-align: left;
  vertical-align: middle;
  margin-left: 15px;
}

.change-language .change-language-title a:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border: 4px solid #000;
  border-top-width: 5px;
  border-bottom: 0;
  border-left-color: transparent;
  border-right-color: transparent;
  vertical-align: middle;
}
.change-language:hover .change-language-title a:after {
  -moz-transform: rotate(-360deg);
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.change-language .change-language-cont {
  position: absolute;
  top: 100%;
  margin-top: 6px;
  right: 0;
  width: 360px;
  background: #FFF;
  padding: 20px 10px 20px 20px;
  transform: scale3d(0.9, 0.9, 1);
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid #eee;
  border-radius: 5px;
  overflow-y: scroll;
  max-height: 80vh;
}
.change-language:hover .change-language-cont {
  transform: scale3d(1, 1, 1);
  opacity: 1;
  visibility: visible;
}
.goomay-translate-seo {
  display: none;
}
.mobile-head-language .goomay-translate-seo, .change-language .goomay-translate-seo {
  display: block;
  line-height: 25px;
}

.change-language .change-language-cont li {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  margin: 0 0 10px;
  font-size: 10pt;
  overflow: hidden;
  padding: 0 10px 0 0;
}
li.language-flag a {
  position: relative;
}
.language-flag span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  padding: 0 0 0 33px;
  overflow: hidden;
}
.language-flag img {
  position: absolute;
  left: 0;
  top: 50%;
  display: inline-block;
  vertical-align: top;
  background-repeat: no-repeat;
  width: 22px;
  height: 16px;
  margin: -8px 5px 0;
  border:1px solid #eee;
}
.change-language ::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, .3);
  border-radius: 3px;
}
.change-language ::-webkit-scrollbar {
  width: 5px;
}