/*  功能页面css */
@media screen and (min-width:1441px) {
    .qd-banner {
        height: 320px;
        padding: 100px 0;
    }
}
@media screen and (max-width:1440px) {
    .qd-banner {
        height: 240px;
        padding: 70px 0;
    }
}
.qd-banner {
    width: 100%;
    background-image: url('../assets/crmBanner.jpg');
    background-position: center;
    background-size: cover;
}
.qd-banner .text{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.qd-banner h2 {
    font-size: 38px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    line-height: 24px;
}
.qd-banner span {
    font-size: 18px;
    font-family: PingFang SC;
    color: #666666;
    line-height: 24px;
}
@media screen and (min-width:1441px) {
    .serves .serves-item {
        height: 1080px;
    }
    .serves .serves-item .left .text {
        margin-top: 40px;
    }
    .serves .serves-item .fw-img{
        width: 668px;
        height: 824px;
    }
    .serves .serves-item .zn-img{
        width: 571px;
        height: 824px;
    }
    .serves .serves-item .ks-img{
        width: 713px;
        height: 824px;
    }
    .serves .serves-item .gd-img{
        width: 579px;
        height: 824px;
    }
}
@media screen and (max-width:1440px) {
    .serves .serves-item {
        height: 810px;
    }
    .serves .serves-item .left .text {
        margin-top: 30px;
    }
    .serves .serves-item .fw-img{
        width: 550px; 
        height: 678px;
    }
    .serves .serves-item .zn-img{
        width: 500px;
        height: 722px;
    }
    .serves .serves-item .ks-img{
        width: 595px;
        height: 687px;
    }
    .serves .serves-item .gd-img{
        width: 500px;
        height: 722px;
    }
   
}
.serves .serves-item {
    display: flex;
    justify-content: space-between; 
    align-items: center;
}
.serves {
    width: 100%;
    background: #F7FAFF;
}
.serves:nth-child(2n) {
    width: 100%;
    background: #fff;
}
.serves .serves-item .left .position .dot {
    position: absolute;
    width: 37px;
    height: 37px;
    background: #3D79FF;
    border-radius: 50%;
    opacity: .9;
}
.serves .serves-item .left .position p {
    position: relative;
    z-index: 2;
    font-size: 48px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}
.serves .serves-item .left span {
    letter-spacing: .5px;
    width: 436px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 40px;
}
.serves .serves-item .right img {
    float: right;
   
}