.nyz-warp{
    margin-top: -220px;
}
.nyz-warp *{
    box-sizing: border-box;
}
.nyz-warp .desc{
    background: rgba(255,255,255,0.6);
    padding: 35px;
}
.nyz-warp .desc p{
    font-size: 16px;
    line-height: 34px;
    text-indent: 2em;
}
.yl{
    padding: 20px;
    background: #0a95da;
    color: #fff;
    font-size: 16px;
    margin: 0 auto;
    border-radius: 15px;
    line-height: 33px;
    box-shadow: 10px 9px 0px #ddd;
}
.zy{
    margin-top: 50px;
}
.zy .zy-item{
    margin-top: 30px;
}
.zy .zy-tit{
    font-size: 18px;
    font-weight: 600;
}
.zy .zy-item .zy-lc p{
    font-size: 16px;
    width: 580px;
    float: left;
    box-sizing: border-box;
    height: 124px;
    margin-right: 40px;
}
.zy .zy-item .zy-lc p:nth-child(2n){
    margin-right: 0;
}
.zy .zy-item .zy-lc p span{
    background-color: #0a95da;
    color: #fff;
    display: block;
    padding: 20px;
    height: 97px;
    line-height: 28px;
    border-radius: 10px;
    margin-top: 24px;
    position: relative;
}
.zy .zy-item .zy-lc p span i{
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-style: normal;
    position: absolute;
    top: -14px;
    left: -14px;
    background: #0a95da;
    border-radius: 50%;
    box-shadow: 2px 1px 0 #ddd;
}

.dzlx{
    padding: 65px 0 10px 0;
    padding-bottom: 40px;
}
.dzlx > div{
    margin-top: 70px;
}
.dz-item{
    width: 190px;
    height: 60px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(-45deg, #fff 0%, #51c3fb 100%);
}
@media screen and (max-width: 992px){
    .nyz-warp {
        position: relative;
        margin-top: -50px;
        z-index: 999;
    }
    .nyz-warp .desc{
        background: transparent;
        padding: 10px;
    }
    .yl{
        border-radius: 0;
    }
    .dzlx{
        padding: 0 10px 10px 10px;
    }
    .dzlx > div{
        margin-top: 40px;
    }
    .dz-item{
        width: 111px;
    }
    .dz-item:nth-child(3n){
        margin-right: 0;
    }
    .zy{
        padding: 0 10px 0 10px;
    }
    .zy .zy-item .zy-lc p{
        height: 145px;
        font-size: 13px;
        width: 50%;
        margin-right: 0px;
        padding: 5px;
    }

    .zy .zy-item .zy-lc p span{
        line-height: 20px;
        padding: 12px;
        height: 136px;
    }
    .zy .zy-item .zy-lc p span i{
        width: 20px;
        height: 20px;
        left: -10px;
        top: -10px;
        line-height: 20px;
    }
}