.product_xq{
    padding: 80px 0 180px;
}
.product_xq_box{
    padding-left: 60px !important;
}
.product_xq_title h5{
    font-size: 44px;
    font-weight: 600;
    color: #252525;
    line-height: 30px;
}
.product_xq_title h4{
    font-size: 22px;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
    margin-top: 22px;
}
.keyword_box{
    width: 168px;
    height: 37px;
    border: 1px solid #999999;
}
.keyword{
    display: flex;
    align-items: center;
    margin-top: 30px;
}
.keyword_box{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 16px;
    margin-right: 6px;
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    line-height: 21px;
}
.add_btn{
    width: 360px;
    height: 60px;
    border-radius: 2px;
    font-size: 24px;
    font-weight: 400;
    line-height: 25px;
}
.contact_btn{
    width: 235px;
    height: 60px;
    border-radius: 2px;
    margin-left: 20px;
    font-size: 24px;
    font-weight: 400;
    line-height: 25px;

}
.product_xq_btns{
    display: flex;
    align-items: center;
    justify-content: left;
    margin-top: 30px;
}
.xhx2{
    width: 616px;
    height: 1px;
    border: 1px solid #CCCCCC;
    margin: 30px 0;
}
.small_logo img{
    margin-right: 15px;
}
.product_xq_btns a img{
    margin-right: 16px;
}
/* description */
.description{
    padding-bottom: 70px;
}
.top_tiao{
    width: 15px;
    height: 57px;
    border-radius: 8px;
    margin-right: 30px;
}
.desricption_top{
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 38px;
    font-weight: 600;
    color: #252525;
    line-height: 53px;
}
.description_title{
    font-size: 20px;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    margin: 60px 0 40px;
}
/* 表单 */
.form-4{
    height: 169px;
    background: #F6F6F6;
    border: 1px solid #CCCCCC;
    margin-bottom: 15px;
}
.form-5{
    height: 64px;
    background: #F6F6F6;
    border: 1px solid #CCCCCC;
    margin-bottom: 15px;
}
.consultation_btn{
    margin-top: 35px;
    display: flex;
    align-items: center;
    justify-content: left;
}
.cl-btn{
    width: 193px;
    height: 60px;
}
.consultation{
    padding-bottom: 135px;
}
.cl_form{
    margin-top: 80px;
}
.code_h{
    height: 65px;
   }
/* 侧边栏 */
.right_lang{
    padding: 50px 0 60px;
}
.right_lang h4{
    font-size: 28px;
    font-weight: 600;
    color: #252525;
    line-height: 40px;
}
.related_search {
    margin-top: 30px;
    position: relative;
}
.news_categories{
    margin-bottom: 60px;
}
.related_search > img {
    position: absolute;
    top: 20.5px;
    left: 7px;
    width: 20px;
}

.related_search > form > input {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #979797;
    padding: 16px 16px 16px 33px;
    font-size: 18px;
    color: #000;
}

.related_search > input::-moz-placeholder {
    background: #FFFFFF;
}
.category{
    margin-top: 60px;
}
.cate_box{
    margin-top: 20px;
}
.hots{
    margin-top: 60px;
}
.cate_1{
    padding: 20px 0;
    border-width: 0 0 1px 0;
     border-style: solid; 
     border-color:  #9a9999;
     font-size: 20px;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
}
.related{
    margin-top: 60px;
}
.cu{
    margin-top: 60px;
}
.cu_title{
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    line-height: 38px;
    margin-top: 30px;
}
/*  */
.hots_box{
    display: block;
    position: relative;
}
.hots_zz{
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.02) 64%, #000000 100%);
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        pointer-events:none;
        z-index: 2;
}
.hots_title{
    position: relative;
    top:-25%;
    z-index: 3;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    color: #FFFFFF;
    padding: 0 10px;
}
@media (max-width:992px) {
    .product_xq{
        padding: 10px 0 80px;
    }
    .product_xq_box{
        padding-left: 12px !important;
    }
    .product_xq_title h5{
        font-size: 24px;
        font-weight: 600;
        color: #252525;
        line-height: 33px;
        margin-top: 40px;
    }
    .product_xq_title h4{
        font-size: 14px;
        font-weight: 400;
        color: #333333;
        line-height: 24px;
        margin-top: 15px;
    }
    .keyword_box{
        font-size: 11px;
        font-weight: 400;
        color: #333333;
        line-height: 24px;
    }
    .product_box{
        display: flex;
        flex-direction: column-reverse;
    }
    .small_logo{
        margin-top: 40px;
    }
    .product_xq_btns{
        margin-top: 40px;
    }
    .add_btn{
        width: 200px;
        height: 46px;
        font-size: 14px;
        font-weight: 500;
        line-height: 25px;
    }
    .contact_btn{
        width: 130px;
        height: 46px;
        font-size: 14px;
        font-weight: 500;
        color: #C82E2E;
        line-height: 25px;
    }
    .product_xq_btns a img{
        margin-right: 9px;
    }
    .small_logo img{
        width: 24px;
        height: 24px;
    }
    /* description */
    .top_tiao{
        width: 8px;
        height: 31px;
        margin-right: 15PX;
    }
    .desricption_top{
        font-size: 18px;
        font-weight: 600;
        color: #252525;
        line-height: 25px;
    }
    .description_title{
        margin: 43px 0 25px;
        font-size: 14px;
        font-weight: 400;
        color: #666666;
        line-height: 20px;
    }
    .description{
        padding-bottom: 90px;
    }
    /* consultation*/
    .consultation{
        padding-bottom: 70px;
    }
    .cl-btn{
        
    }
    .form-4{
        height: 127px;
    }
    .form-5{
        height: 40px;
    }
    .code_h{
        height: 40px;
    }
    .consultation_btn{
        justify-content: center;
        margin-top: 25px;
    }
    .cl-btn{
        height: 48px;
        width: 100%;
    }
}
