.live_ewm{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .74);
    left: 0;
    top: 0;
    z-index: 99;
}
.live_con{
    position: absolute;
    max-width: 9.00rem;
    left: 50%;
    margin-left: -4.50rem;
    top: 5%;
    height: 90%;
    border: .06rem solid #a7191e;
    background-color: #c6c6c6;
}
.scroll_box{
    height: 100%;
    overflow: auto;
}
.live_ewm .close{
    position: absolute;
    top: .30rem;
    right: .30rem;
    width: .46rem;
    height: .46rem;
    background: url(../images/close.png) center no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    z-index: 3;
}


.open_btn{
    position: fixed;
    right: .20rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 98;
    color: #fff;
    font-size: .24rem;
    margin: 0 .15rem;
    width: 2.00rem;
    text-align: center;
    box-sizing: content-box;
    border: 1px solid #a7191e;
    background-color: #a7191e;
}
.open_btn:hover{
    color: #fff;
}


img{
    display: block;
    max-width: 100%;
}

body{
    background-color: #0f1217;
}

.banner{
    position: relative;
}
.banner a{
    position: absolute;
    top: .50rem;
    left: .48rem;
}
.banner .logo{
    width: 1.75rem;
    height: .55rem;
}
.banner .back{
    left: auto;
    right: .48rem;
    font-size: .18rem;
    color: #fff;
}
.douyin_ewm{
    position: absolute;
    width: 2.60rem;
    bottom: 0.10rem;
    right: .80rem;
}

/* sec2 */
.sec2{
    background: url(../images/sec2_bg.jpg) center no-repeat;
    background-size: auto 100%;
    height: 11.15rem;
}
.sec2 ul{
    width: 13.40rem;
    margin: 0 auto;
}
.sec2 li{
    margin-bottom: .40rem;
    display: flex;
    justify-content: space-between;
}
.sec2 li:last-child{
    margin-bottom: 0;
}

.sec2 li .car_img{
    width: 7.60rem;
    position: relative;
}
.sec2 li .car_img img{
    width: 10.54rem;
    position: relative;
    left: -2.00rem;
    max-width: inherit;
}
.sec2 li .btn{
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}
.sec2 li .btn a{
    display: inline-block;
    color: #fff;
    font-size: .24rem;
    margin: 0 .15rem;
    width: 1.88rem;
    height: .54rem;
    text-align: center;
    border: 1px solid #fff;
    line-height: .54rem;
    box-sizing: content-box;
}
.sec2 li .btn a.red{
    background-color: #a7191e;
    border-color: #a7191e;
}
.sec2 li .car_txt{
    width: 5.30rem;
    text-align: center;
    padding-top: 1.50rem;
}
.sec2 li .car_txt img{
    width: 6.26rem;
    margin: 0 auto .25rem;
}
.sec2 li .car_txt p{
    font-size: .18rem;
    line-height: 1.66;
    color: #fff;
}

.sec2 li.car2_box{
    flex-direction: row-reverse;
}
.sec2 li.car2_box .car_img img{
    width: 12.09rem;
    left: -2.20rem;
}
.sec2 li.car2_box .car_txt{
    padding-top: 1.10rem;
}
.sec2 li.car2_box .car_txt img{
    width: 5.88rem;
}



