/* index */
.banner img {
	width: 100%;
}

.banner {
	font-size: 0;
}

.banner .swiper-pagination {
	bottom: 40px !important;
}

.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: 24px;
	transition: .3s;
}


.banner .swiper-button-next:hover,.banner .swiper-button-prev:hover {
	background-color: #CD0000;
	border: 1px solid #CD0000;
}


.banner .swiper-button-next:hover::after,.banner .swiper-button-prev:hover::after {
	color: #fff;
}

.banner .swiper-pagination {
	bottom: calc(1.2vw + 6px) !important;
}

.banner .swiper-pagination span {
	display: inline-block;
	width: calc(2vw + 20px);
	height: calc(0.3vw + 2px);
	border-radius: 0;
	background-color: rgba(0, 0, 0, 0.3);
	position: relative;
	border-radius: 4px;
}


.banner .swiper-pagination span::after {
	content: '';
	display: block;
	width: 00%;
	height: 100%;
	background-color: #CD0000;
	transition: 3s;
	border-radius: 4px;
}


.banner .swiper-pagination span.swiper-pagination-bullet-active::after {
	width: 100%;
}

.banner video{
	display: block;
	width: 100%;
}