.banner{
    width: 100%;
    height: 100vh;
    position: relative;
}
.pc{
    display: block;
    
}
.mobile{
    display: none;
}

@media (max-width: 996px){
    .banner{
        width: 100%;
        height: 536px;
        position: relative;
    }
    .pc{
        display: none;  
    }
    .mobile{
        display: block;
    }
}

.banner_h2{
    color: #fff;
    font-size: clamp(2.25rem, 1.836rem + 1.7vw, 3.875rem);
    position: absolute;
    font-weight: 600;
    z-index: 1000;
    left: 9%;
    top: 42%;

}
.banner_h4{
    color: #fff;
    font-size: clamp(1.125rem, 0.87rem + 1.05vw, 2.125rem);
    position: absolute;
    font-weight: 200;
    letter-spacing: 9px;
    z-index: 1000;
    left: 9%;
    top: 52%;

}

.banner .left-box{
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: none;
}
.banner .right-box{
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
    cursor: none;
}
.banner .swiper-container{
    height: 100%;
}
.banner .video-mask{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: rgba(0,0,0,.1);
}
.banner img,.banner video{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: 50% 50%;
}
.banner video.pc{
    display: block;
}
.banner video.mb{
    display: none;
}
.banner .text-box{
    position: absolute;
    top: calc(80px + 10%);
    left: calc(8% - 40px);
    z-index: 3;
    padding:40px;
}
.banner .text-box.down{
    position: absolute;
    top:auto;
    left: calc(8% - 40px);
    bottom: calc(80px + 10%);
}
.banner .text-box h2{
    color: #fff;
    font-family: VWProduct,HYQiHei-80S;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    transition-delay: 0.2s;
    transform: translateY(100%);
}
.banner .text-box P{
    color: #fff;
    margin-top: 16px;
    margin-bottom: 30px;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    transition-delay: 0.4s;
    transform: translateY(100%);
}
.banner .text-box .btn-box{
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    transition-delay: 0.5s;
    transform: translateY(100%);
}
.banner .text-box h2.active{
    opacity: 1;
    transform: translateY(0);
}
.banner .text-box p.active{
    opacity: 1;
    transform: translateY(0);
}
.banner .text-box .btn-box.active{
    opacity: 1;
    transform: translateY(0);
}
.banner .text-box .btn-box a:first-child{
    margin-right: 20px;
}
.banner .swiper-pagination{
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    padding-bottom: 10px;
    bottom: 0;
}
.banner-swiper-prev{
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    left: 9%;
    z-index: 2;
    /* display: none; */
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
}
.banner-swiper-next{
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    right: 9%;
    z-index: 2;
    /* display: none; */
    pointer-events: none;
    cursor: pointer;
    opacity: 0;
}
.banner-swiper-next:hover{
    opacity: 0.7;
}
.banner .icon-box{
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(0.1);
    z-index: 2;
    opacity: 0;
    pointer-events: none;
    user-select: none;
}
.banner .icon-box.active{
    transform: scale(1);
    opacity: 1;
}
.banner .icon-box .icon{
    display: block;
    pointer-events: none;
}
.banner .icon-box .icon.unactive{
    display: none;
}
.banner .icon-box .icon-active{
    display: none;
    pointer-events: none;
}
.banner .icon-box .icon-active.active{
    display: block;
}

