@media (min-width:1400px)  and (max-width: 1600px){
    .list3-item-all-pic{
        height: 300px;
    }
    .company-case .company-case-title .company-case-title-p01{
        font-size: 30px;
    }
    .company-case .company-case-title .company-case-title-p02{
        margin: 15px 0 60px 0;
    }
    .company-case{
        padding: 80px 0 80px 0;
    }
}
@media (min-width:1200px)  and (max-width: 1400px){
    .list3-item-all-pic{
        height: 250px;
    }
    .company-case .company-case-title .company-case-title-p02{
        margin: 15px 0 50px 0;
    }
    .company-case{
        padding: 60px 0 60px 0;
    }
}
@media (min-width:992px) and  (max-width: 1200px){
    .list3-item-all-pic{
        height: 200px;
    }
    .company-case .company-case-title .company-case-title-p02{
        margin: 15px 0 40px 0;
    }
    .company-case{
        padding: 40px 0 40px 0;
    }
}
@media (min-width:768px) and (max-width: 992px) {
    .list3-item-all-pic{
        height: 150px;
    }
    .list3-item-all-desc{
        line-height: 50px;
        font-size: 14px;
    }
    .company-case .company-case-title .company-case-title-p02{
        margin: 15px 0 30px 0;
    }
    .company-case{
        padding: 30px 0 30px 0;
    }
}
@media (max-width: 1600px) {
    .header-wx{
        display: none;
    }
    .header-link{
        width: auto;
    }
}
@media (max-width: 1500px) {
    .header-wx{
        display: none;
    }
    .header-link{
        display: none;
    }
    .header-logo{
        width: auto;
    }
}
@media (max-width: 1400px) {
    .header-link{
        display: none;
    }
}
@media (max-width: 1200px) {

}
@media (max-width: 992px) {
    .wapper{
        padding: 0;
    }
}
@media (max-width: 768px) {
    .list3-item-all-pic{
        height: 70px;
    }
    .list3-item-all-desc{
        line-height: 30px;
        font-size: 12px;
    }
    .company-case .company-case-title .company-case-title-p02{
        font-size: 16px;
        margin: 15px 0 20px 0;
    }
    .company-case{
        padding: 20px 0 20px 0;
    }
}