.pro-article{
    background-color: #fff;
}
.shop{
    max-width: 980px;
    margin: auto;
    padding-top: 20px;
}
.pc-slide {
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
    float: left;
}

.pro-article .view .swiper-container{
    position: static;
    height: 380px;
}
.pro-article .view .swiper-wrapper{
    position: static;
}

.pro-article .view{
    position: relative;
}

.pro-article .view .arrow-left {
    background: url('../img/icon_20.png') no-repeat left top;
    position: absolute;
    left: 18px;
    top: 50%;
    margin-top: -15px;
    width: 18px;
    height: 30px;
    z-index: 10;
}

.pro-article .view .arrow-right {
    background: url('../img/icon_21.png') no-repeat left bottom;
    position: absolute;
    right: 18px;
    top: 50%;
    margin-top: -15px;
    width: 18px;
    height: 30px;
    z-index: 10;
}
.pro-article .preview {
    width: 100%;
    position: relative;
    background-color: #fff;
    margin-top: 8px;
}
.pro-article .preview .swiper-container {
    width: 100%;
    max-width: 380px;
    max-height: 89px;
}
.pro-article .preview .swiper-slide {
    width: 100%;
    max-width: 89px;
    height: 89px;
    cursor:pointer;
}
.pro-article .preview img {
    width: 100%;
    max-width: 89px;
    height: 89px;
}
.pro-article .preview .active-nav img {
    padding: 0;
    border: 1px solid #042B7B;
}
.pro-article .main-content{
    margin-left: 20px;
    max-width: 580px;
    float: right;
}
.pro-article .main-content h3{
    font-size: 22px;
    line-height: 34px;
    color: #333;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.pro-article .main-content ul{
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}
.pro-article .main-content li{
    float: left;
    margin-left: 60px;
}
.pro-article .main-content li:first-child{
    margin-left: 0;
}
.pro-article .main-content li p{
    font-size: 14px;
    line-height: 1.8;
    color: #666;
}
.pro-article .main-content li span{
    font-size: 18px;
    line-height: 1.8;
    font-weight: bold;
    color: #042B7B;
    display: block;
}
.pro-article .lead-time{
    margin-top: 34px;
}
.pro-article .lead-time span{
    font-size: 14px;
    display: block;
    color: #042B7B;
    line-height: 18px;
}
.pro-article .lead-time p{
    margin-top: 2px;
}
.pro-article .customize span{
    display: block;
    font-size: 14px;
    line-height: 34px;
    color: #042B7B;
    margin-top: 24px;
}
.pro-article .customize p{
    font-size: 14px;
    line-height: 24px;
    color: #666;
}
.light{
    background-color: #EEF0F6;
    margin: auto;
    max-width: 980px;
    overflow: hidden;
    padding: 21px 0 60px;
}
.view .swiper-wrapper .swiper-slide {
    border: none;
    position: relative;
    padding: 0px;
    cursor: pointer;
    margin: 0px;
    /*display: none;*/
}

.shop .swiper-wrapper .swiper-slide.swiper-slide-active{
    display: block;
}

.light .details{
    background-color: #fff;
}
.light .details .deta-title{
    background-image: url("../img/icon_17.png");
    background-repeat: no-repeat;
    background-position: center;
    padding: 19px 29px 20px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.light .details .deta-title h3{
    color: #fff;
    font-size: 24px;
    line-height: 28px;
}
.light .deta-article{
    padding: 19px 30px;
}
.light .deta-article .deta-type{
    border-bottom: 1px solid #ddd;
}
.deta-article .deta-type li{
    float: left;
    margin-left: 30px;
    position: relative;
    padding-bottom: 10px;
}
.deta-article .deta-type li:after{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #EC1B24;
    content: '';
    margin-bottom: -1px;
    transition: all 0.5s;
    opacity: 0;
}
.deta-article .deta-type li.active:after,
.deta-article .deta-type li:hover:after{
    width: 100%;
   opacity: 1;
}
.deta-article .deta-type li:first-child{
    margin-left: 0;
}
.deta-article .deta-type li a{
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #333;
}
.deta-article .deta-body{
    margin-top: 10px;
}
.deta-article .deta-body p{
    font-size: 14px;
    line-height: 28px;
}
.deta-article .deta-body #service img{
    height: auto;
}
.deta-article .deta-body>ul{
    display: none;
}
.deta-article .deta-body ul.active{
    display: block;
}
.lead-time table tr,
.lead-time table th,
.lead-time table td{
    border: 1px solid #eee;
}
@media (max-width: 992px) {
    .bg_left{
        float: none!important;
    }
    .smallshow > .middle_box{
        width: auto!important;
    }
    .show img{
        width: auto!important;
        height: auto!important;
    }
    .pro-article .main-content{
        margin-left: 0;
        float: none;
    }
    .pro-article .main-content h3{
        font-size: 20px;
        line-height: 1.6;
        padding: 10px 0 20px;
    }
    .pro-article .main-content li{
        width: 33.3%;
        margin-left: 0;
    }
    .light .deta-article{
        padding: 15px;
    }
    .deta-article .deta-type li{
        width: 50%;
        margin-left: 0;
        padding-bottom: 0;
        word-break: break-all;
        border: 1px solid #eee;
        padding: 0 1%;
    }
    .deta-article .deta-type li a{
        font-size: 14px;
    }
    .deta-article .deta-type li:after{
        position: static;
    }
    .deta-article .deta-type li.active{
        background-color: #EC1B24;
        border: 1px solid #EC1B24;
    }
    .deta-article .deta-type li.active a{
        color: #fff;
    }
    .pro-article .preview img{
        height: auto;
    }
    .pro-article .preview .swiper-slide{
        height: auto;
    }
    .deta-article .deta-body #service img{
        max-width: 100%;
    }
    .light .details .deta-title{
        padding: 15px;
    }
    .light .details .deta-title h3{
        font-size: 20px;
    }

}