.d-flex{
    display: flex;
}
.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;
}
.sy-title{
    margin-bottom: 20px;
}
.sy-title h1{
    font-size: 30px;
    padding-left: 18px;
    border-left: 5px solid #0a95da;
}
.sy-title h1 span{
    font-size: 20px;
    color: #DDDDDD;
}
.m-t-50{
    margin-top: 50px;
}
.w-50-b{
    width: 50%;
}
.fl{
    float: left;
}
.fwnr-box{
    margin-top: 40px;
}
.fwnr-box .fwnr-item{
    height: 74px;
    line-height: 60px;
    font-size: 16px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    text-align: center;
    color: #000;
    margin-top: -14px;
    background: linear-gradient(0deg, #fff 0%, #51c3fb 100%);
}
.lc-img-box img{
    max-width: 100%;
}

/*项目案例*/
.case-box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.case-box .case-item{
    background-color: #eee;
    padding: 10px;
    width: 45%;
    text-align: center;
}
.case-box .case-item .case-title{
    font-size: 16px;
    padding: 20px;
    text-align: center;
}
.case-box .case-item img{
    width: 470px;
    height: 310px;
}


@media screen and (max-width: 992px){
    .nyz-warp {
        position: relative;
        margin-top: -50px;
        z-index: 999;
    }
    .nyz-warp .desc{
        background: transparent;
        padding: 10px;
    }
    .nyz-warp .desc p{
        font-size: 15px;
    }
    .sy-title h1{
        font-size: 22px;
    }
    .sy-title h1 span{
        font-size: 16px;
    }
    .fwlc{
        padding-left: 10px;
        padding-right: 10px;
    }
    .w-50-b{
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .fwnr-box .fwnr-item{
        font-size: 15px;
        line-height: normal;
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .case-box .case-item{
        width: 100%;
    }
    .case-box .case-item .case-title{
        font-size: 15px;
        padding: 10px;
    }
    .case-box .case-item img{
        width: 100%;
        margin-bottom: 4px;
    }




}