.bannerOuterWEB {
    width: 100%;
    height: 34.35%;
    overflow: hidden;
    position: relative;
}

.bannerOuter {
    width: 100%;
    height: 58.4%;
    overflow: hidden;
    position: relative;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}