/* 首页banner start*/
.banner {
    width: 100%;
    background: #ffffff;
}
.banner .swiper-slide {
    position: relative;
    overflow: hidden;
    height: 100%;
}
.banner .swiper-slide .video-box {
    width: 100%;
    padding-bottom: 40%;
    position: relative;
    overflow: hidden;
}
.banner .swiper-slide .video-box video {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.banner .bg-box {
    position: relative;
    z-index: 1;
}
.banner .bg-box .img-box {
    padding-bottom: 40%;
    position: relative;
}
.banner .bg-box .img-box picture img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}
.banner .imgshow img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.banner .banner-content {
    position: absolute;
    left: 0;
    top: 0%;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
    flex-direction: column;
    line-height: 1;
}
.banner .banner-content .bg-1 {
    background-color: rgba(170, 80, 61, 0.8);
    letter-spacing: 5px;
    padding: 20px 40px;
    border-radius: 50px;
}
.banner .banner-content b {
    font-weight: bold;
}
.banner .banner-content .p1 {
    opacity: 0.5;
    letter-spacing: 10px;
    text-transform: capitalize;
}
.swiper-slide .banner-content {
    transform: translateY(200px);
    opacity: 0;
    transition: all 0.9s;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 3vw;
}

.swiper-slide-active .banner-content {
    transform: translateY(0);
    opacity: 1;
}
.swiper-slide .banner-content .mb-text {
    display: none;
}
.swiper-slide .banner-content .a0 {
    transform: scale(0);
    opacity: 0;
    transition: all 0.9s;
}
.swiper-slide .banner-content .a0.img0 {
    transition-delay: 0.3s;
}
.swiper-slide .banner-con.swiper-slide .banner-content .a0tent .a0.img1 {
    transition-delay: 0.6s;
}
.swiper-slide .banner-content .a0.img2 {
    transition-delay: 0.9s;
}
.swiper-slide-active .banner-content .a0 {
    transform: scale(1);
    opacity: 1;
}
.banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 8px;
    background-color: #fff;
    opacity: 0.5;
    transition: all 0.4s;
}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 24px;
    opacity: 1;
}
.banner .swiper-pagination {
    bottom: 2.5vw;
}
/* 首页banner end*/

@media screen and (max-width: 1023px) {
    .banner .banner-content {
        padding: 0px 20px;
        text-align: center;
        box-sizing: border-box;
        line-height: 1.5;
    }
    .banner .banner-content .p1 {
        letter-spacing: initial;
        font-size: 16px;
    }
    .swiper-slide-active .banner-content .f-48 {
        font-size: 20px;
    }

    .banner .banner-content .bg-1 {
        font-size: 16px;
        letter-spacing: 0;
        padding: 12px 20px;
    }

    .swiper-slide .banner-content .a0.img1 {
        padding: 20px 0;
    }
    .swiper-slide .banner-content .pc-text {
        display: none;
    }
    .swiper-slide .banner-content .mb-text {
        display: block;
    }
}
