.data-wrap {
    -webkit-animation: fadeUp .5s ease-in-out both;
    -moz-animation: fadeUp .5s ease-in-out both;
    -o-animation: fadeUp .5s ease-in-out both;
    animation: fadeUp .5s ease-in-out both;
    padding: 40px 0 40px;
    background-color: #fff
}
.text-center{
    text-align: center
}
@media only screen and (max-width: 1025px) {
    .data-wrap {
        padding:24px 10px 30px 10px
    }
}

@media only screen and (max-width: 769px) {
    .data-wrap {
        padding:24px 10px 30px 10px
    }
}

@media only screen and (max-width: 376px) {
    .data-wrap {
        padding:24px 10px 30px 10px
    }
    .wdlf_content img{
        width: 100%!important;
        height: auto!important;
    }
}

.data-wrap .advTitle {
    padding: 50px 0;
    font-weight: 600;
    color: #181818;
    font-size: 28px;
}
.wdlf_yingYong_list{
    height: 224px;
    border: 1px solid #e8e8e8;
    margin-bottom: 20px;
    background: #FFF;
    cursor: pointer;
}

.wdlf_yingYong_icon_p{
    height: 80px;
    margin-top: 48px;
    text-align: center;
}
.wdlf_yingYong_icon{
    font-size: 80px!important;
    color: #bababa;
    position: relative;
    top: -30px;
}
.wdlf_yingYong_zn{
    color: #535353;
    font-weight: normal;
    margin-top: 10px;
    padding: 0 10px;
    -webkit-transition: all 0.5s ease;
    font-size: 18px;
    text-align: center;
    margin-bottom: 0;
}
.wdlf_yingYong_en{
    color: #939393;
    font-size: 14px;
    line-height: 20px;
    margin-top: 6px;
    padding: 0 10px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-align: center;
}
.wdlf_content{
    margin-top: 10px;
    text-align: center;
}
.wdlf_content h3{
    font-weight: bold;
}
.wdlf_content h4{
    font-weight: bold
}
.wdlf_content p{
    margin: 5px 0;
    line-height: 1.8;
    font-size: 15px;

}

.wdlf_btn_group{
    display: inline-block;
    width: 100%;
}
.wdlf_shuoMing_btn{
    width: 28%;
    border: 1px solid;
    float: left;
    margin: 8px;
    font-size: 14px;
    cursor: pointer;
    padding: 8px;
    border-radius: 3px;
}
.wdlf_shuoMing_btn:hover{
    color: #FFF;
    background:#2087eb;
}
.wdlf_shuoMing_btn_active{
    color: #FFF!important;
    background:#2087eb!important;
}
.wdlf_yingYong_first_top{
    margin-top: 20px;
}

/* 不同分辨率  1360*/
@media screen and (min-width: 1360px) {
    .wdlf_shuoMing_btn{
        width: 10%;
        float: inherit;
        display: inline-block;
    }
}