.xszp .banner {
    cursor: pointer;
}
.xszp .zbox {
    padding: 30px 0;
}

.xszp .zbox h2 {
    font-size: 30px;
    text-align: center;
}
.xszp .zbox ul li {
    margin-top: 30px;
    float: left;
}
.xszp .zbox .ul li {
    width: 49%;
    margin-left: 1.3%;
}

.xszp .zbox .ul li:nth-child(2n+1),.xszp .zbox .wl li:nth-child(5n+1) {
    margin-left: 0;
}

.xszp .zbox ul li .img {
    width: 100%;
    overflow: hidden;
}
.xszp .zbox .ul li .img {
    height: 363px;
}
.xszp .zbox .wl li .img {
    height: 540px;
}
.xszp .zbox .wl li {
    width: 19%;
    margin-left: 1.1%;
}
.xszp .zbox .btnn {
    width: 200px;
    height: 50px;
    background-color: #0c97ee;
    font-size: 20px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
    border-radius: 5px;
    margin-top: 30px;
}
