/*产品详情*/
.detail_title {
    width: 100% !important;
    font-size: 0;
    padding: 0 !important;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #de171c !important;
    clear: both;
   margin-left: 0px !important;
}
.detail_title strong {
    font-size: 20px;
    display: inline-block;
    vertical-align: top;
    color: #fff;
}


/*公用抬头*/
.cp_gy {
    width: 100%;
    margin: 1rem auto;
    background: #de171c;
    padding: 1rem 0rem;
}
.cp_gy .cp_gybt {
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
    font-weight: bold;
    margin-bottom: 0.8rem;
}
.cp_gy .cp_gybt span{ font-size:1rem; padding:0rem 0.2rem;}
.cp_gy .cp_gyxbt {
    color: #fff;
    font-size: 0.8rem;
    text-align: center;
    font-weight: lighter;
}
.cp_gy .cp_gyyw{ color:#fff; font-size:0.3rem; text-align:center; font-weight:lighter; text-transform:uppercase;}
.cp_gy:nth-child(1){ display:none;}
/*公用抬头*/


/*产品详情*/
.cp_js{ font-size: 14px; line-height: 40px; color: #333333; margin-top: 20px; box-shadow: 0px 0px 24px 0 rgba(0,0,0,0.20); padding: 20px;}

/*产品参数*/
.cp_cs{ width:100%; height:80px; color:#222; font-size:14px; text-align:center; border-collapse:collapse; margin:0 auto;}
.cp_cs tr{ line-height:44px; border:1px solid #d0d0d0;}
.cp_cs tr td:nth-child(1){ width:20%; border-right:1px solid #d0d0d0;}
.cp_cs tr:hover{ color:#fff; background:#de171c;}
/*产品参数*/

/*公用优势*/
.cp_bg{ width:100%; margin:0 auto;}
.cp_bg1{ background:#f5f5f5;}
.cp_bg2{ background:#fff;}
.cp_l1,.cp_l2{ width:100%; padding:0.4rem;}
.cp_title{ display:block; color:#222;}
.cp_title .cp_bt{ font-size:0.4rem; font-weight:bold;}
.cp_wz {
    color: #222;
    font-size: 0.3rem;
    line-height: 2rem;
    font-weight: lighter;
    border-top: 1px solid #d9d9d9;
    margin-top: 0.4rem;
    padding-top: 0.4rem;
    position: relative;
}


.cp_wz p{padding-left: 16px;}

.cp_wz .wz:after {
    content: "";
    width: 10px;
    height: 10px;
    background: #de171c;
    border-radius: 50%;
    position: absolute;
    top: 14px;
    left: 0px;
    }
    .cp_wz .wz1:after {
    content: "";
    width: 10px;
    height: 10px;
    background: #de171c;
    border-radius: 50%;
    position: absolute;
    top: 56px;
    left: 0px;
    }

/*公用优势*/

/*公用应用案例*/
.gy{ width:100%; margin:0 auto;}
.gy ul li {
    float: left;
    width: 48%;
    margin-bottom: 0.5rem;
}
.gy ul li:nth-child(7),.gy ul li:nth-child(8){ margin-bottom:0rem;}
.gy ul li:nth-child(odd){ margin-right:2%;}
.gy_pic{ width:100%;}
.gy_bt {
    width: 96%;
    height: 2rem;
    color: #222;
    font-size: 0.4rem;
    text-align: center;
    line-height: 2rem;
    background: #f3f3f3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0rem 0.4rem;
}
.gy ul li:hover .gy_bt{ background:#de171c;}
.gy ul li:hover .gy_bt .gy_num,.gy ul li:hover .gy_bt .gy_wz,.gy ul li:hover .gy_bt{ color:#fff;}
.gy_pic1{ border:1px solid #ddd; padding:0.1rem; margin-bottom:0.2rem;}
.gy ul li:hover .gy_pic1{ border:1px solid #de171c;}
/*公用应用案例*/

/*公用企业形象*/
.gy1{ width:100%; margin:0 auto;}
.gy1 ul li{     float: left;
    width: 48%;
    margin-bottom: 0.5rem;}
.gy1 ul li:nth-child(odd){ margin-right:2%;}
.gy1 ul li:nth-child(7),.gy ul li:nth-child(8){ margin-bottom:0rem;}
.gy1_pic{ width:100%; overflow:hidden;}
.gy1_pic>img{ width:100%; height:100%; transition:all 0.7s ease-in 0s; -webkit-transition:all 0.5s ease-in 0s; -moz-transition:all 0.7s ease-in 0s; -o-transition:all 0.7s ease-in 0s; cursor:pointer; object-fit:cover;}
.gy1_pic:hover img{ transform:scale(1.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -o-transform:scale(1.1);-ms-transform:scale(1.1);}
.gy1_bt{  width: 95%;
    height: 2rem;
    color: #222;
    font-size: 0.4rem;
    text-align: center;
    line-height: 2rem;
    background: #f3f3f3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0rem 0.4rem;
}
/*公用企业形象*/
/*产品详情*/