.banner{
    position: relative;
    margin-top: 0;
}
.banner img{
    width: 100%;
    margin-top: 96px;
}
.banner .text-box{
    color: #fff;
    position: absolute;
    left: 10.6%;
    top: 50%;
    transform: translateY(-50%);
}
.banner .mask{
    display: none;
}

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

.brand-box{
    padding: 80px 10.6%;
    background: rgba(203,205,208,.15);
}
.brand-box h4{
    text-align: center;
    margin-bottom: 60px;
}
.brand-box .line-title{
    margin-bottom: 60px;
}
.brand-box .left-box{
    display: inline-block;
    float: left;
    width: 45%;
}
.brand-box .left-box img{
    width: 100%;
    border-radius: 5px;
}
.brand-box .content-box{
    display: inline-block;
    float: left;
    width: 49.5%;
    margin-left: 5.5%;
}
.brand-box .content-box img{
    width: 100%;
    border-radius: 5px;
}
.brand-box .content-box h3{
    font-family: Mont-Regular,SourceHanSansCN-Regular;
    color: #0075FF;
    margin-top: 7%;
    margin-bottom: 4%;
    font-size: 28px;
}

.vision-box{
    margin-top: 100px;
    padding: 0 10.6%;
}
.vision-box h4{
    text-align: center;
    margin-bottom: 60px;
}
.vision-box img{
    width: 100%;
    border-radius: 5px;
}
.vision-box .img-box{
    position: relative;
}
.vision-box .text-box{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    color: #fff;
    text-align: center;
    transform: translateY(-50%);
}
.vision-box .text-box .line-title{
    color: #fff;
}
.vision-box .text-box .line-title .line{
    background: #fff;
}
.vision-box .text-box h3{
    font-family: Mont-Regular,SourceHanSansCN-Regular;
    font-size: 2.5vw;
    margin-top: 4%;
}
.vision-box .text-box p{
    font-size: 22px;
    margin-bottom: 0;
}
.vision-box .text-box p .mobile{
    display: none;
}

.values-box{
    padding: 120px 10.6%;
    margin-bottom: 15px;
}
.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.6vw;
    line-height: 2.3vw;
}
.values-box .content .choose-box .item.active .text .title{
    font-size: 2vw;
    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;
}
.values-box .img-box{
    overflow: hidden;
    position:relative;
}
.values-box .img-box img{
    width: 100%;
    display: block;
}
.values-box .img-box .text-box{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    padding: 0 3%;
}
.values-box .img-box .text-box .item{
    width: 25%;
    color: #fff;
    padding: 5px 4% 15px 4%;
    border-right: 1px solid #fff;
}
.values-box .img-box .text-box .item:last-child{
    border: none;
}
.values-box .img-box .text-box .item .title{
    font-size: 24px;
    margin-bottom: 15px;
    margin-top: 15px;
}
.values-box .img-box .text-box .item .text{
    font-size: 15px;
}
.values-box .img-box .text-box .item svg{
    margin-left: -2%;
}

