@charset "utf-8";

@font-face {

  font-family: "Poppins";

  font-weight: 300;

  src: url("../fonts/PoppinsLight-l4Zw.otf") format("opentype");

}

@font-face {

  font-family: "Poppins";

  font-weight: normal;

  src: url("../fonts/PoppinsRegular-B2Bw.otf") format("opentype");

}

@font-face {

  font-family: "Poppins";

  font-weight: 500;

  src: url("../fonts/PoppinsMedium-1JPv.otf") format("opentype");

}

@font-face {

  font-family: "Poppins";

  font-weight: 600;

  src: url("../fonts/PoppinsSemibold-8l8n.otf") format("opentype");

}

@font-face {

  font-family: "Poppins";

  font-weight: bold;

  src: url("../fonts/PoppinsBold-GdJA.otf") format("opentype");

}

@font-face {

  font-family: "Poppins";

  font-weight: 800;

  src: url("../fonts/PoppinsExtrabold-zDdL.otf") format("opentype");

}

@font-face {

  font-family: "Poppins";

  font-weight: 900;

  src: url("../fonts/PoppinsBlack-VxOe.otf") format("opentype");

}

/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */

@font-face {

  font-family: 'iconfont';  /* Project id 1502878 */

  src: url('//at.alicdn.com/t/c/font_1502878_47fey2p4o3q.woff2?t=1773906368302') format('woff2'),

       url('//at.alicdn.com/t/c/font_1502878_47fey2p4o3q.woff?t=1773906368302') format('woff'),

       url('//at.alicdn.com/t/c/font_1502878_47fey2p4o3q.ttf?t=1773906368302') format('truetype');

}

*{margin:0;padding: 0;}

html{overflow-x: hidden;font-size: 16px;}

html.ovHidden{overflow: hidden;}

