@charset "utf-8";
@import 'font-font-system.css';
@font-face {
    font-family: "Barlow";
    font-weight: 100;
    src: url("../fonts/Inter-Thin.otf") format("opentype");
}
@font-face {
    font-family: "Barlow";
    font-weight: 300;
    src: url("../fonts/Inter-Light.otf") format("opentype");
}
@font-face {
    font-family: "Barlow";
    font-weight: 'regular';
    src: url("../fonts/Inter-Regular.otf") format("opentype");
}
@font-face {
    font-family: "Barlow";
    font-weight: 500;
    src: url("../fonts/Inter-Medium.otf") format("opentype");
}
@font-face {
    font-family: "Barlow";
    font-weight: 600;
    src: url("../fonts/Inter-SemiBold.otf") format("opentype");
}
@font-face {
    font-family: "Barlow";
    font-weight: 700;
    src: url("../fonts/Inter-Bold.otf") format("opentype");
}
/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: 'iconfont';  /* Project id 1502878 */
  src: url('//at.alicdn.com/t/c/font_1502878_v13iup4y88c.woff2?t=1774596666948') format('woff2'),
       url('//at.alicdn.com/t/c/font_1502878_v13iup4y88c.woff?t=1774596666948') format('woff'),
       url('//at.alicdn.com/t/c/font_1502878_v13iup4y88c.ttf?t=1774596666948') format('truetype');
}
*{margin:0;padding: 0;}
html{font-size: 16px;}
html.ovHidden{overflow: hidden;}
body {min-width: 320px;color: #222;font-family:"Barlow","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{color: rgba(34,34,34,0.5);}
.goomay a {margin: 0!important;
  font-family:"iconfont" !important;
  font-size:12px!important;
  color: rgb(34,34,34,.5)!important;
  font-style:normal;
  font-weight: normal;
  text-decoration: none!important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
  transition: .5s all;
}
.icon-goomay a:before { content: "\e625"; }
.goomay a:hover{color: #ea5502!important;}
.icon-g:before { content: "\e603"; }
.iconfont {font-family: 'iconfont';}
li {list-style: none;}
i {font-style: normal;}
a {color: #222;text-decoration: none;transition: 0.5s;}
a:focus{text-decoration: none;outline: none;color:#222;}
a:hover { color: #ea5502;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;}
img[src=""],img:not([src]){opacity:0 !important;}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {color: rgba(102,102,102,0.5);}
input:-moz-placeholder,textarea:-moz-placeholder {color:rgba(102,102,102,0.5);}
input::-moz-placeholder,textarea::-moz-placeholder {color:rgba(102,102,102,0.5);}
input:-ms-input-placeholder,textarea:-ms-input-placeholder {color:rgba(102,102,102,0.5);}
/*slide contact*/
    .sider_contact{position: fixed;right: 0;bottom: 14%;z-index: 9999999;}
    .sider_contact .flex{flex-direction: column;background: #ea5502;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 (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*/
/* 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;transform: scale(0.2);}
        to {opacity: 1;transform: scale(1);}
    }
    @keyframes fadeIn {
        from {opacity: 0;transform: scale(0.2);}
        to {opacity: 1;transform: scale(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;}

    @keyframes rotate {
        from {
            transform: rotate(0deg);
        }
        to {
            transform: rotate(360deg);
        }
    }
/* animates */
/* page */
    .page {margin-top: 4vw;text-align: center;}
    .page ul{margin: 0;}
    .page ul li a{border:none;background: none;color:#222;padding:5px 11px;margin:0 4px;border-radius: 5px !important;}
    .page ul li a:hover{color: #fff;background: #ea5502;}
    .page ul li.disabled a{border:none !important;background: none !important;border-radius: 5px !important;}
    .page ul li.active a{border:none;background: #ea5502;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: 40px;}
        .page ul li a{padding: 3px 9px;margin: 0 2px;}
    }
/* page */
/*language*/
    .change-language {
        display: inline-block;
        position: relative;
        text-align: left;
        vertical-align: middle;
    }
    .change-language .change-language-title a:after {
        content: '';
        display: inline-block;
        width: 0;
        height: 0;
        border: 4px solid #000;
        border-top-width: 5px;
        border-bottom: 0;
        border-left-color: transparent;
        border-right-color: transparent;
        vertical-align: middle;
    }
    .change-language:hover .change-language-title a:after {
        -moz-transform: rotate(-360deg);
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
    .change-language .change-language-cont {
        position: absolute;
        top: 100%;
        margin-top: 6px;
        right: 0;
        width: 360px;
        background: #FFF;
        padding: 20px 10px 20px 20px;
        transform: scale3d(0.9, 0.9, 1);
        opacity: 0;
        visibility: hidden;
        z-index: 999;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        border: 1px solid #eee;
        border-radius: 5px;
        overflow-y: scroll;
        max-height: 80vh;
    }
    .change-language:hover .change-language-cont {
        transform: scale3d(1, 1, 1);
        opacity: 1;
        visibility: visible;
    }
    .goomay-translate-seo {
        display: none;
    }
    .mobile-head-language .goomay-translate-seo, .change-language .goomay-translate-seo {
        display: block;
    }
    .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*/
/*Privacy*/
    #ccc{z-index: 1000 !important;position: fixed;}
    #ccc-overlay {position: fixed;top: 0;bottom: 0;left: 0;right: 0;z-index: 1;background: rgba(0,0,0,0.4);opacity: 0;visibility: hidden;transition: .25s;}
    @media (min-width: 760px){
      #ccc #ccc-notify {padding: 30px;}
    }
    #ccc #ccc-content, #ccc #ccc-notify, #ccc .ccc-module--screen {background-color: #fff;}
    #ccc-notify {box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 20%);}
    #ccc-notify {position: fixed;left: 0;right: 0;bottom: 0;height: auto;min-height: 48px;padding: 24px;margin: 0;border-radius: 0;overflow: hidden;z-index: 30;display: flex;flex-direction: column;justify-content: space-between;opacity: 1;transform: translateY(calc(100% + 50px));transition: .35s;}
    #ccc.cur #ccc-overlay{opacity: 1;visibility: visible;}
    #ccc.cur #ccc-notify{transform: translateY(0);}
    @media (min-width: 1200px){
      #ccc-notify {z-index: 10;padding: 16px 100px;flex-direction: row;align-items: center;}
      #ccc-notify .content{width: 70%;}
      #ccc-notify .ccc-notify-buttons{margin-top: 0;margin-left: 32px;white-space: nowrap;flex-shrink: 0;}
    }
    #ccc-notify .content{line-height: 1.66;font-weight: 300;}
    #ccc-notify .content a{border-bottom: 1px solid;transition: .25s ease-in-out;font-weight: normal;display: inline-block;line-height: 1;}
    #ccc-notify .content a:hover{color:#ea5502;}
    #ccc-notify .ccc-notify-buttons button{display: inline-block;padding: 10px 20px;border: 1.5px solid #0B0B0B26;line-height: 1;font-weight: 500;border-radius: 45px;transition: .25s;font-weight: 500;background: transparent;margin:8px 8px 8px 0 !important;cursor: pointer;font-family: 'Outfit';outline: none;}
    #ccc-notify .ccc-notify-buttons button:hover{background: #ea5502;border-color: #ea5502;color:#fff;}
    .col-page-policy{padding-top: calc(100px + 3vw);background: #f9f9f9;}
    .col-page-policy .container{padding: 6vw 0;}
    .col-page-policy h2{margin-bottom: 3.125vw;font-weight: 800;text-transform: uppercase;}
    .col-page-policy .content{line-height: 1.8;font-weight: 300;}
    .col-page-policy .content p{margin-bottom: 5px;}
    .col-page-policy .content h2{font-weight: bold;margin: 5px 0 12px;font-size: 1.875rem;}
    .col-page-policy .content h3{font-weight: bold;margin: 2px 0 8px;font-size: 1.65rem;}
    .col-page-policy .content h4{font-weight: bold;margin: 0 0 4px;font-size: 1.5rem;}
    .col-page-policy .content hr{border-color: #00b0f0;margin: 3vh 0;width: 100%;}
    @media (max-width: 991px){
        .col-page-policy{padding-top: 50px;}
    }
/*Privacy*/
/*page tags*/
    .col-page-tags{padding-top: 6%;padding-bottom: 6%;}
    .col-page-tags .col-title .tit{margin: 0;color: #15407a;}
    .col-page-tags .pro{margin-top: 3vw;}
    .col-page-tags .tags-content{ margin-top: 4vw; font-weight: 500;line-height: 1.66; }
    .col-page-tags .tags-content p{ font-weight: 500;line-height: 1.66; }
    .col-page-tags .tags-content h2{font-weight: bold;margin: 5px 0 12px;font-size: 1.875rem;}
    .col-page-tags .tags-content h3{font-weight: bold;margin: 5px 0 8px;font-size: 1.65rem;}
    .col-page-tags .tags-content h4{font-weight: bold;margin: 0 0 4px;font-size: 1.5rem;}
    .col-page-tags .tags-content hr{border-color: #d82324;margin: 3vh 0;width: 100%;}
    .col-page-tags .tags-content table{width: 100%;border: none;height: auto !important;line-height: normal;}
    .col-page-tags .tags-content table td{border: none;padding: 4px 0;width: auto !important;}
    .col-page-tags .tags-content table td strong{font-weight: 600;}
    .col-page-tags .tags-content a{display: inline-block;border-bottom: 1px solid;color:#d82324;font-weight: 600;}
    @media (max-width: 991px){
        .col-page-tags-banner{margin-top: 50px;}
        .col-page-tags{padding-top: 55px;padding-bottom: 55px;}
        .col-page-tags .pro{margin-top: 30px;}
        .col-page-tags .tags-content{ margin-top: 40px;}
    }
/*page tags*/
/*common*/
    .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;
    }
    .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.08);transform:scale(1.08)}
    .smallImg:hover .img{-webkit-transform:scale(0.95);transform:scale(0.95);}
    .container{max-width: 1600px;width: 100%;margin: 0 auto;padding: 0;}
    .text-overflow{
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        text-overflow: ellipsis;
    }
    .relative { position: relative;}
    .panel{margin:0;border:0;border-radius: 0;box-shadow: none;}
    .padding{padding-left: 5%;padding-right: 5%;}
    .bold{font-weight: bold;}
    .bold100{font-weight: 100;}
    .bold300{font-weight: 300;}
    .bold500{font-weight: 500;}
    .bold600{font-weight: 600;}

    .videoPop{display: none; width: 100%;height: 100%;background: rgba(0,0,0,0.7);position: fixed;left: 0;top:0;z-index: 99999999;}
    .videoPop .content{width: 96%; max-width: 1280px; max-height:65vh; position: absolute;left: 50%;top:50%;transform: translate(-50%,-50%);}
    #video{width: 98%;max-width: 1280px;max-height:65vh;display: block; margin: 0 auto;  }
    #videoClose{position: absolute;right:0;top:0;transform: translateY(-100%); color: #fff;cursor: pointer;font-size: 28px;transition: 0.5s;}
    #videoClose:hover{color: #ea5502;}

    .col-tags ul li{float: left;margin-right: 1.5vw;}
    .col-tags ul li a{ font-weight: 600;border-bottom: 1px solid; }

    .swiper-button .swiper-button-prev,
    .swiper-button .swiper-button-next{width: auto;height: auto;margin: 0; position: static;outline: none; }
    .swiper-button .swiper-button-prev:after,
    .swiper-button .swiper-button-next:after{width: 3.125vw;height: 3.125vw;max-width: 60px;max-height: 60px;min-width: 30px;min-height: 30px; display: flex;align-items: center;justify-content: center;font-size: inherit; color: #222;border-radius: 50%;background: #eff1f5;transition: 0.5s;}
    .swiper-button .swiper-button-prev:hover:after,
    .swiper-button .swiper-button-next:hover:after{color: #fff;background: #ea5502;}
/*common*/
/*message*/
    .col-message .tit{line-height: 1.2;}
    .col-message .desc{margin-top: 10px; line-height: 1.7;}
    .col-message ul{margin: 0 -0.83vw;padding-top: 2vw;}
    .col-message ul li{padding: 0 0.83vw;margin-top: 1.5vw;}
    .col-message ul li p{margin-bottom: 0.78vw; line-height: 1;font-weight: 500;}
    .col-message ul li p span{color: #c44f2a;}
    .col-message ul li input,
    .col-message ul li textarea{display: block;width: 100%;padding: 0 1.5vw;color: #333;border-radius: 9px; background: #f6f6f6;border: 0;outline: none;}
    .col-message ul li input{height: 48px;}
    .col-message ul li textarea{height: 11.25vw;max-height: 216px;min-height: 100px;padding-top: 15px;}
    .col-message ul li.captcha input,
    .col-message ul li.submit input{display: inline-block;width: 40%;max-width: 270px;}
    .col-message ul li.submit input{color: #fff;border-radius: 0; background: #ea5502;text-transform: uppercase;}
    @media (max-width: 991px){
        .col-message ul{padding-top: 20px;}
        .col-message ul li{margin-top: 15px;}
        .col-message ul li p{margin-bottom: 8px;}
        .col-message ul li input,
        .col-message ul li textarea{padding: 0 15px;}
        .col-message ul li input{height: 40px;}
        .col-message ul li textarea{padding-top: 10px;}
    }
/*message*/

/*header*/
    .header{width: 100%;position: fixed;top: 0;z-index: 999;left: 0;transition: 0.5s;}
    .header .flex{align-items: center;justify-content: space-between;}
    .header .flex .logo{padding: 0.729vw 0;line-height: 70px;font-size: 0; }
    .header .top .right{display: flex;align-items: center;}
    .header .top .right .share{padding-left: 1.2vw;}
    .header .top .right .share a{margin-left: 0.8vw;}
    .topsearch .input{ width: 12.5vw;max-width: 240px;min-width: 180px; }
    .topsearch .input .panel{width: 100%;padding-left: 50px;padding-right: 25px;border-radius: 3px;background-color: #eff1f5;}
    .topsearch .input input,
    .topsearch .input button{display: block;height: 35px;line-height: 35px; border: 0;background: none; outline: none; }
    .topsearch .input input{width: 100%;}
    .topsearch .input .search-btn{position: absolute;left: 15px;top: 0;}
    .topsearch .input .search-btn i{font-size: 19px;color: #77787a; }
    .header .nav{ border-top: 1px solid #eaeaea;}
    .header .nav ul li.li{padding: 1.12vw 0;position: relative; line-height: 1.5;}
    .header .nav ul li.li span{display: block;width: 0;height: 2px;position: absolute;left: 0;bottom: 0;background: #df2318;transition: 0.5s;opacity: 0;}
    .header .nav ul li.li a:hover span,
    .header .nav ul li.li.active a span{width: 100%;opacity: 1;}
    .header .nav ul li .child{position: absolute;top:100%;left:50%;width:180px;display: none;padding: 15px 0;margin-left: -90px; background: #fbf9f8dc;line-height: 1;box-shadow: 0 5px 5px 0px rgba(6, 0, 1, 0.06);}
    .header .nav ul li .child a{display: block;padding: 5px 18px;margin: 2px 0; color:#666!important;text-transform: none; line-height: 1.4;}
    .header .nav ul li .child a:hover{color: #fff!important;background-color: #ea5502;}
    .header .nav ul li.lang img{width: 18px;height: 18px;margin-top: -9px;border:0;}
    .header .nav ul li .change-language-title .language-flag img{display: none;}

    .headerIndex{background-color: #fff;}
    .header.active{background-color: #fff;box-shadow: 0 5px 12px 0 rgba(0,0,0,.15);}

    html.nav-open {
      overflow: hidden!important;
    }
    .Menu {width:100%;height: 100%;position: fixed;top: 0;left: 0;transform: translateX(-100%);z-index: 990;background: #fff;transition: 0.5s;overflow-y: auto;padding: 50px 0 0;}
    .Menu.active{transform: none;}
    .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);}
/*header*/
/*footer*/
    .footer{ padding-top: 3.54%; }
    .footer .flex{flex-wrap: wrap; justify-content: space-between;}
    .footerCon{ width: 15%; max-width: 320px; }
    .footerCon .share{margin-top: 2.81vw; display: flex;align-items: center; }
    .footerCon .share a{ display: block; width: 33px;height: 33px;margin-right: 0.52vw; text-align: center; line-height: 33px;border-radius: 5px;background-color: #f4f4f4; }
    .footerCon .share a:hover{color: #fff;background-color: #ea5502;}
    .footerNav{ width: 82%; }
    .footerNav ul{margin: 0 -0.5vw; display: flex;justify-content: space-between;}
    .footerNav ul li{  padding: 0 0.5vw;color: #666; }
    .footerNav ul li a{ color: #666; }
    .footerNav ul li a:hover{ color: #ea5502; }
    .footerNav ul li .tit{ line-height: 1; }
    .footerNav ul li .child{ margin-top: 2vw; }
    .footerNav ul li .child p{ line-height: 1.66; }
    .footerNav ul li.contact{ width: 26%;max-width: 300px; }
    .footer .copyright{margin-top: 8vw;padding: 1.2vw 0; line-height: 1.66; border-top: 1px solid #eff1f5; }
    .footer .copyright a{margin-left: 1vw; color: rgba(34,34,34,0.5); border-bottom: 1px solid; }
    .footer .copyright a:hover{ color: #ea5502; border-bottom: 1px solid; }
/*footer*/
/*banner*/
    .banner {position: relative;z-index: 2;}
    .banner .swiper-slide{position: relative;}
    .banner .swiper-slide .pic{background-size: cover;background-position: center;}
    .banner .content{width: 100%;height: 100%;position: absolute;left: 0;top: 0;display: flex;align-items: center;z-index: 9999;}
    /*index*/
    .banner-index .pic{min-height: 250px;}
    .banner-index .pic:after{padding-bottom: 51.66%;}
    .banner-index .content{padding-top: calc(100px + 3vw);}
    .banner-index .content .panel{ align-items: center;justify-content: space-between;background:none; }
    .banner-index .content p.p1{ line-height: 1.6; }
    .banner-index .content p.p2{ margin-top: 1.45vw; font-weight: 300;line-height: 1.197; }
    .banner-index .content p.more a{display: inline-block;margin-top: 6.5vw; text-transform: uppercase;line-height: 1.5;border-bottom: 1px solid; }
    .banner-index .content .text{width: 40%;max-width: 495px;}
    .banner-index .content .img{width: 43vw;max-width: 815px;}
    .banner-index .swiper .swiper-pagination{ bottom: 3vw; display: flex;justify-content: center;align-items: center; }
    .banner-index .swiper .swiper-pagination .swiper-pagination-bullet {width: 1.51vw;max-width: 29px;min-width: 15px; height: 2px;margin:0 4px;background: #000;border-radius: 0; opacity: 1;transition: 0.5s;outline: none;}
    .banner-index .swiper .swiper-pagination .swiper-pagination-bullet-active{width: 4.0625vw;max-width: 78px;min-width: 25px; background: #ea5502; }
    /*page*/
    .banner-page .pic{ min-height: 180px; }
    .banner-page .pic:after{padding-bottom: 32.65%;}
    .banner-page .content{padding-top: 30px;}
    .banner-page .content .tit{ line-height: 1.2;}
    .col-banner-mbx{ margin-top: 1.3vw;display: flex;align-items: center;}
    .col-banner-mbx i{position: relative;top: -1px;}
    @media (max-width: 991px){
        .banner-index .content{padding-top: 50px;}
        .banner-index .swiper .swiper-pagination .swiper-pagination-bullet{margin: 0 2px;}
        .col-banner-mbx{ margin-top: 10px;}
    }
    @media (max-width: 767px){
        .banner-index .content .panel{position: relative;justify-content: flex-end; }
        .banner-index .content .text{width: 100%;max-width: 240px; position: absolute;left: 0;top: 50%;transform: translateY(-50%);}
    }
/*banner*/
/*index*/
    .col-index-product .desc{ max-width: 1070px;margin: 0 auto;padding: 5.2vw 0; line-height: 1.55;  text-align: left;}
    .col-index-product .list ul{ margin: 0 -0.677vw;margin-top: -1.45vw; display: flex;flex-wrap: wrap; }
    .col-index-product .list ul li{ padding: 0 0.677vw;margin-top: 1.45vw; }
    .col-index-product .list ul li .panel{padding: 3.38vw 0 1.56vw; background-color: #eff1f5; }
    .col-index-product .list ul li .pic:after{padding-bottom: 46.25%;  }
    .col-index-product .list ul li .text{margin-top: 1vw; }
    .col-index-product .list ul li .tit{line-height: 1.3; }
    .col-index-product .list ul li span{display: block;margin-top: 7px; line-height: 1.3; }
    .col-index-product .list ul li span em{ font-style: normal;color: #ea5502; }
    .col-index-product .list ul li .panel.flex{flex-direction: row-reverse; align-items: center;flex-wrap: wrap;}
    .col-index-product .list ul li .panel.flex .pic:after{padding-bottom: 56.459%;}
    .col-index-product .list ul li .panel.flex .pic img{right: auto;}
    .col-index-product .list ul li .panel.flex .text{margin-top: 0;}
    /*application*/
    .col-index-application{padding-top: 8.85%;padding-bottom: 8.85%;margin-top: 10%;}
    .col-index-application .swiper{width: 100%;height: 100%;position: absolute;left: 0;top: 0;z-index: -1;}
    .col-index-application .swiper .swiper-slide{background-size: cover;background-position: center;}
    .col-index-application .panel{ width: 50%;max-width: 555px;padding: 3vw 4vw 5vw; }
    .col-index-application .title{ line-height: 1.2; }
    .col-index-application ul.list{ max-width: 254px;margin-top: 2.5vw; }
    .col-index-application ul.list li{ line-height: 1.5; }
    .col-index-application ul.list li a{padding: 10px 0; display: block;border-bottom: 1px solid #fff; }
    .col-index-application ul.list li:hover a,
    .col-index-application ul.list li.active a{color: #ea5502; border-color: #ea5502;}
    .col-index-application .more{margin-top: 6.5vw;}
    .col-index-application .more a{display: inline-block; line-height: 1.5;border-bottom: 1px solid;}
    /*technology*/
    .col-index-technology{padding-top: 12.5%;padding-bottom: 12.5%;}
    .col-index-technology .text{ width: 50%;max-width: 800px;line-height: 1.722; }
    .col-index-technology .text .tit{margin-bottom: 1vw; line-height: 1.2; }
    .col-index-technology .text .more{margin-top: 9vw;line-height: 1.5;}
    .col-index-technology .text .more a{display: inline-block; text-transform: uppercase;line-height: 1.5;border-bottom: 1px solid;}
    /*news*/
    .col-index-news{ padding-top: 10%;padding-bottom: 10%; flex-wrap: wrap; }
    .col-index-news .left{ width: 36.78%;padding-left: 5%;justify-content: flex-end; }
    .col-index-news .left .panel{ width: 100%;max-width: 547px;height: 100%; padding-right: 5vw;flex-direction: column;justify-content: space-between;}
    .col-index-news .left .top{width: 100%;}
    .col-index-news .left .top .tit{ text-transform: uppercase; line-height: 1.2;}
    .col-index-news .left .top a{ display: inline-block;padding: 0 8px 8px;margin-top: 3.64vw; color: #ea5502;line-height: 1.5;border-bottom: 4px solid #f1f4f5; }
    .col-index-news .left .button{ width: 100%;max-width: 327px;align-items: center; justify-content: space-between; }
    .col-index-news .left .button .swiper-pagination{width: auto; position: static;}
    .col-index-news .left .button .swiper-button .swiper-button-next{margin-left: 13px;}
    .col-index-news .right{ width: 63.22%;overflow: hidden; }
    .col-index-news .right .swiper{ width: 73.64%;margin: 0 -0.859vw; overflow: visible; }
    .col-index-news .right .swiper-slide{ height: auto; padding: 0 0.859vw; }
    .col-index-news .right .swiper-slide .panel{height: 100%; background: #eff1f5;}
    .col-index-news .right .swiper-slide .pic:after{ padding-bottom: 58.695%; }
    .col-index-news .right .swiper-slide .text{ padding: 1.82vw 1.5vw; }
    .col-index-news .right .swiper-slide .text .date{margin-bottom: 1.45vw; line-height: 1; }
/*index*/
/*page about*/
    .page-title .tit{line-height: 1;}
    .page-title.flex{justify-content: space-between;align-items: center;}
    .col-page-top{padding-top: calc(100px + 3vw);}
    .col-page-top .container{max-width: 1000px; padding: 10vw 0; color: #777;line-height: 1.4;}
    .col-page-top .container .title{margin-bottom: 2vw; color: #333;/*text-transform: uppercase;*/line-height: 1;}
    .col-about-video.pic:after{padding-bottom: 50.3125%;}
    .col-about-video.pic img{z-index: 2;}
    .col-about-video video#abVideo{width: 100%;height: 100%;position: absolute;left: 0;top: 0; object-fit: cover;}
    .col-about-video a.play{display: block;position: absolute;left: 50%;top:50%;transform: translate(-50%,-50%);color: #fff;z-index: 3;  }
    .col-about-video a.play i{font-size: 5.2vw;}
    .col-about-video a.play:hover{color: #ea5502;}
    .col-about-technology{margin-top: 7%;}
    .col-about-technology img.img1{width: 28vw;max-width: 519px; position: absolute;left: -3.5vw;top: 0; }
    .col-about-technology img.img2{width: 26vw;max-width: 486px; position: absolute;right: -2vw;bottom: 0; }
    .col-about-technology .container{ padding: 8vw 18vw 14vw; color: #777;line-height: 1.4; }
    .col-about-technology .container p.p1{margin-bottom: 3vw; color: #222;font-weight: 600;line-height: 1.39;}
    .col-about-number ul{ display: flex;flex-wrap: wrap;justify-content: space-between; }
    .col-about-number ul li{ width: 33%;padding: 0 5%;margin-top: 4vw; }
    .col-about-number ul li p{ font-weight: 500; }
    .col-about-number ul li p.num{display: flex;justify-content: center;}
    .col-about-number ul li p.num span.countup{ font-size: 7.81vw;line-height: 0.8; }
    .col-about-number ul li p.num span.more{line-height: 0.8;}
    .col-about-number ul li p.tit{margin-top: 1.56vw; text-transform: uppercase;line-height: 1.5; }
    .col-about-craftsmanship{padding-top: 8%;padding-bottom: 8%;}
    .col-about-craftsmanship .container{flex-wrap: wrap;}
    .col-about-craftsmanship .content{padding: 0;padding-right: 7vw;flex-direction: column;justify-content: space-between;}
    .col-about-craftsmanship .content .title{line-height: 1.2;}
    .col-about-craftsmanship .content .con{ color: #777;line-height: 1.7; }
    .col-about-craftsmanship .content .con ul li{margin-top: 2vw;}
    .col-about-craftsmanship .content .con ul li p.p1{margin-bottom: 5px; color: #222;font-weight: 500; line-height: 1.2;cursor: pointer;transition: 0.5s;}
    .col-about-craftsmanship .content .con ul li p.p1:hover{color: #ea5502;}
    .col-about-craftsmanship .pic{padding: 0;}
    /*history*/
    .col-about-history{padding-top: 7%;padding-bottom: 7%;}
    .history{margin-top: 4.5vw;}
    .history .panel{height: 100%;flex-wrap: wrap;align-items: center; border-radius: 12px;overflow: hidden;}
    .history .panel .year{width: 50%;}
    .history .panel .cont{width: 50%;padding: 0 3.5vw; padding-right: 5vw;padding-bottom: 8vw; flex-direction: column;justify-content: center;}
    .history .panel .cont .date{margin-bottom: 1vw; color: #ea5502;line-height: 0.8;}
    .history .panel .cont p{line-height: 1.66;}
    .history .swiper-history .swiper-slide{height: auto;}
    .history .list{margin-top: 3vw;}
    .history .list .xian{width: 100%;position: absolute;left: 0;bottom: 1px;border-bottom: 2px solid #e8eaee;}
    .history .swiper-history-thumb .swiper-slide{padding: 2vw 0; position: relative;cursor: pointer;}
    .history .swiper-history-thumb .swiper-slide .year2{font-weight: 600;color: #666; line-height: 1;transition: 0.5s; }
    .history .swiper-history-thumb .swiper-slide .border{width: 0;position: absolute;left: 0;bottom: 0; border-bottom:4px solid #ea5502;opacity: 0; transition: 0.5s;}
    .history .swiper-history-thumb .swiper-slide-thumb-active .year2{ transform: scale(1.4);color: #ea5502; }
    .history .swiper-history-thumb .swiper-slide-thumb-active .border{width: 100%;opacity: 1;}
    .history .swiper-button{width: 50%;padding: 0 3.5vw; position: absolute;left: 50%;bottom: 4vw; z-index: 2;}
    .history .swiper-button .swiper-button-prev{margin-right: 13px;}
    /*factory*/
    .col-about-factory{padding-top: 6%;padding-bottom: 6%; }
    .col-about-factory .swiper-button .swiper-button-next{margin-left: 13px;}
    .col-about-factory .list{ overflow: hidden;}
    .col-about-factory .swiper{margin: 0 -4vw;padding-top: 5.2vw;}
    .col-about-factory .swiper .swiper-slide {
        height: auto;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: flex-end;
        align-items: flex-end;
    }
    .col-about-factory .swiper .swiper-slide .pic{transition: 0.5s;transform: scale(0.7);transform-origin: center bottom;}
    .col-about-factory .swiper .swiper-slide-active .pic,
    .col-about-factory .swiper .swiper-slide-duplicate-active .pic{transform: scale(1.1);z-index: 3;}
/*page about*/
/*page measurement*/
    .meas-content{ max-width: 1000px;margin: 0 auto; }
    .meas-content .title{color: #222;line-height: 1.2;}
    .meas-content .desc{margin-top: 1.45vw; color: #777;line-height: 1.7;}
    .col-meas-bg{padding-top: 9%;padding-bottom: 15%; min-height: 41.04vw; }
    .col-meas-bg img{width: 60%;max-width: 611px;}
    .col-meas-equip{padding-top: 8%;padding-bottom: 8%;}
    .col-meas-equip .list{margin-top: 4vw;}
    .col-meas-equip .list ul{ margin: 0 -0.78vw;flex-wrap: wrap; }
    .col-meas-equip .list ul li{ padding: 0 0.78vw;margin-top: 1.56vw; }
    .col-meas-equip .list ul li .pic{border-radius: 0.83vw;}
    .col-meas-equip .list ul li .pic:after{padding-bottom: 58.598%;}
    .col-meas-equip .list ul li .pic img{border-radius: 0.83vw;}
    .col-meas-equip .list ul li .pic p{width: 100%;padding: 1.45vw 4vw;position: absolute;left: 0;bottom: 0; color: #fff;line-height: 1.5; background: rgba(0,0,0,0.15);}
    .col-meas-honor{padding-top: 4%;padding-bottom: 5%; background-color: #eff1f5; }
    .col-meas-honor .list{margin-top: 4vw;}
    .col-meas-honor .list .pic:after{padding-bottom: 92.987%; }
    .col-meas-honor .list .pic img{width: auto; }
    .col-meas-honor .list p{margin-top: 2vw;padding-left: 1.45vw;padding-right: 50px;padding-bottom: 1vw;color: #222; line-height: 1.5;}
    .col-meas-honor .list a{color: #e8e8e8;}
    .col-meas-honor .list a:hover{color: #ea5502;}
    .col-meas-honor .list a i{position: absolute;right: 0.78vw;bottom: 0.78vw;}
    .col-meas-honor .list .swiper .swiper-slide{padding-top: 3vw;position: relative; background: #fff; }
    .col-meas-honor .list .swiper .swiper-pagination{width: fit-content;margin: 2.5vw auto 0; padding: 7px; display: flex;justify-content: center;align-items: center; position: static;border-radius: 10px;background: #fff; }
    .col-meas-honor .list .swiper .swiper-pagination .swiper-pagination-bullet{width: 7px;height: 7px;margin: 0 3px;border-radius: 4px;background: #e8e8e8;opacity: 1;transition: 0.5s;outline: none;}
    .col-meas-honor .list .swiper .swiper-pagination .swiper-pagination-bullet-active{width: 31px; background: #df2318!important;}
    .col-meas-patent{ background: none; }
    .col-meas-patent .list .swiper .swiper-slide{background: #f6f6f6;}
    .col-meas-patent .list .swiper .swiper-pagination{background: #f6f6f6;}
    .col-meas-patent .list .swiper .swiper-pagination .swiper-pagination-bullet{background-color: #e0e0e0;}
/*page measurement*/
/*page custom*/
    .col-page-top-dz .container .title{text-transform: capitalize;}
    .col-custom-bg .container{ min-height: 41.927vw;padding-top: 6%;padding-bottom: 6%;justify-content: center;align-items: center; }
    .col-custom-bg .container .text{max-width: 675px; color: #fff;line-height: 1.458; text-shadow: 1px 1px 1px #ea5502;}
    /*
    .col-custom-bg .container .pic{width: 8.22vw;max-width: 158px;min-width: 60px;position: absolute;right: 0;bottom: 0;transform: translateY(50%); border-radius: 50%;}
    */
    .col-custom-bg .container .pic:after{padding-bottom: 100%;}
    .col-custom-bg .container .pic a{color: #fff;}
    .col-custom-bg .container .pic img{transition: 0.5s;}
    .col-custom-bg .container .pic i{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
    .col-custom-bg .container .pic:hover img{animation: rotate 5s linear infinite;}
    .col-custom-middle{padding-bottom: 8%;}
    .col-custom-middle .row.flex{margin: 0 -2vw;margin-top: 8vw; flex-wrap: wrap;}
    .col-custom-middle .row .text{padding: 0 2vw;padding-right: 9vw; flex-wrap: wrap;flex-direction: column;justify-content: center;}
    .col-custom-middle .row .text .title{ line-height: 1.2; }
    .col-custom-middle .row .text .con{margin-top: 1.56vw; line-height: 1.7; }
    .col-custom-middle .row .pic{padding: 0 2vw;}
    .col-custom-middle .row .pic img{border-radius: 0.83vw;}
    .col-custom-middle .row:nth-child(even){flex-direction: row-reverse;}
    .col-custom-message{padding-top: 7%;padding-bottom: 7%;}
/*page custom*/
/*page product*/
    .product-description{padding-top: 1.5vw; padding-bottom: 1.5vw;}
    .product-description h2{font-weight: bold;margin: 5px 0 12px;font-size: 1.875rem;}
    .product-description h3{font-weight: bold;margin: 5px 0 8px;font-size: 1.65rem;}
    .product-description h4{font-weight: bold;margin: 0 0 4px;font-size: 1.5rem;}
    .product-description p{color: #777; line-height: 1.8;}
    .product-description p strong{font-weight: 500;}
    .product-description p.tit{margin-bottom: 20px; color: #222;font-weight: 500; line-height: 1.2;}
    .product-description table{width: 100%;border: none;height: auto !important;line-height: normal;}
    .product-description table td{border: none;padding: 4px 0;width: auto !important;}
    .product-description table td strong{font-weight: bold;}
    .product-description a{display: inline-block;border-bottom: 1px solid;color:#1c3ed5;font-weight: 500;}
    .col-page-product{padding-top: 3vw; padding-bottom: 4vw;}
    .pro ul{margin: 0 -8px;flex-wrap: wrap;}
    .pro ul li{padding: 0 8px;margin-top: 16px;}
    .pro a{display: block;height: 100%;padding: 1.82vw; border-radius: 8px;background: #f4f4f4;}
    .pro .tips{color: #b2b2b2;}
    .pro .pic{margin: 4.5vw 0; mix-blend-mode: multiply;
    display: block;}
    .pro .pic:after{padding-bottom: 79%;}
    .pro .tit{ line-height: 1.3; }
    /*proshow*/
    .col-product-related .swiper-button .swiper-button-next{margin-left: 13px;}
    .col-product-related .list{margin-top: 4vw;}
    .col-product-application{padding-top: 6%;padding-bottom: 6%;margin-bottom: 6%; background: #f6f6f6; }
    .col-product-application .content{ margin-top: 4vw; }
    .col-product-application .content ul{ display: flex;flex-wrap: wrap;justify-content: space-between; }
    .col-product-application .content ul li{ width: 48.75%;padding: 5vw;padding-bottom: 1.25vw; text-align: center; background: #fff; margin-bottom: 2.25vw}
    .col-product-application .content ul li img{margin-bottom: 5vw;}
    .col-product-application .content ul li strong{font-weight: 600;}
    .pro_show {padding-top: 6%;padding-bottom: 6%;}
    .pro_show .caseleft{padding-left: 0;padding-right: 2vw;}
    .pro_show .caseleft .pic:after{padding-bottom: 67.061%;}
    .pro_show .caseright{ padding-left: 5vw;padding-right: 0;}
    .pro_show .caseright .content{margin-top: 2.5vw; line-height: 2;}
    .pro_show .caseright .link {margin-top: 2.5vw; display: flex;flex-wrap: wrap;}
    .pro_show .caseright .link a{padding: 6px 21px 6px 26px;border: 1px solid #000;display: flex;align-items: center;transition: .25s;margin: 0 1vw 10px 0;line-height: 1.2;}
    .pro_show .caseright .link a:hover{background: #ea5502;color:#fff;border-color: #ea5502;}
    .pro_show .caseright .link a span{margin-right: 2.6vw;}
/*page product*/
/*page news*/
    .col-page-topimg{padding-top: calc(100px + 3vw);}
    .col-page-topimg img.img{width: 45vw;max-width: 859px;position: absolute;right: 5vw;top: 0;}
    .col-page-topimg .container{padding: 8vw 0;}
    .col-page-topimg .container .tips{margin-bottom: 1.45vw; text-transform: uppercase; color: #ea5502;line-height: 1; }
    .col-page-topimg .container .title{ line-height: 1; }
    .col-page-subnav{margin-top: 3.9vw;}
    .col-page-subnav .flex{padding-bottom: 2vw; justify-content: space-between;border-bottom: 1px solid #181b22; }
    .col-page-subnav ul{margin-top: -0.88vw;}
    .col-page-subnav ul li{ float: left;margin: 0.88vw 0.88vw 0 0; }
    .col-page-subnav ul li a{display: block;min-width: 10.41vw;padding: 0 20px;text-align: center; color: #666;line-height: 46px; border-radius: 25px;border:1px solid #d0d0d0; }
    .col-page-subnav ul li a:hover,
    .col-page-subnav ul li.active a{border-color: #ea5502;}
    .page-search .input{ width: 26.04vw;max-width: 500px;min-width: 300px; }
    .page-search .input .panel{width: 100%;padding-left: 1.45vw;padding-right: calc(2vw + 20px);border: 1px solid #efefef;border-radius: 25px; background-color: #f7f7f7;}
    .page-search .input input,
    .page-search .input button{display: block;height: 46px;line-height: 46px;border:0; background: #f7f7f7; outline: none; }
    .page-search .input input{width: 100%;}
    .page-search .input .search-btn{height: 45px;line-height: 45px; position: absolute;right: 1.45vw;top: 0;}
    .page-search .input .search-btn i{font-size: 19px;color: #000; }
    .col-page-news{padding-bottom: 5%;}
    .download ul{ margin: 0 -3.9vw; }
    .download ul li{padding: 0 3.9vw;margin-top: 7.8vw;}
    .download ul li .pic{ overflow: visible; }
    .download ul li .pic:after{padding-bottom: 135.185%;}
    .download ul li .pic img{box-shadow: 0 5px 20px 0 rgba(0,0,0,.15);}
    .download ul li p{padding-right: 30px;margin-top: 1.5vw; position: relative;line-height: 22px;}
    .download ul li p a{position: absolute;right: 0;bottom: 0;}
    .download ul li p a i{line-height: 22px;font-weight: bold;}
    .download ul li:last-child p a{display: none;}
    .news ul li{padding: 4vw 0;flex-wrap: wrap; justify-content: space-between; border-bottom: 1px solid #e7e8e8; }
    .news ul li .pic,
    .news ul li .text{width: 47%;max-width: 659px;}
    .news ul li .text .date{color: #ea5502;line-height: 1;}
    .news ul li .text .tit{display: inline-block;margin-top: 10px; line-height: 1.2;}
    .news ul li .text p{margin-top: 2vw; color: #505050;line-height: 1.6;}
/*page news*/
/*news detail*/
    .col-news-detail{padding: 6vw 5vw;}
    .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:#ea5502;margin: 0 5px;}
    .col-news-detail .content{font-size: 15px;line-height: 2;}
    .col-news-detail .content h2{font-weight: bold;margin: 5px 0 12px;}
    .col-news-detail .content h3{font-weight: bold;margin: 2px 0 8px;}
    .col-news-detail .content h4{font-weight: bold;margin: 0 0 4px;}
    .col-news-detail .content hr{border-color: #bf0004;}
    .col-news-detail .content a{display: inline-block;border-bottom: 1px solid;color:#ea5502;}
    .col-news-detail .col_page{margin-top: 9vh;}
    .col-news-detail .col_page li{padding: 8px 0;font-size: 15px;color:#5a5a5a;}
    .col-news-detail .col_page li:not(:last-child){border-bottom: 1px dotted #c6c6c6;}
    .col-news-detail .col_page li a{color:#9d9d9d;transition: 0.2s;}
    .col-news-detail .col_page li a:hover{color:#ea5502;}
/*news detail*/
/*page contact*/
    .col-page-contact{padding-bottom: 4%;}
    .col-page-contact .contact{width: 46.625%;padding-right: 5vw; }
    .col-page-contact .contact>*{max-width: 420px;}
    .col-page-contact .contact ul{color: #666;line-height: 1.8;}
    .col-page-contact .contact ul li{margin-bottom: 2vw;}
    .col-page-contact .contact ul li .tit{margin-bottom: 1vw; color: #222;text-transform: uppercase;}
    .col-page-contact .contact .share a{margin-right: 1.3vw;}
    .col-page-contact .contact .con_qrcode{margin-top: 3vw; color: #666;line-height: 1.8; }
    .col-page-contact .contact .con_qrcode img{ width: 9vw;max-width: 172px;min-width: 100px;margin-bottom: 8px; }
    .col-page-contact .col-message{ width: 53.375%; }
    .col-page-contact .col-message #quote{position: absolute;left: 0;top: -60px;}
    .col-page-contact .col-message ul{padding-top: 0;}
    .col-page-contact .col-message ul li:first-child{margin: 0;}
/*page contact*/
@media (max-width: 991px) {
/*header*/
    .header{padding: 0 15px;}
    .header .flex .logo{ height: 50px;padding: 0; line-height: 50px; }
    .header .flex .logo img{max-height: 90%;}
    .header .top{ padding: 0;}
    .header .top .right-phone{display: flex;align-items: center;}
    .header .top .right-phone .language{margin-right: 15px;}
    .header .top .right-phone img.img{width: 18px;height: 18px;margin-top: -9px; border:0;}
    .header .nav-btn{display: block !important;}
    .header .lines{width: 20px;height: 16px;position: relative;cursor: pointer;}
    .header .lines span{width: 100%;height: 2px;background: #ff8600;position: absolute;overflow: hidden;left: 0;transition: all 0.25s ease;}
    .header .lines span.n1{top: 0;}
    .header .lines span.n2{top: 7px;}
    .header .lines span.n3{top: 14px;}
    .header .nav-btn.closes .lines span.n1 {top: 8px;transform: rotate(45deg);}
    .header .nav-btn.closes .lines span.n2 {opacity: 0;}
    .header .nav-btn.closes .lines span.n3 {top: 8px;transform: rotate(-45deg);}
/*header*/
/*footer*/
    .footer{ padding-top: 40px;text-align: center; }
    .footerCon{width: 100%; max-width: none; }
    .footerCon .share{margin-top: 28px;justify-content: center;}
    .footerCon .share a{ width: 33px;height: 33px;margin: 0 2px;}
    .footerNav{ width: 100%;margin-top: 30px; }
    .footerNav ul li .child{ margin-top: 15px; }
    .footerNav ul li.contact{ width:100%;max-width: none; }
    .footer .copyright{padding: 12px 0;}
    .footer .copyright p{width: 100%;}
    .footer .copyright a{margin-left: 8px;}
/*footer*/
/*index*/
    .col-index-product .desc{padding: 55px 0;}
    /*news*/
    .col-index-news .left{ width: 100%;padding: 0 5%;}
    .col-index-news .left .panel{max-width: none; padding-right: 0;}
    .col-index-news .left .top a{padding: 0 5px 5px;margin-top: 30px; border-bottom: 3px solid #f1f4f5; }
    .col-index-news .left .button{ max-width: none;margin-top: 30px; }
    .col-index-news .left .button .swiper-button .swiper-button-next{margin-left: 8px;}
    .col-index-news .right{ width: 100%;margin-top: 30px;}
    .col-index-news .right .swiper{ width: auto; }
    .col-index-news .right .swiper-slide .text{ padding: 15px; }
    .col-index-news .right .swiper-slide .text .date{margin-bottom: 10px; }
/*index*/
/*page about*/
    .col-page-top{padding-top: 50px;}
    .col-page-top .container .title{margin-bottom: 20px;}
    .col-about-video a.play i{font-size: 40px;}
    .col-about-technology{margin-top: 60px;}
    .col-about-technology .container{ padding: 8vw 10vw 14vw; }
    .col-about-technology .container p.p1{margin-bottom: 25px;}
    .col-about-number ul li{padding: 0 3%;margin-top: 30px; }
    .col-about-number ul li p.tit{margin-top: 15px;}
    .col-about-craftsmanship{padding-top: 60px;padding-bottom: 60px;}
    .col-about-craftsmanship .content{padding: 0;}
    .col-about-craftsmanship .content .con ul li{margin-top: 20px;}
    .col-about-craftsmanship .pic{margin-top: 30px;}
    /*history*/
    .col-about-history{padding-top: 60px;padding-bottom: 60px;}
    .history{margin-top: 40px;}
    .history .panel .cont .date{margin-bottom: 10px;}
    .history .list{margin-top: 20px;}
    .history .swiper-history-thumb .swiper-slide{padding: 20px 0;}
    .history .swiper-button .swiper-button-prev{margin-right: 8px;}
    /*factory*/
    .col-about-factory{padding-top: 50px;padding-bottom: 50px;}
    .col-about-factory .swiper{padding-top: 50px;}
/*page about*/
/*page measurement*/
    .meas-content .desc{margin-top: 14px;}
    .col-meas-equip{padding-top: 60px;padding-bottom: 60px;}
    .col-meas-equip .list{margin-top: 35px;}
    .col-meas-equip .list ul{ margin: 0 -7px; }
    .col-meas-equip .list ul li{ padding: 0 7px;margin-top: 15px; }
    .col-meas-equip .list ul li .pic{border-radius: 8px;}
    .col-meas-equip .list ul li .pic img{border-radius: 8px;}
    .col-meas-equip .list ul li .pic p{padding: 14px 4vw;}
    .col-meas-honor{padding-top: 45px;padding-bottom: 50px; }
    .col-meas-honor .list{margin-top: 35px;}
    .col-meas-honor .list p{margin-top: 18px;padding-left: 14px;padding-right: 30px;padding-bottom: 10px;}
    .col-meas-honor .list a i{right: 7px;bottom: 7px;}
    .col-meas-honor .list .swiper .swiper-slide{padding-top: 30px;}
    .col-meas-honor .list .swiper .swiper-pagination{margin-top: 25px;padding: 5px; }
    .col-meas-honor .list .swiper .swiper-pagination .swiper-pagination-bullet-active{width: 25px;}
/*page measurement*/
/*page custom*/
    .col-custom-middle{padding-bottom: 60px;}
    .col-custom-middle .row.flex{margin-top: 60px;}
    .col-custom-middle .row .text{padding-right: 2vw;margin-bottom: 30px;}
    .col-custom-middle .row .text .con{margin-top: 15px; }
    .col-custom-middle .row .pic img{border-radius: 8px;}
    .col-custom-message{padding-top: 55px;padding-bottom: 55px;}
/*page custom*/
/*page product*/
    .col-page-product{padding-top: 30px; padding-bottom: 40px;}
    .pro a{padding: 5%;}
    /*proshow*/
    .col-product-related .swiper-button .swiper-button-next{margin-left: 8px;}
    .col-product-related .list{margin-top: 35px;}
    .col-product-application{padding-top: 60px;padding-bottom: 60px;margin-bottom: 60px; }
    .col-product-application .content{ margin-top: 35px; }
    .col-product-application .content ul li{ width: 48.75%;padding: 8%;padding-bottom: 10px;}
    .col-product-application .content ul li img{max-width: 7vw;min-width: 34px;}
    .pro_show {padding-top: 60px;padding-bottom: 60px;}
    .pro_show .caseleft{padding-right: 0;}
    .pro_show .caseleft .pic{max-height: 500px;}
    .pro_show .caseright{ padding-left: 0;margin-top: 30px;}
    .pro_show .caseright .content{margin-top: 25px; line-height: 1.8;}
    .pro_show .caseright .link {margin-top: 25px;}
/*page product*/
/*page news*/
    .col-page-topimg{padding-top: 50px;}
    .col-page-topimg .container{padding: 60px 0;}
    .col-page-topimg .container .tips{margin-bottom: 14px;}
    .col-page-subnav{margin-top: 0;}
    .col-page-subnav .flex{padding-bottom: 20px;}
    .col-page-subnav ul li{ margin-right: 0.88vw; }
    .col-page-subnav ul li a{padding: 0 16px;line-height: 30px;}
    .col-page-news{padding-bottom: 45px;}
    .download ul{ margin: 0 -2vw; }
    .download ul li{padding: 0 2vw;margin-top: 4vw;}
    .download ul li p{margin-top: 15px;}
    .news ul li{padding: 35px 0;}
    .news ul li .text .tit{margin-top: 6px;}
    .news ul li .text p{margin-top: 18px;}
/*page news*/
/*news detail*/
    .col-news-detail{padding: 60px 5vw;}
/*news detail*/
/*page contact*/
    .col-page-contact{padding-bottom: 30px;}
    .col-page-contact .container{flex-wrap: wrap;}
    .col-page-contact .contact{width: 100%;padding-right: 0; }
    .col-page-contact .contact>*{max-width: none;}
    .col-page-contact .contact ul li{margin-bottom: 20px;}
    .col-page-contact .contact ul li .tit{margin-bottom: 10px;}
    .col-page-contact .contact .con_qrcode{margin-top: 30px;}
    .col-page-contact .col-message{ width: 100%;margin-top: 40px;}
/*page contact*/
}
@media (max-width: 767px) {
/*index*/
    .col-index-product .list ul {margin-top: -12px;}
    .col-index-product .list ul li{margin-top: 12px;}
    .col-index-product .list ul li .panel{padding: 20px 0 15px;}
    .col-index-product .list ul li .panel.flex .pic img{right: 0;}
    /*application*/
    .col-index-application{padding-top: 60px;padding-bottom: 60px;margin-top: 60px;}
    .col-index-application .panel{ width: 80%;max-width: 300px; padding: 25px 5vw 35px; }
    .col-index-application ul.list{margin-top: 20px; }
    .col-index-application ul.list li a{padding: 6px 0;}
    .col-index-application .more{margin-top: 6.5vw;}
    /*technology*/
    .col-index-technology .text{ width: 73%;max-width: 320px; }
    .col-index-technology .text .title{margin-bottom: 10px;}
    /*news*/
    .col-index-news{padding-top: 60px;}
/*index*/
    .col-about-number ul li p.num span.countup{ font-size: 40px; }
    .history .panel .year{width: 100%;}
    .history .panel .cont{width: 100%;padding: 5%;padding-bottom: calc(10% + 30px);}
    .history .swiper-button{width: 100%;padding: 0 5%; position: absolute;left: 0;bottom: 5%;}
    .download ul{ margin: 0 -10px; }
    .download ul li{padding: 0 10px;margin-top: 25px;}
    .news ul li .pic,
    .news ul li .text{width: 100%;max-width: none;}
    .news ul li .text{margin-top: 20px;}
}
@media (max-width: 480px) {
    .download ul li{width: 50%;}
}
@media (max-width: 400px) {
    .pro ul li{width: 100%;}
}