.product-box-in {
    width:100%;
    height:100%;
    background:url(../images/product/banner_bg_new.jpg) no-repeat center top;
    background-size: 100%;
}
.product-box1 .product-box-in {
    background:url(../images/product/banner_bg1.jpg) no-repeat center top;
    background-size: 100%;
}
.product-box {
    padding-top: 50px;
}
.product-box .title-img{
    display: block;
    width: 22%;
    margin:0 auto 90px;
}
.product-box2 .title-img {
    width: 23%;
}
.product-box3 .title-img {
    width: 30%;
}
.product-box4 .title-img {
    width: 22.7%;
}
.product-box5 .title-img {
    width: 18%;
}
.product-box6 .title-img {
    width: 18.6%;
}
.product-box7 .title-img {
    width: 17%;
}
.product-box .swiper-button-next {
    right: 6%;
}
.product-box .swiper-button-prev {
    left: 6%;
}
.product-box .pro-txt {
    position: absolute;
    top: 19%;
    left: 19%;
    width: 26%;
}
.product-box .pro-txt-other {
    color: #fff;
    font-size: 36px;
    top: 19%;
    left: 19%;
    width: auto;
    font-family: 'Sans_SC_Bold';
}
.product-box .pro-txt h2{
    color: #fff;
    font-size: 38px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 20px;
    font-family: 'Sans_SC_Bold';
}
.product-box .pro-txt p{
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
    font-family: 'Sans_SC_Medium';
}
.product-box .swiper-horizontal>.swiper-pagination-bullets, .product-box .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 30px;
}
.product_img {
    opacity: 0;
    /* transition: opacity 0.5s ease; */
}

.product-bot-in {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 33px;
    margin: 50px 0 40px;
}
.product-bot-in img {
    width: 18.2%;
    max-width: 350px;
}
@media screen and (max-width: 960px) {
    .swiper-slide {
        background: transparent;
    }
    .product-box {
        padding-top: 47px;
    }
    .product-box .title-img {
        width: 44.4%;
        margin: 0 auto .25rem;
    }
    .product-box .product-box-in {
        width:100%;
        height:100%;
        background:url(../images/product/mobile/banner_bg.jpg) no-repeat center top;
        background-size: 100%;
    }
    .product-box1 .product-box-in {
        background-image:url(../images/product/mobile/banner_bg1.jpg);
    }
    .product-box .pro-txt {
        position: absolute;
        top: 0%;
        left: 50%;
        width: 79%;
        transform: translate(-50%, 0);
    }
    .product-box .pro-txt h2 {
        color: #fff;
        font-size: .14rem;
        line-height: 1;
        font-weight: bold;
        margin-bottom: .07rem;
        font-family: 'Sans_SC_Bold';
    }
    .product-box .swiper-slide {
        padding-top: .8rem;
    }
    .product-box .pro-txt p {
        color: #fff;
        font-size: .14rem;
        line-height: 1.5;
        font-family: 'Sans_SC_Light';
        text-align: left;
    }
    .esc-container .product-box .swiper-slide img {
        margin-top: .1rem;
    }
    .product-box .pro-txt-other {
        font-size: .14rem;
    }
    .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
        left: 0;
        padding: 0;
    }
    .esc-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: .1rem;
        height: .1rem;
    }
    .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0;
    }
    .esc-container .product-box4 .swiper-slide img {
        margin-top: .4rem;
    }
    .product-bot-in {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: .3rem .15rem;
        margin: .3rem 0 .2rem;
    }
    .product-bot-in img {
        width: 35%;
        max-width: 2.33rem;
    }
    .esc-container .more {
        font-size: .12rem;
    }
    .esc-container .swiper-pagination-bullet {
        width: .1rem;
        height: .1rem;
    }
    .esc-container .swiper-pagination-bullet {
        margin-right: .1rem !important;
    }
}