body {min-width: 320px;color: #333333;font-family:"Poppins","microsoft yahei", Arial, 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 5.208vw;}

.container3 {max-width: 100%; width:100%;margin: 0 auto;padding: 0 7.81vw;}

.container4 {max-width: 100%; width:100%;margin: 0 auto;padding: 0 13.54vw;}

.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: #e7241e;}  

/*定义滚动条轨道 内阴影+圆角*/  

::-webkit-scrollbar-track{border-radius: 0;background-color: #f6f6f6;}    

/*定义滑块 内阴影+圆角*/  

::-webkit-scrollbar-thumb{border-radius: 0;background-color: #e7241e;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: #e7241e;/* 设置Swiper风格 */

  --swiper-preloader-color: #e7241e;/* 单独设置预加载圆圈的颜色 */

}

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: 70px;}

.header{width: 100%;z-index: 991;position: fixed;top:0;left: 0;transition: 0.25s;background: #fff;}

.header .inner .flex{height:70px;align-items: center;transition: .25s ease-in-out;}

.header .logo{margin-right: auto;font-size: 0;position: relative;}

.header .logo img{height: 42px;transition: .25s ease-in-out;}

.header nav{height: 100%;margin-right: 1.875vw;padding-right: 1.875vw;}

.header nav::after{content:'';width: 1px;height: 19px;background: #dddddd;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:2.083vw;height: 100%;}
.header nav ul li:nth-child(4){    display: none;}

.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;font-weight: 500;}

.header nav ul li .child{position: absolute;top: 100%;left: 0;opacity: 0;transform: translateY(10px);pointer-events: none;transition: all 0.25s ease;width: 100%;background: #fff;display: flex;justify-content: space-between;padding: 3.54vw 5.208vw 4.69vw;border-top: 1px solid #dddddd;}

.header nav ul li:hover .child{opacity: 1;transform: translateY(0);pointer-events: auto;}

.header nav ul li .child .item_left{width: 79%;display: flex;justify-content: space-between;}

.header nav ul li .child .item_left .item{width: 32%;}

.header nav ul li .child .item_left .item .img{border-radius: 10px;overflow: hidden;;}

.header nav ul li .child .item_left .item .title{display: flex;justify-content: space-between;align-items: center;padding: 1.25vw 0;border-bottom: 1px solid #dddddd;}

.header nav ul li .child .item_left .item .title span{font-weight: 600;flex-grow: 2;transition: .25s ease-in-out;}

.header nav ul li .child .item_left .item .title i.iconfont{color:#e7241e;font-weight: bold;flex-shrink: 0;}

.header nav ul li .child .item_left .item:hover .title span{color:#e7241e;}

.header nav ul li .child .item_right{width: 20%;}

.header nav ul li .child .item_right a{display: block;border-radius: 10px;padding: 1.25vw;}

.header nav ul li .child .item_right a .title{font-weight: 600;margin: 1.25vw 0 8px}

.header nav ul li .child .item_right a .more span{display: inline-block;font-weight: 500;border-bottom: 1px solid;text-transform: uppercase;}

.header nav ul li .child .item_right a.download{margin-bottom: 18px;background: #f5f5f5; display: none;}

.header nav ul li .child .item_right a.download .iconfont{color:#e7241e;}

.header nav ul li .child .item_right a.download span{color:#e7241e;}

.header nav ul li .child .item_right a.aw{color:#fff;}





.header .index-search{width: 210px;height: 45px;border-radius: 45px;background: rgba(0,0,0,.05);display: flex;align-items: center;}

.header .index-search>*{outline: none;border: none;background: transparent;}

.header .index-search button{width: 55px;}

.header .index-search input{width: calc(100% - 55px);font-family: 'Poppins';}

.header .language{margin-right: 1.875vw;}

.header .language .change-language-title .language-flag a{display: flex;align-items: center;transition: .25s;}

.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 {box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);} 

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

.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: 100%;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-slide{height: 100vh;}

#col-index-banner .swiper-slide .circle{width: 40px;height: 40px;border-radius: 50%;border: 2px solid rgba(255,255,255,.3);display: flex;align-items: center;justify-content: center;position: absolute;left: 2.29vw;bottom: 1.875vw;color:#fff;font-size: 18px;cursor: pointer;z-index: 2;}

#col-index-banner .swiper-slide .circle .progress-ring {position: absolute;top: -2px;left: -2px;transform: rotate(-90deg);}

#col-index-banner .swiper-slide .circle .progress-ring-circle {transition: stroke-dashoffset 0.1s linear;}

#col-index-banner .swiper-pagination{bottom: 2.5vw;}

#col-index-banner .swiper-pagination span{width: 0.63vw;height: 0.63vw;background: #fff;opacity: .3;transition: .25s ease-in-out;}

#col-index-banner .swiper-pagination span.swiper-pagination-bullet-active{opacity: 1;}

#col-banner .swiper{position: fixed;top: 0;left: 0;width: 100%;z-index: 1;} 

#col-banner,#col-banner .swiper .swiper-slide{height: 50vw;}

#col-banner .swiper .swiper-slide .ban_cont .content {text-shadow: 4.592px 5.283px 13px rgba(0, 0, 0, 0.25);}

#col-banner .swiper .swiper-slide .ban_cont .content h2{text-align: center;font-weight: bold;}

#col-banner .swiper .swiper-slide .ban_cont .content .mbx{font-weight: 500;text-align: center;}

#col-banner .swiper .swiper-slide .ban_cont .content .mbx a{color:#fff;}

#col-banner .swiper .swiper-slide .ban_cont .content .mbx i{display: inline-block;margin: 0 2px;}

#col-banner .swiper .swiper-slide .ban_cont .content .s-content{margin-bottom: 1.04vw;}





#index-body .fadein{opacity: 0;transition: 0.2s;}

#index-body .fadeinup{transform: translateY(40px);opacity: 0;transition: 0.2s;}

#index-body .fadeinleft{transform: translateX(-40px);opacity: 0;transition: 0.2s;}

#index-body .fadeinright{transform: translateX(40px);opacity: 0;transition: 0.2s;}

#index-body .section.active .fadein{opacity: 1;transition: 0.5s;transition-delay: 0.6s;}

#index-body .section.active .fadeinup,#index-body .section.active .fadeinleft,#index-body .section.active .fadeinright{transform: none;opacity: 1;transition: 0.5s;transition-delay: 0.6s;}

#index-body .section.active .delay1{transition-delay: 0.7s;}

#index-body .section.active .delay2{transition-delay: 0.8s;}

#index-body .section.active .delay3{transition-delay: 0.9s;}

#index-body .section.active .delay4{transition-delay: 1s;}

#index-body .section.active .delay5{transition-delay: 1.1s;}

#index-body .section.active .delay6{transition-delay: 1.2s;}

#index-body .section.active .delay7{transition-delay: 1.3s;}

#index-body .section.active .delay8{transition-delay: 1.4s;}

#index-body .section{height: 100vh;overflow: hidden;}

.init-1{position: relative;overflow: hidden;padding-top: 35px;}

.init-1 .title{text-transform: uppercase;margin-bottom: 4px;font-weight: bold;}

.init-1 .desc{color:#666666;margin-bottom: 1.875vw;}

.init-1 ul.list{display: flex;justify-content: space-between;}

.init-1 ul.list li{flex: 1;transition: .25s ease-in-out;border-radius: 10px;position: relative;overflow: hidden;margin-right: 15px;height: 27.5vw;}

.init-1 ul.list li:last-child{margin-right: 0;}

.init-1 ul.list li .img{width: 100%;height: 100%;position: relative;}

.init-1 ul.list li .img img{width: 100%;height: 100%;object-fit: cover;}

.init-1 ul.list li .img::after{content:'';width: 100%;height: 26.7%;opacity: 0;position: absolute;left: 0;bottom: 0;transition: .25s ease-in-out;

  background-image: -moz-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);

  background-image: -webkit-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);

  background-image: -ms-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);

}

.init-1 ul.list li .flex{position: absolute;width: 100%;left: 0;bottom: 0;padding: 0 2.083vw 1.66vw;color:#fff;justify-content: space-between;align-items: center;opacity: 0;transform: translateY(20px);transition: .25s;}

.init-1 ul.list li .flex .content h3{font-weight: 600;margin-bottom: 5px;}

.init-1 ul.list li .flex i.iconfont{width: 3.23vw;height: 3.23vw;border-radius: 50%;display: flex;align-items: center;justify-content: center;background: #fff;color:#e7241e;font-weight: bold;flex-shrink: 0;min-width: 28px;min-height: 28px;}

.init-1 ul.list li.active{flex: 2.08;}

.init-1 ul.list li.active .img::after{opacity: .8;}

.init-1 ul.list li.active .flex{transition-delay: .25s;opacity: 1;transform: none;}

.init-2{background: #f5f5f5;padding-top: 35px;}

.init-2 .namemark{padding-left: 15px;position: relative;color:#888888;font-weight: 500;margin-bottom: 2px;}

.init-2 .namemark::before{content:'';width: 7px;height: 7px;border-radius: 50%;background: #e7241e;position: absolute;left: 0;top: 50%;transform: translateY(-50%);}

.init-2 .title{text-transform: uppercase;font-weight: bold;margin-bottom: 1.25vw;}

.init-2 .swiper{overflow: visible;padding-right: 8.54vw;padding-bottom: 90px;}

.init-2 .swiper .swiper-slide{height: auto;text-align: center;}

.init-2 .swiper .swiper-slide a{border-radius: 15px;background: #fff;width: 100%;height: 100%;padding: 1.563vw 2.8vw 1.875vw;display: block;}

.init-2 .swiper .swiper-slide a h3{font-weight: 600;margin: 0.66vw 0 0.83vw;}

.init-2 .swiper .swiper-slide a .more{display: inline-block;border-radius: 35px;border: 1px solid #dddddd;transition: .25s ease-in-out;padding: 6px 22px;text-transform: uppercase;font-weight: 500;}

.init-2 .swiper .swiper-slide a:hover .more{background: #e7241e;border-color: #e7241e;color:#fff;}

.init-2 .swiper .swiper-button{width: 60px;height: 60px;border-radius: 50%;background: #fff;display: flex;align-items: center;justify-content: center;position: absolute;top: auto;margin-top: 0;bottom: 0;outline: none;opacity: 1;transition: .25s ease-in-out;font-size: 24px;}

.init-2 .swiper .swiper-button::after{display: none;}

.init-2 .swiper .swiper-button-prev{left: auto;right: 70px;}

.init-2 .swiper .swiper-button-next{right: 0;}

.init-2 .swiper .swiper-button:hover{background: #e7241e;color:#fff}

.init-3{background: #f5f5f5;padding-top: 35px;}

.init-3 h2{font-weight: bold;text-transform: uppercase;text-align: center;}

.init-3 .desc{color:#666;line-height: 1.66;max-width: 690px;margin: 2px auto 1.563vw;text-align: center;}

.init-3 .swiper{overflow: visible;}

.init-3 .swiper .swiper-slide{opacity: .3;transition: .25s ease-in-out;}

.init-3 .swiper .swiper-slide.swiper-slide-visible{opacity: 1;}

.init-3 .swiper .swiper-slide .img{border-radius: 15px;overflow: hidden;}

.init-3 .swiper .swiper-slide .title{text-align: center;margin-top: 1.04vw;font-weight: 600;}

.init-4 .content{padding-bottom: 16.67vw;}

.init-4 .content h2{font-weight: bold;color:#fff;text-shadow: 2.624px 3.019px 8.46px rgba(0, 0, 0, 0.08);margin-bottom: 1.875vw;text-transform: uppercase;}



.more_btn{display: flex;align-items: center;justify-content: center;margin: 0 auto;border-radius: 50px;background: #e7241e;color:#fff;width: 10.42vw;height: 2.6vw;min-width: 125px;min-height: 32px;line-height: 1;text-transform: uppercase;font-weight: 500;}

.swiper_button{text-align: center;}

.swiper_button .swiper-flex{display: flex;align-items: center;justify-content: center;margin-top: 1.25vw;}

.swiper_button .swiper-flex .swiper-buttons{width: 45px;height: 45px;border-radius: 50%;background: #fff;border: 1px solid #e6e6e6;display: flex;align-items: center;justify-content: center;margin-right: 12px;}

.swiper_button .swiper-flex .swiper-buttons .swiper-button{width: auto;height: auto;position: static;opacity: 1;pointer-events: inherit;outline: none;color:#222;margin-top: 0;font-size: 16px;}

.swiper_button .swiper-flex .swiper-buttons .swiper-button::after{display: none;}

.swiper_button .swiper-flex .swiper-buttons .swiper-button-prev{margin-right: 6px;}

.swiper_button .swiper-flex .swiper-pagination{background: #fff;border: 1px solid #e6e6e6;height: 45px;border-radius: 45px;display: flex;width: auto;align-items: center;padding: 0 12px;position: static;}

.swiper_button .swiper-flex .swiper-pagination span{width: 8px;height: 8px;border-radius: 8px;background: #dddddd;margin: 0 7px;transition: .25s ease-in-out;opacity: 1;}

.swiper_button .swiper-flex .swiper-pagination span.swiper-pagination-bullet-active{width: 3.125vw;min-width: 16px;background: #222;}



.footer{background: #fff;padding: 5.83vw 0 0;position: relative;z-index: 1;}

.footer .flex {justify-content: space-between;flex-wrap: wrap;align-items: flex-start;}

.footer .flex .footer-nav{width: 51%;}

.footer .flex .footer-nav ul{display: flex;justify-content: space-between;}

.footer .flex .footer-nav ul li h3 a{color:#888;font-weight: 600;}

.footer .flex .footer-nav ul li .child{margin-top: 0.94vw;}

.footer .flex .footer-nav ul li .child p{margin-bottom: 0.52vw;}

.footer .flex .footer-nav ul li .child p a{font-weight: 500;transition: .25s ease-in-out;}

.footer .flex .footer-nav ul li .child p a:hover{color:#e7241e;}

.footer .flex .footer-nav ul li:nth-child(3) .child{display: none;}
.footer .flex .footer-nav ul li:last-child{display: none;}

.footer .flex .footer-info{max-width: 34%;}

.footer .flex .footer-info .name{color:#888888;font-weight: 500;margin-bottom: 10px;}

.footer .flex .footer-info p.f26{font-weight: 600;margin-bottom: ;}

.footer .flex .footer-info .more_btn{margin: 1.25vw 0 0 0;}

.footer .flex .footer-info .share{margin-top: 2.92vw;display: flex;align-items: center;}

.footer .flex .footer-info .share a{width: 25px;height: 25px;border-radius: 3px;background: #222;color:#fff;display: flex;align-items: center;justify-content: center;margin-right: 10px;transition: .25s ease-in-out;}

.footer .flex .footer-info .share a:hover{background: #e7241e;}

.footer .logo{margin: 10px 0;}

.footer .logo img{width: 10.63vw;min-width: 80px;}

.footer .bottom{padding: 1.563vw 0;border-top: 1px solid #dddddd;color:#888888;display: flex;justify-content: space-between;}

.footer .bottom a{color:#888;display: inline-block;font-weight: 600;border-bottom: 1px solid;transition: .25s ease-in-out;line-height: 1;}

.footer .bottom a:hover{color:#e7241e;}



.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: #e7241e;border-bottom: 3px solid #e7241e;}

.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:#e7241e;}

#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: #e7241e;border-color: #e7241e;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: #e7241e;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:#e7241e;}



.col-page{background: #fff;position: relative;z-index: 1;}

.col-page-about .col-1 .flex{flex-wrap: wrap;}

.col-page-about .col-1 .flex .img{width: 50%;}

.col-page-about .col-1 .flex .content{width: 50%;display: flex;flex-direction: column;justify-content: space-between;padding: 5vw 13.54vw 6.25vw 4.69vw;}

.col-page-about .col-1 .flex .content .name{color:#e7241e;margin-bottom: 3.125vw;font-weight: 500;text-transform: uppercase;}

.col-page-about .col-1 .flex .content .s-content{padding-top: 10px;position: relative;color:#888888;line-height: 1.389;}

.col-page-about .col-1 .flex .content .s-content::before{content:'';width: 35px;height: 4px;background: #e7241e;position: absolute;left: 0;top: 0;}

.col-page-about .col-1 .flex .content .s-content h3{font-weight: bold;line-height: 1.2;margin-bottom: 1.563vw;}

.col-page-about .col-1 .flex .content .s-content p{margin-bottom: 8px;}

.col-page-about .col-2{padding: 7.29vw 0;background: #f5f5f5;}

.col-page-about .col-2 h2{text-transform: uppercase;font-weight: bold;margin-bottom: 2.34vw;padding-bottom: 2.083vw;border-bottom: 1px solid #dddddd;}

.col-page-about .col-2 ul.list{display: flex;flex-wrap: wrap;}

.col-page-about .col-2 ul.list li{width: 32%;margin-right: 2%;margin-bottom: 2.5vw;}

.col-page-about .col-2 ul.list li:nth-child(3n){margin-right: 0;}

.col-page-about .col-2 ul.list li .img{border-radius: 10px;overflow: hidden;}

.col-page-about .col-2 ul.list li .title{font-weight: 600;margin-top: 0.94vw;transition: .25s ease-in-out;}

.col-page-about .col-2 ul.list li:hover .title{color:#e7241e;}

.col-page-about .col-3{padding: 7.29vw 0;}

.col-page-about .col-3 .flex{align-items: flex-end;justify-content: space-between;margin-bottom: 2.86vw;}

.col-page-about .col-3 .flex .content{flex-wrap: wrap;}

.col-page-about .col-3 .flex .content h2{text-transform: uppercase;font-weight: bold;margin-bottom: 10px;}

.col-page-about .col-3 .flex .content .s-content{line-height: 1.5;color:#666;max-width: 666px;}

.col-page-about .col-3 .flex .swiper-buttons{display: flex;align-items: center;}

.col-page-about .col-3 .flex .swiper-buttons .swiper-button{width: 60px;height: 60px;border-radius: 50%;background: #f5f5f5;display: flex;align-items: center;justify-content: center;position: relative;top: auto;left: auto !important;right: auto !important;margin-top: 0;bottom: 0;outline: none;opacity: 1;transition: .25s ease-in-out;font-size: 30px;color:#222;}

.col-page-about .col-3 .flex .swiper-buttons .swiper-button::after{display: none;}

.col-page-about .col-3 .flex .swiper-buttons .swiper-button-prev{margin-right: 14px;}

.col-page-about .col-3 .flex .swiper-buttons .swiper-button:hover{background: #e7241e;color:#fff}

.col-page-about .col-3 .swiper{overflow: visible;}

.col-page-about .col-3 .swiper-slide {position: relative;}

.col-page-about .col-3 .swiper-slide .img{border-radius: 10px;overflow: hidden;}

.col-page-about .col-3 .swiper-slide .iconfont{width: 3.54vw;height: 3.54vw;border-radius: 50%;background: rgba(255,255,255,.2);display: flex;align-items: center;justify-content: center;color:#fff;min-width: 32px;min-height: 32px;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);z-index: 1;}



.col-page-product{background: #f5f5f5;padding: 6.25vw 0;}

.col-page-product h2{text-align: center;text-transform: uppercase;font-weight: bold;margin-bottom: 3vh;}

.col-page-product ul.list{display: flex;flex-wrap: wrap;}

.col-page-product ul.list li{width: 23.5%;margin-right: 2%;margin-bottom: 3vh;text-align: center;}

.col-page-product ul.list li:nth-child(4n){margin-right: 0;}

.col-page-product ul.list li a{border-radius: 15px;background: #fff;width: 100%;height: 100%;padding: 1.563vw 2.8vw 1.875vw;display: block;}

.col-page-product ul.list li a h3{font-weight: 600;margin: 0.66vw 0 0.83vw;}

.col-page-product ul.list li a .more{display: inline-block;border-radius: 35px;border: 1px solid #dddddd;transition: .25s ease-in-out;padding: 6px 22px;text-transform: uppercase;font-weight: 500;}

.col-page-product ul.list li a:hover .more{background: #e7241e;border-color: #e7241e;color:#fff;}



.col-product-detail .vicenav{box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08);}

.col-product-detail .vicenav .flex{justify-content: space-between;align-items: center;}

.col-product-detail .vicenav .flex .mbx,.col-product-detail .vicenav .mbx a{color:#888888;transition: .25s ease-in-out;}

.col-product-detail .vicenav .flex .mbx i{margin: 0 3px;}

.col-product-detail .vicenav .flex .mbx a:hover{color:#e7241e;}

.col-product-detail .vicenav .flex .para{display: flex;}

.col-product-detail .vicenav .flex .para a{padding: 20px 0;border-bottom: 2px solid transparent;margin-right: 3.125vw;transition: .25s ease-in-out;}

.col-product-detail .vicenav .flex .para a:last-child{margin-right: 0;}

.col-product-detail .vicenav .flex .para a:hover{border-color: #e7241e;}

.col-product-detail .pro_show{padding: 5.3vw 0;}

.col-product-detail .pro_show .flex{justify-content: space-between;flex-wrap: wrap;align-items: flex-start;}

.col-product-detail .pro_show .flex .caseleft{width: 47%;}

.col-product-detail .pro_show .flex .caseleft .gallery-top{margin-bottom: 20px;}

.col-product-detail .pro_show .flex .caseleft .gallery-top .bimg{width: 60%;margin: 0 auto;}

.col-product-detail .pro_show .flex .caseleft .gallery-top .swiper-button{width: 60px;height: 60px;border-radius: 50%;background: #f5f5f5;display: flex;align-items: center;justify-content: center;position: absolute;top: 50%;transform: translateY(-50%);margin-top: 0;bottom: 0;outline: none;opacity: 1;transition: .25s ease-in-out;font-size: 30px;color:#222;}

.col-product-detail .pro_show .flex .caseleft .gallery-top .swiper-button::after{display: none;}

.col-product-detail .pro_show .flex .caseleft .gallery-top .swiper-button-prev{left: 0;}

.col-product-detail .pro_show .flex .caseleft .gallery-top .swiper-button-next{right: 0;}

.col-product-detail .pro_show .flex .caseleft .gallery-top .swiper-button:hover{background: #e7241e;color:#fff}

.col-product-detail .pro_show .flex .caseleft .gallery-top .iconfont{position: absolute;bottom: 0;right: 0;z-index: 1;}

.col-product-detail .pro_show .flex .caseleft .gallery-thumbs{padding-bottom: calc(4px + 1.66vw);}

.col-product-detail .pro_show .flex .caseleft .gallery-thumbs .swiper-scrollbar{position: absolute;top: auto;bottom: 0;border-radius: 4px;background: #dddddd;height: 4px;}

.col-product-detail .pro_show .flex .caseleft .gallery-thumbs .swiper-scrollbar span.swiper-scrollbar-drag{background: #5f6468;border-radius: 4px;}

.col-product-detail .pro_show .flex .caseleft .gallery-thumbs .swiper-slide {text-align: center;background: #f5f5f5;height: auto;opacity: .2;transition: .25s ease-in-out;}

.col-product-detail .pro_show .flex .caseleft .gallery-thumbs .swiper-slide a{display: block;width: 100%;height: 100%;padding: 20px 0;}

.col-product-detail .pro_show .flex .caseleft .gallery-thumbs .swiper-slide img{width: 66%;mix-blend-mode: multiply;}

.col-product-detail .pro_show .flex .caseleft .gallery-thumbs .swiper-slide.swiper-slide-thumb-active{opacity: 1;}

.col-product-detail .pro_show .flex .caseright{width: 45%;}

.col-product-detail .pro_show .flex .caseright h2{font-weight: bold;margin-bottom: 12px;}

.col-product-detail .pro_show .flex .caseright .content{color:#666;margin-bottom: 2.083vw;}

.col-product-detail .pro_show .flex .caseright .name{font-weight: 500;margin-bottom: 12px;}

.col-product-detail .pro_show .flex .caseright .para{position: relative;margin-bottom: 1.875vw;}

.col-product-detail .pro_show .flex .caseright .para::before{content:'';width: 100%;height: 2px;position: absolute;left: 0;top: 0;

  background-image: -moz-linear-gradient( 0deg, rgb(231,36,30) 0%, rgb(236,236,236) 100%);

  background-image: -webkit-linear-gradient( 0deg, rgb(231,36,30) 0%, rgb(236,236,236) 100%);

  background-image: -ms-linear-gradient( 0deg, rgb(231,36,30) 0%, rgb(236,236,236) 100%);

}

.col-product-detail .pro_show .flex .caseright .para .item{padding: 1.875vw 0 1.563vw;display: flex;flex-wrap: wrap;border-bottom: 1px solid #dddddd;}

.col-product-detail .pro_show .flex .caseright .para .item .title{font-weight: 500;width: 22%;}

.col-product-detail .pro_show .flex .caseright .para .item .s-content{width: 78%;color:#666;line-height: 1.5;}

.col-product-detail .pro_show .flex .caseright .para .item3 .s-content ul{display: flex;flex-wrap: wrap;margin: 8px 0 0;}

.col-product-detail .pro_show .flex .caseright .para .item3 .s-content ul li{margin-right: 16px;margin-bottom: 15px;border-radius: 5px;position: relative;font-size: 0;cursor: pointer;}

.col-product-detail .pro_show .flex .caseright .para .item3 .s-content ul li img{border-radius: 5px;}

.col-product-detail .pro_show .flex .caseright .para .item3 .s-content ul li::after{content:'';width: calc(100% + 6px);height: calc(100% + 6px);border-radius: 5px;border: 1px solid #6f7783;position: absolute;left: -3px;top: -3px;opacity: 0;transition: .25s ease-in-out;}

.col-product-detail .pro_show .flex .caseright .para .item3 .s-content ul li.active::after{opacity: 1;}

.col-product-detail .pro_show .flex .caseright .para .item3 .s-content .color_title{margin-bottom: 12px;}

.col-product-detail .pro_show .flex .caseright .links{display: flex;align-items: center;}

.col-product-detail .pro_show .flex .caseright .links a.contact{width: 9.53vw;height: 2.6vw;border-radius: 50px;background: #e7241e;color:#fff;min-width: 120px;min-height: 30px;margin-right: 2.083vw;display: flex;align-items: center;justify-content: center;font-weight: 600;}

.col-product-detail .pro_show .flex .caseright .links a.back{display: flex;align-items: center;transition: .25s ease-in-out;}

.col-product-detail .pro_show .flex .caseright .links a.back span{font-weight: 600;margin-right: 8px;}

.col-product-detail .pro_show .flex .caseright .links a.back:hover{color:#e7241e;}

.col-product-detail .detail1{padding: 5.208vw 0 0;}

.col-product-detail .detail1 h2{font-weight: bold;text-transform: uppercase;margin-bottom: 2.5vw;}

.col-product-detail .detail1 .slide .swiper{padding: 0 15.94vw;overflow: visible;}

.col-product-detail .detail1 .slide .swiper .swiper-slide {border-radius: 10px;overflow: hidden;}

.col-product-detail .detail1 .slide .swiper .swiper-slide p>strong{width: 50px;height: 50px;border-radius: 50%;background: #e7241e;color:#fff;display: flex;align-items: center;justify-content: center;font-weight: 600;position: absolute;top: 2.86vw;right: 2.81vw;font-size: 24px;}

.col-product-detail .detail1 .slide .swiper .swiper-slide h3{font-weight: bold;text-transform: uppercase;position: absolute;top: calc(3.91vw + 50px);right: 2.81vw;font-size: 30px;}

.col-product-detail .detail1 .slide .swiper .swiper-slide h4{width: 10.42vw;padding: 1.25vw 10px 1.46vw;border-radius: 10px;border: 1px solid rgba(221,221,221,.5);background: rgba(255,255,255,.5);color:#888888;font-weight: 500;position: absolute;bottom: 2.5vw;right: 2.81vw;}

.col-product-detail .detail1 .slide .swiper .swiper-slide h4 strong{font-weight: 600;line-height: 1;display: block;color:#222;font-size: 2.5vw;}

.col-product-detail .detail2{padding: 7.29vw 0 0;}

.col-product-detail .detail2 h2{font-weight: bold;text-transform: uppercase;margin-bottom: 20px;}

.col-product-detail .detail2 .slide{color:#666;line-height: 1.5;text-align: left;}

.col-product-detail .detail2 .slide .swiper{margin-top: 2.083vw;}

.col-product-detail .detail2 .slide .swiper-slide{border-radius: 15px;overflow: hidden;}

.col-product-detail .detail2 .slide .swiper-slide p:nth-child(2){position: absolute;width: 100%;left: 0;top: 0;padding: 1.875vw 2.083vw;font-size: 1.25vw;line-height: 1.25;color:#fff;}

.col-product-detail .detail3 {padding: 6.25vw 0 0;}

.col-product-detail .detail3 .content ul{display: flex;flex-wrap: wrap;align-items: center;}

.col-product-detail .detail3 .content ul li:nth-child(1){width: 65%;border-radius: 1.04vw;overflow: hidden;}

.col-product-detail .detail3 .content ul li:nth-child(2){width: 45%;margin-left: -10%;background: #fff;border-radius: 1.04vw;background: #fff;padding: 5.125vw 3.54vw 5.125vw;color:#666;line-height: 1.5;box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.08);}

.col-product-detail .detail3 .content ul li:nth-child(2) h3{font-size: 2.5vw;margin-bottom: 1.09vw;color:#222;}

.col-product-detail .detail4{padding: 6.25vw 0;}

.col-product-detail .detail4 h2{font-weight: bold;text-transform: uppercase;margin-bottom: 3.75vw;}

.col-product-detail .detail4 ul.list{display: flex;flex-wrap: wrap;}

.col-product-detail .detail4 ul.list li{width: 49%;margin-right: 2%;border-bottom: 1px solid #dddddd;display: flex;align-items: center;padding: 18px 0;}

.col-product-detail .detail4 ul.list li:nth-child(2n){margin-right: 0;}

.col-product-detail .detail4 ul.list li .name{margin-right: auto;font-weight: 500;transition: .25s ease-in-out;}

.col-product-detail .detail4 ul.list li .date{color:rgba(34,34,34,.5);font-weight: 500;margin-right: 10px;}

.col-product-detail .detail4 ul.list li .dw{color:rgba(34,34,34,.5);transition: .25s ease-in-out;}

.col-product-detail .detail4 ul.list li .name:hover,.col-product-detail .detail4 ul.list li .dw:hover{color:#e7241e;}

.col-product-detail .related{background: #f5f5f5;padding: 6.25vw 0;}

.col-product-detail .related h2{font-weight: bold;text-transform: uppercase;margin-bottom: 2.29vw;padding-bottom: 1.875vw;border-bottom: 1px solid #dddddd;}

.col-product-detail .related .swiper-slide{height: auto;text-align: center;}

.col-product-detail .related .swiper-slide a{border-radius: 15px;background: #fff;width: 100%;height: 100%;padding: 1.563vw 2.8vw 1.875vw;display: block;}

.col-product-detail .related .swiper-slide a .img{position: relative;min-height: 66px;overflow: hidden;}

.col-product-detail .related .swiper-slide a h3{font-weight: 600;margin: 0.66vw 0 0.83vw;}

.col-product-detail .related .swiper-slide a .more{display: inline-block;border-radius: 35px;border: 1px solid #dddddd;transition: .25s ease-in-out;padding: 6px 22px;text-transform: uppercase;font-weight: 500;}

.col-product-detail .related .swiper-slide a:hover .more{background: #e7241e;border-color: #e7241e;color:#fff;}



.col-page-designer{padding: 6.35vw 0;}

.col-page-designer .item{padding: 3.44vw 0;border-bottom: 1px solid #dddddd;}

.col-page-designer .item:last-child{border: none;}

.col-page-designer .item .title{font-weight: 500;margin-bottom: 1.875vw;}

.col-page-designer .item .flex{flex-wrap: wrap;justify-content: space-between;}

.col-page-designer .item .flex .columnImg{width: 53%;}

.col-page-designer .item .flex .content{width: 43%;display: flex;flex-direction: column;}

.col-page-designer .item .flex .content .s-content{line-height: 1.5;color:#888;margin-bottom: 2.5vw;}

.col-page-designer .item .flex .content .name{margin: auto 0 0.83vw;font-weight: 500;}

.col-page-designer .item .flex .content .swiper{width: 100%;}

.col-page-designer .item .flex .content .swiper .swiper-slide .img{border-radius: 10px;overflow: hidden;position: relative;min-height: 66px;}

.col-page-designer .item .flex .content .swiper .swiper-slide .product_title{font-weight: 500;text-align: center;margin-top: 10px;}



.col-page-download{padding: 6.25vw 0;}

.col-page-download h2{font-weight: 600;margin-bottom: 1.875vw;}

.col-page-download .child{display: flex;flex-wrap: wrap;margin-bottom: 3.125vw;padding-bottom: 2.5vw;border-bottom: 1px solid #dddddd;}

.col-page-download .child a{display: flex;align-items: center;justify-content: center;padding: 0.94vw 1.563vw;margin: 0 20px 10px 0;border-radius: 55px;border: 1px solid #222222;font-weight: 500;transition: .25s ease-in-out;}

.col-page-download .child a:hover,.col-page-download .child a.active{background: #e7241e;color:#fff;border-color: #e7241e;}

.col-page-download ul.list{display: flex;flex-wrap: wrap;}

.col-page-download ul.list li{width: 32%;margin-right: 2%;margin-bottom: 24px;background: #f5f5f5;}

.col-page-download ul.list li:nth-child(3n){margin-right: 0;}

.col-page-download ul.list li .img{overflow: hidden;}

.col-page-download ul.list li .content{padding: 1.46vw 1.875vw;}

.col-page-download ul.list li .content h3{font-weight: 600;margin-bottom: 5px;}

.col-page-download ul.list li .content .file{padding: 8px 0;display: flex;align-items: center;border-bottom: 1px dashed #dddddd;}

.col-page-download ul.list li .content .file .title{color:#888;font-weight: 500;margin-right: auto;}

.col-page-download ul.list li .content .file a.view{color:#54626c;margin-right: 15px;}

.col-page-download ul.list li .content .file a.dw{color:#54626c}

.col-page-download ul.list li .content h4{display: flex;align-items: center;padding: 8px 0;cursor: pointer;}

.col-page-download ul.list li .content h4 i{width: 12px;height: 12px;position: relative;}

.col-page-download ul.list li .content h4 i::before,.col-page-download ul.list li .content h4 i::after{content: "";width: 12px;height: 2px;background: #222;transition: .25s ease-in-out;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}

.col-page-download ul.list li .content h4 i::after{width: 2px;height: 12px;}

.col-page-download ul.list li .content h4.active i::after{height: 0;}

.col-page-download ul.list li .content h4 span{font-weight: 500;margin-left: 5px;}

.col-page-download ul.list li .content .item{border-bottom: 1px solid #dddddd;}

.col-page-download ul.list li .content .item .file:last-child{border-bottom: none;}

.col-page-download ul.list li .content .item .item_list{display: none;}



.col-page-contact .contact-content{padding: 35px 0 0;}

.col-page-contact .contact-content ul.info{display: flex;justify-content: space-between;flex-wrap: wrap;}

.col-page-contact .contact-content ul.info>li{width: 49.5%;border-radius: 15px;overflow: hidden;position: relative;}

.col-page-contact .contact-content ul.info>li .content{position: absolute;left: 4.17vw;top: 4.48vw;width: 58%;border-radius: 10px;background: #fff;padding: 2.5vw 1.875vw;color:#888;}

.col-page-contact .contact-content ul.info>li .content h3{padding-top: 15px;position: relative;font-weight: bold;text-transform: uppercase;color:#222;}

.col-page-contact .contact-content ul.info>li .content h3::before{content:'';width: 30px;height: 2px;background: #e7241e;position: absolute;left: 0;top: 0;}

.col-page-contact .contact-content ul.info>li .content ul{display: flex;align-items: flex-start;margin-top: 1.25vw;}

.col-page-contact .contact-content ul.info>li .content ul li:nth-child(1){flex-shrink: 0;margin-right: 6px;}

.col-page-contact .contact-content ul.info>li .content ul li:nth-child(2){flex-grow: 2;color:#666;font-weight: 500;line-height: 1.25;}

.col-page-contact .contact-content ul.info>li .content a{color:#e7241e;display: inline-block;border-bottom: 1px solid;font-weight: 500;line-height: normal;margin-top: 15px;}

.col-page-contact .col-1{padding: 6.225vw 0;}

.col-page-contact .col-1 h2{text-transform: uppercase;font-weight: bold;margin-bottom: 10px;}

.col-page-contact .col-1 .desc{margin-bottom: 3.02vw;color:#888;}

.col-page-contact .col-1 ul{display: flex;justify-content: space-between;flex-wrap: wrap;}

.col-page-contact .col-1 ul li{width: 32%;border-radius: 10px;background: #f5f5f5;padding: 4.17vw 10px 3.75vw;text-align: center;color:#888;font-weight: 500;}

.col-page-contact .col-1 ul li img{width: 4.01vw;min-width: 35px;margin-bottom: 1.25vw;}

.col-page-contact .col-1 ul li .f24{color:#222;font-weight: 600;margin-top: 6px;}

.col-page-contact .col-2{background: #f5f5f5;padding: 6.25vw 0;}

.col-page-contact .col-2 h2{text-transform: uppercase;font-weight: bold;margin-bottom: 10px;}

.col-page-contact .col-2 .desc{margin-bottom: 3.02vw;color:#888;}

.col-page-contact .col-2 form ul{display: flex;flex-wrap: wrap;justify-content: space-between;}

.col-page-contact .col-2 form ul li{width: 32%;margin-bottom: 20px;}

.col-page-contact .col-2 form ul li:nth-child(n+4){width: 100%;}

.col-page-contact .col-2 form ul li p{font-weight: 500;margin-bottom: 8px;}

.col-page-contact .col-2 form ul li input,.col-page-contact .col-2 form ul li textarea{width: 100%;height: 50px;background: #fff;padding-left: 12px;outline: none;border: none;font-family: 'Poppins';border: 1px solid #dddddd;border-radius: 8px;}

.col-page-contact .col-2 form ul li textarea{height: auto;min-height: 140px;padding-top: 15px;}

.col-page-contact .col-2 form ul li.code {display: flex;}

.col-page-contact .col-2 form ul li.code input{width: 120px;}

.col-page-contact .col-2 form ul li.code img{max-width: calc(100% - 130px);}

.col-page-contact .col-2 form .sub{margin-top: 1.875vw;}

.col-page-contact .col-2 form .sub{width: 11.04vw;height: 2.86vw;min-width: 130px;min-height: 30px;border-radius: 2.86vw;background: #e7241e;color:#fff;display: flex;align-items: center;justify-content: center;font-weight: 600;border: none;font-family: 'Poppins';}



.col-page-policy{padding: 8.33vw 0;}

.col-page-policy h2{margin-bottom: 3.125vw;font-weight: bold;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: #e7241e;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:#e7241e;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: #e7241e;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:#e7241e;}

.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:#e7241e;}



.col-page-award{padding: 6.25vw 0;}

.col-page-award h2{margin-bottom: 3.125vw;font-weight: bold;text-transform: uppercase;}

.col-page-award ul.list{display: flex;flex-wrap: wrap;justify-content: space-between;}

.col-page-award ul.list li{width: 49%;margin-bottom: 20px;}

.col-page-award ul.list li .img{overflow: hidden;}

.col-page-award ul.list li h3{text-align: center;font-weight: 500;margin-top: 12px;}











/* media */



@media (max-width: 1800px) {



}

@media (max-width: 1600px) {



}

@media (max-width: 1460px) {

  .header .logo img{height: 36px;}

  

  

  

}

@media (max-width: 1200px) {

  .col-product-detail .detail1 .slide .swiper .swiper-slide p>strong{width: 25px;height: 25px;font-size: 14px;top: 12px;}

  .col-product-detail .detail1 .slide .swiper .swiper-slide h3{font-size: 18px;top: 35px;}

  .col-product-detail .detail1 .slide .swiper .swiper-slide h4{width: 120px;}

  .container2 {padding: 0 5vw;}

  .container3 {padding: 0 6.66vw;}

  .container4 {padding: 0 12.5vw;}



}

@media (max-width: 992px) {

  .col-product-detail .detail1 .slide .swiper .swiper-slide h4 strong{font-size: 24px !important;}

  .col-product-detail .detail3 .content ul li:nth-child(2) h3{font-size: 16px !important;}

  .init-1 ul.list li .flex i.iconfont,.col-page-about .col-2 ul.list li .title,.col-product-detail .detail2 .slide .swiper-slide p:nth-child(2){font-size: 14px !important;}

  

  .col-product-detail .detail4 ul.list li{padding: 10px 0;width: 100%;margin-right: 0 !important;}

  .col-product-detail .pro_show .flex .caseleft,.col-product-detail .pro_show .flex .caseright,.col-product-detail .detail3 .content ul li:nth-child(1),.col-product-detail .detail3 .content ul li:nth-child(2),.col-page-designer .item .flex .columnImg,.col-page-designer .item .flex .content{width: 100%;margin-bottom: 20px;max-width: none;}

  .col-product-detail .detail3 .content ul li:nth-child(2){margin: 0;}

  .col-page-about .col-2 ul.list li,.col-page-product ul.list li,.col-page-download ul.list li{width: 49%;margin-right: 2%;}

  .col-page-about .col-2 ul.list li:nth-child(3n),.col-page-product ul.list li:nth-child(4n),.col-page-download ul.list li:nth-child(3n){margin-right: 2%;}

  .col-page-about .col-2 ul.list li:nth-child(2n),.col-page-product ul.list li:nth-child(2n),.col-page-download ul.list li:nth-child(2n){margin-right: 0;}

  .col-page-about .col-1 .flex .img,.col-page-about .col-1 .flex .content{width: 100%;}

  .footer .flex .footer-info,.footer .bottom{width: 100%;display: block;max-width: none;}

  .swiper_button .swiper-flex .swiper-buttons{width: 35px;height: 35px;margin-right: 8px;}

  .swiper_button .swiper-flex .swiper-pagination{height: 35px;padding: 0 6px;}

  .swiper_button .swiper-flex .swiper-pagination span{margin: 0 4px;}

  .init-2 .swiper{padding-bottom: 55px;}

  .init-2 .swiper .swiper-button,.col-page-about .col-3 .flex .swiper-buttons .swiper-button,.col-product-detail .pro_show .flex .caseleft .gallery-top .swiper-button{width: 40px;height: 40px;font-size: 18px;}

  .init-2 .swiper .swiper-button-prev{right: 48px;}

  .init-1 ul.list {flex-wrap: wrap;}

  .init-1 ul.list li{width: 100%;flex: auto !important;margin-bottom: 20px;margin-right: 0;}

  .init-1 ul.list li .flex{opacity: 1;transform: none;}

  .col-banner,#col-banner .swiper{margin-top: 60px;}

  #index-body .section .fadeinup, #index-body .section .fadeinleft, #index-body .section .fadeinright {transform: none;opacity: 1;transition: 0.5s;transition-delay: 0.6s;}

  #index-body .section,#index-body .section .fp-tableCell,#col-index-banner .swiper-slide{height: auto !important;}

  #index-body .section{padding: 12.5vw 0;}

  .header .index-search{height: 30px;width: 120px}

  .header .index-search button{width: 30px;}

  .header .index-search input{width: calc(100% - 30px);}

  .container4 {padding: 0 8.33vw;}

  .header .inner .flex,.head_fixed{height: 60px;}

  .header .logo img{height: 30px;}

  .footer{padding: 6.25vw 0 !important;}

  

  .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: #222;position: absolute;overflow: hidden;left: 0;transition: all 0.25s ease;}

  .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,.col-product-detail .vicenav{display: none !important;}

  .change-language{margin-left: 0;padding-left: 0;} 

  

  

}

@media (max-width: 768px) {

  .col-page-contact .col-2 form ul li input, .col-page-contact .col-2 form ul li textarea{height: 35px;}

  .col-page-download ul.list li,.col-page-contact .contact-content ul.info>li,.col-page-contact .col-1 ul li,.col-page-contact .col-2 form ul li{width: 100%;margin-right: 0 !important;}

  .col-page-contact .contact-content ul.info>li,.col-page-contact .col-1 ul li{margin-bottom: 10px;}

  .col-page-contact .contact-content ul.info>li .content{width: calc(100% - 8.34vw);}

  .header .logo img{height: 25px;}



  

}   

@media (max-width: 468px) {

  .header .logo img{height: 22px;}



  

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

  



  

}

