.banner{
    width: 100%;
    line-height: 0;
}
.banner img{
    width: 100%;
    height: auto;
}
.serve{
    padding-top: 80px;
    box-sizing:border-box;
    height: 752px;
    background-image: url(../images/bg.png);
    background-size: 100% 100%;
    background-position: center center;
}
.serve .title{
    font-size: 40px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    text-align: center;
}
.serve .sub{
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    margin-top: 7px;
    text-align: center;
}
.serve-wrap{
    margin: 48px auto 0;
    width: 1200px;
    height: 520px;
    box-sizing:border-box;
    padding: 0 70px 0 47px;
    background: #FFFFFF;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.serve-wrap .serve-l .name{
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    margin-top: 50px;
}
.serve-wrap .serve-l .txt{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    margin-top: 48px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:6;
}
.serve-wrap .serve-r{
    line-height: 0;
}
.serve-wrap .serve-r img{
    width: 706px;
    height: 422px;
}
.serve-list{
    padding-top: 80px;
}
.list-wrap{
    width: 1200px;
    margin: 48px auto 0;
}
.serve-list .title{
    font-size: 40px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    text-align: center;
}
.serve-list .sub{
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    margin-top: 7px;
    text-align: center;
}
.list-wrap .item{
    box-sizing:border-box;
    padding: 33px 116px 33px 98px;
    background: #FFFFFF;
    box-shadow: 0 0 16px 0 rgba(32,93,214,0.1);
    margin-bottom: 40px;
    display: flex;
}

.list-wrap .item .pic{
    line-height: 0;
}
.list-wrap .item .pic img{
    width: 400px;
    height: 334px;
}
.list-wrap .item  .info{
    flex: 1;
}
.list-wrap .item  .info .name{
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #3C3C3C;
}
.list-wrap .item  .info .line{
    width: 50px;
    height: 6px;
    background: #5388F0;
    margin-top: 22px;
}
.list-wrap .item  .info .txt{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
    min-height: 84px;
    margin-top: 53px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;

}
.list-wrap .item  .info .btn{
    width: 180px;
    height: 56px;
    border: 1px solid #5388F0;
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #5388F0;
    margin-top: 59px;
    cursor: pointer;
}
.list-wrap .item  .info .btn span{
    font-size: 25px;
    color: #5388F0;
    font-weight: normal;
    margin-left: 5px;
}
.list-wrap .item  .info .btn:hover{
    background-color: #5388F0;
    color: #fff;
}
.list-wrap .item  .info .btn:hover span{
    color: #fff;
}

