.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
    }
}

.data-wrap .advTitle {
    padding: 50px 0
}

.data-wrap .wrap-info {
    padding: 80px 50px;
    -webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 10px 5px rgba(0,0,0,.1);
    box-shadow: 0 0 10px 5px rgba(0,0,0,.1);
    background: url(../img/data-bg.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover
}

@media only screen and (max-width: 769px) {
    .data-wrap .wrap-info {
        padding:30px
    }
}

@media only screen and (max-width: 376px) {
    .data-wrap .wrap-info {
        padding:20px
    }
}

.data-wrap .wrap-info .info-left h2 {
    font-size: 32px;
    color: #181818
}

.data-wrap .wrap-info .info-left p {
    font-size: 16px;
    padding: 30px 420px 30px 0;
    line-height: 1.5
}

.data-wrap .wrap-info .info-left a {
    padding: 10px 40px;
    border: 1px solid #2c88d8
}

.data-wrap .wrap-info .info-left a:hover {
    color: #fff;
    background-color: #0089ff
}

@media only screen and (max-width: 1025px) {
    .data-wrap .wrap-info .info-left h2 {
        font-size:32px
    }

    .data-wrap .wrap-info .info-left p {
        padding: 30px 250px 30px 0
    }

    .data-wrap .wrap-info .info-left a {
        padding: 10px 20px
    }
}

@media only screen and (max-width: 769px) {
    .data-wrap .wrap-info .info-left h2 {
        font-size:24px
    }

    .data-wrap .wrap-info .info-left p {
        font-size: 12px;
        padding: 10px 200px 20px 0
    }

    .data-wrap .wrap-info .info-left a {
        padding: 6px 20px
    }
}

@media only screen and (max-width: 376px) {
    .data-wrap .wrap-info .info-left h2 {
        font-size:18px;
        font-weight: 800
    }

    .data-wrap .wrap-info .info-left p {
        font-size: 14px;
        padding: 15px 0
    }

    .data-wrap .wrap-info .info-left a {
        padding: 5px
    }
}

.data-wrap .wrap-info .info-right img {
    width: 600px
}

@media only screen and (max-width: 1025px) {
    .data-wrap .wrap-info .info-right {
        width:500px
    }
}

@media only screen and (max-width: 769px) {
    .data-wrap .wrap-info .info-right {
        width:360px
    }
}

@media only screen and (max-width: 376px) {
    .data-wrap .wrap-info .info-right {
        width:210px
    }
}

main {
    position: relative
}

.pain-points {
    color: #fff
}

@media only screen and (min-width: 1024px) {
    .pain-points {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 1280px) {
    .pain-points {
        top:920px
    }
}

@media only screen and (max-width: 1025px) {
    .pain-points {
        top:850px
    }
}

@media only screen and (max-width: 769px) {
    .pain-points {
        top:666px
    }
}

.pain-points .points-list .item {
    margin-left: -1px;
    padding:50px 20px 77px 20px;
    background: -webkit-gradient(linear,right top,left top,from(#327ce2),to(#2874dc));
    background: -webkit-linear-gradient(right,#327ce2,#2874dc);
    background: -moz-linear-gradient(right,#327ce2,#2874dc);
    background: -o-linear-gradient(right,#327ce2,#2874dc);
    background: linear-gradient(to left,#327ce2,#2874dc)
}

.pain-points .points-list .item h3 {
    font-size: 24px;
    color: #FFF;
    text-align: center;
}

@media only screen and (max-width: 769px) {
    .pain-points .points-list .item h3 {
        font-size:21px;
        margin: 0
    }
}

.pain-points .points-list .item .card-content {
    height: 90px;
    padding-top: 20px;
    font-size: 14px
}

@media only screen and (max-width: 769px) {
    .pain-points .points-list .item .card-content {
        height:80px;
        font-size: 12px
    }
}

.data-plan {
    background: url(../img/data_plan_bg.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    padding: 123px 30px 30px
}

@media only screen and (max-width: 376px) {
    .data-plan {
        padding:30px
    }
}

.data-plan .plan-item {
    height: 288px;
    background-color: transparent;
    padding: 30px 50px 30px 90px;
    position: relative
}

@media only screen and (max-width: 1025px) {
    .data-plan .plan-item {
        height:320px
    }
}

@media only screen and (max-width: 769px) {
    .data-plan .plan-item {
        height:342px;
        padding: 25px 25px 25px 60px
    }
}

@media only screen and (max-width: 376px) {
    .data-plan .plan-item {
        height:auto
    }
}

.data-plan .plan-item span {
    position: absolute;
    top: 32px;
    left: 56px
}

@media only screen and (max-width: 769px) {
    .data-plan .plan-item span {
        top:28px;
        left: 30px
    }
}

.data-plan .plan-item .plan-icon1 {
    width: 24px;
    height: 20px;
    background: url(../img/data_plan_icon.png) -91px -171px no-repeat
}

.data-plan .plan-item .plan-icon2 {
    width: 24px;
    height: 22px;
    background: url(../img/data_plan_icon.png) -62px -171px no-repeat
}

.data-plan .plan-item .plan-icon3 {
    width: 28px;
    height: 27px;
    background: url(../img/data_plan_icon.png) 0 -171px no-repeat
}

.data-plan .plan-item .plan-icon4 {
    width: 24px;
    height: 29px;
    background: url(../img/data_plan_icon.png) -29px -203px no-repeat
}

.data-plan .plan-item h3 {
    padding-bottom: 10px;
    color: #2874dc
}

.data-plan .plan-item p {
    font-size: 16px;
    line-height: 2;
    color: #666
}

.case-customer {
    background-color: #fff;
    padding: 45px 0 0;
    color: #444
}

@media only screen and (max-width: 769px) {
    .case-customer {
        padding-top:30px
    }
}

@media only screen and (max-width: 376px) {
    .case-customer {
        padding-top:0
    }
}

.case-customer .customer-title img {
    width: 65%
}

@media only screen and (max-width: 376px) {
    .case-customer .customer-title img {
        width:100%
    }
}

.case-customer .customer-title .solute {
    width: 60%
}

@media only screen and (max-width: 376px) {
    .case-customer .customer-title .solute {
        width:90%
    }

    .case-customer .col-xs-3 {
        padding: 0 5px
    }
}

.case-customer .customer-content {
    padding: 50px 200px 0
}

@media only screen and (max-width: 1025px) {
    .case-customer .customer-content {
        padding:0 180px
    }
}

@media only screen and (max-width: 769px) {
    .case-customer .customer-content {
        padding:0 80px
    }
}

@media only screen and (max-width: 376px) {
    .case-customer .customer-content {
        padding:0 10px
    }
}

.case-customer .btn-item {
    font-size: 1rem;
    color: #fff;
    padding: 14px 25px;
    margin: 20px 0;
    background-color: #1d6ad4;
    width: 148px
}

@media only screen and (max-width: 1025px) {
    .case-customer .btn-item {
        padding:12px 16px;
        margin: 16px 0;
        width: 130px
    }
}

@media only screen and (max-width: 769px) {
    .case-customer .btn-item {
        padding:8px 12px;
        margin: 12px 0;
        width: 122px
    }
}

@media only screen and (max-width: 376px) {
    .case-customer .btn-item {
        font-size:.6rem;
        padding: 5px 4px;
        margin: 6px 0;
        width: 82px
    }
}

.advTitle {
    position: relative
}

.advTitle span::after,.advTitle span::before {
    content: '';
    position: absolute;
    top: 50%;
    background-color: #ccc;
    width: 38%;
    height: 1px
}

@media only screen and (max-width: 1025px) {
    .advTitle span::after,.advTitle span::before {
        width:36%
    }
}

@media only screen and (max-width: 769px) {
    .advTitle span::after,.advTitle span::before {
        width:34%
    }
}

@media only screen and (max-width: 376px) {
    .advTitle span::after,.advTitle span::before {
        width:25%
    }
}

.advTitle span::before {
    left: 5%
}

.advTitle span::after {
    right: 5%
}
 /* .advTitle {
    background: url(../img/index_num1.png) center center no-repeat;
} */



.advTitle {
    font-size: 28px;
    padding: 50px 0;
    font-family: 微软雅黑;
    font-weight: 600;
    color: #181818;
}
.subTitle {
    font-size: 16px;
    padding: 10px 0 30px;
    color: #000;
}



.adv-ul {
    width: 100%;
    height: auto;
    padding-left: 15px;
}

.adv-ul li {
    width: 30%;
    height: auto;
    float: left;
    margin-right: 3%;
    position: relative;
    cursor: pointer;
    margin-bottom: 50px;
}

/* .adv-ul li:nth-child(4n) {
    margin-right: 0%;
} */

.abv-top {
    width: auto;
    height: 225px;
    border: 1px solid #e5e5e5;
    border-top: 3px solid #2087eb;
    background: #f9f9f9;
    padding: 10px 40px;
}

.abv-b {
    display: block;
    font-size: 21px;
    color: #333;
    text-align: center;
    margin-top: 20px;

}

.abv-p {
    font-size: 17px;
    line-height: 1.8;
    color: #333333;
    display: block;
    text-align: center;
    margin-top: 25px;
}

.abv-img {
    display: block;
    height: 55px;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 40px;
}

.abv-bot {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s;
    height: 240px;
}

.abv-bot img {
    display: block;
    width: 100%;
    height: auto;
}

.abv-bbt {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #2087eb;
    z-index: 99;
    padding-top: 35px;
    padding-right: 10px;
    padding-left: 10px;
}

.abv-bbt b {
    font-size: 22px;
    color: #fff;
    margin-bottom: 15px;
    padding-bottom: 20px;
    display: block;
    text-align: center;
}

.abv-bbt p {
    font-size: 17px;
    line-height: 1.8;
    color: #ffffff;
    line-height: 26px;
    text-align: center;
}

.adv-ul li:hover .abv-bot {
    opacity: 1;
    transition: all 0.3s;
}
.wdlf_yuanli_p{
    height: 10px;
    text-align: center;
    /* line-height: 5px; */
    position: relative;
}

.wdlf_yuanli_span{
    display: inline-block;
    width: 25px;
    height: 4px;
    background: #2087eb;
    position: absolute;
    top: 5px;
    left: 47%;
}

.card-content p{
    font-size: 18px;
    line-height: 1.6;
}
.wdlf_gouCheng_padding{
    padding-bottom: 40px;
}
@media only screen and (max-width: 414px) {
    .wdlf_gouCheng_padding{
        padding-top: 24px;
        padding-bottom: 40px!important;
    }
}

@media only screen and (max-width: 376px) {
    .adv-ul li {
        width: 47%;
        height: auto;
        float: left;
        margin-bottom: 15px;
    }
    
    .abv-top{
        height: 265px;
    }
    .adv-ul{
        padding-left: 10px;
    }
}


@media only screen and (max-width: 376px) {
 
    .abv-top{
        height: 275px;
    }
   
}