.icon-bg-box{
    padding: 80px 10.6% 120px 10.6%;
    background: url(../img/about/bg.png) no-repeat;
    background-size: cover;
}
.icon-bg-box .text-box{
    text-align: center;
}
.icon-bg-box .text-box h4{
    margin-bottom: 20px;
}
.icon-bg-box .icon-box{
    margin-top: 60px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.icon-bg-box .icon-box .item{
    display: inline-block;
    float: left;
    width: calc(33.3333333% - 16px);
    text-align: center;
    background: #fff;
    padding: 45px 40px;
    margin: 0 8px;
}
.icon-bg-box .icon-box .item .title{
    font-size: 22px;
    font-family: Mont-Regular,SourceHanSansCN-Regular;
    margin: 30px 0 20px 0;
}
.icon-bg-box .icon-box .item p{
    margin-bottom: 0;
    color:#646464;
}
.icon-bg-box .icon-box .item svg path,.icon-bg-box .icon-box .item svg circle{
    fill: #0075FF;
    stroke: #0075FF;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
@media (min-width: 996px) {
    .icon-bg-box .icon-box .item:hover svg path,.icon-bg-box .icon-box .item:hover svg circle{
        fill: #00B1FF;
        stroke: #00B1FF;
    }
}

.icon-bg-box .swiper-wrapper .swiper-slide{
    width: 33.33333%;
    padding: 0 8px;
    height: auto;
}
.icon-bg-box .swiper-wrapper .swiper-slide .item{
    width: 100%;
    height: 100%;
    float: none;
    margin: 0;
}

#page6 .bg-box{
    background: #0075FF;
    text-align: center;
    color: #fff;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    padding-bottom: 80px;
    height: auto;
}
#page6 .bg-box h4{
    padding-top: 100px;
    margin-bottom: 20px;
}
#page6 .bg-box .icon-box{
    margin: 50px 0 40px 0;
    padding: 0 10.6%;
}
#page6 .bg-box .icon-box .item{
    width: 25%;
    display: inline-block;
    float: left;
}
#page6 .bg-box .icon-box .item .img-box{
    position: relative;
}
#page6 .bg-box .icon-box .item .img-box img{
    width: 190px;
}
#page6 .bg-box .icon-box .item .img-box h5{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-family: Mont-Regular,SourceHanSansCN-Regular;
    width: 100%;
    font-size: 20px;
}
#page6 .bg-box .icon-box .item a{
    display: block;
    margin-top: 30px;
    font-size: 16px;
    color: #fff;
}
#page6 .bg-box .icon-box .item a:hover{
    opacity: 0.7;
}

@media (max-width: 996px) {
    .banner{
        padding-top: 0;
        margin-top: 0;
        overflow: hidden;
    }
    .banner img{
        padding-top: 0;
        margin-top: 0px;
    }
    .banner .mask{
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
    }

    .scroll-video .img-box video{
        width: 100%;
        display: none;
    }
    .scroll-video .img-box img{
        width: 100%;
        display: block;
    }

    .scroll-video .scroll-box{
        padding-top: 60px;
    }
    .scroll-video .img-box{
        width: 91.6%;
        margin-bottom: 40px;
    }
    .scroll-video .img-box h3{
        display: block;
        font-size: 24px;
    }
    .scroll-video p{
        display: block;
        width: 91.6%;
        font-size: 16px;
        margin-bottom: 30px;
    }
    .scroll-video p:last-child{
        margin-bottom: 0;
    }

    .line-title{
        font-size: 18px;
    }
    .line-title .line{
        margin: 0 20px;
        width: 40px;
    }
    .brand-box{
        margin-top: 60px;
        padding: 60px 4.3% 60px 4.3%;
    }
    .brand-box .line-title{
        margin-bottom: 30px;
    }
    .brand-box .left-box{
        display: none;
    }
    .brand-box .content-box{
        margin: 0;
        width: 100%;
    }
    .brand-box .content-box h3{
        font-size: 24px;
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .brand-box .content-box p{
        font-size: 16px;
        margin: 0;
    }

    .vision-box{
        margin-top: 60px;
        padding: 0 4.3%;
    }
    .vision-box .text-box h3{
        font-size: 24px;
        line-height: 150%;
        padding: 0 10px;
        margin-top: 30px;
        margin-bottom: 0;
    }

    .values-box{
        margin-top: 60px;
        padding: 0 4.3%;
    }
    .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: 24px;
        line-height: 120%;
        overflow: hidden;
    }
    .values-box .content .choose-box .item.active .text .title{
        font-size: 30px;
        line-height: 120%;
    }
    .values-box .content .choose-box .item .text p{
        font-size: 16px;
        width: 100%;
    }

    #page6{
        margin-top: 60px;
    }
    #page6 .bg-box{
        padding-bottom: 60px;
    }
    #page6 .bg-box h2{
        padding-top: 60px;
        margin-bottom: 8px;
    }
    #page6 .bg-box .icon-box{
        padding: 0;
        margin: 0;
    }
    #page6 .bg-box .icon-box .item{
        display: block;
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
    #page6 .bg-box .icon-box .item .img-box {
        position: relative;
        width: 37.66666%;
        margin: 0 auto 10px auto;
       
    }
    #page6 .bg-box .icon-box .item a{
        font-size: 16px;
        margin-top: 0;
    }
    #page6 .bg-box .icon-box .item .img-box img{
        width: 100%;
    }
    #page6 a{
        margin-top: 15px;
    }
}


