/*
首页模块命名规范：col-index-模块英文名称，如：col-index-news
内页页面外层容器命名规范：
1、通用样式：col-page，内页外层容器通用样式，使用方法<div class="col-page col-page-about"></div>
2、页面样式：col-page-模块英文名称，如：col-page-about（关于我们页面）
3、内页模块命名规范：col-模块英文名称，如：col-product（产品）、col-honor（荣誉）(<div class="col-wrap col-product"></div>)
其他命名规范：
1、使用swiper、owl.Carousel等插件时，插件外层容器可用模块名称-container,如product-container
2、使用英文名称为样式命名，不要出现拼音和首字母
3、模块最外层容器命名规范：col-自定义名称
4、样式命名中单词由符号“-”来连接，如：col-culture,col-hot-product
备注：上面所说的模块不是指系统后台模块，是网站前台页面中的组成模块，如：首页中包含网站头部、产品、新闻、荣誉、案例、网站底部，其中每个部分视为一个模块。
*/
@charset "utf-8";
/*font size*/
    .f14{font-size: 14px;}
    .f15{font-size: 15px;}
    .f16{font-size: 16px;}
    .f17{font-size: 17px;}
    .f18{font-size: 18px;}
    .f19{font-size: 19px;}
    .f20{font-size: 1.0416vw;}
    .f22{font-size: 1.145833vw;}
    .f24{font-size: 1.25vw;}
    .f26{font-size: 1.35416vw;}
    .f28{font-size: 1.4583vw;}
    .f30{font-size: 1.5625vw;}
    .f32{font-size: 1.666vw;}
    .f33{font-size: 1.71875vw;}
    .f34{font-size: 1.77vw;}
    .f35{font-size: 1.82vw;}
    .f36{font-size: 1.875vw;}
    .f38{font-size: 1.979vw;}
    .f40{font-size: 2.08vw;}
    .f42{font-size: 2.1875vw;}
    .f44{font-size: 2.2916vw;}
    .f48{font-size: 2.5vw;}
    .f50{font-size: 2.6vw;}
    .f52{font-size: 2.708vw;}
    .f53{font-size: 2.76vw;}
    .f54{font-size: 2.8125vw;}
    .f56{font-size: 2.916vw;}
    .f60{font-size: 3.125vw;}
    .f68{font-size: 3.54vw;}
    .f70{font-size: 3.64583vw;}
    .f72{font-size: 3.75vw;}
    .f76{font-size: 3.958vw;}
    .f80{font-size: 4.16vw;}
    .f90{font-size: 4.6875vw;}
    @media (max-width: 1600px) {
        .f14{font-size: 13px;}
        .f15{font-size: 14px;}
        .f16{font-size: 15px;}
        .f17{font-size: 16px;}
        .f18{font-size: 17px;}
        .f19{font-size: 18px;}
        .f20{font-size: 1.2vw;}
        .f22{font-size: 1.3vw;}
        .f24{font-size: 1.4vw;}
        .f26{font-size: 1.5vw;}
        .f28{font-size: 1.6vw;}
        .f30{font-size: 1.7vw;}
        .f32{font-size: 1.8vw;}
        .f33{font-size: 1.82vw;}
        .f34{font-size: 1.85vw;}
        .f35{font-size: 1.87vw;}
        .f36{font-size: 1.9vw;}
        .f38{font-size: 2vw;}
        .f40{font-size: 2.1vw;}
        .f42{font-size: 2.15vw;}
        .f44{font-size: 2.2vw;}
    }
    @media (max-width: 1460px) {
        .f14{font-size: 12px;}
        .f15{font-size: 13px;}
        .f16{font-size: 14px;}
        .f17{font-size: 15px;}
        .f18{font-size: 16px;}
        .f19{font-size: 17px;}
        .f20{font-size: 1.3vw;}
        .f22{font-size: 1.4vw;}
        .f24{font-size: 1.5vw;}
        .f26{font-size: 1.6vw;}
        .f28{font-size: 1.7vw;}
        .f30{font-size: 1.8vw;}
        .f32{font-size: 1.9vw;}
        .f33{font-size: 1.92vw;}
        .f34{font-size: 1.95vw;}
        .f35{font-size: 1.97vw;}
        .f36{font-size: 2vw;}
    }
    @media (max-width: 1200px) {
        .f19{font-size: 16px;}
        .f20{font-size: 1.55vw;}
        .f22{font-size: 1.65vw;}
        .f24{font-size: 1.7vw;}
        .f26{font-size: 1.75vw;}
        .f28{font-size: 1.8vw;}
        .f30{font-size: 1.85vw;}
    }
    @media (max-width: 991px) {
        .f17{font-size: 14px;}
        .f18{font-size: 14px;}
        .f19{font-size: 14px;}
        .f20{font-size: 15px;}
        .f22{font-size: 16px;}
        .f24{font-size: 16px;}
        .f26{font-size: 18px;}
        .f28{font-size: 19px;}
        .f30{font-size: 20px;}
        .f32{font-size: 21px;}
        .f33{font-size: 21px;}
        .f34{font-size: 21px;}
        .f35{font-size: 21.5px;}
        .f36{font-size: 22px;}
        .f38{font-size: 22.5px;}
        .f40{font-size: 23px;}
        .f42{font-size: 23.5px;}
        .f44{font-size: 24px;}
        .f48{font-size: 24.5px;}
        .f50{font-size: 25px;}
        .f52{font-size: 25px;}
        .f53{font-size: 25px;}
        .f54{font-size: 25.2px;}
        .f56{font-size: 25.3px;}
        .f60{font-size: 25.5px;}
        .f68{font-size: 26px;}
        .f70{font-size: 26px;}
        .f72{font-size: 26.2px;}
        .f76{font-size: 26.4px;}
        .f80{font-size: 26.8px;}
        .f90{font-size: 28px;}
    }
    @media (max-width: 468px) {
        .f20{font-size: 14px;}
        .f22{font-size: 15px;}
        .f24{font-size: 15px;}
        .f26{font-size: 16.5px;}
        .f28{font-size: 16.6px;}
        .f30{font-size: 16.7px;}
        .f32{font-size: 16.8px;}
        .f34{font-size: 16.9px;}
        .f35{font-size: 17px;}
        .f36{font-size: 17px;}
        .f38{font-size: 17.5px;}
        .f40{font-size: 18px;}
        .f42{font-size: 18.1px;}
        .f44{font-size: 18.2px;}
        .f48{font-size: 18.8px;}
        .f50{font-size: 19px;}
        .f52{font-size: 20px;}
        .f53{font-size: 20px;}
        .f54{font-size: 20px;}
        .f56{font-size: 20px;}
        .f60{font-size: 21px;}
        .f68{font-size: 21.5px;}
        .f70{font-size: 22px;}
        .f72{font-size: 23px;}
        .f76{font-size: 23.5px;}
        .f80{font-size: 24px;}
        .f90{font-size: 25px;}
    }
