/*  功能页面css */

@media screen and (min-width:1441px) {
    .qd-banner {
        height: 320px;
    }
}
@media screen and (max-width:1440px) {
    .qd-banner {
        height: 240px;
    }
}
.qd-banner {
    width: 100%;
    background-image: url('../assets/doc/banner.jpg');
    background-position: center;
    background-size: cover;
}
.qd-banner .text {
    display: flex;
    align-items: center;
    justify-content: center;
}
.qd-banner p {
    padding: 0 30px;
    text-align: center;
    font-size: 22px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    line-height: 46px;
}

@media screen and (min-width:1441px) {
    .qd-system .sys-item{
        width: 436px;
        padding: 50px 120px 58px;
    }
}
@media screen and (max-width:1440px) {
    .qd-system .sys-item{
        width: 380px;
        padding: 50px 90px 58px;
    }
}
.qd-system {
    width: 100%;
    height: 686px;
}
.qd-system h3{
    height: 176px;
    line-height: 176px;
    text-align: center;
    font-size: 34px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #171725;
}
.qd-system .sys-item{
    background: rgba(255, 186, 0, .1);
    border-radius: 15px;
}
.qd-system .sys-item h4{
    text-align: center;
    font-size: 22px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFBA00;
}
.qd-system .sys-item p{
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}
.qd-system .sys-item .sys-content{
    margin-top: 45px;
    height: 205px;
}
.qd-system .sys-item .sys-content img{
    width: 16px;
    height: 16px;
}
.qd-system .sys-item .sys-content span{
    margin-left: 16px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}
.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;
        padding: 210px 0;
    }
    .echart .echart-item{
        height: 1080px;
        padding: 210px 0;
    }
    .serves .serves-item .xs-img{
        width: 844px; 
        height: 683px;
    }
    .echart .echart-item .center img{
        width: 745px;
        height: 526px;
    }
    .serves .serves-item .kh-img{
        width: 840px;
        height: 660px;
    }
    .serves .serves-item .nz-img{
        width: 691px;
        height: 660px;
    }
    .serves .serves-item .cz-img{
        width: 880px;
        height: 695px;
    }
    .serves .serves-item .hk-img{
        width: 687px;
        height: 660px;
    }
}
@media screen and (max-width:1440px) {
    .serves .serves-item {
        height: 810px;
        padding: 150px 0;
    }
    .echart .echart-item{
        height: 810px;
        padding: 150px 0;
    }
    .serves .serves-item .xs-img{
        width: 620px; 
        height: 550px;
    }
    .echart .echart-item .center img{
        width: 620px;
        height: 438px;
    }
    .serves .serves-item .kh-img{
        width: 630px;
        height: 495px;
    }
    .serves .serves-item .nz-img{
        width: 520px;
        height: 496px;
    }
    .serves .serves-item .cz-img{
        width: 630px;
        height: 497px;
    }
    .serves .serves-item .hk-img{
        width: 520px;
        height: 496px;
    }
}
.serves .serves-item {
    display: flex;
    justify-content: space-between;
}
.echart {
    width: 100%;
    background: #fff;
}
.echart .echart-item{
    display: flex;
    justify-content: space-between;
}
.echart .echart-item .left{
    display: flex;
    flex-direction: column;
    width: 220px;
}
.echart .echart-item .left .one{
    margin-bottom: 32px;
}
.echart .echart-item .left span{
    width: 53px;
    height: 21px;
    background: #546FC6;
    border-radius: 3px;
}
.echart .echart-item .left p{
    margin-left: 11px;
    width: 49px;
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 21px;
}
.echart .echart-item .right p{
    margin-left: 11px;
    width: 49px;
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 21px;
}


.echart .echart-item .right .info {
    height: 450px;
    margin-top: 50px;
}
.echart .echart-item .right span {
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}


.serves {
    width: 100%;
    background: #fff;
}
.serves .serves-item .left{
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
}
.serves .serves-item .left .position p {
    padding-left: 15px;
    height: 45px;
    font-size: 48px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}
.serves .serves-item .left img {
    width: 57px;
    height: 57px;
}
.serves .serves-item .left .info {
    height: 450px;
    margin-top: 50px;
}
.serves .serves-item .left span {
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}