
/* 首页banner */
.index_banner{
    max-width: 19.2rem;
    margin: 0 auto;
    padding-top: 1rem;
}
.index_ban{
    /* height: 9.5rem; */

    height: 3.6rem;
    display: flex;
    align-items: center;
    position: relative;
}
.index_ban video{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* object-fit: cover; */
}
.index_ban .banner_img{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.index_ban .banner_txt{
    position: absolute;
    width: 15.2rem;

    /* top: 2.8rem; */

    top: 0.8rem;
    left: 50%;
    transform: translateX(-40%);
    opacity: 0;
    transition: 1s 0.5s;
}
.index_ban.swiper-slide-active .banner_txt{
    opacity: 1;
    transform: translateX(-50%);
}
.index_ban .banner_txt .banner_title1{
    font-weight: 500;
    font-size: 0.6rem;
    color: #FFFFFF;
    margin-bottom: 0.14rem;
}
.index_ban .banner_txt .banner_title2{
    font-weight: 400;
    font-size: 0.33rem;
    color: #FFFFFF;
    text-transform: uppercase;
}





.banner_Swiper .swiper-button-next::after,
.banner_Swiper .swiper-button-prev::after{
    display: none;
}
.banner_Swiper .swiper-button-next,
.banner_Swiper .swiper-button-prev{
    width: 0.5rem;
    height: 0.5rem;
    display: none;
}
.banner_Swiper .swiper-button-prev{
    background: url(../img/index_prev.png) center no-repeat;
    background-size: contain !important;
    left: 0.4rem;
}
.banner_Swiper .swiper-button-next{
    background: url(../img/index_next.png) center no-repeat;
    background-size: contain !important;
    right: 0.4rem;
}
.banner_Swiper .swiper-button-prev:hover{
    background: url(../img/index_prev2.png) center no-repeat;
    background-size: contain !important;
}
.banner_Swiper .swiper-button-next:hover{
    background: url(../img/index_next2.png) center no-repeat;
    background-size: contain !important;
}
.banner_Swiper .swiper-pagination{
    /* bottom: 0.48rem; */
    bottom: 0.1rem;
}
.banner_Swiper .swiper-pagination span{
    width: 0.1rem;
    height: 0.1rem;
    background: #FFFFFF;
    border-radius: 0.05rem;
    opacity: 0.5;
    margin: 0 0.1rem;
}
.banner_Swiper .swiper-pagination .swiper-pagination-bullet-active{
    width: 0.4rem;
    opacity: 1;
}






/* 内页banner */
.banner{
    max-width: 19.2rem;
    margin: 0 auto;
    padding-top: 1rem;
}
.banner .banner_bg{
    width: 100%;
    height: 5rem;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.banner .banner_bg::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* background: linear-gradient( 90deg, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.21) 57%, rgba(0,0,0,0) 100%); */
}
.banner .banner_bg .main{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.banner .banner_bg .banner_cn{
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 0.56rem;
    color: #FFFFFF;
    margin-top: 1.46rem;
    margin-bottom: 0.1rem;
    position: relative;
}
.banner .banner_bg .banner_en{
    font-family: MiSans, MiSans;
    font-weight: 600;
    font-size: 0.5rem;
    color: rgba(243,243,243,0);
    text-stroke: 0.01rem rgba(255,255,255,0.5);
    -webkit-text-stroke: 0.01rem rgba(255,255,255,0.5);
    -moz-text-stroke: 0.01rem rgba(255,255,255,0.5);
    -o-text-stroke: 0.01rem rgba(255,255,255,0.5);
    position: relative;
    text-transform: uppercase;
}



















