/* index */
.banner img {
	width: 100%;
}

.banner {
	font-size: 0;
}

.banner .swiper-pagination {
	bottom: calc(2vw + 10px);
	display: flex;
	align-items: center;
	justify-content: center;
	height: 1em;
	padding: 0.25em 0.5em;
	border-radius: 0.5em;
	gap: 0.25em;
	background-color: rgba(0,0,0,.2);
	left: 50%;
	transform: translateX(-50%);
	width: auto;
}

.banner .swiper-button-next {
	right: 2%;
	border: 1px solid #fff;
	width: calc(2vw + 30px);
	height: calc(2vw + 30px);
	border-radius: 50%;
	transition: .3s;
	z-index: 999;
	z-index: 9;
}


.banner .swiper-button-prev {
	left: 2%;
	border: 1px solid #fff;
	width: calc(2vw + 30px);
	height: calc(2vw + 30px);
	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: #fff;
	position: relative;
	border-radius: 50%;
	margin: 0 !important;
	opacity: 0.4;
}

.banner .swiper-pagination span.swiper-pagination-bullet-active {
	opacity: 1;
}


.banner video{
	display: block;
	width: 100%;
}