.bt-xwfbh-list {
    width: 1200px; height:260px;
    position: relative;
    margin: 2rem auto 0 auto;
}

.bt-xwfbh-list .bt-xwfbh-swiper {
    width: 100%;
	overflow: hidden;
}

.bt-xwfbh-list .bt-xwfbh-swiper .swiper-slide {
    width: 420px;
    height: 260px;
    position: relative;
}

.bt-xwfbh-list .bt-xwfbh-swiper .swiper-slide img {
    width: 420px; height: 260px;
}

.bt-xwfbh-list .swiper-pagination {
    right: 31rem;
    bottom: -2rem;
    margin-left: -2.5625rem;
    height: 0.625rem;
}

.swiper-pagination-bullet {
    float: left;
    opacity: 1;
    width: 32px;
    height: 0.425rem;
    border-radius: 1rem;
    background: #D4DEEC;
    margin-left: 0.425rem;
}

.swiper-pagination-bullet:first-child {
    margin-left: 0;
}

.swiper-pagination-bullet-active {
    width: 32px;
    height: 0.425rem;
    border-radius: 1rem;
    background: url(slidehover.png) center center no-repeat;
}

.swiper-slide{ 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:not(.swiper-slide-active){
    position: relative;
}
 
.swiper-slide:not(.swiper-slide-active)::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    
    z-index: 1; /* 确保遮罩在内容之上 */
	backdrop-filter: blur(0px);  /* 设置背景模糊 */
}
.swiper-slide-prev::after {
	background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255,255,255, 0.8));
}
.swiper-slide-next::after {
	background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255,255,255, 0.8));
}


.swiper-button-prev{
	width: 50px; height: 50px;box-shadow: 0 0 5px 2px #eee;
 left:-70px
}
.swiper-button-next {
	width: 50px; height: 50px;box-shadow: 0 0 5px 2px #eee;
 right: -70px;
}