.car-box{
    padding:120px 0 0 0;
}   
.car-box h4{
    margin-bottom: 20px;
    padding: 0 7.8%;
}
.car-box>.text-box{
    padding: 0 7.8%;
}
.car-box>.text-box h1{
    width: 50%;
    display: inline-block;
}
.car-box>.text-box p{
    max-width: 50%;
    float: right;
    width: 27%;
    font-size: 18px;
    color: #222;
    line-height: 40px;
}
.car-box .choose-box{
    padding: 80px 7.8% 120px 7.8%;
    overflow: hidden;
    margin: 0 -16px;
}
.car-box .choose-box .item{
    display: inline-block;
    float: left;
    width: calc(31%);
    text-align: left;
    position: relative;
    cursor: none;
    background: #F8F8F8;
    margin: 10px 16px;
    padding: 25px 0;
    overflow: hidden;
    color:#001E50;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.car-box .choose-box .item *{
    pointer-events: none;
}
.car-box .choose-box .item .title{
    margin-bottom: 10px;
    font-size: 36px;
    line-height: 55px;
    padding: 0 30px;
}
.car-box .choose-box a{
    margin-left: 30px;
    color: #001E50;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.car-box .choose-box a svg{
    margin-left: 8px;
    width: 8px;
}
.car-box .choose-box a svg path{
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.car-box .choose-box .item:hover a{
    color: #fff;
}
.car-box .choose-box .item:hover a svg path{
    stroke: #fff;
}
.car-box .choose-box .item p{
    padding: 0 30px;
}
.car-box .choose-box .item .title .en{
    font-size: 36px;
    margin-top: -4px;
    display: inline-block;
}
.car-box .choose-box .item .title span{
    vertical-align: middle;
}
.car-box .choose-box .item .car-img{
    width: 75%;
    margin-left: 25%;
    margin-top: 30px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    transform: scale(1);
    /* transform: translateX(100%); */
}
.car-box .choose-box .item .icon{
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    transform: scale(0.1);
}
.car-box .choose-box .item:hover{
    background: #001E50;
    color: #fff;
}
.car-box .choose-box .item.id:hover{
    background: #9BBED7;
    color: #fff;
}
.car-box .choose-box .item:hover .car-img{
    transform: scale(1.08);
}
.car-box .choose-box .item .mask-top{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    transition: all 0.5s;
    -webkit-animation: all 0.5s;
    background: #fff;
}
.car-box .choose-box .item .mask-bottom{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    transition: all 0.5s;
    -webkit-animation: all 0.5s;
    background: #fff;
}
.car-box .choose-box .item .mask-left{
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    transition: all 0.5s;
    -webkit-animation: all 0.5s;
    background: #fff;
}
.car-box .choose-box .item .mask-right{
    position: absolute;
    top: 0;
    right: 0;
    width: 0%;
    height:100%;
    transition: all 0.5s;
    -webkit-animation: all 0.5s;
    background: #fff;
}
.car-box .choose-box .item:hover .mask-top{
    height: 10px;
}
.car-box .choose-box .item:hover .mask-bottom{
    height: 10px;
}
.car-box .choose-box .item:hover .mask-left{
    width: 10px;
}
.car-box .choose-box .item:hover .mask-right{
    width: 10px;
}

.car-box .slide-box{
    display: none;
}
.car-box .slide-box .item{
    background: #fff;
    text-align: center;
    position: relative;
    padding-top: 170px;
    overflow: hidden;
    display: none;
    padding-bottom: 100px;
}
.car-box .slide-box .item.active{
    display: block;
}
.car-box .slide-box .item.id{
    background: #99C0D8;
    padding-bottom: 0;
    padding-top: 0;
}
.car-box .slide-box .item .nav-bar{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    border-bottom: 1px solid rgba(0,30,80,.1);
    z-index: 2;
}
.car-box .slide-box .item.id .nav-bar{
    border-bottom: 1px solid rgba(255,255,255,.3);
}
.car-box .slide-box .item .nav-bar .type-box{
    display: inline-block;
    margin: 0 auto;
    height: 100%;
}
.car-box .slide-box .item .nav-bar .type-box .nav-item{
    display: inline-block;
    float: left;
    height: calc(100% - 2px);
    opacity: 0.7;
    position: relative;
    cursor: pointer;
    text-align: center;
    vertical-align: top;
    margin: 0 15px;
    min-width: 105px;
}
.car-box .slide-box .item .nav-bar .type-box .nav-item.active{
    opacity: 1;
    border-bottom: 2px solid #001E50;
    height: 100%;
}
.car-box .slide-box .item.id .nav-bar .type-box .nav-item.active{
    border-bottom: 2px solid #fff;
}
.car-box .slide-box .item .nav-bar .type-box .nav-item img{
    height: 46%;
    margin-top: 18px;
    /* transform: scale(0.9); */
}
.car-box .slide-box .item .nav-bar .type-box .nav-item.active img{
    transform: scale(1);
}
.car-box .slide-box .item .nav-bar .type-box .nav-item p{
    color:#001E50;
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    height: 35px;
    line-height: 35px;
    font-family: VWHead-Light2,HYQiHei-40S;
    font-size: 14px;
}
.car-box .slide-box .item.id .nav-bar .type-box .nav-item p{
    color:#fff;
}
.car-box .slide-box .item .nav-bar .type-box .nav-item.active p{
    font-family: VWHead-Bold,HYQiHei-80S;
}
.car-box .slide-box .item .nav-bar .close-icon{
    position: absolute;
    top: 50%;
    left: 3%;
    transform: translateY(-50%);
    cursor: pointer;
}
.car-box .slide-box .item .nav-bar .close-icon:hover{
    opacity: 0.9;
}
.car-box .slide-box .item .sub-nav{
    text-align: center;
    position: absolute;
    top: 120px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
}
.car-box .slide-box .item .sub-nav .sub-nav-item{
    color:#001E50;
    opacity: 0.7;
    font-family: HYQiHei-40S;
    display: inline-block;
    float: left;
    height: 40px;
    line-height: 40px;
    padding: 0 5px;
    margin: 0 5px;
    cursor: pointer;
    font-size: 12px;
    text-align: center;
    min-width: 40px;
}
.car-box .slide-box .item .sub-nav .sub-nav-item.active{
    opacity: 1;
    font-family: HYQiHei-80S;
}
.car-box .slide-box .item .swiper-container{
    position: relative;
    width: 100%;
    padding-top: 0%;
    padding-left: 32%;
    padding-right: 32%;
    overflow: visible;
    display: none;
    cursor: none;
}
.car-box .slide-box .item .swiper-container.active{
    display: block;
}
.car-box .slide-box .item.id .swiper-container{
    background: url(../img/home/id.png) center top no-repeat #99C0D8;
    background-size: 39% auto;
}
.car-box .slide-box .item .swiper-slide{
    position: relative;
}
.car-box .slide-box .item .swiper-slide .car-img{
    width: 130%;
    margin-left: -15%;
}
.car-box .slide-box .item .swiper-slide .text-box{
    color: #001E50;
    margin-bottom: 50px;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    margin-top: 0%;
}
.car-box .slide-box .item.id .swiper-slide .text-box{
    color: #fff;
}
.car-box .slide-box .item .swiper-slide.swiper-slide-active .text-box{
    opacity: 1;
}
.car-box .slide-box .item .swiper-slide .text-box h3{
    margin-bottom: 12px;
    font-size: 32px;
    font-family: VWHead-Bold,HYQiHei-80S;
}
.car-box .slide-box .item.id .swiper-slide .text-box h3{
    font-family: VWProduct;
    margin-bottom: 8px;
}
.car-box .slide-box .item .swiper-slide .text-box p{
    margin-bottom: 32px;
}
.car-box .slide-box .item .swiper-slide .text-box .btn-box{
    display: none;
}
.car-box .slide-box .btn-box a{
    margin: 0 10px;
}
.car-box .slide-box .item .left-box{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 12%;
    z-index: 2;
    cursor: pointer;
}
.car-box .slide-box .item .right-box{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 12%;
    z-index: 2;
    cursor: pointer;
}
.car-box .slide-box .item .left-box.swiper-button-disabled,.car-box .slide-box .item .right-box.swiper-button-disabled{
    display: none;
}

.full-img-box{
    position: relative;
}
.full-img-box img{
    width: 100%;
    display: block;
}
.full-img-box .img-mask{
    display: none;
}
.full-img-box .text-box{
    position: absolute;
    top: 80px;
    left: 7.8%;
    color: #fff;
}
.full-img-box .text-box h2 span.en{
    font-family: VWHead-Bold,HYQiHei-80S;
    margin-top: 0;
}
.full-img-box .text-box h2 span{
    display: inline-block;
    vertical-align: middle;
}

.service-box{
    padding: 120px 0% 60px 0%;
}
.service-box h4{
    margin-bottom: 16px;
    padding: 0 7.8%;
}
.service-box h1{
    margin-bottom: 116px;
    padding: 0 7.8%;
}
.service-box .scale-img-box{
    overflow: hidden;
}
.service-box .scale-img-box>a{
    cursor: none;
}
.service-box .scale-img-box-1{
    width: 62.7%;
    float: right;
    margin-bottom: 130px;
    margin-right: 7.8%;
}  
.service-box .scale-img-box-2{
    width: 41.1%;
    float: left;
    margin-left: 7.8%;
}  
.service-box .scale-img-box-3{
    width: 33.8%;
    float: right;
    margin-top: 26%;
    margin-right: 7.8%;
}   
.service-box .img-box{
    position: relative;
    overflow: hidden;
    width: 100%;
    cursor: none;
}
.service-box .img-box *{
    pointer-events: none;
}
.service-box .img-box a{
    display: inline-block;
    pointer-events: painted;
}
.service-box .scale-img-box img.pic{
    width: 100%;
    transition: all 0.3s;
    -webkit-animation: all 0.3s;
    /* transform: scale(1); */
}
.service-box .scale-img-box .img-box:hover img.pic{
    transform: scale(1.15) !important;
}
.service-box .scale-img-box .icon-img{
    position: absolute;
    width: 50px;
    opacity: 0;
    pointer-events: none;
    z-index: 3;
    transform: scale(0);
}
.service-box .scale-img-box .text-box{
    margin-top: 12px;
}
.service-box .scale-img-box .text-box h3{
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 32px;
}
.service-box .scale-img-box .text-box a{
    color: #000;
}
.service-box .scale-img-box .mask-top{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    transition: all 0.3s;
    -webkit-animation: all 0.3s;
    background: #fff;
}
.service-box .scale-img-box .mask-bottom{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    transition: all 0.3s;
    -webkit-animation: all 0.3s;
    background: #fff;
}
.service-box .scale-img-box .mask-left{
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    transition: all 0.3s;
    -webkit-animation: all 0.3s;
    background: #fff;
}
.service-box .scale-img-box .mask-right{
    position: absolute;
    top: 0;
    right: 0;
    width: 0%;
    height:100%;
    transition: all 0.3s;
    -webkit-animation: all 0.3s;
    background: #fff;
}
.service-box .scale-img-box .img-box:hover .mask-top{
    height: 10px;
}
.service-box .scale-img-box .img-box:hover .mask-bottom{
    height: 10px;
}
.service-box .scale-img-box .img-box:hover .mask-left{
    width: 10px;
}
.service-box .scale-img-box .img-box:hover .mask-right{
    width: 10px;
}

.brand-box>.text-box{
    padding: 0 7.8%;
    background: #fff;
    margin-bottom: 120px;
}

#parallax1{
    height: 100vh;
    overflow: hidden;
}
#parallax2{
    height: 100vh;
    overflow: hidden;
}
#parallax3{
    height: 100vh;
    overflow: hidden;
}
#parallax4{
    height: 100vh;
    overflow: hidden;
}
#parallax5{
    height: 100vh;
    overflow: hidden;
}
#parallax6{
    height: 100vh;
    overflow: hidden;
}
.parallax img{
    width: 100%;
    min-height: 110%;
    display: block;
    position: relative;
    transform: translateY(-10%);
    object-fit: cover;
    object-position: 50% 50%;
}

