/* CSS Document */
.banner {
	position: relative;
	overflow: hidden;
	height: auto;
}

.banner .commslist {
	width: 100%;
	height: 100%;
	background-color: rgb(179, 189, 196);
	overflow: hidden;
	position: relative;
}

.banner .swiper-wrapper {

	transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
	align-items: center
}

.banner .swiper-slide {
	text-align: center;
	font-size: 18px;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
	/* min-height: 60vh; */
	max-height: 930px;
	overflow: hidden;
}

/* .title {
	transition-delay: 1s;
	z-index: 10;
}
.title h3 {
	font-weight: 700;
    font-size: calc(55px + 54 * ((53vw + 53vh) - 520px) / 820);
	letter-spacing: -1px;
	color: rgba(255,255,255,0);
	-webkit-text-stroke: 2px #fff;
} */
.banner .swiper-slide img,
.banner .swiper-slide video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	/* position: absolute; */
	/* 	transform: scale(0.6, 0.6);
	transition-duration: 1s;
	transition-property: transform;
	transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
	opacity: 0.9;
	overflow: hidden;
	display: inline-flex; */
}



.focus-banner-text {
	display: none;
}


.banner .button{
	position: absolute;
	top: 50%;
	z-index: 999;
	background-color: rgba(91, 112, 136,.5);
	transform: translateY(-50%);
	border-radius: 50%;
	padding: 5px;
	transition: all 0.5s; 
}

.banner .button span.iconfont{
	font-size: 30px;	
	color: #fff;
	    
}
.button-prev {
	left: 4vw;
}

.button-next {
	right: 4vw;
}
.banner .button.button-prev:hover{
	left: 4.3vw;
}
.banner .button.button-next:hover{
	right: 4.3vw;
}
.bannerbuttoNum{
	    bottom: 10%;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    gap: 50px;
	    margin: 0 auto;
	    transform: translateX(-50%);
	    left: 50%;
}

.bannerbuttoNum span {
	background-color: #fff;
	width: 15px;
	height: 15px;
	opacity: 1;
	position: relative;
}

.bannerbuttoNum span.swiper-pagination-bullet-active {
	background-color: #21327a;
}

.bannerbuttoNum span.swiper-pagination-bullet-active::after {
	width: 35px;
	height: 35px;
	content: "";
	border-radius: 50%;
	border: #21327a 1px solid;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: 3vh;
	width: 100%;
	max-width: 360px;
	transform: translateX(-50%);
	left: 50%;
	margin: 0 auto;
}


.banner a.focus-banner-img video {
	display: none;
}

#media_11 {
	display: block;
	width: 100%;
	height: 100%;
	max-height: 935px;
}

.media_11 {
	display: none;
}

@media screen and (max-width: 960px) {

	.banner {
		/* height: 188px; */
	}

	.button-prev,
	.button-next {
		display: none;
	}

	.banner a.focus-banner-img {
		height: 200px;
	}

	.news_list_page .banner a.focus-banner-img,
	.prc_list_page .banner a.focus-banner-img {
		height: 200px;
	}

	.swiper-pagination {
		display: none;
	}

	.banner .focus-banner-img img {
		width: auto;
		/* position: absolute;
	   transform: translate(-50%, -50%); */
		left: 50%;
		position: absolute;
		transform: translateX(-50%);
	}
}