.productdetailall {
    margin: 0;
    padding: 0;
    background: none;
}
.left{
    float: left;
}
.right{
    float: right;
}
.clear{
    clear: both;
}
body{
    background-color: #f8f8f8;
}
.productdetail{
    position: relative;
    box-sizing: border-box;
    font-size: 14px;
    color: #333;
    padding: 20px 0;
    width: 100%;
    height: auto;
}

/* 左侧 */
.industrynews_left {
    float: left;
    width: 70%;
    /* background-color: #ffffff; */
    box-sizing: border-box;
    border: 1px solid #ebebeb;
    margin: 20px;
    background-color: #ffffff;
    margin-left: 0;
    margin-top: 0;
}
.industrynews_left_title{
    text-align: center;
    /* font-size: 20px;
    font-weight: bold; */
    padding: 10px;


}
.industrynews_left .line{
    /* height: 130px; */
    padding: 20px;
    border-bottom: 1px solid #f2f2f2;

}

.industrynews_left .line:hover{
    background-color: #e9efff;
}
.industrynews_left .line .line_left{
    float: left;
    width: 30%;
    padding-right: 20px;
    /* width: 170px;
    height: 110px; */

}
.industrynews_left .line .line_left img{
    width:100% ;
}
.industrynews_left .line .line_right{
    margin-top: 20px;
   
    box-sizing: border-box;

}
.industrynews_left .line .line_right_title{
    padding: 0px 10px 10px 0px;
    font-size: 18px;

}
.industrynews_left .line .line_right_content{
    font-size: 16px;
    color: #818181;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;

}
.industrynews_left .line .line_bottom{
 
    

}
.industrynews_left .line .line_bottom_left{
    float: left;
   

}
.industrynews_left .line .line_bottom_left img{
    width: 20px;
    height: 20px;
}
.industrynews_left .line .line_bottom_right{
    color: #818181;
    font-size: 14px;

}
.industrynews_left .line .line_bottom_right .time{
    padding-left: 30px;

}








/* 新增 */
.productdetail .fenlei {
    margin-top: 20px;
    padding-top: 30px;
    width: 100%;
    background: #fff;
}
.productdetail a .office {
    font-size: 18px;
    width: 25%;
    float: left;
    text-align: center;
    padding: 15px 0px;
    box-sizing: border-box;
    box-shadow: none;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.1);
}.productdetail  a .office{
    text-decoration: none;
    color: #333;
}
.productdetail .officebottom {
    display: none;
    width: 10px;
    height: 10px;
    background: #0065b6;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translate(-50%,0);
    transform: rotate(45deg);
}
.productdetail .office:hover .officebottom {
    display: block;
    box-sizing: border-box;
}
.productdetail a .office:hover{
    display: block;
    box-sizing: border-box;
    background-color: #0065b6;
    color: #fff;
}

.productdetail .d_left .prlm_detail {
    margin: 5px 0 40px 0;
    padding: 0px !important;
}
.productdetail .prlm{
    text-align: center;
    color: #0E3F95;
    font-weight: 700;
    letter-spacing: 2px;
    background-color:#EBF0FC;
    border-bottom: 0px solid #ccc;
    font-size:20px;
    padding: 15px 0px;
}
.prlm::before {
    content: "";
    background: none;
}
.productdetail .prlmlist{
    padding: 0;
}
.productdetail .prlm_item{
    padding: 20px;
    background-color: #fff;
    cursor: pointer;
}
.productdetail .prlm_item:nth-child(2n){
    background-color:#EBF0FC;
}
.prlm_title{
    font-size: 16px;
    color: #0E3F95;
    line-height: 20px;
    margin-bottom: 20px;
}

.productdetail .prlm_item:hover .prlm_title{
    font-weight: 550;
}
.prlm_con{
    font-size: 14px;
    color: #738BC8;
    line-height: 20px;
}
.prlm_item span{
    display: inline-block;
}
.prlm_title span{
    background-color: #7298E0;
    text-align: center;
    /* border-radius: 50%; */
    font-weight: 600;
    width: 25px;
    height: 25px;
    font-size: 17px;
    line-height: 25px;
    margin-right: 15px;
}
.productdetail .prlm_item:nth-child(2n) .prlm_title span{
    /* background-color:#3D4F96; */
    color: #9EB7EE;
}
.prlm_con span{
    font-size: 20px;
    width: 40px;
    font-weight: 549;
    font-style:italic;
}











