@charset "utf-8";
/*@font-face {
  font-family: "gilroy";
  font-weight: 100;
  src: url("../fonts/Gilroy-Thin-13.otf") format("opentype");
}
@font-face {
    font-family: "gilroy";
    font-weight: 300;
    src: url("../fonts/Gilroy-Light-11.otf") format("opentype");
}
@font-face {
    font-family: "gilroy";
    font-weight: regular;
    src: url("../fonts/gilroy-regular-3.otf") format("opentype");
}
@font-face {
    font-family: "gilroy";
    font-weight: 500;
    src: url("../fonts/Gilroy-Medium-2.otf") format("opentype");
}
@font-face {
    font-family: "gilroy";
    font-weight: 600;
    src: url("../fonts/gilroy-bold-4.otf") format("opentype");
}
@font-face {
    font-family: "gilroy";
    font-weight: 700;
    src: url("../fonts/Gilroy-ExtraBold.otf") format("opentype");
}
@font-face {
    font-family: "gilroy";
    font-weight: 900;
    src: url("../fonts/gilroy-black-6.otf") format("opentype");
}
@font-face {
    font-family: "gilroy";
    font-weight: 800;
    src: url("../fonts/Gilroy-Heavy-9.otf") format("opentype");
}*/
/**/
@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-Regular.ttf") format("truetype");
}
@font-face {
    font-family: "Poppins";
    font-weight: 500;
    src: url("../fonts/Poppins-Medium.ttf") format("truetype");
}
@font-face {
    font-family: "Poppins";
    font-weight: 600;
    src: url("../fonts/Poppins-SemiBold.ttf") format("truetype");
}
@font-face {
    font-family: "Poppins";
    font-weight: 700;
    src: url("../fonts/Poppins-Bold.ttf") format("truetype");
}
@font-face {
    font-family: "PlayfairDisplay Bold";
    src: url("../fonts/PlayfairDisplay-Bold.otf") format("opentype");
}
/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: 'iconfont';  /* Project id 1502878 */
  src: url('//at.alicdn.com/t/c/font_1502878_nf4b5e8ue8i.woff2?t=1736324396450') format('woff2'),
       url('//at.alicdn.com/t/c/font_1502878_nf4b5e8ue8i.woff?t=1736324396450') format('woff'),
       url('//at.alicdn.com/t/c/font_1502878_nf4b5e8ue8i.ttf?t=1736324396450') format('truetype');
}
*{margin:0;padding: 0;}
html{font-size: 16px;}
html.ovHidden{overflow: hidden;}
body {min-width: 320px;color: #666;font-family:"Poppins","PingFang SC", PingHei, STHeitiSC-Light, "Myriad Set Pro","Lucida Grande", "Helvetica Neue", Helvetica, "microsoft yahei", SimHei,tahoma, Arial, Verdana, sans-serif;background: #fff;overflow-x: hidden;}
*{word-break:normal !important}
* {
    -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: #fff!important;
  font-style:normal;
  font-weight: normal;
  text-decoration: none!important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
  transition: .5s all;
}
.icon-goomay a:before { content: "\e625"; }
.goomay a:hover{color: #e6232a!important;}
.icon-g:before { content: "\e603"; }
.iconfont {font-family: 'iconfont';}
li {list-style: none;}
i {font-style: normal;}
a {color: #666;text-decoration: none;transition: 0.5s;}
a:focus{text-decoration: none;outline: none;}
a:hover {text-decoration: none;outline: none;}
p,h1,h2,h3,h4,h5,h6,ul,li {margin: 0;padding: 0;font-weight: normal;}
img {border: 0; max-width: 100%;vertical-align: middle;}
#decors-container img{width:100%;}
img[src=""],img:not([src]){opacity:0 !important;}
.flex{display: -webkit-flex;display: -ms-flexbox;display: flex;}
.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{width: 100%;max-width: 1520px; padding: 0; margin: 0 auto;}

.text-center{text-align: center;}
sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
.target-fix {
  position: relative;
  top: -150px;
  display: block;
  height: 0;
  overflow: hidden;
}

.swiper-container,.swiper-container .swiper-slide{position: relative;}
.swiper-container{
  --swiper-theme-color: #ff8600;/* 设置Swiper风格 */
  --swiper-preloader-color: #ff8600;/* 单独设置预加载圆圈的颜色 */
}
.f14{font-size: 14px;}
.f15{font-size: 15px;}
.f16{font-size: 16px;}
.f17{font-size: 17px;}
.f18{font-size: 18px;}
.f20{font-size: 1.0416vw;}
.f22{font-size: 1.145833vw;}
.f24{font-size: 1.25vw;}
.f26{font-size: 1.35416vw;}
.f28{font-size: 1.4583vw;}
.f30{font-size: 1.5625vw;}
.f32{font-size: 1.666vw;}
.f34{font-size: 1.77vw;}
.f36{font-size: 1.875vw;}
.f40{font-size: 2.08vw;}
.f42{font-size: 2.1875vw;}
.f44{font-size: 2.2916vw;}
.f48{font-size: 2.5vw;}
.f50{font-size: 2.6vw;}
.f52{font-size: 2.7vw;}
.f54{font-size: 2.8125vw;}
.f57{font-size: 2.96vw;}
.f60{font-size: 3.125vw;}
.f70{font-size: 3.64583vw;}
.f72{font-size: 3.75vw;}
.f76{font-size: 3.958vw;}
.f80{font-size: 4.16vw;}
.f90{font-size: 4.6875vw;}
.f100{font-size: 5.2vw;}
@media (max-width: 1600px) {

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

  html{font-size: 15px;}
}
@media (max-width: 1460px) {
  .f14{font-size: 12px;}
  .f15{font-size: 13px;}
  .f16{font-size: 14px;}
  .f17{font-size: 15px;}
  .f18{font-size: 16px;}
  .f20{font-size: 1.3vw;}
  .f22{font-size: 1.4vw;}
  .f24{font-size: 1.5vw;}
  .f26{font-size: 1.6vw;}
  .f28{font-size: 1.7vw;}
  .f30{font-size: 1.8vw;}
  .f32{font-size: 1.9vw;}
  .f34{font-size: 1.9vw;}
  .f36{font-size: 2vw;}
  html{font-size: 14px;}  
}
@media (max-width: 1200px) {  
  .f20{font-size: 1.55vw;}
  .f22{font-size: 1.65vw;}
  .f24{font-size: 1.7vw;}
  .f26{font-size: 1.75vw;}
  .f28{font-size: 1.8vw;}
  .f30{font-size: 1.85vw;}
  html{font-size: 13px;}
}
@media (max-width: 991px) {
  .f17{font-size: 14px;}
  .f18{font-size: 14px;}
  .f20{font-size: 16.5px;}
  .f22{font-size: 17px;}
  .f24{font-size: 17.5px;}
  .f26{font-size: 18px;}
  .f28{font-size: 19px;}
  .f30{font-size: 20px;}
  .f32{font-size: 21px;}
  .f34{font-size: 21px;}
  .f36{font-size: 22px;}
  .f40{font-size: 23px;}
  .f42{font-size: 23.5px;}
  .f44{font-size: 24px;}
  .f48{font-size: 24.5px;}
  .f50{font-size: 25px;}
  .f52{font-size: 25px;}
  .f54{font-size: 25.2px;}
  .f57{font-size: 25.2px;}
  .f60{font-size: 25.5px;}
  .f70{font-size: 26px;}
  .f72{font-size: 26.2px;}
  .f76{font-size: 26.4px;}
  .f80{font-size: 26.8px;}
  .f90{font-size: 28px;}
  .f100{font-size: 30px;}
  html{font-size: 12px;}
}
@media (max-width: 768px) {
  .f20{font-size: 15px;}
}
@media (max-width: 468px) {
  .f22{font-size: 16.3px;}
  .f24{font-size: 16.4px;}
  .f26{font-size: 16.5px;}
  .f28{font-size: 16.6px;}
  .f30{font-size: 16.7px;}
  .f32{font-size: 16.8px;}
  .f34{font-size: 16.8px;}
  .f36{font-size: 17px;}
  .f40{font-size: 18px;}
  .f42{font-size: 18.1px;}
  .f44{font-size: 18.2px;}
  .f48{font-size: 18.8px;}
  .f50{font-size: 19px;}
  .f52{font-size: 20px;}
  .f54{font-size: 20px;}
  .f57{font-size: 20px;}
  .f60{font-size: 21px;}
  .f70{font-size: 22px;}
  .f72{font-size: 23px;}
  .f76{font-size: 23.5px;}
  .f80{font-size: 24px;}
  .f90{font-size: 25px;}
  .f100{font-size: 27px;}
  html{font-size: 10px;}
}
/* 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;}
.opacity-0{opacity: 0;transition: 0.5s;}
#index-body .fadeinup{transform: translateY(40px);opacity: 0;transition-duration: 1s;}
#index-body .fadeindown{transform: translateY(-40px);opacity: 0;transition-duration: 1s;}
#index-body .fadeinleft{transform: translateX(-40px);opacity: 0;transition-duration: 1s;}
#index-body .fadeinright{transform: translateX(40px);opacity: 0;transition-duration: 1s;}
#index-body .section.active .fadeinup,
#index-body .section.active .fadeindown,
#index-body .section.active .fadeinleft,
#index-body .section.active .fadeinright{transform: none;opacity: 1;transition-delay: 0.5s}
#index-body .section.active .delay1{transition-delay: 0.6s;}
#index-body .section.active .delay2{transition-delay: 0.7s;}
#index-body .section.active .delay3{transition-delay: 0.8s;}
#index-body .section.active .delay4{transition-delay: 0.9s;}
#index-body .section.active .delay5{transition-delay: 1s;}
#index-body .section.active .delay6{transition-delay: 1.1s;}
/*language*/
    .change-language {
      display: inline-block;
      position: relative;
      text-align: left;
      vertical-align: middle;
    }
    .change-language .change-language-title a{color: #fff;}
    .change-language .change-language-title a:after {
      content: '';
      display: inline-block;
      width: 0;
      height: 0;
      border: 4px solid #fff;
      border-top-width: 5px;
      border-bottom: 0;
      border-left-color: transparent;
      border-right-color: transparent;
      vertical-align: middle;
    }
    .change-language:hover .change-language-title a:after {
      -moz-transform: rotate(-360deg);
      -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      -o-transform: rotate(-180deg);
      transform: rotate(-180deg);
    }
    .change-language .change-language-cont {
      position: absolute;
      top: 100%;
      margin-top: 6px;
      left: 0;
      width: 360px;
      background: #FFF;
      padding: 20px 10px 20px 20px;
      transform: scale3d(0.9, 0.9, 1);
      opacity: 0;
      visibility: hidden;
      z-index: 999;
      -moz-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      border: 1px solid #eee;
      border-radius: 5px;
      overflow-y: scroll;
      max-height: 80vh;
    }
    .change-language:hover .change-language-cont {
      transform: scale3d(1, 1, 1);
      opacity: 1;
      visibility: visible;
    }
    .goomay-translate-seo {
      display: none;
    }
    .mobile-head-language .goomay-translate-seo, .change-language .goomay-translate-seo {
      display: block;
    }

    .change-language .change-language-cont li {
      display: inline-block;
      vertical-align: top;
      width: 30%;
      margin: 0 0 10px;
      font-size: 10pt;
      overflow: hidden;
      padding: 0 10px 0 0;
    }
    li.language-flag a {
      position: relative;
    }
    .language-flag span {
      position: relative;
      display: inline-block;
      vertical-align: top;
      white-space: nowrap;
      padding: 0 0 0 33px;
      overflow: hidden;
    }
    .language-flag img {
      position: absolute;
      left: 0;
      top: 50%;
      display: inline-block;
      vertical-align: top;
      background-repeat: no-repeat;
      width: 22px;
      height: 16px;
      margin: -8px 5px 0;
      border:1px solid #eee;
    }
    .change-language ::-webkit-scrollbar-thumb {
      background-color: rgba(0, 0, 0, .3);
      border-radius: 3px;
    }
    .change-language ::-webkit-scrollbar {
      width: 5px;
    }
/*language*/
/*slide contact*/
    .sider_contact{position: fixed;right: 0;bottom: 14%;z-index: 9999999;}
    .sider_contact .flex{flex-direction: column;background: #e6232a;border-top-left-radius: 3px;border-bottom-left-radius: 3px;transition: all ease .3s;position: relative;right: 0;}
    .sider_contact .flex .backtop{width: 45px;height: 0;cursor: pointer;transition: all ease .3s;opacity: 0;display: flex;align-items: center;justify-content: center;color:#fff;font-size: 24px;border-top-left-radius: 3px;position: relative;}
    .sider_contact .flex .backtop.zx_hi{background: rgba(25,30,36,.67);height: 45px;opacity: 1;}
    .sider_contact .flex .item{position: relative;}
    .sider_contact .flex .item>a{width: 45px;height: 45px;margin: 0 auto;transition: all ease .3s;color:#fff;display: flex;align-items: center;justify-content: center;font-size: 22px;}
    .sider_contact .flex .item .info{position: absolute;right: 55px;top: 0;background: #fff;border-top-left-radius: 2px;border-bottom-left-radius: 2px;opacity: 0;z-index: 2;pointer-events: none;transition: all ease .3s;padding: 5px 10px;-webkit-box-shadow: 0 1px 3px rgb(18 18 18 / 10%);box-shadow: 0 1px 3px rgb(18 18 18 / 10%);min-width: 150px;min-height: 45px;display: flex;flex-direction: column;justify-content: center;visibility: hidden;pointer-events: none;text-align: center;}
    .sider_contact .flex .backbottom{width: 45px;height: 45px;cursor: pointer;transition: all ease .3s;display: flex;align-items: center;justify-content: center;color:#fff;font-size: 24px;border-bottom-left-radius: 3px;position: relative;}
    .sider_contact .flex .backtop:hover,.sider_contact .flex .backbottom:hover,.sider_contact .flex .item>a:hover{background: rgba(25,30,36,.67);}
    .sider_contact .flex .item:hover .info{opacity: 1;pointer-events: visible;right: 45px;visibility: visible;}
    .sider_contact .btm_o{width: 45px;height: 45px;border-top-left-radius: 3px;border-bottom-left-radius: 3px;cursor: pointer;position: absolute;bottom: -50px;right: 0;transition: all ease .3s;background: rgba(25,30,36,.67);color:#fff;display: flex;align-items: center;justify-content: center;font-size: 24px;}
    .sider_contact .flex.right{right: -45px;}
    .sider_contact .flex.right + .btm_o{width: 30px;height: 30px;bottom: -35px;}
    @media (min-height: 700px) and (min-width: 992px){
        .sider_contactIndex .flex .backtop,
        .sider_contactIndex .flex .backbottom{display: none;}
    }
    @media (max-width: 991px) {
        .sider_contact .flex .backtop{width: 30px;}
        .sider_contact .flex .backtop.zx_hi{height: 30px;font-size: 18px;}
        .sider_contact .flex .item>a,.sider_contact .flex .backbottom,.sider_contact .btm_o{width: 30px;height: 30px;font-size: 18px;}
        .sider_contact .flex.right{right: -30px;}
        .sider_contact .flex .item .info{min-height: 30px;}
    }
/*slide contact*/
/* page */
    .page {text-align: center;margin-top: 3vw; border-top: 1px solid #ddd;padding-top: 1.3vw;}
    .page ul{margin: 0;}
    .page ul li a{border:none;background: none;color:#666;padding:5px 11px;margin:0 4px;}
    .page ul li a:hover{color: #fff;background: #3b585c;}
    .page ul li.disabled a{border:none !important;background: none !important;border-radius: 0 !important;}
    .page ul li.active a{border:none;background: #3b585c;color: #fff;}
    .pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {border:none;background: 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;}
    @media (max-width: 991px) {
        .page{margin-top: 30px;padding-top: 15px;}
        .page ul li a{padding: 3px 9px;margin: 0 2px;}
    }
/* page */

/*common*/
    input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {color: #888;}
    input:-moz-placeholder,textarea:-moz-placeholder {color:#888;}
    input::-moz-placeholder,textarea::-moz-placeholder {color:#888;}
    input:-ms-input-placeholder,textarea:-ms-input-placeholder {color:#888;}
    .footer input::-webkit-input-placeholder,.footer textarea::-webkit-input-placeholder {color: rgba(255,255,255,0.5);}
    .footer input:-moz-placeholder,.footer textarea:-moz-placeholder {color:rgba(255,255,255,0.5);}
    .footer input::-moz-placeholder,.footer textarea::-moz-placeholder {color:rgba(255,255,255,0.5);}
    .footer input:-ms-input-placeholder,.footer textarea:-ms-input-placeholder {color:rgba(255,255,255,0.5);}
    .sc{padding-right: 1vw; height: 101px;overflow: auto;}
    .sc::-webkit-scrollbar{width: 5px;height: 5px;}
    .sc::-webkit-scrollbar-track-piece{background-color: #fff;}
    .sc::-webkit-scrollbar-thumb:vertical{height: 10px;background-color: #e6232a;}
    .sc::-webkit-scrollbar-thumb:horizontal{width: 10px;background-color: #fff;}

    .padding{padding-left: 5.2%;padding-right: 5.2%;}
    .pic { position: relative; overflow: hidden;}
    .pic:after { content: ""; display: block;}
    .vcenter {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        max-width: 100%;
        max-height: 100%;
        display: block;
        vertical-align: middle;
        margin: auto;
    }
    .tHide {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    .relative { position: relative;}
    .panel{margin:0;border:0;border-radius: 0;box-shadow: none;}
    .bg-f5{background: #f5f5f5;}

    .swiper-container .swiper-button-prev,
    .swiper-container .swiper-button-next{width: auto;height: auto;margin: 0; outline: none;opacity: 1;}
    .swiper-container .swiper-button-prev:after,
    .swiper-container .swiper-button-next:after{content: '\100d4';display: flex;align-items: center;justify-content: center;width: 3.125vw;height: 3.125vw;max-width: 60px;max-height: 60px;min-width: 30px;min-height: 30px; font-family: 'iconfont';font-size: 16px; color: #222;border: 1px solid #222;border-radius: 50%;transition: 0.5s; }
    .swiper-container .swiper-button-prev:after{content: '\e8d8';}
    .swiper-container .swiper-button-prev:hover:after,
    .swiper-container .swiper-button-next:hover:after{color: #fff;background: #3b585c;border-color: #3b585c;}

    .col-title h2{font-family: 'PlayfairDisplay Bold';color: #3b585c;line-height: 1.167;}
    .col-more a{display: inline-block;min-width: 9.375vw; padding: 0.651vw 1vw; color: #222;font-weight: 600;line-height: 23px;text-align: center;text-transform: uppercase; border: 1px solid #222;}
    .col-more a:hover{color: #fff;background: #3b585c;border-color: #3b585c;}

    /*product list*/
    .pro li .pic:after{padding-bottom: 81.44%;}
    .pro li .pic img{transition: 0.5s;}
    .pro li .pic span{display: block;padding: 0 0.7vw;color: #222;text-transform: uppercase;font-weight: 700; line-height: 28px;background: #fff;position: absolute;left: 1.4vw;top: 1vw;}
    .pro li .text{ margin-top: 1vw; color: #222;}
    .pro li .text p{font-weight: 500;line-height: 1.625;}
    .pro li .text strong{font-weight: 700;}
    .pro li .pic:hover img{transform: scale(1.05);opacity: 0.9;}
    /*news list*/
    .news li{color: #222;}
    .news li a{color: #222;font-weight: 600;}
    .news li .panel{cursor: pointer;}
    .news li .pic:after{padding-bottom: 74.28%;}
    .news li .date{display: inline-block;margin-top: 1.71vw; padding: 0 0.729vw;font-weight: 500; line-height: 32px;border: 1px solid #222;}
    .news li h4{margin-top: 1vw;max-width: 434px; height: 3.2em;line-height: 1.6em;overflow: hidden; }
    .news li a.more{display: inline-block;margin-top: 2vw; text-transform: uppercase; line-height: 1;}
    .news li a.more:after{content: '\100d4';font-family: 'iconfont';margin-left: 6px;}
    .news li .panel:hover h4 a{color: #3b585c;}
/*common*/
/*video*/
    #video{width: 100%;height: 100%;position: absolute;left: 50%;top:50%;transform: translate(-50%,-50%);object-fit: cover;background: #ccc;}
    #aPlay{display: block;width: 60px;height: 60px;position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto;text-align: center;color: #fff;background: #d34b22;border-radius: 50%; z-index: 2;  }
    #aPlay i{display: block;width: 60px;height: 60px;}
    #aPlay i:after{content: '\e6c8';font-size: 60px;line-height: 1;}
    #videoClose{display: block;position: absolute; right: 0; top: -10px;transform: translate( 0,-100%);color: #fff;cursor: pointer;font-size: 24px;line-height: 1;z-index: 3; transition: 0.5s;}
    #videoClose:hover{color: #d34b22;}
    .videoPop{display: none;width: 100%;height: 100%;background: rgba(0,0,0,0.6);position: fixed;left: 0;top:0;z-index: 1001;}
    .videoPop .content{width: 90%; max-width: 1280px; max-height:68vh; position: absolute;left: 50%;top:50%;transform: translate(-50%,-50%);}
    .videoPop #video{width: 100%;max-height:68vh;display: block; margin: 0 auto;position: static;transform: none;object-fit:contain; background: none; }
/*video*/
/*form*/
    .col-form ul{margin: 0 -7.5px;padding-top: 0.52vw;}
    .col-form ul li{padding: 0 7.5px;margin-top: 1.45vw; color: #222;}
    .col-form ul li p{margin-bottom: 8px; font-weight: 500;}
    .col-form ul li input,
    .col-form ul li textarea{display: block;width: 100%;height: 50px;padding: 0 20px;line-height: 49px;border: 1px solid #ddd; background: #f5f5f5; outline: none;}
    .col-form ul li textarea{height: auto;padding-top: 10px; line-height: 1.66;}
    .col-form ul li.captcha input{width: 50%; max-width: 160px;display: inline-block;}
    .col-form ul li.submit input{width: 50%;max-width: 160px;display: inline-block;border: 1px solid #3b585c;background: #3b585c;color: #fff;text-transform: uppercase;font-weight: 600; transition: 0.5s;}
    .col-form ul li:nth-child(2n){margin-right: 0;}

    @media (max-width: 991px) {
        .col-form ul{padding-top: 5px;}
        .col-form ul li{margin-top: 15px;}
        .col-form ul li input,
        .col-form ul li textarea{height: 40px;line-height: 39px;}
        .col-form ul li textarea{height: auto;padding-top: 8px;line-height: 1.66;}
        .col-form ul li.captcha img{height: 40px;max-width: 40%;}
    }
/*form*/
/*product jqueryzoom*/
    .jqueryzoom{
      /*height: 500px;*/
      width: 100%;
      overflow: hidden;
    }
    .jqueryzoom .cloudzoom{
      /*height: 100%;*/
      /*margin:0 auto;*/
      text-align: center;
    }
    .cloudzoom-lens {border: 1px solid #888; width: 100px; height: 100px;box-shadow: -0px -0px 10px rgba(0,0,0,0.40);cursor: crosshair; background: #fff; z-index: 10;}
    /* CSS for zoom window. */
    .cloudzoom-zoom { border: 1px solid #888; width: 500px; height: 200px; box-shadow: -0px -0px 10px rgba(0,0,0,0.40);z-index: 99;}
    /* CSS for zoom window in 'inside' mode. */
    .cloudzoom-zoom-inside { border: none; box-shadow: none;}

    /* CSS for captions */
    .cloudzoom-caption {
        display: none; /* CSS captions should be hidden initially */
        text-align: left; background-color: #000; color: #fff;font-weight: bold; padding: 10px; font-family: sans-serif; font-size: 11px;}

    /* A blank image */
    .cloudzoom-blank {    background-image: url(blank.png);}

    /* The animated ajax loading image */
    .cloudzoom-ajax-loader {
        /*background-image: url(ajax-loader.gif);*/
        width: 32px;    height: 32px;
    }
    .cloudzoom-gallery-active{opacity: 0.5;}
/*product jqueryzoom*/
/*header*/
    #page{padding-top: 110px;}
    #header{width: 100%;position: fixed;left: 0;top: 0;z-index: 1001;}
    .headOut{transition: 0.5s;}
    .headTop{width: 100%;height: 40px; background: #3b585c;color: #fff;line-height: 40px;}
    .headTop .shu{margin: 12.5px 0.78vw;height: 15px;border-right: 1px solid #ddd;}
    .share{height: 40px;line-height: 40px;}
    .share a{margin-left: 1vw; color: #fff;}
    .head{position: relative;background: #fff;border-bottom: 1px solid #ddd; transition: 0.5s;}
    .head.on{}
    .head h1{font-size: 0;line-height: 70px;}
    .nav{display: inline-block;}
    .nav li{display: inline-block;padding: 0 1.14vw; line-height: 70px;}
    .nav li a{color: #222;font-weight: 600;text-transform: uppercase;}
    .nav li a:hover,
    .nav li.active a{color: #3b585c;}

    .headerSear{display:block;position:relative;width:15%;max-width:260px;min-width:180px;margin-top:15px;overflow:hidden;}
    .headerSear input{width:100%;background:#eee;border:0; line-height:40px;padding:0 50px 0 20px;outline: none;color: #000;border-radius:20px;transition: 0.5s;}
    .headerSear a{display:block;position:absolute;right:15px;top:0;color:#000;cursor:pointer;text-align:center;line-height:40px;}
/*header*/
/*手机版菜单*/
@media screen and (max-width: 991px)  {
    .change-language{position: absolute;right: 10px;bottom: 0px;z-index: 2;}
    .change-language .change-language-title a:after {
        content: '';
        display: inline-block;
        width: 0;
        height: 0;
        border: 4px solid #222;
        border-top-width: 5px;
        border-bottom: 0;
        border-left-color: transparent;
        border-right-color: transparent;
        vertical-align: middle;
    }
    .change-language a i{font-size: 20px;}
    .change-language .change-language-title{height: 55px;line-height: 55px;}
    .change-language .change-language-title .language-flag span{font-size: 0;}
    .change-language .change-language-cont{left: auto;right: 0;}
    #page{padding-top: 95px;}
    .headTop{padding: 0 15px;}
    .head{height: 55px;padding: 0 80px; text-align: center;}
    .head h1{ width: 100%; height: 55px;line-height: 55px;}
    .head h1 img{max-height: 70%;}
    #header a.mm_btn {background: center center no-repeat ;display: block;width: 55px;height: 55px;position: absolute;top:0;left: 0; padding: 12.5px; }
    #header .mm_btn .menu_bar {width: 30px;height: 30px; position: relative;transform: translateZ(0) rotate(0);transition: transform .4s cubic-bezier(.4,.01,.165,.99);}
    #header .mm_btn .menu_bar_item { position: absolute;left: 0;top: 0; transform: translateZ(0) rotate(0); transition: transform .25s cubic-bezier(.4,.01,.165,.99) 0s; -webkit-transform: translateZ(0) rotate(0); -webkit-transition: -webkit-transform .25s cubic-bezier(.4,.01,.165,.99) 0s; width: 30px;height: 30px;}
    #header .mm_btn .menu_bar_item .rect{ width: 30px; height: 2px; background: #3b585c; position: absolute; left: 0; top: 14px;
        /*transition: transform .2s ease .2s;
        -webkit-transition: -webkit-transform .2s ease .2s;*/
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    #header .mm_btn .menu_bar_item .rect.top {transform: translate3d(0,-8px,0); -webkit-transform: translate3d(0,-8px,0);}
    #header .mm_btn .menu_bar_item .rect.mid {transform: translate3d(0,0px,0); -webkit-transform: translate3d(0,0px,0); transition: 0.5s;}
    #header .mm_btn .menu_bar_item .rect.bottom {transform: translate3d(0,8px,0); -webkit-transform: translate3d(0,8px,0);}
    #header .mm_btn.is_active .menu_bar_item.mid{opacity: 0;}
    #header .mm_btn.is_active .menu_bar_item .rect {transition: transform 0s ease 0s; transform: translate3d(0,0,0); -webkit-transition: -webkit-transform 0s ease 0s; -webkit-transform: translate3d(0,0,0);}
    #header .mm_btn.is_active .menu_bar_item.bottom { transform: translateZ(0) rotate(-45deg); -webkit-transform: translateZ(0) rotate(-45deg);}
    #header .mm_btn.is_active .menu_bar_item {
        transform: translateZ(0) rotate(45deg);
        transition: transform .25s cubic-bezier(.4,.01,.165,.99) 0s;
        -webkit-transform: translateZ(0) rotate(45deg);
        -webkit-transition: -webkit-transform .25s cubic-bezier(.4,.01,.165,.99) 0s;
    }
    .mm-navbar_tabs{display: none!important;}
    /**/
    /*.mm-menu_offcanvas{z-index: 2;}*/
    #menu{ color:rgba(0,0,0,.8);}
    #menu .mm-listview .mm-btn_next:after{border-color: rgba(189,189,189,1);}
    #menu .mm-btn:after, #menu .mm-btn:before{border-color: rgba(189,189,189,1);}
    #menu .mm-navbar a, #menu .mm-navbar>*{color:rgba(0,0,0,.8); font-size: 16px;}
    #menu.mm-menu_theme-white .mm-counter{color:rgba(0,0,0,.6);}
    #menu .mm-searchfield input{background: rgba(0,0,0,.3);color: rgba(0,0,0,.2);}
    #menu .mm-listitem, #menu .mm-listitem #menu .mm-btn_next, #menu .mm-listitem #menu .mm-btn_next:before, #menu .mm-listitem:after, #menu .mm-listview{ border-color: rgba(0,0,0,.1); }
    #menu .mm-navbars_bottom, #menu .mm-navbars_top{border-color: rgba(0,0,0,.1);}
    #menu .mm-listitem a{font-size: 16px;}
}
/*-banner-*/
    .col-banner-index .pic{padding: 0;}
    .col-banner-index .pic:after{padding-bottom: 84.8958%;}
    .col-banner-index .content{width: 70%;padding:0 5.2vw;position: absolute;left: 0;bottom: 5.2vw;}
    .col-banner-index .content h2{margin-bottom: 1.45vw; font-family: "PlayfairDisplay Bold";color: #3b585c; line-height: 1.2; }
    .col-banner-index .content p{line-height: 1.625;}
    .col-banner-index .content .col-more{margin-top: 6vw;}
    .col-banner-index .content .col-more a{margin-right: 6px;}
    .col-banner-index .content .col-more a:last-child{margin-right: 0;}
    /*page*/
    .col-banner-mbx{padding-top: 5.2%;padding-bottom: 5%; color: #3b585c;text-transform: uppercase; }
    .col-banner-mbx a{color: #3b585c;}
    .col-banner-mbx h2{ font-family: "PlayfairDisplay Bold";line-height: 1;}
    .col-banner-mbx p{margin-top: 0.78vw; line-height: 1.6;}
    .col-banner-mbx p i.icon-home:after{content: '\e867';font-size: 16px;}
    @media (max-width: 991px) {
        .col-banner-index{flex-wrap: wrap;}
        .col-banner-index .content{width: 80%;}
        .col-banner-mbx{padding-top: 55px;padding-bottom: 50px;}
        .col-banner-mbx p{margin-top: 7px;}
    }
    @media (max-width: 767px) {
    }
/*-banner-*/
/*footer*/
    .footer{padding-top: 6%;padding-bottom: 3%; color: #fff; background: #3b585c;}
    .footer a{color: #fff;}
    .footer a:hover{opacity: 0.5;}
    .footer p{line-height: 1.6;}
    .footerLeft{width: 34.88%;max-width: 550px;padding-right: 5.2vw;}
    .footerLeft .info{font-weight: 600;line-height: 1.444;text-transform: uppercase;}
    .footerLeft form ul{padding: 1.4vw 0 3vw;}
    .footerLeft form ul li{margin-top: 16px; color: #fff;}
    .footerLeft form ul li input{display: block;width: 100%;height: 50px;padding:0 18px;line-height: 48px;border: 1px solid #9dacae; background: none; outline: none;}
    .footerLeft form ul li.captcha input{width: 48%; max-width: 160px;display: inline-block;}
    .footerLeft form ul li.captcha img{max-width: 50%;}
    .footerLeft form ul li.submit input{width: 48%;max-width: 160px;display: inline-block;border: 1px solid #62797d;background: #62797d;color: #fff;text-transform: uppercase;font-weight: 600; transition: 0.5s;}
    .footerLeft form ul li.submit input:hover{color: #3b585c;border-color: #fff;background: #fff;}
    .footerRight{width: 65.12%;}
    .footerNav{padding: 0;padding-right: 1.56vw;}
    .footerNav ul{padding: 0;padding-right: 10px;}
    .footerNav li{margin-bottom: 1vw; font-weight: 600;text-transform: uppercase;}
    .footerNav li:last-child{margin-bottom: 0;}
    .footerCon{padding: 0;}
    .footerCon p{margin-bottom: 1vw; font-weight: 500;text-transform: uppercase;}
    .footerCon p.title{margin-bottom: 1.82vw; font-weight: normal;text-transform: none; opacity: 0.5;}
    .footerCon p:last-child{margin-bottom: 0;}
    .copyright{padding: 0;padding-right: 2.6vw;margin-top: 8vw;}
    .copyright p{ opacity: 0.5;}
    .social{padding: 0;margin-top: 8vw;}
    .social a{display: flex;float: left;width: 2.6vw;height: 2.6vw;max-width: 50px;max-height: 50px;min-width: 30px;min-height: 30px;margin-right:-1px;  align-items: center;justify-content: center;border:1px solid #c2c2c2;}
    .social a:hover{color: #3b585c;background: #fff; opacity: 1;}
/*footer*/
/*index*/
    .col-index-brand{ border-top: 1px solid #222;border-bottom: 1px solid #222; }
    .col-index-brand .swiper-brand .pic:after{padding-bottom: 49%;}
    .col-index-brand .swiper-brand .pic img{max-width: 70%;max-height: 70%;}
    /*product cate*/
    .col-index-product-cate{padding-top: 6%;padding-bottom: 6%;}
    .col-index-product-cate .col-title a{display: inline-block;margin-top: 1.45vw; font-weight: 600;color: #222;text-transform: uppercase;border-bottom: 1px solid #717171;}
    .col-index-product-cate .col-title a:hover{color: #3b585c;border-color: #3b585c;}
    .col-index-product-cate .swiper-proCate{margin-top: 1.875vw;}
    .col-index-product-cate .swiper-proCate .pic{background: #eee;}
    .col-index-product-cate .swiper-proCate .pic:after{padding-bottom: 102.04%;}
    .col-index-product-cate .swiper-proCate .pic .col-more{position: absolute;left: 50%;bottom: 2.08vw;transform: translateX(-50%);}
    .col-index-product-cate .swiper-proCate .pic .col-more a{min-width: 8.33vw;background: #f6f6f6;border-color: #f6f6f6;}
    .col-index-product-cate .swiper-proCate .pic .col-more a:hover{background: #3b585c;border-color: #3b585c;}
    .col-index-product-cate .swiper-proCate h4{margin-top: 1.3vw; font-weight: 700; line-height: 1.3;}
    .col-index-product-cate .swiper-proCate h4 a{color: #222;}
    .col-index-product-cate .swiper-container .swiper-pagination{position: static;margin-top: 2.08vw;}
    .col-index-product-cate .swiper-container .swiper-pagination .swiper-pagination-bullet { width: 22px;height: 22px;margin:0;background: url(../images/dot.png) center no-repeat;background-size: 100%; opacity: 1;transition: 0.5s; outline: none;}
    .col-index-product-cate .swiper-container .swiper-pagination .swiper-pagination-bullet-active { background-image: url(../images/dot-active.png); }
    /*product field*/
    .col-index-product-field{flex-wrap: wrap;}
    .col-index-product-field .image{padding: 0;width: 47.55%;}
    .col-index-product-field .image .pic{height: 100%;}
    .col-index-product-field .image .pic:after{padding-bottom: 98.576%;}
    .col-index-product-field .content{padding: 4vw 5.2vw 2.6vw 0;width: 52.45%;background: #f8f6f4;}
    .col-index-product-field .content .box{width: 100%;max-width: 807px;}
    .col-index-product-field .col-title{width: 188.35%;float: right;justify-content: flex-end; align-items: center;}
    .col-index-product-field .col-title h2{color: transparent;line-height: 1.3;}
    .col-index-product-field .col-title hr{width: 14.84vw;margin: 0 2.08vw;border-color: #3b585c;}
    .text-fff{
        position: relative;z-index: 2;
        color: transparent; /* 文字颜色透明 */
        background: linear-gradient(
            to right, 
            white 0%, 
            white 46.9%,
            #3b585c 46.9%, 
            #3b585c 100%
        ); 
        -webkit-background-clip: text; /* 裁剪背景到文字区域 */
        background-clip: text;
    }
    .col-index-product-field .col-more a{color: #fff;background: #3b585c;border-color: #3b585c;}
    .col-index-product-field .list{width: 100%;margin-top: 4vw;padding-left: 3.125vw;}
    .col-index-product-field .pro li .panel{background: none;}
    .col-index-product-field .button{margin-top: 4.68vw; align-items: center;justify-content: space-between;}
    .col-index-product-field .button .swiper-pagination{position: static;width: auto;color: #ddd;line-height: 1;}
    .col-index-product-field .button .swiper-pagination span{font-family: 'PlayfairDisplay Bold';color: #3b585c;font-size: 20px;}
    .col-index-product-field .button .but .swiper-button-prev,
    .col-index-product-field .button .but .swiper-button-next{position: static;float: left;margin-left: 10px;}
    /*product hot*/
    .col-index-product-hot{padding-top: 6%;padding-bottom: 6.5%;}
    .col-index-product-hot .swiper-proHot{margin-top: 2.34vw;}
    .col-index-product-hot .swiper-container .swiper-pagination-progressbar{position: static;margin-top: 2.6vw; background: #ddd;border-radius: 2px; }
    .col-index-product-hot .swiper-container .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background: #3b585c;border-radius: 2px;}
    /*about*/
    .col-index-about{padding-top: 7%;padding-bottom: 7%;background: #f8f6f4; }
    .col-index-about .bg{width: 27.864%;position: absolute;right: 0;top: 2.44vw;}
    .col-index-about .flex{flex-wrap: wrap;}
    .col-index-about .pic{padding: 0;}
    .col-index-about .pic:after{padding-bottom: 72.01%;}
    .col-index-about .content{padding: 3vw;align-items: center;background: #fff;}
    .col-index-about .content p{line-height: 1.625;}
    .col-index-about .content .col-title{margin-bottom: 1.56vw;}
    .col-index-about .content .col-more{margin-top: 4.68vw;}
    .col-index-about .content .col-more a{color: #fff;background: #3b585c;border-color: #3b585c;}
    /*news*/
    .col-index-news{padding-top: 6%;padding-bottom: 6%;}
    .col-index-news .swiper-news{margin-top: 1.56vw;}
/*index*/
/*page about*/
    .col-page-about{padding-top: 6%;padding-bottom: 6%; color: #888;}
    .col-page-about .flex{flex-wrap: wrap;}
    .col-page-about .content{width: 50%;padding-right: 6.4vw;align-items: center;}
    .col-page-about .content .col-title{padding-bottom: 1.98vw;}
    .col-page-about .content p{margin-top: 10px; line-height: 1.66;}
    .col-page-about .pic{width: 50%;}
    .col-page-about .pic:after{padding-bottom: 66.71%;}
    .col-page-about .number{width: 100%;padding: 2.5vw 0;margin-top: 3vw; border: 1px solid #ddd;}
    .col-page-about .number ul{display: flex;}
    .col-page-about .number ul li{width: 25%;padding: 0 3.6vw; border-right: 1px solid #ddd;}
    .col-page-about .number ul li p.num{margin-bottom: 5px;font-size: 2.6vw;color: #3b585c;font-weight: 500;line-height: 1;}
    .col-page-about .number ul li:last-child{border-right:0;}
    /*about sales*/
    .col-about-sales .content{width: 100%;position: absolute;left: 0;bottom: 4vw;}
    .col-about-sales .content .panel{width: 46.578%;padding: 2.6vw 2.6vw 2.86vw;}
    .col-about-sales .content h2{margin-bottom: 0.83vw; font-weight: 600;color: #3b585c;}
    .col-about-sales .content p{color: #888; line-height: 1.5; }
    .col-about-sales .content .col-more{margin-top: 3vw;}
    .col-about-sales .content .col-more a{color: #fff;border-color: #3b585c;background: #3b585c;}
    /*about honor*/
    .col-about-honor{padding-top: 6%;padding-bottom: 6%;}
    .col-about-honor .col-title p{width: 100%;max-width: 900px;margin: 0.78vw auto 0;color: #888;line-height: 1.5;}
    .col-about-honor .list img.honorbg{width: 100vw;max-width: none; position: absolute;left: 50%;margin-left: -50vw;bottom: 0;}
    .col-about-honor .swiper-honor{padding: 3.125vw 0 4.79vw;}
    .col-about-honor .swiper-honor .swiper-slide{padding: 0 12px;}
    .col-about-honor .swiper-honor .swiper-slide .pic{background: #fff;box-shadow: 10px -10px 8px 0 rgba(0,0,0,0.10);}
    .col-about-honor .swiper-honor .swiper-slide .pic:after{padding-bottom: 139.86%;}
    .col-about-honor .swiper-honor .swiper-slide .pic img{transition: 0.5s;}
    .col-about-honor .swiper-honor .swiper-slide .pic:hover img{transform: scale(1.02);opacity: 0.8;}
/*page about*/
/*page ability*/
    /*equipment*/
    .col-ability-equip{padding-top: 6%;padding-bottom: 6%;}
    .col-ability-equip p{margin-top: 1vw;line-height: 1.6;}
    .col-ability-equip .col-title p{color: #888;}
    .col-ability-equip .swiper-equip{margin-top: 2vw;}
    .col-ability-equip .swiper-equip p{color: #222;font-weight: 600;}
    /*advantage*/
    .col-ability-advan{padding-top: 6%;padding-bottom: 6%;}
    .col-ability-advan .flex{flex-wrap: wrap;}
    .col-ability-advan .pic{width: 47.56%;}
    .col-ability-advan .pic:after{padding-bottom: 65.145%;}
    .col-ability-advan .content{width: 52.44%;padding-left: 4vw; align-items: center;color: #888;}
    .col-ability-advan .content hr{margin: 2.76vw 0 2vw;border-color: #ddd;}
    .col-ability-advan .content ul li{position: relative;padding-left: 30px;margin-top: 0.72vw; line-height: 25px; }
    .col-ability-advan .content ul li:before{content: '';width: 10px;height: 10px;position: absolute;left: 0;top: 8px;background: #3b585c;border-radius: 50%;}
    .col-ability-advan .content ul li p{ line-height: 25px; }
    /*ability Product Development*/
    .col-ability2 .flex{flex-wrap: wrap;align-items: center;}
    .col-ability2 .container{padding: 3vw 0;}
    .col-ability2 .bg{width: 37.17%;height: 100%;position: absolute;left: 16.11%;top: 0;z-index: -1;}
    .col-ability2 .content{width: 38.29%;padding-right: 4.5vw;}
    .col-ability2 .content .col-title{margin-bottom: 2vw;}
    .col-ability2 .content p{margin-bottom: 10px;color: #888;line-height: 1.5;}
    .col-ability2 .content p:last-chhild{margin-bottom: 0;}
    .col-ability2 .pic{width: 61.71%;}
    /*ability Inspection of greige*/
    .col-ability3{margin-top: 6%;}
    .col-ability3 .flex{flex-wrap: wrap;}
    .col-ability3 .img{padding-left: 0;padding-right: 10px;}
    .col-ability3 .pic{height: 100%;}
    .col-ability3 .pic:after{padding-bottom: 64.8%;}
    .col-ability3 .content{padding-left: 10px;padding-right: 0;}
    .col-ability3 .content .panel{height: 100%;padding: 2vw 2.5vw;padding-bottom: 150px;}
    .col-ability3 .content p{ color: #888;line-height: 1.5; }
    .col-ability3 .content .col-title{margin-bottom: 1.5vw;}
    .col-ability3 .content .tips{width: 100%;height: 100px;padding: 0 2.5vw; position: absolute;left: 0;bottom: 0;color: #3b585c;font-weight: 600;}
    .col-ability3 .content .tips span{display: block;line-height: 25px;}
    .col-ability3 .content .tips span.span1{position: relative;padding-left: 19px;}
    .col-ability3 .content .tips span.span1:before{content: '';display: block; width: 10px;height: 2px;position: absolute;left: 0;top: 12px; background: #3b585c;}
    .col-ability3 .content .tips span.span2{margin-top: 10px; opacity: 0.3;}

    .ability-tab{width: 50%;height: 100px; padding-left: calc(10px + 2.5vw); position: absolute;right: 0;bottom: 0;z-index: 3;}
    .ability-tab a{display: block;position: relative;margin-top: 10px; color: #3b585c;font-weight: 600;opacity: 0.3;}
    .ability-tab a:before{content: '';display: block; width: 10px;height: 2px;position: absolute;left: 0;top: 12px; }
    .ability-tab a.flex-active{padding-left: 19px;opacity: 1;}
    .ability-tab a.flex-active:before{background: #3b585c;}
    .ability-tab a:first-child{margin-top: 0;}
/*page ability*/
/*page contact*/
    .col-page-contact{padding-top: 6%;padding-bottom: 6%;}
    .col-page-contact .title h3{color: #3b585c;font-weight: 600;}
    .contact{width: 39.47%;padding: 3.5vw 4vw; border: 1px solid #ddd;}
    .contact .cont{margin-top: 0.7vw; color: #888;}
    .contact .cont ul{color: #222;}
    .contact .cont ul li{padding: 1.875vw 0; border-bottom: 1px solid #ddd; }
    .contact .cont ul li p{font-weight: 500;}
    .contact .cont ul li p.tit{margin-bottom: 5px; font-weight: 600px;text-transform: uppercase;}
    .contact .cont ul li:last-child{padding-bottom: 0; border: 0;}
    .contact-mess{width: 60.53%;padding-right: 5.46vw;}
/*page contact*/
/*page news*/
    .col-page-news{padding-top: 7%;padding-bottom: 7%;}
    .col-news-left{width: 66.118%;}
    .col-news-left .news ul{margin: 0 -0.65vw;margin-top: -3.54vw;}
    .col-news-left .news ul li{padding: 0 0.65vw;margin-top: 3.54vw;}
    .col-news-right{width: 33.881%;padding-left: 4.375vw;}
    .col-news-right .title{padding-bottom: 1.14vw; color: #3b585c;font-weight: 600;line-height: 1.3;border-bottom: 1px solid #ddd; }
    .col-news-right .cate{margin-bottom: 3vw;}
    .col-news-right .cate ul{padding-top: 0.52vw;}
    .col-news-right .cate ul li{margin-top: 0.78vw;}
    .col-news-right .cate ul li a{color: #222;font-weight: 500;}
    .col-news-right .cate ul li i:after{content: '\e636';margin-right: 5px; font-size: 14px;font-weight: bold;}
    .col-news-right .cate ul li a:hover,
    .col-news-right .cate ul li.on a{color: #3b585c}
    .col-news-right .list ul{padding-top: 0.6vw;}
    .col-news-right .list ul li{align-items: center;margin-top: 1vw;}
    .col-news-right .list ul li .pic{width: 36.194%;background: #ddd;}
    .col-news-right .list ul li .pic:after{padding-bottom: 100%;}
    .col-news-right .list ul li .cont{width: 63.806%;padding-left: 1.25vw;}
    .col-news-right .list ul li .date{font-weight: 500;color: #222;}
    .col-news-right .list ul li h4{margin-top: 1vw;height: 3.99em; font-weight: 600;line-height: 1.33em;overflow: hidden;}
    .col-news-right .list ul li h4 a{color: #222;}
    .col-news-right .news-product{margin-top: 1.71vw;padding-top: 2.23vw; border-top: 1px solid #ddd;}
    .col-news-right .news-product .pic{background: #ddd;}
    .col-news-right .news-product .pic:after{padding-bottom: 113.95%;}
    .col-news-right .news-product .text{width: 100%;padding: 0 2.86vw; position: absolute;left: 0;bottom: 2vw;color: #fff;text-align: center;}
    .col-news-right .news-product .text p{margin-bottom: 1.85vw; font-family: "PlayfairDisplay Bold";line-height: 1.11; }
    .col-news-right .news-product .text a{text-transform: uppercase;color: #fff;font-weight: 600;}
    .col-news-right .news-product .text a i:after{content: '\e640';font-size: 16px;font-weight: normal;}
    /*newshow*/
    .newshow h1{font-weight: 600;line-height: 1.3;color: #222;text-align: center;}
    .newshow .info{padding: 1.25vw 0;text-align: center;border-bottom: 1px solid #ddd;}
    .newshow .info span{margin:0 0.5vw;}
    .newshow .content{padding: 2vw 0;color: #222;}
    .newshow .content p{font-weight: 500;line-height: 1.5;}
    .newshow .col_page{padding-top: 1.5vw;margin-top: 1.5vw; border-top: 1px dashed #ddd;}
    .newshow .col_page a{color: #999;}
    .newshow .col_page a:hover{color: #3b585c;}
/*page news*/
/*page product*/
    .col-product-top{padding-top: 1vw;padding-bottom: 1vw; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; }
    .col-product-top p{color: #282c35;line-height: 1.6;}
    .col-product-top p a{color: #282c35;border-bottom: 1px solid #5d6067;}
    .col-product-top p a:hover{color: #3b585c;border-color: #3b585c;}
    .col-page-product{padding-top: 4%;padding-bottom: 5%;}
    .col-product-left{width: 25.39%;padding-right: 2.5vw;}
    .decors-box-top{padding-bottom: 1.56vw;margin-bottom: 1.85vw;border-bottom: 1px solid #ddd;}
    .decors-filters{position: relative;margin-bottom: 1.56vw;}
    .decors-filters span{display: block;position: relative;padding-left: 30px; font-weight: 600;color: #222;line-height: 25px;}
    .decors-filters span img{position: absolute;left: 0;top: 3px;}
    .decors-filters a{position: absolute;right: 0;bottom: 0;color: #888;}
    .decors-filters a:hover{color: #3b585c;}
    .decors-filters-div{margin: 0 8px 8px 0; padding: 8px 10px;float: left; color: #222;line-height: 25px;background: #f5f5f5;border: 1px solid #ddd;}
    .decors-filters-div a{margin-left: 10px;color: #222;}
    .decors-filters-div a:hover{color: #3b585c;}
    .select{padding-bottom: 1.85vw;margin-bottom: 1.85vw; border-bottom: 1px solid #ddd;}
    .select .decors-title{color: #39576b;line-height: 1.66;font-weight: 600;}
    .select ul{padding-top: 2px;}
    .select ul li{padding-left: 30px;margin-top: 0.57vw; position: relative;line-height: 25px;}
    .select ul li a{color: #222;}
    .select ul li a span{display: block;width: 18px;height: 18px;position: absolute;left: 0;top: 3.5px;background: url(../images/square.png) center no-repeat;background-size: cover;}
    .select ul li a.active span{background-image: url(../images/square-on.png);}
    .col-product-right{width: 74.6%;}
    .col-product-right .pro ul{margin: 0 -0.65vw;margin-top: -1.56vw;display: flex;display: -webkit-flex;flex-wrap: wrap;}
    .col-product-right .pro ul li{padding: 0 0.65vw;margin-top: 1.56vw;}
    /*proshow*/
    .col-product-mbx{padding-top: 1.82vw;padding-bottom: 1.82vw; color: #3b585c;}
    .col-product-mbx a{color: #3b585c;}
    .col-product-mbx .flex{flex-wrap: wrap;align-items: center;justify-content: space-between;}
    .col-product-mbx h3{font-weight: 600;}
    .col-product-mbx p{font-weight: 500;}
    .col-product-mbx p i.icon-home:after{content: '\e867';font-size: 16px;}
    /*picture*/
    .pro_show .images{width: 58.75%;position: relative;margin-top: 4.5vw;}
    .pro_show .images .bimg{width: 74.58%;}
    .pro_show .images .bimg .pic:after{padding-bottom: 85.135%;}
    .pro_show .images .product-thumb{width: 23.96%;height: 100%;position: absolute;left: 0;top: 0;}
    .pro_show .images .product-thumb .swiper-container{height: 100%;}
    .pro_show .images .product-thumb .swiper-container .swiper-slide{height: 33%!important;}
    .product-phone-imgs .pic:after{padding-bottom: 85.135%;}
    .product-phone-imgs .pic img{width: 100%;}
    .product-phone-imgs .product-detail-next,
    .product-phone-imgs .product-detail-prev{position: absolute;z-index: 2;top: 50%;margin-top: -15px; outline: none;}
    .product-phone-imgs .product-detail-prev{left: 10px;}
    .product-phone-imgs .product-detail-next{right: 10px;}
    .product-phone-imgs .product-detail-next i,
    .product-phone-imgs .product-detail-prev i{display: block;width: 18px;height: 30px;line-height: 30px; font-size: 20px;color: #222;background: rgba(255,255,255,0.7);text-align: center;cursor: pointer;transition: 0.5s;}
    .product-phone-imgs .product-detail-next i:hover,
    .product-phone-imgs .product-detail-prev i:hover{color: #fff;background: #3b585c;}
    /*content*/
    .pro_show .content{width: 41.25%;padding-left: 2.5vw;margin-top: 4.5vw; color: #222;}
    .pro_show .content h1{font-weight: 600;}
    .pro_show .content p{line-height: 1.66;}
    .pro_show .content .infor {padding: 1.3vw 0; border-bottom: 1px solid #ddd;}
    .pro_show .content .infor p.color{color: #3b585c;font-weight: 600;}
    .pro_show .content .cont{padding: 1.5vw 0; border-bottom: 1px solid #ddd; }
    .pro_show .content .cont strong{font-weight: normal;}
    .pro_show .col-more{display: flex;margin-top: 1.8vw;margin-left: -8px;margin-right: -8px;}
    .pro_show .col-more a{width: 100%;margin: 0 8px; color: #fff;background: #222;}
    .pro_show .col-more a:hover{background: #3b585c;}
    .pro_show .share{margin-top: 2.39vw;}
    .pro_show .share p{margin-bottom: 8px; text-transform: uppercase;}
    .pro_show .share .social{margin: 0;}
    .pro_show .share .social a{margin-left: 0;color: #222;}
    .pro_show .share .social a:hover{color: #fff;background: #3b585c;}
    /*related*/
    .related-product{padding: 4.5vw 0;margin-top: 5vw; border-top: 1px solid #ddd; }
    .related-product .title{color: #222;line-height: 1.1;font-weight: 600;}
    .related-product .list{padding-top: 2vw;}
    .related-product .swiper-container{position: static;}
    .related-product .swiper-container .swiper-button-prev,
    .related-product .swiper-container .swiper-button-next{left: auto;top: 0;right: 0;transform: translateY(-100%);}
    .related-product .swiper-container .swiper-button-prev:after,
    .related-product .swiper-container .swiper-button-next:after{content: '\e636';width: auto;height: auto;min-width: auto;min-height:auto;border: 0;font-size: 18px;font-weight: bold;}
    .related-product .swiper-container .swiper-button-prev{margin-right: 35px;}
    .related-product .swiper-container .swiper-button-prev:after{content: '\e794';}
    .related-product .swiper-container .swiper-button-prev:hover:after,
    .related-product .swiper-container .swiper-button-next:hover:after{color: #3b585c;background: none;}
/*page product*/
@media (max-width: 991px) {
/*common*/
    .col-more a{min-width: 100px; padding: 5px 12px;}
    /*product list*/
    .pro li .pic span{padding: 0 7px;line-height: 25px;left: 14px;top: 10px;}
    .pro li .text{ margin-top: 10px}
    /*news list*/
    .news li .date{margin-top: 17px; padding: 0 7px;line-height: 27px;}
    .news li h4{margin-top: 10px;}
    .news li a.more{margin-top: 18px;}
/*common*/
/*footer*/
    .footer{padding-top: 55px;padding-bottom: 30px;text-align: center;}
    .footerLeft{width: 100%;max-width: none;padding-right: 0;}
    .footerRight{width: 100%;}
    .footerCon{margin-top: 40px;}
    .footerCon p{margin-bottom: 10px;}
    .footerCon p.title{margin-bottom: 15px;}
    .copyright{padding: 0;margin-top: 40px;}
    .social{padding: 0;margin-top: 15px;display: flex;justify-content: center;}
/*footer*/
/*index*/
    /*product cate*/
    .col-index-product-cate{padding-top: 55px;padding-bottom: 55px;}
    .col-index-product-cate .col-title a{margin-top: 14px;}
    .col-index-product-cate .swiper-proCate{margin-top: 18px;}
    .col-index-product-cate .swiper-proCate .pic .col-more{bottom: 20px;}
    .col-index-product-cate .swiper-proCate .pic .col-more a{min-width: 100px;white-space: nowrap;}
    .col-index-product-cate .swiper-proCate h4{margin-top: 13px;}
    .col-index-product-cate .swiper-container .swiper-pagination{margin-top: 20px;}
    .col-index-product-cate .swiper-container .swiper-pagination .swiper-pagination-bullet { width: 18px;height: 18px;}
    /*product field*/
    .col-index-product-field{flex-wrap: wrap;}
    .col-index-product-field .image{width: 100%;}
    .col-index-product-field .content{padding: 40px 5.2%;width:100%;}
    .col-index-product-field .content .box{width: 100%;max-width: none;}
    .col-index-product-field .col-title{width: 100%;}
    .col-index-product-field .col-title hr{width: 10vw;}
    .text-fff{
        background: linear-gradient(
            to right, 
            #3b585c 0%,
            #3b585c 100%
        ); 
        -webkit-background-clip: text; /* 裁剪背景到文字区域 */
        background-clip: text;
    }
    .col-index-product-field .list{margin-top: 40px;padding-left: 0;}
    .col-index-product-field .button{margin-top: 45px;}
    .col-index-product-field .button .swiper-pagination span{font-size: 16px;}
    .col-index-product-field .button .but .swiper-button-prev,
    .col-index-product-field .button .but .swiper-button-next{margin-left: 8px;}
    /*product hot*/
    .col-index-product-hot{padding-top: 55px;padding-bottom: 60px;}
    .col-index-product-hot .swiper-proHot{margin-top: 23px;}
    .col-index-product-hot .swiper-container .swiper-pagination-progressbar{margin-top: 25px;}
    /*about*/
    .col-index-about{padding-top: 60px;padding-bottom: 60px;}
    .col-index-about .bg{top: 24px;}
    .col-index-about .content{padding: 7%;}
    .col-index-about .content .col-title{margin-bottom: 15px;}
    .col-index-about .content .col-more{margin-top: 5%;}
    /*news*/
    .col-index-news{padding-top: 55px;padding-bottom: 55px;}
    .col-index-news .swiper-news{margin-top: 15px;}
/*index*/
/*page about*/
    .col-page-about{padding-top: 55px;padding-bottom: 55px;}
    .col-page-about .flex{flex-wrap: wrap;}
    .col-page-about .content{width: 100%;padding-right: 0;}
    .col-page-about .content .col-title{padding-bottom: 20px;}
    .col-page-about .content p{margin-top: 7px;}
    .col-page-about .pic{width: 100%;margin-top: 30px;}
    .col-page-about .number{padding: 25px 0;margin-top: 30px;}
    .col-page-about .number ul li{padding: 0 2vw;}
    .col-page-about .number ul li p.num{margin-bottom: 3px;font-size: 26px;}
    .col-page-about .number ul li:last-child{border-right:0;}
    /*about sales*/
    .col-about-sales .content{width: 100%;position: static;}
    .col-about-sales .content .panel{width: 100%;padding: 30px 0 30px;}
    .col-about-sales .content h2{margin-bottom: 8px;}
    .col-about-sales .content .col-more{margin-top: 30px;}
    /*about honor*/
    .col-about-honor{padding-top: 55px;padding-bottom: 55px;}
    .col-about-honor .col-title p{margin-top: 7px;}
    .col-about-honor .swiper-honor{padding-top: 30px;}
    .col-about-honor .swiper-honor .swiper-slide{padding: 0 8px;}
    .col-about-honor .swiper-honor .swiper-slide .pic{background: #fff;box-shadow: 5px -5px 5px 0 rgba(0,0,0,0.10);}
/*page about*/
/*page ability*/
    /*equipment*/
    .col-ability-equip{padding-top: 55px;padding-bottom: 55px;}
    .col-ability-equip p{margin-top: 10px;}
    .col-ability-equip .swiper-equip{margin-top: 20px;}
    /*advantage*/
    .col-ability-advan{padding-top: 55px;padding-bottom: 55px;}
    .col-ability-advan .pic{width: 100%;}
    .col-ability-advan .content{width: 100%;padding-left: 0;margin-top: 30px;}
    .col-ability-advan .content hr{margin: 25px 0 20px;}
    .col-ability-advan .content ul li{padding-left: 20px;margin-top: 7px;}
    .col-ability-advan .content ul li:before{width: 8px;height: 8px;top: 8px;}
    /*ability Product Development*/
    .col-ability2 .flex{flex-wrap: wrap;align-items: center;}
    .col-ability2 .container{padding: 0;}
    .col-ability2 .bg{display: none;}
    .col-ability2 .content{width: 100%;padding-right: 0;}
    .col-ability2 .content .col-title{margin-bottom: 20px;}
    .col-ability2 .content p{margin-bottom: 7px;}
    .col-ability2 .pic{width: 100%;margin-top: 25px;}
    /*ability Inspection of greige*/
    .col-ability3{margin-top: 55px;}
    .col-ability3 .img{padding-right: 0;}
    .col-ability3 .content{padding-left: 0;margin-top: 15px;}
    .col-ability3 .content .panel{padding: 20px 25px;}
    .col-ability3 .content .col-title{margin-bottom: 15px;}
    .col-ability3 .content .tips{height: auto;padding: 0; position: static;margin-top: 40px;}
    .col-ability3 .content .tips span.span2{margin-top: 5px;}

    .ability-tab{width: 100%;height: 100px; padding-left: 25px;}
    .ability-tab a{margin-top: 5px;}
/*page ability*/
/*page contact*/
    .col-page-contact{padding-top: 55px;padding-bottom: 55px;}
    .contact{width: 100%;padding: 7%;}
    .contact .cont{margin-top: 7px;}
    .contact .cont ul li{padding: 15px 0;}
    .contact .cont ul li p.tit{margin-bottom: 3px;}
    .contact-mess{width: 100%;padding-right: 0;margin-top: 50px;}
/*page contact*/
/*page news*/
    .col-page-news{padding-top: 60px;padding-bottom: 60px;}
    .col-news-left{width: 100%;}
    .col-news-left .news ul{margin: 0 -5px;margin-top: -30px;}
    .col-news-left .news ul li{padding: 0 5px;margin-top: 30px;}
    /*newshow*/
    .newshow .info{padding: 12px 0;}
    .newshow .info span{margin:0 5px;}
    .newshow .content{padding: 20px 0;}
    .newshow .col_page{padding-top: 15px;margin-top: 15px;}
/*page news*/
/*page product*/
    .col-product-top{padding-top: 10px;padding-bottom: 10px;}
    .col-page-product{padding-top: 40px;padding-bottom: 50px;}
    .col-product-right{width: 100%;}
    .col-product-right .pro ul{margin: 0 -6px;margin-top: -15px;}
    .col-product-right .pro ul li{padding: 0 6px;margin-top: 15px;}
    /*proshow*/
    .col-product-mbx{padding-top: 18px;padding-bottom: 18px;}
    .col-product-mbx p{width: 100%;margin-top: 8px;}
    /*picture*/
    .pro_show .images{width: 100%;margin-top: 45px;}
    /*content*/
    .pro_show .content{width: 100%;padding-left: 0;margin-top: 45px;}
    .pro_show .content .infor {padding: 13px 0;}
    .pro_show .content .cont{padding: 15px 0;}
    .pro_show .col-more{margin-top: 18px;margin-left: -4px;margin-right: -4px;}
    .pro_show .col-more a{margin: 0 4px;}
    .pro_show .share{margin-top: 23px;}
    .pro_show .share p{margin-bottom: 5px;}
    .pro_show .share .social{display: block;}
    /*related*/
    .related-product{padding: 45px 0;margin-top: 50px;}
    .related-product .list{padding-top: 20px;}
    .related-product .swiper-container .swiper-button-prev:after,
    .related-product .swiper-container .swiper-button-next:after{font-size: 16px;}
    .related-product .swiper-container .swiper-button-prev{margin-right: 25px;}
/*page product*/
}
@media (max-width: 767px) {
    .col-page-about .number {padding: 0 25px;}
    .col-page-about .number ul{display: block;}
    .col-page-about .number ul li{width: 100%;padding: 20px 0; border:0;border-bottom: 1px solid #ddd;}
    .col-page-about .number ul li:last-child{border:0;}
}
@media (max-width: 500px) {

}
@media (max-width: 400px) {
    .col-news-left .news ul li,
    .col-product-right .pro ul li{width: 100%;}
}

.search-box .search-form {
    border: 1px solid #f3f3f3;
    border-radius: 0;
    background-color: #f3f3f3;
}
.search-box .search-fix-wrap {
    position: relative;
    margin-right: 48px;
}
.search-box-wrap input[type="text"], .search-box-wrap button {
    box-sizing: border-box;
    border: 0;
    display: block;
    background: 0;
    padding: 0;
    margin: 0;
}
.search-box .search-fix-wrap input[type="text"] {
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    color: #000;
    width: 100%;
    text-indent: 8px;
    outline: none;
}
.search-box-wrap button {
cursor: pointer;
text-align: center;
overflow: hidden;
display: flex;
justify-content: center;
align-items: center;
}
.search-box .search-fix-wrap button {
    position: absolute;
    top: 0;
    left: 100%;
}
.search-box .search-fix-wrap button {
    width: 48px;
    height: 48px;
}

.product_introduce h2 {
color: #222;
    font-weight: 600;
    margin-bottom: 22px;
}

.product_introduce h3 {
color: #222;
    line-height: 2;
    font-weight: 600;
    margin-bottom: 14px;
    margin-top: 14px;
}

.product_introduce p {
    color: #222222;
    line-height: 1.8;
    font-size: 18px;
    margin-bottom: 6px;
}

.product_introduce {
margin-bottom: 40px;
}
.product_introduce h4 {
color: #222;
    line-height: 2;
    font-weight: 600;
    margin-bottom: 6px;
}
.home_h1 h1 {
	display: inline;
	    font-size: large;
}
.news_1 p {
    font-size: 18px;
    line-height: 2;
    color: #000;
    margin-top: 10px;
    margin-bottom: 14px;
}
.news_1 h3 {
color: #000;
    margin-top: 10px;
    margin-bottom: 14px;
    font-weight: 700;
}

.news_1 li {
    list-style-type: initial;
    line-height: 2;
    margin-top: 6px;
    margin-bottom: 6px;
}

.news_1 h4 {
color: #000;
    margin-top: 18px;
    margin-bottom: 14px;
    font-weight: 600;
}
