.container{
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.container .banner{
    width: 100%;
    height: 500px;
}
.container .banner img{
    width: 100%;
    height: 100%;
}

/* 服务列表 */
.service-list-bg{
    width: 100%;
    position: absolute;
    top: 9.8%;
    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: 744px;
    height: 500px;
    background: #FFFFFF;
    box-shadow: 1px 0px 15px 0px #cecece;
    border-radius: 20px;
}
.service-list .service-item .content .text p{
    font-weight: 500;
    font-size: 24px;
    color: #080F30;
    line-height: 66px;
    width: 90%;
    margin: 0 auto;
    margin-top: 50px;
}
.service-list .service-item .content .text .text-btn{
    width: 90%;
    margin: 0 auto;
    margin-top: 50px;
    display: none;
}
.service-list .service-item .content .text .text-btn .button{
    text-align: center;
    line-height: 40px;
    width: 180px;
    height: 40px;
    border: 0;
    border-radius: 20px;
    font-size: 20px;
    color: #4c84f7;
    cursor: pointer;
    background-color: #f0f0f0;
}
.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: 1px 0px 15px 0px #78797a;
}
.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: 456px;
    height: 420px;
    background: #F6FAFE;
    overflow: hidden;
}
.service-list .service-item .content .item-img img{
    width: 100%;
    height: 100%;
}