@media (max-width: 996px) {

    .banner .text-box{
        top: 120px;
        left: 0;
        width: 100%;
        padding: 0 8%;
    }
    .banner .text-box.down{
        bottom: 120px;
        left: 0;
    }
    .banner-swiper-prev{
        display: none;
    }
    .banner-swiper-next{
        display: none;
    }
    .banner .left-box{
        display: none;
    }
    .banner .right-box{
        display: none;
    }
    .banner .icon-box{
        display: none;
    }
    .banner video.pc{
        display: none;
    }
    .banner video.mb{
        display: block;
    }
    .banner .swiper-pagination{
        width: 100%;
    }

    .car-box{
        padding: 60px 0 0 0;
    }
    .car-box h4{
        margin-bottom: 12px;
        padding: 0 5.3%;
    }
    .car-box>.text-box{
        padding: 0 5.3%;
    }
    .car-box>.text-box h1{
        width: 100%;
        margin-bottom: 12px;
    }
    .car-box>.text-box p{
        float: none;
        width: 100%;
        max-width: none;
        font-size: 16px;
    }
    .car-box .choose-box{
        margin: 0;
        padding: 40px 5.3%;
    }
    .car-box .choose-box .item{
        width: 100%;
        margin: 0 0 20px 0;
        background: #001E50;
        color: #fff;
        padding: 20px 0;
    }
    .car-box .choose-box .item.id{
        background: #9BBED7;
    }
    .car-box .choose-box .item .mask-top{
        display: none;
    }
    .car-box .choose-box .item .mask-bottom{
        display: none;
    }
    .car-box .choose-box .item .mask-left{
        display: none;
    }
    .car-box .choose-box .item .mask-right{
        display: none;
    }
    .car-box .choose-box .item .car-img{
        margin-left: 25%;
        margin-top: 0;
    }
    .car-box .choose-box .item:hover .car-img{
        transform: scale(1);
    }
    .car-box .choose-box .item .icon{
        display: none !important;
    }
    .car-box .choose-box .item .title{
        padding:0 20px;
        font-size: 24px;
        margin-bottom: 4px;
        line-height: 32px;
    }
    .car-box .choose-box .item .title .en{
        font-size: 30px;
    }
    .car-box .choose-box .item p{
        padding:0 20px;
    }
    .car-box .choose-box .item a{
        color: #fff;
        margin-left: 20px;
    }
    .car-box .choose-box .item a svg path{
        stroke: #fff;
    }
    .car-box .slide-box .item{
        min-height: calc(100vh - 52px);
        padding-top: 25vh;
    }
    .car-box .slide-box .item .nav-bar{
        border-bottom: none;
        height: auto;
    }
    .car-box .slide-box .item .nav-bar .type-box .nav-item{
        margin: 0;
        height: auto;
        border-bottom: 2px solid rgba(0,30,80,.7);
        margin-top: 60px;
    }
    .car-box .slide-box .item.id .nav-bar .type-box .nav-item{
        border-bottom: 2px solid rgba(255,255,255,.7);
    }
    .car-box .slide-box .item.id .nav-bar{
        border-bottom: none;
    }
    .car-box .slide-box .item .nav-bar .type-box .nav-item.active{
        height: auto;
    }
    .car-box .slide-box .item .nav-bar .type-box .nav-item p{
        font-size: 13px;
        position: static;
    }
    .car-box .slide-box .item.id .swiper-slide .text-box h3 span.en{
        font-size: 40px;
    }
    .car-box .slide-box .item .swiper-slide .text-box h3 span.en{
        font-size: 32px;
    }
    .car-box .slide-box .item .nav-bar .type-box .nav-item img{
        width: 17.2vw;
        height: auto;
        margin-top: 0;
    }
    .car-box .slide-box .item .nav-bar .close-icon{
        left: 5.3%;
        top: 30px;
        transform: translate(0,0);
    }
    .car-box .slide-box .item .sub-nav{
        width: 100%;
        left: 0;
        transform: translate(0,0);
        top: 170px;
    }
    .car-box .slide-box .item .sub-nav .sub-nav-item{
        font-size: 12px;
        float:none;
        height: 35px;
        line-height: 35px;
        padding: 0;
        margin: 0 5px;
    }
    .car-box .slide-box .item .swiper-container{
        padding-left: 15%;
        padding-right: 15%;
        padding-top: 6%;
    }
    .car-box .slide-box .item.id .swiper-container{
        background-size: 78% auto;
    }
    .car-box .slide-box .item .swiper-slide .car-img{
        width: 115%;
        margin: 0 auto 35px auto;
        display: block;
        margin-left:-7.5%;
        transform: translate3d(0px, 0px, 0px) !important;
    }
    /* .car-box .slide-box .item .slide-wrapper-3 .swiper-slide .car-img{
        width: 90%;
        margin-left:5%;
    } */
    .car-box .slide-box .item .swiper-slide .text-box a{
        margin: 0 6px;
    }
    .car-box .slide-box .item .nav-bar .type-box .nav-item p{
        height: 30px;
        line-height: 30px;
    }
    .car-box .slide-box .item .swiper-slide .text-box{
        margin-left: -15vw;
        width: 100vw;
        padding: 0 15%;
        margin-top: 0;
    }
    .car-box .slide-box .item .swiper-slide .text-box .btn-box{
        position: absolute;
        bottom: 0;
        left: -15vw;
        width: 100vw;
        /* transform: translateX(-50%); */
    }
    .car-box .slide-box .item .left-box,.car-box .slide-box .item .right-box{
        display: none;
    }
    .car-box .slide-box .btn-box{
        width: 120%;
        margin-left: -10%;
    }

    .full-img-box .text-box{
        top: 64px;
        left: 5.3%;
        width: 89.4%;
    }
    .full-img-box .text-box h2{
        margin-bottom: 12px;
    }
    .full-img-box .img-mask{
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        transform: translate(0,0) !important;
    }
    .full-img-box .text-box h2 span.en{
        margin-top: 0;
    }

    .service-box{
        padding: 60px 5.3% 60px 5.3%;
    }
    .service-box h4{
        padding: 0;
    }
    .service-box h1{
        margin-bottom: 60px;
        padding: 0;
    }
    .service-box .scale-img-box{
        width: 100%;
        margin-bottom: 42px !important;
        margin-top: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .service-box .scale-img-box .mask{
        display: none;
    }
    .service-box .scale-img-box .text-box{
        margin-left: 0;
        margin-top: 20px;
    }
    .service-box .scale-img-box .text-box h3{
        font-size: 18px;
        margin-bottom: 16px;
    }
    .service-box .scale-img-box .icon-img{
        display: none !important;
    }
    .service-box .img-box a{
        display: block;
    }
    .service-box .scale-img-box img.pic{
        transition: none;
        -webkit-transition: none;
    }
    .service-box .scale-img-box-1 .img-box{
        height: auto;
    }
    .service-box .scale-img-box .mask-top{
        display: none;
    }
    .service-box .scale-img-box .mask-bottom{
        display: none;
    }
    .service-box .scale-img-box .mask-left{
        display: none;
    }
    .service-box .scale-img-box .mask-right{
        display: none;
    }

    .brand-box>.text-box{
        padding: 0 5.3%;
        margin-bottom: 60px;
    }

    #parallax1{
        height: 100vh;
    }
    #parallax2{
        height: 100vh;
    }
    #parallax3{
        height: 100vh;
    }
    #parallax4{
        height: 100vh;
    }
    #parallax5{
        height: 100vh;
    }
    #parallax6{
        height: 100vh;
    }
}


