@charset "utf-8";
@font-face {
  font-family: "Judson";
  font-weight: normal;
  src: url("../fonts/Judson-Regular.ttf") format("opentype");
}
@font-face {
  font-family: "Judson";
  font-weight: normal;
  font-style: italic;
  src: url("../fonts/Judson-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "Judson";
  font-weight: bold;
  src: url("../fonts/Judson-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 100;
  src: url("../fonts/Montserrat-Thin-10.otf") format("opentype");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 200;
  src: url("../fonts/Montserrat-ExtraLight-5.otf") format("opentype");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 300;
  src: url("../fonts/Montserrat-Light-6.otf") format("opentype");
}
@font-face {
  font-family: "Montserrat";
  font-weight: normal;
  src: url("../fonts/Montserrat-Regular-8.otf") format("opentype");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 500;
  src: url("../fonts/Montserrat-Medium-7.otf") format("opentype");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 600;
  src: url("../fonts/Montserrat-SemiBold-9.otf") format("opentype");
}
@font-face {
  font-family: "Montserrat";
  font-weight: bold;
  src: url("../fonts/Montserrat-Bold-3.otf") format("opentype");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 800;
  src: url("../fonts/Montserrat-ExtraBold-4.otf") format("opentype");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 900;
  src: url("../fonts/Montserrat-Black-2.otf") format("opentype");
}
/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: 'iconfont';  /* Project id 1502878 */
  src: url('//at.alicdn.com/t/c/font_1502878_rgivw90we1.woff2?t=1754036165123') format('woff2'),
       url('//at.alicdn.com/t/c/font_1502878_rgivw90we1.woff?t=1754036165123') format('woff'),
       url('//at.alicdn.com/t/c/font_1502878_rgivw90we1.ttf?t=1754036165123') format('truetype');
}
.jd{font-family: 'Judson';}
*{margin:0;padding: 0;}
html{overflow-x: hidden;font-size: 16px;}
html.ovHidden{overflow: hidden;}
body {min-width: 320px;color: #333333;font-family:"Montserrat","PingFang SC", PingHei, STHeitiSC-Light, "Myriad Set Pro","Lucida Grande", "Helvetica Neue", Helvetica, "microsoft yahei", SimHei,tahoma, Arial, Verdana, sans-serif;background: #fff;font-weight: normal;overflow: hidden;}
body.Ov{overflow: visible}
*{word-break:normal !important}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:after,:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
.goomay a {
  font-family:"iconfont" !important;
  font-size:12px!important;
  color: rgba(255,255,255,.5) !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: #ffffff !important;}
.icon-g:before { content: "\e603"; }
.iconfont {font-family: 'iconfont';}
li {list-style: none;}
i {font-style: normal;}
a {color: #333333;text-decoration: none;}
a:focus{text-decoration: none;outline: none;color:#333333;}
a:hover { color: #333333;text-decoration: none;outline: none;}
p,h1,h2,h3,h4,h5,h6,ul,li {margin: 0;padding: 0;}
h1,h2,h3,h4,h5,h6{font-weight: normal;}
img {border: 0;  max-width: 100%;vertical-align: middle;}
img[src=""],img:not([src]){opacity:0 !important;}
.iconfont{font-family: 'iconfont';}
.flex{display: -webkit-flex;display: -ms-flexbox;display: flex;}
.none{display: none;}
.overflow{overflow: hidden;}
.overflow img{width: 100%;transition: 1.5s cubic-bezier(.165,.84,.44,1);}
.smallImg img{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.95);transform:scale(0.95);}
.container{max-width: 1200px;width: 100%;padding: 0 20px;margin: 0 auto;}
.container2 {max-width: 100%; width:100%;margin: 0 auto;padding: 0 3.906vw;}
.container3 {max-width: 100%; width:100%;margin: 0 auto;padding: 0 6.25vw;}
.text-center{text-align: center;}
.text-right{text-align: right;}
.relative{position: relative;}
.none{display: none !important;}
sub, sup {position: relative;font-size: 75%;line-height: 0;vertical-align: baseline;}
sup {top: -1em;}
.target-fix {position: relative;top: -150px;display: block;height: 0;overflow: hidden;}
 /* 滚动条 */
::-webkit-scrollbar{max-width: 3px;height: 5px;background-color: #F5F5F5;  }  
/*定义滚动条轨道 内阴影+圆角*/  
::-webkit-scrollbar-track{-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);box-shadow: inset 0 0 6px rgba(0,0,0,0.1);border-radius: 0;background-color: #F5F5F5;}    
/*定义滑块 内阴影+圆角*/  
::-webkit-scrollbar-thumb{border-radius: 0;background-color: #333;border-radius: 3px;}  
/*滑块效果*/
::-webkit-scrollbar-thumb:hover{border-radius: 5px;-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);box-shadow: inset 0 0 5px rgba(0,0,0,0.2);background: rgba(0,0,0,0.4);}
/*IE滚动条颜色*/
html {scrollbar-face-color:#bfbfbf;/*滚动条颜色*/scrollbar-highlight-color:#000;scrollbar-3dlight-color:#000;scrollbar-darkshadow-color:#000;scrollbar-Shadow-color:#adadad;/*滑块边色*/scrollbar-arrow-color:rgba(0,0,0,0.4);/*箭头颜色*/scrollbar-track-color:#eeeeee;/*背景颜色*/}
.swiper,.swiper .swiper-slide{position: relative;}
.swiper{
  --swiper-theme-color: #de3d35;/* 设置Swiper风格 */
  --swiper-preloader-color: #de3d35;/* 单独设置预加载圆圈的颜色 */
}
.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;}
.f46{font-size: 2.396vw;}
.f48{font-size: 2.5vw;}
.f50{font-size: 2.6vw;}
.f52{font-size: 2.708vw;}
.f54{font-size: 2.8125vw;}
.f56{font-size: 2.917vw;}
.f58{font-size: 3.021vw;}
.f60{font-size: 3.125vw;}
.f64{font-size: 3.333vw;}
.f65{font-size: 3.385vw;}
.f66{font-size: 3.438vw;}
.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;}
/* animates */
@-webkit-keyframes fadeUp {
  from {opacity: 0;-webkit-transform: translate3d(0, 80px, 0);transform: translate3d(0, 80px, 0);}
  to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
}
@keyframes fadeUp {
  from {opacity: 0;-webkit-transform: translate3d(0, 80px, 0);transform: translate3d(0, 80px, 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, -80px, 0);transform: translate3d(0, -80px, 0);}
  to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
}
@keyframes fadeDown {
  from {opacity: 0;-webkit-transform: translate3d(0, -80px, 0);transform: translate3d(0, -80px, 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(-80px, 0, 0);transform: translate3d(-80px, 0, 0);}
  to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
}
@keyframes fadeLeft {
  from {opacity: 0;-webkit-transform: translate3d(-80px, 0, 0);transform: translate3d(-80px, 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(80px, 0, 0);transform: translate3d(80px, 0, 0);}
  to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
}
@keyframes fadeRight {
  from {opacity: 0;-webkit-transform: translate3d(80px, 0, 0);transform: translate3d(80px, 0, 0);}
  to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
}
.fadeRight {-webkit-animation-name: fadeRight;animation-name: fadeRight;}
.head_fixed{height: 6.25vw;max-height: 120px;min-height: 60px;}
.header{width: 100%;z-index: 99999;position: fixed;top:20px;left: 0;transition: all 0.4s ease-in-out;background: transparent;}
.header .inner .flex{height: 6.25vw;max-height: 120px;min-height: 60px;align-items: center;transition: all 0.15s ease-in-out;}
.header .logo {margin-right:auto;line-height: 1;}
.header .logo img{width: 7.396vw;max-width: 142px;min-width: 80px;transition: all 0.4s ease-in-out;}
.header nav{height: 100%;position: absolute;left: 50%;top: 0;transform: translateX(-50%);opacity: 0;visibility: hidden;transition: all 0.4s ease-in-out;}
.header nav ul{font-size: 0;line-height: 1;display: flex;height: 100%;align-items: center;}
.header nav ul li{display: flex;align-items: center;margin-right:2.708vw;position: relative;height: 100%;}
.header nav ul li:last-child{margin-right:0;}
.header nav ul li>a{transition: 0.25s;display: inline-block;padding: 20px 0;position: relative;line-height: 1;vertical-align: middle;color:#fff;white-space: nowrap;}
.header nav ul li .child{white-space: nowrap;position: absolute;top:80%;left:50%;transform: translateX(-50%);display: none;padding: 15px 10px;background: rgba(255,255,255,1);box-shadow: 0 0 5px 2px rgba(0,0,0,0.05);min-width: 164px;text-align: center;border-radius: 5px;line-height: 1;z-index: 2;}
.header nav ul li .child::before{content:'';border-left: 5px solid transparent;border-right: 5px solid transparent;border-bottom: 5px solid rgba(255,255,255,1);position: absolute;left: 50%;margin-left: -5px;bottom: 100%;}
.header nav ul li .child p{padding:0;margin-bottom: 12px;}
.header nav ul li .child p:last-child{margin-bottom: 0;}
.header nav ul li .child a{font-size:15px;color:#222;text-transform: none;transition: all 0.4s ease-in-out;font-weight: 500;}
.header nav ul li .child a:hover{color: #de3d35;}
.header .language .change-language-title .language-flag a{display: flex;align-items: center;transition: all 0.4s ease-in-out;color:#fff;}
.header .language .change-language-title .language-flag a span{padding-left: 10px;}
.header .language .change-language-title .language-flag a i.fa{margin-left: 5px;}
.header button{margin-left: 3rem;width: 80px;height: 90px;display: flex;flex-direction: column;justify-content: center;border: none;padding: 0;background: none;outline: none;cursor: pointer;}
.header button .line{display: block;width: 40px;height: 4px;background-color: #fff;margin: 3px 0;transition: all 0.4s ease-in-out;}
.header button .line1{margin-left: 40px;background-color:#de3d35}
.header button .line2{width: 80px;}
.header button.active {position: relative;z-index: 100000;}
.header button.active .line{background: #333;}
.header button.active .line1{margin-left: 15px;width: 50px;transform: translateY(10px) rotate(45deg);}
.header button.active .line2{opacity: 0;}
.header button.active .line3{margin-left: 15px;width: 50px;transform: translateY(-10px) rotate(-45deg);}
.header.active {background-color: rgb(0,7,36,0.85);top: 0;}
.header.active .inner .flex{height:4.5vw}
.header.active nav,.header.InnerHeader nav{opacity: 1;visibility: visible;}
.header.cur{background-color: transparent;top: 0;}
.header.cur nav{opacity: 0;visibility: hidden;pointer-events: none;}
.header.cur .language .change-language-title .language-flag a{color:#333;}
.header.on{background: transparent;}
.header.on .language .change-language-title .language-flag a{color:#333;}
html.ov{overflow: hidden;}
.change-language {display: inline-block;position: relative;text-align: left;vertical-align: middle;line-height: 1;padding: 10px 0;}
.change-language .change-language-title{position: relative;}
.change-language .change-language-cont {position: absolute;top: 100%;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;max-height: 80vh;line-height: normal;overflow-y: auto;}
.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;}
.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;white-space: nowrap;padding: 0 0 0 33px;}
.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: 20px;}
.change-language ::-webkit-scrollbar {width: 5px;}
.siteMap{width: 100%;height: 100%;overflow-y: auto;overflow-x: hidden;position: fixed;top: 0;left: 0;z-index: -1;opacity: 0;filter: Alpha(opacity=0);visibility: hidden;}
.siteMap .wrap{position: absolute;display: table;width: 100%;height: 100%;overflow-y: auto;}
.siteMap .wrap .sitemap-bg{overflow: hidden;position: absolute;left: 0;top: 0px;width: 0;height: 100%;background: #000;transition: all 0.6s ease;left: auto;width: 0;right: 0%;height: 100%;background-color: #f9f9f9;}
.siteMap .wrap .sitemap-bg::before{position: absolute;content: '';width: 34.375%;height: 100%;top: 0;left: 0;background: #fff;}
.siteMap .wrap .inner{display: flex;position: relative;align-items: center;opacity: 0;transition: opacity 0.5s ease 0s;width: 100%;height: 100%;}
.siteMap .wrap .inner .left{width: 32.528%;padding: 0 3.125vw;}
.siteMap .wrap .inner .left .content {margin-bottom: 3.125vw;}
.siteMap .wrap .inner .left .content strong{font-style: italic;font-size: 7vw;line-height: 1;margin-bottom: 3.75vw;font-family: 'Judson';}
.siteMap .wrap .inner .left .content h2{font-family: 'Judson';font-size: 3.5vw;font-weight: bold;line-height: 1;}
.siteMap .wrap .inner .left .content h3{font-family: 'Judson';font-size: 1.875vw;font-weight: bold;}
.siteMap .wrap .inner .left a.more{display: inline-block;border-radius: 56px;background: #de3d35;color:#fff;padding: 0.75vw 4.01vw;line-height: 1;font-weight: 300;}
.siteMap .wrap .inner .right{width: 67.472%;padding:0 6.25vw;}
.siteMap .wrap .inner .right ul li{margin-bottom: 1.875vw;display: flex;align-items: center;}
.siteMap .wrap .inner .right ul li:last-child{margin-bottom: 0;}
.siteMap .wrap .inner .right ul li h3{margin-right: 3.125vw;font-weight: bold;}
.siteMap .wrap .inner .right ul li .child{display: flex;align-items: center;flex-wrap: wrap;}
.siteMap .wrap .inner .right ul li .child a{transition: .25s ease-in-out;margin: 5px 1.25vw 5px 0;}
.siteMap .wrap .inner .right ul li .child a:hover{color: #de3d35;}
.siteMap .wrap .inner .left>*,.siteMap .wrap .inner .right ul li{opacity: 0;transform: translateY(50px);}
.siteMap.open{opacity: 1.0;filter: Alpha(opacity=100);visibility: visible;z-index: 9998;}
.siteMap.open .wrap .sitemap-bg{width: 100%;}
.siteMap.open .wrap .inner{opacity: 1.0;transition-delay: 0.4s;}
.siteMap.open .wrap .inner .left>*,.siteMap.open .wrap .inner .right ul li{transition: all 0.8s ease-in-out;opacity: 1;transform: none;}
.siteMap.open .wrap .inner .left .content{transition-delay: 0.3s;}
.siteMap.open .wrap .inner .left a.more{transition-delay: 0.5s;}
.siteMap.open .wrap .inner .right ul li:nth-child(1){transition-delay: .7s;}
.siteMap.open .wrap .inner .right ul li:nth-child(2){transition-delay: .8s;}
.siteMap.open .wrap .inner .right ul li:nth-child(3){transition-delay: .9s;}
.siteMap.open .wrap .inner .right ul li:nth-child(4){transition-delay: 1s;}
.siteMap.open .wrap .inner .right ul li:nth-child(5){transition-delay: 1.1s;}
.siteMap.open .wrap .inner .right ul li:nth-child(6){transition-delay: 1.2s;}
.siteMap.open .wrap .inner .right ul li:nth-child(7){transition-delay: 1.3s;}
html.nav-open {overflow: hidden!important;}
.Menu {width:100%;height: 100%;position: fixed;top: 0;left: 0;transform: translateX(-100%);z-index: 990;background: #fff;transition: 0.5s;overflow-y: auto;padding: 60px 0 0;}
.Menu.active{transform: none;}
.Menu ul.list{border-top: 1px solid rgba(0,0,0,.1);}
.Menu ul.list li{padding: 10px;border-bottom: 1px solid rgba(0,0,0,.1);display: flex;justify-content: space-between;flex-wrap: wrap;}
.Menu ul.list li i.fa{width: 40px;cursor: pointer;transition: 0.3s;font-size: 16px;font-weight: bold;text-align: center;}
.Menu ul.list li .child {margin-top: 10px;display: none;width: 100%;}
.Menu ul.list li .child p{padding: 5px;}
.Menu ul.list li.cur i.fa{transform: rotate(90deg);}
.col-banner {transition: 0.5s all ease;position: relative;padding: 0 !important;font-size: 0;width: 100%;}
.col-banner .swiper-slide{font-size: 0;position: relative;}
.col-banner .swiper-slide .img {width: 100%;height: 100%;}
.col-banner .swiper-slide .img img{width: 100%;height: 100%;object-fit: cover;}
#col-index-banner,#col-index-banner .swiper-slide{height: 50vw;}
#col-index-banner::after{content:'';width: 100%;height:40px;position: absolute;left: 0;bottom: 0;background: linear-gradient(to top,#c2c2c2,#c2c2c200);z-index: 1;}
#col-index-banner .swiper{position: fixed;top: 0;left: 0;width: 100%;z-index: 1;} 
#col-index-banner .swiper-slide::after{content: '';width: 100%;height: 100%;background: rgba(0,0,0,.4);position: absolute;left: 0;top: 0;}
#col-index-banner .swiper-slide video {width: 100vw;height: 100%;object-fit: cover;position: relative;}
#col-index-banner .swiper-slide .ban_cont{position: absolute;top: 50%;transform: translateY(-50%);color:#fff;left: 0;width: 100%;z-index: 2;}
#col-index-banner .swiper-slide .ban_cont .name{font-style: italic;font-size: 8.021vw;line-height: 1;margin-bottom: 3.75vw;text-align: center;}
#col-index-banner .swiper-slide .ban_cont .s-content h2{font-family: 'Judson';font-size: 4.219vw;font-weight: bold;line-height: 1;}
#col-index-banner .swiper-slide .ban_cont .s-content h3{font-family: 'Judson';font-size: 2.188vw;font-weight: bold;}
#col-banner {background: #242424;}
#col-banner .swiper{border-bottom-left-radius: 3.125vw;border-bottom-right-radius: 3.125vw;overflow: hidden;}
#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{text-align: center;}
#col-banner .swiper-slide .ban_cont h2{font-size: 5.938vw;font-weight: bold;text-transform: uppercase;max-width: 900px;margin: 0 auto 0.625vw;line-height: 1;}
#col-banner .swiper-slide .ban_cont h3{font-weight: bold;line-height: 1.167;max-width: 900px;margin: 0 auto 1.66vw;}
#col-banner .swiper-slide .ban_cont .link{display: flex;justify-content: center;}
#col-banner .swiper-slide .ban_cont .link a{width: 10.417vw;height: 2.708vw;max-width: 200px;max-height: 52px;border-radius: 52px;min-width: 130px;min-height: 30px;display: flex;align-items: center;justify-content: center;background: #dadada;transition: .15s ease-in-out;color:#8f8f8f;margin: 0 6px;}
#col-banner .swiper-slide .ban_cont .link a:hover{color:#fff;background: #de3d35;}
#col-banner .swiper-slide .ban_cont .link a i.iconfont{margin-right: 0.729vw;}
.col-banner2#col-banner{background: #f8f8f8;}
.col-banner3#col-banner{background: #a0a0a0;}
.col-index-about{background: #c2c2c2;overflow: hidden;position: relative;z-index: 1;} 
.col-index-about::after{content:'';z-index: 1;width: 100%;height: 23vw;position: absolute;left: 0;bottom: 0;background: linear-gradient(to top,#161614,#16161400);}
.col-index-about .wrap{padding: 6.25vw 0 7.188vw;}
.col-index-about .wrap .s-content{max-width: 1120px;margin: 0 auto 7.031vw;border-radius: 1.354vw;background: rgba(255,255,255,.1);padding: 2.396vw 5.52vw;}
.col-index-about .wrap .s-content ul{display: flex;justify-content: space-between;}
.col-index-about .wrap .s-content ul li .odometer{font-family: 'Judson';font-size: 3.49vw;font-weight: bold;line-height: 1;vertical-align: baseline;}
.col-index-about .wrap .s-content ul li sup{font-family: 'Judson';font-size: 3vw;line-height: 1;top: -.2em;}
.col-index-about .wrap .s-content ul li sub{font-size: 12px;}
.col-index-about .wrap .title{text-align: center;}
.col-index-about .wrap .title h3{font-weight: bold;text-transform: uppercase;margin-top: 6;}
.col-index-about .slide{position: relative;margin-bottom: 3.125vw;}
.col-index-about .slide .swiper{margin: 0 -1.823vw;}
.col-index-about .slide .swiper .swiper-slide::after{content:'';z-index: 1;width: 100%;height: 100%;position: absolute;left: 0;top: 0;background: linear-gradient(to top,#c2c2c2,#c2c2c200);}
.col-index-about .slide .swiper .swiper-slide .img{border-radius: 3.646vw;overflow: hidden;}
.col-index-about .content .inner{max-width: 924px;margin: 0 auto 5vw;line-height: 1.66;}
.col-index-about .name{width: 100%;text-align: center;font-size: 23.333vw;font-weight: bold;line-height: 0.8;position: relative;white-space: nowrap;color:rgba(51,51,51,.12)}
.col-index-about .name::after{content: '';z-index: 1;width: 100%;height: 100%;position: absolute;left: 0;top: 0;background: linear-gradient(to top,#c2c2c2,#c2c2c200);}
.col-index-product{padding: 12.5vw 0 7.813vw;color:#fff;position: relative;z-index: 1;}
.col-index-product .flex{justify-content: space-between;flex-wrap: wrap;align-items: flex-start;position: relative;}
.col-index-product .flex .sider{width: 40%;position: sticky;top: 100px;}
.col-index-product .flex .sider>*{transform: translate3d(-150%, 0, 0);}
.col-index-product .flex .sider h2{font-weight: bold;text-transform: uppercase;}
.col-index-product .flex .sider.active>*{animation: text-right 1.5s cubic-bezier(0.4, 0, 0.2, 1) both;}
.col-index-product .flex .sider.active h2{animation-delay: 0.15s;}
.col-index-product .flex .lists{width: 60%;}
.col-index-product .flex .lists ul{display: flex;flex-wrap: wrap;flex-direction: row-reverse;justify-content: space-between;}
.col-index-product .flex .lists ul li{width: 47%;border-radius: 2.708vw;overflow: hidden;margin-bottom: 6%;}
.col-index-product .flex .lists ul li:nth-child(2n){transform: translateY(20.99vw);}
.col-index-product .flex .lists ul li a{display: block;color:#fff;position: relative;padding-top: 160.86%;}
.col-index-product .flex .lists ul li a .inner{clip: rect(0,28vw,0,0);transition: clip 1s 0.6s, box-shadow 1s 0.6s;position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.col-index-product .flex .lists ul li a .img{position: absolute;width: 100%;height: 100%;top: 0;left: 0;}
.col-index-product .flex .lists ul li a .content{width: 100%;text-align: center;position: absolute;left: 0;top: 3.75vw;padding: 0 5vw;}
.col-index-product .flex .lists ul li a .content .title{margin-bottom: 0.833vw;}
.col-index-product .flex .lists ul li a .content h3{font-weight: bold;}
.col-index-product .flex .lists ul li a .more{position: absolute;left: 0;text-align: center;bottom: 3.125vw;width: 100%;}
.col-index-product .flex .lists ul li a .more span{display: inline-block;border-bottom: 1px solid;}
.col-index-product .flex .lists ul li.active a .inner{clip: rect(0,28vw,44vw,0);box-shadow: 0.3rem 0.3rem 6rem 0rem rgb(0 0 0 / 30%);}
@keyframes text-up {
	from {
		transform: translate3d(0, 150%, 0);
	}
	to {
		transform: translate3d(0, 0, 0);
	}
}
@keyframes text-right {
	from {
		transform: translate3d(-150%, 0, 0);
	}
	to {
		transform: translate3d(0, 0, 0);
	}
}
.col-index-profile{padding: 7.813vw 0 38.333vw;color:#fff;position: relative;z-index: 1;width: 100%;overflow: hidden;}
.col-index-profile .content{max-width: 1340px;margin: 0 auto;padding-left: 18.177vw;overflow: hidden;}
.col-index-profile .content>*{transition: all 0.8s ease-in-out;;pointer-events: none;will-change: transform;will-change: opacity;}
.col-index-profile .content h2{font-style: italic;text-shadow: 0 0 1.25vw #fff;line-height: 1;opacity: 0;transition-property: opacity, -webkit-transform;transition-property: opacity, transform;transition-property: opacity, transform, -webkit-transform;}
.col-index-profile .content h2.title1{margin-left: -10.365vw;transform: translate3d(-30px, 0, 0);}
.col-index-profile .content h2.title2{margin-bottom: 1.66vw;transform: translate3d(30px, 0, 0);}
.col-index-profile .content .s-content{line-height: 1.66;transform: translate3d(0, 150%, 0);}
.col-index-profile .Scrollitem.active .content h2{opacity: 1; -webkit-transform: none; transform: none;}
.col-index-profile .Scrollitem.active .content .s-content{animation: text-up 1.5s cubic-bezier(0.4, 0, 0.2, 1) both;animation-delay: 0.3s;}
.col-index-solution{background: #151515;color:#fff;padding: 0 0 10.417vw;position: relative;z-index: 1;width: 100%;}
.col-index-solution .title>*{transform: translate3d(-150%, 0, 0);}
.col-index-solution .title.active>*{animation: text-right 1.5s cubic-bezier(0.4, 0, 0.2, 1) both;}
.col-index-solution .title.active h2{animation-delay: 0.15s;}
.col-index-solution ul.list {position: relative;width: 100%;}
.col-index-solution ul.list li{position: sticky;top: 0;left: 0;width: 100%;height: 100vh;display: flex;align-items: center;transform-origin: top;padding-top:60px;}
.col-index-solution ul.list li .inner{position: relative;width: 100%;height: 480px;border-radius: 480px;overflow: hidden;transform: translateY(0rem);transition: all 0.8s ease-in-out;}
.col-index-solution ul.list li .inner a{position: relative;display: block;width: 100%;height: 100%;}
.col-index-solution ul.list li .inner a .img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.col-index-solution ul.list li .inner a .content{width: 100%;text-align: center;position: absolute;left: 0;top: 50%;transform: translateY(-50%);color:#fff;transition: all 0.8s ease-in-out;}
.col-index-solution ul.list li .inner a .content h3{font-weight: bold;margin-bottom: 0.33vw;}
.col-index-solution ul.list li .inner a .content .name{text-transform: uppercase;}
.col-index-solution ul.list li.height1{height: 50vh;}
.col-index-solution ul.list li.cur1 .inner{transform: translateY(-5.208vw) scale(0.95);opacity: .8;}
.col-index-solution ul.list li.cur2 .inner{transform: translateY(-10.417vw) scale(0.95);opacity: 0;}
.col-index-solution ul.list li.cur1 .inner a .content,.col-index-solution ul.list li.cur2 .inner a .content{top: 15%;}
.col-index-solution .height1{height: 100vh;}
.col-index-news{position: relative;z-index: 1;padding: 9.375vw 0;background: #c2c2c2;width: 100%;overflow: hidden;}
.col-index-news::before{content:'';width: 100%;height: 6vw;position: absolute;top: 0;left: 0;z-index: -1;background: linear-gradient(to bottom,#161614,#16161400);}
.col-index-news .flex{align-items: flex-start;justify-content: space-between;margin-bottom: 5.729vw;}
.col-index-news .title>*{transform: translate3d(-150%, 0, 0);}
.col-index-news .flex .title h2{font-weight: bold;animation-delay: 0.15s;}
.col-index-news .title.active>*{animation: text-right 1.5s cubic-bezier(0.4, 0, 0.2, 1) both;}
.col-index-news .flex .swiper-buttons{display: flex;align-items: center;}
.col-index-news .flex .swiper-buttons .swiper-num{display: flex;align-items: center;font-weight: bold;}
.col-index-news .flex .swiper-buttons .swiper-num span.slide-active{opacity: .33;}
.col-index-news .flex .swiper-buttons .swiper-num i{width: 2px;height: 14px;background: #333333;margin: 0 5px;}
.col-index-news .flex .swiper-buttons .swiper-pagination{position: static;height: 2px;background: #333;border-radius: 0;margin: 0 20px;width: 12.5vw;}
.col-index-news .flex .swiper-buttons .swiper-pagination .swiper-pagination-progressbar-fill{background: #868686;}
.col-index-news .flex .swiper-buttons .swiper-button{position: static;margin-top: 0;opacity: 1;outline: none;pointer-events: inherit;color:#333;width: auto;height: auto;margin-right: 27px;transition: .25s;}
.col-index-news .flex .swiper-buttons .swiper-button i{font-weight: bold;line-height: .8;}
.col-index-news .flex .swiper-buttons .swiper-button::after{display: none;}
.col-index-news .flex .swiper-buttons .swiper-button:hover{color:#868686;}
.col-index-news .flex .swiper-buttons .more{width: 20px;height: 20px;border-radius: 20px;background: #8d8d93;position: relative;}
.col-index-news .flex .swiper-buttons .more::before,.col-index-news .flex .swiper-buttons .more::after{content:'';width: 8px;height: 1px;background: #bfbfbf;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.col-index-news .flex .swiper-buttons .more::after{width: 1px;height: 8px;}
.col-index-news .swiper {padding: 1px;}
.col-index-news .swiper .swiper-slide{border-radius: 13px;overflow: hidden;height: auto;border: 1px solid rgba(1,1,1,.07);}
.col-index-news .swiper .swiper-slide .img{overflow: hidden;position: relative;min-height: 66px;}
.col-index-news .swiper .swiper-slide .content{padding: 1.66vw 20px;}
.col-index-news .swiper .swiper-slide .content .name{display: flex;align-items: flex-start;margin-bottom: 3.125vw;}
.col-index-news .swiper .swiper-slide .content .name span{line-height: 1.33;margin-right: 2.604vw;transition: .3s ease-in-out;}
.col-index-news .swiper .swiper-slide .content .name i.iconfont{width: 21px;height: 21px;border-radius: 50%;border: 1px solid #de3d35;display: flex;align-items: center;justify-content: center;color:#de3d35;font-size: 14px;flex-shrink: 0;}
.col-index-news .swiper .swiper-slide:hover .content .name span{color:#de3d35;}
.footer{padding: 5vw 0;background: #151515;position: relative;z-index: 1;}
.footer::before{content:'';width: 100%;height: 6vw;position: absolute;left: 0;bottom: 100%;background: linear-gradient(to top,#161614,#16161400);}
.footer .flex{justify-content: space-between;align-items: center;margin-bottom: 1.875vw;}
.footer .flex .footer-nav ul{display: flex;align-items: center;}
.footer .flex .footer-nav ul li{margin-right: 2.5vw;}
.footer .flex .footer-nav ul li:last-child{margin-right: 0;}
.footer .flex .footer-nav ul li a{color:rgba(255,255,255,.5);transition: .3s ease-in-out;font-weight: bold;}
.footer .flex .footer-nav ul li a:hover{color:#fff;}
.footer .flex .share{display: flex;align-items: center;}
.footer .flex .share a{width: 2.082vw;height: 2.083vw;max-width: 40px;max-height: 40px;min-width: 28px;min-height: 28px;border-radius: 5px;background: rgba(255,255,255,.1);display: flex;align-items: center;justify-content: center;transition: .3s ease-in-out;color:rgba(255,255,255,.5);margin-right: 12px;}
.footer .flex .share a:last-child{margin-right: 0;}
.footer .flex .share a:hover{background: rgba(255,255,255,.5);color:#fff;}
.footer .bottom{display: flex;align-items: center;}
.footer .bottom .logo {margin-right:auto;line-height: 1;}
.footer .bottom .logo img{width: 7.396vw;max-width: 142px;min-width: 80px;transition: all 0.4s ease-in-out;}
.footer .bottom .copyright{color:rgba(255,255,255,.4);}
.footer .bottom .copyright .power{display: inline-block;}
.vicenav {position: absolute;left: 0;bottom: 2.083vw;width: 100%;z-index: 2;}
.vicenav .flex{padding: 8px;border-radius: 80px;background: rgba(0,0,0,.4);font-size: 0;}
.vicenav .flex .item{flex: 1;position: relative;}
.vicenav .flex .item>a{display: flex;align-items: center;justify-content: center;text-align: center;color:#fff;transition: .3s ease-in-out;padding: 1.146vw 20px;text-transform: uppercase;border-radius: 64px;line-height: 1;position: relative;}
.vicenav .flex .item>a.active,.vicenav .flex .item>a:hover{background: #de3d35;}
.vicenav .flex .item .three{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,1);box-shadow: 0 0 5px 2px rgba(0,0,0,0.05);min-width: 164px;text-align: center;border-radius: 5px;line-height: 1;z-index: 2;}
.vicenav .flex .item .three::before{content:'';border-left: 5px solid transparent;border-right: 5px solid transparent;border-bottom: 5px solid rgba(255,255,255,1);position: absolute;left: 50%;margin-left: -5px;bottom: 100%;}
.vicenav .flex .item .three p{padding:0;margin-bottom: 12px;}
.vicenav .flex .item .three p:last-child{margin-bottom: 0;}
.vicenav .flex .item .three a{font-size:15px;color:#222;text-transform: none;transition: all 0.4s ease-in-out;font-weight: 500;}
.vicenav .flex .item .three a:hover{color: #de3d35;}


.pagination {display: inline-block;padding-left: 0;margin: 20px 0;border-radius: 4px;color:#fff;}
.pagination>li {display: inline;}
.pagination > li > span:hover{color:#fff;}
/* page */
.page {text-align: center;}
.page ul li a{border:none;background: none;padding:0 2px;margin:0 5px;font-weight: 500;color:#fff;}
.page ul li.disabled a{border:none !important;background: none !important;border-radius: 0 !important;}
.page ul li.active a{border:none;background: none;color: #de3d35;border-bottom: 3px solid #de3d35;}
.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:#fff;}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {background: none;color:#666;}
.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;}
.col-page-about .col-1{background: #242424;color:#fff;}
.col-page-about .col-1 .factory{padding: 6.25vw 0;}
.col-page-about .col-1 .factory h2{text-transform: uppercase;font-weight: bold;margin-bottom: 2.125vw;}
.col-page-about .col-1 .factory .content{max-width: 955px;margin: 0 auto;line-height: 1.66;font-weight: 300;}
.col-page-about .col-1 .story{text-align: center;padding: 13.542vw 0;}
.col-page-about .col-1 .story h2{text-transform: uppercase;font-weight: bold;}
.col-page-about .col-1 .profile{padding: 6.771vw 0 9.792vw;}
.col-page-about .col-1 .profile .flex{align-items: flex-start;justify-content: space-between;flex-wrap: wrap;}
.col-page-about .col-1 .profile .flex .img{width: 46%;margin-top: -12.708vw;}
.col-page-about .col-1 .profile .flex .content{width: 47%;}
.col-page-about .col-1 .profile .flex .content h2{font-weight: bold;margin-bottom: 12px;}
.col-page-about .col-1 .profile .flex .content .s-content{font-weight: 300;line-height: 1.666;}
.col-page-about .col-2 .wrap{background: #a0a0a0;padding: 9.115vw 0 13.542vw;}
.col-page-about .col-2 .wrap .flex{align-items: flex-start;flex-wrap: wrap;justify-content: space-between;margin-bottom: 9.375vw;}
.col-page-about .col-2 .wrap .flex .left{width: 45%;}
.col-page-about .col-2 .wrap .flex .left h2{text-transform: uppercase;font-weight: bold;}
.col-page-about .col-2 .wrap .flex .left .desc{font-weight: 300;}
.col-page-about .col-2 .wrap .flex .right{font-weight: 300;line-height: 1.66;width: 45%;padding-right: 10.729vw;}
.col-page-about .col-2 .wrap .content{line-height: 1.66;font-weight: 300;}
.col-page-about .col-2 .wrap .content ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
.col-page-about .col-2 .wrap .content ul li{width: 32%;padding: 0 4.5vw 0 2.5vw;position: relative;}
.col-page-about .col-2 .wrap .content ul li:not(:last-child):after{content:'';width: 1px;height: 90%;background: #878787;position: absolute;right: 0;bottom:0;}
.col-page-about .col-2 .wrap .content ul li img{width:6.042vw;max-width: 116px;min-width: 30px;}
.col-page-about .col-2 .wrap .content ul li h3{margin: 5.625vw 0 1.66vw;}
.col-page-about .col-2 .num{position: relative;color:#fff;}
.col-page-about .col-2 .num .content{width: 100%;position: absolute;left: 0;top: 5vw;}
.col-page-about .col-2 .num .content ul{display: flex;justify-content: space-between;width: 50%;}
.col-page-about .col-2 .num .content ul li .odometer{font-family: 'Judson';font-size: 3.49vw;font-weight: bold;line-height: 1;vertical-align: baseline;}
.col-page-about .col-2 .num .content ul li sup{font-family: 'Judson';font-size: 3vw;line-height: 1;top: -.2em;}
.col-page-about .col-2 .num .content ul li sub{font-size: 12px;}
.col-page-about .col-3{padding: 10.729vw 0 16.563vw;color:#fff;}
.col-page-about .col-3 h2{font-weight: bold;text-transform: uppercase;margin-bottom: 12px;}
.col-page-about .col-3 .desc{font-weight: 300;margin-bottom: 10.729vw;}
.col-page-about .col-3 .slide{padding: 0 8.33vw;}
.col-page-about .col-3 .history-container {overflow: visible;margin-bottom: 8.33vw;}
.col-page-about .col-3 .history-container .swiper-slide .flex{align-items: flex-start;justify-content: space-between;flex-wrap: wrap;}
.col-page-about .col-3 .history-container .swiper-slide .flex .content{width: 46%;}
.col-page-about .col-3 .history-container .swiper-slide .flex .content .title{font-weight: 600;font-size: 4.948vw;margin-bottom: ;}
.col-page-about .col-3 .history-container .swiper-slide .flex .content .s-content{line-height: 1.66;font-weight: 300;}
.col-page-about .col-3 .history-container .swiper-slide .flex .img{width: 46%;}
.col-page-about .col-3 .history-container .swiper-button{width: 48px;height: 48px;border-radius: 50%;transition: .25s;position: absolute;margin-top: 0;display: flex;align-items: center;justify-content: center;color:#666;background: #fff;top: 50%;transform: translateY(-50%);pointer-events: auto !important;opacity: 1;}
.col-page-about .col-3 .history-container .swiper-button::after{display: none;}
.col-page-about .col-3 .history-container .swiper-button i.iconfont{font-size: 18px;font-weight: bold;}
.col-page-about .col-3 .history-container .swiper-button-prev{left: auto;right: calc(100% + 10px);}
.col-page-about .col-3 .history-container .swiper-button-next{right:auto;left: calc(100% + 10px);}
.col-page-about .col-3 .history-container .swiper-button:hover{background: #de3d35;color:#fff;}
.col-page-about .col-3 .year-container{position: relative;z-index: 1;}
.col-page-about .col-3 .year-container::after{content:'';width: 100vw;height: 1px;background: rgba(255,255,255,.2);position: absolute;left: 50%;transform: translateX(-50%);top: 8px;z-index: -1;}
.col-page-about .col-3 .year-container .swiper-slide{text-align: center;cursor: pointer;}
.col-page-about .col-3 .year-container .swiper-slide .dot{position: relative;width: 8px;height: 8px;position: relative;margin: 5px auto 2vw;}
.col-page-about .col-3 .year-container .swiper-slide .dot::before{content:'';width: 8px;height: 8px;border-radius: 50%;background: #fff;margin: 0 auto 2.083vw;z-index: 2;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.col-page-about .col-3 .year-container .swiper-slide .dot::after{content:'';width: 18px;height: 18px;border-radius: 50%;background: #de3d35;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);opacity: 0;visibility: hidden;transition: .25s;z-index: -1;}
.col-page-about .col-3 .year-container .swiper-slide .title{font-weight: 600;color:rgba(255,255,255,.22);transition: .4s ease-in-out;}
.col-page-about .col-3 .year-container .swiper-slide.swiper-slide-thumb-active .dot::after{opacity: 1;visibility: visible;}
.col-page-about .col-3 .year-container .swiper-slide.swiper-slide-thumb-active .title{color:#fff;}
.col-page-about .col-4{padding: 8.33vw 0;background: #c2c2c2;}
.col-page-about .col-4 .flex{align-items: flex-start;margin-bottom: 5.208vw;}
.col-page-about .col-4 .flex .content{margin-right: auto; }
.col-page-about .col-4 .flex .content h2{font-weight: bold;text-transform: uppercase;margin-bottom: 12px;}
.col-page-about .col-4 .flex .content .desc{font-weight: 300;}
.col-page-about .col-4 .flex .swiper-button{position: relative;top: auto;margin-top: 0;width: 8.33vw;height: 2.813vw;max-width: 160px;max-height: 54px;min-width: 45px;min-height: 26px;border-radius: 40px;border: 2px solid rgba(34,34,34,.2);display: flex;align-items: center;justify-content: center;transition: .25s;color: rgba(34,34,34,.2);margin-right: 15px;left: auto !important;right: auto !important;opacity: 1;outline: none;pointer-events: inherit;}
.col-page-about .col-4 .flex .swiper-button::after{display: none;}
.col-page-about .col-4 .flex .swiper-button-next{margin-right: 0;}
.col-page-about .col-4 .flex .swiper-button:hover{color:rgba(34,34,34,.77);border-color: rgba(34,34,34,.77);}
.col-page-about .col-4 .swiper-slide .img{transform-origin: bottom center;}
.col-page-product{padding: 8.3vw 0;background: #242424;color:#fff;}
.col-page-product .flex{margin-bottom: 8.958vw;align-items: flex-start;justify-content: space-between;flex-wrap: wrap;padding: 0 6vw}
.col-page-product .flex h2{width: 40%;}
.col-page-product .flex .content{width: 60%;line-height: 1.66;}
.col-page-product .flex .content p{margin-bottom: 5px;}
.col-page-product .flex .content h2{font-weight: bold;margin: 5px 0 12px;font-size: 1.875rem;}
.col-page-product .flex .content h3{font-weight: bold;margin: 2px 0 8px;font-size: 1.65rem;}
.col-page-product .flex .content h4{font-weight: bold;margin: 0 0 4px;font-size: 1.5rem;}
.col-page-product .flex .content hr{border-color: #de3d35;margin: 3vh 0;width: 100%;}
.col-page-product .flex .content table{width: 100% !important;border: none;height: auto !important;}
.col-page-product .flex .content table td{border: none;padding: 1.25vw 0;font-weight: 500;height: auto !important;}
.col-page-product .flex .content table tr:nth-child(1){border-bottom: 1px solid #888888;}
.col-page-product .flex .content table tr:nth-child(1) td{padding: 1.3vw 0;color:#6d6d6d;font-weight: normal;}
.col-page-product ul.list{display: flex;flex-wrap: wrap;}
.col-page-product ul.list li{width: 23.5%;margin-bottom: 4%;margin-right: 2%;border-radius: 2.708vw;overflow: hidden;position: relative;}
.col-page-product ul.list li:nth-child(4n){margin-right: 0;}
.col-page-product ul.list li::after{content:'';width: 100%;height:66%;position: absolute;left: 0;bottom: 0;background: linear-gradient(to top,#9f816b,transparent);opacity: .5;}
.col-page-product ul.list li .content{color:#fff;position: absolute;width: 100%;left: 0;bottom: 2.708vw;text-align: center;z-index: 1;padding: 0 10px;}
.col-page-product ul.list li .content .column{font-weight: 300;margin-bottom: 0.625vw;}
.col-page-product ul.list li .content h3{font-weight: bold;}
.col-contact{color:#fff;padding: 8.073vw 0 13.698vw;text-align: center;}
.col-contact .content{font-weight: 300;margin: 5px 0 1.875vw;}
.col-contact a.more{display: inline-block;border-radius: 56px;border: 3px solid #de3d35;color:#fff;padding: 0.75vw 4.01vw;line-height: 1;font-weight: 300;}
.col-product-detail .pro_show{background: #f8f8f8;padding: 8.958vw 40px;}
.col-product-detail .pro_show .wrap .flex{align-items: flex-start;flex-wrap: wrap;margin-bottom: 10.938vw;justify-content: space-between;}
.col-product-detail .pro_show .wrap .flex h2{width: 48%;}
.col-product-detail .pro_show .wrap .flex .content{font-weight: 300;line-height: 1.2;width: 48%;line-height: 1.66;}
.col-product-detail .pro_show .ProductImg{border-radius: 3.125vw;overflow: hidden;margin-bottom: 10.417vw;}
.col-product-detail .pro_show .detail .flex{align-items: flex-start;flex-wrap: wrap;justify-content: space-between;margin-bottom: 5vw;}
.col-product-detail .pro_show .detail .flex h2{width: 48%;}
.col-product-detail .pro_show .detail .flex .s-content{font-weight: 300;line-height: 1.2;width: 48%;line-height: 1.66;}
.col-product-detail .pro_show .detail .content{font-weight: 300;}
.col-product-detail .pro_show .detail .content table{width: 100% !important;border: none;height: auto !important;}
.col-product-detail .pro_show .detail .content table tr:nth-child(1){height: auto !important; text-align: center;}
.col-product-detail .pro_show .detail .content table td{border:none;padding: 1.042vw 5px 1.042vw 0;width: auto; text-align: center;height: auto !important;}
.col-product-detail .pro_show .detail .content table tr:nth-child(1) td{font-weight: 500;background: #e8e8e8;}
.col-product-detail .pro_show .detail .content table tr:nth-child(1) td:nth-child(1){border-top-left-radius: 60px;border-bottom-left-radius: 60px;}
.col-product-detail .pro_show .detail .content table tr:nth-child(1) td:last-child{border-top-right-radius: 60px;border-bottom-right-radius: 60px;}
.col-product-detail .pro_show .detail .content table td:nth-child(1){/*padding-left: 3.125vw;*/}
.col-product-detail .pro_show .detail .content table tr .gray{    font-weight: 500; background: #e8e8e8;}
.col-product-detail .pro_show .detail .content table tr .gray:last-child{border-bottom-right-radius: 60px;}
.col-product-detail .related{background: #151515;padding: 7.292vw 0;color:#fff;}
.col-product-detail .related .flex{margin-bottom: 6.25vw;align-items: center;}
.col-product-detail .related .flex h2{margin-right: auto;}
.col-product-detail .related .flex .swiper-button{position: relative;top: auto;margin-top: 0;width: 8.33vw;height: 2.813vw;max-width: 160px;max-height: 54px;min-width: 45px;min-height: 26px;border-radius: 40px;border: 2px solid #d3d3d3;display: flex;align-items: center;justify-content: center;transition: .25s;color:#d3d3d3;margin-right: 15px;left: auto !important;right: auto !important;opacity: 1;outline: none;pointer-events: inherit;}
.col-product-detail .related .flex .swiper-button::after{display: none;}
.col-product-detail .related .flex .swiper-button-next{margin-right: 0;}
.col-product-detail .related .flex .swiper-button:hover{color:#666666;border-color: #666666;}
.col-product-detail .related .swiper-slide{border-radius: 2.708vw;overflow: hidden;position: relative;}
.col-product-detail .related .swiper-slide::after{content:'';width: 100%;height:66%;position: absolute;left: 0;bottom: 0;background: linear-gradient(to top,#9f816b,transparent);opacity: .5;}
.col-product-detail .related .swiper-slide .content{color:#fff;position: absolute;width: 100%;left: 0;bottom: 2.708vw;text-align: center;z-index: 1;padding: 0 10px;}
.col-product-detail .related .swiper-slide .content .column{font-weight: 300;margin-bottom: 0.625vw;}
.col-product-detail .related .swiper-slide .content h3{font-weight: bold;}
.col-message{padding: 7.292vw 0 ;background: #f8f8f8;}
.col-message h2{margin-bottom: 5vw;}
.col-message  ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.col-message  ul li{width: 49%;margin-bottom: 2.083vw;}
.col-message  ul li:nth-child(n+5){width: 100%;}
.col-message  ul li input,.col-message ul li textarea{width: 100%;border: none;padding-left: 15px;height: 47px;outline: none;font-family: 'Montserrat';background: rgba(211,211,211,.4);border-radius: 47px;font-weight: 300;}
.col-message  ul li textarea {height: auto;min-height:200px;padding-top: 12px;border-radius: 23px;}
.col-message  ul li.code{display: flex;}
.col-message  ul li.code input{width: 140px;border-top-right-radius: 0;border-bottom-right-radius: 0;}
.col-message  ul li.code img{max-width: calc(100% - 140px);}
.col-message  .sub{width: 13.542vw;height: 2.448vw;max-width: 260px;max-height: 47px;min-width: 120px;min-height: 35px;border-radius: 47px;font-weight: 300;color:#fff;background: #de3d35;font-family: 'Montserrat';border: none;}
.col-page-solution .col-1{background: #a0a0a0;padding: 6.25vw 0 11.875vw;}
.col-page-solution .col-1 .flex{flex-wrap: wrap;align-items: flex-start;justify-content: space-between;}
.col-page-solution .col-1 .flex h2{width: 48%;}
.col-page-solution .col-1 .flex .content{width: 48%;font-weight: 300;line-height: 1.66;}
.col-page-solution .col-2 {background: #151515;padding: 8.33vw 0;color:#fff;}
.col-page-solution .col-2 h2{margin-bottom: 7.813vw;}
.col-page-solution .col-2 .swiper .swiper-slide{border-radius: 2.708vw;overflow: hidden;position: relative;}
.col-page-solution .col-2 .swiper .swiper-slide::after{content:'';width: 100%;height:66%;position: absolute;left: 0;bottom: 0;background: linear-gradient(to top,#9f816b,transparent);opacity: .5;}
.col-page-solution .col-2 .swiper .swiper-slide .content{color:#fff;position: absolute;width: 100%;left: 0;bottom: 2.708vw;text-align: center;z-index: 1;padding: 0 10px;}
.col-page-solution .col-2 .swiper .swiper-slide .content .column{font-weight: 300;margin-bottom: 0.625vw;}
.col-page-solution .col-2 .swiper .swiper-slide .content h3{font-weight: bold;}
.col-page-solution .col-3 {background: #f8f8f8;padding: 9.635vw 0;}
.col-page-solution .col-3 .flex{flex-wrap: wrap;justify-content: space-between;align-items: flex-start;}
.col-page-solution .col-3 .flex h2{width: 48%;}
.col-page-solution .col-3 .flex .content{width: 48%;font-weight: 300;line-height: 1.66;}
.col-page-solution .col-3 .flex .content ul li{margin-bottom: 2.708vw;padding: 1.25vw 3.125vw 9.375vw 14.583vw;border-bottom: 1px solid rgba(0,0,0,.1);position: relative;}
.col-page-solution .col-3 .flex .content ul li:last-child{margin-bottom: 0;}
.col-page-solution .col-3 .flex .content ul li img{width: 5vw;position: absolute;left: 3.125vw;top: 1.25vw;}
.col-page-solution .col-4{background: #a0a0a0;padding: 10.417vw 0;}
.col-page-solution .col-4 h2{margin-bottom: 6.25vw;}
.col-page-solution .col-4 .swiper {padding: 0 8.33vw;overflow: visible;}
.col-page-solution .col-4 .swiper .swiper-slide .img{border-radius: 1.563vw;overflow: hidden;}
.col-page-solution .col-4 .swiper .swiper-slide .title{position: absolute;left: 0;bottom: 1.563vw;width: 100%;padding: 0 2.708vw;font-weight: bold;color:#fff;}
.col-page-advantage .col-1{background: #a0a0a0;padding: 9.115vw 0 8.33vw;}
.col-page-advantage .col-1 .flex{flex-wrap: wrap;align-items: flex-start;justify-content: space-between;margin-bottom: 6vw;padding: 0 2.083vw;}
.col-page-advantage .col-1 .flex h2{width: 48%;}
.col-page-advantage .col-1 .flex .content{width: 48%;font-weight: 300;line-height: 1.66;}
.col-page-advantage .col-1 .slide{padding: 0 2.083vw;position: relative;}
.col-page-advantage .col-1 .slide .swiper-button{width: 3.438vw;height: 2.188vw;max-width: 66px;max-height: 42px;min-width: 36px;min-height: 28px;border-radius: 21px;transition: .25s;position: absolute;margin-top: 0;display: flex;align-items: center;justify-content: center;color:#333;background: #fff;top: 50%;transform: translateY(-50%);pointer-events: auto !important;opacity: 1;}
.col-page-advantage .col-1 .slide .swiper-button::after{display: none;}
.col-page-advantage .col-1 .slide .swiper-button i.iconfont{font-weight: bold;}
.col-page-advantage .col-1 .slide .swiper-button-prev{left: 0;}
.col-page-advantage .col-1 .slide .swiper-button-next{right:0;}
.col-page-advantage .col-1 .slide .swiper-button:hover{background: #de3d35;color:#fff;}
.col-page-advantage .col-1 .slide .swiper-slide .img{border-radius: 15px;overflow: hidden;}
.col-page-advantage .col-1 .slide .swiper-slide .title{position: absolute;width: 100%;padding: 0 1.666vw;bottom: 2.292vw;color:#fff;}
.col-page-advantage .col-1 .slide .swiper-slide .content{position: absolute;width: 86%;left: 7%;padding: 0 1.666vw;bottom: 1.354vw;background: #fff;border-radius: 20px;padding: 1.563vw 20px;display: none;}
.col-page-advantage .col-1 .slide .swiper-slide .content h3{margin-bottom: 1.563vw;}
.col-page-advantage .col-1 .slide .swiper-slide .content .s-content{font-weight: 300;line-height: 1.66;}
.col-page-advantage .col-2{background: #151515;color:#fff;padding: 10.417vw 0;}
.col-page-advantage .col-item .flex{justify-content: space-between;flex-wrap: wrap;}
.col-page-advantage .col-item .flex .left{width: 39%;display: flex;flex-direction: column;}
.col-page-advantage .col-item .flex .left .desc{margin: 9px 0 0;}
.col-page-advantage .col-item .flex .left .content{margin: 3.646vw 0 3.125vw;font-weight: 300;line-height: 1.66;}
.col-page-advantage .col-item .flex .left .list {margin-top: auto;}
.col-page-advantage .col-item .flex .left .list li{margin-bottom: 10px;}
.col-page-advantage .col-item .flex .left .list li .title{display: flex;align-items: center;}
.col-page-advantage .col-item .flex .left .list li .title i.iconfont{margin-right: 1.563vw;}
.col-page-advantage .col-item .flex .left .list li .title span{cursor: pointer;}
.col-page-advantage .col-item .flex .left .list li .s-content{line-height: 1.666;font-weight: 300;margin: 5px 0 8px;display: none;}
.col-page-advantage .col-item .flex .right{width: 52%;}
.col-page-advantage .col-3{background: #a0a0a0;padding: 10.417vw 0;}
.col-page-advantage .col-3 .flex{flex-direction: row-reverse;}
.col-page-advantage .col-4{background: #cacaca;padding: 10.417vw 0;}
.col-page-news {background: #242424;padding: 8.33vw 0;}
.col-page-news .col-1{margin-bottom: 8.33vw;}
.col-page-news .col-1 .swiper-slide a{display: flex;flex-wrap: wrap;background: #5f5f5f;align-items: center;color:#fff;border-radius: 12px;overflow: hidden;}
.col-page-news .col-1 .swiper-slide a .img{width: 50%;overflow: hidden;position: relative;}
.col-page-news .col-1 .swiper-slide a .content{padding: 3vh 3.385vw;width: 50%;}
.col-page-news .col-1 .swiper-slide a .content .title{margin: 12px 0 15px;line-height: 1.167;}
.col-page-news .col-1 .swiper-slide a .content .s-content{font-weight: 300;line-height: 1.632;display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: box;-webkit-line-clamp: 4;-moz-line-clamp: 4;-ms-flex-line-pack: center;-webkit-box-orient: vertical;-moz-box-orient: vertical;box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.col-page-news .col-1 .swiper-slide a .content .more{margin-top: 2.604vw;padding-top: 2.292vw;border-top: 2px solid rgba(255,255,255,.11);display: flex;align-items: center;justify-content: space-between;}
.col-page-news .col-1 .swiper-slide a .content .more span{text-transform: uppercase;}
.col-page-news .col-1 .swiper-pagination{position: static;margin-top: 3.125vw;}
.col-page-news .col-1 .swiper-pagination span{width: 8px;height: 8px;opacity: 1;background: #fff;transition: .25s ease-in-out;}
.col-page-news .col-1 .swiper-pagination span.swiper-pagination-bullet-active{opacity: 1;background: #de3d35;}
.col-page-news .col-2 ul.list{display: flex;flex-wrap: wrap;}
.col-page-news .col-2 ul.list li{border-radius: 12px;overflow: hidden;width: 23.5%;margin-right: 2%;margin-bottom: 3%;}
.col-page-news .col-2 ul.list li:nth-child(4n){margin-right: 0;}
.col-page-news .col-2 ul.list li a{display: flex;flex-direction: column;width: 100%;height: 100%;background: #5f5f5f;color:#fff;border-radius: 15px;overflow: hidden;;}
.col-page-news .col-2 ul.list li .img{overflow: hidden;}
.col-page-news .col-2 ul.list li .content{padding: 38px 30px 25px;flex-grow: 2;display: flex;flex-direction: column}
.col-page-news .col-2 ul.list li .content .title{margin: 10px 0 auto;transition: .25s;}
.col-page-news .col-2 ul.list li .content .more{margin-top: 3.281vw;padding-top: 20px;border-top: 1px solid #d3d3d3;display: flex;align-items: center;justify-content: space-between;}
.col-page-news .col-2 ul.list li .content .more span{text-transform: uppercase;}
.col-page-news .col-2 ul.list li:hover .content .title{color: #de3d35;}
.col-page-contact .col-1{background: #a0a0a0;padding: 7.292vw 0;}
.col-page-contact .col-1 .flex{align-items: center;justify-content: space-between;margin-bottom: 4.063vw;flex-wrap: wrap;}
.col-page-contact .col-1 .flex .child{background: rgba(255,255,255,.4);border-radius: 24px;display: flex;}
.col-page-contact .col-1 .flex .child a{padding: 0.677vw 1.875vw;transition: .25s ease-in-out;border-radius: 24px;}
.col-page-contact .col-1 .flex .child a.active,.col-page-contact .col-1 .flex .child a:hover{background: #de3d35;color:#fff;}
.col-page-contact .col-1 .lists{margin-bottom: 4.063vw;}
.col-page-contact .col-1 .lists .item{display: none;}
.col-page-contact .col-1 .lists .item.active{display: block;}
.col-page-contact .col-1 .lists .item ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.col-page-contact .col-1 .lists .item ul li{width:32%;background: #d3d3d3;border-radius: 1.302vw;padding:20px 25px ;color:#666666;line-height: 1.8;display: flex;flex-direction: column;}
.col-page-contact .col-1 .lists .item ul li img{width: 2.083vw;max-width: 40px;min-width: 20px;margin-bottom: 1.042vw;}
.col-page-contact .col-1 .lists .item ul li h3{text-align: right;font-size: 3.646vw;color:rgba(255,255,255,.2);font-weight: 600;margin-top: auto;line-height: 1;}
.col-page-contact .col-1 .content{font-weight: 300;line-height: 1.8;max-width: 1060px;}
.col-page-contact .col-2 .col-message{background: #262626;color:#fff;}
.col-page-contact .col-2 .col-message input::-webkit-input-placeholder {color: #fff;}
.col-page-contact .col-2 .col-message input:-moz-placeholder {color: #fff;}
.col-page-contact .col-2 .col-message input::-moz-placeholder {color: #fff;}
.col-page-contact .col-2 .col-message input:-ms-input-placeholder {color: #fff;}
.col-page-contact .col-2 .col-message textarea::-webkit-input-placeholder {color: #fff;}
.col-page-contact .col-2 .col-message textarea:-moz-placeholder {color: #fff;}
.col-page-contact .col-2 .col-message textarea::-moz-placeholder {color: #fff;}
.col-page-contact .col-2 .col-message textarea:-ms-input-placeholder {color: #fff;}
.col-page-contact .map{width: 100%;height: 31.771vw;min-height: 300px;}
.col-page-contact .map iframe,.col-page-contact .map>p{width: 100%;height: 100%;}
.col-news-detail{padding: 5vh 0;background: linear-gradient(to top,#f6f7f9,#fff);}
.col-news-detail .container2{padding:0 12.5vw;}
.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:#de3d35;margin: 0 5px;}
.col-news-detail .content{line-height: 1.875;}
.col-news-detail .content p{margin-bottom: 5px;}
.col-news-detail .content h2{font-weight: bold;margin: 5px 0 12px;font-size: 1.875rem;}
.col-news-detail .content h3{font-weight: bold;margin: 2px 0 8px;font-size: 1.65rem;}
.col-news-detail .content h4{font-weight: bold;margin: 0 0 4px;font-size: 1.5rem;}
.col-news-detail .content hr{border-color: #de3d35;margin: 3vh 0;width: 100%;}
.col-news-detail .content table{width: 100% !important;border: none;height: auto !important;}
.col-news-detail .content table td{border: none;padding: 1.25vw 0;font-weight: 500;height: auto !important;;}
.col-news-detail .content table tr:nth-child(1){border-bottom: 1px solid #888888;}
.col-news-detail .content table tr:nth-child(1) td{padding: 1.3vw 0;color:#6d6d6d;font-weight: normal;}
.col-news-detail .content a{display: inline-block;border-bottom: 1px solid;color:#de3d35;}
.col-news-detail .col_page{margin-top: 9vh;}
.col-news-detail .col_page li{padding: 8px 0;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:#de3d35;}
#ccc{z-index: 1000 !important;position: fixed;}
#ccc-overlay {position: fixed;top: 0;bottom: 0;left: 0;right: 0;z-index: 1;background: rgba(0,0,0,0.4);opacity: 0;visibility: hidden;transition: .25s;}
@media (min-width: 760px){
  #ccc #ccc-notify {
      padding: 30px;
  }
}
#ccc #ccc-content, #ccc #ccc-notify, #ccc .ccc-module--screen {
  background-color: #fff;
}
#ccc-notify {
  box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 20%);
}
#ccc-notify {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
  min-height: 48px;
  padding: 24px;
  margin: 0;
  border-radius: 0;
  overflow: hidden;
  z-index: 30;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  opacity: 1;
  transform: translateY(calc(100% + 50px));transition: .35s;
}
#ccc.cur #ccc-overlay{opacity: 1;visibility: visible;}
#ccc.cur #ccc-notify{transform: translateY(0);}
@media (min-width: 1200px){
  #ccc-notify {
      z-index: 10;
      padding: 16px 100px;
      flex-direction: row;
    align-items: center;
  }
  #ccc-notify .content{width: 70%;}
  #ccc-notify .ccc-notify-buttons{
    margin-top: 0;
    margin-left: 32px;
    white-space: nowrap;
    flex-shrink: 0;
  }
}
#ccc-notify .content{line-height: 1.66;font-weight: 300;}
#ccc-notify .content a{border-bottom: 1px solid;transition: .25s ease-in-out;font-weight: normal;}
#ccc-notify .content a:hover{color:#de3d35;}
#ccc-notify .ccc-notify-buttons button{display: inline-block;padding: 10px 20px;border: 1.5px solid #0B0B0B26;line-height: 1;font-weight: 500;border-radius: 45px;transition: .25s;font-weight: 500;background: transparent;margin:8px 8px 8px 0 !important;cursor: pointer;font-family: 'Montserrat';outline: none;}
#ccc-notify .ccc-notify-buttons button:hover{background: #de3d35;border-color: #de3d35;color:#fff;}
.col-page-policy{background: #a0a0a0;padding: 8.33vw;}
.col-page-policy h2{margin-bottom: 3.125vw;}
.col-page-policy .content{line-height: 1.8;font-weight: 300;}
.col-page-policy .content p{margin-bottom: 5px;}
.col-page-policy .content h2{font-weight: bold;margin: 5px 0 12px;font-size: 1.875rem;}
.col-page-policy .content h3{font-weight: bold;margin: 2px 0 8px;font-size: 1.65rem;}
.col-page-policy .content h4{font-weight: bold;margin: 0 0 4px;font-size: 1.5rem;}
.col-page-policy .content hr{border-color: #de3d35;margin: 3vh 0;width: 100%;}
/* media */
@media (max-width: 1800px) {
}
@media (max-width: 1600px) {
  .col-index-solution ul.list li .inner{height: 31.248vw;border-radius: 31.248vw;}
  .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;}
  .f46{font-size: 2.3vw;}
  html{font-size: 15px;}
}
@media (max-width: 1460px) {
  .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-news .col-2 ul.list li .content{padding: 20px;}
  .col-page-advantage .col-1 .slide .swiper-slide .content{width:calc(100% - 3.33vw);left: 1.66vw;}
  .vicenav .flex .item>a{font-size: 14px;padding: 5px 10px;}
  .col-page-about .col-3 .history-container .swiper-button{width: 28px;height: 28px;font-size: 12px;}
  .col-page-about .col-2 .num .content ul{width: 80%;}
  .col-index-solution ul.list li.height1{display: none;}
  .col-index-solution ul.list li{position: relative;height: auto;display: block;margin-top: 6.25vw;padding-top: 0;}
  .col-index-solution ul.list li .inner{transform: none !important;opacity:  1 !important;height: 40vw;border-radius: 40vw;}
  .col-index-solution ul.list li .inner a .content{top: 50% !important;}
  .col-news-detail .container2{padding:0 10vw;}
  .f15{font-size: 12.5px;}
  .f16{font-size: 13px;}
  .f17{font-size: 14px;}
  .f18{font-size: 15px;}
  .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) {
  .col-index-about .wrap .s-content ul li .odometer,.col-page-about .col-2 .num .content ul li .odometer{font-size: 24px;}
  .col-index-about .wrap .s-content ul li sup,.col-page-about .col-2 .num .content ul li sup{font-size: 18px;}
  #col-banner .swiper-slide .ban_cont .s-content{font-size: 14px;}
  .col-page-news .col-1 .swiper-slide a .img,.col-page-news .col-1 .swiper-slide a .content{width: 100%;}
  .col-page-solution .col-3 .flex .content ul li{padding-left: 50px;}
  .col-page-solution .col-3 .flex .content ul li img{width: 24px;left: 8px;top: 2vw;}
  .col-product-detail .pro_show{padding: 8.958vw 22px;}
  .col-product-detail .pro_show .detail .content table{display: block;overflow-x: auto;}
  .col-page-product ul.list li,.col-page-news .col-2 ul.list li{width: 32%;margin-right: 2%;}
  .col-page-product ul.list li:nth-child(4n),.col-page-news .col-2 ul.list li:nth-child(4n){margin-right: 2%;}
  .col-page-product ul.list li:nth-child(3n),.col-page-news .col-2 ul.list li:nth-child(3n){margin-right: 0;}
  .container2{padding: 0 15px;}
  .col-news-detail .container2{padding:0 15px;}
  .col-index-news .flex .swiper-buttons .swiper-num,.col-index-news .flex .swiper-buttons .swiper-button{margin-right: 10px;}
  .footer .flex,.footer .bottom{display: block;text-align: center;}
  .footer .flex .footer-nav ul{justify-content: center;margin-bottom: 20px;flex-wrap: wrap;}
  .footer .flex .footer-nav ul li{margin-bottom: 5px;}
  .footer .flex .share{justify-content: center;}
  .footer .bottom .logo{margin-bottom: 10px;}
  .col-index-product .flex .sider{position: relative;width: 50%;}
  .col-index-product .flex .lists ul li a .inner{clip: rect(0,45vw,0,0);}
  .col-index-product .flex .lists ul li.active a .inner{clip: rect(0,45vw,71vw,0);}
  .col-index-product .flex .sider,.col-index-product .flex .lists,.col-page-about .col-1 .profile .flex .img,.col-page-about .col-1 .profile .flex .content,.col-page-about .col-2 .wrap .flex .left,.col-page-about .col-2 .wrap .flex .right,.col-page-about .col-2 .wrap .content ul li,.col-page-about .col-3 .history-container .swiper-slide .flex .content,.col-page-about .col-3 .history-container .swiper-slide .flex .img,.col-page-product .flex h2,.col-page-product .flex .content,.col-product-detail .pro_show .wrap .flex h2,.col-product-detail .pro_show .wrap .flex .content,.col-product-detail .pro_show .detail .flex h2,.col-product-detail .pro_show .detail .flex .s-content,.col-page-solution .col-1 .flex h2,.col-page-solution .col-1 .flex .content,.col-page-solution .col-3 .flex h2,.col-page-solution .col-3 .flex .content,.col-page-advantage .col-1 .flex h2,.col-page-advantage .col-1 .flex .content,.col-page-advantage .col-item .flex .left,.col-page-advantage .col-item .flex .right{width: 100%;margin-bottom: 20px;max-width: none;}
  .col-index-product .flex .lists,.col-page-about .col-1 .profile .flex .content,.col-page-about .col-2 .wrap .flex .right,.col-page-about .col-3 .history-container .swiper-slide .flex .img,.col-page-product .flex .content,.col-page-solution .col-1 .flex .content,.col-page-advantage .col-1 .flex .content,.col-page-advantage .col-item .flex .right{margin-bottom: 0;}
  .header{top: 0;}
  .sider_contact .flex .backtop{width: 30px;}
  .sider_contact .flex .backtop.zx_hi{height: 30px;font-size: 18px;}
  .sider_contact .flex .item>a,.sider_contact .flex .backbottom,.sider_contact .btm_o{width: 30px;height: 30px;font-size: 18px;}
  .sider_contact .flex.right{right: -30px;}
  .sider_contact .flex .item .info{min-height: 30px;} 
  .header .flex .nav-btn{display: block !important;margin-left: 20px;}
  .header .flex .lines{width: 20px;height: 16px;position: relative;cursor: pointer;}
  .header .flex .lines span{width: 100%;height: 2px;background: #fff;position: absolute;overflow: hidden;left: 0;transition: all 0.25s ease;}
  .header.on .flex .lines span{background: #000;}
  .header .flex .lines span.n1{top: 0;}
  .header .flex .lines span.n2{top: 7px;}
  .header .flex .lines span.n3{top: 14px;}
  .header .flex .nav-btn.closes .lines span.n1 {top: 8px;transform: rotate(45deg);}
  .header .flex .nav-btn.closes .lines span.n2 {opacity: 0;}
  .header .flex .nav-btn.closes .lines span.n3 {top: 8px;transform: rotate(-45deg);}
  .header .inner nav,.change-language::before,.header button,.col-index-news .flex .swiper-buttons .swiper-pagination,.col-page-about .col-2 .wrap .content ul li:not(:last-child)::after,.vicenav{display: none !important;}
  .change-language{margin-left: 0;padding-left: 0;} 
  .f15{font-size: 12.2px;}
  .f16{font-size: 12.5px;}
  .f17{font-size: 13px;}
  .f18{font-size: 14px;}
  .f20{font-size: 16px;}
  .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;}
  .f46{font-size: 24.2px;}
  .f48{font-size: 24.5px;}
  .f50{font-size: 25px;}
  .f52{font-size: 25.1px;}
  .f54{font-size: 25.2px;}
  .f56{font-size: 25.3px;}
  .f58{font-size: 25.4px;}
  .f60{font-size: 25.5px;}
  .f64{font-size: 25.6px;}
  .f65{font-size: 25.7px;}
  .f66{font-size: 25.8px;}
  .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;}
}
@media (max-width: 768px) {
  .col-message ul li input, .col-message ul li textarea{height: 30px;}
  .col-message ul li textarea{min-height: 100px;}
  .col-message ul li.code img{height: 30px;}
  .col-page-contact .col-1 .lists .item ul li{width: 100%;margin-bottom: 20px;padding: 12px;}
  .col-page-product ul.list li,.col-page-news .col-2 ul.list li{width: 49%;margin-right: 2%;}
  .col-page-product ul.list li:nth-child(3n),.col-page-news .col-2 ul.list li:nth-child(3n){margin-right: 2%;}
  .col-page-product ul.list li:nth-child(2n),.col-page-news .col-2 ul.list li:nth-child(2n){margin-right: 0;}
  .col-index-about .wrap .s-content ul,.col-page-about .col-2 .num .content ul{flex-wrap: wrap;width: 100%;}
  .col-index-about .wrap .s-content ul li,.col-page-about .col-2 .num .content ul li{width: 50%;text-align: center;margin-bottom: 12px;}
  #col-index-banner .swiper-slide .ban_cont .name,.col-page-contact .col-1 .lists .item ul li h3{font-size: 36px;}
  #col-index-banner .swiper-slide .ban_cont .s-content h2{font-size: 20px;}
  #col-index-banner .swiper-slide .ban_cont .s-content h3{font-size: 18px;}
  #col-index-banner .swiper-slide .ban_cont .s-content{font-size:14px;}
  .col-page-product ul.list li .content .column,.col-product-detail .related .swiper-slide .content .column,.col-page-solution .col-2 .swiper .swiper-slide .content .column{font-size: 12px;}
  .col-contact a.more{padding: 4px 12px;border-width: 2px;}
  html{font-size: 11px;} 
}
@media (max-width: 468px) {
  .col-page-news .col-2 ul.list li{width: 100%;margin-right: 0;}
  .change-language .change-language-cont{position: fixed;top: 40px;left: 0;width: 100%;padding: 10px;}
  .language-flag img{width: 18px;height: 13px;margin: -6px 1px 0;}
  .language-flag span{padding: 0 0 0 24px;}
  .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;}
  .f46{font-size: 18.4px;}
  .f48{font-size: 18.8px;}
  .f50{font-size: 19px;}
  .f52{font-size: 19.5px;}
  .f54{font-size: 20px;}
  .f56{font-size: 20.5px;}
  .f58{font-size: 20.8px;}
  .f60{font-size: 21px;}
  .f64{font-size: 21.3px;}
  .f65{font-size: 21.4px;}
  .f66{font-size: 21.6px;}
  .f70{font-size: 22px;}
  .f72{font-size: 23px;}
  .f76{font-size: 23.5px;}
  .f80{font-size: 24px;}
  .f90{font-size: 25px;}
  html{font-size: 10px;}
}
