.swiper {
	width: 100%;
	height: 300px;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 300px;
	object-fit: cover;
}

.swiper {
	width: 100%;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}

.swiper-slide {
	background-size: cover;
	background-position: center;
}

.mySwiper2 {
	height: 80%;
	width: 100%;
}

.mySwiper {
    width: 100%;
	height: 20%;
	box-sizing: border-box;
	padding: 10px 0% !important;
}

.mySwiper .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
	opacity: 1;
}

.swiper-top img {
	display: block;
	width: 100%;
	height: 500px;
}

.swiper-bottom img {
	display: block;
	width: 100%;
	height: 200px;
}
.xc-box{
	margin-top: 50px;
	margin-bottom: 80px;
}