/*font size*/
.home-top-grid1 {
    background: rgba(11, 100, 143, 0.7);
    transition: 0.5s all;
}
.home-top-grid2 {
    background: rgba(226, 23, 55, 0.5);
    transition: 0.5s all;
}
.home-top-grid3 {
    background: rgba(11, 100, 143, 0.4);
    transition: 0.5s all;
}
@font-face {
    src: url(../fonts/HelveticaInserat.ttf);
}
@font-face {
    font-family: 'FuturistCondensed';
    src: url('../fonts/FuturistCondensed Regular.TTF');/* IE9*/
    src: url('../fonts/FuturistCondensed Regular.TTF') format('embedded-opentype'), /* IE6-IE8 */
    /*url('../fonts/FuturistCondensed Regular.woff') format('woff'), *//* chrome、firefox */
    url('../fonts/FuturistCondensed Regular.TTF') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('../fonts/FuturistCondensed Regular.svg#iconfont') format('svg');/* iOS 4.1- */
}
/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: 'iconfont';  /* Project id 1502878 */
  src: url('//at.alicdn.com/t/c/font_1502878_5x2woqihbfn.woff2?t=1756870455499') format('woff2'),
       url('//at.alicdn.com/t/c/font_1502878_5x2woqihbfn.woff?t=1756870455499') format('woff'),
       url('//at.alicdn.com/t/c/font_1502878_5x2woqihbfn.ttf?t=1756870455499') format('truetype');
}
@font-face {
    font-family: 'iconfont1';  /* Project id 1502878 */
    src: url('//at.alicdn.com/t/font_1502878_vzyvufcq4gp.woff2?t=1654164469634') format('woff2'),
       url('//at.alicdn.com/t/font_1502878_vzyvufcq4gp.woff?t=1654164469634') format('woff'),
       url('//at.alicdn.com/t/font_1502878_vzyvufcq4gp.ttf?t=1654164469634') format('truetype');
}
.iconfont1{font-size:12px;font-style:normal;-webkit-font-smoothing:antialiased;font-family:'iconfont1';}
body {
    font-family: 'Arial',"微软雅黑";
    min-width: 320px;
    color: #222;
    overflow-x: hidden;
}
.iconfont {
    font-family: 'iconfont';
}
img {
    max-width: 100%;
}
li {
    list-style: none;
}
i,
em {
    font-style: normal;
}
.vcenter {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    display: block;
    vertical-align: middle;
    margin: auto;
}
.last {
    margin-right: 0 !important;
}
.tHide {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.blockFull {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.relative { position: relative;}
a { color: #222; transition: 0.5s;}
a:hover {  color: #f08300; text-decoration: none;}
a:link,
a:visited{text-decoration: none;}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li { margin: 0; padding: 0;}
img {border: 0;}
p{margin:0;}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {color: #888;}
input:-moz-placeholder,textarea:-moz-placeholder {color:#888;}
input::-moz-placeholder,textarea::-moz-placeholder {color:#888;}
input:-ms-input-placeholder,textarea:-ms-input-placeholder {color:#888;}
/* animates */
    @-webkit-keyframes fadeUp {
      from {opacity: 0;-webkit-transform: translate3d(0, 80px, 0);transform: translate3d(0, 80px, 0);}
      to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
    }
    @keyframes fadeUp {
      from {opacity: 0;-webkit-transform: translate3d(0, 80px, 0);transform: translate3d(0, 80px, 0);}
      to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
    }
    .fadeUp {-webkit-animation-name: fadeUp;animation-name: fadeUp;}
    @-webkit-keyframes fadeIn {
      from {opacity: 0;}
      to {opacity: 1;}
    }
    @keyframes fadeIn {
      from {opacity: 0;}
      to {opacity: 1;}
    }
    .fade {-webkit-animation-name: fadeIn;animation-name: fadeIn;}
    @-webkit-keyframes fadeDown {
      from {opacity: 0;-webkit-transform: translate3d(0, -80px, 0);transform: translate3d(0, -80px, 0);}
      to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
    }
    @keyframes fadeDown {
      from {opacity: 0;-webkit-transform: translate3d(0, -80px, 0);transform: translate3d(0, -80px, 0);}
      to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
    }
    .fadeDown {-webkit-animation-name: fadeDown;animation-name: fadeDown;}
    @-webkit-keyframes fadeLeft {
      from {opacity: 0;-webkit-transform: translate3d(-80px, 0, 0);transform: translate3d(-80px, 0, 0);}
      to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
    }
    @keyframes fadeLeft {
      from {opacity: 0;-webkit-transform: translate3d(-80px, 0, 0);transform: translate3d(-80px, 0, 0);}
      to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
    }
    .fadeLeft {-webkit-animation-name: fadeLeft;animation-name: fadeLeft;}
    @-webkit-keyframes fadeRight {
      from {opacity: 0;-webkit-transform: translate3d(80px, 0, 0);transform: translate3d(80px, 0, 0);}
      to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
    }
    @keyframes fadeRight {
      from {opacity: 0;-webkit-transform: translate3d(80px, 0, 0);transform: translate3d(80px, 0, 0);}
      to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
    }
    .fadeRight {-webkit-animation-name: fadeRight;animation-name: fadeRight;}
/* animates */
/*common*/
    .container {  width: 100%;max-width: 1520px;padding: 0;}
    .pic { position: relative; overflow: hidden;}
    .pic:after { content: ""; display: block;}
    .padding{padding-left: 5%;padding-right: 5%;}
    .panel{margin:0;border:0;border-radius: 0;box-shadow: none;}
    .bold{font-weight: bold;}
    .flex{display: flex;display: -webkit-flex;}
    .overflow{overflow: hidden;}
    .overflow .img{width: 100%;transition: 1.5s cubic-bezier(.165,.84,.44,1);}
    .smallImg .img{transition: 1.5s cubic-bezier(.165,.84,.44,1);}
    .overflow:hover .img{-webkit-transform:scale(1.05);transform:scale(1.05)}
    .smallImg:hover .img{-webkit-transform:scale(0.95);transform:scale(0.95);}
    .text-overflow{
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp:2;
        text-overflow: ellipsis;
    }
    .videoPop{display: none; width: 100%;height: 100%; background: rgba(0,0,0,0.6);position: fixed;left: 0;top:0;z-index: 1001;}
    .videoPop .content{width: 90%; max-width: 1280px; max-height:65vh; position: absolute;left: 50%;top:50%;transform: translate(-50%,-50%);}
    #video{width: 100%;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;transition: 0.5s;}
    #videoClose:hover{color: #f08300;}
    .col-more a{display: inline-block;line-height: 25px;}
    .col-more a span.flex{justify-content: center; align-items: center;}
    .col-more a span.flex img{margin-left: 1vw;}
    .col-title h3{line-height: 1.2;}
    .col-title .desc{margin-top: 6px; line-height: 1.75;}
    .news .panel{background: #f5f5f5;}
    .news .pic:after{padding-bottom: 63.469%;}
    .news .text{padding: 2vw;}
    .news .text .date{ line-height: 1; }
    .news .text a.tit{margin-top: 10px; font-weight: bold;line-height: 1.458;}
    .news .text .col-more{margin-top: 1.56vw;}
    .news .text .col-more a span.flex img{margin-left: 10px;}
/*common*/
/*header*/
    #page{padding-top: 0px; overflow: hidden;}
    header{width:100%;  position: fixed; left: 0; top: 0; z-index: 8;}
    header .container{position: relative;width: 100%;max-width: 1750px;padding: 0 15px;}
    nav.mm-menu_offcanvas{display: none;}
    #header a.mm_btn{display: none; width: 55px; height: 55px; position: absolute; right: 0; top:0;  background: #0067b7; transition: .5s all;}
    .head{background: #fff; transition: 0.5s; }
    .head .logo{width: 20%; height: 70px;line-height: 70px; font-size: 0; }
    .head .logo img.img2{display: none;}
    .head .border{height: 12px;margin: 29px 1.3vw 0; border-right: 1px solid #222;}
    .headerSear{ height: 70px;line-height: 70px; }
    .language { position: relative; line-height: 25px;margin-top: 22.5px;}
    .language a{display: block; padding-bottom: 10px;}
    .language .lang-none { display: none;width: 110px;left: 50%;margin-left: -55px;  position: absolute;z-index: 99; background:rgba(255,255,255,0.8);box-shadow: 0 0 5px rgba(0,0,0,0.15);text-align: center;padding: 10px 0;}
    .language .lang-none a{padding: 5px;color: #000!important; }
    .language:hover .lang-none {  display: block;}
    .language .lang-none a:hover{  background: #f08300; color: #fff!important;}
    .nav{margin-left: 7vw;}
    .nav li{ height: 70px;margin-right: 3.64vw; line-height: 70px; }
    .dropMenu{display: none; width: 100vw; position: absolute;left: 50%;margin-left: -50vw;line-height: 1.8; background: #fff;box-shadow: 0px 15px 15px 0px rgba( 0, 0, 0,0.08 );
        animation-duration:0.7s;
        -webkit-animation-duration:0.7s;
    }
    .dropMenu .container{max-width: 1520px;padding: 1.82vw 0 5.2vw;}
    .select-brand{padding-bottom: 0.78vw; justify-content: space-between; border-bottom: 1px solid #ddd; }
    .select-brand a{margin-left: 2.5vw;}
    .select-brand a:hover,
    .select-brand a.on{color: #f08300!important;}
    .select-brandlists{margin-top: 2.44vw;}
    .select-brandlist{display: none;}
    .select-brandlist .flex{justify-content: space-between;}
    .select-brandlist .lists{width: 74.47%;}
    .select-brandlist .list{display: none;}
    .select-brandlist .list ul{margin: 0 -0.7vw;display: flex;}
    .select-brandlist .list ul li{width: 33.33%;height: auto;margin: 0;padding: 0 0.7vw;text-align: center; line-height: 1.8;}
    .select-brandlist .list ul li .pic{margin-bottom: 10px; border-radius: 10px;}
    .select-brandlist .list ul li .pic:after{padding-bottom: 74.44%;}
    .select-brandlist .list ul li .pic img{border-radius: 10px;}
    .select-car{width: 22.36%;}
    .select-car .tit{margin-bottom: 0.78vw;}
    .select-car p{ line-height: 1.5; }
    .select-car p a{display: block;padding: 0.78vw 0;padding-right: 20px; position: relative;}
    .select-car p a span{display: block;width: 100%;height: 1px;position: absolute;left: 0;bottom: 0; background: #ddd;transition: 0.5s;}
    .select-car p a i{display: block;position: absolute;right: 0;top: 50%;transform: translateY(-50%);font-size: 16px;font-weight: bold; transition: 0.5s;}
    .select-car p a:hover,
    .select-car p a.on{color: #222;}
    .select-car p a:hover span,
    .select-car p a.on span{height: 2px;background: #f08300;}
    .select-car p a:hover i,
    .select-car p a.on i{color: #f08300;}

    .head.on{padding: 0; background: #fff; box-shadow: 0 0 10px rgba(0,0,0,.15);}
    .headerIndex .head{padding: 7px 0; background: none;}
    .headerIndex .head a{color: #fff;}
    .headerIndex .head .logo img.img1{display: none;}
    .headerIndex .head .logo img.img2{display: inline-block;}
    .headerIndex .head .dropMenu a{color: #222;}
/*header*/
/*footer*/
    .footer{padding-top: 3.9vw;padding-bottom: 2vw; color: #fff;background: #222; }
    .footer a{ color: #fff; }
    .footer a:hover{ color: #f08300; }
    .footer .container{max-width: 1720px;}
    .footerCon{ flex-wrap: wrap;justify-content: space-between; }
    .footerNav{ max-width: 65%; }
    .footerNav ul{margin-top: 1.77vw; align-items: center; }
    .footerNav ul li{ line-height: 1.66;}
    .footerNav ul li.border{ height: 16px;margin: 0 1.3vw; border-left:1px solid #fff;}
    .footerNav .hotline{margin-top: 3.64vw;}
    .footerNav .hotline a{margin-left: 1.56vw;border-bottom: 2px solid #919191;}
    .footerNav .hotline a:hover{border-color: #f08300;}
    .footerQrcode ul{display: flex; justify-content: space-between;margin-right: -0.9375vw;}
    .footerQrcode ul li{ width: 7.08vw;max-width: 136px;min-width: 95px;margin: 0 0.9375vw;}
    .footerQrcode ul li img{ margin-bottom: 0.7vw; }
    .footerQrcode ul li .tips{ font-size: 14px;color: #888; }
    .copy{margin-top: 1.56vw; flex-wrap: wrap;align-items: center;justify-content: space-between; }
    .copyright{color: #919191;line-height: 1.66;}
    .copyright a{color: #919191;}
    .copyright a.link{border-bottom: 1px solid #919191;}
    .copyright a.link:hover{border-color: #f08300;}
    .copyright .shu{padding: 0 0.83vw;}
    .copy .social span{display: inline-block;margin-right: 0.52vw;}
    .copy .social span i{display: block;width: 36px;height: 36px;text-align: center;color: #fff; line-height: 34px;border-radius: 50%; background: rgba(255,255,255,0.1);transition: 0.5s;}
    .copy .social span i:hover{background: #f08300;}
/*footer*/
/*banner*/
    .banner {position: relative;z-index: 2;background: #ccc;}
    .banner .swiper-slide{background-size: cover;background-position: center;position: relative;}
    .banner .content{width: 100%;height: 100%;position: absolute;left: 0;top:0;text-align:center;color: #fff;display:flex;z-index: 1;}
    .banner .content h2{font-weight: bold;}
    .banner .content p{line-height: 1.8;}
    .banner .swiper .swiper-pagination{bottom: 2.6vw;}
    .banner .swiper .swiper-pagination .swiper-pagination-bullet { width: 12px;height: 12px;margin:0 5px;background: #fff;opacity: 1; outline: none;}
    .banner .swiper .swiper-pagination .swiper-pagination-bullet-active{ background: #f08300; }
    /*首页*/
    .banner-index .pic:after{padding-bottom: 50.52%;}
    .banner-index .content{ padding-top: calc(84px + 6.66vw); }
    .banner-index .content h2{margin-bottom: 1vw;}
    .banner-index .content .col-more{margin-top: 3.38vw;}
    .banner-index .content .col-more a{min-width: 10.41vw;padding: 0.52vw 18px;margin: 0 7px; color: #fff;border-radius: 23px;border:1px solid #fff;}
    .banner-index .content .col-more a:hover{color: #222;background: #fff;}
    /*内页*/
    .banner-page {margin-top: 70px;}
    .banner-page .pic:after{padding-bottom: 38.02%;}
    .banner-page .content{padding-bottom: 5vw; align-items: center;}
    .banner-page .content h2{margin-bottom: 9px;}
    .banner-page-10 .pic:after{padding-bottom: 43.229%;}
    .banner-page-10 .content{padding-bottom: 3.5vw;}
    .banner-page-10 .content p.p1{line-height: 1.6;}
    .banner-page-10 .content p.p2{margin-top: 1.25vw; font-weight: bold;line-height: 1.1;}
    .banner-page-30{margin-top: 0;}
    /*video*/
    a#banPlayButton{ display: inline-block;margin-top: 12.5vw; }
    a#banPlayButton i{display: flex;width: 4.58vw;max-width: 88px;min-width: 45px;height: 4.58vw;max-height: 88px;min-height: 45px;align-items: center;justify-content: center;color: #fff; border-radius: 50%;background: #f08300;transition: 0.5s;}
    @media (max-width: 991px){
        .banner .content p{line-height: 1.6;}
        .banner .swiper .swiper-pagination{bottom: 20px;}
        .banner .swiper .swiper-pagination .swiper-pagination-bullet { width: 8px;height: 8px;margin:0 3px;}
        .banner-index .pic{min-height: 220px}
        .banner-index .content{ padding-top: calc(55px + 6.66vw);}
        .banner-index .content h2{margin-bottom: 10px;}
        .banner-index .content .col-more{margin-top: 3.38vw;}
        .banner-index .content .col-more a{padding: 5px 18px;margin: 0 3px;}
        .banner-page {margin-top: 55px;}
        .banner-page .pic{min-height: 160px;}
        .banner-page-10 .pic{min-height: 200px;}
        .banner-page-10 .content p.p2{margin-top: 12px;}
        .banner-page-30{margin-top: 55px;}
    }
/*banner*/
/*index*/
    .col-index-product {margin-top: 10px;}
    .col-index-product .list li{width: 20.83%;height: 46.875vw; position: relative;color: #fff;cursor: pointer;transition: 0.5s;}
    .col-index-product .list li a{color: #fff;}
    .col-index-product .list li a:hover{color: #f08300;}
    .col-index-product .list li .pic{height: 100%; background: #000;}
    .col-index-product .list li .pic:after{padding-bottom: 80.35%;}
    .col-index-product .list li .bg{transition: 0.5s;}
    .col-index-product .list li .bg2{background: rgba(0,0,0,0.4);}
    .col-index-product .list li .content{width: 86.5%;max-width: 603px; padding: 1.25vw 2vw; position: absolute;left: 0;bottom: 2.44vw;background-image: linear-gradient(to right, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0));}
    .col-index-product .list li .content .col-more{margin-top: 1vw;}
    .col-index-product .list li .content .col-more a span.flex img{margin-left: 10px;}
    .col-index-product .list li.active{width: 58.34%;}
    /*about*/
    .col-index-about{margin-top: 10px;}
    .col-index-about .pic:after{padding-bottom: 46.614%;}
    .col-index-about .content{width: 100%;padding-top: 7.55vw; position: absolute;left: 0;top: 0;color: #fff;}
    .col-index-about .col-title .desc{margin-top: 0.83vw;}
    .col-index-about .col-more{margin-top: 2vw;}
    .col-index-about .col-more a{min-width: 10.41vw;padding: 0.52vw 18px;margin: 0 7px; color: #fff;border-radius: 23px;border:1px solid #fff;}
    .col-index-about .col-more a:hover{color: #222;background: #fff;}
    /*news*/
    .col-index-news{padding-top: 7%;padding-bottom: 7%;}
    .col-index-news .col-title .desc{ color: #888;}
    .col-index-news .col-more.text-center{margin-top: 3.8vw;}
    .col-index-news .col-more.text-center a{min-width: 11.979vw;padding: 0.52vw 18px;margin: 0 7px; border-radius: 23px;border:1px solid #222;}
    .col-index-news .list{margin-top: 1.82vw; overflow: hidden;}
    .col-index-news .list .swiper{margin: 0 -0.65vw;}
    .col-index-news .list .swiper-slide{padding: 0 0.65vw;}
/*index*/
/*page about*/
    .col-page-about,
    .col-about-culture,
    .col-about-honor{ padding-top: 5.72%;padding-bottom: 5.72%; }
    .col-page-about .flex{flex-wrap: wrap;align-items: center;}
    .col-page-about .pic{width: 48.61%;}
    .col-page-about .content{width: 51.39%;padding-left: 6.66vw;}
    .col-page-about .content hr{width: 5.729vw;max-width: 110px;min-width: 55px;margin: 1.56vw 0 2.34vw;border-top:6px solid #f08300;}
    .col-page-about .content p{margin-bottom: 0.52vw; color: #666; line-height: 1.684;}
    .col-page-about .content p:last-child{margin-bottom: 0;}
    /*yuanjing*/
    .col-about-yuanjing{ color: #fff; }
    .col-about-yuanjing .pic:after{padding-bottom: 37.604%;}
    .col-about-yuanjing .col-title{width: 100%;position: absolute;left: 0;top: 5.72vw;}
    .col-about-yuanjing .col-title .con{margin-top: 1vw; line-height: 1.33; }
    /*culture*/
    .col-about-culture .list{margin-top: 1vw;}
    .col-about-culture .list ul{margin: 0 -6px;flex-wrap: wrap;}
    .col-about-culture .list li{padding: 0 6px;margin-top: 12px;}
    .col-about-culture .list li .pic:after{padding-bottom: 131.266%;}
    .col-about-culture .list li .text{width: 100%;padding: 2.6vw 2.86vw; position: absolute;left: 0;top: 0;color: #fff;line-height: 1.556;}
    .col-about-culture .list li .text .tit{margin-bottom: 0.78vw; line-height: 1.333;}
    /*history*/
    .col-about-history{padding-top: 4.16%;padding-bottom: 4.16%; background: #f5f5f5; }
    .col-about-history .swiper-his1 .swiper-slide{flex-wrap: wrap;}
    .col-about-history .swiper-his1 .pic{ padding: 0;}
    .col-about-history .swiper-his1 .pic:after{padding-bottom: 65.789%;}
    .col-about-history .swiper-his1 .con{ padding: 0; align-items: center; background: url(../images/hisbg.png) center no-repeat;background-size: cover;}
    .col-about-history .swiper-his1 .text{width: 100%;padding: 5vw;}
    .col-about-history .swiper-his1 .text .year{line-height: 1;}
    .col-about-history .swiper-his1 .text hr{width: 0;height: 1.82vw;max-height: 35px;min-height: 18px;margin: 0.52vw auto; border:0;border-right:1px solid #ddd;}
    .col-about-history .swiper-his1 .text p{color: #888; line-height: 1.5;}
    .col-about-history .swiper-his2{ width: 4.947vw;max-width: 95px; padding-top: 3.125vw;overflow: visible;}
    .col-about-history .swiper-his2 .swiper-slide{ background: #f5f5f5;cursor: pointer; }
    .col-about-history .swiper-his2 .year{margin-top: 1.25vw; line-height: 1;}
    .col-about-history .swiper-his2 .circle{position: relative; }
    .col-about-history .swiper-his2 .circle .pic{width: 3.854vw;max-width: 74px; margin: 0 auto;}
    .col-about-history .swiper-his2 .circle .pic:after{padding-bottom: 100%;}
    .col-about-history .swiper-his2 .circle .pic img{transition: 0.5s;}
    .col-about-history .swiper-his2 .circle .pic img.img2{opacity: 0;}
    .col-about-history .swiper-his2 .circle .border{ height: 0; position: absolute;left: 50%;top: -3.125vw;margin-left: -1px; border-left: 1px dashed #ea941d;transition: 0.5s; }
    .col-about-history .swiper-his2 .swiper-slide-thumb-active .pic img.img1{opacity: 0;}
    .col-about-history .swiper-his2 .swiper-slide-thumb-active .pic img.img2{opacity: 1;}
    .col-about-history .swiper-his2 .swiper-slide-thumb-active .border{height: 3.8vw;}
    .col-about-history .list{padding: 0 4.16vw; overflow: hidden; }
    .col-about-history .list:before{content: '';width: 100%;position: absolute;left: 0;top: 3.125vw;margin-top: calc(1.927vw - 1px); border-top: 2px dashed #888;}
    .col-about-history .list .swiper-button-prev,
    .col-about-history .list .swiper-button-next{ width: auto;height: auto;top: 3.125vw;margin: 0;margin-top: 1.927vw;transform: translateY(-50%); opacity: 1;outline: none; }
    .col-about-history .list .swiper-button-prev{left: 0;}
    .col-about-history .list .swiper-button-next{right: 0;}
    .col-about-history .list .swiper-button-prev:after,
    .col-about-history .list .swiper-button-next:after{ width: 4.16vw;height: 4.16vw;max-width: 80px;max-height: 80px;display: flex;align-items: center;justify-content: center; font-size: 1vw;font-weight: bold; color: #fff; border-radius: 50%;background: #f08300; }
    /*honor*/
    .col-about-honor .container{ flex-wrap: wrap; }
    .col-about-honor .content{width: 45%;padding-right: 6vw;}
    .col-about-honor .list{ height: 25.46vw;max-height: 489px;margin-top: 2.86vw; overflow-y: scroll;direction: rtl; }
    .col-about-honor .list::-webkit-scrollbar{width:4px;height:4px;}
    .col-about-honor .list::-webkit-scrollbar-track-piece{background-color: #ddd;}
    .col-about-honor .list::-webkit-scrollbar-thumb:vertical{height: 10px;background-color: #f08300;}
    .col-about-honor .list::-webkit-scrollbar-thumb:horizontal{width: 10px;background-color: #ddd;}
    .col-about-honor .list ul{padding-left: 1.82vw; text-align: left;}
    .col-about-honor .list ul li{margin-bottom: 1.3vw; color: #888;line-height: 1.6;cursor: pointer; }
    .col-about-honor .list ul li .date{margin-bottom: 5px; line-height: 1; }
    .col-about-honor .list ul li.on{ color: #222; }
    .col-about-honor .list ul li.on .date{ color: #f08300; }
    .col-about-honor .list ul li:last-child{margin-bottom: 0;}
    .col-about-honor .images{width: 55%; background: url(../images/honorbg.jpg) center no-repeat;background-size: cover;}
    .col-about-honor .images .pic{width: 100%; height: 100%; }
    /*.col-about-honor .images .pic:after{padding-bottom: 71.976%;}*/
    .col-about-honor .images .pic img{max-width: 30.86%;max-height: 56.40%;top: auto;bottom: 27.28%; border: 0.52vw solid #222; }
/*page about*/
/*page technology*/
    .col-subnav-tech{ margin-top: 70px;padding-top: 0.8%;padding-bottom: 0.8%; line-height: 1.8; background: #f5f5f5; }
    .col-subnav-tech a{ margin: 0 1.56vw; }
    .col-subnav-tech a.on{color: #f08300;}
    .col-page-tech .pic:after{padding-bottom: 47.34%;}
    .col-page-tech .content{width: 100%;position: absolute;left: 0;top: 4vw; color: #fff; }
    .col-page-tech .content p{line-height: 1.167;}
    .col-page-tech .content h2{margin-top: 1.45vw; font-weight: bold; }
    .col-tech{padding-top: 1px; color: #fff; background: #010103; }
    .col-tech .content{margin-top: 1vw; line-height: 1.8; }
    .col-tech-info{line-height: 1.5;}
    .col-tech-info p{margin-top: 5px;}
    .col-tech-info i{display: inline-block;margin-top: 1.5vw; transform: rotate(90deg); font-size: 15px;font-weight: bold;line-height: 1;}
    .col-tech-1{padding-top: 8%;}
    .col-tech-1 .container,
    .col-tech-2 .container{max-width: 1204px;}
    .col-tech-1 .content ul{margin-top: 2.5vw; display: flex;flex-wrap: wrap;justify-content: space-between;}
    .col-tech-1 .content ul li:first-child{width: 48.17%;}
    .col-tech-1 .content ul li:last-child{width: 50.83%;}
    .col-tech-2{padding-top: 8%;padding-bottom: 2.34%;}
    .col-tech-2 .content .desc{margin-top: 1.45vw; }
    .col-tech-2 .list{margin-top: 2vw; overflow: hidden;}
    .col-tech-2 .list .swiper{ margin: 0 -0.49vw; }
    .col-tech-2 .list .swiper-slide{ padding: 0 0.49vw;}
    .col-tech-2 .list .pic{margin-bottom: 0.78vw; border-radius: 10px;}
    .col-tech-2 .list .pic:after{padding-bottom: 67.94%;}
    .col-tech-2 .list .pic img{border-radius: 10px;}
    .col-tech-2 .list p{ line-height: 1.6; }
    .col-tech-2 .list p.tips{color: #888;}
    .col-tech-3{padding-top: 8%;padding-bottom: 8%;}
    .col-tech-3 .content{ color: rgba(255,255,255,0.5); }
    .col-tech-3 .list{margin-top: 2.86vw;}
    .col-tech-3 .list .swiper{margin: 0 -0.52vw;}
    .col-tech-3 .list .swiper-slide{padding: 0 0.52vw;}
    .col-tech-3 .list .pic:after{padding-bottom: 141.66%;}
    .col-tech-3 .list p{padding: 0 1.25vw;margin-top: 0.83vw; line-height: 1.5;}
    .col-tech-4{padding-top: 6.77%;padding-bottom: 6.77%;}
    .col-tech-4 .flex{margin-top: 2.6vw; flex-wrap: wrap;}
    .col-tech-4 .description{padding: 5vw 5.5vw; line-height: 1.8; background: #282d33; }
    .col-tech-4 .description p.tit{ line-height: 1.5; }
    .col-tech-4 .description ul{margin-top: 1.5vw; display: flex;flex-wrap: wrap;color: #888; }
    .col-tech-4 .description ul li{ width: 33.33%;padding: 0 5px;margin-top: 1.5vw; }
    .col-tech-4 .description ul li .num{ color: #fff; font-weight: bold; line-height: 0.8; }
    .col-tech-4 .list{ padding: 0 4.63vw;display: flex;align-items: center; background: #1b1b1d; }
    .col-tech-4 .list .swiper{ width: 100%; }
    .col-tech-4 .list .swiper-slide{ padding: 0 0.52vw; }
    .col-tech-4 .list .pic:after{padding-bottom: 128.735%;}
    .col-tech-4 .list .swiper .swiper-pagination{position: static;margin-top: 2.34vw;}
    .col-tech-4 .list .swiper .swiper-pagination .swiper-pagination-bullet { width: 10px;height: 10px;margin:0 3px;background: #49494a;opacity: 1; outline: none;}
    .col-tech-4 .list .swiper .swiper-pagination .swiper-pagination-bullet-active{ background: #fff; }
/*page technology*/
/*page service*/
    .col-page-service{padding-top: 4.68%;padding-bottom: 4.68%;}
    .col-page-service p{line-height: 1.7;}
    .col-page-service p.p1{line-height: 1.6;}
    .col-page-service hr{margin: 4vw 0; border-color: #ddd; }
    .col-page-service table{ width: 100%; }
    .col-page-service table tr td{padding: 10px 0;}
    .col-page-service table tr td:first-child{width: 44.276%;}
    .col-page-service table tr td:last-child{width: 55.724%;padding-left: 4.68vw;}
    .col-page-service .col-more{max-width: 720px;margin: 0 auto;}
    .col-page-service .col-more .info{margin-bottom: 2vw; line-height: 1.33;}
    .col-page-service .col-more a{min-width: 10.93vw;padding: 0.52vw 18px; border-radius: 23px;border:1px solid #222;}
    .col-service-sales{padding-top: 3.9%;padding-bottom: 3.9%;}
    .col-service-sales p{line-height: 1.66;}
    .col-service-sales p.tel{ font-weight: bold;line-height: 1; }
    .col-service-sales p.email{ font-weight: bold;line-height: 1; }
    .col-service-sales hr{margin:1.3vw 0 1vw;border-top: 1px dashed #d2d2d2;}
/*page service*/
/*page notice*/
    .col-page-notice{padding-top: 5.72%;padding-bottom: 5.72%;}
    .col-page-notice .container{max-width: 1200px;}
    .notice ul{margin-top: 2vw;}
    .notice li{padding: 15px 0; border-bottom: 1px solid #ddd; }
    .notice li .bottom{margin-top: 5px;align-items: center;justify-content: space-between;}
    .notice li .col-more a img{margin-left: 8px;}
/*page notice*/
/*page contact*/
    .col-page-contact{padding-top: 6%;padding-bottom: 6%;}
    .col-page-contact .contact{padding: 3.85vw 0; flex-wrap: wrap; background: #f5f5f5; }
    .col-page-contact .contact h3{margin-bottom: 2.5vw;}
    .col-page-contact .information{ padding: 0 3.85vw; }
    .col-page-contact .information p{line-height: 1.8;}
    .col-page-contact .information p.tel{margin: 5px 0 1.3vw; font-weight: bold; line-height: 0.8;}
    .col-page-contact .social{padding: 0 3.85vw;border-left: 1px solid #ddd; border-right: 1px solid #ddd;}
    .col-page-contact .social span{display: inline-block;margin-right: 1vw;margin-bottom: 1vw;}
    .col-page-contact .social span i{display: block;width: 50px;height: 50px;text-align: center;font-size:22px; color: #fff; line-height: 48px;border-radius: 50%; background: #170b1a;}
    .col-page-contact .social span i.i2{background: #ff5ca1;}
    .col-page-contact .social span i.i3{background: #ff0035;}
    .col-page-contact .social span i.i4{background: #fb5555;}
    .col-page-contact .social span i.i5{background: #e1302d;}
    .col-page-contact .social span i.i6{background: #f74e18;}
    .col-page-contact .focus{padding: 0 3.85vw;}
    .col-page-contact .focus ul{display: flex;text-align: center;}
    .col-page-contact .focus ul li{width: 7.08vw;max-width: 136px;min-width: 95px;margin-right: 1.875vw;}
    .col-page-contact .focus ul li img{margin-bottom: 10px;}
    .col-page-contact .focus ul li .tips{ font-size: 14px; color: #888;}
    .col-page-contact .focus ul li:last-child{margin-right: 0;}
    .col-message{margin-top: 6vw;}
    .col-message h3{margin-bottom: 10px;}
    .col-message p{line-height: 1.66;}
    .col-message .mess{margin-top: 1.82vw;}
    .col-message .mess ul{margin: 0 -0.65vw;margin-top: -1.71vw;}
    .col-message .mess ul li{padding: 0 0.65vw;margin-top: 1.71vw;}
    .col-message .mess ul li p{margin-bottom:8px;}
    .col-message .mess ul li input,
    .col-message .mess ul li select,
    .col-message .mess ul li textarea{display: block;width: 100%;padding: 0 1.3vw; background: #f5f5f5;border: 1px solid #f5f5f5;outline: none;}
    .col-message .mess ul li input,
    .col-message .mess ul li select{height: 55px;}
    .col-message .mess ul li textarea{height: 10.41vw;max-height: 200px;min-height: 100px;padding-top: 15px;}
    .col-message .mess ul li.li3{width: 100%;}
    .col-message .mess ul li.verification input,
    .col-message .mess ul li.submit input{display: inline-block;width: 45%;max-width: 210px;height: 55px;}
    .col-message .mess ul li.submit input{color: #222;background: #fff;border-color: #222;border-radius: 30px;transition: 0.5s;}
    .col-message .mess ul li.submit input:hover{color: #fff;background: #f08300;border-color: #f08300;}
/*page contact*/
/*page product*/
    .col-prodet{margin-top: 70px;}
    .col-prodet h3{font-weight: bold;}
    .col-prodet p{line-height: 1.66;}
    .col-prodet .swiper{margin: 0 -1vw;}
    .col-prodet .swiper-slide{padding: 0 1vw;}
    .col-prodet .swiper-slide img{margin-bottom: 0.78vw;}
    .prodet-topimg{position: relative;}
    .prodet-topimg .content{width: 100%;position: absolute;left: 0;top: 5.72vw;text-align: center;color: #fff;}
    .prodet-topimg .content .col-more{margin-top: 1.77vw;}
    .prodet-topimg .content .col-more a{min-width: 10.41vw;padding: 0.52vw 18px;color: #222; border-radius: 23px;border:1px solid #fff;background: #fff;}
    .prodet-imgs{padding-top: 7%;}
    .prodet-imgs .swiper-button-prev,
    .prodet-imgs .swiper-button-next{width: auto;height: auto;margin: 0;transform: translateY(-50%);outline: none;z-index: 1;}
    .prodet-imgs .swiper-button-prev:after,
    .prodet-imgs .swiper-button-next:after{display: flex;width: 4.16vw;height: 4.16vw;max-width: 80px;max-height: 80px;min-width: 35px;min-height: 35px;display: flex;justify-content: center;align-items: center; font-size: 14px;font-weight: bold; color: #000;border-radius: 50%;background: #fff;transition: 0.5s;}
    .prodet-imgs .swiper-button-prev{left: 3.125vw;}
    .prodet-imgs .swiper-button-next{right: 3.125vw;}
    .prodet-in-car{padding-top: 7%;padding-bottom: 7%;}
    .prodet-in-car .container{overflow: hidden;}
    .prodet-in-car h3{margin-bottom: 10px;}
    .prodet-in-car ul{margin-top: 2.34vw; font-weight: bold; }
    .prodet-in-car .swiper{margin: 0 -5px;}
    .prodet-in-car .swiper-slide{padding: 0 5px;}
    .prodet-middleimg .pic:after{padding-bottom: 50.572%;}
    .prodet-middleimg .content{width: 100%;position: absolute;left: 0;bottom: 5.88vw;color: #fff;line-height: 1.647;}
    .prodet-middleimg .content .container>*{max-width: 630px;}
    .prodet-middleimg .content .tit{line-height: 1.167;}
    .prodet-middleimg .content h3{margin: 0.83vw 0 2vw;}
    .prodet-power{padding-bottom: 8%;}
    .prodet-power .img{background: url(../images/prodet.jpg) center no-repeat;background-size: cover;}
    .prodet-power .content{margin-top: -4.42vw;}
    .prodet-power .content .container{overflow: hidden;}
    .prodet-power .content h3{margin-bottom: 1.3vw;}
    .prodet-power .content .desc{ max-width: 980px;margin: 0 auto; }
    .prodet-power .content ul{margin: 0 -3vw;margin-top: 3.64vw; display: flex;flex-wrap: wrap; }
    .prodet-power .content ul li{width: 25%;padding: 0 3vw; border-right: 1px solid #ddd;}
    .prodet-power .content ul li p.p2{margin-top: 1.3vw; font-weight: bold;line-height: 0.8;}
    .prodet-power .col-more{margin-top: 5.2vw;}
    .prodet-power .col-more a{min-width: 11.979vw;padding: 0.52vw 18px; border-radius: 23px;border:1px solid #222;}
    .prodet-design{padding-top: 5.72%;padding-bottom: 5.72%; background: #f5f5f5;}
    .prodet-design h3{margin-bottom: 0.78vw;}
    .prodet-design ul{margin-top: 1.82vw;}
/*page product*/
/*page news*/
    .col-subnav{border-bottom: 1px solid #ddd;}
    .col-subnav ul{ align-items: center; }
    .col-subnav li{ min-width:15.625vw;margin-right: 1px; position: relative;text-align: center; line-height: 24px;cursor: pointer; }
    .col-subnav li:after{content: '';height: 50%; border-right: 1px solid #ddd;position: absolute;right: -1px;top: 25%; }
    .col-subnav li a{display: block; padding: 0.93vw 2vw;}
    .col-subnav li:hover a,
    .col-subnav li.active a{color: #fff;background: #f6871c;}
    .col-page-news{ padding-top: 6%;padding-bottom: 6%; }
    .col-page-news .news ul{margin: 0 -0.65vw;margin-top: -2vw; flex-wrap: wrap; }
    .col-page-news .news li{padding: 0 0.65vw;margin-top: 2vw;}
    /*newshow*/
    .newshow .newshowtit {
      text-align: center;
      border-bottom: 1px dotted #bfbebe;
    }
    .newshow .newshowtit h1 {
      color: #333;line-height: 1.3;
    }
    .newshow .newshowtit .date {
      line-height:1.8em;padding: 22px 0;
      color: #999;
    }
    .newshow .newshowtxt{margin:30px 0;min-height: 300px;}
    .newshow .newshowtxt p {
      line-height: 1.8;
    }
    .newshow .newshowimg {
      text-align: center;
      margin: 65px 0;
    }
    .prev-next {
      float: left;
      margin-top: 10px;
    }
    .prev-next a {
      display: block;
      color: #777;
      line-height: 25px;
      transition: 0.3s;
    }
    .prev-next a b {
      color: #666;
    }
    .prev-next a:hover {
      color: #f08300;
    }
    .prev-next a.prev {
      border-bottom: 1px dashed #d4d4d4;
    }
/*page news*/
/*page*/
    .page { text-align: center;margin-top: 4vw;}
    .page ul{margin:0;}
    .page li {  display: inline;}
    .page li a{
      border-radius: 0!important;
      background: #fff;
      padding: 9px 16px;
      margin: 0 3px;
      display: inline;
      color:#222;
      border: 0px!important;
    }
    .page li a:hover,
    .page li.active a {
      background: #f08300!important;
      color: #fff;
    }
    .page li.bgnone a{
      background: none;
    }
    .page li.bgnone a:hover {
      color: #2d2e66;
    }
    @media (max-width: 991px) {
        .page{margin-top: 40px;}
        .page li a{  padding: 5px 10px;}
    }
/*page*/
/*other*/
    #gotoTop{
        display: none;
        z-index: 299;
        position: fixed;
        width: 40px;
        height: 40px;
        background-color: rgba(0,0,0,0.3);
        font-size: 20px;
        line-height: 36px;
        text-align: center;
        color: #fff;
        top: auto;
        left: auto;
        right: 30px;
        bottom: 50px;
        cursor: pointer;
        border-radius: 2px;
        transition: 0.5s;
    }
    #gotoTop:hover{
        background-color: #f08300;color: #fff;
    }
    .customer-service{
        z-index: 299;
        position: fixed;
        font-size: 20px;
        line-height: 40px;
        text-align: center;
        color: #FFF;
        top: auto;
        left: auto;
        right: 30px;
        bottom: 90px;
    }
    .customer-service li{
        width: 40px;
        height: 40px;
        background-color: #333;
        background-color: rgba(0,0,0,0.3);
        cursor: pointer;
        border-radius: 2px;
        margin-bottom: 10px;
    }
    .customer-service li a{
        color: #FFF;
    }
    .customer-service li:hover{
        background-color: #f08300 !important;
    }
/*other*/
/*站内搜索*/
    .col-page-search{background: #f5f5f5;}
    .goomay-keywords-light{ background: #dc3545 !important; color:#ffffff !important;}
    #search{ padding-top:5%;padding-bottom:5%;margin-top: 70px; min-height: 500px;overflow:hidden }
    .search_left{    border: 1px solid #d6d6d6; padding-top:5px;  padding-bottom:5px; }
    .s_head{ border-bottom: 1px solid #d6d6d6; height: 50px;  }
    .s_head h2{  line-height: 50px;  }
    .s_body ul{ margin-top: 10px; margin-left: 10px;margin-right: 10px;  }
    .s_body ul span{display: block;color: #333;line-height: 40px;}
    .s_body ul input,
    .s_body ul select{
        height: 35px;
        width: 100%;
        line-height: 35px;
        border: 1px solid #e6e6e6;
        padding-left: 10px;
        margin-bottom: 10px;
        background: none;
    }
    .s_body .sub input{
        height: 35px;
        line-height: 35px;
        background: #575757;
        border: 0;
        font-weight: bold;
        color: #fff;
        transition: 0.3s;
        text-align: center;
        padding-left: 0px;
    }
    .search_right{    padding-left: 40px;padding-right: 0;  }
    .search_right .no-result{
        text-align: center;
        color:#d80808;
        margin-top:50px;
    }
    .search-result-title{
        font-weight: 600;
        color: #333;
        line-height: 30px;
        height: 30px;
        overflow: hidden;
    }
    .entry-image { float: left;width: 120px;margin: 0 20px 0 0;}
    .entry-c{ position: relative;  overflow: hidden; }
    .search-result-info{    padding:5px 0;  }
    .search-result-info li{  display: inline-block;  }
    .search_right em{ color: #004cff;  }
    .search_right .search-result{  margin-left:25px; }
    .product_title a{ color: #d80808; text-decoration: underline; }
    .search_right .search-li{ border-bottom: 1px solid #d6d6d6; margin-bottom: 30px; padding-bottom: 10px;}
    .search_right li{ overflow: hidden;  }
    .search-result-info li:before{
        content: '/';
        display: inline-block;
        margin-left: 10px;
        margin-right: 10px;
        opacity: 0.5
    }
    .search-result-info li:first-child:before { display: none; }
    .product_list{ padding-bottom: 15px;    border-bottom: 1px solid #d6d6d6;     margin-bottom: 15px;  }
    .product_img{ float: left;  }
    .product_img img{    border-radius: 50%;  }
    .product_img img:hover{    width: 90px;    height: 90px;  }
    .product_body{  float: left; margin-left: 20px; margin-top: 10px;  }
    .product_title{ margin-bottom: 20px;  }
    .se_news{    float: right;    width: 79%;  }
    .news ul li .se_news a {color:#d80808;text-decoration: underline;display: inline-block;height: 22px;overflow: hidden; transition: 0.3s;  }
    .search_right .news .date em{ color: #fff;}
    @media (max-width: 991px){
        #search{padding-top: 55px;padding-bottom: 55px;margin-top: 55px;}
        .search_right{padding-left:15px;}
    }
    @media (max-width: 767px){
        .search_right{padding-left:0;margin-top:40px;}
        .entry-image{float: none;width: 100%;max-width: 300px;margin-bottom: 10px;}
    }
/*站内搜索*/
@media (max-width: 1400px){}
/*手机版菜单*/
@media screen and (max-width: 991px)  {
    .head .logo{width: auto; height: 55px;line-height: 55px;}
    .head .logo img{max-height: 58%;}
    .headerIndex .head{padding: 0;}
    #header a.mm_btn {background: center center no-repeat #f08300;display: block;width: 55px;height: 55px;position: absolute;top:0;right: 0; padding: 12.5px; }
    #header .mm_btn .menu_bar {width: 30px;height: 30px; position: relative;transform: translateZ(0) rotate(0);transition: transform .4s cubic-bezier(.4,.01,.165,.99);}
    #header .mm_btn .menu_bar_item { position: absolute;left: 0;top: 0; transform: translateZ(0) rotate(0); transition: transform .25s cubic-bezier(.4,.01,.165,.99) 0s; -webkit-transform: translateZ(0) rotate(0); -webkit-transition: -webkit-transform .25s cubic-bezier(.4,.01,.165,.99) 0s; width: 30px;height: 30px;}
    #header .mm_btn .menu_bar_item .rect{ width: 30px; height: 2px; background: #fff; position: absolute; left: 0; top: 14px;
      /*transition: transform .2s ease .2s;
      -webkit-transition: -webkit-transform .2s ease .2s;*/
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
    }
    #header .mm_btn .menu_bar_item .rect.top {transform: translate3d(0,-8px,0); -webkit-transform: translate3d(0,-8px,0);}
    #header .mm_btn .menu_bar_item .rect.mid {transform: translate3d(0,0px,0); -webkit-transform: translate3d(0,0px,0); transition: 0.5s;}
    #header .mm_btn .menu_bar_item .rect.bottom {transform: translate3d(0,8px,0); -webkit-transform: translate3d(0,8px,0);}
    #header .mm_btn.is_active .menu_bar_item.mid{opacity: 0;}
    #header .mm_btn.is_active .menu_bar_item .rect {transition: transform 0s ease 0s; transform: translate3d(0,0,0); -webkit-transition: -webkit-transform 0s ease 0s; -webkit-transform: translate3d(0,0,0);}
    #header .mm_btn.is_active .menu_bar_item.bottom { transform: translateZ(0) rotate(-45deg); -webkit-transform: translateZ(0) rotate(-45deg);}
    #header .mm_btn.is_active .menu_bar_item {
      transform: translateZ(0) rotate(45deg);
      transition: transform .25s cubic-bezier(.4,.01,.165,.99) 0s;
      -webkit-transform: translateZ(0) rotate(45deg);
      -webkit-transition: -webkit-transform .25s cubic-bezier(.4,.01,.165,.99) 0s;
    }
    /*菜单弹出方向*/
    .mm-menu_offcanvas{left: auto!important;}
    .mm-menu{right: 0!important;}
    .mm-menu_offcanvas.mm-menu_opened{z-index: 9!important;}
    .mm-slideout{z-index: 10!important;}
    .mm-menu.mm-menu_pageshadow:after{content: ""; display: block; width: 20px; height: 120%; position: absolute; right: 100%; top: -10%; z-index: 99; box-shadow: 0 0 10px rgba(0,0,0,.3);}/*弹出菜单边阴影*/
    .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout{
      -webkit-transform: translate(-80vw,0)!important;
      -ms-transform: translate(-80vw,0)!important;
      transform: translate(-80vw,0)!important;
      -webkit-transform: translate3d(-80vw,0,0)!important;
      transform: translate3d(-80vw,0,0)!important;
      /*transform: translate3d(80vw,0,0)!important;*/
    }
    .mm-wrapper_opened .mm-menu_fx-menu-slide {
      -webkit-transform: translate(0,0)!important;
      -ms-transform: translate(0,0)!important;
      transform: translate(0,0)!important;
      -webkit-transform: translate3d(0,0,0)!important;
      transform: translate3d(0,0,0)!important;
    }
    /**/
    #menu{ color:rgba(0,0,0,.8);}
    #menu .mm-listview .mm-btn_next:after{border-color: rgba(189,189,189,1);}
    #menu .mm-btn:after, #menu .mm-btn:before{border-color: rgba(189,189,189,1);}
    #menu .mm-navbar a, #menu .mm-navbar>*{color:rgba(0,0,0,.8); font-size: 16px;}
    #menu.mm-menu_theme-white .mm-counter{color:rgba(0,0,0,.6);}
    #menu .mm-searchfield input{background: rgba(0,0,0,.3);color: rgba(0,0,0,.2);}
    #menu .mm-listitem, #menu .mm-listitem #menu .mm-btn_next, #menu .mm-listitem #menu .mm-btn_next:before, #menu .mm-listitem:after, #menu .mm-listview{ border-color: rgba(0,0,0,.1); }
    #menu .mm-navbars_bottom, #menu .mm-navbars_top{border-color: rgba(0,0,0,.1);}
    #menu .mm-listitem a{font-size: 16px;}
}
@media (min-width: 550px){
    .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout {
      -webkit-transform: translate(-440px,0)!important;
      -ms-transform: translate(-440px,0)!important;
      transform: translate(-440px,0)!important;
      -webkit-transform: translate3d(-440px,0,0)!important;
      transform: translate3d(-440px,0,0)!important;
    }
}
@media (max-width: 991px){
/*common*/
    .col-more a span.flex img{margin-left: 10px;}
    .news .text{padding: 15px;}
    .news .text .col-more{margin-top: 12px;}
    .news .text .col-more a span.flex img{margin-left: 8px;}
/*common*/
/*footer*/
    .footer{padding-top: 50px;padding-bottom: 20px;text-align: center;}
    .footerCon{ flex-wrap: wrap;justify-content: space-between; }
    .footerNav{ width: 100%; max-width: 100%; }
    .footerNav ul{margin-top: 18px;justify-content: center;flex-wrap: wrap; }
    .footerNav ul li.border{ height: 14px;margin: 0 1.3vw; border-left:1px solid #fff;}
    .footerNav .hotline{margin-top: 20px;}
    .footerNav .hotline a{margin-left: 15px;}
    .footerQrcode{width: 100%;margin-top: 30px;}
    .footerQrcode ul{ width: 100%;max-width: 230px;margin:0 auto;}
    .footerQrcode ul li{margin: 0 10px;}
    .footerQrcode ul li img{ margin-bottom: 7px; }
    .copy{margin-top: 30px; }
    .copyright{width: 100%;margin-top: 10px;}
    .copyright .shu{padding: 0 0.83vw;}
    .copy .social{width: 100%;}
    .copy .social span{margin: 0 3px;}
    .copy .social span i{display: block;width: 36px;height: 36px;text-align: center;color: #fff; line-height: 34px;border-radius: 50%; background: rgba(255,255,255,0.1);transition: 0.5s;}
    .copy .social span i:hover{background: #f08300;}
/*footer*/
/*index*/
    /*about*/
    .col-index-about .pic{min-height: 280px}
    .col-index-about .col-title .desc{margin-top: 8px;}
    .col-index-about .col-more{margin-top: 15px;}
    .col-index-about .col-more a{padding: 3px 18px;}
    /*news*/
    .col-index-news{padding-top: 60px;padding-bottom: 60px;}
    .col-index-news .col-more.text-center{margin-top: 38px;}
    .col-index-news .col-more.text-center a{padding: 3px 18px;}
    .col-index-news .list{margin-top: 20px;}
/*index*/
/*page about*/
    .col-page-about,
    .col-about-culture,
    .col-about-honor{ padding-top: 55px;padding-bottom: 55px; }
    .col-page-about .flex{flex-wrap: wrap;align-items: center;}
    .col-page-about .pic{width: 100%;}
    .col-page-about .content{width: 100%;padding-left: 0;margin-top: 40px;}
    .col-page-about .content hr{margin: 15px 0 23px;border-top: 3px solid #f08300;}
    .col-page-about .content p{margin-bottom: 5px;}
    /*yuanjing*/
    .col-about-yuanjing .pic{min-height: 180px;}
    .col-about-yuanjing .col-title .con{margin-top: 10px; }
    /*culture*/
    .col-about-culture .list{margin-top: 10px;}
    .col-about-culture .list ul{margin: 0 -6px;flex-wrap: wrap;}
    .col-about-culture .list li{padding: 0 6px;margin-top: 12px;}
    .col-about-culture .list li .text .tit{margin-bottom: 7px;}
    /*history*/
    .col-about-history{padding-top: 45px;padding-bottom: 45px;}
    .col-about-history .swiper-his1 .text hr{margin: 5px auto;}
    .col-about-history .swiper-his2{ width: 49px;padding-top: 30px;}
    .col-about-history .swiper-his2 .year{margin-top: 12px;}
    .col-about-history .swiper-his2 .circle .pic{width: 38px;}
    .col-about-history .swiper-his2 .circle .border{top: -30px;}
    .col-about-history .swiper-his2 .swiper-slide-thumb-active .border{height: 38px;}
    .col-about-history .list{padding: 0 40px;}
    .col-about-history .list:before{top: 30px;margin-top: 18px;}
    .col-about-history .list .swiper-button-prev,
    .col-about-history .list .swiper-button-next{top: 30px;margin-top: 19px;}
    .col-about-history .list .swiper-button-prev:after,
    .col-about-history .list .swiper-button-next:after{ width: 35px;height: 35px; font-size: 12px;}
    /*honor*/
    .col-about-honor .container{ flex-wrap: wrap; }
    .col-about-honor .content{width: 100%;padding-right: 0;}
    .col-about-honor .list{min-height: 250px; margin-top:28px; }
    .col-about-honor .list ul{padding-left: 18px;}
    .col-about-honor .list ul li{margin-bottom: 13px;}
    .col-about-honor .images{width: 100%;margin-top: 25px;}
    .col-about-honor .images .pic:after{padding-bottom: 71.976%;}
/*page about*/
/*page technology*/
    .col-page-tech {margin-top: 55px;}
    .col-tech .content{margin-top: 10px;}
    .col-tech-info i{margin-top: 15px; font-size: 12px;}
    .col-tech-1{padding-top: 60px;}
    .col-tech-1 .content ul{margin-top: 25px;}
    .col-tech-2{padding-top: 60px;padding-bottom: 25px;}
    .col-tech-2 .content .desc{margin-top: 14px; }
    .col-tech-2 .list{margin-top: 20px;}
    .col-tech-2 .list .swiper{ margin: 0 -5px; }
    .col-tech-2 .list .swiper-slide{ padding: 0 5px;}
    .col-tech-2 .list .pic{margin-bottom: 7px; border-radius: 8px;}
    .col-tech-2 .list .pic img{border-radius: 8px;}
    .col-tech-3{padding-top: 60px;padding-bottom: 60px;}
    .col-tech-3 .list{margin-top: 28px;}
    .col-tech-3 .list .swiper{margin: 0 -5px;}
    .col-tech-3 .list .swiper-slide{padding: 0 5px;}
    .col-tech-3 .list p{padding: 0 10px;margin-top: 8px;}
    .col-tech-4{padding-top: 60px;padding-bottom: 60px;}
    .col-tech-4 .flex{margin-top: 25px;}
    .col-tech-4 .description{padding: 50px 4vw;}
    .col-tech-4 .description ul{margin-top: 15px;}
    .col-tech-4 .description ul li{margin-top: 15px; }
    .col-tech-4 .list{ padding: 50px 4vw; }
    .col-tech-4 .list .swiper-slide{ padding: 0 5px; }
    .col-tech-4 .list .swiper .swiper-pagination{margin-top: 23px;}
    .col-tech-4 .list .swiper .swiper-pagination .swiper-pagination-bullet { width: 8px;height: 8px;margin:0 2px;}
/*page technology*/
/*page service*/
    .col-page-service{padding-top: 50px;padding-bottom: 50px;}
    .col-page-service hr{margin: 40px 0;}
    .col-page-service table{ width: 100%; }
    .col-page-service table tr td{display: block; padding: 10px 0;}
    .col-page-service table tr td:first-child{width: 100%;}
    .col-page-service table tr td:last-child{width: 100%;padding-left: 0;margin-top: 20px;}
    .col-page-service .col-more .info{margin-bottom: 20px;}
    .col-page-service .col-more a{padding: 3px 18px;}
    .col-service-sales{padding-top: 40px;padding-bottom: 40px;}
    .col-service-sales hr{margin: 13px 0 10px;}
/*page service*/
/*page notice*/
    .col-page-notice{margin-top: 55px; padding-top: 55px;padding-bottom: 55px;}
    .notice ul{margin-top: 20px;}
    .notice li .col-more a img{margin-left: 8px;}
/*page notice*/
/*page contact*/
    .col-page-contact{padding-top: 60px;padding-bottom: 60px;}
    .col-page-contact .contact{padding: 40px 0; }
    .col-page-contact .contact h3{margin-bottom: 20px;}
    .col-page-contact .information p.tel{margin: 5px 0 13px;}
    .col-page-contact .social{margin-top: 30px;}
    .col-page-contact .social span{margin-right: 10px;margin-bottom: 10px;}
    .col-page-contact .social span i{width: 40px;height: 40px;font-size: 18px; line-height: 38px;}
    .col-page-contact .focus{margin-top: 30px;}
    .col-page-contact .focus ul li .tips{ font-size: 12px;}
    .col-message{margin-top: 60px;}
    .col-message .mess{margin-top: 18px;}
    .col-message .mess ul{margin: 0 -6px;margin-top: -15px;}
    .col-message .mess ul li{padding: 0 6px;margin-top: 15px;}
    .col-message .mess ul li p{margin-bottom: 5px;}
    .col-message .mess ul li input,
    .col-message .mess ul li select,
    .col-message .mess ul li textarea{padding: 0 15px;}
    .col-message .mess ul li input,
    .col-message .mess ul li select{height: 40px;}
    .col-message .mess ul li textarea{padding-top: 10px;}
    .col-message .mess ul li.verification input,
    .col-message .mess ul li.submit input{height: 40px;}
/*page contact*/
/*page product*/
    .col-prodet{margin-top: 55px;}
    .col-prodet .swiper-slide img{margin-bottom: 7px;}
    .prodet-imgs{padding-top: 60px;}
    .prodet-in-car{padding-top: 60px;padding-bottom: 60px;}
    .prodet-in-car h3{margin-bottom: 10px;}
    .prodet-in-car ul{margin-top: 23px; }
    .prodet-middleimg .pic{min-height: 230px;}
    .prodet-middleimg .content h3{margin: 8px 0 20px;}
    .prodet-power{padding-bottom: 60px;}
    .prodet-power .content h3{margin-bottom: 13px;}
    .prodet-power .content ul{margin-top: 35px; }
    .prodet-power .content ul li p.p2{margin-top: 13px;}
    .prodet-power .col-more{margin-top: 50px;}
    .prodet-power .col-more a{padding: 3px 18px;}
    .prodet-design{padding-top: 58px;padding-bottom: 58px;}
    .prodet-design h3{margin-bottom: 7px;}
    .prodet-design ul{margin-top: 18px;}
/*page product*/
/*page news*/
    .col-page-news{ padding-top: 55px;padding-bottom: 55px; }
    .col-page-news .news ul{margin: 0 -6px;margin-top: -20px; }
    .col-page-news .news li{padding: 0 6px;margin-top: 20px;}
/*page news*/
}
@media (max-width: 767px){
    .col-index-product .list ul{flex-wrap: wrap;}
    .col-index-product .list li{width: 100%;height: auto;}
    .col-index-product .list li .content{padding: 10px 15px;bottom: 25px;}
    .col-index-product .list li .content .col-more{margin-top: 10px;}
    .col-index-product .list li .content .col-more a span.flex img{margin-left: 8px;}
    .col-index-product .list li.active{width: 100%;}
    .col-about-history .swiper-his1 .con{background-color: #fff;background-size: contain;}
    .col-about-history .swiper-his1 .text{padding: 40px 5vw;}
    .prodet-power .content ul{margin-top: 15px;}
    .prodet-power .content ul li{width: 50%;margin-top: 20px;}
}
@media (max-width: 400px){
    .col-page-news .news li{width: 100%;}
}