.productdetail .d_left .detail{
    box-sizing: border-box;
    width: 100%;
    height: auto;
    background-color: #fff;
    /* border-radius: 5px; */
    padding: 20px;
}
.detail_linetitle{
    background: rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    padding: 10px 15px;
    text-align: center;
    font-size: 16px;
}

.productdetail .d_left .detail .active{
    width: 100%;
    font-size:14px;
    letter-spacing: 2px;
    line-height: 25px;
    color: #333;
}
.productdetail .d_left .detail .active p{
    text-indent: 2em;
}
.productdetail .d_left .detail .active img{
    max-width: 100%;
}

/* 产品概述 */
.productdetail .blockimgs{
    margin: 0px -5px 0px -5px;
    padding: 0px 0px 20px 0px;
}
.productdetail .blockimgs img{
    float: left;
    width: 33.3%;
    padding: 5px;
    box-sizing: border-box;
}
.productdetail .detailblockname{
    letter-spacing: 2px;
    font-size: 16px;
}
/* 产品规格 */
.productdetail #customers {
    border-collapse: collapse;
    width: 100%;
}
.productdetail #customers td {
    width: 30%;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    border: 1px solid #ccc;
    padding: 10px;
}
.productdetail #customers td:nth-child(2){
    width: 70%;
}
.productdetail .downtxt{
    padding:10px 0px;
}
.productdetail .download{
   padding: 5px 0px;
}
.productdetail .downtext{
    text-indent: 2em;
    float: left;
}
.productdetail .downtext:hover a{
   color: #0065b6;
   text-decoration:underline ;
}
.productdetail .downright{
    float: right;
}
.productdetail .downimg{
    float: left;
    width: 14px;
    margin: 5px 0px 0px 0px;
}
.productdetail .downnum{
    float: right;
    color: #999;
    padding-left:5px ;
}



.protitle {
    text-align: center;
    font-size: 20px;
    position: relative;
}








/* 右侧 */
.productdetail .d_right{
    width: 22.5%;
}
.productdetail .d_right .block{
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    background-color: #fff;
    /* border-radius: 5px; */
}
.productdetail .d_right .block .title{
    box-sizing: border-box;
    position: relative;
    width: 100%;
    padding: 15px;
    padding-left: 25px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
}
.productdetail .d_right .block .title .line{
    position: absolute;
    top: 19px;
    left: 15px;
    height: 18px;
    width: 3px;
    background-color: #0065b6;
}
.productdetail .d_right .block .content{
    border-top:1px solid #ededed;
    font-size: 16px;
    padding: 15px 0;
}
.productdetail .d_right .block .content ul{
    margin: 0;
    padding: 0;
}
.productdetail .d_right .block .content li{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0px 15px;
    line-height: 35px;
    color: #555555;
}
.productdetail .d_right .block .content li:hover{
    color: #0065b6;
}
.productdetail .d_right .block .content li span{
    color: #c3c3c3;
    margin-right: 15px;
}
.productdetail .d_right .block .content ul a:nth-child(1) .span{
    color: #fe552e;
}
.productdetail .d_right .block .content ul a:nth-child(2) .span{
    color: #fe552e;
}
.productdetail .d_right .block .content ul a:nth-child(3) .span{
    color: #fe552e;
}

