/*分类导航*/
.procate{width: 100%;position: relative;background: #fff;box-shadow: 10px 0 20px rgb(0 0 0 / 10%);text-align: center;padding: .3rem 0 .04rem;}
.procate-tab{display: inline-block;vertical-align: top;width: 2rem;text-align: center;position: relative;cursor: pointer;margin-bottom: .2rem;}
.procate-tab:after{content: "";display: block;width: 1px;height: 1.24rem;background-image: url(../images/right-line.png);background-size: 100% 100%;position: absolute;right: 0;bottom: 0.03rem;}
.procate-tab:last-child:after{display: none;}
.procate-img{width: .8rem;height: .8rem;margin-bottom: .1rem;display: inline-block;vertical-align: top;position: relative;}
.procate-img img{width: 100%;height: 100%;position: absolute;left: 0;top: 0;transition: all .3s;}
.img2{opacity: 0;}
.procate-text{color: #333;line-height: 1.43;}
.procate-tab.active .procate-text{color: #0059aa;}
.procate-tab.active .img1{opacity: 0;}
.procate-tab.active .img2{opacity: 1;}
.procate-tab:hover .img1{opacity: 0;}
.procate-tab:hover .img2{opacity: 1;}
.procate-tab:hover .procate-text{color:#0059aa;}


/* prolist 产品列表左侧导航 */
.sitbar-nav {width: 300px;margin:70px 0 30px;float:left;box-shadow: 0px 7px 43px 0px rgba(0, 0, 0, 0.09);}
.sitbar-nav h5 {font-size: 20px;color: #ffffff;box-sizing: border-box;background: #064db7;padding: 16px 30px;}
.sitbar-nav h5 i {display: block;font-size: 12px;line-height: 12px;color: #ffffff;opacity: 0.54;}
.sitbar-nav li {border-bottom: 1px solid #e5e5e5;position: relative;transition: all 0.5s;-webkit-transition: all 0.5s;background-color: #FFFFFF;}
.sitbar-nav li .enters {padding: 0;}
.sitbar-nav li a:hover {background-color: #e9eaeb;}
.sitbar-nav li i {width: 20px;height: 30px;position: absolute;background: url(../images/fllow.svg) no-repeat center center;background-size: 24px;top: 15px;right: 30px;display: none;}
.sitbar-nav li i.active {display: block;}
.sitbar-nav li:last-child {border: none;}
.sitbar-nav a {display: block;line-height: 54px;font-size: 16px;color: #333;padding-left: 30px;box-sizing: border-box;}
.sitbar-nav a.active {color: #064db7;}

/*prolist 产品列表右侧*/
.prolist {padding:60px 0;}
.prolista {float: left;width: 32%;margin-right: 2%;margin-bottom:30px;box-shadow: 0px 7px 43px 0px rgba(0, 0, 0, 0.09);color: #333;box-sizing: border-box;padding: 0;padding-bottom: 40px;cursor: pointer;}
.prolista:nth-child(3n){margin-right:0;}
.prolista .prolistimg {position: relative;text-align: center;overflow: hidden;}
.prolista .prolistimg img {width:80%;}
.prosubm img {height: 40px;transition: all 0.3s ease;}
.prosubm .on img,.prosubm a:hover img {opacity: 1;}
.prolista .prolistdesc {margin-top: 10px;}
.prolista:hover .prolistdesc span {color: #fff;background: #064db7;}
.prolistdesc span,
.prolistimg img,
.prosubm span,
.prolista {transition: all 0.3s ease;}
.prolista:hover .prolistimg img {transform: scale(1.1);}
.prolista:hover {box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);}
.prolistdesc p {color: #666;font-size: 14px;margin-top: 10px;line-height: 21px;height: 42px;overflow: hidden;}
.prolistdesc span {margin-top: 25px;display: inline-block;font-size: 13px;color: #666;border: 1px solid #064db7;padding: 0 42px;line-height: 32px;height: 32px;border-radius: 20px;}
.prolistdesc h4 {font-size: 18px;}
.prolistdesc {text-align: center;padding: 0 10%;}

/*产品详情*/
.w1200 {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}
.productInfo_box{
    padding-bottom: 60px;
}
.productInfo_box .crumb_div{
    background: #f7f7f7;
    height: 50px;
    line-height: 50px;
}
.productInfo_box .crumb_div p{
    font-size: 14px;
    color: #666;
}
.productInfo_box .crumb_div p span{
    color: #0059aa;
}
.productInfo_box .crumb_div p a{
    color: #666;
}
.productInfo_box .crumb_div p a:hover{
    color: #dedede;
}
.productInfo_box .information_dl{
    margin: 60px auto;
}
.productInfo_box .information_dl dt{
    float: left;
    width: 478px;
    border: 1px solid #eee;
}
.productInfo_box .information_dl .swiper-slide img{
    width: auto;
    height: auto;
    max-width: 90%;
    max-height: 90%;
    vertical-align: middle;
}
.productInfo_box .information_dl .gallery-top{
    width: 100%;
    height: 478px;
}
.productInfo_box .information_dl .gallery-top .swiper-slide{
    line-height: 478px;
    height: 478px;
    text-align: center;
}
.productInfo_box .information_dl .gallery-thumbs{
    border-top: 1px solid #eee;
    height: 78px;
    padding: 0 16px;
}
.productInfo_box .information_dl .gallery-thumbs .swiper-slide{
    line-height: 78px;
    text-align: center;
    height: 78px;
    box-sizing: border-box;
    border: 1px solid #eee;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.productInfo_box .information_dl .gallery-thumbs .swiper-slide-thumb-active{
    border: 1px solid #0059aa;
}
.productInfo_box .information_dl .swiper-button-next.swiper-button-disabled{
    opacity: 1;
}
.productInfo_box .information_dl .swiper-button-prev.swiper-button-disabled{
    opacity: 1;
}
.productInfo_box .information_dl .swiper-button-prev{
    height: 78px;
    width: 16px;
    background: url(../images/jtz.png) no-repeat center #fafafa;
    left: 0;
    top: 0;
    margin: 0;
}
.productInfo_box .information_dl .swiper-button-next{
    height: 78px;
    width: 16px;
    background: url(../images/jty.png) no-repeat center #fafafa;
    right: 0;
    top: 0;
    margin: 0;
}
.productInfo_box .information_dl dd{
    float: right;
    width: 720px;
    padding-left: 70px;
    box-sizing: border-box;
}
.productInfo_box .information_dl dd h6{
    line-height: 1.8;
    background: #f7f7f7;
    font-size: 18px;
    padding: 10px 20px 10px 34px;
    position: relative;
}
.productInfo_box .information_dl dd h6::before{
    content: "";
    position: absolute;
    width: 4px;
    height: calc(100% - 20px);
    background: #0059aa;
    top: 10px;
    left: 20px;
}
.productInfo_box .information_dl dd div{
    padding: 12px 20px 0;
    font-size: 16px;
    line-height: 2;
}
.productInfo_box .information_dl dd div i{
    display: block;
    color: #0059aa;
    margin-bottom: 30px;
}
.productInfo_box .information_dl dd div p{
    color: #999;
}
.productInfo_box .information_dl dd div p:first-of-type{
    margin-bottom: 18px !important;
}
.productInfo_box .information_dl dd div p span{
    font-size: 24px;
    color: #0059aa;
}
.productInfo_box .information_dl dd>a{
    display: inline-block;
    margin-left: 20px;
    margin-top: 54px;
    width: 150px;
    height: 40px;
    background: #0059aa;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
}
.productInfo_box .tab_dl dt {
    font-size: 0;
    height: 48px;
    line-height: 48px;
    background: #f7f7f7;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 40px;
}
.productInfo_box .tab_dl dt a{
    display: inline-block;
    position: relative;
    flex: 1;
    font-size: 16px;
    color: #999;
    text-align: center;
    box-sizing: border-box;
    /*border: 1px solid #eee;*/
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.productInfo_box .tab_dl dt a::after{
    content: "";
    position: absolute;
    z-index: 3;
    width: 0;
    height: 0;
    border-width: 12px 12px 0;
    border-style: solid;
    border-color:#0059aa transparent transparent;
    bottom: -12px;
    left: 50%;
    margin-left: -12px;
    opacity: 0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
/*.productInfo_box .tab_dl dt a:hover{
    background: #0059aa;
    color: #fff;
    border: 1px solid #0059aa;
}*/
/*.productInfo_box .tab_dl dt a:hover::after{
    opacity: 1;
}*/
.productInfo_box .tab_dl dt .active_a{
    background: #0059aa;
    color: #fff;
    border: 1px solid #0059aa;
}
.productInfo_box .tab_dl dt .active_a::after{
    opacity: 1;
}
.productInfo_box .tab_dl dd{
    /*padding: 20px;*/
    border: 1px solid #eee;
}

.productInfo_box .tab_dl img{width:100%;display:block;margin:0 auto;}

@media(max-width:1024px){
    .w1200 {
        width: 92%;
    }
    .procates a {min-width: 90px;}
    .sitbar-nav{display: none;}
    .prolist {padding: 0;width: 100%;}
    .prolistul {float: none;width: 100%;padding: 16px 0;}
    .prolista {width: 49%;float: left;margin-right: 2%;margin-left: 0;overflow: hidden;display: block;margin-top: 8px;padding: 20px 0;}
    .prolista:nth-child(2n) {margin-right: 0;}
    .prolista:nth-child(3n){margin-right:2%;}
    .prolista .prolistimg {margin-top: 0;}
    .prolista .prolistimg img {width: 150px;height: auto;}
    .prolistdesc h4 {height: 44px;color: #333;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;font-size: 14px !important;}
    .prolistdesc span {font-size: 12px;color: #fff;border: 1px solid #004798;padding: 0 20px;line-height: 28px;height: 28px;background: #004798;margin-top: 18px;}
    .detail-banner {margin-top: 0;height: 220px;}
    .detail-img img {max-width: 70%;width: 50%;margin-left: 30px;}
    .detail-desc {padding: 30px 0;}
    .desc-boxs {width: 90%;}
    .desc-boxs h4 {font-size: 20px;line-height: 24px;font-weight: normal;margin-bottom: 10px;}
    .desc-boxs p {font-size: 14px;line-height: 28px;}
    .advantage {padding: 30px 5%;}
    .productInfo_box .information_dl {
        margin: 40px auto;
    }
    .productInfo_box .information_dl dt{
        width: 100%;
    }
    .productInfo_box .information_dl dd{
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }
    .productInfo_box .tab_dl dd .div1 li{
        margin-top: 30px;
    }
    .productInfo_box .tab_dl dd .div1 li img{
        width: 100%;
    }
    .productInfo_box .tab_dl dd .div1 li div{
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }
    .productInfo_box .tab_dl dd .div1 li:nth-of-type(2n+2) div{
        padding-right: 0;
        margin-bottom: 20px;
        margin-top: 0;
    }
    .productInfo_box .tab_dl dd .div2 div{
        overflow: auto;
    }
    .productInfo_box .tab_dl dd .div2 table{
        width: 760px;
    }
    .productInfo_box .tab_dl dd .div2{
        padding: 0;
    }
    .productInfo_box .tab_dl dd .div2 div{
        margin-bottom: 30px;
    }
    .productInfo_box .tab_dl dd .div3{
        padding: 0;
    }
}