@charset "utf-8";
@font-face {
  font-family: "FjallaOne";
  font-weight: regular;
  src: url("../fonts/FjallaOne-Regular.ttf") format("truetype");
}

/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: 'iconfont';  /* Project id 1502878 */
  src: url('//at.alicdn.com/t/c/font_1502878_bx4q9i17i2h.woff2?t=1772423765507') format('woff2'),
       url('//at.alicdn.com/t/c/font_1502878_bx4q9i17i2h.woff?t=1772423765507') format('woff'),
       url('//at.alicdn.com/t/c/font_1502878_bx4q9i17i2h.ttf?t=1772423765507') format('truetype');
}
.FO{font-family: 'FjallaOne';}
*{margin:0;padding: 0;}
html{overflow-x: hidden;font-size: 16px;}
html.ovHidden{overflow: hidden;}
body {min-width: 320px;color: #333333;font-family:"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;}
*{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(200,200,200,.45) !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"; }
.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 4.38vw;}
.container3 {max-width: 100%; width:100%;margin: 0 auto;padding: 0 11.46vw;}
.container4 {max-width: 100%; width:100%;margin: 0 auto;padding: 0 15.63vw;}
.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: #d70c19;}  
/*定义滚动条轨道 内阴影+圆角*/  
::-webkit-scrollbar-track{border-radius: 0;background-color: #f6f6f6;}    
/*定义滑块 内阴影+圆角*/  
::-webkit-scrollbar-thumb{border-radius: 0;background-color: #d70c19;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: #d70c19;/* 设置Swiper风格 */
  --swiper-preloader-color: #d70c19;/* 单独设置预加载圆圈的颜色 */
}
body.OV,html.OV{overflow: inherit;}



/* 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: 5.208vw;min-height: 60px;}
.header{width: 100%;z-index: 991;position: fixed;top:0;left: 0;transition: 0.25s;background: transparent;}
.header .inner .flex{height: 5.208vw;min-height: 60px;align-items: center;transition: .25s ease-in-out;}
.header .logo{margin-right: auto;font-size: 0;position: relative;}
.header .logo img{width: 9.69vw;min-width: 80px;transition: .25s ease-in-out;}
.header .logo img.logo2{position: absolute;left: 0;top: 0;opacity: 0;}
.header nav{height: 100%;margin-right: 2.5vw;padding-right: 2.5vw;position: relative;}
.header nav::after{content:'';width: 1px;height: 19px;background: rgba(255,255,255,.33);position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
.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:3.33vw;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;text-transform: uppercase;font-weight: bold;}
.header .inner nav ul li .child {position: absolute;top: 100%;left: -20px;background: rgba(255,255,255,1);min-width: 240px;box-shadow: 0 24px 24px rgba(0,0,0,0.08);opacity: 0;transform: translateY(10px);pointer-events: none;transition: all 0.25s ease;padding: 10px 0;}
.header .inner nav ul li .child a {display: block;padding: 6px 20px;text-decoration: none;color: #444;transition: background 0.2s ease;}
.header .inner nav ul li .child a:hover {background: #f2f4f8;}
.header .inner nav ul li:hover .child {opacity: 1;transform: translateY(0);pointer-events: auto;}
.header .index-search{margin-right: 20px;}
.header .index-search>a{display: inline-block;transition: .25s;color:#fff;}
.header .index-search{position: relative;font-size: 0;line-height: 1;}
.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;}
.header .index-search .content.active .s-content{transform: none;opacity: 1;transition-delay: 0.36s;}
.header .language .change-language-title .language-flag a{display: flex;align-items: center;transition: .25s;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.active,.header.cur {background: #fff;border-bottom: 1px solid rgba(0,0,0,.1);} 
.header.active .inner .flex,.header.cur .inner .flex{height: 4.8vw;}
.header.active .logo img,.header.on .logo img,.header.cur .logo img{width: 7.5vw;opacity: 0;}
.header.active .logo img.logo2,.header.on .logo img.logo2,.header.cur .logo img.logo2{opacity: 1;}
.header.active nav ul li>a,.header.active .index-search>a,.header.active .language .change-language-title .language-flag a,.header.on nav ul li>a,.header.on .index-search>a,.header.on .language .change-language-title .language-flag a,.header.cur nav ul li>a,.header.cur .index-search>a,.header.cur .language .change-language-title .language-flag a{color:#333333;}
.header.on{box-shadow: none;}



.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;overflow-y: auto;max-height: 80vh;line-height: normal;}
.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;}

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:transform 0.5s;overflow-y: auto;padding: 50px 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);}
.Menu .nav-btn{position: absolute;top: 0;right: 13px;width: 37px;height: 37px;display: flex;align-items: center;justify-content: center;}
.Menu .lines{width: 20px;height: 16px;position: relative;cursor: pointer;}
.Menu .lines span{width: 100%;height: 2px;background: #222;position: absolute;overflow: hidden;left: 0;transition: all 0.25s ease;}
.Menu .lines span.n1{top: 0;}
.Menu .lines span.n2{top: 7px;}
.Menu .lines span.n3{top: 14px;}
.Menu .nav-btn.closes .lines span.n1 {top: 8px;transform: rotate(45deg);}
.Menu .nav-btn.closes .lines span.n2 {opacity: 0;}
.Menu .nav-btn.closes .lines span.n3 {top: 8px;transform: rotate(-45deg);}

.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;height: auto;}
.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 video {width: 100vw;height: 100%;object-fit: cover;position: relative;}
.col-banner .swiper-slide .ban_cont{position: absolute;color:#fff;left: 0;width: 100%;z-index: 2;transition: all 0.15s ease-out;top: 50%;transform: translateY(-50%);}
#col-index-banner .swiper{position: fixed;top: 0;left: 0;width: 100%;z-index: 1;} 
#col-index-banner,#col-index-banner .swiper-slide {height: 100vh;}
#col-index-banner .swiper-slide .ban_cont .content .s-content h2{font-weight: bold;text-transform: uppercase;max-width: 990px;margin: 0.99vw auto 0;}
#col-banner .swiper-slide .ban_cont .content h2{font-weight: bold;text-transform: uppercase;margin-bottom: 5px;}
#col-banner .bannerNav{position: absolute;z-index: 2;left: 6.25vw;bottom: 1.25vw;display: flex;align-items: center;flex-wrap: wrap;}
#col-banner .bannerNav a{margin-right: 3.75vw;color:#fff;}
#col-banner .bannerNav a:last-child{margin-right: 0;}




.col-index-about {padding: 6.25vw 0 7.08vw;position: relative;z-index: 1;background: linear-gradient(to bottom,#ccdae7,#fff);}
.col-index-about .flex{flex-wrap: wrap;justify-content: space-between;align-items: flex-start;margin-bottom: 6.25vw;}
.col-index-about .flex .title{font-weight: bold;text-transform: uppercase;line-height: 1.283;width: 40%;}
.col-index-about .flex .content{width: 50%;line-height: 1.778;}
.col-index-about .num ul{display: flex;justify-content: space-between;}
.col-index-about .num ul li .odometer{font-family: 'FjallaOne';line-height: 1.2;vertical-align: baseline;}
.col-index-about .num ul li sup{top: -2.5em;}
.col-index-product{padding: 0 0 6.67vw;background: #fff;position: relative;z-index: 1;}
.col-index-product ul.list{display: flex;flex-wrap: wrap;}
.col-index-product ul.list li{width: 33.333%;overflow: hidden;position: relative;}
.col-index-product ul.list li:nth-child(n+4){width: 50%;}
.col-index-product ul.list li a{color:#fff;}
.col-index-product ul.list li .img{width: 100%;height: 100%;}
.col-index-product ul.list li .img .bttrlazyloading-wrapper{width: 100%;height: 100%;}
.col-index-product ul.list li .img img{width: 100%;height: 100%;object-fit: cover;}
.col-index-product ul.list li .content{width: 100%;position: absolute;left: 0;bottom: 0;padding: 0 2.083vw 1.66vw;z-index: 1;}
.col-index-product ul.list li .content .title{font-weight: bold;text-transform: uppercase;margin-bottom: 0.99vw;}
.col-index-product ul.list li .content .more{display: flex;align-items: center;justify-content: center;}
.col-index-product ul.list li .content .more span{margin-right: 1.35vw;}
.col-index-product ul.list li .content .more i.fa{color:#d70c19}
.col-index-advantage{color:#fff;position: relative;z-index: 1;padding: 9.27vw 0 4.06vw;}
.col-index-advantage h2{font-weight: bold;text-transform: uppercase;margin-bottom: 1.875vw;}
.col-index-advantage .advantage-content{max-width: 650px;line-height: 1.778;margin-bottom: 4.17vw;margin-left: 0;}
.col-index-advantage .more{display: flex;justify-content: flex-start;margin-bottom: 13.54vw;}
.col-index-advantage .more a{display: flex;align-items: center;color:#eff1f5;}
.col-index-advantage .more i.fa{width: 23px;height: 23px;border-radius: 50%;background: #fff;color:#222;margin-left: 10px;display: flex;align-items: center;justify-content: center;font-size: 16px;}
.col-index-advantage .advantage-nav .title{padding-bottom: 1.666vw;font-weight: bold;color:#fff;border-bottom: 4px solid;transition: .25s ease-in-out;opacity: .4;cursor: pointer;}
.col-index-advantage .advantage-nav .swiper-slide-thumb-active .title,.col-index-advantage .advantage-nav .swiper-slide .title:hover{opacity: 1;}
.col-index-service{background: #fff;padding: 6.25vw 0;position: relative;z-index: 1;}
.col-index-service h2{text-transform: uppercase;margin-bottom: 5.208vw;text-align: center;font-weight: bold;}
.col-index-service .flex{align-items: center;justify-content: space-between;margin-bottom: 3.75vw;padding-bottom: 2.4vh;border-bottom: 1px solid #eff1f5;}
.col-index-service .flex .product-nav {position: relative;}
.col-index-service .flex .product-nav .name{display: flex;align-items: center;padding: 10px 0;}
.col-index-service .flex .product-nav .name i.fa{color:#d70c19;margin-left: 20px;}
.col-index-service .flex .product-nav .child {position: absolute;top: 100%;left: -20px;background: rgba(255,255,255,1);min-width: 240px;box-shadow: 0 8px 24px rgba(0,0,0,0.08);opacity: 0;transform: translateY(10px);pointer-events: none;transition: all 0.25s ease;padding: 10px 0;z-index: 90;}
.col-index-service .flex .product-nav .child p {display: block;padding: 6px 20px;text-decoration: none;color: #444;font-size: 14px;transition: background 0.2s ease;cursor: pointer;}
.col-index-service .flex .product-nav .child p:hover {background: #f2f4f8;}
.col-index-service .flex .product-nav:hover .child {opacity: 1;transform: translateY(0);pointer-events: auto;}
.col-index-service .flex a.more{color:#d70c19;}
.col-index-service .slide .swiper{display: none;padding: 15px;}
.col-index-service .slide .swiper.active{display: block;}
.col-index-service .slide .swiper .swiper-slide{height: auto;}
.col-index-service .slide .swiper .swiper-slide a{display: block;width: 100%;height: 100%;padding: 20px;transition: .25s ease-in-out;border-radius: 1.09vw;}
.col-index-service .slide .swiper .swiper-slide a .img{background: #fff;overflow: hidden;margin-bottom: 2vh;}
.col-index-service .slide .swiper .swiper-slide a .img img{mix-blend-mode: multiply;}
.col-index-service .slide .swiper .swiper-slide a .inner{display: flex;align-items: flex-end;justify-content: space-between;}
.col-index-service .slide .swiper .swiper-slide a .inner .title{flex-grow: 2;}
.col-index-service .slide .swiper .swiper-slide a .inner .title .f16{line-height: 1.778;margin-bottom: 5px;display: block;}
.col-index-service .slide .swiper .swiper-slide a .inner .title .more{text-transform: uppercase;color:#d70c19;}
.col-index-service .slide .swiper .swiper-slide a .inner i.iconfont{width: 45px;height: 45px;border-radius: 50%;background: #eff1f5;display: flex;align-items: center;justify-content: center;font-size: 16px;transition: .25s ease-in-out;flex-shrink: 0;}
.col-index-service .slide .swiper .swiper-slide a:hover {box-shadow: 2.5px 4.33px 16px 0px rgba(8, 4, 5, 0.16);}
.col-index-service .slide .swiper .swiper-slide a:hover .inner i.iconfont{background: #d70c19;color:#fff;}
.col-index-excellence{position: relative;z-index: 1;background: #5b5b5b;}
.col-index-excellence .flex{flex-wrap: wrap;}
.col-index-excellence .flex .title{padding: 1.35vw 0;border-bottom: 1px solid rgba(255,255,255,.2);}
.col-index-excellence .flex .left{width: 50%;color:#fff;padding: 0 10px 6.25vw 4.38vw;}
.col-index-excellence .flex .left .swiper-buttons{margin: 2.19vw 0 10.42vw;display: flex;align-items: center;}
.col-index-excellence .flex .left .swiper-buttons .swiper-button{width: 3.125vw;height: 3.125vw;border-radius: 50%;background: #fff;opacity: .3;transition: .25s ease-in-out;display: flex;align-items: center;justify-content: center;color:#222;position: static;margin-top: 0;outline: none;pointer-events: inherit;margin-right: 12px;}
.col-index-excellence .flex .left .swiper-buttons .swiper-button::after{display: none;}
.col-index-excellence .flex .left .swiper-buttons .swiper-button:hover,.col-index-excellence .flex .left .swiper-buttons .swiper-button.swiper-button-active{opacity: 1;}
.col-index-excellence .flex .left .content{padding-left: 5vw;position: relative;max-width: 580px;}
.col-index-excellence .flex .left .content::before{content:'';width: 8px;height: 51px;border-radius: 5px;background: #d70c19;position: absolute;left: 0;top: 0.9vw;}
.col-index-excellence .flex .left .content h3{font-weight: bold;line-height: 1.257;margin-bottom: 3.125vw;text-transform: uppercase;}
.col-index-excellence .flex .left .content .s-content{line-height: 1.556;}
.col-index-excellence .flex .right{width: 50%;position: relative;}
.col-index-excellence .flex .right .title{width: calc(100% - 4.38vw);position: absolute;top: 0;left: 0;z-index: 2;}
.col-index-excellence .flex .right .title .swiper-pagination{position: static;text-align: right;color:#fff;}
.col-index-excellence .flex .right a.more{position: absolute;bottom: 5.78vw;right: 5.63vw;z-index: 2;display: flex;justify-content: flex-start;}
.col-index-excellence .flex .right a.more span{display: flex;align-items: center;color:#fff;}
.col-index-excellence .flex .right a.more i.fa{width: 23px;height: 23px;border-radius: 50%;background: #fff;color:#222;margin-left: 10px;display: flex;align-items: center;justify-content: center;font-size: 16px;}
.col-index-news{background: #fff;position: relative;z-index: 1;padding: 6.25vw 0;}
.col-index-news .flex{flex-wrap: wrap;justify-content: space-between;}
.col-index-news .flex .left{width: 30%;display: flex;flex-direction: column;align-items: flex-start;position: relative;z-index: 3;}
.col-index-news .flex .left .title{font-weight: bold;text-transform: uppercase;line-height: 1.346;margin-bottom: 3.75vw;}
.col-index-news .flex .left a.more{color:#d70c19;padding: 0 6px 10px;position: relative;display: inline-block;border-bottom: 4px solid #f1f4f5;transition: .25s ease-in-out;margin-bottom: 3.125vw;}
.col-index-news .flex .left a.more:hover{border-color: #d70c19;;}
.col-index-news .flex .left .swiper-buttons{margin-top: auto;display: flex;align-items: center;}
.col-index-news .flex .left .swiper-buttons .swiper-pagination{margin-right: 7.81vw;position: static;width: auto;}
.col-index-news .flex .left .swiper-buttons .swiper-button{width: 3.125vw;height: 3.125vw;min-width: 24px;min-height: 24px;border-radius: 50%;background: #eff1f5;opacity: 1;transition: .25s ease-in-out;display: flex;align-items: center;justify-content: center;color:#222;position: static;margin-top: 0;outline: none;pointer-events: inherit;margin-right: 12px;}
.col-index-news .flex .left .swiper-buttons .swiper-button::after{display: none;}
.col-index-news .flex .left .swiper-buttons .swiper-button:hover,.col-index-excellence .flex .left .swiper-buttons .swiper-button.swiper-button-active{background: #d70c19;color:#fff;}
.col-index-news .flex .right{width: 68%;position: relative;}
.col-index-news .flex .right::before{content:'';width: 100vw;height: 100%;background: #fff;position: absolute;top: 0;right: 100%;z-index: 2;}
.col-index-news .flex .right .swiper{padding-right: 16.35vw;overflow: visible;}
.col-index-news .flex .right .swiper .swiper-slide{height: auto;}
.col-index-news .flex .right .swiper .swiper-slide a{display: flex;flex-direction: column;width: 100%;height: 100%;}
.col-index-news .flex .right .swiper .swiper-slide .img{overflow: hidden;position: relative;}
.col-index-news .flex .right .swiper .swiper-slide .img .column{background: #d70c19;padding: 5px 15px;color:#fff;position: absolute;left: 15px;bottom: 14px;}
.col-index-news .flex .right .swiper .swiper-slide .content{background: #eff1f5;flex-grow: 2;display: flex;flex-direction: column;padding: 3vh 25px 25px;}
.col-index-news .flex .right .swiper .swiper-slide .content .date{margin-bottom: 1.25vw;}
.col-index-news .flex .right .swiper .swiper-slide .content .title{line-height: 1.429;margin-bottom: 3.125vw;transition: .25s;}
.col-index-news .flex .right .swiper .swiper-slide .content i.iconfont{margin-top: auto;align-self: flex-end;color:rgba(0, 0, 0, .1)}
.col-index-news .flex .right .swiper .swiper-slide:hover .content .title{color:#d70c19}
.col-index-search{padding: 6.25vw 0;border-top: 1px solid #eff1f5;background: #fff;z-index: 1;position: relative;}
.col-index-search .title{margin-bottom: 1.66vw;}
.col-index-search .title .f22{color:#a8a8a8;}
.col-index-search .title .f52{text-transform: uppercase;font-weight: bold;margin-top: 6px;}
.col-index-search .oem-search{max-width: 710px;margin: 0 auto;border-radius: 55px;background: #f3f3f3;display: flex;margin-bottom: 1.875vw;}
.col-index-search .oem-search input{width: calc(100% - 130px);padding-left: 20px;border: none;outline: none;background: transparent;height: 55px;}
.col-index-search .oem-search button{border-radius: 55px;width: 130px;height:55px;background: #d70c19;color:#fff;border: none;outline: none;}
.col-index-search .tips ul{display: flex;max-width: 660px;margin: 0 auto;flex-wrap: wrap;justify-content: center;}
.col-index-search .tips ul li{border-radius: 34px;border: 1px solid rgba(163,163,163,.2);padding: 8px 18px;color:#a8a8a8;transition: .25s ease-in-out;cursor: pointer;margin: 0 3px 15px;}
.col-index-search .tips ul li::before{content:'#';display: inline-block;margin-right: 6px;}
.col-index-search .tips ul li:hover{color:#d70c19;border-color: #d70c19;}
.footer{background: #000000;color:#fff;position: relative;z-index: 1;padding: 6.25vw 0 0;}
.footer .flex{justify-content: space-between;align-items: flex-start;margin-bottom: 10.42vw;}
.footer .flex .footer-info{width: 40%;}
.footer .flex .footer-info .logo{margin-bottom: 2.5vw;}
.footer .flex .footer-info .logo img{width: 9.69vw;min-width: 80px;transition: .25s ease-in-out;}
.footer .flex .footer-info .share {display: flex;align-items: center;}
.footer .flex .footer-info .share a{width: 46px;height: 46px;border-radius: 50%;background: #202020;color:rgba(255,255,255,.4);display: flex;align-items: center;justify-content: center;margin-right: 14px;font-size: 20px;transition: .25s ease-in-out;}
.footer .flex .footer-info .share a:hover{background: #d70c19;color:#fff;}
.footer .flex .footer-nav{width: 60%;}
.footer .flex .footer-nav ul{display: flex;justify-content: space-between;}
.footer .flex .footer-nav ul li h3 a{font-weight: bold;color:#fff;}
.footer .flex .footer-nav ul li .child{margin-top: 1.25vw;}
.footer .flex .footer-nav ul li .child p{margin-bottom: 0.73vw;}
.footer .flex .footer-nav ul li .child p:last-child{margin-bottom: 0;}
.footer .flex .footer-nav ul li .child p a{color:#7a7a7a;transition: .25s ease-in-out;}
.footer .flex .footer-nav ul li .child p a:hover{color:#fff;}
.footer .flex .footer-nav ul li.contact{max-width: 30%;}
.footer .flex .footer-nav ul li.contact p{color:#7a7a7a;transition: .25s ease-in-out;}
.footer .flex .footer-nav ul li.contact p:hover{color:#fff;}
.footer .bottom{padding: 24px 0;display: flex;align-items: center;color:rgba(200,200,200,.45);}
.footer .bottom .power{margin: 0 1.325vw;}
.footer .bottom a{color:#fff;display: inline-block;}
.footer .bottom #gotoTop{display: flex;align-items: center;margin-left: 2.5vw;cursor: pointer;}
.footer .bottom #gotoTop i.fa{width: 46px;height: 46px;border-radius: 50%;background: #d70c19;color:#fff;display: flex;align-items: center;justify-content: center;font-size: 24px;margin-left: 6px;}

.pagination {display: inline-block;padding-left: 0;margin: 20px 0;border-radius: 4px;} 
.pagination>li {display: inline;} 
/* page */ 
.page {text-align: center;}
.page ul li a{border:none;background: none;padding:0 2px;margin:0 5px;font-weight: 500;}
.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: #d70c19;border-bottom: 3px solid #d70c19;}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {border:none;background: none;}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {background: none;color:#666;}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {background: none;color:#666;}
.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;}

#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: 72%;}
  #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;display: inline-block;line-height: 1;}
#ccc-notify .content a:hover{color:#d70c19;}
#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;background: transparent;margin:8px 8px 8px 0 !important;cursor: pointer;outline: none;}
#ccc-notify .ccc-notify-buttons button:hover{background: #d70c19;border-color: #d70c19;color:#fff;}

.seo-content{line-height: 1.66;padding: 5.208vw 0;}
.seo-content h2{font-weight: bold;margin: 5px 0 12px;font-size: 1.875rem;}
.seo-content h3{font-weight: bold;margin: 2px 0 8px;font-size: 1.65rem;}
.seo-content h4{font-weight: bold;margin: 0 0 4px;font-size: 1.5rem;}
.seo-content hr{border-color: #d70c19;margin: 3vh 0;width: 100%;}
.seo-content table{width: 100%;border: none;height: auto !important;line-height: normal;}
.seo-content table td{border: none;padding: 4px 0;width: auto !important;}
.seo-content table td strong{font-weight: 600;}
.seo-content a{display: inline-block;border-bottom: 1px solid;color:#d70c19;}

.col-page-product{padding: 0 0 6.25vw;}
.vicenav .flex{padding: 20px 0 6.25vw;align-items: center;justify-content: space-between;}
.vicenav .flex .product-nav{flex-grow: 2;display: flex;flex-wrap: wrap;}
.vicenav .flex .product-nav .item{margin-right: 3.125vw;position: relative;padding-bottom: 10px;}
.vicenav .flex .product-nav .item:last-child{margin-right: 0;}
.vicenav .flex .product-nav .item .title a{display: flex;align-items: center;color:rgba(34,34,34,.55);transition: .25s ease-in-out;}
.vicenav .flex .product-nav .item .title a span{margin-right: 1.563vw;}
.vicenav .flex .product-nav .item .title a i.fa{color:#ececec;font-weight: bold;}
.vicenav .flex .product-nav .item .title a:hover,.vicenav .flex .product-nav .item.active .title a{color:#d70c19;}
.vicenav .flex .product-nav .item .child {position: absolute;top: 100%;left: -20px;background: rgba(255,255,255,1);min-width: 240px;box-shadow: 0 8px 24px rgba(0,0,0,0.08);opacity: 0;transform: translateY(10px);pointer-events: none;transition: all 0.25s ease;padding: 10px 0;z-index: 2;}
.vicenav .flex .product-nav .item .child a {display: block;padding: 6px 20px;text-decoration: none;color: #444;transition: background 0.2s ease;}
.vicenav .flex .product-nav .item .child a:hover {background: #f2f4f8;}
.vicenav .flex .product-nav .item:hover .child {opacity: 1;transform: translateY(0);pointer-events: auto;}
.vicenav .flex .mbx{display: flex;align-items: center;}
.vicenav .flex .mbx i.fa{margin: 0 5px;}
.col-page-product .wrap{display: flex;align-items: flex-end;justify-content: space-between;margin-bottom: 4vh;}
.col-page-product .wrap h3{font-weight: bold;}
.col-page-product .wrap .child{display: flex;flex-wrap: wrap;}
.col-page-product .wrap .child li{margin: 0 1.5vw 5px 0;}
.col-page-product .wrap .child a{color:rgba(0, 0, 0, .5);transition: .25s ease-in-out;}
.col-page-product .wrap .child li.active a,.col-page-product .wrap .child a:hover{color:#d70c19;}
.col-page-product .wrap .child a:last-child{margin-right: 0;}
.col-page-product ul.list{display: flex;flex-wrap: wrap;}
.col-page-product ul.list li{width: 23.5%;margin-right: 2%;margin-bottom: 2%;}
.col-page-product ul.list li:nth-child(4n){margin-right: 0;}
.col-page-product ul.list li a{display: block;background: #eff1f5;width: 100%;height: 100%;position: relative;padding: 25px 20px 35px;}
.col-page-product ul.list li a .icon img{transform: none;width: 4.84vw;min-width: 35px;}
.col-page-product ul.list li a .img{margin: 1.563vw 0 2.71vw;}
.col-page-product ul.list li a .img img{mix-blend-mode: multiply;}
.col-page-product ul.list li a .title{font-weight: bold;line-height: 1.55;margin-bottom: 12px;}
.col-page-product ul.list li a .more{color:#d70c19;}

.col-product-detail .pro_show{padding: 0 0 7.97vw;}
.col-product-detail .pro_show .flex{display: flex;justify-content: space-between;align-items: flex-start; }
.col-product-detail .pro_show .flex .img{width: 46%;}
.col-product-detail .pro_show .flex .content{width: 45%;}
.col-product-detail .pro_show .flex .content .title{font-weight: bold;line-height: 1.241;margin-bottom: 3.54vw;}
.col-product-detail .pro_show .flex .content .s-content strong{font-size: 22px;display: block;margin-bottom: 1.04vw;}
.col-product-detail .pro_show .flex .content .s-content ul{display: flex;flex-wrap: wrap;margin-bottom: 2.86vw;}
.col-product-detail .pro_show .flex .content .s-content ul:last-child{margin-bottom: 0;}
.col-product-detail .pro_show .flex .content .s-content ul li{width: calc(33.33% - 7px);margin-right: 10.5px;margin-bottom: 10px;border: 1px solid rgba(163,163,163,.2);padding: 8px 15px;}
.col-product-detail .pro_show .flex .content .s-content ul li:nth-child(3n){margin-right: 0;}
.col-product-detail .pro_show .flex .content a.more{margin-top: 8.75vw;display: flex;align-items: center;justify-content: center;width: 100%;padding: 12px;background: #222222;color:#fff;transition: .25s ease-in-out;}
.col-product-detail .pro_show .flex .content a.more span{margin-right: 3.125vw;}
.col-product-detail .pro_show .flex .content a.more:hover{background: #d70c19;}
.col-product-detail .pro_show .flex .content .s-content table{width: 100%;     border-collapse: collapse;
    border-spacing: inherit;}
.col-product-detail .pro_show .flex .content .s-content table td{border: 1px solid #ccc;
    text-align: center;
    padding: 5px 10px;}
    
.col-product-detail .pro_show .flex .content .s-content table .firstRow td{font-weight: bold;
    font-size: 16px;
}
.col-product-detail .detail{background: #eff1f5;padding: 6.25vw 0;}
.col-product-detail .detail .flex{align-items: center;justify-content: space-between;margin-bottom: 3.33vw;}
.col-product-detail .detail .flex h3{font-weight: bold;}
.col-product-detail .detail .flex .dw{display: flex;align-items: center;}
.col-product-detail .detail .flex .dw span{margin-right: 2.34vw;}
.col-product-detail .detail .content{background: #fff;padding: 4.17vw;line-height: 1.778;}
.col-product-detail .detail .content p:empty::before {content: '\200b'; /* 零宽空格 */}
.col-product-detail .detail .content table{width: 100%;height: auto !important;margin-bottom: ; border-collapse: collapse; margin-bottom: 2%;}
.col-product-detail .detail .content table td{width: auto !important;padding: 0.66vw 10px;border: 1px solid #d8d8d8;height: auto !important;}
.col-product-detail .detail .content table td:nth-child(2n-1){font-weight: bold;background: #eceff3;}
.col-product-detail .detail .content table.oem td:nth-child(2n-1){font-weight: normal;
    background: #fff;}
.col-product-detail .detail .content table.oem tr.firstRow td{ font-weight: bold;
    background: #eceff3; }    
.col-product-detail .detail1 {background: #eff1f5;padding: 6.25vw 0;}
.col-product-detail .detail1 h3{font-weight: bold;margin-bottom: 3.33vw;}
.col-product-detail .detail1 .content{background: #fff;padding: 4.17vw;line-height: 1.778;}
.col-product-detail .detail1 .content table{width: 100%;height: auto !important;margin-bottom: ; border-collapse: collapse; margin-bottom: 2%;}
.col-product-detail .detail1 .content table td{width: auto !important;padding: 0.66vw 10px;border: 1px solid #d8d8d8;height: auto !important;}
.col-product-detail .detail1 .content table td:nth-child(2n-1){font-weight: bold;background: #eceff3;}


.col-product-detail .related{padding: 6.25vw 0;}
.col-product-detail .related .flex{align-items: center;margin-bottom: 5vw;}
.col-product-detail .related .flex h3{font-weight: bold;margin-right: auto;}
.col-product-detail .related .flex .swiper-button{width: 3.125vw;height: 3.125vw;border-radius: 50%;background: #eff1f5;opacity: 1;transition: .25s ease-in-out;display: flex;align-items: center;justify-content: center;color:#222;position: static;margin-top: 0;outline: none;pointer-events: inherit;margin-right: 12px;}
.col-product-detail .related .flex .swiper-button::after{display: none;}
.col-product-detail .related .flex .swiper-button:hover,.col-index-excellence .flex .left .swiper-buttons .swiper-button.swiper-button-active{background: #d70c19;color:#fff;}
.col-product-detail .related .swiper-slide{height: auto;}
.col-product-detail .related .swiper-slide a{display: block;background: #eff1f5;width: 100%;height: 100%;position: relative;padding: 25px 20px 35px;}
.col-product-detail .related .swiper-slide a .icon img{transform: none;width: 4.84vw;min-width: 35px;}
.col-product-detail .related .swiper-slide a .img{margin: 1.563vw 0 2.71vw;}
.col-product-detail .related .swiper-slide a .img img{mix-blend-mode: multiply;}
.col-product-detail .related .swiper-slide a .title{font-weight: bold;line-height: 1.55;margin-bottom: 12px;}
.col-product-detail .related .swiper-slide a .more{color:#d70c19;}
.col-product-detail .message{padding: 6.25vw 0;}
.col-product-detail .message h2{font-weight: bold;margin-bottom: 4.17vw;}
.MessageForm ul{display: flex;flex-wrap: wrap;}
.MessageForm ul li{width: 32%;margin-right: 2%;margin-bottom: 20px;}
.MessageForm ul li:nth-child(3n){margin-right: 0;}
.MessageForm ul li:nth-child(n+4){width: 100%;}
.MessageForm ul li p{margin-bottom: 5px;}
.MessageForm ul li input, .MessageForm ul li textarea{width: 100%;height: 47px;background: #e8e8e8;padding-left: 25px;border: none;outline: none;font-family: 'Arial';}
.MessageForm ul li textarea{height: auto;min-height: 11.46vw;min-height: 120px;padding-top: 15px;}
.MessageForm ul li.code{display: flex;}
.MessageForm ul li.code input{width: 120px}
.MessageForm ul li.code img{max-width: calc(100% - 120px);}
.MessageForm .sub{width: 15.89vw;min-width: 100px;height: 2.40vw;min-height: 30px;background: #d70c19;color:#fff;border: none;outline: none;}

.col-page-about .col-1{padding: 6.25vw 0;}
.col-page-about .col-1 .flex{justify-content: space-between;flex-wrap: wrap;align-items: flex-start;margin-bottom: 8.33vw;}
.col-page-about .col-1 .flex .left{width: 42%;}
.col-page-about .col-1 .flex .left .img{position: relative;margin-bottom: 8.75vw;}
.col-page-about .col-1 .flex .left .img .overflow{border-radius: 12px;}
.col-page-about .col-1 .flex .left .img a.play{position: absolute;left: 1.45833vw;bottom: 1.25vw;}
.col-page-about .col-1 .flex .left .img a.play img{width:2.8125vw;max-width: 54px;min-width: 26px;}
.col-page-about .col-1 .flex .left .img .year{border-radius: 0.989vw;background: #b82730;color:#fff;padding: 1.66vw 5px;position: absolute;bottom: 1.875vw;right: -3.33vw;text-align: center;width: 7.916vw;line-height: 1;}
.col-page-about .col-1 .flex .left .img .year h3{line-height: 1;display: block;margin-bottom: 8px;font-weight: bold;margin-bottom: 4px;}
.col-page-about .col-1 .flex .right{width: 50%;}
.col-page-about .col-1 .flex .right .name{margin-bottom: 10px;text-transform: uppercase;}
.col-page-about .col-1 .flex .right .content{line-height: 1.778;}
.col-page-about .col-1 .flex .right .content h3{text-transform: uppercase;line-height: 1.2;margin-bottom: 2.71vw;font-weight: bold;}
.col-page-about .col-1 .num ul{display: flex;justify-content: space-between;}
.col-page-about .col-1 .num ul li .odometer{font-family: 'FjallaOne';line-height: 1.2;vertical-align: baseline;}
.col-page-about .col-1 .num ul li sup{top: -2.5em;}
.col-page-about .col-2{padding: 6.25vw 0;background: #eff1f5;}
.col-page-about .col-2 .name{margin-bottom: 10px;text-transform: uppercase;}
.col-page-about .col-2 .title{line-height: 1.778;margin-bottom: 3.125vw;}
.col-page-about .col-2 .title h3{text-transform: uppercase;line-height: 1.2;font-weight: bold;}
.col-page-about .col-2 .history-container .swiper-slide .flex{align-items: flex-end;justify-content: space-between;flex-wrap: wrap;}
.col-page-about .col-2 .history-container .swiper-slide .flex .content{width: 45%;padding-right: 5%;}
.col-page-about .col-2 .history-container .swiper-slide .flex .content .title{font-family: 'FjallaOne';font-size: 5.208vw;line-height: 1;color:transparent;-webkit-text-stroke: 1px #a3a3a3;margin-bottom: 1.563vw;padding-bottom: 1.875vw;position: relative;border-bottom: 2px solid #000;}
.col-page-about .col-2 .history-container .swiper-slide .flex .content .s-content{line-height: 1.778;font-weight: 300;}
.col-page-about .col-2 .history-container .swiper-slide .flex .content .s-content h3{font-size: 1.25vw;display: block;margin-bottom: 12px;}
.col-page-about .col-2 .history-container .swiper-slide .flex .img{width: 42%;border-radius: 12px;overflow: hidden;}
.col-page-about .col-2 .slide{position: relative;padding: 0 3.75vw;margin-top: 5vw;}
.col-page-about .col-2 .slide .swiper-button{width: auto;height: auto;position: absolute;top: -3px;margin-top: 0;opacity: 1;pointer-events: inherit;outline: none;color:rgba(34,34,34,.22);transition: .25s;}
.col-page-about .col-2 .slide .swiper-button::after{display: none;}
.col-page-about .col-2 .slide .swiper-button-prev{left: 10px}
.col-page-about .col-2 .slide .swiper-button-next{right: 10px}
.col-page-about .col-2 .slide .swiper-button i.fa{font-weight: bold;}
.col-page-about .col-2 .slide .swiper-button:hover {color:#083694;}
.col-page-about .col-2 .year-container::after{content:'';width: 100vw;height: 1px;background: #dddfe3;position: absolute;left: 50%;transform: translateX(-50%);top: 8px;z-index: -1;}
.col-page-about .col-2 .year-container .swiper-slide{text-align: center;cursor: pointer;}
.col-page-about .col-2 .year-container .swiper-slide .dot{position: relative;width: 8px;height: 8px;position: relative;margin: 5px auto 1.25vw;}
.col-page-about .col-2 .year-container .swiper-slide .dot::before{content:'';width: 8px;height: 8px;border-radius: 50%;background: #b2b2b2;margin: 0 auto 2.083vw;z-index: 2;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.col-page-about .col-2 .year-container .swiper-slide .dot::after{content:'';width: 18px;height: 18px;border-radius: 50%;background: #d70c19;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);opacity: 0;visibility: hidden;transition: .25s;z-index: -1;}
.col-page-about .col-2 .year-container .swiper-slide .title{transition: .4s ease-in-out;font-family: 'FjallaOne';}
.col-page-about .col-2 .year-container .swiper-slide.swiper-slide-thumb-active .dot::before{background: #fff;}
.col-page-about .col-2 .year-container .swiper-slide.swiper-slide-thumb-active .dot::after{opacity: 1;visibility: visible;}
.col-page-about .col-2 .year-container .swiper-slide.swiper-slide-thumb-active .title{color: #d70c19}
.col-page-about .col-3{padding: 6.25vw 0 8.33vw;}
.col-page-about .col-3 .flex{margin-bottom: 5.208vw;align-items: center;}
.col-page-about .col-3 .flex .title{margin-right: auto;}
.col-page-about .col-3 .flex .title .name{margin-bottom: 10px;text-transform: uppercase;}
.col-page-about .col-3 .flex .title h2{text-transform: uppercase;line-height: 1.2;font-weight: bold;}
.col-page-about .col-3 .flex .swiper-button{position: relative;width: 8.33vw;height: 2.813vw;max-width: 160px;max-height: 54px;min-width: 45px;min-height: 30px;border-radius: 54px;border: 2px solid #d3d3d3;display: flex;align-items: center;justify-content: center;color:#d3d3d3;top: auto;left: auto;right: auto;margin-top: 0;outline: none;opacity: 1;pointer-events: auto;transition: .25s;margin: 0 1.302vw 0 0;}
.col-page-about .col-3 .flex .swiper-button::after{display: none;}
.col-page-about .col-3 .flex .swiper-button:hover{border-color: #666666;color:#666666;}
.col-page-about .col-3 .swiper-slide .img{transform-origin: bottom center;}

.col-page-quality .col-1{padding: 8.3vw 0}
.col-page-quality .col-1 .flex{align-items: center;justify-content: space-between;flex-wrap: wrap;}
.col-page-quality .col-1 .flex .slide{width: 47%;}
.col-page-quality .col-1 .flex .content{width: 45%;}
.col-page-quality .col-1 .flex .content h2{font-weight: bold;margin-bottom: 3.44vw;}
.col-page-quality .col-1 .flex .content .s-content{line-height: 1.778;margin-bottom: 5.208vw;}
.col-page-quality .col-1 .flex .content .swiper-buttons{display: flex;}
.col-page-quality .col-1 .flex .content .swiper-buttons .swiper-button{width: 3.125vw;height: 3.125vw;min-width: 24px;min-height: 24px;border-radius: 50%;background: #eff1f5;opacity: 1;transition: .25s ease-in-out;display: flex;align-items: center;justify-content: center;color:#222;position: static;margin-top: 0;outline: none;pointer-events: inherit;margin-right: 12px;}
.col-page-quality .col-1 .flex .content .swiper-buttons .swiper-button::after{display: none;}
.col-page-quality .col-1 .flex .content .swiper-buttons .swiper-button:hover,.col-index-excellence .flex .left .swiper-buttons .swiper-button.swiper-button-active{background: #d70c19;color:#fff;}
.col-page-quality .col-2{background: #eff1f5;padding: 6.25vw 0;}
.col-page-quality .col-2 h2{font-weight: bold;margin-bottom: 5.208vw;}
.col-page-quality .col-2 .swiper{max-width: 42.45vw;overflow: visible;text-align: center;}
.col-page-quality .col-2 .swiper .swiper-slide .img{border-radius: 8px;overflow: hidden;}
.col-page-quality .col-2 .swiper .swiper-slide .title{color:#fff;position: absolute;left: 0;bottom:0;width: 100%;padding: 0 1.563vw 1.25vw;font-weight: bold;text-align: left;}
.col-page-quality .col-2 .swiper .swiper-pagination{position: static;margin-top: 3.75vw;width: auto;padding: 7px 9px;border-radius: 21px;background: #fff;display: inline-block;font-size: 0;}
.col-page-quality .col-2 .swiper .swiper-pagination span{width: 7px;height: 7px;border-radius: 50%;background: #e8e8e8;transition: .25s ease-in-out;border-radius: 4px;}
.col-page-quality .col-2 .swiper .swiper-pagination span.swiper-pagination-bullet-active{width: 30px;background: #d70c19;}
.col-page-quality .col-3{padding:8.33vw 0;}
.col-page-quality .col-3 h2{font-weight: bold;margin-bottom: 6.25vw;}
.col-page-quality .col-3 ul.list{display: flex;justify-content: space-between;}
.col-page-quality .col-3 ul.list li{width: calc(16.66% - 10px);border-radius: 9px;background: #eff1f5;transition: .25s ease-in-out;overflow: hidden;position: relative;padding: 2.86vw 1.25vw 6.51vw;text-align: center;}
.col-page-quality .col-3 ul.list li .icon img{width: 3.125vw;min-width: 28px;}
.col-page-quality .col-3 ul.list li .name{font-weight: bold;line-height: 1.08;margin: 1.25vw 0 0;color:#626262;}
.col-page-quality .col-3 ul.list li .num{font-size: 7.45vw;line-height: 1;color:#fff;position: absolute;left: 50%;transform: translateX(-50%);bottom: -3vw;}
.col-page-quality .col-3 .content{margin: 6.25vw 0;line-height: 1.778;}
.col-page-quality .col-3 .flex{padding: 0 7.81vw;align-items: center;justify-content: space-between;flex-wrap: wrap;}
.col-page-quality .col-3 .flex .left{width: 28%}
.col-page-quality .col-3 .flex .left .s-content{color:rgba(51,51,51,.4);line-height: 1.556; margin-bottom: 3.125vw;}
.col-page-quality .col-3 .flex .left .s-content h3{color:#333333;margin-bottom: 1.25vw;}
.col-page-quality .col-3 .flex .left .swiper-buttons{display: flex;}
.col-page-quality .col-3 .flex .left .swiper-buttons .swiper-button{width: 3.125vw;height: 3.125vw;min-width: 24px;min-height: 24px;border-radius: 50%;background: #eff1f5;opacity: 1;transition: .25s ease-in-out;display: flex;align-items: center;justify-content: center;color:#222;position: static;margin-top: 0;outline: none;pointer-events: inherit;margin-right: 12px;}
.col-page-quality .col-3 .flex .left .swiper-buttons .swiper-button::after{display: none;}
.col-page-quality .col-3 .flex .left .swiper-buttons .swiper-button:hover,.col-page-quality .col-3 .flex .left .swiper-buttons .swiper-button.swiper-button-active{background: #d70c19;color:#fff;}
.col-page-quality .col-3 .flex .right{width: 50%;}
.col-page-quality .col-3 .flex .right .swiper{width: 60%;margin: 0 auto;}
.col-page-quality .col-3 .flex .right .swiper-slide{border-radius: 9px;overflow: hidden;}
.col-page-quality .col-4{padding: 6.25vw 0;background: #eff1f5;}
.col-page-quality .col-4 h2{font-weight: bold;margin-bottom: 3.75vw;}
.col-page-quality .col-4 .swiper{padding: 0 5.73vw;overflow: visible;text-align: center;}
.col-page-quality .col-4 .swiper .swiper-slide {height: auto;}
.col-page-quality .col-4 .swiper .swiper-slide a{display: block;width: 100%;height: 100%;border-radius: 9px;background: #fff;padding: 9px 9px 15px;}
.col-page-quality .col-4 .swiper .swiper-slide .title{text-align: center;margin-top: 0.94vw;font-weight: bold;}
.col-page-quality .col-4 .swiper .swiper-pagination{position: static;margin-top: 3.75vw;width: auto;padding: 7px 9px;border-radius: 21px;background: #fff;display: inline-block;font-size: 0;}
.col-page-quality .col-4 .swiper .swiper-pagination span{width: 7px;height: 7px;border-radius: 50%;background: #e8e8e8;transition: .25s ease-in-out;border-radius: 4px;}
.col-page-quality .col-4 .swiper .swiper-pagination span.swiper-pagination-bullet-active{width: 30px;background: #d70c19;}
.col-page-news {padding: 8.33vw 0;}
.col-page-news .col-1{margin-bottom: 8.33vw;}
.col-page-news .col-1 h2{font-weight: bold;margin-bottom: 4.17vw;}
.col-page-news .col-1 .swiper-slide a{display: flex;flex-wrap: wrap;background: #f6f6f6;align-items: center;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: #333;transition: .25s ease-in-out;}
.col-page-news .col-1 .swiper-pagination span.swiper-pagination-bullet-active{opacity: 1;background: #d70c19;}
.col-page-news .col-2 {background: #f6f6f6;padding: 6.25vw 0;}
.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: #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 #eee;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: #d70c19;}

.col-page-contact .wrap{padding: 6.25vw 0;}
.col-page-contact .wrap .col-1 {margin-bottom: 5.208vw;padding-bottom: 5.208vw;border-bottom: 1px solid #e9e9e9;}
.col-page-contact .wrap .col-1 .content {margin-bottom: 3.125vw;}
.col-page-contact .wrap .col-1 .content ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
.col-page-contact .wrap .col-1 .content ul li{width: calc(33.33% - 14px);border-radius: 9px;background: #f6f6f6;display: flex;flex-direction: column;line-height: 1.75;padding: 1.563vw 2.083vw;}
.col-page-contact .wrap .col-1 .content ul li img{width: 2.34vw;min-width: 24px;margin-bottom: 2.71vw;}
.col-page-contact .wrap .col-1 .content ul li strong{display: block;margin: auto 0 10px;color:#d70c19;;}
.col-page-contact .wrap .col-1 .share{display: flex;align-items: center;}
.col-page-contact .wrap .col-1 .share a{margin-right: 15px;transition: .25s ease-in-out;}
.col-page-contact .wrap .col-1 .share a:last-child{margin-right: 0;}
.col-page-contact .wrap .col-1 .share a:hover{color: #d70c19;}
.col-page-contact .wrap .col-2 h2{text-transform: uppercase;margin-bottom: 4.38vw;font-weight: bold;}
.col-page-contact .map{height: 36.094vw;max-height: 693px;min-height: 240px;}
.col-page-contact .map iframe,.col-page-contact .map>p{width: 100%;height: 100%;}

.col-page-policy{padding: 8.33vw 0;}
.col-page-policy h2{margin-bottom: 3.125vw;font-weight: 800;text-transform: uppercase;}
.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: #d70c19;margin: 3vh 0;width: 100%;}

.col-news-detail{padding: 8.33vw 0;background: linear-gradient(to top,#f6f7f9,#fff);}
.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:#d70c19;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: #d70c19;margin: 3vh 0;width: 100%;}
.col-news-detail .content table{width: 100% !important;border: none;}
.col-news-detail .content table td{border: none;padding: 1.25vw 0;font-weight: 500;}
.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:#d70c19;}
.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:#d70c19;}



/* media */

@media (max-width: 1800px) {

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

}
@media (max-width: 1460px) {
  .container3{padding: 0 8.33vw;}
  
  
}
@media (max-width: 1200px) {
  .col-index-search .oem-search input,.col-index-search .oem-search button{height: 35px;}
  .col-index-search .oem-search input{width: calc(100% - 80px)}
  .col-index-search .oem-search button{width: 80px;}
  .col-index-search .tips ul li{padding: 5px 12px;margin: 0 2px 10px;}
  .col-index-service .slide .swiper .swiper-slide a .inner i.iconfont{width: 24px;height: 24px;font-size: 12px;}
  #col-index-banner, #col-index-banner .swiper-slide{height: 50vw;min-height: 40vh;}
  
}
@media (max-width: 992px) {
  .col-page-about .col-2 .history-container .swiper-slide .flex .content .title{font-size: 36px !important;}
  #col-banner .swiper-slide .ban_cont .content h2{font-size: 24px !important;}

  .col-page-quality .col-3 ul.list {flex-wrap: wrap;}
  .col-page-quality .col-3 ul.list li{width: calc(33.33% - 6px);margin-bottom: 9px;}
  .col-page-quality .col-2 .swiper{max-width: 66vw;}
  #col-banner .swiper-slide{height: 30vh !important;}
  .col-page-about .col-1 .flex .left .img .year{width: 80px;right: -16px;}
  .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(4n),.col-page-news .col-2 ul.list li:nth-child(4n){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;}
  .footer .bottom>*{margin-top: 5px !important;}
  .footer .flex{margin-bottom: 3.125vw;}
  .footer .flex .footer-info .share,.footer .bottom #gotoTop{justify-content: center;}
  .footer .flex .footer-info .share a{margin: 0 3px;}
  .footer .flex .footer-info,.footer .bottom{width: 100%;text-align: center;display: block;}
  .footer .bottom #gotoTop i.fa,.footer .flex .footer-info .share a{width: 24px;height: 24px;font-size: 12px;}
  .col-index-excellence .flex .left,.col-index-excellence .flex .right,.col-page-news .col-1 .swiper-slide a .img,.col-page-news .col-1 .swiper-slide a .content,.MessageForm ul li{width: 100%;}
  .col-index-service .slide .swiper .swiper-slide a,.col-index-news .flex .right .swiper .swiper-slide .content,.col-page-product ul.list li a,.col-page-news .col-2 ul.list li .content{padding: 10px;}
  .col-index-about .num ul li sup,.col-page-about .col-1 .num ul li sup{top: -1em;}
  .col-index-about .flex .title,.col-index-about .flex .content,.col-index-news .flex .left,.col-index-news .flex .right,.col-page-about .col-1 .flex .left,.col-page-about .col-1 .flex .right,.col-page-about .col-2 .history-container .swiper-slide .flex .img,.col-page-about .col-2 .history-container .swiper-slide .flex .content,.col-page-quality .col-1 .flex .slide,.col-page-quality .col-1 .flex .content,.col-page-quality .col-3 .flex .left,.col-page-quality .col-3 .flex .right,.col-page-contact .wrap .col-1 .content ul li{width: 100%;max-width: none;margin-bottom: 20px;}

  .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.active .flex .lines span, .header.cur .flex .lines span, .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,.footer .flex .footer-nav,.vicenav .flex .mbx{display: none !important;}
  .change-language{margin-left: 0;padding-left: 0;} 
  
  
}
@media (max-width: 768px) {
  .col-page-quality .col-3 ul.list li{width: calc(50% - 5px);padding: 10px 10px 60px;}
  .col-page-quality .col-3 ul.list li .num{font-size: 12vw;}
  .col-page-about .col-1 .flex .left .img .year{right: -10px;}
  .col-page-product ul.list li a .title{font-size: 14px !important;}
  .col-index-product ul.list li,.col-page-news .col-2 ul.list li{width: 100% !important;margin-right: 0 !important;}
  .col-index-about .num ul,.col-page-about .col-1 .num ul{flex-wrap: wrap;}
  .col-index-about .num ul li,.col-page-about .col-1 .num ul li{width: 49%;margin-bottom: 20px;}
  
}   
@media (max-width: 468px) {

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

  
}