.productdetail .d_right .block .content .item{
    box-sizing: border-box;
    padding: 0 15px;
    padding-bottom: 15px;
}
.productdetail .d_right .block .content .item .left{
    width: 30%;
    position: relative;
    padding-bottom: 24%;
    /* border-radius: 5px; */
    overflow: hidden;
}
.productdetail .d_right .block .content .item .left img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.productdetail .d_right .block .content .item .title2{
    box-sizing: border-box;
    width: 70%;
    padding-left: 15px;
    margin-left: 30%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 25px;
}
.productdetail .d_right .block .content .item:hover .title2{
    color: #0065b6;
}
.productdetail .d_right .block .content a:last-child .item{
    padding-bottom:0;
}
@media screen and (max-width: 1200px){
    .productdetail .topimg{
        width: 48%;
    }
    .productdetail .detailbottom{
        padding: 0px 0px 0px 10px;
    }
    .productdetail .codewx img{ 
        width: 50px;
        height: 50px;
    }
    /* .industrynews_left .line .line_right{
        margin-top: 0px;
    }
    .industrynews_left_title{
       
        font-size: 20px;
    
    
    }
    .industrynews_left .line .line_right_title{
       
        font-size: 16px;
       
    
    }
    .industrynews_left .line .line_right_content{
        font-size: 12px;
        margin-bottom: 5px;
    
    }
    
    .industrynews_left .line .line_bottom_right{
        font-size: 12px;
    
    } */



   
}
@media screen and (max-width: 1050px){
    .productdetail .topimg{
        width: 48%;
    }
    .productdetail .detailbottom{
        padding: 0px 0px 0px 10px;
    }
    .productdetail .codewx img{ 
        width: 50px;
        height: 50px;
    }
    .industrynews_left .line .line_right{
        margin-top: 0px;
    }
    .industrynews_left_title{
       
        font-size: 20px;
    
    
    }
    .industrynews_left .line .line_right_title{
       
        font-size: 16px;
       
    
    }
    .industrynews_left .line .line_right_content{
        font-size: 12px;
        margin-bottom: 5px;
    
    }
    
    .industrynews_left .line .line_bottom_right{
        font-size: 12px;
    
    }



   
}

@media screen and (max-width: 800px){
    .industrynews_left .line .line_right{
        margin-top: 0px;
    }
    .productdetail .topimg{
        /* width: 40%; */
    }
    .productdetail .industrynews_left {
        width: 100%;
    }
    .productdetail .d_right {
        display: none;
    }
    .title {
        font-size: 18px;
        height: 36px;
    }

    .title::after {
        width: 30px;
    }

    .titletext {
        font-size: 13px;
    }
}


/* 移动端 */
@media screen and (max-width: 600px){
    .productdetail .industrynews_left {
        padding: 0px;
        margin: 0px;
    }
    .industrynews_left_title{
       
        font-size: 18px;
    
    
    }
    .industrynews_left .line{
       
        padding: 10px ;
       
    
    }
    .industrynews_left .line .line_left{
       
       
        padding-right: 10px;
        width: 40%;
      
    
    }
    .industrynews_left .line .line_right{
        margin-top: 0px;
    }
    
    
    .industrynews_left .line .line_right_title{
        padding: 0px 0px 10px 0px;
        font-size: 14px;
    
    }
    .industrynews_left .line .line_right_content{
        font-size: 10px;
        
    
    }
    
    
    .industrynews_left .line .line_bottom_left img{
        width: 15px;
        height: 15px;
    }
    .industrynews_left .line .line_bottom_right{
        font-size: 10px;
    
    }
    .industrynews_left .line .line_bottom_right .time{
        padding-left: 10px;
    
    }


    
}



/* 二维码 */
/* .friend-link .codelistlink .codeitem{
width: 33.33%;
} */
/* 翻页 */
.pagenum{
    max-width: 600px;
    margin:60px auto;
}

/*新增*/
.ducetitle {
    margin-top: 40px;
    text-align: center;
    width: 70%;
}

.duce_one {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    padding: 0px 20px;
    margin: 0px 30px;
    background: rgba(0, 0, 0, 0.1);
}

.duceactive {
    background: #00a096;
    color: white;
}

    .duceactive .duceicon .img1 {
        display: none;
    }

    .duceactive .duceicon .img2 {
        display: block;
    }

.duce_one:hover {
    background: #00a096;
    color: white;
}

.duceicon {
    width: 20px;
    height: 20px;
    margin-top: 10px;
}

    .duceicon .img2 {
        display: none;
    }

.duce_one:hover .duceicon .img1 {
    display: none;
}

.duce_one:hover .duceicon .img2 {
    display: block;
}

.ducename {
    /*margin-left: 15px;*/
}