.swiper-fu2 .swiper-container {
	position: relative;
	--swiper-theme-color: #ff6600;
	--swiper-pagination-color: #00ff33;
	/* 两种都可以 */
	--swiper-theme-color: #ff6600;
	/* 设置Swiper风格 */
	--swiper-navigation-color: #00ff33;/* 单独设置按钮颜色
	/* 单独设置按钮颜色 */
	--swiper-navigation-size: 30px;
	/* 设置按钮大小 */
}

.swiper-fu2 .swiper-slide {
	width: 100%;
	height: 0px;
	padding-bottom: 59%;
	background-position: center;
	background-repeat: no-repeat;

}
@media screen and (max-width: 800px) {
.swiper-fu2 .swiper-slide {
	width: 100%;
}
}