/*车型序列*/
.carBox{
    position: relative;
    width: 100%;
    display: block;
    background: #9BBED7;
}
.carBox .car-loading{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    text-align: center;
}
.carBox .car-loading .id{
    width: 98px;
    height: 41px;
    background: url(../img/id-icon.png) no-repeat;
    position: relative;
    margin-bottom: 10px;
}
.carBox .car-loading .id .pro{
    width: 100%;
    position: absolute;
    left: 0px;
    bottom:1px;
    height: 0%;
    background: url(../img/id-icon2.png) 1px bottom no-repeat;
}
.carAll{
    position: relative;
    opacity: 0;
}
.pcCar{
    position: relative;
}
.css-pcCar{
    width: 100%;height: 100%;object-fit: contain;margin: 0;display: block;
    cursor: grab;
}
.PCLeftBox{
    width: 10%;height: 100%;left: 0;top: 0;position: absolute;
    cursor: none;
}
.PCRightBox{
    width: 10%;height: 100%;right:0;top: 0;position: absolute;
    cursor: none;
}
.mobileBox{
    display: none;
}

.carBox .text-box{
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 13%;
    text-align: center;
    color: #fff;
    user-select: none;
    display: none;
}
.carBox .text-box h3{
    font-family: VWProduct;
    margin-bottom: 8px;
}
.carBox .text-box p{
    margin-bottom: 32px;
}
.carBox .PCLeftBox .icon{
    display: none;
}
.carBox .icon{
    position: absolute;
    top: 50%;
    right: 30%;
    cursor: pointer;
    z-index: 9;
    pointer-events: none;
    transform: scale(0.1);
    opacity: 0;
}
.carBox .text-box .btn-box a{
    margin: 0 10px;
}
.canvas_mask{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30%;
}
@media (max-width: 1300px) {
    .carBox .text-box{
        bottom: 8%;
    }
    .banner .pc{
        width: 100%;
        height: 100vh;
        position: relative;
        
    }
    .banner .mb{
        display: none;
    }
}


