.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;
}

/* 左侧 */
.productdetail .d_left{
    width: 75%;
}
.productdetail .topimg{
    float: left;
    width: 30%;
    border-radius: 5px;
    overflow: hidden;
}
.productdetail .detailbottom{
    overflow: hidden;
    padding: 0px 0px 0px 30px;
    position: relative;
}
.productdetail .codewx{
    position: absolute;
    bottom: 0;
    right: 0;
    background: white;
    padding: 5px;
    text-align: center;
}
    .productdetail .codewx img {
        width: 80px;
        height: 80px;
        background: white;
        padding: 5px;
        border: 3px solid #efefef;
        /*margin: 0px 0px 5px 0px;*/
        margin: 5px auto;
        border-radius: 3px;
    }
.productdetail .toptext{
    overflow: hidden;
}
.productdetail .detailtop_title{
    font-size: 18px;
    padding-bottom: 10px;
}
.productdetail .detailtop_text{
    font-size: 15px;
    padding: 10px 0px;
}
.productdetail .detailtop_text span{
   color:#666 ;
}
.productdetail .detailbutton{
    background:linear-gradient(#ffc933,#f9b500);
    width: 70px;
    height: 25px;
    font-size: 12px;
    border-radius: 3px;
    color: white;
    text-align: center;
    line-height: 25px;
    margin: 10px 0px 0px 0px;
}
.productdetail .detailblockimg{
    width: 18px;
    height: fit-content;
    margin: 2px 0px 0px 0px;
}




/* 新增 */
.productdetail .fenlei {
    margin-top: 20px;
    width: 100%;
    background: #fff;
}
.productdetail .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);
        cursor:pointer;
    }


.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.active .officebottom {
    display: block;
    box-sizing: border-box;
}
.productdetail .office.active {
    display: block;
    box-sizing: border-box;
    background-color: #0065b6;
    color: #fff;
}
.productdetail .c_item {
    display: none;
}
.productdetail .c_item.active {
    display: block;
    box-sizing: border-box;
}
.productdetail .d_left .c_item .detail2 {
    margin: 5px 0px 40px 0px;
}
.productdetail .d_left .c_item .detail_block {
    padding: 10px 0px;
}
.detail_block:hover .detailblockname {
    color: #0065b6;
    font-weight:550;
}
.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;
}

.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%;
        width: auto;
        height: auto;
        display: initial;*/
        max-width: 100%;
        width: auto;
        height: auto;
        display: block;
        text-indent: 0px;
        margin: auto;
    }

/* 产品概述 */
.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;
    padding-left: 10px;
    padding-right: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #333333;
}
/* 产品规格 */
.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 .download:hover{
        background: rgb(227, 229, 230);
    }
        .productdetail .downtext{
            padding-top:1px;
    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: 2px 0px 0px 0px;
}
.productdetail .downnum{
    float: right;
    color: #999;
    padding-left:5px ;
    padding-top:1px
}









/* 右侧 */
.productdetail .d_right{
    width: 22.5%;
}
    .productdetail .d_right .block {
        width: 100%;
        height: auto;
        margin-bottom: 30px;
        background-color: #fff;
        border-radius: 5px;
        overflow: hidden;
    }
.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: #6398e6;
}
.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: #6398e6;
}
.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: #6398e6;
}
.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;
    }
   
}
@media screen and (max-width: 800px){
    .productdetail .topimg{
        width: 40%;
    }
    .productdetail .d_left {
        width: 100%;
    }.productdetail .d_right {
        display: none;
    }
}
@media screen and (max-width: 600px){
    .productdetail .office {
        font-size: 14px;
    }
        .productdetail .d_left .detail1{
        padding: 10px;
    }
    
    .productdetail .codewx{ 
        display: none;
    }
    .productdetail .detailtop_title{
        font-size: 16px;
        padding-bottom: 10px;
    }
    .productdetail .detailtop_text{
        font-size: 12px;
        padding: 3px 0px;
    }
    .productdetail .detailtop_text span{
       color:#666 ;
    }
    .productdetail .detailbutton{
      display: none;
    }


    .productdetail .toptext{
        /* font-size: 16px; */
    }



}