/* sec4 */
.sec4{
    background: url(../images/sec4_bg.jpg) center no-repeat;
    background-size: auto 100%;
    height: 10.42rem;
    position: relative;
    padding-top: 1.75rem;
}
.view_car{
    position: absolute;
    top: 1.40rem;
    right: 3.26rem;
    z-index: 9;
    display: flex;
}
.view_car .car_tit{
    height: .56rem;
    display: flex;
    align-items: center;
}
.view_car .car_tit img{
    display: none;
    max-height: .48rem;
}
.view_car a{
    margin-left: .20rem;
    display: block;
    width: 2.20rem;
    height: .56rem;
    line-height: .56rem;
    text-align: center;
    color: #fff;
    font-size: .24rem;
    background-color: #a7191e;
}
.view_car:hover{
    color: #fff;
}
.view_car i{
    margin-left: .08rem;
    vertical-align: middle;
    width: .34rem;
    height: .34rem;
    display: inline-block;
    background: url(../images/icon_add.png) no-repeat;
    background-size: 100% 100%;
    vertical-align: sub;
}
.car-swiper{
    position: relative;
    height: 100%;
}
.car-swiper .swiper-wrapper{
    align-items: center;
}
.car-swiper .swiper-slide{
    height: auto;
    /* display: flex;
    justify-content: center; */
}
.car-swiper .swiper-slide p{
    font-size: .18rem;
    color: #fff;
    padding-top: .20rem;
    text-align: center;
}
.car-swiper .swiper-slide img{
    /* transform: scale(.8); */
    width: 3.70rem;
    margin: 0 auto;
    max-width: inherit;
    transition: width .3s ease;
    flex-shrink: 0;
}
.car-swiper .swiper-slide.swiper-slide-active img{
    /* transform: scale(1); */
    width: 5.85rem;
    margin-left: calc(50% - 2.925rem);
}

.car-swiper .swiper_btn{
    position: absolute;
    bottom: 1.40rem;
    text-align: center;
    width: 100%;
    z-index: 2;
}
.car-swiper .swiper_btn span{
    display: inline-block;
    margin: 0 .08rem;
    width: 1.82rem;
    height: .76rem;
    line-height: .78rem;
    box-sizing: content-box;
    border: 1px solid #fff;
    cursor: pointer;
    background: url(../images/icon_l.png) center no-repeat;
    background-size: auto .38rem;
}
.car-swiper .swiper_btn span.swiper_r{
    background-color: #a7191e;
    border-color: #a7191e;
    background-image: url(../images/icon_r.png);
}

/* sec5 */
.sec5{
    background: url(../images/sec5_bg.jpg) center no-repeat;
    background-size: auto 100%;
    height: 11.97rem;
    padding-top: 2.46rem;
}
.sec5 .con{
    width: 13.40rem;
    margin: 0 auto;
    position: relative;
}
.sec5 .con .swiper_btn span{
    cursor: pointer;
    width: .70rem;
    height: .70rem;
    background: url(../images/icon_l.png) center no-repeat;
    background-size: auto 100%;
    position: absolute;
    left: -1.30rem;
    top: 50%;
    margin-top: -.35rem;
}
.sec5 .con .swiper_btn span.swiper_r{
    left: auto;
    right: -1.30rem;
    background-image: url(../images/icon_r_red.png);
}