@media (max-width: 996px) {
    .carBox{
        display: none;
    }
    .mobileBox{
        display: block;
        position: relative;
        height: calc(100vh - 52px);
        background: #9BBED7;
    }
    .mobileBox .mobileCanvas{
        opacity: 0;
    }
    .mobileBox .car-loading{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        color: #fff;
        text-align: center;
    }
    .mobileBox .car-loading .id{
        width: 98px;
        height: 41px;
        background: url(../img/id-icon.png) no-repeat;
        position: relative;
        margin-bottom: 10px;
    }
    .mobileBox .car-loading .id .pro{
        width: 100%;
        position: absolute;
        left: 0px;
        bottom:1px;
        height: 0%;
        background: url(../img/id-icon2.png) 1px bottom no-repeat;
    }
    #mobileCarousel{
        width: 100%;
        height: auto;
        display: block;
        object-fit: contain;
        position: absolute;
        top: 50%;
        transform: translate(0,-50%);
        left: 0;
    }
    .PCLeftBox{
        position: absolute;width: 10%;height: 20%;top: 45%;left: 0;transform: translateY(-50%);
    }
    .PCRightBox{
        position: absolute;width: 10%;height: 20%;top: 45%;right: 0;transform: translateY(-50%);
    }
    .PCLeftBox .left-btn{
        display: none;
    }
    .PCLeftBox .left-btn,.PCRightBox .right-btn{
        position: absolute;
        top: 42%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

    .mobileBox .text-box{
        position: absolute;
        left: 0;
        width: 100%;
        bottom: 13%;
        text-align: center;
        color: #fff;
        user-select: none;
        display: none;
        padding:0 5.3%;
    }
    .mobileBox .text-box h3{
        font-family: VWProduct;
        margin-bottom: 8px;
       font-size: 32px;
       padding: 0 4%;
    }
    .mobileBox .text-box h3 span.en{
        font-size: 40px;
    }
    .mobileBox .text-box p{
        margin-bottom: 32px;
    }
    .mobileBox .text-box .btn-box a{
        margin: 0 10px;
    }
}