/* 服务需求 */
.demand{
    width: 100%;
    margin: 0 auto;
    margin-top: 50px;
    background-color: #f9f9fa;
    padding: 50px 0;
}
.demand .title{
    text-align: center;
}
.demand .title h1{
    font-weight: 500;
    font-size: 33px;
    color: #010203;
    letter-spacing: 3px;
    margin-bottom: 10px;
}
.demand .title h1 span{
    font-weight: 500;
    font-size: 20px;
    color: #010203;
}
.demand .list{
    width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.demand .list .item{
    width: 560px;
    height: 200px;
    border-radius: 24px;
    background: linear-gradient(to right top,#4AA0F9,#1863F9);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
.demand .list .item>div{
    width: 85%;
    display: flex;
}
.demand .list .item div img{
    width: 44px;
    height: 44px;
    margin-right: 20px;
}
.demand .list .item div div p{
    font-weight: 500;
    font-size: 24px;
    color: #FFFFFF;
    margin-bottom: 5px;
}
.demand .list .item div div span{
    font-weight: 500;
    font-size: 20px;
    color: #DCEAFD;
}

/* 为什么选择我们 */
.choose{
    width: 100%;
    margin: 0 auto;
    position: relative;
    margin-bottom: 50px;
}
.choose .title{
    margin-top: 50px;
    text-align: center;
}
.choose .title h1{
    font-weight: 500;
    font-size: 42px;
    color: #010203;
}
.choose .about-bottom{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.choose .about-bottom .item{
    width: 284px;
    height: 450px;
    background: #FFFFFF;
    box-shadow: 3px 0px 7px 0px #BFC3D0;
    border-radius: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}
.choose .about-bottom .item img:nth-child(1){
    width: 162px;
    height: 162px;
    margin-bottom: 30px;
}
.choose .about-bottom .item p{
    font-weight: 500;
    font-size: 30px;
    color: #0C0C0C;
    width: 40px;
    border-bottom: 4px solid #4C84F7;
    padding-bottom: 5px;
    text-align: center;
    margin-bottom: 10px;
}
.choose .about-bottom .item span{
    font-size: 24px;
    color: #767474;
    line-height: 47px;
}
.choose .about-bottom .item img:last-child{
    width: 100%;
    height: 49px;
    position: absolute;
    top: 100%;
    left: 0;
}
.choose .about-bottom .item:nth-child(1),
.choose .about-bottom .item:nth-child(3){
    margin-top: 50px;
}
.choose .about-blue{
    width: 100%;
    height: 283px;
    background: #4C84F7;
    border-radius: 0px 100px 0px 0px;
    position: absolute;
    bottom: -10%;
    left: 0;
    z-index: -1;
}
.choose-bottom{
    width: 1200px;
    margin: 0 auto;
    margin-top: 150px;
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
}
.choose-bottom .item{
    width: 377px;
    height: 168px;
    background: #FFFFFF;
    box-shadow: 2px 0px 7px 0px #BFC3D0;
    border-radius: 6px;
    display: flex;
    overflow: hidden;
}
.choose-bottom .item div:nth-child(1){
    width: 143px;
    height: 100%;
    background-color: #4c84f7;
    display: flex;
    justify-content: center;
    align-items: center;
}
.choose-bottom .item div:nth-child(1) img{
    width: 48px;
    height: 48px;
}
.choose-bottom .item div:nth-child(2){
    padding: 40px;
}
.choose-bottom .item div:nth-child(2) p{
    font-weight: 500;
    font-size: 24px;
    color: #4B4B53;
    margin-bottom: 20px;
}
.choose-bottom .item div:nth-child(2) span{
    font-weight: 500;
    font-size: 16px;
    color: #BEBEC2;
}

/* 客户评价 */
.evaluation{
    width: 100%;
    margin: 0 auto;
    margin-top: 100px;
    position: relative;
}
.evaluation .title{
    text-align: center;
}
.evaluation .title h1{
    font-weight: 500;
    font-size: 42px;
    color: #010203;
    letter-spacing: 4px;
    margin-bottom: 10px;
}
.evaluation .title h1 span{
    font-weight: 500;
    font-size: 20px;
    color: #010203;
}
.evaluation .content{
    width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
    overflow: hidden;
    position: relative;
}
.evaluation .content .g-left{
    width: 200px;  
    height: 200px;  
    background-color: #ffffff;  
    box-shadow: 0 0 40px 40px rgb(255,255,255);
    position: absolute;
    left: -15%;
    top: 0;
    z-index: 2;
}
.evaluation .content .g-right{
    width: 200px;  
    height: 200px;  
    background-color: #ffffff;  
    box-shadow: 0 0 40px 40px rgb(255,255,255);
    position: absolute;
    right: -15%;
    top: 0;
    z-index: 2;
}
.evaluation .content .list{
    width: 1920px;
    margin: 0 auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.evaluation .content .list .item{
    display: flex;
    justify-content: center;
    background-color: #4182fd;
    border-radius: 12px;
    padding: 20px 0;
    overflow: hidden;
}
.evaluation .content .list .item>div{
    padding: 20px;
}
.evaluation .content .list .item .left{
    text-align: center;
}
.evaluation .content .list .item .left img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.evaluation .content .list .item .left p{
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
}
.evaluation .content .list .item .right p{
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.evaluation .content .list .item .right span{
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
}
.evaluation .content .list .swiper-slide{
    transform: scale(0.9);
    opacity: 0.5;
}
.evaluation .content .list .swiper-slide-next{
    transform: scale(1);
    opacity: 1;
}
.evaluation .content .bottom{
    width: 639.32px;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.7;
}
.evaluation .content .bottom img{
    width: 100%;
}


/* 移动端 */
@media screen and (max-width: 768px) {
    .banner{
        width: 100%;
        height: 170px;
        background-image: url(../images/services/it-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: 12px;
        font-weight: 100;
    }
    .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;
    }

    /* 服务需求 */
    .demand-move{
        width: 100%;
        margin: 0 auto;
        margin-top: 50px;
        background-color: #f9f9fa;
        padding: 50px 0;
    }
    .demand-move .title{
        text-align: center;
    }
    .demand-move .title h1{
        font-weight: 500;
        font-size: 28px;
        color: #010203;
        margin-bottom: 20px;
    }
    .demand-move .title span{
        font-weight: 500;
        font-size: 18px;
        color: #010203;
        display: block;
        width: 90%;
        margin: 0 auto;
    }
    .demand-move .demand-move-list{
        width: 90%;
        margin: 0 auto;
        margin-top: 50px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .demand-move .demand-move-list .item{
        width: 45%;
        padding: 15px 5px;
        border-radius: 8px;
        background: linear-gradient(to right top,#4AA0F9,#1863F9);
        margin-bottom: 20px;
    }
    .demand-move .demand-move-list .item div img{
        width: 24px;
        height: 24px;
        margin-right: 5px;
    }
    .demand-move .demand-move-list .item div div{
        display: flex;
        align-items: center;
    }
    .demand-move .demand-move-list .item div div p{
        font-weight: 500;
        font-size: 14px;
        color: #FFFFFF;
        margin-bottom: 5px;
    }
    .demand-move .demand-move-list .item div span{
        font-weight: 500;
        font-size: 10px;
        line-height: 16px;
        color: #DCEAFD;
    }

    /* 为什么选择 */
    .about-move{
        width: 100%;
        margin: 0 auto;
        margin-top: 50px;
        position: relative;
    }
    .about-move .title{
        text-align: center;
    }
    .about-move .title h1{
        color: #010203;
        font-size: 28px;
        margin-bottom: 20px;
        font-weight: 400;
    }
    .about-move .about-move-bottom{
        width: 90%;
        margin: 0 auto;
        margin-top: 40px;
        display: flex;
        justify-content: space-between;
    }
    .about-move .about-move-bottom .item{
        width: 19%;
        height: 120px;
        background-color: #ffffff;
        border-radius: 4px;
        box-shadow: 1px 0px 4px 0px #BFC3D0;
        padding: 5px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
    }
    .about-move .about-move-bottom .item:nth-child(odd){
        margin-top: 10px;
    }
    .about-move .about-move-bottom .item img:nth-child(1){
        width: 32px;
        height: 32px;
        margin-bottom: 5px;
    }
    .about-move .about-move-bottom .item p{
        font-size: 10px;
        font-weight: 400;
        color: #3D3D3D;
        width: 17px;
        text-align: center;
        border-bottom: 1px solid #4C84F7;
        margin-bottom: 5px;
    }
    .about-move .about-move-bottom .item span{
        display: inline-block;
        font-size: 10px;
        font-weight: 100;
        color: #3D3D3D;
        white-space: nowrap;
    }
    .about-move .about-move-bottom .item img:last-child{
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
    }
    .about-move .about-move-blue{
        position: absolute;
        left: 0px;
        top: 75%;
        width: 100%;
        height: 70px;
        border-radius: 0px 14px 0px 0px;
        opacity: 1;
        background-color: #5e8ff5;
        z-index: -1;
    }
    .about-move-bottom2{
        width: 90%;
        margin: 0 auto;
        margin-top: 50px;
        margin-bottom: 50px;
        display: flex;
        justify-content: space-between;
    }
    .about-move-bottom2 .item{
        width: 30%;
        background: #FFFFFF;
        box-shadow: 2px 0px 7px 0px #BFC3D0;
        border-radius: 6px;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }
    .about-move-bottom2 .item div:nth-child(1){
        width: 100%;
        padding: 15px 0;
        background-color: #4c84f7;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .about-move-bottom2 .item div:nth-child(1) img{
        width: 28px;
        height: 28px;
    }
    .about-move-bottom2 .item div:nth-child(2){
        padding: 10px;
        text-align: center;
    }
    .about-move-bottom2 .item div:nth-child(2) p{
        font-weight: 500;
        font-size: 18px;
        color: #3D3D3D;
    }
    .about-move-bottom2 .item div:nth-child(2) span{
        font-weight: 500;
        font-size: 12px;
        color: #3D3D3D;
    }

    /* 客户评价 */
    .evaluation-move{
        width: 100%;
        margin: 0 auto;
        margin-top: 100px;
        position: relative;
        margin-bottom: 50px;
    }
    .evaluation-move .title{
        text-align: center;
    }
    .evaluation-move .title h1{
        font-weight: 500;
        font-size: 28px;
        color: #010203;
        letter-spacing: 4px;
        margin-bottom: 10px;
    }
    .evaluation-move .title h1 span{
        font-weight: 500;
        font-size: 18px;
        color: #010203;
    }
    .evaluation-move .content{
        width: 100%;
        margin: 0 auto;
        margin-top: 50px;
        overflow: hidden;
    }
    .evaluation-move .content .list{
        width: 150%;
        margin: 0 auto;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    .evaluation-move .content .list .item{
        display: flex;
        flex-direction: column;
        background-color: #4182fd;
        border-radius: 5px;
        padding: 10px 0;
        overflow: hidden;
    }
    .evaluation-move .content .list .item>div{
        padding: 10px;
    }
    .evaluation-move .content .list .item .left {
        display: flex;
        align-items: center;
    }
    .evaluation-move .content .list .item .left img{
        width: 30px;
        height: 30px;
        border-radius: 50%;
        margin-right: 5px;
    }
    .evaluation-move .content .list .item .left p{
        font-weight: 400;
        font-size: 14px;
        color: #FFFFFF;
    }
    .evaluation-move .content .list .item .right p{
        font-weight: 400;
        font-size: 12px;
        color: #FFFFFF;
        margin-bottom: 5px;
    }
    .evaluation-move .content .list .item .right span{
        font-weight: 400;
        font-size: 12px;
        color: #FFFFFF;
    }
    .evaluation-move .content .list .swiper-slide{
        transform: scale(0.9);
        opacity: 0.5;
    }
    .evaluation-move .content .list .swiper-slide-next{
        transform: scale(1);
        opacity: 1;
    }
    .evaluation-move .content .bottom{
        width: 639.32px;
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        opacity: 0.7;
    }
    .evaluation-move .content .bottom img{
        width: 100%;
    }
}