/* sec6 */
.sec6{
    background: url(../images/sec6_bg.jpg) center no-repeat;
    background-size: auto 100%;
    height: 12.77rem;
    padding-top: 2.58rem;
}
.sec6 .con{
    width: 13.40rem;
    margin: 0 auto;
}
.news_main{
    display: flex;
    background-color: #fff;
    align-items: center;
    margin-bottom: .44rem;
}
.news_main .news_img{
    width: 7.40rem;
}
.news_main .news_img img{
    max-width: inherit;
    width: 100%;
}
.news_main .news_txt{
    width: 6.00rem;
    padding: .20rem .50rem .20rem .35rem;
    color: #000;
}
.news_main .news_txt .time{
    font-size: .18rem;
    font-weight: bolder;
    display: block;
    margin-bottom: .75rem;
    color: #a7191e;
}
.news_main .news_txt .time strong{
    font-size: .44rem;
    padding-right: .08rem;
}
.news_main .news_txt h6{
    font-size: .32rem;
    line-height: 1.3;
    padding-bottom: .32rem;
    position: relative;
    margin-bottom: .30rem;
    white-space: inherit;
}
.news_main .news_txt h6::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: .70rem;
    height: .04rem;
    background: #a7191e;
    transition: width .3s ease;
}
.news_main:hover .news_txt h6::after{
    width: 1.30rem;
}
.news_main .news_txt .art{
    font-size: .16rem;
    line-height: 1.8;
}
.news_list{
    position: relative;
    /* display: flex;
    justify-content: space-between; */
}
.news_two{
    display: flex;
}
.news_two a{
    width: 6.10rem;
    margin-right: .22rem;
}
.news_two a:last-child{
    margin-right: 0;
}
.news_list .swiper-container{
    flex: 1;
}
.news_list .swiper-slide{
    display: block;
    /* padding-right: .22rem; */
}
.news_list .swiper-slide .news_txt{
    background-color: #fff;
    padding: .19rem .30rem;
    font-size: .22rem;
    line-height: 1;
    font-weight: bolder;
}
.news_list .swiper-slide .news_txt .time{
    color: #a7191e;
}
.news_list .swiper-slide .news_main .news_txt p{
    padding-left: 0;
    display: block;
}
.news_list .swiper-slide .news_two .news_txt span{
    float: left;
}
.news_list .swiper-slide .news_two .news_txt p{
    /* padding-left: .25rem; */
    color: #000;
    margin-left: 1.10rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.news_list .news_swiper_btn{
    z-index: 9;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 3.78rem;
    width: .78rem;
    margin-left: .22rem;

    height: 4.40rem;
}
.news_list .news_swiper_btn span{
    cursor: pointer;
    display: block;
    height: 1.84rem;
    height: calc(50% - .025rem);
    width: 100%;
    border: 1px solid #fff;
    background: url(../images/icon_l.png) center no-repeat;
    background-size: .30rem auto;
    margin-bottom: .05rem;
}
.news_list .news_swiper_btn span.swiper_r{
    background-image: url(../images/icon_r.png);
    background-color: #a7191e;
    border-color: #a7191e;
    margin-bottom: 0;
}

/* sec7 */
.sec7{
    background: url(../images/sec7_bg.jpg) center no-repeat;
    background-size: auto 100%;
    height: 8.89rem;
}


.footer{
    padding: .08rem .10rem;
    background-color: #a7191e;
    text-align: center;
    color: #fff;
    font-size: .14rem;
}


/*  */
.car_parameters{
    position: fixed;
    background-color: rgba(0, 0, 0, .74);
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
    z-index: 99;
    display: none;
}
.car_parameters .tit{
    height: 1.24rem;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}
.content{
    height: 100%;
    padding-top: 1.24rem;
    overflow: auto;
}
.car_parameters .item{
    display: none;
}
.car_parameters .item, .car_parameters .list{
    height: 100%;
}
.car_parameters .con{
    position: absolute;
    width: 11.90rem;
    height: 90%;
    top: 5%;
    left: 50%;
    margin-left: -5.95rem;
    border: .06rem solid #a7191e;
    background-color: #c6c6c6;
}
.car_parameters .close{
    position: absolute;
    top: .30rem;
    right: .30rem;
    width: .46rem;
    height: .46rem;
    background: url(../images/close.png) center no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    z-index: 3;
}
.swiper_box{
    position: relative;
}
.swiper_box .swiper-button-next,
.swiper_box .swiper-button-prev{
    top: auto;
    margin-top: 0;
    bottom: .50rem;
}
.swiper_box .swiper-button-prev,
.swiper_box .swiper-container-rtl .swiper-button-next{
    left: .45rem;
}
.swiper_box .swiper-button-next,
.swiper_box .swiper-container-rtl .swiper-button-prev{
    right: .45rem;
}

.gallery-thumbs{
    margin: .30rem;
}
.gallery-thumbs .swiper-slide{
    background-color: #000;
}
.gallery-thumbs .swiper-slide img{
    opacity: .8;
}
.gallery-thumbs .swiper-slide.swiper-slide-thumb-active img{
    opacity: 1;
}


@media screen and (max-width: 750px) {
.douyin_ewm{
    width: 1.80rem;
    right: auto;
    left: .50rem;
    bottom: 1.00rem;
}
.live_con{
    width: 95%;
    left: 2.5%;
    margin-left: 0;
}
.open_btn{
    width: 1.50rem;
}

body{
    overflow-x: hidden;
}

.sec2{
    background-image: url(../images/mob/sec2_bg.jpg);
    background-size: 100%;
    height: 15.68rem;
}
.sec4{
    background-image: url(../images/mob/sec4_bg.jpg);
    background-size: 100%;
    height: 12.34rem;
}
.sec5{
    background-image: url(../images/mob/sec5_bg.jpg);
    background-size: 100%;
    height: 10.54rem;
}
.sec6{
    background-image: url(../images/mob/sec6_bg.jpg);
    background-size: 100%;
    height: 13.51rem;
}
.sec7{
    /* background-image: url(../images/mob/sec7_bg.jpg);
    background-size: 100%;
    height: 10.75rem; */
    height: auto;
    background: none;
}


.sec2 ul{
    width: 100%;
}
.sec2 li{
    padding-top: .60rem;
    display: block;
    margin-bottom: .80rem;
}
.sec2 li .car_img{
    width: 100%;
    overflow: hidden;
}
.sec2 li .car_img img{
    width: 110%;
    left: -5%;
}
.sec2 li .car_txt{
    padding-top: 0;
    width: 100%;
    margin-top: -.20rem;
}
.sec2 li .car_txt img{
    width: 4.90rem;
}
.sec2 li .btn{
    padding-top: .60rem;
    position: static;
}

.sec2 li.car2_box .car_img img{
    width: 120%;
    left: -10%;
}
.sec2 li.car2_box .car_txt{
    padding-top: 0;
    margin-top: -.40rem;
}
.sec2 li.car2_box .car_txt img{
    width: 5.05rem;
}


.sec4{
    padding-top: 1.25rem;
}
.view_car{
    width: 100%;
    left: 0;
    right: 0;
    justify-content: center;
    top: 2.40rem;
}
.view_car .car_tit{
    width: 2.60rem;
    justify-content: center;
}
.car-swiper .swiper_btn{
    bottom: 2.6rem;
}



.sec5{
    padding-top: 1.80rem;
}
.sec5 .con{
    width: 6.80rem;
}
.sec5 .con .swiper_btn{
    padding-top: .90rem;
    text-align: center;
}
.sec5 .con .swiper_btn span, .news_list .news_swiper_btn span{
    position: static;
    display: inline-block;
    margin: 0 .08rem;
    width: 1.82rem;
    height: .76rem;
    line-height: .78rem;
    box-sizing: content-box;
    border: 1px solid #fff;
    cursor: pointer;
    background: url(../images/icon_l.png) center no-repeat;
    background-size: auto .38rem;
}
.sec5 .con .swiper_btn span.swiper_r, .news_list .news_swiper_btn span.swiper_r{
    background-color: #a7191e;
    border-color: #a7191e;
    background-image: url(../images/icon_r.png);
}



.sec6 .con{
    width: 6.40rem;
}
.news_list{
    display: block;
}
.news_list .swiper-slide{
    height: auto;
}
.news_list .swiper-slide .news_txt{
    width: 100%;
    padding: .27rem .35rem .45rem;
}
.news_list .swiper-slide .news_txt .time{
    margin-bottom: .52rem;
}
.news_main .news_img{
    width: 100%;
}
.news_list .swiper-slide .news_txt p{
    padding-left: 0;
}
.news_list .news_swiper_btn{
    text-align: center;
    width: 100%;
    padding-top: .88rem;
    position: static;
    height: auto;
    margin-left: 0;
}


.footer{
    font-size: .14rem;
    line-height: 1.3;
}


.car_parameters .con{
    width: 95%;
    left: 2.5%;
    margin-left: 0;
}
.car_parameters .close{
    right: .10rem;
    top: .10rem;
}

/* .table_box{
    overflow: auto;
}
.table_box img{
    width: 980px;
    max-width: inherit;
} */


}