*{
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6{
    font-weight: 0;
    margin: 0;
}
ul{
    margin: 0;
    list-style: none;
}
p{
    margin: 0;
}
a,a:link{
    text-decoration: none;
}
.adv-wrapper{
    background: #333;
    line-height: 1;
    /* top: -40px; */
    width: 100%;
    right: 0;
    z-index: 999;
}
.adv-wrapper .adv-wrapper-text{
    display: block;
    line-height: 40px;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    text-align: right;
    max-width: 976px;
    margin: 0 auto;
    color: #a8a8aa;
    -webkit-transform: scale(.85);
    -o-transform: scale(1);
    font-size: 9px;
    margin-right: 7.4%;
}
.header{
    height: 70px;
    background: #000;
    width: 100%;
}
.header{
    padding: 15px 30px;
}
.banner-video{
    width: 100%;
    position: relative;
}
.banner-video video{
    width: 100%;
    display: block;
    object-fit: fill;
}
.banner-video img{
    position: absolute;
    top: 30px; 
}
.footer{
    background: #000;
    color: #fff;
    font-size: 14px;
    line-height: 63px;
    padding: 0 30px;
}
.footer .footer-left{
    text-align: right;
    padding: 0 15px;
}
.footer .footer-right{
    text-align: left;
    padding: 0 15px;
}
.introduce{
    padding-top: 50px;
    background: #dddedf;
    padding-bottom: 15px;
}
.introduce p{
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 40px;
}
.introduce p span{
    font-weight: bold;
}
.product-display{
    padding-bottom: 100px;
    background: url(../images/product-bak.jpg) no-repeat;
    background-size: 100% 100%;
}
.product-display .title-auto{
    margin-bottom: 60px;
}
.title-auto{
    text-align: center;
    width: 100%;
    border-bottom: 1px solid #939393;
    position: relative;
    margin-bottom: 50px;
}
.title-auto h2{
    font-size: 40px;
    display: inline-block;
    padding-bottom: 20px;
}
.title-auto h2::after{
    display: block;
    content: "";
    background: #0186ef;
    height: 3px;
    width: 20%;
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
}
.product-opc{
    padding: 40px 60px 35px 60px;  
    text-align: center;
    background: url(../images/product-litle-bak.png) no-repeat;
    background-size: 100% 100%;
}
.product-opc h3{
    font-size: 25px;
    color: #0186ef;
    text-align: center;
    padding-bottom: 20px;
}
.product-opc img{
    width: 75%;
}
.product-opc ul{
    text-align: left;
    padding: 40px 0 50px 80px;
    box-sizing: content-box;
}
.product-opc ul li{
    font-size: 16px;
    color: #fff;
    line-height: 1.6;
    position: relative;
    padding-left: 15px;
}
.product-opc ul li::before{
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background: url(../images/product-blue.png) no-repeat;
    background-size: 6px 6px;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    left: 0;
}
.product-opc a{
    display: inline-block;
    font-size: 16px;
    color: #fff;
    background: #008be8;
    padding: 10px 30px;
}
.product-img{
    width: 100%;
    position: relative;
}
.opc img{
    width: 65%;
}
.teamtab{
    padding-top: 55px;
    padding-bottom: 60px;
    background: #dddedf;
}
.teamtab .title-auto h2::after{
    width: 27%;
}
.teamtab .teamtab-box{
    padding-bottom: 20px;
}
.teamtab .teamtab-img{
    width: 20%;
    float: left;
}
.teamtab .teamtab-img img{
    width: 90%;
}
.teamtab .teamtab-text{
    float: left;
    width: 80%;
    padding-top: 50px;;
}
.teamtab .teamtab-text p{
    padding: 0;
}
.teamtab p{
    font-size: 16px;
    line-height: 1.6;
    padding-bottom: 30px;
    color: #000000;
}
.production{
    padding-top: 50px;
    background: url(../images/production-bak.jpg) no-repeat;
    background-size: 100% 100%;
}
.production .title-auto{
    border: 0;
}
.production .title-auto h2{
    color: #fff;
}
.production .production-wrapper{
    width: 90%;
    margin: 0 auto;
    padding-bottom: 40px;
}
.production .production-wrapper .wrapper-img{
    width: 90%;
    margin: 0 auto;
}
.production .production-wrapper .wrapper-img img{
    width: 100%;
}
.swiper-button-next, .swiper-button-prev{
    height: 65px;
    width: 34px;
    margin-top: -32.5px;
    background-size: 34px 65px;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    background-image: url(../images/production-prev-blue.png);
}
.swiper-button-prev.swiper-button-disabled{
    background-image: url(../images/production-prev-white.png);
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    background-image: url(../images/production-next-blue.png);
}
.swiper-button-next.swiper-button-disabled{
    background-image: url(../images/production-next-white.png);
}
.footer .row{
    margin: 0;
}
.mb{
    display: none;
}
.beizhu{
    padding-top: 40px;
    width: 90%;
    margin: 0 auto;
}
.beizhu p{
    font-size: 12px;
    line-height: 1.4;
    padding-bottom: 5px;
    color: #fff;
}
#gombPlay{
    display: none;
}
#clickPlay{
    display: none;
}
.evm{
    position: fixed;
    bottom: 10px;
    right: 0;
    z-index: 9999;
}
.product-img{
    height: 190px;
    line-height: 190px;
}
.new_evm{
    background: #fff;
    padding: 20px;
}
.new_evm_img{
    float: left;
    width: 12%;
}
.new_evm_img img{
    width: 100%;
}
.new_evm_text{
    width: 85%;
    float: left;
    padding-top: 30px;
    padding-left: 20px;
}
.new_evm span{
    font-size: 16px;
    line-height: 1.6;
    font-weight: 600;
}
.new_evm_red{
    padding-top: 15px;
}
.new_evm_red span{
    color: #666;
}
@media (max-width: 1200px){
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
        left: 0;
    }
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
        right: 0;
    }
    .product-img{
        height: 160px;
        line-height: 160px;
    }
    .new_evm_text{
        padding-top: 20px;
    }
    .new_evm span{
        font-size: 16px;
    }
}