.advantage{
    padding-top: 80px;
    padding-bottom: 48px;
    background: #F4F6F8;
}
.advantage .title{
    font-size: 40px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    text-align: center;
}
.advantage .sub{
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    margin-top: 7px;
    text-align: center;
}
.advantage-wrap{
    width: 1200px;
    margin: 48px auto 0;
}
.advantage-wrap .list{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.advantage-wrap .list .item{
    width: 384px;
    background: #FFFFFF;
    border-radius: 10px;
    padding-bottom: 38px;
}
.advantage-wrap .list .item:hover{
    transition: 0.5s;
    transform: translateY(-15px);
}
.advantage-wrap .list .item .pic{
    line-height: 0;
    text-align: center;
    margin-top: 40px;
}
.advantage-wrap .list .item .pic img{
    width: 120px;
    height: 120px;
}
.advantage-wrap .list .item .name{
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #3C3C3C;
    text-align: center;
    padding: 0 72px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    margin-top: 20px;
}
.advantage-wrap .list .item .txt{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(102, 102, 102, 0.98);
    line-height: 24px;
    padding: 0 72px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    margin-top: 30px;
}
.process{
    padding: 80px 0;
}
.process .title{
    font-size: 40px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    text-align: center;
}
.process .sub{
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    margin-top: 7px;
    text-align: center;
}
.process-wrap{
    width: 1200px;
    margin: 48px auto 0;
}
.process-wrap .line{
    width: 1200px;
    height: 1px;
    background: #E8E8E8;
}
.process-wrap .list{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: -18px;
}
.process-wrap .list .item{
    width: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.process-wrap .list .item .index{
    width: 36px;
    height: 36px;
    background-image: url(../images/icon/icon_10.png);
    background-size: 100% 100%;
    background-position: center center;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #666666;
    line-height:36px;
    text-align: center;
    background-color: #fff;
}
.process-wrap .list .item .pic{
    line-height: 0;
    text-align: center;
    margin-top: 32px;
}
.process-wrap .list .item .pic img{
    width: 106px;
    height: 122px;
}
.process-wrap .list .item .pic img:hover{
    transition: 0.5s;
    transform: scale(1.1);
}
.process-wrap .list .item .name{
    width: 150px;
    height: 40px;
    background: #F2F7FF;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #5388F0;
    line-height:  40px;
    text-align: center;
    margin-top: 30px;
}
.process-wrap .list .item .txt{
    padding: 0 15px;
    margin-top: 33px;
    text-align: center;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
}
@media (min-width: 1200px){
    .banner img{
        width: 100%;
        height: auto;
    }
    .serve-wrap .serve-l{
        flex: 1;
        margin-right: 88px;
        height: 422px;
    }
    .list-wrap .item:nth-child(2n){
        flex-direction: row-reverse;
    }
    .list-wrap .item:nth-child(2n) .pic{
        margin-left: 120px;
    }
    .list-wrap .item:nth-child(2n+1) .pic{
        margin-right: 120px;
    }
    .list-wrap .item:nth-child(2n+1) .info{
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
}
@media (max-width: 1200px){
    .banner img{
        width: 100%;
        height: 3.84rem;
        object-fit: cover;
    }
    .serve{
        padding-top: 0.8rem;
        height: auto;
        padding-bottom: 0.5rem;
    }
    .serve .title{
        font-size: 0.48rem;
    }
    .serve .sub{
        font-size: 0.22rem;
        margin-top: 0.08rem;
    }
    .serve-wrap{
        margin:0.48rem auto 0;
        width: 7.02rem;
        height: auto;
        padding: 0.48rem 0.32rem;
        flex-direction: column-reverse;
        border-radius: 0.1rem;
    }
    .serve-wrap .serve-r{
        text-align: center;
    }
    .serve-wrap .serve-r img{
        width: 6.06rem;
        height: 3.62rem;
    }
    .serve-wrap .serve-l .name{
        font-size: 0.36rem;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #333333;
        margin-top:0.38rem;
    }
    .serve-wrap .serve-l .txt{
        font-size: 0.26rem;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333333;
        line-height: 0.48rem;
        margin-top:0.36rem;
    }
    .serve-list{
        padding-top: 0.8rem;
        height: auto;
        padding-bottom: 0.5rem;
    }
    .serve-list .title{
        font-size: 0.48rem;
    }
    .serve-list .sub{
        font-size: 0.22rem;
        margin-top: 0.08rem;
    }
    .list-wrap{
        width: 7.02rem;
        margin: 0.48rem auto 0;
    }
    .list-wrap .item{
        flex-direction: column;
        padding: 0.48rem 0.24rem;
        margin-bottom: 0.4rem;
    }
    .list-wrap .item .pic{
        text-align: center;
    }
    .list-wrap .item .pic img{
        width: 5.2rem;
        height: 3.43rem;
    }
    .list-wrap .item  .info .name{
        font-size: 0.36rem;
        margin-top: 0.47rem;
    }
    .list-wrap .item  .info .txt{
        font-size: 0.26rem;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333333;
        line-height: 0.48rem;
        margin-top: 0.5rem;
        min-height: 1.44rem;
    }
    .list-wrap .item  .info .line{
        width: 1rem;
        height: 0.06rem;
        margin-top: 0.24rem;
    }
    .list-wrap .item  .info .btn{
        width: 2.88rem;
        height: 0.88rem;
        font-size: 0.26rem;
        margin-top: 0.6rem;
    }
    .advantage{
        padding-top: 0.8rem;
        height: auto;
        padding-bottom: 0.5rem;
    }
    .advantage .title{
        font-size: 0.48rem;
    }
    .advantage .sub{
        font-size: 0.22rem;
        margin-top: 0.08rem;
    }
    .advantage-wrap{
        width: 7.02rem;
        margin: 0.48rem auto 0;
    }
    .advantage-wrap .list{
        flex-direction: column;
    }
    .advantage-wrap .list .item{
        width: 100%;
        height: 5.84rem;
        margin-bottom: 0.4rem;
        padding-bottom: 0;
    }
    .advantage-wrap .list .item .pic{
        margin-top: 0.72rem;
    }
    .advantage-wrap .list .item .pic img{
        width: 2.16rem;
        height: 2.16rem;
    }
    .advantage-wrap .list .item .name{
        font-size: 0.36rem;
        padding: 0 0.72rem;
        margin-top: 0.4rem;
    }
    .advantage-wrap .list .item .txt{
        font-size: 0.26rem;
        padding: 0 0.72rem;
        margin-top: 0.5rem;
    }
    .process{
        padding: 0.8rem 0 0;
        height: auto;
    }
    .process .title{
        font-size: 0.48rem;
    }
    .process .sub{
        font-size: 0.22rem;
        margin-top: 0.08rem;
    }
    .process-wrap .line{
        display: none;
    }
    .process-wrap{
        width: 7.2rem;
        margin: 0.48rem auto 0;
    }
    .process-wrap .list{
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-start;
        margin-top: 0;
    }
    .process-wrap .list .item{
        width: calc(50% - 0.3rem);
        margin-bottom: 0.7rem;
    }
    .process-wrap .list .item:nth-child(2n+2){
        margin-left: 0.6rem;
    }
    .process-wrap .list .item .index{
        width: 0.5rem;
        height: 0.58rem;
        position: relative;
        font-size: 0.32rem;
        line-height: 0.58rem;
    }
    .process-wrap .list .item .index:after{
        content:'';
        position: absolute;
        top: 50%;
        transform: translate(100%,-50%);
        right: -0.12rem;
        width: 1.26rem;
        height: 1px;
        background: #E8E8E8;
    }
    .process-wrap .list .item .index:before{
        content:'';
        position: absolute;
        top: 50%;
        transform: translate(-100%,-50%);
        left: -0.12rem;
        width: 1.26rem;
        height: 1px;
        background: #E8E8E8;
    }
    .process-wrap .list .item .pic{
        margin-top: 0.48rem;
    }
    .process-wrap .list .item .pic img{
        width: 1.74rem;
        height: 2rem;
    }
    .process-wrap .list .item .name{
        width: 2.4rem;
        height: 0.64rem;
        line-height: 0.64rem;
        font-size: 0.28rem;
        margin-top: 0.46rem;
    }
    .process-wrap .list .item .txt{
        font-size: 0.26rem;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333333;
        line-height: 0.38rem;
        margin-top: 0.5rem;
    }
}