﻿*{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
a:hover{
    text-decoration: none;
}
html,body{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    position: relative;
}
.common-section{
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 50px 0;
}
.common-section-title{
    font-size: 38px;
    color: #333333;
    font-weight: 400;
    text-align: center;
}
.head-section{
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 2;
}
.logo{
    display: inline-block;
    padding: 30px;
    background: rgba(238,238,238,0.6);
}
.top-info{
    display: inline-block;
    float: right;
    padding: 19px 30px;
}
.top-info-hotline{
    font-size: 14px;
    color: #ffffff;
    text-align: right;
}
.top-info-medium{
    overflow: hidden;
    margin-bottom: 15px;
}
.top-info-medium span{
    font-size: 14px;
    color: #ffffff;
    margin-right: 15px;
}
.top-info-medium a{
    width: 31px;
    height: 31px;
    display: inline-block;
    position: relative;
    margin-right: 20px;
    vertical-align: middle;
}
.top-info-medium a:last-child{
    margin-right: 0;
}
.top-info-medium a img:first-child{
    opacity: 1;
    transition: .6s all 0s;
}
.top-info-medium a img:last-child{
    position: relative;
    top: -31px;
    opacity: 0;
    transition: .6s all 0s;
}
.top-info-medium a:hover img:last-child{
    opacity: 1;
    transition: .6s all 0s;
}
.top-info-medium a:hover img:first-child{
    opacity: 0;
    transition: .6s all 0s;
}
.nav-section{
    width: 100%;
    overflow: hidden;
    background: #ffffff;
    position: relative;
}
.m-nav{
    display: none;
}
.mIcon{
    display: none;
}
.nav-section ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.nav-section ul li{
    padding: 15px 30px;
    float: left;
}
.nav-section ul li a{
    color: #333333;
}
.nav-active{
    background: #da1212;
}
.nav-active a{
    color: #ffffff!important;
}
.nav-section ul li:hover{
    background: #da1212;
}
.nav-section ul li:hover a{
    color: #ffffff!important;
}
.head-search{
    display: inline-block;
    height: 28px;
    overflow: hidden;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.head-search-input{
    background: #e4e4e4;
    border: 1px solid #9a9a9a;
    padding: 3px 10px;
    border-radius: 20px;
    outline: none;
    width: 200px;
}
.head-search img{
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.banner-section{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.m-banner{
    display: none;
}
.banner-swiper{
    width: 100%;
    height: 100%;
}
.banner-swiper .swiper-slide{
    width: 100%!important;
    height: 100%;
}
.banner-slide-content{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    background-size: cover!important;
    background-position: 50% center!important;
}
.banner-slogin{
    overflow: hidden;
    width: 650px;
    height: 360px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10%;
    margin: auto;
    z-index: 1;
}
.banner-slogin-title{
    font-size: 32px;
    color: #da1212;
}
.banner-slogin-des{
    font-size: 16px;
    color: #ffffff;
    line-height: 1.8em;
    margin: 10px 0;
}
.banner-slogin-more{
    overflow: hidden;
}
.banner-slogin-more a{
    display: inline-block;
    padding: 6px 24px;
    background: #da1212;
    color: #ffffff;
    border-radius: 20px;
}
.banner-cover{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5%;
    margin: auto;
}
.banner-page{
    width: 100%;
    padding: 30px 0;
    background: rgba(255,255,255,0.4);
    position: absolute;
    bottom: 0;
    z-index: 1;
}
.banner-page-line{
    width: 100%;
    height: 2px;
    background: rgba(255,255,255,0.4);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.banner-page-swiper{
    width: 100%;
    overflow: hidden;
    text-align: center;
}
.banner-page-slide{
    width: 19%;
    display: inline-block;
    margin-right: 10px;
    border: 2px solid #ffffff;
    height: 100px;
    cursor: pointer;
}
.banner-page-slide:last-child{
    margin: 0;
}
.banner-page-slide-active{
    border: 2px solid #da1212;
}
.banner-page-swiper img{
    width: 100%;
    height: 100px;
}
.about-section{
    background: #da1212;
}
.about-section-title div:first-child{
    font-size: 38px;
    color: #ffffff;
    font-weight: 400;
}
.about-section-title div:last-child{
    font-size: 32px;
    color: #ffffff;
    font-weight: 400;
}
.about-section-des{
    overflow: hidden;
    margin-top: 30px;
    font-size: 16px;
    color: #ffffff;
    line-height: 1.8em;
    text-align: justify;
}
.about-section-more{
    overflow: hidden;
    margin-top: 30px;
    text-align: center;
}
.about-section-more a{
    display: inline-block;
    width: 114px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: #ffffff;
    color: #333333;
    position: relative;
    border: 1px solid #da1212;
}
.about-section-more a span{
    position: relative;
    z-index: 2;
}
.about-section-more a div{
    width: 0;
    height: 42px;
    position: absolute;
    background: #da1212;
    left: 0;
    top: 0;
    transition: .6s all 0s;
}
.about-section-more a:hover{
    border: 1px solid #ffffff;
    color: #ffffff;
}
.about-section-more a:hover div{
    width: 100%;
    transition: .6s all 0s;
}
.product-section{

}
.product-hot-content{
    width: 100%;
    overflow: hidden;
    background: #eeeeee;
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 30px;
}
.product-hot-cover{
    width: 50%;
    float: left;
}
.product-hot-right{
    width: 50%;
    float: left;
    padding-left: 50px;
    padding-top: 30px;
}
.product-hot-cover img{
    width: 100%;
}
.product-hot-title a{
    font-size: 24px;
    color: #333333;
}
.product-hot-des{
    font-size: 16px;
    color: #666666;
    line-height: 1.8em;
    text-align: justify;
    overflow: hidden;
    margin: 15px 0;
}
.product-hot-more{
    text-align: center;
    overflow: hidden;
    margin-top: 15px;
}
.product-hot-more a{
    display: inline-block;
    padding: 12px 24px;
    border: 1px solid #da1212;
    color: #da1212;
}
.product-hot-more a:hover{
    background: #da1212;
    color: #ffffff;
    transition: .6s all 0s;
}
.product-content{
    overflow: hidden;
    border: 2px solid #eeeeee;
    margin-bottom: 30px;
    transition: .6s all 0s;
}
.product-content-cover{
    overflow: hidden;
    width: 100%;
    height: 244px;
}
.product-content-cover img{
    width: 100%;
    height: 244px;
    transition: .6s all 0s;
}
.product-content-info{
    background: #eeeeee;
    padding: 15px;
    overflow: hidden;
}
.product-content-info-title{
    text-align: center;
    overflow: hidden;
    margin: 15px 0;
}
.product-content-info-title a{
    font-size: 18px;
    color: #333333;
    transition: .6s all 0s;
}
.product-content-info-more{
    text-align: center;
}
.product-content-info-more a{
    font-size: 14px;
    color: #333333;
    transition: .6s all 0s;
}
.product-content:hover{
    border: 2px solid #7d7d7d;
    transition: .6s all 0s;
}
.product-content:hover .product-content-cover img{
    transform: scale(1.2);
    transition: .6s all 0s;
}
.product-content:hover .product-content-info-title a{
    color: #da1212;
    transition: .6s all 0s;
}
.product-content:hover .product-content-info-more a{
    color: #da1212;
    transition: .6s all 0s;
}
.video-section{
    background: #eeeeee;
}
.video-section-content{
    overflow: hidden;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}
.video-section .row{
    margin-top: 50px;
}
.video-content{
    overflow: hidden;
    width: 100%;
    height: 244px;
    position: relative;
}
.video-content-cover{
    width: 100%;
    height: 244px;
    transition: .6s all 0s;
}
.video-play-icon{
    width: 60px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.video-content-title{
    width: 100%;
    height:110px;
    padding:30px 15px;
    overflow: hidden;
    background: #ffffff;
    text-align: center;
}
.video-content-title a{
    font-size: 18px;
    color: #333333;
    transition: .6s all 0s;
}
.video-content-active{
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: rgba(0,0,0,0.4);
    transition: .6s all 0s;
}
.video-section-content:hover .video-content-active{
    height: 100%;
    width: 100%;
    transition: .6s all 0s;
}
.video-section-content:hover .video-content-cover{
    transform: scale(1.2);
    transition: .6s all 0s;
}
.video-section-content:hover .video-content-title a{
    color: #da1212;
    transition: .6s all 0s;
}
.video-detail-content{
    width:100%;
    overflow:hidden;
    text-align:center;
   
}
    .video-detail-content video{
        width:70%;
        margin:0 auto;
    }
    .news-section .row {
        margin-top: 50px;
    }
.news-section-content{
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: none;
    transition: .6s all 0s;
}
.news-content-cover{
    overflow: hidden;
}
.news-content-cover img{
    width: 100%;
    height: 272px;
    transition: .6s all 0s;
}
.news-content-hot{
    overflow: hidden;
    padding: 15px;
    background: #da1212;
    height: 140px;
}
.news-content{
    overflow: hidden;
    padding: 15px;
    background: #eeeeee;
    height: 140px;
}
.news-content-time span{
    font-size: 16px;
    color: #333333;
    vertical-align:middle;
    margin-left: 10px;
}
.news-content-title{
    margin: 10px 0;
}
.news-content-title a{
    font-size: 20px;
    color: #333333;
}
.news-content-des{
    font-size: 14px;
    color: #666666;
}
.news-content-hot-time span{
    font-size: 16px;
    color: #ffffff;
    vertical-align:middle;
    margin-left: 10px;
}
.news-content-hot-title{
    margin: 10px 0;
}
.news-content-hot-title a{
    font-size: 20px;
    color: #ffffff;
}
.news-content-hot-des{
    font-size: 14px;
    color: #ffffff;
}
.news-section-content:hover{
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
    transition: .6s all 0s;
}
.news-section-content:hover .news-content-cover img{
    transform: scale(1.2);
    transition: .6s all 0s;
}
.news-section-content:hover .news-content-title a{
    color: #da1212;
}
.paging{
    text-align:center;
}
    .paging span {
        display: inline-block;
        padding: 6px 16px;
        border: 1px solid #d8d8d8;
        margin-right: 5px
    }
        .paging span:last-child {
            margin: 0;
        }
    .paging .current {
        background: #005fb3;
        color: #ffffff;
    }
    .paging > a {
        padding: 6px 16px;
        border: 1px solid #005fb3;
        margin-right: 5px;
    }
        .contact-section {
            height: 1000px;
        }
.contact-section .container{
    position: relative;
    top: -150px;
}
.contact-section-banner{
    background: url("../images/contact_b.png")no-repeat;
    width: 100%;
    height: 546px;
    background-size: cover;
    background-position: 50% center;
}
.contact-content{
    width: 100%;
    overflow: hidden;
    padding: 30px;
    background: #ffffff;
    border:2px solid #eeeeee;
}
.contact-content-info{
    width: 100%;
    overflow: hidden;
    margin-top: 50px;
}
.contact-left{
    width: 48%;
    float: left;
    margin-right: 4%;
}
.contact-left div{
    overflow: hidden;
    margin-bottom: 15px;
    font-size: 16px;
    color: #333333;
}
.contact-left div:last-child a{
    margin-right: 10px;
}
.contact-right{
    width: 48%;
    float: left;
}
.contact-input{
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
}
.contact-input input{
    width: 100%;
    padding: 6px 12px;
    border: 1px solid #7d7d7d;
    outline: none;
}
.contact-input textarea{
    width: 100%;
    resize: none;
    padding: 6px 12px;
    border: 1px solid #7d7d7d;
    outline: none;
}
#canvas {
    cursor: pointer;
    vertical-align: middle;
    background: #7d7d7d;
    height: 42px;
}
.code-input{
    height: 42px;
    border: 1px solid #7d7d7d;
    padding: 6px 12px;
    outline: none;
    vertical-align: middle;
}
.contact-button button{
    height: 40px;
    padding: 6px 12px;
    border: 1px solid #da1212;
    color: #da1212;
    outline: none;
    width: 90px;
    float: right;
}
.foot-section{
    width: 100%;
    padding: 15px 0;
    position: relative;
    overflow: hidden;
    background: #da1212;
}
.foot-info{
    font-size: 14px;
    color: #ffffff;
    text-align: center;
}
.foot-info a{
    font-size: 14px;
    color: #ffffff;
}
.foot-link{
    overflow: hidden;
    margin-top: 15px;
    color: #ffffff;
    font-size: 14px;
}
.foot-link a{
    color: #ffffff;
    font-size: 14px;
    margin-right: 10px;
}
.foot-link a:last-child{
    margin: 0;
}
.list-section{
    width: 100%;
    height: 500px;
    background: url("../images/list_banner.png")no-repeat;
    background-size: cover;
    background-position: 50% center;
    overflow: hidden;
    position: relative;
}
.list-section-content{
    height: 71px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.list-title{
    font-size: 38px;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
}
.list-title-sub{
    height: 20px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    line-height: 20px;
}
.list-title-sub span{
    display: inline-block;
    height: 20px;
    border-bottom: 1px solid #ffffff;
}
.list-common-section{
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 50px 0;
}
.news-nav{
    overflow: hidden;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}
.news-nav a{
    font-size: 16px;
    color: #333333;
}
.news-nav span{
    margin: 0 15px;
}
.news-nav span:last-child{
    display: none;
}
.news-nav-active{
    color: #da1212!important;
}
.news-list-content{
    width: 100%;
    height: 150px;
    overflow: hidden;
    padding-left: 200px;
    border: 1px solid #dcdcdc;
    position: relative;
    margin-bottom: 30px;
}
.news-list-content-cover{
    width: 200px;
    height: 150px;
    position: absolute;
    left: 0;
    top: 0;
}
.news-list-content-cover img{
    width: 100%;
    height: 150px;
}
.news-list-content-right{
    width: 100%;
    height: 150px;
    overflow: hidden;
    padding: 15px 30px;
}
.news-list-content:hover{
    background: #eeeeee;
}
.news-detail-content{
    width: 100%;
    overflow: hidden;
}
.news-list-title{
    text-align: center;
    font-size: 24px;
    color: #333333;
}
.news-list-time{
    overflow: hidden;
    text-align: center;
    margin: 15px 0;
}
.news-list-time span{
    font-size: 16px;
    color: #333333;
    vertical-align: middle;
    margin-left: 10px;
}
.news-list-detail{
    overflow: hidden;
    width: 100%;
    margin-top: 30px;
}
.contact-map{
    margin-top: 50px;
    width: 100%;
    height: 379px;
    overflow: hidden;
    background: url("../images/map.png")no-repeat;
    background-size: cover;
    background-position: 50% center;
    position: relative;
}
.selected-point,
.selected-point-mid,
.selected-point-center {
    display: block;
    height: 4px;
    width: 4px;
    border-radius: 50%;
    position: absolute;
    background: transparent;
    z-index: 9999;
    top: 0px;
    left: 0px;
}

.selected-point {
    top: 38%;
    left: 68%;
    position: absolute;
}

.selected-point {
    animation-name: sploosh;
    animation-duration: 2s;
    animation-delay: 0.5s;
    animation-iteration-count: infinite;
    animation-direction: normal;
}

.selected-point-mid {
    animation-name: sploosh1;
    animation-duration: 2s;
    animation-delay: 0.5s;
    animation-timing-function: ease-in;
    animation-iteration-count: infinite;
    animation-direction: normal;
}

.selected-point-center {
    animation-name: sploosh2;
    animation-duration: 2s;
    animation-timing-function: ease-in;
    animation-delay: 0.5s;
    animation-iteration-count: infinite;
    animation-direction: normal;
}

@keyframes sploosh {
    0% {
        box-shadow: 0 0 0 10px rgba(217,18,18, 0.30);
        background: rgba(56,127,74, 0.05);
    }

    100% {
        box-shadow: 0 0 0 50px rgba(217,18,18, 0.0);
        background: rgba(217,18,18, 0.0);
    }
}

@keyframes sploosh1 {
    0% {
        box-shadow: 0 0 0 0px rgba(217,18,18, 0.99);
        background: rgba(217,18,18, 0.90);
    }

    100% {
        box-shadow: 0 0 0 25px rgba(217,18,18, 0.0);
        background: rgba(217,18,18, 0.0);
    }
}

@keyframes sploosh2 {
    0% {
        box-shadow: 0 0 0 5px rgba(217,18,18, 0.60);
        background: rgba(217,18,18, 0.60);
    }

    100% {
        box-shadow: 0 0 0 45px rgba(217,18,18, 0.0);
        background: rgba(217,18,18, 0.0);
    }
}
.about-list-title{
    font-size: 26px;
    color: #da1212;
    text-align: justify;
    margin-bottom: 30px;
}
.about-list-content{
    font-size: 16px;
    color: #333333;
    line-height: 1.8em;
    text-align: justify;
    margin-bottom: 30px;
}
.about-list-cover img{
    width: 100%;
}
.product-nav{
    width: 100%;
    overflow: hidden;
}
.product-nav-title{
    padding: 15px 0;
    border-bottom: 1px solid #909090;
    font-size: 18px;
    color: #333333;
}
.product-nav-content{
    overflow: hidden;
}
.product-nav-content ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.product-nav-content ul li{
    padding: 15px 0;
    border-bottom: 1px solid #d5d5d5;
    cursor: pointer;
}
    .product-nav-content ul li a{
        color:#333333;
    }
    .product-nav-content ul li a > img {
        float: right;
    }
.product-nav-content ul dl{
    margin: 0;
    padding: 0;
    display: none;
    transition: .6s all 0s;
}
.product-nav-content ul dl dt{
    padding: 15px 0;
    padding-left: 15px;
    border-bottom: 1px solid #d5d5d5;
    position: relative;
}
.product-nav-content ul dl dt span{
    position: absolute;
    left: 0;
    color: #7d7d7d;
}
.product-nav-content ul dl dt a{
    font-size: 14px;
    color: #7d7d7d;
    font-weight:400;
}
.product-nav-active{
    display: block!important;
    transition: .6s all 0s;
}
.product-nav-active-dt span{
    color:#da1212!important;
}
.product-nav-active-dt a{
    color: #da1212!important;
}
.product-icon {
    opacity: 0;
    transform: rotate(0);
    transition: .6s all 0s;
    float:right;
}
.product-icon-active{
    transform:rotate(90deg);
    transition: .6s all 0s;
}
.product-icon-block {
    opacity: 1;
}
.product-detail-title {
    overflow: hidden;
    font-size: 18px;
    color: #919191;
    margin-bottom: 20px;
}
.product-detail-title span{
    display: inline-block;
    vertical-align: middle;
    width: 3px;
    height: 23px;
    background: #da1212;
    margin-right: 5px;
}
.product-detail-content{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.product-detail-module{
    width: 50%;
    float: left;
    overflow: hidden;
}
.product-detail-features{
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
}
.product-detail-features p{
    font-size: 14px;
    color: #333333;
}
.product-detail-advantages{
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    color: #333333;
    line-height: 1.8em;
    margin-bottom: 30px;
}
.table-col-1{
    width: 40%;
}
.table-col-2{
    width: 20%;
}
.product-detail-parameters{
    width: 100%;
    overflow: hidden;
}
.product-detail-parameters table{
    width: 100%;
    border: 1px solid #333333;
}
.product-detail-parameters table td{
    border: 1px solid #333333;
    padding: 15px 0;
    text-align: center;
}
.product-detail-parameters-title td{
    text-align: center;
    font-weight: bolder;
}
.product-detail-cover{
    width: 100%;
    height: 343px;
    position: relative;
    overflow: hidden;
    padding: 15px;
}
.product-detail-cover-content{
    width: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    transition: all ease-out 0.3s;
    -webkit-transition: all ease-out 0.3s;
    z-index: 1;
}
  
    .product-detail-cover-active {
        opacity: 1;
        transform: translateX(0);
        -webkit-transform: translateX(0);
        transition: all ease-out 0.3s;
        -webkit-transition: all ease-out 0.3s;
        z-index: 3;
    }
        
        .product-detail-cover-content img {
            width: 100%;
            height: 343px;
        }
.product-detail-type{
    margin-top:10px;
}
.product-detail-type-content{
    display: inline-block;
    width: 150px;
    height: 80px;
    overflow: hidden;
    border: 1px solid #eeeeee;
    cursor:pointer;
}
 
    .product-detail-type-content img {
        width: 100%;
        height: 80px;
    }
.product-detail-type-active{
    border: 1px solid #da1212;
}
@media(max-width: 1440px){
    .banner-slogin-title{
        font-size: 32px;
    }
    .banner-slogin-des{
        font-size: 16px;
    }
    .banner-cover{
        width: 570px;
    }
}
@media(max-width: 1280px){
    .banner-slogin-title{
        font-size: 32px;
    }
    .banner-slogin{
        width: 500px;
        height: 325px;
    }
}


/** 移动端兼容 **/
@media(max-width: 1080px){
    .logo{
        padding: 15px;
    }
    .logo img{
        width: 150px;
    }
    .nav-section{
        display: none;
    }
    .top-info{
        display: none;
    }
    .list-section{
        height: 300px;
    }
    .list-title{
        font-size: 30px;
    }
    .list-title-sub{
        font-size: 14px;
    }
    .list-section-content{
        height: 83px;
    }
    .common-section{
        padding: 30px 0;
    }
    .common-section-title{
        font-size: 32px;
    }
    .about-section-title div:first-child{
        font-size: 24px;
    }
    .about-section-title div:last-child{
        font-size: 20px;
    }
    .about-section-des{
        font-size: 14px;
    }
    .product-hot-content{
        padding: 15px;
    }
    .product-hot-cover{
        width: 100%;
        float: none;
    }
    .product-hot-right{
        width: 100%;
        margin: 0;
        padding: 0;
        float: none;
    }
    .product-hot-title{
        margin: 15px 0;
    }
    .product-hot-title a{
        font-size: 20px;
    }
    .product-hot-des{
        font-size: 14px;
    }
    .news-content-hot{
        height: 160px;
    }
    .news-content{
        height: 160px;
    }
    .contact-section-banner{
        height: 450px;
    }
    .contact-section{
        height: 1050px;
    }
    .contact-section .container{
        top: -285px;
    }
    .contact-content{
        padding: 15px;
    }
    .contact-left{
        width: 100%!important;
        margin: 0!important;
        float: none!important;
    }
    .contact-left div{
        font-size: 14px!important;
    }
    .contact-right{
        width: 100%!important;
        float: none!important;
    }
    .code-input{
        width: 205px!important;
    }
    .contact-button button{
        margin-top: 15px!important;
    }
    .list-code-input{
        width: 240px!important;
    }
    .contact-left div:last-child{
        margin-top: 30px;
    }
    .contact-content-info{
        margin-top: 0;
    }
    .video-content-title a{
        font-size: 16px;
    }

    .news-list-content{
        padding-left: 150px;
    }
    .news-list-content-cover{
        width: 150px;
    }
    .news-list-content-right{
        padding: 10px;
    }
    .news-content-title a{
        font-size: 16px;
    }
    .news-content-time span{
        font-size: 12px;
    }
    .news-content-des{
        font-size: 12px;
    }
    .about-list-title{
        padding: 0 15px;
    }
    .product-list-content{
        margin-top: 30px;
    }
    .banner-section{
        display: none;
    }
    .m-banner{
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
    }
    .m-banner-swiper{
        width: 100%;
        height: 100%;
    }
    .m-banner-swiper img{
        width: 100%;
    }
    .banner-slide-content{
        padding: 0 15px;
    }
    .banner-cover{
        margin-top: 100px;
        position: relative;
    }
    .banner-slogin {
        overflow: hidden;
        width: auto;
        height: auto;
        position: relative;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        padding: 15px;
    }
    .banner-slogin-title{
        font-size: 20px;
    }
    .banner-slogin-des{
        font-size: 14px;
    }


    /** 移动端动画  **/
    .mIcon {
        width: 50px;
        height: 50px;
        padding: 3px 10px;
        position: absolute;
        z-index: 1;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        display: block;
    }

    .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        margin-top: 8px;
        margin-bottom: 8px;
        transition: all .4s ease;
        background: #ffffff;
    }

    .mIconActive .icon-bar:nth-child(1) {
        animation: 0.5s ease-out forwards animate1;
        -webkit-animation: 0.5s ease-out forwards animate1;
    }

    .mIconActive .icon-bar:nth-child(2) {
        opacity: 0;
    }

    .mIconActive .icon-bar:nth-child(3) {
        animation: 0.5s ease-out forwards animate2;
        -webkit-animation: 0.5s ease-out forwards animate2;
    }

    .mIconClose .icon-bar:nth-child(1) {
        animation: 0.5s ease-out forwards animate3;
        -webkit-animation: 0.5s ease-out forwards animate3;
    }

    .mIconClose .icon-bar:nth-child(2) {
        opacity: 1;
    }

    .mIconClose .icon-bar:nth-child(3) {
        animation: 0.5s ease-out forwards animate4;
        -webkit-animation: 0.5s ease-out forwards animate4;
    }


    @-webkit-keyframes animate1 {
        0% {
            -webkit-transform: rotate(0deg) translateY(0px);
        }

        100% {
            -webkit-transform: rotate(45deg) translateY(8px) translateX(8px);
        }
    }

    @keyframes animate1 {
        0% {
            transform: rotate(0deg) translateY(0px);
        }

        100% {
            transform: rotate(45deg) translateY(8px) translateX(8px);
        }
    }

    @-webkit-keyframes animate2 {
        0% {
            -webkit-transform: rotate(0deg) translateY(0px);
        }

        100% {
            -webkit-transform: rotate(-45deg) translateY(-7px) translateX(6px);
        }
    }

    @keyframes animate2 {
        0% {
            transform: rotate(0deg) translateY(0px);
        }

        100% {
            transform: rotate(-45deg) translateY(-7px) translateX(6px);
        }
    }

    @-webkit-keyframes animate3 {
        0% {
            -webkit-transform: rotate(45deg) translateY(8px) translateX(8px);
        }

        100% {
            -webkit-transform: rotate(0deg) translateY(0px);
        }
    }

    @keyframes animate3 {
        0% {
            transform: rotate(45deg) translateY(8px) translateX(8px);
        }

        100% {
            transform: rotate(0deg) translateY(0px);
        }
    }

    @-webkit-keyframes animate4 {
        0% {
            -webkit-transform: rotate(-45deg) translateY(-8px) translateX(8px);
        }

        100% {
            -webkit-transform: rotate(0deg) translateY(0px);
        }
    }

    @keyframes animate4 {
        0% {
            transform: rotate(-45deg) translateY(-8px) translateX(8px);
        }

        100% {
            transform: rotate(0deg) translateY(0px);
        }
    }
    .head-section{
        z-index: 3;
    }
    .m-nav{
        display: block;
        width: 100%;
        height: 100%;
        position: fixed;
        left: 100%;
        top: 0;
        background: #000000;
        transition: .6s all 0s;
        z-index: 2;
    }
    .m-nav-active{
        left: 0;
        transition: .6s all 0s;
    }
    .m-nav ul{
        margin: 80px 0;
        padding: 0 15px;
        list-style: none;
        overflow: hidden;
    }
    .m-nav ul li{
        padding: 15px 0;
        border-bottom: 1px solid #ffffff;
    }
    .m-nav ul li span{
        float: right;
    }
    .m-nav ul a li{
        color: #ffffff;
        font-size: 14px;
    }
    .body-active{
        overflow: hidden;
    }
    .video-detail-content video {
        width: 100%;
        margin: 0 auto;
    }

     
}
#searchsubmit {
    position: absolute;
    z-index: 2;
    right: 5px;
    border: none;
    top: 0;
    bottom: 0;
    margin: auto;
    background: none;
}
.product-list-content{
    overflow:hidden;
}
.video-list-content {
    overflow: hidden;
}