.commonarea1{
    float: left;
    width: 67%;
}
.commonarea2{
    float: right;
    width: 31%;
}
.commonarea3{
    float: none;
    width: 100%;
}
.commonarea1 .content .lmlist div li a{
    width: 80%;
}
.zcjd .content .lmlist{
    height: 354px;
    width: 100%;
}
.zcjd .content .lmlist div{
    width:100%;
}
.taya{
    float: left;
    width: 48%;
}
.zcjd{
    float: right;
    width: 48%;
    position: relative;
}
.ztzlwrap,.zwhy{
    position: relative;
}
.ztzlwrap .content{
    width: 100%;
}
.ztzlwrap .content li{
    float: left;
    margin: 40px 15px 50px 15px;
    width: 270px;
    height: 80px;
}
.ztzlwrap .content li img{
    width: 100%;
    height: 100%;
}
@media (max-width: 1220px){
    .commonarea1{
        width: 100%;
    }
    .commonarea2{
        width: 100%;
    }
    .ztzlwrap .content li{
        width: 340px;
        height: 130px;
    }
    .ztzlwrap .content li img{
        width: 100%;
        height: 100%;
    }
}
@media (max-width: 414px){
    .ztzlwrap .content li{
        margin: 20px auto;
        width: 100%;
    }
}