/* index */
.banner img {
	width: 100%;
}

.banner {
	font-size: 0;
}

.banner .swiper-pagination {
	bottom: 1em;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5em;
}

.banner .swiper-button-next {
	right: 2%;
	border: 1px solid #fff;
	width: 2.9em;
	height: 2.9em;
	border-radius: 50%;
	transition: .3s;
	z-index: 999;
	z-index: 9;
}


.banner .swiper-button-prev {
	left: 2%;
	border: 1px solid #fff;
	width: 2.9em;
	height: 2.9em;
	border-radius: 50%;
	transition: .3s;
	z-index: 9;
}


.banner .swiper-button-next::after,.banner .swiper-button-prev::after {
	color: #fff;
	font-size: inherit;
	transition: .3s;
}


.banner .swiper-button-next:hover,.banner .swiper-button-prev:hover {
	background-color: #305EBC;
	border: 1px solid #305EBC;
}


.banner .swiper-button-next:hover::after,.banner .swiper-button-prev:hover::after {
	color: #fff;
}


.banner .swiper-pagination span {
	display: block;
	width: 0.5em;
	height: 0.5em;
	background-color: rgba(255, 255, 255, 1);
	position: relative;
	border-radius: 50%;
	margin: 0 !important;
}

.banner .swiper-pagination span.swiper-pagination-bullet {
	opacity: 0.2;
}

.banner .swiper-pagination span.swiper-pagination-bullet-active {
	opacity: 1;
}

.banner video{
	display: block;
	width: 100%;
}