.container{
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.container .banner{
    width: 100%;
    height: 502px;
    position: relative;
}
.container .banner img{
    width: 100%;
    height: 100%;
}
.container .banner>div{
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.container .banner>div h2{
    font-family: SourceHanSansSC, SourceHanSansSC;
    font-weight: 500;
    font-size: 40px;
    color: #FFFFFF;
    line-height: 73px;
}
.container .banner>div div{
    display: flex;
    margin-top: 20px;
}
.container .banner>div div p{
    width: 345px;
    height: 50px;
    line-height: 50px;
    background-color: #f59b00;
    border-radius: 25px 25px 25px 25px;
    margin: 0 10px;
    font-weight: 500;
    font-size: 20px;
    color: #FAF9FB;
}

/* 服务列表 */
.service-list-bg{
    width: 100%;
    position: absolute;
    top: 13.5%;
    left: 0;
    z-index: -1;
}
.service-list-bg img{
    width: 100%;
}
.service-list {
    width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
}
.service-list .service-item{
    width: 100%;
    padding-top: 100px;
    margin-bottom: 100px;
}
.service-list .service-item .title{
    display: flex;
    justify-content: center;
    align-items: center;
}
.service-list .service-item .title img{
    width: 78px;
    height: 78px;
    margin-right: 20px;
}
.service-list .service-item .title p{
    font-weight: 500;
    font-size: 46px;
    color: #080F30;
}
.service-list .service-item .content{
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 50px;
}
.service-list .service-item .content .text{
    width: 440px;
    height: 350px;
    background: #FFFFFF;
    box-shadow: 11px 0px 40px 0px #EBF3FB;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.service-list .service-item .content .text p{
    font-weight: 500;
    font-size: 24px;
    color: #080F30;
    line-height: 66px;
    width: 90%;
    margin: 0 auto;
}
.service-list .service-item .content .text .text-btn{
    width: 90%;
    margin: 0 auto;
    display: none;
    margin-top: 10px;
}
.service-list .service-item .content .text .text-btn .button{
    width: 180px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: 0;
    border-radius: 20px;
    font-size: 20px;
    color: #4c84f7;
    background-color: #f0f0f0;
    cursor: pointer;
}
.service-list .service-item .content .text .text-btn .button:nth-child(1){
    background-color: #fd8923;
    color: #fff;
    margin-right: 20px;
}
.service-list .service-item.active .content .text {
    background: #4C84F7;
    box-shadow: 11px 0px 40px 0px #4C84F7;
    border: 0;
}
.service-list .service-item.active .content .text p {
    color: #ffffff;
}
.service-list .service-item.active .content .text .text-btn{
    display: flex;
}
.service-list .service-item .content .item-img{
    width: 760px;
    height: 350px;
    background: #F6FAFE;
    overflow: hidden;
}
.service-list .service-item .content .item-img img{
    width: 100%;
    height: 100%;
}

/* 合作客户 */
.swiper-container {
    width: 100%;
    height: 100%;
}
.case{
    width: 100%;
    margin: 0 auto;
    margin-top: 60px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 50px 0;
}
.case .title{
    text-align: center;
}
.case .title h1{
    font-weight: 500;
    font-size: 42px;
    color: #010203;
    letter-spacing: 4px;
    margin-bottom: 5px;
}
.case .title span{
    font-weight: 500;
    font-size: 20px;
    color: #010203;
}
.case .content{
    width: 100%;
    margin: 0 auto;
    padding: 50px 0;
    background: #f9f9fa;
    margin-top: 50px;
}
.case .content .swiper{
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 50px;
}
.case .content .swiper .swiper-wrapper{
    width: 100%;
}
.case .content .list{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 10px;
}
.case .content .list .item{
    width: 182px;
    height: 92px;
    margin-top: 30px;
}
.case .content .list .item img{
    width: 100%;
    height: 100%;
}

/* 支持和帮助 */
.news{
    width: 1200px;
    margin: 40px auto;
}
.news .title{
    text-align: center;
}
.news .title h1{
    font-weight: 500;
    font-size: 42px;
    color: #010203;
    letter-spacing: 4px;
    margin-bottom: 30px;
}
.news .news-list{
    width: 100%;
    margin-top: 60px;
}
.news .news-list .item{
    width: 100%;
    margin-bottom: 20px;
}
.news .news-list .item a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    transition: all 0.3s;
}
.news .news-list .item a:hover{
    padding: 20px;
    background-color: #f7f7f7;
    border-radius: 10px;
    transition: all 0.3s;
}
.news .news-list .item a .left{
    display: flex;
    width: 90%;
}
.news .news-list .item a .left img{
    width: 324px;
    height: 190px;
    margin-right: 20px;
    border-radius: 20px;
}
.news .news-list .item a .left div h4{
    font-weight: bold;
    font-size: 20px;
    color: #000000;
    margin-bottom: 20px;
}
.news .news-list .item a .left div span{
    font-weight: 500;
    font-size: 16px;
    color: #3C3C3C;
}
.news .news-list .item a .left div p{
    font-weight: 500;
    font-size: 14px;
    color: #3C3C3C;
    margin-top: 20px;
}
.news .news-list .item a .right{
    width: 62px;
    height: 62px;
    border-radius: 50%;
    color: #888888;
    background-color: #eeeeee;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 30px;
}
.news .news-list .item a:hover .right{
    background-color: #4c84f7;
    color: #ffffff;
}

/* 分页 */
.news .news-page{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
}
.news .news-page button{
    width: 38px;
    height: 38px;
    margin: 0 2px;
    border: 1px solid #EEEEEE;
    background-color: #F6F7FB;
    cursor: pointer;
}
.news .news-page button svg{
    width: 90%;
    height: 90%;
    fill: #cdcdcd;
}
.news .news-page button.active{
    background-color: #4c84f7;
    color: #fff;
}
.news .news-page button.active svg{
    fill: #fff;
}
.news .news-page button:hover{
    background-color: #4c84f7;
    color: #fff;
}
.news .news-page button:hover svg{
    fill: #fff;
}

/* 移动端 */
@media screen and (max-width: 768px) {
    .banner{
        width: 100%;
        height: 170px;
        background-image: url(../images/services/sys-mobile-banner.jpg);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .service-movebox{
        width: 100%;
        background-image: url(../images/services/list-bg.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        padding: 10px 0;
    }
    .service-movebox .service-move-list{
        width: 90%;
        margin: 0 auto;
        margin-top: 40px;
    }
    .service-movebox .service-move-list .item{
        width: 100%;
        margin: 30px 0;
    }
    .service-movebox .service-move-list .item .title{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .service-movebox .service-move-list .item .title img{
        width: 24px;
        height: 24px;
        margin-right: 10px;
    }
    .service-movebox .service-move-list .item .title p{
        font-weight: 500;
        font-size: 20px;
        color: #010203;
    }
    .service-movebox .service-move-list .item .content-move{
        width: 93%;
        padding: 10px;
        border-radius: 10px;
        box-shadow: 1px 0px 15px 0px #cecece;
        margin-top: 20px;
        background-color: #ffffff;
    }
    .service-movebox .service-move-list .item .content-move:hover{
        background-color: #4c84f7;
    }
    .service-movebox .service-move-list .item .content-move img{
        width: 100%;
        height: 134px;
    }
    .service-movebox .service-move-list .item .content-move p{
        font-size: 12px;
        line-height: 30px;
        color: #3D3D3D;
        font-weight: 400;
    }
    .service-movebox .service-move-list .item .content-move:hover p{
        color: #ffffff;
    }
    .service-movebox .service-move-list .item .content-move div{
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-top: 10px;
    }
    .service-movebox .service-move-list .item .content-move div button{
        width: 45%;
        border-radius: 30px;
        border: 0;
        padding: 5px 0;
        font-size: 14px;
        font-weight: 600;
    }
    .service-movebox .service-move-list .item .content-move div button:nth-child(1){
        background-color: #fd8923;
        color: #ffffff;
    }
    .service-movebox .service-move-list .item .content-move div button:nth-child(2){
        background-color: #ffffff;
        color: #4c84f7;
        border: 1px solid #4c84f7;
    }

    /* 合作伙伴 */
    .case-move{
        width: 100%;
        margin: 50px auto;
    }
    .case-move .title{
        text-align: center;
    }
    .case-move .title h1{
        font-size: 28px;
        color: #010203;
    }
    .case-move .list{
        width: 90%;
        margin: 0 auto;
        margin-top: 20px;
        padding:20px 10px;
        background-color: #ebf2fc;
        border-radius: 4px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .case-move .list .item{
        width: 32%;
        margin-bottom: 10px;
    }
    .case-move .list .item img{
        width: 100%;
    }

    /* 支持和帮助 */
    .news-move{
        width: 90%;
        margin: 30px auto;
    }
    .news-move .title{
        text-align: center;
    }
    .news-move .title h1{
        color: #010203;
        font-size: 28px;
        font-weight: 400;
        margin-bottom: 10px;
    }
    .news-move .news-move-nav{
        width: 100%;
        display: flex;
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 20px;
    }
    .news-move .news-move-nav button{
        width: 90px;
        height: 32px;
        text-align: center;
        border-radius: 20px;
        background-color: initial;
        border: 0;
        font-weight: 500;
        font-size: 16px;
        color: #434343;
        cursor: pointer;
        margin-right: 10px;
    }
    .news-move .news-move-nav button.active{
        background-color: #4c84f7;
        color: #ffffff;
    }
    .news-move .news-move-list{
        width: 100%;
    }
    .news-move .news-move-list .item{
        width: 100%;
        margin: 10px 0;
    }
    .news-move .news-move-list .item a{
        display: flex;
        width: 95%;
        padding: 10px;
        background-color: #f7f7f7;
        border-radius: 5px;
    }
    .news-move .news-move-list .item a img{
        width: 90px;
        height: 77px;
        border-radius: 5px;
        margin-right: 10px;
    }
    .news-move .news-move-list .item a>div .title{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .news-move .news-move-list .item a>div .title p{
        font-size: 12px;
        font-weight: 700;
        color: #000000;
    }
    .news-move .news-move-list .item a>div .title span{
        font-size: 12px;
        color: #3D3D3D;
    }
    .news-move .news-move-list .item a>div .text p{
        font-size: 10px;
        color: #3D3D3D; 
        margin-top: 10px;  
    }
    .news-move .news-move-list .item a:hover .title p{
        color: #4c84f7;
    }
}