.swiper-box{
	display:block;
	margin-top: 30px;
	position: relative;
	width:100%;
	height: auto;
	background: transparent;
	font-size: 14px;
}
.swiper-box .swiper {
	width: 100%;
	height: 100%;
}
.swiper-box .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #f5f5f5;
	display: flex;
	justify-content: center;
	align-items: center;
}
.swiper-box .swiper-slide .swiper-img {
	display: block;
	width: 100%;
	height: 400px;
	object-fit: cover;
}
.swiper-box .swiper-slide .swiper-img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.swiper-box .swiper-slide .swiper-txt {
	display: block;
	width: 100%;
	height: 60px;
	line-height: 60px;
	object-fit: cover;
}
.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,16px));
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,16px));
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    outline: none;
    border: 0;
}
.swiper-pagination-bullet-active {
    background: #004893;
}