@charset "utf-8";
@import 'font-font-system.css';
@font-face {
    font-family: "GOTHIC";
    font-weight: regular;
    src: url("../fonts/GOTHIC.ttf") format("TrueType");
}
@font-face {
    font-family: "GOTHIC";
    font-weight: 600;
    src: url("../fonts/GOTHICB.ttf") format("TrueType");
}
/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@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:"GOTHIC","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: #cf000d!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: #cf000d;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{outline: none;}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {color: #222;}
input:-moz-placeholder,textarea:-moz-placeholder {color:#222;}
input::-moz-placeholder,textarea::-moz-placeholder {color:#222;}
input:-ms-input-placeholder,textarea:-ms-input-placeholder {color:#222;}

/*slide contact*/
    .sider_contact{position: fixed;right: 0;bottom: 14%;z-index: 9999999;}
    .sider_contact .flex{flex-direction: column;background: #cf000d;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: #fff;color:#222;padding:5px 11px;margin:0 4px;border-radius: 5px !important;}
    .page ul li a:hover{color: #fff;background: #cf000d;}
    .page ul li.disabled a{border:none !important;background: none !important;border-radius: 5px !important;}
    .page ul li.active a{border:none;background: #cf000d;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 */
/*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 #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:#15407a;}
    #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: #cf000d;border-color: #cf000d;color:#fff;}
    .col-page-policy{padding-top: 100px;background: #f9f9f9;}
    .col-page-policy .container{padding: 6vw 0;}
    .col-page-policy h2{margin-bottom: 3.125vw;text-transform: uppercase;}
    .col-page-policy .content{line-height: 1.8;}
    .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*/
/*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: 1316px;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;}

    #aPlay{display: block;position: absolute;left: 50%;top:50%;transform: translate(-50%,-50%);  }
    #aPlay i{display: flex;width: 6.14vw;height: 6.14vw;max-width: 118px;max-height: 118px;min-width: 60px;min-height: 60px; align-items: center;justify-content: center; color: #cf000d;background: rgba(255,255,255,0.8);border-radius: 50%;z-index: 2;position: relative;transition: 0.5s;}
    #aPlay i:hover{color: #fff;background: #cf000d;}
    .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: #cf000d;}

    .col-tags ul{padding-top: 10px;}
    .col-tags ul li{float: left;margin-right: 1.5vw;margin-top: 5px;}
    .col-tags ul li a{color: #fff; border-bottom: 1px solid; }
    .col-tags ul li a:hover{color: #cf000d;}

    .share{display: flex;align-items: center; }
    .share a{ display: flex;justify-content: center;align-items: center; width: 2.08vw;height: 2.08vw;max-width: 40px;max-height: 40px;min-width: 30px;min-height: 30px; margin-right: 8px; text-align: center;color: #222;border-radius: 50%;background-color: rgba(255,255,255,0.9); }
    .share a:hover{color: #fff;background-color: #cf000d;}

    .col-more a{display: inline-block;min-width: 10.05vw; padding: 0.78vw 18px;text-align: center;text-transform: uppercase; color: #fff;line-height: 25px; background: #cf000d; }
    .col-more a:hover{background: #171f92;}
/*common*/
/*page tags*/
    .col-page-tags{color: #fff; background: #1d1d1d;}
    .col-page-tags .container{padding-top: 6vw;padding-bottom: 6vw;}
    .col-page-tags .col-title .tit{margin: 0;color: #fff;font-weight: bold;}
    /*.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 .container{padding-top: 55px;padding-bottom: 55px;}
        /*.col-page-tags .pro{margin-top: 30px;}*/
        .col-page-tags .tags-content{ margin-top: 40px;}
    }
/*page tags*/
/*message*/
    .col-message{padding-top: 6%;padding-bottom: 6%; background: #fafafa;}
    .col-message .subtit{margin-bottom: 1.5vw; display: flex;align-items: center;color: #cf000d;line-height: 1.2; }
    .col-message .subtit span{display: block;width: 22px;height: 2px;margin-right: 13px; background: #cf000d;}
    .col-message .tit{line-height: 1;}
    .col-message .desc{margin-top: 1.56vw; line-height: 1.667;}
    .col-message ul{margin: 0 -0.83vw;padding-top: 10px;}
    .col-message ul li{padding: 0 0.83vw;margin-top: 1.5vw;}
    .col-message ul li input,
    .col-message ul li textarea{display: block;width: 100%;padding: 0 1.25vw;color: #333;font-weight: bold; background: #fff;border: 1px solid #e1e1e1;outline: none;}
    .col-message ul li input{height: 44px;}
    .col-message ul li textarea{height: 11.25vw;max-height: 193px;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: 236px;}
    .col-message ul li.submit input{height: 60px; color: #fff;background: #cf000d;text-transform: uppercase;border:0;}
    @media (max-width: 991px){
        .col-message{padding-top: 55px;padding-bottom: 55px;}
        .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;}
        .col-message ul li.submit input{height: 45px;}
    }
/*message*/
/*header*/
    .header{width: 100%;padding: 2vw 4vw; position: fixed;top: 0;z-index: 999;left: 0;color: #fff; transition: 0.5s;}
    .header .wrap{ align-items: center;justify-content: space-between; position: relative;}
    .header .wrap a{color: #fff;}
    .header .logo{min-width: 120px;max-width: 14vw;height: 49px;font-size: 0; line-height: 49px;}
    .header .right{align-items: center;}
    .header .right .nav ul{display: flex;align-items: center;}
    .header .right .nav ul li{padding: 0 2.4vw; position: relative;}
    .header .right .nav ul li a{text-transform: uppercase;}
    .header .right .nav ul li a:hover,
    .header .right .nav ul li.active a{color:#cf000d;}
    .header .right .nav ul li .child{display: none; width: 200px; padding: 20px 0 15px; position: absolute;top:100%;left:50%;margin-left: -100px; text-align: center;background: rgba(255,255,255,0.9);line-height: 1.8;border-top: 1px solid rgba(0,0,0,.15);box-shadow: 0 5px 5px 0px rgba(6, 0, 1, 0.06);transition: 1s;}
    .header .right .nav ul li .child a{display: block; color:#222;text-transform: none;}
    .header .right .nav ul li .child a:hover{color: #fff;background: #cf000d;}
    .header .right .share{ padding-left: 4.8vw;justify-content: flex-end; }
    .header .right .share a{margin-left: 0.6vw;margin-right: 0; color: #222;}
    .header .right .shu{ height: 25px;margin: 0 1.4vw; border-left: 1px solid rgba(255,255,255,0.7);transition: 0.5s; }
    .header .right .language{margin-left: 1.82vw;}
    .header .right .language a{color: #222;}
    .header .right .language a.tit{display: block;width: 33.89px;}
    .header .right .language a.tit span{ padding-left: 0;white-space: nowrap;}
    .header .right .language a.tit img{ max-width: none; vertical-align:middle; position: static;margin: 0;}
    .header.active{padding-top: 1vw;padding-bottom: 1vw;box-shadow: 0 5px 12px 0 rgba(0,0,0,.15);}
    .header.active,
    .header.on{ background: #fff;}
    .header.active .wrap a,
    .header.on .wrap a{color: #000;}
    .header.active .right .share a,
    .header.on .right .share a{color: #fff;background: #2f2f2f;}
    .header.active .right .shu,
    .header.on .right .shu{border-color: #4b4b4b;}
    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);}
    @media (max-width: 1300px){
        .header .right .nav ul li{padding: 0 1.8vw;}
        .header .right .share{ padding-left: 3vw; }
    }
/*header*/
/*footer*/
    .col-bottom-contact{ padding-top: 4%;padding-bottom: 4%;border-top: 1px solid #f0f0f0; }
    .col-bottom-contact .title{ padding: 0; text-transform: uppercase; line-height: 1; }
    .col-bottom-contact .title img{display: block;width: 3.9vw;max-width: 75px;min-width: 40px; margin-top: 1vw;}
    .col-bottom-contact .content{padding-right: 0; color: #797979;line-height: 1.5;}
    .col-bottom-contact .content ul{ display: flex;flex-wrap: wrap;margin-right: -17px; }
    .col-bottom-contact .content ul li{width: 50%; padding-left: 3.64vw;padding-right: 17px; position: relative; }
    .col-bottom-contact .content ul li img{ width: 3vw;max-width: 58px; position: absolute;left: 0;top: 0; border-radius: 50%;border:1px solid #e3e3e3;}
    .col-bottom-contact .content ul li strong{color: #222;}
    .col-bottom-contact .content ul li .tit{padding: 0.78vw 0; line-height: 1; }
    .col-bottom-contact .content ul li .tel{margin-top: 10px; color: #222; }
    .col-bottom-contact .content ul li .border{border-bottom: 2px solid; }
    .footer{padding-top: 5.9%; color: #fff; background: #151513; }
    .footer a{ color: #fff; }
    .footer .flex{ justify-content: space-between; }
    .footer .bottom{padding: 1.2vw 0;margin-top: 4.68vw; align-items: center; color: #9a9797;line-height: 1.8;border-top: 1px solid #444; }
    .footer .bottom a{ color: #9a9797; }
    .footer .bottom a:hover{ color: #cf000d; }
    .footerCon{max-width: 25%;}
    .footerCon .share{margin-top: 3vw;}
    .footerCon .share a{color: #222;}
    .footerCon .share a:hover{color: #fff;}
    .footerNav{width: 60%;max-width: 700px;}
    .footerNav .desc{text-transform: uppercase;line-height: 1.083;}
    .footerNav ul{margin: 0 -1vw;}
    .footerNav ul li{margin-top: 4vw;padding: 0 1vw;}
    .footerNav ul li .tit{ text-transform: uppercase;line-height: 1.3; }
    .footerNav ul li .child{ padding-top: 0.78vw; }
    .footerNav ul li .child p{margin-top: 10px; line-height: 1.8; }
    .footerNav ul li .child p a{color: rgba(255,255,255,0.64);}
    .footerNav ul li .child p a:hover{color: #cf000d;}
    .footerNav ul li .child p img{width: 7.76vw;max-width: 149px;min-width: 80px;}
/*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;text-align: center;color: #fff;text-transform: uppercase; z-index: 9999;}
    .banner .content h2{line-height: 1.05;}
    .banner .content p.p1{line-height: 1;}
    /*index*/
    .banner-index .pic{min-height: 300px;}
    .banner-index .pic:after{padding-bottom: 48.4375%;}
    .banner-index .content{padding-top: 3vw;}
    .banner-index .content h2{margin-top: 1.4vw;}
    .banner-index .content .col-more{margin-top: 2vw; }
    .banner-index .swiper .bottom{ width: auto;align-items: center; position: absolute;left: 50%;transform: translateX(-50%);bottom: 7vw;z-index: 2; color: #fff;}
    .banner-index .swiper .swiper-pagination{ width: 225px;height: 2px;margin: 0 8px; position: relative; background: rgba(255,255,255,0.41); }
    .banner-index .swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{ background: #fff; }
    /*page*/
    .banner-page .pic{ min-height: 230px; }
    .banner-page .pic:after{padding-bottom: 33.6979%;}
    .banner-page-about .pic:after{padding-bottom: 44.583%;}
    .banner-page .content{ padding-top: calc(49px + 4vw); }
    .banner-page .content h2{margin-bottom: 3px;}
    @media (max-width: 991px){
        .banner-index .swiper .bottom{bottom: 5vw;}
        .banner-page .content{ padding-top: 50px; }
    }
/*banner*/
/*index*/
    .col-index-about{padding-top: 5.88%;padding-bottom: 20%; color: #fff; }
    .col-index-about .container{max-width: 1220px;}
    .col-index-about p{ color: rgba( 255, 255, 255, 0.8 );line-height: 2; }
    .col-index-about p.p1{ display: inline-block; height: 37px;padding: 0 25px; line-height: 37px; color: #000;background: url(../images/tit.png) center no-repeat;background-size: cover;border-radius: 20px; }
    .col-index-about p.p2{ margin-top: 2.5vw; color: #fff; line-height: 1.3;}
    .col-index-about p.tit{ margin-top: 1.5vw; color: #fff; line-height: 1; }
    .col-index-about hr{ width: 4.0625vw;max-width: 78px;min-width: 40px; margin: 2.2vw auto 2vw; border-color: #cf000d; }
    .col-index-about .img{margin-top: 5vw;}
    .col-index-about .img img{width: 42vw;max-width: 782px;}
    /*choose*/
    .col-index-choose{padding-top: 7%; color: #fff; }
    .col-index-choose .container{ max-width: 1600px; }
    .col-index-choose .title{ line-height: 1.2; }
    .col-index-choose .title span{margin-bottom: 1vw; display: block;text-transform: uppercase;line-height: 1; }
    .col-index-choose .content{ margin-top: 10vw; }
    .col-index-choose .content ul{margin: 0 -1vw; display: flex;flex-wrap: wrap; justify-content: space-between;}
    .col-index-choose .content ul li{ width: 20%;padding: 0 2vw; }
    .col-index-choose .content ul li p{color: #e7e7e8;line-height: 1.333;}
    .col-index-choose .content ul li p.p1{margin-bottom: 0.78vw; color: #fefefe;}
    .col-index-choose .content ul li img{height: 4.5vw;max-height: 86px;min-height: 43px;margin-bottom: 1.5vw;}
    .col-index-choose .pic{max-width: 1376px;margin: 11vw auto 0;overflow: visible;text-align: left;}
    .col-index-choose .pic .triangle{width: 4.84vw;max-width: 93px;min-width: 48px;position: absolute;left: 3vw;top: 100%;}
    /*product*/
    .col-index-product{ padding-top: 6.35%;padding-bottom: 7%; }
    .col-index-product .container{max-width: 1376px;}
    .col-index-product .list ul{ margin: 0 -6px; flex-wrap: wrap; }
    .col-index-product .list ul li{padding: 6px }
    .col-index-product .list ul li .pic:after{padding-bottom: 63.48%;}
    .col-index-product .list ul li .pic img{width: 100%;height: 100%;object-fit: cover;}
    .col-index-product .list ul li .text{width: 55%;padding-left: 3vw; flex-direction: column;justify-content: center;right: auto;}
    .col-index-product .list ul li .text .tit{max-width: 300px; color: #fff; text-transform: uppercase;line-height: 1; }
    .col-index-product .list ul li .text p{margin-top: 10px; color: rgba( 255, 255, 255, 0.8 );line-height: 1.5;}
    .col-index-product .list ul li .text .col-more{margin-top: 1.25vw;}
    .col-index-product .list ul li.li1{ width: 100%; }
    .col-index-product .list ul li.li1 .pic:after{padding-bottom: 31.464%;}
    .col-index-product .list ul li.li1 .text{width: 40%;}
    .col-index-product .list ul li.li1 .text .tit{width: 65%;}
    /*technology*/
    .col-index-technology{padding-top: 8%;padding-bottom: 8%; color: #fff; }
    .col-index-technology .container{ max-width: 1130px; }
    .col-index-technology .pic img{ height: 25vw;max-height: 466px;min-height: 250px; }
    .col-index-technology .pic .text{flex-direction: column;justify-content: center;}
    .col-index-technology .title{ line-height: 1.364; }
    .col-index-technology .title span{margin-bottom: 2vw; display: block;text-transform: uppercase;line-height: 1; }
    .col-index-technology .col-more{margin-top: 2.86vw;}
    /*news*/
    .col-index-news{padding-top: 5.2%;padding-bottom: 4.58%;}
    .col-index-news .title{ line-height: 1.1; text-transform: uppercase; }
    .col-index-news .title span{margin-bottom: 0.6vw; display: block;line-height: 1;}
    .col-index-news .list{margin-top: 3.54vw;}
    .col-index-news .swiper-slide .pic:after{padding-bottom: 72.611%;}
    .col-index-news .swiper-slide .text{margin-top: 1.5vw;}
    .col-index-news .swiper-slide .text .tit{display: inline-block; line-height: 1.1;}
    .col-index-news .swiper-slide .text .date{margin-top: 1.2vw;color: #bebdbb;text-transform: uppercase;line-height: 1;}
/*index*/
/*page about*/
    .flex-wrap{flex-wrap: wrap;align-items: center;justify-content: space-between;}
    .col-page-about{ padding-top: 7%;padding-bottom: 5%; }
    .col-page-about .content{ width: 49.5%; line-height: 1.667;}
    .col-page-about .content hr{ width: 4.11vw;max-width: 79px;min-width: 40px;margin: 0 0 1.5vw;border-top: 2px solid #cf000d; }
    .col-page-about .content img{width: 18vw;max-width: 314px;min-width: 160px;margin-bottom: 1.8vw;}
    .col-page-about .content .tips{margin-bottom: 1vw; color: #cf000d;text-transform: uppercase;line-height: 1;}
    .col-page-about .content .tit{margin-bottom: 1.3vw; color: #171c61;line-height: 1;}
    .col-page-about .pic{ width: 46%; }
    .col-page-about .pic img{ width: 100%;height: 100%;object-fit: cover; }
    .col-number{margin-top: 4.427vw;}
    .col-number ul {display: flex;justify-content: space-between;}
    .col-number li .tit { line-height: 1.5; }
    .col-number li .num { margin-top: 8px; display: flex;align-items: flex-end; font-weight: bold;color: #cf000d;line-height: 0.8;}
    .col-number li .num .shu{font-family: "GOTHIC"!important;line-height: 0.8!important;}
    .col-number li .more1 { position: relative;top: -0.8vw; }
    .col-number li .unit {color: #222;}
    .col-about-equipment{padding-top: 4.427vw; background: #f6f6f6; }
    .col-about-equipment .pic{ width: 46.94%; margin-bottom: -2.34vw; }
    .col-about-equipment .content{ width: 46.94%;padding: 3.6vw 0; line-height: 1.667;}
    .col-about-equipment .content .tit{margin-bottom: 1.56vw; line-height: 1.064; }
    .col-about-equipment .content .tit2{margin-bottom: 1.45vw; color: #cf000d; line-height: 1.064; }
    .col-about-capacity{padding-bottom: 4.427vw; color: #fff; }
    .col-about-capacity .flex{flex-direction: row-reverse;}
    .col-about-capacity .pic{margin-bottom: 0;}
    .col-about-honor{ padding-top: 6%;padding-bottom: 2.62%; background: #f6f6f6; }
    .col-about-honor .title{ line-height: 1.064; }
    .col-about-honor .content{ padding: 0 5vw;margin-top: 1vw; line-height: 1.667;}
    .col-about-honor .content img{margin-top: 2.5vw;}
    .col-about-honor .list .swiper{padding: 3.38vw 0;}
    .col-about-honor .list .swiper-slide{padding: 0 3vw; border-left: 1px solid rgb( 203, 203, 203,0.459 ); }
    .col-about-honor .list .swiper-slide:last-child{ border-right: 1px solid rgb( 203, 203, 203,0.459 ); }
    .col-about-honor .list .swiper-slide img{box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);}
    .col-about-global{ padding-top: 5.2%;padding-bottom: 5.2%; }
    .col-about-global .title{ line-height: 1.064; }
    .col-about-global .content{ padding: 0 5vw;margin-top: 2.34vw; line-height: 1.667; }
    .col-about-global .img{margin-top: 5vw;}
/*page about*/
/*page technology*/
    .col-page-technology{ padding-top: 7vw; color: #fff; }
    .col-page-technology .content{ width: 47%; line-height: 1.667;}
    .col-page-technology .content hr{ width: 4.11vw;max-width: 79px;min-width: 40px;margin: 0 0 2.23vw;border-top: 2px solid #cf000d; }
    .col-page-technology .content .tit{margin-bottom: 1vw; color: #cf000d;line-height: 1;}
    .col-page-technology .content .p1{margin-bottom: 2.34vw; line-height: 1.2; }
    .col-page-technology .image{ width: 46.04%; }
    .col-page-technology .image img{width: 100%;height: 100%;object-fit: cover;}
    .col-page-technology .list{margin-top: 7vw;margin-bottom: -3vw}
    .col-page-technology .list .swiper .swiper-scrollbar{width: 100%;height: 3px; margin-top: 1.77vw; position: relative;left: 0;bottom: 0;background: rgba(192,192,192,0.17); }
    .col-page-technology .list .swiper .swiper-scrollbar .swiper-scrollbar-drag{background: #cf000d;}
    .col-tech-desc{padding-top: 3vw; background: #fafafa; }
    .col-tech-desc .container{padding: 5.2vw 0;}
    .col-tech-desc ul{ display: flex;justify-content: space-between;align-items: center; }
    .col-tech-desc ul li.img{width: 30.416%;}
    .col-tech-desc ul li.text{width: 61.11%;line-height: 1.667;}
    .col-tech-desc ul li.text .p1{margin-bottom: 10px; line-height: 1.25; }
    .col-tech-middle{ padding-top: 5.83%;padding-bottom: 5.83%; }
    .col-tech-middle .title{margin-bottom: 1.4vw; color: #cf000d;line-height: 1; }
    .col-tech-middle .title hr{ width: 4.11vw;max-width: 79px;min-width: 40px;margin: 1vw 0 0;border-top: 2px solid #171c61; }
    .col-tech-middle .flex .text{ width: 47%; line-height: 1.667;}
    .col-tech-middle .flex .text .tit{ line-height: 1.2; }
    .col-tech-middle .flex .number{width: 44.65%;}
    .col-tech-middle .flex .number ul{ display: flex;justify-content: space-between; }
    .col-tech-middle .flex .number ul li{ width: 20%; }
    .col-tech-middle .flex .number ul li .num{display: flex; color: #cf000d;font-weight: bold; line-height: 0.8; }
    .col-tech-middle .flex .number ul li .num .shu{font-size: 4.0625vw;}
    .col-tech-middle .flex .number ul li .tit{margin-top: 1vw; color: #171c61;line-height: 1.22; }
    .col-tech-middle .flex .number ul li:last-child{width: 40%;}
    .col-tech-middle .item{ margin-top: 4vw; }
    .col-tech-middle .item .title2{padding-bottom: 1vw; color: #171c61;line-height: 1;border-bottom: 1px solid #f1f1f1; }
    .col-tech-middle .invention .list{margin: 0 -10px -2.39vw;}
    .col-tech-middle .invention .list .swiper{padding: 2.39vw 15px;}
    .col-tech-middle .invention .list .swiper-slide{padding: 0 1vw; border-radius: 5px;box-shadow: 0 0 15px 0 rgba(0,0,0,.15); }
    .col-tech-middle .invention .list .swiper-slide .pic{border-bottom: 1px solid #ebebeb;}
    .col-tech-middle .invention .list .swiper-slide .pic:after{padding-bottom: 110%;}
    .col-tech-middle .invention .list .swiper-slide .pic img{max-height: 78%;}
    .col-tech-middle .invention .list .swiper-slide .tit{ max-width: 180px;margin: 0 auto;padding: 1vw 0; line-height: 1.33; }
    .col-tech-middle .patents .flex{ margin-top: 3.22vw; align-items: flex-start; }
    .col-tech-middle .patents .content{ width: 47.708%; line-height: 1.667;}
    .col-tech-middle .patents .content ul{ height: 326px;text-align: left;padding-left: 2.34vw;margin-top: 2vw; overflow-y: scroll;direction: rtl; }/*滚动条左边*/
    .col-tech-middle .patents .content ul::-webkit-scrollbar{width:4px;height:4px;}
    .col-tech-middle .patents .content ul::-webkit-scrollbar-track-piece{background-color: #e2e2e2;}
    .col-tech-middle .patents .content ul::-webkit-scrollbar-thumb:vertical{height: 10px;background-color: #cf000d;}
    .col-tech-middle .patents .content ul::-webkit-scrollbar-thumb:horizontal{width: 10px;background-color: #e2e2e2;}
    .col-tech-middle .patents .content ul li{padding-left: 26px;padding-bottom: 10px;margin-bottom: 10px; position: relative;line-height: 24px; font-style: italic; border-bottom: 1px dashed #ededed; }
    .col-tech-middle .patents .content ul li:before{content: '';width: 6px;height: 6px;position: absolute;left: 0;top: 9px;border-radius: 50%;background: #171f92;}
    .col-tech-middle .patents .image{width: 45%;}
    .col-tech-knowledge{padding-top: 5%;padding-bottom: 5.2%;}
    .col-tech-knowledge .title{ color: #fff;line-height: 1.2; }
    .col-tech-knowledge .title span{display: block;color: #cf000d;line-height: 1;}
    .col-tech-knowledge .title hr{width: 4.11vw;max-width: 79px;min-width: 40px;margin:1vw 0 0.78vw;border-top: 2px solid #cf000d;}
    .col-tech-knowledge .list{margin-top: 2vw; overflow: hidden; }
    .col-tech-knowledge .list .swiper{ margin: 0 -0.52vw; }
    .col-tech-knowledge .list .swiper-slide{padding: 0 0.52vw;}
    .col-tech-knowledge .list ul{margin: 0 -0.52vw; flex-wrap: wrap;}
    .col-tech-knowledge .list ul li{padding: 0.416vw 0.52vw;}
    .col-tech-knowledge .list ul li .panel{height: 100%;padding: 1.3vw 13px; background: url(../images/qabg.png) center no-repeat;background-size: cover;}
    .col-tech-knowledge .list ul li .tit{padding-left: 40px; position: relative; line-height: 29px; }
    .col-tech-knowledge .list ul li .tit img{width: 29px;height: 29px;position: absolute;left: 0;top: 0;}
    .col-tech-knowledge .list ul li .con{padding-left: 40px;margin-top: 0.8vw; line-height: 1.5;}
    .col-tech-knowledge .swiper .swiper-pagination{ margin-top: 1.25vw; display: flex;flex-wrap: wrap;justify-content: center; position: static; }
    .col-tech-knowledge .swiper .swiper-pagination .swiper-pagination-bullet { width: 8px;height: 8px;margin: 3px;background: #bababa;opacity: 1; outline: none;}
    .col-tech-knowledge .swiper .swiper-pagination .swiper-pagination-bullet-active{ background: #cf000d; }
/*page technology*/
/*page contact*/
    .col-page-contact{ padding-top: 7%;padding-bottom: 7%; }
    .col-page-contact .flex{flex-wrap: wrap;}
    .col-page-contact .left{padding: 0;padding-right: 6vw;color: rgba( 255, 255, 255, 0.8 );line-height: 2;}
    .col-page-contact .left p.tit1{padding-bottom: 16px;margin-bottom: 1.45vw; display: inline-block;color: #cf000d;border-bottom: 1px solid;line-height: 1; }
    .col-page-contact .left p.tit2{margin-bottom: 2vw; color: #fff; line-height: 1; }
    .col-page-contact .left p.name{margin-bottom: 1.3vw; color: #fff;line-height: 1.2;}
    .col-page-contact .right{padding: 0; color: #fff;}
    .col-page-contact .right ul{margin-top: -3vw; display: flex;flex-wrap: wrap;justify-content: space-between; }
    .col-page-contact .right ul li{max-width: 45%;padding-left: 4vw;margin-top: 3vw; position: relative;}
    .col-page-contact .right ul li img{width: 2.708vw;max-width: 52px; position: absolute;left: 0;top: 0;border-radius: 50%;border: 2px solid #cf000d;}
    .col-page-contact .right ul li.address{max-width: 100%;}
    .col-page-contact .right ul li .tit{ line-height: 1.5; }
    .col-page-contact .right ul li .tel{ line-height: 1.4; }
/*page contact*/
/*page product*/
    .pt-pro{padding-top: calc(49px + 4vw);overflow: hidden;}
    .product-description{padding-top: 4vw;}
    .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{ line-height: 1.8;}
    .product-description p strong{font-weight: bold;}
    .product-description p.tit{margin-bottom: 20px; font-weight: bold; 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:#cf000d;font-weight: bold;}
    .col-page-product{background: #040404; color: #fff;}
    .col-page-product-left{width: 28.125%; padding-left: 4%;padding-top: 6vw; padding-bottom: 26vw; justify-content: flex-end;}
    .col-page-product-left .bg{ width: 100vw;position: absolute;left: 0;top: 16vw; }
    .col-page-product-left .panel{width: 100%; max-width: 300px;position: relative; background: none;}
    .col-page-product-left .title{color: #cf000d;text-transform: uppercase;line-height: 0.923;}
    .col-page-product-left .title hr{width: 6.71vw;max-width: 129px;min-width: 60px;margin: 1.56vw 0 0.78vw;border-top: 2px solid #171c61;}
    /*父栏目头部*/
    .navParent{padding: 1.3vw 0;color:#fff;text-transform: uppercase;line-height: 1.2;display:flex;justify-content:space-between;align-items:center;cursor:pointer;position:relative;border-bottom: 1px solid rgba(51,51,51,0.75);    }
    .navParent .tit{display: block;}
    .navParent .tit a{color: #fff;}
    .navParent .tit a:hover,
    .navParent.open .tit a{color: #cf000d; }
    .navChildWrap{display: none;padding: 1.14vw 0; border-bottom: 1px solid rgba(51,51,51,0.75); }
    /*子菜单列表*/
    .navChild li{ padding: 5px 0; }
    .navChild li a{ display: block;padding-right: 55px; color:#fff;position:relative;line-height: 24px;}
    /*左侧圆点*/
    .navChild li a i{color: rgba(255,255,255,0.37); position:absolute;right: 20px;top: 0;transition: 0.5s;}
    .navChild li a:hover i,
    .navChild li.active a i{color: #cf000d;}
    /*列表*/
    .col-page-product-right{width: 71.875%;padding: 6vw 4% 6vw 0;position: relative; background: #1d1d1d;  }
    .col-page-product-right .panel{width: 100%;max-width: 1139px;padding-left: 5.2vw;background: none;}
    .col-page-product-right .top{padding-bottom: 1.14vw; align-items: flex-end;flex-direction: row-reverse; border-bottom: 1px solid rgba(250,250,250,0.18); }
    .col-page-product-right .top .title{ line-height: 1.219; }
    .pro ul{ margin: 0 -0.729vw; flex-wrap: wrap; }
    .pro ul li{ padding: 0 0.729vw;margin-top: 2.86vw; }
    .pro .item{height: 100%;position: relative;}
    .pro .pic:after{padding-bottom: 100%;}
    .pro .txt{padding-top: 1.3vw; padding-bottom: 25px; }
    .pro .txt a.tit{ color: #fff; text-transform: uppercase;line-height: 1.25; }
    .pro .txt a.more{ display: inline-block;position: absolute;left: 0;bottom: 0; color: #cf000d;line-height: 25px; }
    .pro .txt a.more span{ display: block;width: 1.56vw;max-width: 30px;min-width: 15px;position: absolute;left: 100%;top: 50%;margin-left: 9px;border-top: 1px solid #cf000d; }
    .pro .txt .desc{padding: 1.3vw 0 1vw; line-height: 1.5; }
    /*proshow*/
    .col-prodet{ color: #fff;background: #1d1d1d; }
    .col-prodet .container{padding: 5.2vw 0; }
    .col-prodet .mbx{padding-bottom: 15px; flex-direction: row-reverse; align-items: center;justify-content: space-between; border-bottom: 1px solid #454545; }
    .col-prodet .mbx p{line-height: 1.3;}
    .col-prodet .mbx p a{color: #fff;}
    .col-prodet .mbx p a.back i{color: #cf000d}
    .col-prodet .mbx p.p1{ color: rgba(255,255,255,0.36); }
    .col-prodet .mbx p.p1 a{color: rgba(255,255,255,0.36);}
    .col-prodet .mbx p a:hover{color: #cf000d;}
    .col-prodet .pro_show{margin-top: 3.38vw; display: flex;justify-content: space-between;flex-wrap: wrap;position: relative;}
    .col-prodet .pro_show .caseleft{width: 50%;display: flex;justify-content: space-between;}
    .col-prodet .pro_show .caseleft .col-large{width: 85%;padding-right: 15px;}
    .col-prodet .pro_show .caseleft .col-large .swiper-slide .pic:after{padding-bottom: 100%;}
    .col-prodet .pro_show .caseleft .col-large .swiper-slide .pic img{}
    .col-prodet .pro_show .caseleft .col-thumb{width: 15%;padding: 30px 0; position: relative;}
    .col-prodet .pro_show .caseleft .col-thumb .swiper-button-prev,
    .col-prodet .pro_show .caseleft .col-thumb .swiper-button-next{ width: 100%;height: 20px;line-height: 20px;text-align: center;color: #aaa; background: #343434;transition: 0.5s;outline: none;opacity: 1!important; }
    .col-prodet .pro_show .caseleft .col-thumb .swiper-button-prev{ left: 0;top: 0;margin: 0; }
    .col-prodet .pro_show .caseleft .col-thumb .swiper-button-next{ right: 0;top: auto;bottom: 0; margin: 0; }
    .col-prodet .pro_show .caseleft .col-thumb .swiper-button-prev:after,
    .col-prodet .pro_show .caseleft .col-thumb .swiper-button-next:after{ color: inherit;font-size: 12px;transform: rotate(90deg); }
    .col-prodet .pro_show .caseleft .col-thumb .swiper-button-prev:hover,
    .col-prodet .pro_show .caseleft .col-thumb .swiper-button-next:hover{ color: #fff;background: #cf000d; }
    .col-prodet .pro_show .caseleft .col-thumb .swiper{position: absolute;left: 0;top: 30px;width: 100%;height: calc(100% - 60px);}
    .col-prodet .pro_show .caseleft .col-thumb .swiper-slide{display: flex;align-items: center;justify-content: center; border:1px solid #e7e7e7;background: #fff; }
    .col-prodet .pro_show .caseright{width: 50%;padding-left: 3vw;display: flex;flex-direction: column;justify-content: center; }
    .col-prodet .pro_show .caseright .content{margin-top: 3vw; line-height: 1.8;}
    .col-prodet .pro_show .caseright .content h1{line-height: 1;}
    .col-prodet .pro_show .caseright .content p.tit{margin-bottom: 1vw; line-height: 1.2; }
    .col-prodet .pro_show .caseright .link {margin-top: 1.8vw; display: flex;flex-wrap: wrap;}
    .col-prodet .pro_show .caseright .link a{min-width: 9.739vw; padding:1vw 18px;margin: 0 10px 10px 0;text-align: center; color:#fff;line-height: 1;background: #cf000d;text-transform: uppercase;}
    .col-prodet .pro_show .caseright .link a:hover{background: #171c61;}
    .col-prodet .pro_content .item_content{ margin-top: 4.68vw; }
    .col-prodet .pro_content .item_content .title{padding-bottom: 1.77vw;line-height: 1;border-bottom:2px solid #6a6a6a;}
    .col-prodet .pro_content .item_content .content{ padding-top: 24px; }
    .col-prodet .pro_content .item_content .content ul.text{ display: flex;flex-wrap: wrap; }
    .col-prodet .pro_content .item_content .content ul.text li{width: 50%; padding: 0.85vw 0; padding-left: 2.34vw; position: relative; line-height: 25px; border-bottom: 1px solid #343434; }
    .col-prodet .pro_content .item_content .content ul.text li:before{content: '';width: 7px;height: 7px;position: absolute;left: 0.88vw;top: 0.85vw;margin-top: 9px; border-radius: 50%;background: #cf000d;}
    .col-prodet .pro_content .item_content .content img{margin-top: 3.5vw;}
    .col-prodet .pro_content .item_content .content2 ul.text li{border:0;}
    .col-prodet .pro_content .item_content .list{margin-top: 3.28vw; overflow: hidden; }
    .col-prodet .pro_content .item_content .list .swiper{ margin: 0 -1.11vw; }
    .col-prodet .pro_content .item_content .list .swiper-slide{ padding: 0 1.11vw; }
    /*featured*/
    .col-page-product-featured .col-page-product-right{width: 100%; padding: 5vw 4%;}
/*page product*/
/*page news*/
    .col-page-news{padding-top: 5.2%;padding-bottom: 6%; background: #fafafa; }
    .col-page-news .title{ line-height: 1.2; }
    .news-subnav{margin-bottom: 3.64vw; align-items: inherit; }
    .news-subnav ul{ width: 43.5%;padding: 0 2.29vw; justify-content: space-between; border: 1px solid #e2e2e2; }
    .news-subnav ul li{ float: left;padding: 0.96vw 0;display: flex;align-items: center; position: relative; line-height: 30px; }
    .news-subnav ul li a span{display: block;width: 100%;position: absolute;left: 0;bottom: -2px;border-top: 3px solid #ce291e;opacity: 0;transition: 0.5s;}
    .news-subnav ul li.active a span{opacity: 1;}
    .page-search{width: 55%;border: 1px solid #e2e2e2;}
    .page-search .input{ height: 100%;padding: 5px 0; align-items: center; }
    .page-search .input .panel{width: 100%;padding-left: 1.56vw;padding-right: calc(2vw + 40px);background: none;}
    .page-search .input input,
    .page-search .input button{display: block;height: 46px;line-height: 46px;border:0; background: none; outline: none; }
    .page-search .input input{width: 100%;}
    .page-search .input .search-btn{ height: 46px;padding: 0 1vw; line-height: 46px; position: absolute;right: 10px;top: 0;background: #ce291e;}
    .page-search .input .search-btn i{font-size: 19px;color: #fff; }
    .news li {margin-top: 3.5vw; overflow: hidden;}
    .news-date {  width: 100px;position: relative; text-transform: uppercase;white-space: nowrap;  }
    .news-date .month {padding-right: 20px;position: relative; font-size: 18px;line-height: 20px;}
    .news-date .month span{ display: block;width: 100vw; position: absolute;left: 100%;top: 50%;border-top: 1px solid #e0e0e0; }
    .news-date .day { width: 100%;padding-right: 20px;position: absolute;left: 0;top: 100%; margin-top: 1.56vw; font-size: 30px;line-height: 1; }
    .news-main { padding-left: 100px;padding-top: 1.56vw; flex-wrap: wrap;}
    .news-main .content { width: 67.23%; padding: 0 6vw 0 2vw;}
    .news-main .content .news-title { line-height: 0.857;  }
    .news-main .content p {margin-top: 1.25vw; line-height: 1.33; }
    .news-main .content a.news-more {margin-top: 1.82vw; display: inline-block;position: relative; color: #cf000d;}
    .news-main .content a.news-more:after{content: '';width: 2.03vw;max-width: 39px;min-width: 20px;position: absolute;left:100%;top: 50%;margin-left: 0.78vw; border-top: 1px solid;}
    .news-main .pic {width: 32.76%; }
    .news-main .pic:after{padding-bottom: 59.908%;}
    .news-main .pic img{width: 100%;height: 100%;object-fit: cover;}
/*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:#1a75bb;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:#cf000d;}
/*news detail*/
@media (max-width: 991px){
/*common*/
    .share{ justify-content: center;}
    .share a{ margin: 0 3px;}
    .col-more a{ padding: 5px 18px; }
/*common*/
/*header*/
    .header{padding: 0 20px;}
    .header .logo{min-width: auto;max-width: none;height: 50px; line-height: 50px;}
    .header .logo img{ max-height: 70%; }
    .header.active{padding-top: 0;padding-bottom: 0;}
    .header .right .nav-btn{display: block !important;margin-left: 3vw;}
    .header .right .lines{width: 20px;height: 16px;position: relative;cursor: pointer;}
    .header .right .lines span{width: 100%;height: 2px;background: #cf000d;position: absolute;overflow: hidden;left: 0;transition: all 0.25s ease;}
    .header .right .lines span.n1{top: 0;}
    .header .right .lines span.n2{top: 7px;}
    .header .right .lines span.n3{top: 14px;}
    .header .right .nav-btn.closes .lines span.n1 {top: 8px;transform: rotate(45deg);}
    .header .right .nav-btn.closes .lines span.n2 {opacity: 0;}
    .header .right .nav-btn.closes .lines span.n3 {top: 8px;transform: rotate(-45deg);}
/*header*/
/*footer*/
    .col-bottom-contact{ padding-top: 35px;padding-bottom: 35px;}
    .col-bottom-contact .container{flex-wrap: wrap; }
    .col-bottom-contact .title{ padding: 0; }
    .col-bottom-contact .title img{ margin-top: 10px;}
    .col-bottom-contact .content{padding-left: 0;}
    .col-bottom-contact .content ul{margin-right: 0;padding-top: 10px; }
    .col-bottom-contact .content ul li{width: 100%; padding-left: 45px;padding-right: 0;margin-top: 15px; }
    .col-bottom-contact .content ul li img{ width: 35px;}
    .col-bottom-contact .content ul li .tit{padding: 7px 0;}
    .col-bottom-contact .content ul li .tel{margin-top: 10px; color: #222; }
    .col-bottom-contact .content ul li .border{border-bottom: 2px solid; }
    .footer{padding-top: 50px;text-align: center;}
    .footer .flex{ flex-wrap: wrap;justify-content: center; }
    .footer .bottom{padding: 12px 0;margin-top: 35px;}
    .footer .bottom .copyright,
    .footer .bottom .otherinfo{width: 100%;}
    .footerCon{max-width: 100%;}
    .footerCon .share{margin-top: 25px;}
    .footerNav{width: 100%;max-width: none;margin-top: 30px;}
    .footerNav ul li{width: 100%; margin-top: 30px;}
/*footer*/
/*index*/
    .col-index-about{padding-top: 55px;}
    .col-index-about p.p1{ height: 33px;padding: 0 20px; line-height: 33px; }
    .col-index-about p.p2{ margin-top: 25px;}
    .col-index-about p.tit{ margin-top: 15px; }
    .col-index-about hr{ margin: 22px auto 20px;}
    .col-index-about .img{margin-top: 50px;}
    /*choose*/
    .col-index-choose{padding-top: 60px;}
    .col-index-choose .title span{margin-bottom: 10px;}
    .col-index-choose .content{ margin-top: 50px; }
    .col-index-choose .content ul{margin: 0 -1vw; display: flex;flex-wrap: wrap; justify-content: space-between;}
    .col-index-choose .content ul li{ width: 100%;margin-top: 30px;}
    .col-index-choose .content ul li p.p1{margin-bottom:7px;}
    .col-index-choose .content ul li img{margin-bottom: 15px;}
    .col-index-choose .pic{margin-top: 90px; }
    /*product*/
    .col-index-product{ padding-top: 60px;padding-bottom: 60px; }
    .col-index-product .list ul li .pic{min-height: 215px;}
    .col-index-product .list ul li .pic:after{padding-bottom: 35%;}
    .col-index-product .list ul li .text{width: 90%;max-width: 400px; padding-left: 3vw;}
    .col-index-product .list ul li .text .tit{max-width: 300px;}
    .col-index-product .list ul li .text p{margin-top: 8px;}
    .col-index-product .list ul li .text .col-more{margin-top: 12px;}
    .col-index-product .list ul li.li1 .pic:after{padding-bottom: 35%;}
    .col-index-product .list ul li.li1 .text{width: 90%;}
    .col-index-product .list ul li.li1 .text .tit{width: 300px;}
    /*technology*/
    .col-index-technology .title span{margin-bottom: 20px;}
    .col-index-technology .col-more{margin-top: 28px;}
    /*news*/
    .col-index-news{padding-top: 50px;padding-bottom: 45px;}
    .col-index-news .title span{margin-bottom: 6px;}
    .col-index-news .list{margin-top: 35px;}
    .col-index-news .swiper-slide .text{margin-top: 15px;}
    .col-index-news .swiper-slide .text .date{margin-top: 10px;}
/*index*/
/*page about*/
    .flex-wrap{flex-wrap: wrap;align-items: center;justify-content: space-between;}
    .col-page-about{ padding-top: 60px;padding-bottom: 50px; }
    .col-page-about .content{ width: 100%;}
    .col-page-about .content hr{ margin: 0 0 15px;}
    .col-page-about .content img{margin-bottom: 18px;}
    .col-page-about .content .tips{margin-bottom: 10px;}
    .col-page-about .content .tit{margin-bottom: 13px;}
    .col-page-about .pic{ width: 100%;margin-top: 40px; }
    .col-number{margin-top: 45px;}
    .col-number ul{flex-wrap: wrap;margin-top: -20px;}
    .col-number li{width: 50%;margin-top: 20px;}
    .col-number li .num .shu{font-size: 36px!important;}
    .col-about-equipment{padding-top: 45px;padding-bottom: 45px; }
    .col-about-equipment .pic{ width: 100%; margin-bottom: 0; }
    .col-about-equipment .content{ width: 100%;padding: 0;margin-top: 30px; }
    .col-about-equipment .content .tit{margin-bottom: 15px; }
    .col-about-equipment .content .tit2{margin-bottom: 14px;}
    .col-about-capacity{padding-bottom: 45px;}
    .col-about-honor{ padding-top: 55px;padding-bottom: 25px; }
    .col-about-honor .content{ padding: 0;margin-top: 10px;}
    .col-about-honor .content img{margin-top: 25px;}
    .col-about-honor .list .swiper{padding: 30px 0;}
    .col-about-global{ padding-top: 50px;padding-bottom: 50px; }
    .col-about-global .content{ padding: 0;margin-top: 23px;}
    .col-about-global .img{margin-top: 40px;}
/*page about*/
/*page technology*/
    .col-page-technology{ padding-top: 60px;}
    .col-page-technology .content{ width: 100%;}
    .col-page-technology .content hr{ margin: 0 0 20px;}
    .col-page-technology .content .tit{margin-bottom: 10px;}
    .col-page-technology .content .p1{margin-bottom: 20px;}
    .col-page-technology .image{ width: 100%;margin-top: 35px; }
    .col-page-technology .list{margin-top: 60px;margin-bottom: -30px}
    .col-page-technology .list .swiper .swiper-scrollbar{ margin-top: 16px;}
    .col-tech-desc{padding-top: 30px; }
    .col-tech-desc .container{padding: 50px 0;}
    .col-tech-desc ul{ flex-wrap: wrap; }
    .col-tech-desc ul li.img{width: 100%;}
    .col-tech-desc ul li.text{width: 100%;margin-top: 25px;}
    .col-tech-middle{ padding-top: 55px;padding-bottom: 55px; }
    .col-tech-middle .title{margin-bottom: 14px; }
    .col-tech-middle .title hr{ margin: 10px 0 0;}
    .col-tech-middle .flex .text{ width: 100%;}
    .col-tech-middle .flex .number{width: 100%; margin-top: 25px;}
    .col-tech-middle .flex .number ul li{ width: 30%; }
    .col-tech-middle .flex .number ul li .num .shu{font-size: 36px;}
    .col-tech-middle .flex .number ul li .tit{margin-top: 10px;}
    .col-tech-middle .flex .number ul li:last-child{width: 30%;}
    .col-tech-middle .item{ margin-top: 40px; }
    .col-tech-middle .item .title2{padding-bottom: 10px;}
    .col-tech-middle .invention .list{margin: 0 -10px -24px;}
    .col-tech-middle .invention .list .swiper{padding: 24px 15px;}
    .col-tech-middle .invention .list .swiper-slide{padding: 0 10px;}
    .col-tech-middle .invention .list .swiper-slide .tit{ padding: 10px 0;}
    .col-tech-middle .patents .flex{ margin-top: 32px; }
    .col-tech-middle .patents .content{ width: 100%;}
    .col-tech-middle .patents .content ul{ height: 250px;padding-left: 23px;margin-top: 20px;}
    .col-tech-middle .patents .content ul li{padding-left: 20px;padding-bottom: 8px;margin-bottom: 8px;}
    .col-tech-middle .patents .image{width: 100%;margin-top: 30px;}
    .col-tech-knowledge{padding-top: 50px;padding-bottom: 52px;}
    .col-tech-knowledge .title hr{margin: 10px 0 7px;}
    .col-tech-knowledge .list{margin-top: 20px;}
    .col-tech-knowledge .list .swiper{ margin: 0 -5px; }
    .col-tech-knowledge .list .swiper-slide{padding: 0 5px;}
    .col-tech-knowledge .list ul{margin: 0 -5px;}
    .col-tech-knowledge .list ul li{padding: 4px 5px;}
    .col-tech-knowledge .list ul li .panel{padding: 13px;}
    .col-tech-knowledge .list ul li .tit{padding-left: 35px; position: relative; line-height: 25px; }
    .col-tech-knowledge .list ul li .tit img{width: 25px;height: 25px;}
    .col-tech-knowledge .list ul li .con{padding-left: 35px;margin-top: 8px;}
    .col-tech-knowledge .swiper .swiper-pagination{ margin-top: 12px;}
/*page technology*/
/*page contact*/
    .col-page-contact{ padding-top: 60px;padding-bottom: 60px; }
    .col-page-contact .left{padding: 0;line-height: 1.8;}
    .col-page-contact .left p.tit1{padding-bottom: 10px;margin-bottom: 15px;}
    .col-page-contact .left p.tit2{margin-bottom: 20px;}
    .col-page-contact .left p.name{margin-bottom: 13px;}
    .col-page-contact .right ul{margin-top:0; }
    .col-page-contact .right ul li{width: 100%; max-width: 100%;padding-left: 40px;margin-top: 25px;}
    .col-page-contact .right ul li img{width: 32px;}
/*page contact*/
/*page product*/
    .pt-pro{padding-top: 50px;}
    .product-description{padding-top: 40px;}
    /*列表*/
    .col-page-product-right{width: 100%;padding: 55px 4%;}
    .col-page-product-right .panel{padding-left: 0;}
    .col-page-product-right .top{padding-bottom: 15px;flex-wrap: wrap;}
    .col-page-product-right .top .title{width: 100%;margin-top: 8px;}
    .col-page-product-right .top .mbx{width: 100%;}
    .pro ul li{margin-top: 28px; }
    .pro .txt{padding-top: 13px;}
    .pro .txt .desc{padding: 13px 0 10px;}
    /*proshow*/
    .col-prodet .container{padding: 55px 0; }
    .col-prodet .pro_show{margin-top: 30px;}
    .col-prodet .pro_show .caseleft{width: 100%;}
    .col-prodet .pro_show .caseleft .col-large{width: 80%;padding-right: 15px;}
    .col-prodet .pro_show .caseleft .col-thumb{width: 20%;padding: 30px 0; position: relative;}
    .col-prodet .pro_show .caseright{width: 100%;padding-left: 0;margin-top: 30px;}
    .col-prodet .pro_show .caseright .content{margin-top: 20px;}
    .col-prodet .pro_show .caseright .content p.tit{margin-bottom: 10px;}
    .col-prodet .pro_show .caseright .link {margin-top: 18px;}
    .col-prodet .pro_show .caseright .link a{ padding:10px 18px;}
    .col-prodet .pro_content .item_content{ margin-top: 45px; }
    .col-prodet .pro_content .item_content .title{padding-bottom: 17px;}
    .col-prodet .pro_content .item_content .content{ padding-top: 24px; }
    .col-prodet .pro_content .item_content .content ul.text li{width: 100%; padding: 8px 0; padding-left: 25px; }
    .col-prodet .pro_content .item_content .content ul.text li:before{left: 8px;top: 8px;margin-top: 9px;}
    .col-prodet .pro_content .item_content .content img{margin-top: 30px;}
    .col-prodet .pro_content .item_content .list{margin-top: 30px; }
    /*featured*/
    .col-page-product-featured .col-page-product-right{ padding: 50px 4%;}
/*page product*/
/*page news*/
    .col-page-news{padding-top: 55px;padding-bottom: 60px;}
    .news li {margin-top: 30px;}
/*page news*/
/*news detail*/
    .col-news-detail{padding: 60px 5vw;}
/*news detail*/
}
@media (max-width: 767px){
    .col-number li{width: 100%;}

    .news-date {  width: 90px;}
    .news-date .month {font-size: 16px;}
    .news-date .day { position: static; margin-top: 10px; font-size: 24px; }
    .news-main { padding-left:0;padding-top: 10px;}
    .news-main .content { width: 100%; padding: 0;}
    .news-main .content p {margin-top: 10px; }
    .news-main .content a.news-more {margin-top: 15px;}
    .news-main .content a.news-more:after{margin-left: 7px;}
    .news-main .pic {width: 100%;max-width: 400px;margin-top: 20px; }
}
@media (max-width: 400px){
    .pro ul li{width: 100%;}
}