.bt-xwfbh-list {
    width: 100%; height: 780px;
    overflow: hidden;
    position: relative;
    margin: 3.875rem auto 0 auto;
}

.bt-xwfbh-list .bt-xwfbh-swiper {
    width: 100%;
}

.bt-xwfbh-list .bt-xwfbh-swiper .swiper-slide {
    width: 432px;
    height: 720px;
    position: relative;
}

.bt-xwfbh-list .bt-xwfbh-swiper .swiper-slide img {
    width: 100%;
}

.bt-xwfbh-list .swiper-pagination {
    left: 50%;
    bottom: 0rem;
    margin-left: -4.5625rem;
    height: 0.625rem;
}

.swiper-pagination-bullet {
    float: left;
    opacity: 1;
    width: 1.1rem;
    height: 0.425rem;
    border-radius: 0rem;
    background: #fff;
    margin-left: 0.425rem;
}

.swiper-pagination-bullet:first-child {
    margin-left: 0;
}

.swiper-pagination-bullet-active {
    width: 1.1rem;
    height: 0.425rem;
    border-radius: 0rem;
    background: #FD8C16;
}

.swiper-slide{ display: block; background: url(s3boxbg.png) center center no-repeat;}
.swiper-slide .subtit{ width: 100%; height: 142px; text-align: center; padding-top: 30px;}
.swiper-slide .subtit td{ font-family:"KaiTi"!important; font-size: 32px; font-weight: bold;}
.swiper-slide .seemore{ width: 120px; height: 50px; display: block; margin: 0 auto; margin-top: 50px; color: #FD8E17; border: 1px solid #FD8E17; border-radius: 10px; text-align: center; line-height: 50px; display: none;}
.swiper-slide-active .seemore{ display: block!important;}

.swiper-slide:not(.swiper-slide-active){
    position: relative;
}
 
.swiper-slide:not(.swiper-slide-active)::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5); /* 黑色半透明遮罩 */
    z-index: 1; /* 确保遮罩在内容之上 */
}

.swiper-button-prev{
    padding: 10px; /* 设置按钮内边距 */
}
, .swiper-button-next {
    padding: 20px; /* 设置按钮内边距 */
}