@media (max-width: 1500px) {
    .brand-box .content-box h3{
        font-size: 22px;
    }
    .vision-box .text-box p{
        font-size: 20px;
    }
    .values-box .img-box .text-box .item .title{
        font-size: 22px;
    }
    .values-box .img-box .text-box .item .text{
        font-size: 15px;
    }
    .icon-bg-box .icon-box .item svg{
        width: 100px;
    }
    .icon-bg-box .icon-box .item .title{
        font-size: 20px;
        margin: 20px 0 15px 0;
    }
    
}

@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);
    }
    .banner .text-box h3{
        margin: 0;
    }

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

    .brand-box{
        margin: 0;
        padding: 40px 4.3%;
    }
    .brand-box h4{
        margin-bottom: 30px;
    }

    .vision-box h4{
        margin-bottom: 30px;
    }
    .vision-box .text-box p .mobile{
        display: block;
    }

    .values-box{
        margin-bottom: 20px;
    }
    .values-box h4{
        margin-bottom: 40px;
    }
    .values-box .img-box .text-box{
        flex-direction: row;
        flex-wrap: wrap;
        padding: 0 25px;
    }
    .values-box .img-box .text-box .item{
        width: 50%;
        border: none;
        padding: 15px 0% 15px 0%;
    }
    .values-box .img-box .text-box .item:nth-child(1),.values-box .img-box .text-box .item:nth-child(2){
        border-bottom: 1px solid #fff;
        padding-top: 0;
    }
    .values-box .img-box .text-box .item:nth-child(1),.values-box .img-box .text-box .item:nth-child(3){
        border-right: 1px solid #fff;
    }
    .values-box .img-box .text-box .item:nth-child(1),.values-box .img-box .text-box .item:nth-child(3){
        padding-right: 18px;
    }
    .values-box .img-box .text-box .item:nth-child(2),.values-box .img-box .text-box .item:nth-child(4){
        padding-left: 20px;
    }
    .values-box .img-box .text-box .item:nth-child(3),.values-box .img-box .text-box .item:nth-child(4){
        padding-bottom: 0 !important;
    }
    .values-box .img-box .text-box .item .text{
        font-size: 14px;
        line-height: 160%;
    }
    .values-box .img-box .text-box .item svg{
        width: 48px;
        height: 48px;
    }
    .values-box .img-box .text-box .item .title{
        margin-bottom: 8px;
        font-size: 20px;
    }

    .icon-bg-box{
        padding: 40px 4.3% 50px 4.3%;
    }
    .icon-bg-box .swiper-container{
        padding-bottom: 30px;
    }
    .icon-bg-box .swiper-wrapper{
        display: flex;
    }
    .icon-bg-box .swiper-wrapper .swiper-slide{
        display: flex;
        height: auto;
    }
    .icon-bg-box .icon-box{
        margin-top: 40px;
    }
    .icon-bg-box .icon-box .item{
        width: 100%;
        padding: 20px 12px 30px 12px;
        height: 100%;
        margin: 0;
    }
    .icon-bg-box .swiper-wrapper .swiper-slide{
        padding: 0;
    }
    .icon-bg-box .swiper-scrollbar{
        width: 100%;
        left: 0%;
        height: 2px;
        background: #CBCDD0;
    }
    .icon-bg-box .swiper-scrollbar .swiper-scrollbar-drag{
        height: 4px;
        top: -1px;
        background: #0075FF;
    }
    .icon-bg-box .icon-box .item .title{
        font-size: 16px;
        margin: 20px 0 15px 0;
    }
    .icon-bg-box .icon-box .item p{
        font-size: 14px;
    }
    .icon-bg-box .icon-box .item svg{
        width:60px;
        height: 60px;
    }

    #page6{
        margin-top: 0;
    }
    #page6 .bg-box h4{
        padding-top: 70px;
        margin-bottom: 15px;
    }
    #page6 .bg-box p{
        margin-bottom: 35px;
    }
    #page6 .bg-box .icon-box .item .img-box h5{
        font-size: 14px
    }
    #page6 .bg-box .icon-box .item a{
        font-size: 14px;
    }
    #page6 .bg-box .icon-box .item .img-box{
        width: 98px;
    }
    #page6 a{
        margin: 0;
    }
}