.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;
}
.text-center{
    text-align: center
}
@media only screen and (max-width: 1025px) {
    .data-wrap {
        padding:20px 0 150px
    }
}

@media only screen and (max-width: 769px) {
    .data-wrap {
        padding:24px 10px 30px 10px
    }
}
 
.sumary_list{
    width: 25%!important;
    float: left;
}

@media only screen and (max-width: 376px) {
    .data-wrap {
        padding:24px 10px 30px 10px
    }
    .wdlf_content img{
        width: 100%!important;
        height: auto!important;
    }
    .sumary_list{
        width: 50%!important;
    }

}

.data-wrap .advTitle {
    padding: 50px 0;
    font-weight: 600;
    color: #181818;
    font-size: 28px;
}
.subTitle{
    font-size: 16px;
    padding: 15px;
}
.wdlf_yingYong_list{
    height: 224px;
    border: 1px solid #e8e8e8;
    margin-bottom: 20px;
    background: #FFF;
    cursor: pointer;
}

.wdlf_yingYong_icon_p{
    height: 80px;
    margin-top: 28px;
    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;
}
.wdlf_content h3{
    font-weight: bold;
}
.wdlf_content h4{
    font-weight: bold
}
.wdlf_btn_group{
    display: inline-block;
}
.wdlf_shuoMing_btn{
    width: 150px;
    border: 1px solid;
    float: left;
    margin: 10px;
    font-size: 18px;
    cursor: pointer;
    padding: 2px;
    border-radius: 3px;
}
.wdlf_shuoMing_btn:hover{
    color: #FFF;
    background:#305cc3;
}
.wdlf_shuoMing_btn_active{
    color: #FFF!important;
    background:#305cc3!important;
}
.wdlf_yingYong_first_top{
    margin-top: 20px;
}

.services {
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 5px 0px;
    padding: 30px;
    background: rgb(255, 255, 255);
    transition: all 0.3s ease 0s;
    border-radius: 4px;
}
@media screen and (max-width: 767px) {
    .services{
        margin-bottom: 60px;
    }
    .services:nth-child(3){
        margin-bottom: 0;
    }
    .services:nth-child(4){
        margin-bottom: 0;
    }
}

.services .icon {
    width: 90px;
    height: 90px;
    display: table;
    text-align: center;
    background: #2087eb;
    margin: -75px auto 30px;
    border-radius: 50%;
    transition: all 0.3s ease 0s;
}
.services .icon i {
    display: table-cell;
    vertical-align: middle;
    height: 90px;
    font-size: 40px;
    line-height: 40px;
    color: rgb(255, 255, 255);
}
.wdlf_jianJie_youShi_marginTop{
    margin-top: 70px;
}
.wdlf_marginBottom_50{
    margin-bottom: 50px;
}

h3{
    margin-top: 22px;
    margin-bottom: 11px;
}
.desccenter{
    font-size: 15px;
}

/* 6plus */
@media screen and (max-width: 414px) {
    .sumary_list {
        width: 50%!important;
    }
    
}