@charset "utf-8";
/* Css Document */

.bg{
    height: 0!important;
}

/* 字体 */
@font-face {
    font-family: "SourceHanSansCN-Bold";
    src: url("../font/SourceHanSansCN-Bold.otf");
}

/* 首页css */
.motorshow-box,
.motorshow-explore-box{
    width: 100%;
    height: 100vh;
    position: relative;
}
.motorshow-box{
    background: url(../images/bg-motorshow-box.jpg) no-repeat center center / cover;
}
.motorshow-box img,
.motorshow-explore-box img{
    display: block;
    width: 100%;
    height: auto;
}
.motorshow-logo{
    float: right;
    width: 12.5%;
    margin: 1% 1%;
    opacity: 0;
    pointer-events: none;
}

.motorshow-title h1{
    text-align: center;
    font-size: 100px;
    font-family: "SourceHanSansCN-Bold";
    font-weight: bold;
    color: #fff;
}
.motorshow-booth{
    padding: 50px 0;
}
.motorshow-booth-img{
    width: 40.05%;
    margin: 0 auto;
}

.motorshow-explore{
    width: 20.83%;
    margin: 0 auto;
    text-align: center;
    line-height: 2.22;
    background: url(../images/bg-motorshow-explore.png) no-repeat center center / 100% 100%;
    font-size: 36px;
    border-radius: 32px;
    color: #fff;
    text-shadow: 0 0 10px rgba(38,113,195,.5);
    box-shadow: 0 0 19px rgba(60,112,189,.5);
}

.motorshow-left-fix{
    width: 100px;
    position: absolute;
    top: 50%;
    left: 1%;
    transform: translateY(-50%);
}
.motorshow-news-social_media,
.motorshow-yqft-gqft{
    width: 100%;
    background: rgba(255,255,255,.8);
    border-radius: 5px;
}
.motorshow-news-social_media{
    margin-bottom: 15px;
}
.motorshow-news,.motorshow-social_media{
    width: 70px;
    padding: 15px;
}
.motorshow-news:hover,
.motorshow-social_media.active,
.motorshow-social_media:hover {
    background: rgba(255,255,255,.5);
    border-radius: 5px;
}
.motorshow-news-img,.motorshow-social_media-img{
    width: 37px;
    margin: 0 auto 10px;
}
.motorshow-social_media{
    position: relative;
}
.motorshow-news-img img{
    /* box-shadow: 0 0 10px rgba(38,113,195,.5); */
}
.motorshow-news-text,
.motorshow-social_media-text{
    text-align: center;
    font-size: 16px;
    /* text-shadow: 0 0 10px rgba(38,113,195,.5); */
}
.motorshow-news-text a{
    color: #1f1f1f;
}
.motorshow-social_media-text{
    color: #1f1f1f;
}
.motorshow-social_media-cont-box{
    width: 80px;
    padding: 20px 0;
    background: rgba(26,45,100,.5);
    position: absolute;
    top: -100%;
    left: 120%;
    display: none;
}
.motorshow-social_media-cont-box:before{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 10px solid rgba(26,45,100,.5);
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    top: 35%;
    left: -25%;
}
.motorshow-social_media-cont{
    width: 49px;
    margin: 0 auto 10px;
}
.motorshow-social_media-cont:first-child{
    position: relative;
}
.motorshow-social_media-cont-ewm{
    width: 400%;
    position: absolute;
    top: -170%;
    left: 100%;
    display: none;
}
.motorshow-social_media-cont:first-child:hover .motorshow-social_media-cont-ewm{
    display: block;
}
.motorshow-social_media-cont:last-child{
    margin-bottom: 0;
}

.motorshow-yqft,
.motorshow-gqft{
    width: 86px;
    margin: 0 auto;
    padding: 20px 0 ;
}
.motorshow-yqft{
    border-bottom: 1px solid rgba(102,102,102,.2);
}

