.advantage {
    /* height: 288px; */
    background-color: #F0F2F5;
    padding-top: 90px;
    box-shadow: inset 0 -1px 0 0 #E9EEFE;
}

.advantage .box>div {
    width: 300px;
}

.advantage .box {
    display: flex;
    justify-content: space-evenly;
    text-align: center;
    margin-top: 60px;
    padding-bottom: 80px;
}

.advantage .advantage-icon {
    width: 68px;
    height: 68px;
    vertical-align: middle;
}

.advantage .advantage-label {
    font-size: 20px;
    color: #666666;
    vertical-align: middle;
}

.advantage .advantage-text {
    font-size: 14px;
    color: #999999;
    margin-top: 8px;
}

.solution {
    padding-top: 80px;
    padding-bottom: 88px;
}


.solution .box-title {
    margin-bottom: 88px;
}

.solution .solution-link {
    display: flex;
    font-size: 24px;
    text-align: center;
    flex-direction: column;
    justify-content: space-between;
}

.solution .solution-img {
    margin-bottom: 30px;
    width: 386px;
    height: 210px;
    border-radius: 10px;
    overflow: hidden;
}

.solution article {
    font-size: 24px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 33px;
    margin-bottom: 10px
}

.solution p {
    width: 375px;
    font-size: 15px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 21px;
    margin: 0;
}

.solution a {
    width: 120px;
    height: 30px;
    border-radius: 15px;
    border: 1px solid #466EF5;
    font-size: 14px;
    font-family: HiraginoSansGB-W3, HiraginoSansGB;
    font-weight: normal;
    color: #466EF5;
    line-height: 30px;
    display: inline-block;
    margin: 0 auto;
    margin-top: 40px;
}

.chooseus {
    background-color: #F0F2F5;
    padding-top: 90px;
    padding-bottom: 66px;
}

.chooseus .box-title {
    margin-bottom: 68px;
}

.chooseus .chooseus-item {
    position: relative;
    display: inline-block;
    margin-bottom: 24px;
    width: 380px;
    height: 168px;
    border-radius: 10px;
    background-color: #FFFFFF;
    overflow: hidden;
}

.chooseus .chooseus-item.active {
    background-color: #466EF4;
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    /* Firefox 4 */
    -webkit-transition: all 1s ease;
    /* Safari 和 Chrome */
    -o-transition: all 1s ease;
    /* Opera */
}

.chooseus .chooseus-item .chooseus-item-icon {
    display: block;
    margin: 0 auto 14px;
    width: 60px;
    height: 60px;
}

.chooseus .chooseus-item.active .chooseus-item-icon {
    display: none;
}

.chooseus .chooseus-item .chooseus-item-label {
    margin: 0;
    color: #666666;
    font-size: 24px;
    text-align: center;
}

.chooseus .chooseus-item.active .chooseus-item-label {
    margin-bottom: 14px;
    color: #ffffff;
}

.chooseus .chooseus-item .chooseus-item-text {
    display: none;
    margin: 0;
    color: #ffffff;
    text-align: center;
    line-height: 22px;
}

.chooseus .chooseus-item.active .chooseus-item-text {
    display: block;
}

.customer {
    padding-top: 80px;
    padding-bottom: 90px;
}

.customer .customer-img {
    margin-top: 48px;
    width: 100%;
    height: 420px;
}

.evaluate {
    background-color: #F0F2F5;
    padding-top: 90px;
    padding-bottom: 80px;
}

.evaluate .evaluate-img {
    width: 674px;
    height: 605px;
}

.evaluate .evaluate-box {
    float: right;
    padding: 38px;
    width: 506px;
    height: 605px;
    vertical-align: top;
}

.evaluate .evaluate-box .evaluate-box-title {
    margin: 0 0 25px;
    width: 128px;
    height: 28px;
    font-size: 32px;
    font-family: Helvetica;
    color: #333333;
    line-height: 28px;
    text-align: left;
    font-weight: normal;
}

.evaluate .evaluate-box .evaluate-box-item {
    margin: 0;
    padding-top: 19px;
    padding-bottom: 19px;
    color: #666666;
    line-height: 20px;
}

.evaluate .evaluate-box .evaluate-box-item span {
    color: #000;
}

.evaluate .evaluate-box .evaluate-box-item:not(:last-child) {
    border-bottom: 1px solid #DFDFDF;
}