@media (max-width: 992px){
    .product-opc ul{
        padding: 40px 0 50px 20px;
    }
    .product-img{
        height: 140px;
        line-height: 140px;
    }
    .new_evm_text{
        padding-top: 15px;
        padding-left: 15px;
        width: 80%;
    }
    .new_evm_img{
        width: 20%;
    }
    .new_evm span{
        font-size: 14px;
    }
}
@media (max-width: 767px){
    .new_evm_img{
        width: 41%;
        padding-right: 10px;
    }
    .new_evm_red{
        padding-top: 5px;
    }
    .new_evm span{
        font-size: 12px;
        line-height: 1.4;
    }
    .new_evm_text{
        padding-top: 0;
        padding-left: 0;
        width: 100%;
        float: none;
    }
    .evm{
        display: none;
    }
    #gombPlay{
        display: block;
    }
    #goPlay{
        display: none;
    }
    #clickPlay{
        display: block;
        width: 60px;
        height: 60px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -30px;
        margin-top: -30px;
    }
    .mb{
        display: block;
    }
    .pc{
        display: none;
    }
    .beizhu{
        padding-top: 20px;
    }
    .beizhu p{
        font-size: 12px;
        line-height: 1.4;
        padding-bottom: 5px;
    }
    .production .production-wrapper .wrapper-img .pc{
        display: none;
    }
    .adv-wrapper{
        display: none;
    }
    .header{
        padding: 15px 0;
    }
    .banner-video  img{
        width: 98px;
        height: 19px
    }
    .introduce{
        padding-top: 22px;
        padding-bottom: 7px;
    }
    .introduce p{
        font-size: 12px;
        line-height: 1.6;
        margin-bottom: 25px;
    }
    .product-display{
        padding-bottom: 40px;
    }
    .product-display .title-auto{
        margin-bottom: 20px;
    }
    .title-auto{
        margin-bottom: 20px;
    }
    .title-auto h2{
        font-size: 20px;
        padding-bottom: 10px;
    }
    .title-auto h2::after{
        width: 30%;
    }
    .product-opc{
        padding: 20px 0 12px 0;  
        text-align: left;
        margin-bottom: 12px;
    }
    .product-mb{
        width: 50%;
        float: left;
        text-align: center;
    }
    .product-opc h3{
        font-size: 14px;
        padding-bottom: 20px;
    }
    .product-opc img{
        width: 75%;
    }

    .product-opc ul{
        width: 50%;
        float: left;
        padding: 0 0 12px 0;
        box-sizing: border-box;
    }
    .product-opc ul li{
        font-size: 12px;
        padding-left: 10px;
    }
    .product-opc ul li::before{
        width: 5px;
        height: 5px;
        background: url(../images/product-blue.png) left top no-repeat;
        background-size: 100% 100%;
        position: absolute;
        left: 0;
        top: 10px;
    }
    .product-opc a{
        font-size: 12px;
        padding: 5px 15px;
        margin-left: 50%;
    }
    .opc img{
        margin-top: 25px;
        width: 65%;
    }
    .teamtab{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .teamtab .title-auto h2::after{
        width: 50%;
    }
    .teamtab .teamtab-box{
        padding-bottom: 10px;
    }
    .teamtab .teamtab-img{
        width: 30%;
    }
    .teamtab .teamtab-text{
        width: 70%;
        padding-top: 0px;
    }
    .teamtab .teamtab-text p{
        padding: 0;
    }
    .teamtab p{
        font-size: 12px;
        padding-bottom: 15px;
    }
    .mb p{
        padding-bottom: 0;
    }
    .mb a{
        font-size: 12px;
        color: #008be8;
    }
    .production{
        padding-top: 25px;
    }
    .production .production-wrapper{
        width: 100%;
        padding-bottom: 21px;
    }
    .production .production-wrapper .wrapper-img{
        width: 90%;
    }
    .swiper-button-next, .swiper-button-prev{
        background-size: 58px 121px;
        height: 121px;
        width: 58px;
        margin-top: -60.5px;
    }
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
        background-image: url(../images/production-prev-blue-mb.png);
        left: 0;
    }
    .swiper-button-prev.swiper-button-disabled{
        background-image: url(../images/production-prev-white-mb.png);
    }
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
        background-image: url(../images/production-next-blue-mb.png);
        right: 0;
    }
    .swiper-button-next.swiper-button-disabled{
        background-image: url(../images/production-next-white-mb.png);
    }
    .footer{
        line-height: inherit;
        padding: 15px 0;
    }
    .footer .footer-left,.footer .footer-right{
        text-align: center;       
    }
    .goImgmb{
        min-width: 50px;
    }
    .product-img{
        height: auto;
        line-height: 0;
    }
}