@charset "utf-8";
@import 'font-font-system.css';
@font-face {
    font-family: "Barlow";
    font-weight: 300;
    src: url("../fonts/Barlow-Light.ttf") format("truetype");
}
@font-face {
    font-family: "Barlow";
    font-weight: 'regular';
    src: url("../fonts/Barlow-Regular.ttf") format("truetype");
}
@font-face {
    font-family: "Barlow";
    font-weight: 500;
    src: url("../fonts/Barlow-Medium.ttf") format("truetype");
}
@font-face {
    font-family: "Barlow";
    font-weight: 600;
    src: url("../fonts/Barlow-SemiBold.ttf") format("truetype");
}
@font-face {
    font-family: "Barlow";
    font-weight: 700;
    src: url("../fonts/Barlow-Bold.ttf") format("truetype");
}
/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: 'iconfont';  /* Project id 1502878 */
  src: url('//at.alicdn.com/t/c/font_1502878_h5wdx5mx0rq.woff2?t=1749608371319') format('woff2'),
       url('//at.alicdn.com/t/c/font_1502878_h5wdx5mx0rq.woff?t=1749608371319') format('woff'),
       url('//at.alicdn.com/t/c/font_1502878_h5wdx5mx0rq.ttf?t=1749608371319') format('truetype');
}
*{margin:0;padding: 0;}
html{font-size: 16px;}
html.ovHidden{overflow: hidden;}
body {min-width: 320px;color: #1a1a1a;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 a {
    font-family:"iconfont" !important;
    font-size:12px!important;
    color: #fff!important;
    border:0!important;
    margin: 0!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: #f3ae00!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: #f3ae00;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;}
sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {color: #403f3f;}
input:-moz-placeholder,textarea:-moz-placeholder {color:#403f3f;}
input::-moz-placeholder,textarea::-moz-placeholder {color:#403f3f;}
input:-ms-input-placeholder,textarea:-ms-input-placeholder {color:#403f3f;}
/*slide contact*/
    .sider_contact{position: fixed;right: 0;bottom: 14%;z-index: 9999999;}
    .sider_contact .flex{flex-direction: column;background: #f3ae00;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;}
/* animates */
/* page */
    .page {margin-top: 4vw;text-align: center;}
    .page ul{margin: 0;}
    .page ul li a{border:none;background: none;color:#222;padding: 3px 9px;margin:0 4px;border-radius: 0px !important;}
    .page ul li a:hover{color: #222;background: #f3ae00;}
    .page ul li.disabled a{border:none !important;background: none !important;border-radius: 5px !important;}
    .page ul li.active a{border:none;background: #f3ae00;color: #222;}
    .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 */
/*search*/
    /*.header .index-search{position: relative;height: 59px;line-height: 59px;}*/
    .header .index-search .content{position: fixed;width:100%;height: 100vh;padding: 3vw; top:0;left: 0;background: rgba(0, 0, 0, 0.45);z-index: 1000;display: none;}
    .header .index-search .content .container{position: relative;height: 100%;}
    .header .index-search .content .s-content{background: #fff;text-align: center;padding:6vh 20px;position: absolute;top:30%;width: 100%;left: 0;transform: translateY(20px);opacity: 0;transition: 0.5s;}
    .header .index-search .content a.close{position: absolute;font-size: 32px;top:10px;right: 20px;}
    .header .index-search .content .title{color:#242424;margin-bottom: 10px;line-height: 1.5;}
    .header .index-search .content .input{font-size: 0;line-height: 1;max-width: 600px;margin: 0 auto;display: flex;}
    .header .index-search .content input{height: 60px;outline: none;vertical-align: middle;}
    .header .index-search .content .searchValue{padding-left: 20px;border: 1px solid #ededed;font-size: 16px;width: calc(100% - 60px);color:#292929;}
    .header .index-search .content .searchValue::-webkit-input-placeholder {color: #b6b6b6;}
    .header .index-search .content .searchValue:-moz-placeholder {color: #b6b6b6;}
    .header .index-search .content .searchValue::-moz-placeholder {color: #b6b6b6;}
    .header .index-search .content .searchValue:-ms-input-placeholder {color: #b6b6b6;}
    .header .index-search .content .search-btn{width: 60px;background: #222;border:none;font-size: 24px;color:#fff;font-family: 'iconfont';font-weight: normal;}
    .header .index-search .content.active .s-content{transform: none;opacity: 1;transition-delay: 0.36s;}
/*search*/
/*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 #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;
        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;color: #222;
    }
    .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:#f3ae00;}
    #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: #f3ae00;border-color: #f3ae00;color:#fff;}
    .col-page-policy{padding-top: 149px;background: #f9f9f9;}
    .col-page-policy .container{padding: 6vw 0;}
    .col-page-policy h2{margin-bottom: 3.125vw;font-weight: bold;text-transform: uppercase;}
    .col-page-policy .content{line-height: 1.8;font-weight: 500;color: #525252;}
    .col-page-policy .content p{margin-bottom: 5px;font-weight: 500;}
    .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*/
/*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;}
    .container2{max-width: 1440px;}
    .text-center{text-align: center;}
    .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: 4%;padding-right: 4%;}
    .bold{font-weight: bold;}
    .bold500{font-weight: 500;}
    .bold600{font-weight: 600;}

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

    .share {display: flex;align-items: center;position: relative;z-index: 2; }
    .share a{ margin-left: 10px; }
    .share a i{display: block;width: 24px;height: 24px;text-align: center;color: #fff;line-height: 24px;border-radius: 3px;background-color: #2d2d2d;}
    .share a.weixin {position: relative;}
    .share a.weixin em{display: none;width:130px;height:130px; position: absolute;left: 50%;margin-left: -65px;top: 34px;}
    .share a.weixin:hover em{display: block;}
    .col-title .tips{ color: #f3ae00; text-transform: uppercase;line-height: 1; }
    .col-title .tit{ margin-top: 0.729vw; line-height: 1.1; }
    .col-title .desc{margin-top: 0.78vw; color: #979797;line-height: 1.1; }
    .col-more a{display: inline-block;min-width: 10.41vw; padding:0.677vw 18px;text-align: center; color: #1b1b1b!important;line-height: 24px; background: #f3ae00; }
    .col-more a:hover{color: #fff!important;}
    .news .panel{cursor: pointer;}
    .news .panel .pic:after{padding-bottom: 67.633%;}
    .news .panel .text{margin-top: 2vw;}
    .news .panel a.tit{color: #1b1b1b;line-height: 1.1;}
    .news .panel p{ margin-top: 1vw; color: #555; line-height: 1.529; }
    .news .panel .more{margin-top: 1vw;}
    .news .panel .more a{display: inline-block;position: relative; color: #f3ae00;line-height: 1.3;}
    .news .panel .more a:after{content: '';display: block;width: 22px;margin-left: 9px; position: absolute;left: 100%;top: 50%; border-top: 1px solid #f3ae00;}
    .news .panel:hover a.tit{color: #f3ae00;}
/*common*/
/*page tags*/
    .col-page-tags-banner{margin-top: 149px;}
    .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*/
/*message*/
    .message .title {font-weight: 600; text-transform: uppercase;line-height: 1;}
    .message ul {margin: 0 -0.52vw;margin-top: 5px;}
    .message ul li{padding: 0 0.52vw;margin-top: 1.66vw;}
    .message ul li input,
    .message ul li textarea{display: block;width: 100%;height: 48px;padding: 0 1.3vw;  background: #f8f8f8;border: 1px solid #eee;line-height: 46px; outline: none;}
    .message ul li input{}
    .message ul li textarea{height: 8.958vw;max-height: 172px;min-height: 100px;padding-top: 8px; line-height: 1.8;}
    .message ul li.captcha input,
    .message ul li.submit input{display: inline-block;width: 40%;max-width: 197px;}
    .message ul li.submit input{ height: 50px;padding: 0;font-weight: 600;text-transform: uppercase; line-height: 48px; background: #f3ae00;border-color: #f3ae00; transition: 0.5s;}
    .message ul li.submit input:hover{ color: #fff;}
/*message*/

/*header*/
    .header{width: 100%;position: fixed;top: 0;z-index: 999;left: 0;background: #0b0b0b;transition: 0.5s;}
    .header .flex{width: 100%;max-width: 1730px;margin: 0 auto; align-items: center;justify-content: space-between;}
    .headerTop{padding-top: 17px;padding-bottom: 17px; background-color: #fff;}
    .headerTop .text{ color: #525252; }
    .headerTop .text ul{ display: flex; align-items: center; }
    .headerTop .text ul li{ margin-right: 6.77vw; }
    .headerTop .text ul li img{ height: 16px;margin-right: 0.78vw; }
    .headerTop .text ul li p{display: flex;align-items: center; font-weight: 500;line-height: 25px;}
    .headerTop .text ul li:last-child{margin-right: 0;}
    .headerNav .logo{ position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%); font-size: 0; }
    .headerNav .logo img{min-width: 120px;max-width: 16vw;}
    .headerNav .nav ul{ display: flex;align-items: center; }
    .headerNav .nav li.n{height: 90px; line-height: 90px; }
    .headerNav .nav li.n a{color: #fff;text-transform: uppercase;}
    .headerNav .nav li.n a:hover{color: #f3ae00;}
    .headerNav .left .nav ul li.n{ margin-right: 3vw; }
    .headerNav .right {display: flex;align-items: center;}
    .headerNav .right .nav ul li.n{ margin-right: 2.5vw; }
    .headerNav .right .nav ul li a.button{padding: 8px 1.56vw;color: #0b0b0b;text-transform: inherit; background-color: #f3ae00;}
    .headerNav .right .change-language-title a span{padding: 0; color: #fff;line-height: 20px;}
    /*.header.active{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{ color: #fff; }
    .footer a{ color: #fff; }
    .footer a:hover{ color: #f3ae00; }
    .footer .flex{flex-wrap: wrap;justify-content: space-between;align-items: center;}
    .footer .top{padding: 4.68vw 0 5.52vw; align-items: flex-end; }
    .footer .top .text{ width: 60%;max-width: 700px; }
    .footer .top .text p{ line-height: 1.333; }
    .footer .top .text p.p1{font-weight: 600;}
    .footer .top .text p.p2{margin-top: 10px; line-height: 1;}
    .footer .top .lx{ text-align: right;line-height: 1.4; }
    .footer .top .lx .col-more{margin-top: 15px;}
    .footer .middle{padding: 4.427vw 0;  border-top: 1px solid #464646; }
    .footer .middle ul li{margin-left: 4.58vw;}
    .footer .middle ul li a{text-transform: uppercase;}
    .footer .bottom{ line-height: 1.625; background-color: #0b0b0b; }
    .footer .bottom .flex{padding: 1.458vw 0;}
    .footer .bottom .share a.weixin em{ top: auto;bottom: 30px; }
/*footer*/
/*banner*/
    .banner {margin-top: 149px; 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;color: #fff;z-index: 9999;}
    /*index*/
    .banner-index .pic:after{padding-bottom: 41.1458%;}
    .banner-index .content {align-items: center;}
    .banner-index .content .flex{width: 100%; max-width: 1440px; margin: 0 auto;flex-wrap: wrap;justify-content: space-between;align-items: center;}
    .banner-index .content .text{width: 48%;max-width: 580px;}
    .banner-index .content .text p.p1{font-weight: 600;text-transform: uppercase;line-height: 1;}
    .banner-index .content .text p.p2{margin-top: 0.78vw; color: #f3ae00;font-weight: 600;text-transform: uppercase;line-height: 1; }
    .banner-index .content .text p.p3{margin-top: 1.56vw; font-weight: 500;line-height: 1.1; }
    .banner-index .content .text p.col-more{margin-top: 2vw; display: flex; }
    .banner-index .content .text p.col-more a{min-width: 7.91vw;margin-right: 1.3vw; font-weight: 600;text-transform: uppercase;line-height: 20px; }
    .banner-index .content .img{width: 50%;text-align: center;}
    .banner-index .content .img img{ width: 35vw;max-width: 672px;min-width: 350px; }
    .banner-index .swiper .button{width: 100%;position: absolute;left: 0;bottom: 5vw;z-index: 2;}
    .banner-index .swiper .button .container{max-width: 1440px;}
    .banner-index .swiper .swiper-pagination{display: flex;position: static;}
    .banner-index .swiper .swiper-pagination .swiper-pagination-bullet { width: 8px;height: 8px;margin:0 7px 0 0;background: #fff;opacity: 0.41; outline: none;}
    .banner-index .swiper .swiper-pagination .swiper-pagination-bullet-active{ background: #f3ae00;opacity: 1; }
    .banner-page .pic{ min-height: 160px; }
    .banner-page .pic:after{padding-bottom: 20.833%;}
    .banner-page .content .tit{color: #f3ae00; line-height: 1;}
    .col-banner-mbx{ margin-top: 7px;}
    @media (max-width: 991px){
        .banner{margin-top: 50px;}
        .banner-index .content .img img{ min-width: 300px; }
    }
    @media (max-width: 767px){
        .banner-index .pic{min-height: 320px;}
        .banner-index .content .text{width: 100%;max-width: none;position: relative;z-index: 2;}
        .banner-index .content .text p.p2{margin-top: 5px;}
        .banner-index .content .text p.p3{margin-top: 10px;}
        .banner-index .content .text p.col-more{margin-top: 14px;}
        .banner-index .content .img{width: auto; position: absolute;right: 0;top: 50%;transform: translateY(-50%); text-align: center;}
        .banner-index .content .img img{ min-width: auto; }
    }
/*banner*/
/*index*/
    .col-index-search .input{padding: 1.3vw 2.81vw; background-color: #f1f1f1; }
    .col-index-search .input .panel{width: 100%;padding-left: 34px; border-bottom: 1px solid #cfcfcf; background: none;}
    .col-index-search .input input,
    .col-index-search .input button{display: block;height: 40px;line-height: 40px; border: 0;outline: none;background: none; }
    .col-index-search .input input{width: 100%;}
    .col-index-search .input .search-btn{position: absolute;left: 0;top: 0;}
    .col-index-search .input .search-btn i{font-size: 19px; }
    .col-index-search .text{padding: 0;position: absolute;right: 0;bottom: 0;z-index: 2;}
    .col-index-search .text ul{ display: flex; }
    .col-index-search .text ul li{ width: 50%;padding: 2.6vw;position: relative; background-color: #f3ae00;overflow: hidden; }
    .col-index-search .text ul li p{ font-weight: 600;text-transform: uppercase;line-height: 1.083; }
    .col-index-search .text ul li img{height: 5.572vw;max-height: 107px;min-height: 50px;position: absolute;right: 0;top: 50%;transform: translate(50%,-50%);}
    .col-index-search .text ul li.li2{color: #fff;background-color: #1b1b1b;}
    .col-index-search .text ul li.li2 img{margin-right: 5px;}
    .col-index-product{ padding-top: 6.77%;padding-bottom: 6.77%; }
    .col-index-product .col-title{ max-width: 980px;margin: 0 auto; }
    .col-index-product .col-title .desc{padding: 0 2.6vw;}
    .col-index-product .list{margin-top: 6vw;}
    .col-index-product .list ul{ flex-wrap: wrap; }
    .col-index-product .list ul li{ padding: 0; }
    .col-index-product .list ul li a{height: 100%; padding: 7vw 2.6vw 2.34vw; display: block;position: relative; color: #fff;background:url(../images/bg.png) center no-repeat;background-size: cover; }
    .col-index-product .list ul li img{ max-height: 100%;position: absolute;right: 0;top: 50%;transform: translateY(-50%);  }
    .col-index-product .list ul li .tit{max-width: 50%;min-height: 1.6em; text-transform: uppercase;line-height: 0.8em; }
    .col-index-product .list ul li hr{margin: 3.54vw 0 0;border-color: #f3ae00;transition: 0.5s;}
    .col-index-product .list ul li .more{margin-top: 1vw; text-transform: uppercase;line-height: 1;}
    .col-index-product .list ul li .desc{margin-top: 0.83vw;color: #000; line-height: 1.857;opacity: 0;transition: 0.5s;}
    .col-index-product .list ul li a:hover{color: #000;background-image: url(../images/bg-on.png);}
    .col-index-product .list ul li a:hover hr{border-color: #262626;}
    .col-index-product .list ul li a:hover .desc{opacity: 1;}
    .col-index-about{border-left: 6px solid #f3ae00;overflow: hidden; }
    .col-index-about .container.flex{padding: 7vw 0; flex-wrap: wrap;align-items: center; }
    .col-index-about img.ouyuan{max-width: 100%;position: absolute;left: 50%;bottom: -14px;transform: translateX(-50%);}
    .col-index-about .pic{padding: 0 2.39vw;z-index: 2;}
    .col-index-about .pic img{ border-bottom-right-radius: 3.64vw; }
    .col-index-about .content{padding: 0;padding-left: 3.75vw;position: relative;z-index: 2; color: #fff; }
    .col-index-about .content .text{margin-top: 1.71vw;line-height: 1.625;}
    .col-index-about .content .text ul{margin-top: 2.91vw; display: flex; color: #f3ae00; }
    .col-index-about .content .text ul li{margin-right:3.64vw; display: flex;align-items: center;position: relative; }
    .col-index-about .content .text ul li:before{content: '';width: 17px;height: 2px;margin-right: 10px; background: #f3ae00;}
    .col-index-about .content .text ul li p{display: flex; font-weight: 300; line-height: 1;}
    .col-index-about .content .text ul li span.num{margin-left: 8px; font-weight: 600; }
    .col-index-about .content .text ul li span.more{font-weight: 600;}
    .col-index-about .content .text ul li:last-child{margin-right: 0;}
    .col-index-about .content .col-more{margin-top: 3.43vw;}
    .col-index-about .content .col-more a{text-transform: uppercase;}
    .col-index-service{padding-top: 6%;}
    .col-index-service .content{flex-wrap: wrap; justify-content: space-between; }
    .col-index-service .content .col-title{ width: 32.125%;margin-top: 1.927vw;display: flex;flex-wrap: wrap;flex-direction: column;justify-content: center; }
    .col-index-service .content .col-title .tit{line-height: 0.857;}
    .col-index-service .content .col-title .desc{margin-top: 1.5vw;}
    .col-index-service .content .text{ width: 32.125%;margin-top: 1.927vw;padding: 2.81vw 2.5vw; background-color: #fff;box-shadow: 0 0 15px 5px rgba(0,0,0,.1);}
    .col-index-service .content .text img{ height: 4.68vw;max-height: 90px;min-height: 45px;margin-bottom: 2.81vw; }
    .col-index-service .content .text p{ font-weight: 500;line-height: 1.182; }
    .col-index-service .content .text p.tit{margin-bottom: 0.7vw; text-transform: uppercase;line-height: 0.867;}
    .col-index-production{padding-top: 7%;}
    .col-index-production .list{margin-top: 4.479vw; overflow: hidden; }
    .col-index-production .list .swiper{margin: 0 -1.197vw;}
    .col-index-production .list .swiper-slide{padding: 0 1.197vw;}
    .col-index-production .list .pic:after{padding-bottom: 56.701%;}
    .col-index-production .list .pic span{display: flex;align-items: center;justify-content: center; width: 4vw;height: 4vw;max-width: 77px;max-height: 77px;min-width: 40px;min-height: 40px; position: absolute;right: 0;bottom: 0; color: #fff; background: url(../images/num.png) right bottom no-repeat;background-size: 100% 100%;}
    .col-index-production2{padding-top: 4%;margin-top: -4%;color: rgba(255,255,255,0.75);background-color: #1b1b1b;border-bottom: 5px solid #f3ae00; }
    .col-index-production2 .container{padding: 4vw 0 5.88vw;}
    .col-index-production2 .content{padding-right: 48%; line-height: 1.3;}
    .col-index-production2 .content .tit{ margin-bottom: 1vw; }
    .col-index-production2 .content .img{ max-width: 35%; position: absolute;right: 4vw;top: 50%;transform: translateY(-50%); }
    .col-index-production2 .col-more{margin-top: 1.5vw;}
    .col-index-news{padding-top: 7%;padding-bottom: 7%;}
    .col-index-news .list{margin-top: 4vw; overflow: hidden; }
    .col-index-news .list .swiper{margin: 0 -1.3vw;}
    .col-index-news .list .swiper-slide{padding: 0 1.3vw;}
/*index*/
/*page about*/
    .col-number ul{display: flex;margin: 0 -7vw;justify-content: space-between;}
    .col-number ul li{width: 20%; padding: 0 7vw; border-right: 1px solid #e6e6e6; }
    .col-number ul li .num{display: flex; color: #f3ae00; font-weight: 600;line-height: 0.8;white-space: nowrap; }
    .col-number ul li .dw{display: flex;align-items: flex-end; color: #222;line-height: 1; }
    .col-number ul li .tit{margin-top: 8px; font-weight: 500; line-height: 1.3;}
    .col-number ul li:nth-child(2n){width: 30%;}
    .col-number ul li:last-child{border:0;}
    .col-page-about{padding-top: 7%;padding-bottom: 7%; overflow: hidden; }
    .col-page-about .container.flex{flex-wrap: wrap;}
    .col-page-about .pic{padding: 0;padding-right: 3.125vw;}
    .col-page-about .content{padding: 0; line-height: 1.66;}
    .col-page-about .content p{margin-bottom: 1vw;}
    .col-page-about .content p.p1{margin-bottom: 0.6vw; color: #f3ae00;font-weight: 600; text-transform: uppercase;line-height: 1.18; }
    .col-page-about .content p.p2{margin-bottom: 1.45vw; line-height: 1; }
    .col-page-about .content p.p3{margin-bottom: 1.3vw; font-weight: 600;line-height: 1;}
    .col-page-about .content p:last-child{margin-bottom: 0;}
    .col-page-about .col-number{margin-top: 7vw;}
    .col-about-service{flex-wrap: wrap;}
    .col-about-service .col-title{padding: 0 0 7.7vw 4%;justify-content: flex-end; background-color: #1e1e1e; }
    .col-about-service .col-title .text{width: 100%;max-width: 800px;padding: 8vw 3vw 7vw 0;color: #fff;}
    .col-about-service .col-title .text .tit{ text-transform: uppercase; }
    .col-about-service .pic{padding: 0;}
    .col-about-service .pic:after{padding-bottom: 66.181%;}
    .col-about-service .content{ min-height: 8vw;}
    .col-about-service .content .container{margin-top: -7.7vw;padding: 3.64vw 3vw 4.32vw; background-color: #fff; }
    .col-about-service .content .title{ text-transform: uppercase; line-height: 1; }
    .col-about-service .content .desc{margin-top: 1vw; line-height: 1.667; overflow: hidden;}
    .col-about-service .content .desc ul{ margin: 0 -4vw;margin-top: 10px; display: flex; }
    .col-about-service .content .desc ul li{width: 20%;padding: 3vw 4vw; line-height: 1.1;border-right: 1px solid #e8e8e8; }
    .col-about-service .content .desc ul li p{font-weight: 500;}
    .col-about-service .content .desc ul li img{ height: 4.16vw;max-height: 80px;min-height: 40px; }
    .col-about-service .content .desc ul li hr{ width: 3.8vw;max-width: 73px;margin: 1.14vw auto 1.3vw;border-top: 2px solid #f3ae00; }
    .col-about-service .content .col-more{margin-top: 2.86vw;}
    .col-about-honor{padding-top: 5%;padding-bottom: 5%; color: #fff; border-bottom: 5px solid #f3ae00;}
    .col-about-honor .container{ max-width: 1530px;}
    .col-about-honor .col-title .tit{ margin-top: 1.5vw; }
    .col-about-honor .col-title .desc{margin-top: 2vw; color: #fff;line-height: 1.667;}
    .col-about-honor .list{margin-top: 4vw; overflow: hidden;}
    .col-about-honor .list .swiper{ margin: 0 -0.85vw;}
    .col-about-honor .list .swiper-slide{ padding: 0 0.85vw;}
    .col-about-honor .list .swiper-slide .pic{ max-height: 380px;}
    .col-about-honor .list .swiper-slide .pic:after{padding-bottom: 140.74%;}
    .col-about-honor .list .swiper .swiper-pagination{margin-top: 4vw;position: static;display: flex;justify-content: center;}
    .col-about-honor .list .swiper .swiper-pagination .swiper-pagination-bullet { width: 8px;height: 8px;margin:0 3.5px;background: #7b7b7b;opacity: 1; outline: none;}
    .col-about-honor .list .swiper .swiper-pagination .swiper-pagination-bullet-active{ background: #f3ae00; }
    .col-about-workshop{ padding-top: 7%;padding-bottom: 7%; }
    .col-about-workshop .container{max-width: 1440px;overflow: hidden;}
    .col-about-workshop .swiper{margin: 0 -1.25vw;}
    .col-about-workshop .swiper .swiper-slide{padding: 0 1.25vw; transition: 0.5s; }
    .col-about-workshop .swiper .swiper-slide img{width: 100%;}
    .col-about-workshop .swiper .swiper-slide-active{ }
    .col-about-workshop .swiper .swiper-slide:last-child{}
    .col-about-workshop .text{width: 50%;padding-top: 2.76vw; margin-top: -7.86vw;background-color: #fff;position: relative;z-index: 2;}
    .col-about-workshop .text p{line-height: 1.667;}
    .col-about-workshop .text p.tit{margin-bottom: 1vw; text-transform: uppercase;line-height: 1;}
    .col-about-workshop .text p.tit strong{font-weight: 600;}
    .col-about-workshop .text hr{width: 9.21vw;max-width: 177px;min-width: 85px;margin:1.45vw 0 0; border-top: 2px solid #f3ae00;}
    .col-about-workshop .text .button{margin-bottom: 1.56vw;}
    .col-about-workshop .text .button .swiper-button-prev,
    .col-about-workshop .text .button .swiper-button-next{ width: 2.08vw;height: 2.08vw;max-width: 40px;max-height: 40px;min-width: 30px;min-height: 30px;margin: 0 7px 0 0; display: flex;align-items: center;justify-content: center; position: static;color: #525252; border-radius: 50%;border:1px solid #bdbdbd;outline: none; }
    .col-about-workshop .text .button .swiper-button-prev i,
    .col-about-workshop .text .button .swiper-button-next i{font-size: 14px;}
    .col-about-workshop .text .button .swiper-button-prev:after,
    .col-about-workshop .text .button .swiper-button-next:after{display: none;}
/*page about*/
/*page contact*/
    .col-page-contact{padding-top: 6%;padding-bottom: 6%;}
    .col-page-contact .container{max-width: 1533px;}
    .col-page-contact .content{ margin-top: 3.125vw;padding-bottom: 5.2vw; border-bottom: 1px solid #f4f4f4;}
    .col-page-contact .content ul{display: flex;justify-content: space-between;}
    .col-page-contact .content ul li{ width: 31.7%;padding: 3vw 4vw; position: relative; background-color: #fff;box-shadow: 0 0 18px 5px rgba(0,0,0,.1);}
    .col-page-contact .content ul li:after{content: '';display: block;width: 38px;height: 38px;position: absolute;right: 0;bottom: 0;background: url(../images/num.png) no-repeat;background-size: 100% 100%;}
    .col-page-contact .content ul li img{ height: 2.8125vw;max-height: 54px;min-height: 30px;margin-bottom: 1.56vw;}
    .col-page-contact .content ul li p{ font-weight: 600;line-height: 1;}
    .col-page-contact .content ul li .tit{ margin-bottom: 0.7vw;}
    .col-page-contact .content ul li .add{ font-weight: 500; line-height: 1.182;}
    .col-contact-message{margin-top: 6vw;}
    .col-contact-message .col-title{width: 36.79%;padding-right: 2vw;}
    .col-contact-message .col-title .tit{margin-top: 0.93vw;line-height: 0.964;}
    .col-contact-message .message{ width: 63.21%;max-width: 935px;}
/*page contact*/
/*page product*/
    .col-page-product-feature{padding-top: 6%;padding-bottom: 6%;}
    .col-page-product .left{ width: 28%;padding: 6vw 0 6vw 4%; background-color: #fbfbfb;min-height: 100vh;}
    .col-page-product .left .box{ width: 100%;max-width: 323px;padding-right: 1vw;}
    .prosearch .input{ padding: 0.75vw 1.5vw;background: #fff;}
    .prosearch .input .panel{width: 100%;padding-left: 34px;}
    .prosearch .input input,
    .prosearch .input button{display: block;height: 40px;line-height: 40px; border: 0;outline: none;background: none; }
    .prosearch .input input{width: 100%;}
    .prosearch .input .search-btn{position: absolute;left: 0;top: 0;}
    .prosearch .input .search-btn i{font-size: 19px;color: #f6c240; }
    .prosearch .input input::-webkit-input-placeholder,.prosearch .input textarea::-webkit-input-placeholder {color: #757575;}
    .prosearch .input input:-moz-placeholder,.prosearch .input textarea:-moz-placeholder {color:#757575;}
    .prosearch .input input::-moz-placeholder,.prosearch .input textarea::-moz-placeholder {color:#757575;}
    .prosearch .input input:-ms-input-placeholder,.prosearch .input textarea:-ms-input-placeholder {color:#757575;}
    .pronav{margin-top: 1.3vw;}
    .pronav ul li{ padding: 1.3vw 0; border-bottom: 1px solid #e4e4e4;}
    .pronav ul li .tit{ position: relative; text-transform: uppercase;line-height: 30px;cursor: pointer;}
    .pronav ul li .tit span{ display: block;width: 15px;height: 15px;position: absolute;right: 0;top: 7px;}
    .pronav ul li .tit span:before,
    .pronav ul li .tit span:after{ content: '';position: absolute;background: #f3ae00;}
    .pronav ul li .tit span:before{width: 15px;height: 1px;left: 0;top: 7px;}
    .pronav ul li .tit span:after{width: 1px;height: 15px;left: 7px;top: 0;transition: 0.5s;}
    .pronav ul li .drop{padding: 5px 0; display: none;}
    .pronav ul li .drop p{margin-top: 1vw; line-height: 1.3;}
    .pronav ul li .drop p a{text-transform: uppercase;}
    .pronav ul li .drop p a.on{color: #f3ae00;}
    .pronav ul li.active .tit,
    .pronav ul li.active .tit a{color: #f3ae00;}
    .pronav ul li.active .tit span:after{transform:rotate(90deg);}
    .col-page-product .right{ width: 72%;padding: 6vw 4% 6vw 0;}
    .col-page-product .right .box{ width: 100%;max-width: 1183px;padding-left: 1.3vw;}
    .col-page-product .title{padding-left: 2.6vw;margin-bottom: 2vw; text-transform: uppercase;line-height: 1;}
    .pro ul{ flex-wrap: wrap;overflow: hidden; }
    .pro ul li{ padding: 0;padding-bottom: 5.6vw; border-left:1px solid #f3f3f3;border-top: 1px solid #f3f3f3; margin-top: -1px;margin-left: -1px; }
    .pro .pic:after{padding-bottom: 80%;}
    .pro .pic img{max-width: 75%;}
    .pro .text{padding: 0 2.6vw 2.6vw;}
    .pro .text a.tit{ text-transform: uppercase;line-height: 1; }
    .pro .text p{margin-top: 5px; line-height: 1.4;}
    .pro .text a.more{display: block;width: 2.6vw;height: 2.6vw;max-width: 49px;max-height: 49px;min-width: 30px;min-height: 30px;margin-top: 2.6vw; position: absolute;left: 2.6vw;bottom: 2.6vw; border:1px solid #f3ae00;}
    .pro .text a.more span{display: block;background: #f3ae00;position: absolute;transition: 0.5s;}
    .pro .text a.more span.span1{width: 20px;height: 1px;left: 50%;margin-left: -10px;top: 50%;}
    .pro .text a.more span.span2{width: 1px;height: 20px;left: 50%;top: 50%;margin-top: -10px;}
    .pro .text a.more:hover{ background-color: #f3ae00; }
    .pro .text a.more:hover span{background-color: #fff;}
    /*proshow*/
    .col-prodet{padding-top: 149px;padding-bottom: 16.14%;}
    .col-prodet .container,
    .col-prodet-message .container,
    .col-prodet-description .container{max-width: 1490px;}
    .col-prodet-related .container{max-width: 1490px;}
    .col-prodet .pro-mbx{padding: 1.3vw 0;}
    .prodet-top{padding-top: 3vw; align-items: center;justify-content: space-between; }
    .prodet-top .text{width: 50%;}
    .prodet-top .text h1{margin-top: 1vw; color: #f3ae00; line-height: 1; }
    .prodet-top .text .namemark{ line-height: 1; }
    .prodet-top .text .content{padding-top: 10px;}
    .prodet-top .text p{margin-top: 1vw; line-height: 1.529; }
    .prodet-top .text .button{margin-top: 2.34vw;}
    .prodet-top .text .button a{ display: inline-block;min-width: 9.79vw;padding: 0.729vw 2vw;margin-right: 2.6vw; text-align: center;text-transform: uppercase; line-height: 25px; border: 1px solid #f3ae00;}
    .prodet-top .text .button a:hover{color: #fff;background-color: #f3ae00;}
    .prodet-top .pic{ max-width: 45%;}
    .col-prodet-description{ padding-bottom: 8%;  background-color: #f2f2f2; }
    .prodet-description{ margin-top: -9.479vw;min-height: 10vw;line-height: 1.444; }
    .prodet-description ul{ display: flex;flex-wrap: wrap;justify-content: space-between; }
    .prodet-description ul li{width: 23.69%;padding: 2.34vw 1.25vw; background-color: #fff; box-shadow: 0 0 15px 5px rgba(0,0,0,.1);}
    .prodet-description ul li img{height: 2.65vw;max-height: 51px;min-height: 28px;margin-bottom: 2vw;}
    .prodet-description ul li p.p1{margin-bottom: 10px; text-transform: uppercase;line-height: 1.083;}
    .prodet-content{padding-top: 5.2vw;}
    .prodet-content .title{ text-transform: uppercase;line-height: 1; }
    .prodet-content .content{margin-top: 4vw; line-height: 1.6;overflow-x: auto;}
    .prodet-content .content table{width: 100%;min-width: 500px; margin-top: 3.64vw; border:2px solid #3e3e3e;}
    .prodet-content .content table tr td{width: 15%;padding: 1vw; border:1px solid #3e3e3e; }
    .prodet-content .content table tr td p.p1{font-weight: 500;}
    .prodet-content .content table tr:first-child td{background: #f3ae00;vertical-align: top;}
    .col-prodet-message{padding-top: 5%;}
    .col-prodet-related{padding-top: 5.5%;}
    .col-prodet-related .title{ text-transform: uppercase;line-height: 1; }
    .col-prodet-related .list{ margin-top: 2vw; position: relative; }
    .col-prodet-related .list:before{content: '';width: 100vw;position: absolute;left: 50%;top: 0;margin-left: -50vw; border-top: 1px solid #f3f3f3;}
    .col-prodet-related .list .swiper{margin: 0 -0.868vw;}
    .col-prodet-related .list .swiper-slide{padding: 5.5vw 0.868vw; border-right: 1px solid #f3f3f3;}
    .col-prodet-related .list .pro{overflow: hidden;}
    .col-prodet-related .list .pro .text{padding-bottom: 0;}
/*page product*/
/*page news*/
    .col-page-news-top,
    .col-page-news{padding-top: 5%;padding-bottom: 5%;}
    .col-page-news-top .col-title{ line-height: 1.667;}
    .col-page-news-top .col-title .tips{margin-bottom: 1vw;}
    .col-page-news-top .col-title .tit{margin: 0 0 0.78vw;}
    .col-page-news-middle{padding-top: 6%;padding-bottom: 6%; background-color: #f9f9f9;}
    .col-page-news-middle .news{flex-wrap: wrap;align-items: center;}
    .col-page-news-middle .news .pic{padding: 0;}
    .col-page-news-middle .news .pic:after{padding-bottom: 66.66%;}
    .col-page-news-middle .news .panel{padding: 0;padding-left: 3.64vw;background:none;}
    .col-page-news-middle .news .panel .text{margin: 0;}
    .col-page-news-middle .news .panel .text .title{ text-transform: uppercase;line-height: 1;}
    .col-page-news-middle .news .panel .text hr{ width: 3.75vw;max-width: 72px;min-width: 35px;margin: 1.3vw 0 0;border-top: 3px solid #f3ae00; }
    .col-page-news-middle .news .panel .text .date{margin-top: 2vw; line-height: 1;}
    .col-page-news-middle .news .panel a.tit{ margin-top: 1vw;}
    .col-page-news{padding-top: 5%;padding-bottom: 5%;}
    .col-page-news .newstab a{display: inline-block;padding-bottom: 7px;margin-right: 2.6vw; border-bottom: 1px solid #fff;}
    .col-page-news .newstab a:hover,
    .col-page-news .newstab a.active{color: #f3ae00; border-color: #f3ae00;}
    .col-page-news .news ul{ margin: 0 -2.24vw;flex-wrap: wrap;}
    .col-page-news .news ul li{ padding: 0 2.24vw;margin-top: 3.43vw;}
    .col-page-news .news ul li .pic img{background: #ddd;}
/*page news*/
/*news detail*/
    .col-news-detail{padding: 6.25vw 5vw;}
    .col-news-detail h1{font-size: 1.875rem;font-weight: bold;}
    .col-news-detail .info{padding: 12px 0 15px;border-bottom: 1px dotted #c6c6c6;margin-bottom: 4vh;font-size: 12px;display: flex;flex-wrap: wrap;}
    .col-news-detail .info span.publisher{color:#f3ae00;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:#00a2ff;}
    .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:#f3ae00;}
/*news detail*/
@media (max-width: 991px){
/*common*/
    .col-title .tit{ margin-top: 6px; }
    .col-title .desc{margin-top: 7px;}
    .col-more a{ padding: 5px 18px;}
    .news .panel .text{margin-top: 18px;}
    .news .panel p{ margin-top: 10px;}
    .news .panel .more{margin-top: 10px;}
    .news .panel .more a:after{width: 11px;margin-left: 6px;}
/*common*/
/*message*/
    .message ul {margin: 0 -5px;}
    .message ul li{padding: 0 5px;margin-top: 15px;}
    .message ul li input,
    .message ul li textarea{height: 40px;padding: 0 12px; line-height: 38px;}
    .message ul li textarea{padding-top: 8px; line-height: 1.8;}
    .message ul li.submit input{ height: 42px;line-height: 40px;}
/*message*/
/*header*/
    .headerNav{ height: 50px;padding: 0 20px;}
    .headerNav .logo{ position: static;transform: none;line-height: 50px;}
    .headerNav .logo img{min-width: 120px;max-width: 16vw;}
    .header .flex .right .nav-btn{display: block !important;margin-left: 10px;}
    .header .flex .right .lines{width: 20px;height: 16px;position: relative;cursor: pointer;}
    .header .flex .right .lines span{width: 100%;height: 2px;background: #f3ae00;position: absolute;overflow: hidden;left: 0;transition: all 0.25s ease;}
    .header .flex .right .lines span.n1{top: 0;}
    .header .flex .right .lines span.n2{top: 7px;}
    .header .flex .right .lines span.n3{top: 14px;}
    .header .flex .right .nav-btn.closes .lines span.n1 {top: 8px;transform: rotate(45deg);}
    .header .flex .right .nav-btn.closes .lines span.n2 {opacity: 0;}
    .header .flex .right .nav-btn.closes .lines span.n3 {top: 8px;transform: rotate(-45deg);}
/*header*/
/*footer*/
    .footer{text-align: center;}
    .footer .flex{flex-wrap: wrap;justify-content: space-between;align-items: center;}
    .footer .top{padding: 45px 0 50px;}
    .footer .top .text{ width: 100%;max-width: none; }
    .footer .top .lx{ width: 100%;margin-top: 25px; text-align: center;}
    .footer .top .lx .col-more{margin-top: 15px;}
    .footer .middle{padding: 40px 0;}
    .footer .middle .logo{width: 100%;}
    .footer .middle ul{width: 100%;margin-top: 25px; justify-content: center;}
    .footer .middle ul li{margin:3px 1.5vw;}
    .footer .bottom .flex{padding: 14px 0;}
    .footer .bottom .copyright{width: 100%;}
    .footer .bottom .share{width: 100%;margin-top: 8px; justify-content: center;}
    .footer .bottom .share a{ margin:0 4px; }
/*footer*/
/*index*/
    .col-index-search .input{padding:13px 15px; }
    .col-index-search .input .panel{padding-left: 30px;}
    .col-index-search .input input,
    .col-index-search .input button{height: 35px;line-height: 35px;}
    .col-index-search .input .search-btn i{font-size: 17px; }
    .col-index-search .text{position: static;}
    .col-index-product{ padding-top: 60px;padding-bottom: 60px; }
    .col-index-product .col-title .desc{padding: 0;}
    .col-index-product .list{margin-top: 55px;}
    .col-index-product .list ul li a{padding: 10% 5% 24px; }
    .col-index-product .list ul li img{max-width: 45%;}
    .col-index-product .list ul li .tit{min-height: 2em;line-height:1em; }
    .col-index-product .list ul li hr{margin: 30px 0 0;}
    .col-index-product .list ul li .more{margin-top: 10px;}
    .col-index-product .list ul li .desc{margin-top:8px;color: inherit; opacity: 1;}
    .col-index-about{border-left: 3px solid #f3ae00;}
    .col-index-about .container.flex{padding: 60px 0;}
    .col-index-about .pic{padding: 0;}
    .col-index-about .pic img{ border-bottom-right-radius: 30px; }
    .col-index-about .content{padding: 0;margin-top: 40px; }
    .col-index-about .content .text{margin-top: 17px;}
    .col-index-about .content .text ul{margin-top: 28px;}
    .col-index-about .content .text ul li{margin-right: 5vw;}
    .col-index-about .content .text ul li:before{width: 12px;margin-right: 5px;}
    .col-index-about .content .text ul li span.num{margin-left: 4px;}
    .col-index-about .content .col-more{margin-top: 30px;}
    .col-index-service{padding-top: 55px;}
    .col-index-service .content .col-title{width: 100%;margin-top: 20px;}
    .col-index-service .content .col-title .desc{margin-top: 15px;}
    .col-index-service .content .text{ width: 100%;margin-top: 20px;padding:5%;}
    .col-index-service .content .text img{margin-bottom: 25px; }
    .col-index-service .content .text p.tit{margin-bottom: 7px;}
    .col-index-production{padding-top: 60px;}
    .col-index-production .list{margin-top: 40px; }
    .col-index-production2{padding-top: 35px;margin-top: -35px;border-width: 3px;}
    .col-index-production2 .container{padding: 40px 0 55px;}
    .col-index-production2 .content{padding-right: 0%;}
    .col-index-production2 .content .tit{ margin-bottom: 10px; }
    .col-index-production2 .content .img{ width: 80%;max-width: 350px; margin-top: 20px; position: static;transform:none; }
    .col-index-production2 .col-more{margin-top: 20px;}
    .col-index-news{padding-top: 60px;padding-bottom: 60px;}
    .col-index-news .list{margin-top: 40px;}
/*index*/
/*page about*/
    .col-page-about{padding-top: 60px;padding-bottom: 60px;}
    .col-page-about .pic{padding: 0;}
    .col-page-about .content{padding: 0;margin-top: 25px;}
    .col-page-about .content p{margin-bottom: 10px;}
    .col-page-about .content p.p1{margin-bottom: 6px;}
    .col-page-about .content p.p2{margin-bottom: 14px;}
    .col-page-about .content p.p3{margin-bottom: 13px;}
    .col-page-about .col-number{margin-top: 60px;}
    .col-about-service{flex-wrap: wrap;}
    .col-about-service .col-title{padding: 55px 4%;}
    .col-about-service .col-title .text{max-width: none;padding: 0;}
    .col-about-service .col-title .text .tit{ text-transform: uppercase; }
    .col-about-service .content{ min-height: auto;}
    .col-about-service .content .container{margin-top:0;padding: 35px 3vw;}
    .col-about-service .content .desc{margin-top: 10px;}
    .col-about-service .content .desc ul{ margin: 10px -2vw 0; }
    .col-about-service .content .desc ul li{padding: 27px 2vw;}
    .col-about-service .content .desc ul li hr{margin: 11px auto 12px;}
    .col-about-service .content .col-more{margin-top: 28px;}
    .col-about-honor{padding-top: 50px;padding-bottom: 50px;}
    .col-about-honor .col-title .tit{ margin-top: 15px; }
    .col-about-honor .col-title .desc{margin-top: 20px;}
    .col-about-honor .list{margin-top: 35px;}
    .col-about-honor .list .swiper .swiper-pagination{margin-top: 35px;}
    .col-about-workshop{ padding-top: 60px;padding-bottom: 60px; }
    .col-about-workshop .text{width: 100%;padding-top: 25px; margin-top: 0;}
    .col-about-workshop .text p.tit{margin-bottom: 10px;}
    .col-about-workshop .text hr{margin: 14px 0 0;}
    .col-about-workshop .text .button{margin-bottom: 15px;}
/*page about*/
/*page contact*/
    .col-page-contact{padding-top: 55px;padding-bottom: 55px;}
    .col-page-contact .content{ margin-top: 30px;padding-bottom: 50px;}
    .col-page-contact .content ul{margin-top: -15px; flex-wrap: wrap;}
    .col-page-contact .content ul li{ width: 100%;padding: 5%; margin-top: 15px;}
    .col-page-contact .content ul li:after{width: 28px;height: 28px;}
    .col-page-contact .content ul li img{ margin-bottom: 15px;}
    .col-page-contact .content ul li .tit{margin-bottom: 7px;}
    .col-contact-message{margin-top: 55px;}
    .col-contact-message .col-title{width: 100%;padding-right: 0;}
    .col-contact-message .col-title .tit{margin-top: 9px;}
    .col-contact-message .message{ width: 100%;max-width: none;margin-top: 20px;}
/*page contact*/
/*page product*/
    .col-page-product-feature{padding-top: 55px;padding-bottom: 55px;}
    .col-page-product .right{ width: 100%;padding: 60px 4%;}
    .col-page-product .right .box{padding-left: 0;}
    .col-page-product .title{padding-left: 2.6vw;margin-bottom: 20px;}
    .pro ul li{padding-bottom: 50px;}
    .pro .text{padding: 0 2.6vw 25px;}
    .pro .text a.more{bottom: 25px;}
    .pro .text a.more span.span1{width: 15px;margin-left: -7.5px;}
    .pro .text a.more span.span2{height: 15px;margin-top: -7.5px;}
    /*proshow*/
    .col-prodet{padding-top: 50px;padding-bottom: 100px;}
    .col-prodet .pro-mbx{padding: 13px 0;text-align: left;}
    .prodet-top{padding-top: 20px;flex-wrap: wrap;}
    .prodet-top .text{width: 100%;}
    .prodet-top .text h1{margin-top: 10px;}
    .prodet-top .text p{margin-top: 10px;}
    .prodet-top .text .button{margin-top: 20px;}
    .prodet-top .text .button a{padding: 5px 18px;margin-right: 2vw;}
    .prodet-top .pic{ max-width: 100%;width: 100%;margin-top: 30px; text-align: center;}
    .col-prodet-description{ padding-bottom: 60px; }
    .prodet-description{ margin-top: -50px;}
    .prodet-description ul li{width: 100%;padding: 20px 15px;margin-bottom: 20px;}
    .prodet-description ul li img{margin-bottom: 20px;}
    .prodet-content{padding-top: 55px;}
    .prodet-content .content{margin-top: 40px;}
    .prodet-content .content table{ margin-top: 30px;}
    .col-prodet-message{padding-top: 50px;}
    .col-prodet-related{padding-top: 55px;}
    .col-prodet-related .list{ margin-top: 20px;}
    .col-prodet-related .list .swiper-slide{padding-top: 55px;padding-bottom: 55px;}
/*page product*/
/*page news*/
    .col-page-news-top,
    .col-page-news{padding-top: 55px;padding-bottom: 55px;}
    .col-page-news-top .col-title .tips{margin-bottom: 10px;}
    .col-page-news-top .col-title .tit{margin: 0 0 7px;}
    .col-page-news-middle{padding-top: 60px;padding-bottom: 60px; }
    .col-page-news-middle .news .panel{padding: 0;margin-top: 25px;}
    .col-page-news-middle .news .panel .text hr{ margin: 13px 0 0;border-top: 2px solid #f3ae00; }
    .col-page-news-middle .news .panel .text .date{margin-top: 20px;}
    .col-page-news-middle .news .panel a.tit{ margin-top: 10px;}
    .col-page-news .newstab a{padding-bottom: 4px;}
    .col-page-news .news ul li{margin-top: 30px;}
/*page news*/
/*news detail*/
    .col-news-detail{padding: 60px 5vw;}
/*news detail*/
}
@media (max-width: 767px){
    .col-index-search .text ul{flex-wrap: wrap;}
    .col-index-search .text ul li{width: 100%;padding: 20px 15px;}

    .col-number ul{flex-wrap: wrap;text-align: center;margin:0 -3vw; margin-top: -20px; }
    .col-number ul li{width: 50%;margin-top: 20px;padding: 0 3vw;}
    .col-number ul li .num{justify-content: center;}
    .col-number ul li:nth-child(2n){width: 50%;}
    .col-about-service .content .desc ul {flex-wrap: wrap;}
    .col-about-service .content .desc ul li{width: 100%;border-bottom: 1px solid #e8e8e8;}
    .col-about-service .content .desc ul li:last-child{border-bottom: 0;}
}
@media (max-width: 468px){}