.motorshow-review{
    width: 11.97%;
    position: absolute;
    right: 2%;
    bottom: 10%;
}
.motorshow-review-img-box{
    padding: 5px;
    background: rgba(255,255,255,.8);
    /* background: rgba(90,157,239,.8); */
    margin-bottom: 10px;
}
.motorshow-review-img{
    width: 100%;
    position: relative;
}
.motorshow-review-img-btn{
    width: 28%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.motorshow-review-text{
    text-align: center;
    font-size: 16px;
    text-shadow: 0 0 10px rgba(38,113,195,.5);
    color: #fff;
}


/* 弹窗页面 */
.motorshow-explore-box{
    background: url(../images/bg-motorshow-explore-box.jpg) no-repeat center center / 100% 100%;
    display: none;
}
.motorshow-explore-box .motorshow-logo-box{
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    /* z-index: 1; */
}
.motorshow-explore-box .motorshow-logo{
    width: 8%;
    opacity: 0;
    pointer-events: none;
}
.motorshow-explore-video-box{
    width: 100%;
    height: 100vh;
    position: relative;
}
.motorshow-explore-video-box video{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.motorshow-explore-video-end-bg-box,
.motorshow-explore-video-end-bg-img{
    width: 100%;
    height: 100%;
}
.motorshow-explore-video-end-bg-box{
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.motorshow-explore-video-end-bg-img{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.motorshow-explore-fixcont,
.motorshow-explore-popup-box{
    width: 80%;
    /* width: 89.58%; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.motorshow-explore-fixcont-bg,
.motorshow-explore-popup-img{
    width: 100%;
}
.motorshow-explore-fixcont-inner,
.motorshow-explore-popup-inner{
    width: 98.25%;
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
}
.motorshow-explore-fixcont-top,
.motorshow-explore-fixcont-bottom{
    position: relative;
}
.motorshow-explore-fixcont-top,
.motorshow-explore-fixcont-top-bg,
.motorshow-explore-fixcont-bottom-bg{
    width: 100%;
}
.motorshow-explore-fixcont-top-inner,
.motorshow-explore-fixcont-bottom-inner{
    position: absolute;
    top: 50%;
}
.motorshow-explore-fixcont-top-inner,
.motorshow-explore-fixcont-bottom{
    width: 99.2%;
}
.motorshow-explore-fixcont-top-inner{
    right: 0;
    transform: translateY(-50%);
}

.motorshow-explore-fixcont-top-cont{
    width: 100%;
}
.motorshow-explore-fixcont-top-bz .motorshow-explore-fixcont-top-cont-inner,
.motorshow-explore-fixcont-top-space .motorshow-explore-fixcont-top-cont-inner,
.motorshow-explore-fixcont-top-electrification .motorshow-explore-fixcont-top-cont-inner,
.motorshow-explore-fixcont-top-welcab .motorshow-explore-fixcont-top-cont-inner,
.motorshow-explore-fixcont-top-gr .motorshow-explore-fixcont-top-cont-inner{
    margin: 0 auto;
}
.motorshow-explore-fixcont-top-bz .motorshow-explore-fixcont-top-cont-inner,
.motorshow-explore-fixcont-top-space .motorshow-explore-fixcont-top-cont-inner,
.motorshow-explore-fixcont-top-electrification .motorshow-explore-fixcont-top-cont-inner{
    width: 84.67%;
}

.motorshow-explore-fixcont-top-bz-list-box{
    float: left;
    width: 31.76%;
    margin-right: 2.35%;
    margin-bottom: 4%;
}
.motorshow-explore-fixcont-top-bz-list-box:nth-child(3n){
    margin-right: 0;
}
.motorshow-explore-fixcont-top-bz-list-box:nth-child(4),
.motorshow-explore-fixcont-top-bz-list-box:nth-child(5){
    margin-bottom: 0;
}
.motorshow-explore-fixcont-top-space .motorshow-explore-fixcont-top-bz-list-box:first-child,
.motorshow-explore-fixcont-top-bz-list-box:nth-child(4){
    margin-left: 17%;
}
.motorshow-explore-fixcont-top-bz-list-img{
    margin-bottom: 10px;
}
.motorshow-explore-fixcont-top-bz-list-text h2{
    text-align: center;
    font-size: 22px;
    color: #fff;
}
.motorshow-explore-fixcont-top-bz-list-text h2 a{
    color: #fff;
}
.isVideo{
    position: relative;
}
.isVideo .video-btn{
    width: 20%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.motorshow-explore-fixcont-top-welcab .motorshow-explore-fixcont-top-cont-inner,
.motorshow-explore-fixcont-top-gr .motorshow-explore-fixcont-top-cont-inner{
    width: 96.42%;
}
.motorshow-explore-fixcont-top-bz-list-big-box{
    float: left;
    width: 32.52%;
    margin-right: 1.2%;
    margin-bottom: 3%;
}
.motorshow-explore-fixcont-top-gr .motorshow-explore-fixcont-top-bz-list-big-box{
    margin-right: 2.09%;
}
.motorshow-explore-fixcont-top-bz-list-big-box:nth-child(3n){
    margin-right: 0;
}
.motorshow-explore-fixcont-top-cont-inner-bottom{
    width: 87.81%;
    margin: 0 auto;
}
.motorshow-explore-fixcont-top-welcab .motorshow-explore-fixcont-top-cont-inner-bottom .motorshow-explore-fixcont-top-bz-list-box,
.motorshow-explore-fixcont-top-gr .motorshow-explore-fixcont-top-cont-inner-bottom .motorshow-explore-fixcont-top-bz-list-box{
    margin-bottom: 0;
}
.motorshow-explore-fixcont-top-welcab .motorshow-explore-fixcont-top-cont-inner-bottom .motorshow-explore-fixcont-top-bz-list-box:first-child{
    margin-left: 17%;
}
.motorshow-explore-fixcont-top-gr .motorshow-explore-fixcont-top-cont-inner-top .motorshow-explore-fixcont-top-bz-list-big-box:first-child{
    margin-left: 16%;
}


.motorshow-explore-fixcont-bottom{
    float: right;
}
.motorshow-explore-fixcont-bottom-inner{
    width: 95.82%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.motorshow-explore-fixcont-bottom-btn{
    float: left;
    line-height: 2.57;
    padding-bottom: 9px;
    margin-right: 1.86%;
    cursor: pointer;
}
.motorshow-explore-fixcont-bottom-btn:last-child{
    margin-right: 0;
}
.motorshow-explore-fixcont-bottom-btn h2{
    font-size: 22px;
    color: #fff;
    text-indent: 1em;
}
.motorshow-explore-fixcont-bottom-btn h2 a{
    color: #fff;
}
.motorshow-explore-fixcont-bottom-btn-bz{
    width: 16.98%;
    background: url(../images/icon-right-arrow.png) no-repeat 90% 38% / 28px auto,url(../images/bg-motorshow-explore-fixcont-bottom-btn-bz.png) no-repeat center center / 100% 100%;
}
.motorshow-explore-fixcont-bottom-btn-space{
    width: 14.49%;
    background: url(../images/icon-right-arrow.png) no-repeat 90% 38% / 28px auto,url(../images/bg-motorshow-explore-fixcont-bottom-btn-space.png) no-repeat center center / 100% 100%;
}
.motorshow-explore-fixcont-bottom-btn-electrification{
    width: 16.98%;
    background: url(../images/icon-right-arrow.png) no-repeat 90% 38% / 28px auto,url(../images/bg-motorshow-explore-fixcont-bottom-btn-electrification.png) no-repeat center center / 100% 100%;
}
.motorshow-explore-fixcont-bottom-btn-welcab{
    width: 18.23%;
    background: url(../images/icon-right-arrow.png) no-repeat 90% 38% / 28px auto,url(../images/bg-motorshow-explore-fixcont-bottom-btn-welcab.png) no-repeat center center / 100% 100%;
}
.motorshow-explore-fixcont-bottom-btn-gr{
    width: 12%;
    background: url(../images/icon-right-arrow.png) no-repeat 90% 38% / 28px auto,url(../images/bg-motorshow-explore-fixcont-bottom-btn-gr.png) no-repeat center center / 100% 100%;
}
.motorshow-explore-fixcont-bottom-btn-index{
    width: 12%;
    background: url(../images/icon-right-arrow.png) no-repeat 90% 38% / 28px auto,url(../images/bg-motorshow-explore-fixcont-bottom-btn-index.png) no-repeat center center / 100% 100%;
}
.motorshow-explore-fixcont-bottom-btn-index a{
    display: block;
}


.motorshow-explore-popup-box{
    display: none;
}
.motorshow-explore-popup-cont-box{
    width: 85.20%;
    margin: 0 auto;
    position: relative;
    transform: translateY(11%);
}
.motorshow-explore-popup-cont-bz-box,
.motorshow-explore-popup-cont-gr-box{
    padding-bottom: 2%;
}
.motorshow-explore-popup-cont-gr-box,
.motorshow-explore-popup-cont-wonderful-moment-box{
    background: #d3dcec;
}

.motorshow-explore-popup-cont-wonderful-moment-bz-box,
.motorshow-explore-popup-cont-bz-box{
    background: url(../images/popup/bg-motorshow-explore-popup-cont-bz-box.jpg) no-repeat center center / cover;
}
.motorshow-explore-popup-cont-bz-box{
    transform: translateY(8%);
}
.motorshow-explore-popup-cont-gr-box{
    transform: translateY(10%);
}
.motorshow-explore-popup-cont-wonderful-moment-box{
    padding-bottom: 5%;
}
.motorshow-explore-popup-close{
    width: 3%;
    position: absolute;
    right: -4%;
    top: 0;
}
.motorshow-explore-popup-cont-box-inner{
    width: 95.13%;
    margin: 0 auto;
}
.motorshow-explore-popup-cont-title{
    font-size: 42px;
    color: #1f1f1f;
    padding: 45px 0;
}
.motorshow-explore-popup-cont-wonderful-moment-bz-box .motorshow-explore-popup-cont-title,
.motorshow-explore-popup-cont-bz-box .motorshow-explore-popup-cont-title{
    color: #fff;
}
.motorshow-explore-popup-cont-bz-box .motorshow-explore-popup-cont-title{
    font-weight: bold;
}
.motorshow-explore-popup-cont-figure{
    width: 100%;
    position: relative;
}
.motorshow-explore-popup-cont-wonderful-moment-figure-swiper,
.motorshow-explore-popup-cont-figure-bz-swiper{
    width: 100%;
    margin-bottom: 40px;
}
.motorshow-explore-popup-cont-figure-swiper-img{
    border-radius: 5px;
    overflow: hidden;
}
.motorshow-explore-popup-cont-wonderful-moment-figure-scrollbar,
.motorshow-explore-popup-cont-figure-bz-scrollbar{
    width: 41.16%;
    margin: 0 auto;
    height: 10px;
    background: rgba(0,0,0,.2);
    border-radius: 0;
}
.motorshow-explore-popup-cont-wonderful-moment-figure-scrollbar .swiper-scrollbar-drag{
    height: 100%;
    background: #7291ca;
    border-radius: 0;
}
.motorshow-explore-popup-cont-wonderful-moment-figure-bz-scrollbar .swiper-scrollbar-drag,
.motorshow-explore-popup-cont-figure-bz-scrollbar .swiper-scrollbar-drag{
    height: 100%;
    background: #fff;
    border-radius: 0;
}

.motorshow-explore-popup-cont-bz-box .motorshow-explore-popup-cont-figure{
    margin-bottom: 40px;
}
.motorshow-explore-popup-cont-figure-gr-img{
    float: left;
    width: 45.18%;
}
.motorshow-explore-popup-cont-gr-text-box{
    float: right;
    width: 51.67%;
    position: relative;
}
.motorshow-explore-popup-cont-gr-text p{
    line-height: 1.55;
    font-size: 18px;
    color: #000;
    margin-bottom: 30px;
}
/* .motorshow-explore-popup-cont-gr-text p:last-child{
    margin-bottom: 0;
} */


.motorshow-explore-popup-cont-btn{
    float: right;
    width: 152px;
    line-height: 2.66;
    text-align: center;
    font-size: 18px;
}
.motorshow-explore-popup-cont-bz-btn-box .motorshow-explore-popup-cont-btn{
    background: url(../images/popup/bg-more-white.png) no-repeat center center / 100% 100%;
}
.motorshow-explore-popup-cont-bz-btn-box .motorshow-explore-popup-cont-btn a{
    color: #fff;
}
.motorshow-explore-popup-cont-gr-btn-box{
    position: absolute;
    bottom: 0;
    right: 0;
}
.motorshow-explore-popup-cont-gr-btn-box .motorshow-explore-popup-cont-btn{
    /* margin-top: 30px; */
    background: url(../images/popup/bg-more-black.png) no-repeat center center / 100% 100%;
}
.motorshow-explore-popup-cont-gr-btn-box .motorshow-explore-popup-cont-btn a{
    color: #1f1f1f;
}


@media screen and (min-width:1950px){
    .motorshow-booth{
        padding: 5% 0;
    }
}
@media screen and (max-width:1680px){
    .motorshow-title h1{
        font-size: 50px;
    }
    .motorshow-booth{
        padding: 25px 0;
    }
    .motorshow-explore{
        font-size: 18px;
    }
    .motorshow-left-fix{
        width: 80px;
    }
    .motorshow-news, .motorshow-social_media{
        width: 50px;
    }
    .motorshow-news-text, .motorshow-social_media-text{
        font-size: 12px;
    }
    .motorshow-yqft, .motorshow-gqft{
        width: 60px;
    }
    .motorshow-review-text{
        font-size: 12px;
    }


    .motorshow-explore-fixcont-top-bz-list-text h2{
        font-size: 16px;
    }
    .motorshow-explore-fixcont-bottom-btn{
        padding-bottom: 4px;
    }
    .motorshow-explore-fixcont-bottom-btn-bz{
        background: url(../images/icon-right-arrow.png) no-repeat 90% 38% / 16px auto,url(../images/bg-motorshow-explore-fixcont-bottom-btn-bz.png) no-repeat center center / 100% 100%;
    }
    .motorshow-explore-fixcont-bottom-btn-space{
        background: url(../images/icon-right-arrow.png) no-repeat 90% 38% / 16px auto,url(../images/bg-motorshow-explore-fixcont-bottom-btn-space.png) no-repeat center center / 100% 100%;
    }
    .motorshow-explore-fixcont-bottom-btn-electrification{
        background: url(../images/icon-right-arrow.png) no-repeat 90% 38% / 16px auto,url(../images/bg-motorshow-explore-fixcont-bottom-btn-electrification.png) no-repeat center center / 100% 100%;
    }
    .motorshow-explore-fixcont-bottom-btn-welcab{
        background: url(../images/icon-right-arrow.png) no-repeat 90% 38% / 16px auto,url(../images/bg-motorshow-explore-fixcont-bottom-btn-welcab.png) no-repeat center center / 100% 100%;
    }
    .motorshow-explore-fixcont-bottom-btn-gr{
        background: url(../images/icon-right-arrow.png) no-repeat 90% 38% / 16px auto,url(../images/bg-motorshow-explore-fixcont-bottom-btn-gr.png) no-repeat center center / 100% 100%;
    }
    .motorshow-explore-fixcont-bottom-btn-index{
        background: url(../images/icon-right-arrow.png) no-repeat 90% 38% / 16px auto,url(../images/bg-motorshow-explore-fixcont-bottom-btn-index.png) no-repeat center center / 100% 100%;
    }
    .motorshow-explore-fixcont-bottom-btn h2{
        font-size: 14px;
    }


    .motorshow-explore-popup-cont-title{
        font-size: 24px;
        padding: 22px 0;
    }
    .motorshow-explore-popup-cont-gr-text p{
        font-size: 12px;
        margin-bottom: 20px;
    }
    .motorshow-explore-popup-cont-btn{
        width: 120px;
        font-size: 14px;
    }
}

@media screen and (max-width:1280px){
    .motorshow-explore-fixcont-top-bz-list-text h2{
        font-size: 14px;
    }
}












