.banner{
    padding-top: 96px;
    position: relative;
}
.banner img{
    width: 100%;
    display: block;
}
.banner .text-box{
    position: absolute;
    left: 10.6%;
    top: calc(50% + 48px);
    transform: translateY(-50%);
    color: #fff;
}
.banner .text-box h3{
    margin-bottom: 0;
}
.banner .text-box a{
    margin-top: 20px;
}

.text-content{
    text-align: center;
    padding: 110px 10.6%;
}
.text-content h4{
    margin-bottom: 20px;
    font-family: Mont-Regular,SourceHanSansCN-Regular;
}
.text-content p{
    margin: 0;
    line-height: 180%;
    color: #646464;
}

.values-box{
    padding: 80px 10.6%;
    margin-bottom: 120px;
    background: rgba(203,205,208,.25);
}
.values-box h4{
    text-align: center;
    margin-bottom: 60px;
}
.values-box .content .img-box{
    width: 50%;
    display: inline-block;
    float: left;
}
.values-box .content .img-box img{
    width: 100%;
    border-radius: 5px;
    display: none;
}
.values-box .content .img-box img.active{
    display: block;
}
.values-box .content .choose-box{
    width: 50%;
    display: inline-block;
    float: left;
    padding-left: 4%;
}
.values-box .content .choose-box .item{
    color: #646464;
    padding-top: 4.7%;
    padding-bottom: 4%;
    border-bottom: 1px solid #CBCDD0;
    cursor: pointer;
}
.values-box .content .choose-box .item:first-child{
    border-top: 1px solid #CBCDD0;
}
.values-box .content .choose-box .item.active{
    color: #0075FF;
    border-bottom: 1px solid #646464;
}
.values-box .content .choose-box .item.active:first-child{
    border-top: 1px solid #646464;
}
.values-box .content .choose-box .item .num{
    font-size: 28px;
    display: inline-block;
    vertical-align: top;
    line-height: 32px;
    font-family: Mont-Light;
}
.values-box .content .choose-box .item .text{
    display: inline-block;
    width: calc(100% - 50px);
    vertical-align: top;
    padding-left: 4%;
}
.values-box .content .choose-box .item .text .title{
    font-size: 1.3vw;
    line-height: 2.3vw;
}
.values-box .content .choose-box .item.active .text .title{
    font-size: 1.7vw;
    line-height: 2.6vw;
    margin-bottom: 2%;
}
.values-box .content .choose-box .item .text p{
    width: 100%;
    margin-bottom: 0;
    font-size: 1vw;
    display: none;
    height: 8em;
    overflow: hidden;
}
.values-box .content .choose-box .item.active .text p{
    color: #000 !important;
}

.zone-box{
    padding: 0 10.6%;
    margin-bottom: 120px;
}
.zone-box h4{
    text-align: center;
    margin-bottom: 60px;
}
.zone-box .content.pc{
    display: block;
}
.zone-box .content.mobile{
    display: none;
}
.zone-box .img-box{
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -8px 16px -8px;
}
.zone-box .img-box .item{
    margin: 0 8px;
    border-radius: 6px;
    position: relative;
}
.zone-box .img-box .item img{
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 6px;
}
.zone-box .img-box .item .text-box{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 0 10%;
    transform: translateY(-50%);
    text-align: left;
    color: #fff;
}
.zone-box .img-box.row3 .item .text-box{
    color: #000;
}
.zone-box .img-box .item .text-box h4{
    text-align: left;
    margin-bottom: 15px;
    font-size: 22px;
}
.zone-box .img-box .item .text-box p{
    margin: 0;
}
.zone-box .img-box .item .ball{
    position: absolute;
    right: -48px;
    top: 10%;
    width: 48px;
    height: auto;
    z-index: 2;
}
.zone-box .img-box.row2 .item .ball{
    left: -48px;
}
.zone-box .row1 .item:nth-child(1){
    width: calc(32.3333% - 16px);
}
.zone-box .row1 .item:nth-child(2){
    width: calc(42.3333% - 16px);
}
.zone-box .row1 .item:nth-child(3){
    width: calc(25.3333% - 16px);
}
.zone-box .row2 .item:nth-child(1){
    width: calc(67.3333% - 16px);
}
.zone-box .row2 .item:nth-child(2){
    width: calc(32.3333% - 10px);
    margin-right: 0;
}
.zone-box .row3 .item:nth-child(1){
    width: calc(32.3333% - 16px);
}
.zone-box .row3 .item:nth-child(2){
    width: calc(67.3333% - 10px);
    margin-right: 0;
}
@media (max-width: 1400px) {
    .zone-box .img-box .item .text-box h4{
        font-size: 28px;
    }
}

.bottom-banner{
    position: relative;
}
.bottom-banner img{
    width: 100%;
    display: block;
}
.bottom-banner .text-box{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    color: #fff;
    width: 100%;
}
.bottom-banner .text-box h4{
    margin-bottom: 25px;
}


@media (max-width: 996px) {
    .banner{
        padding-top: 60px;
    }
    .banner .text-box{
        width: 100%;
        top: auto;
        left: 0;
        bottom: 75px;
        padding: 0 4.3%;
        transform: translateY(0);
    }

    .text-content{
        padding: 40px 4.3%;
    }
    .text-content br{
        display: none;
    }

    .values-box{
        margin-top: 0;
        margin-bottom: 60px;
        padding: 40px 4.3%;
    }
    .values-box h4{
        margin-bottom: 0;
    }
    .values-box .content{
        margin-top: 30px;
    }
    .values-box .content .img-box{
        width: 100%;
        display: block;
    }
    .values-box .content .choose-box{
        padding: 0;
        margin-top: 30px;
        width: 100%;
    }
    .values-box .content .choose-box .item{
        padding: 20px 0;
        overflow: hidden;
    }
    .values-box .content .choose-box .item .num{
        font-size: 18px;
        line-height: 120%;
    }
    .values-box .content .choose-box .item .text{
        padding-left: 10px;
    }
    .values-box .content .choose-box .item .text .title{
        font-size: 20px;
        line-height: 120%;
        overflow: hidden;
    }
    .values-box .content .choose-box .item.active .text .title{
        font-size: 24px;
        line-height: 120%;
        margin-bottom: 20px;
    }
    .values-box .content .choose-box .item .text p{
        font-size: 15px;
        width: 100%;
        height: auto;
    }

    .zone-box{
        padding: 0 4.3%;
        overflow: hidden;
        margin-bottom: 48px;
    }
    .zone-box h4{
        margin-bottom: 30px;
    }
    .zone-box .content.pc{
        display: none;
    }
    .zone-box .content.mobile{
        display: block;
    }
    .zone-box .img-box{
        margin: 0;
    }
    .zone-box .img-box .item{
        width: 100% !important;
        margin: 0;
        padding-bottom: 12px;
    }
    .zone-box .img-box .item .text-box{
        padding: 0 24px;
    }
    .zone-box .img-box .item .text-box h4{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .zone-box .img-box .item .text-box p{
        font-size: 14px;
    }
    .zone-box .img-box .item .ball{
        width: 32px;
        top: auto;
        bottom: -34.8px;
        left: calc(4.3% + 12px);
        transform: rotate(90deg);
    }
    .zone-box .img-box.row2 .item .ball{
        left: calc(4.3% + 12px);
        transform: rotate(270deg);
    }
}