.banner video {
	width: 100% !important;
	height: 100vh;
	object-fit: cover;
}

@media only screen and (max-width: 950px) {
	
	.banner video {
		width: 100% !important;
		height: auto;
		object-fit: cover;
	}
	
	.banner .video {
		display: block;
	}
}



.row-idx1 .g-idxtit {
	position: relative;
}

.newenter {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.newenter a {
	display: flex;
	align-items: center;
	border: 1px solid #2946ac;
	border-radius: 20px;
	padding: 0 30px;
}

.newenter a img {
	height: auto !important;
	width: auto;
	margin-right: 5px;
}

.newenter a span {
	font-size: 16px;
	line-height: 38px;
	color: #2946ac;
}

.swp-banner .swiper-pagination-bullet {
	background: url(../images/banner-icon3-2.png) no-repeat;
	background-position: center center;
	width: 35px;
	height: 31px;
	background-size: 100% auto;
	opacity: 1;
}

.swp-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: url(../images/banner-icon3-2-h.png) no-repeat;
	background-position: center center;
	background-size: 100% auto;
}

@media only screen and (min-width: 950px) and (max-width: 1920px) {
	.newenter a {
		border-radius: 1vw;
		padding: 0 1.5vw;
	}

	.newenter a img {
		height: 1.5vw;
	}

	.newenter a span {
		font-size: 0.8333vw;
		line-height: 2vw;
	}
}

@media only screen and (max-width: 950px) {
	.newenter {
		position: static;
		left: 0;
		top: 0;
		transform: translateY(0);
	}

	.newenter a {
		border-radius: 20px;
		padding: 0 15px;
		justify-content: center;
		margin-bottom: 20px;
	}

	.newenter a span {
		font-size: 14px;
		line-height: 30px;
	}

	.swp-banner .swiper-pagination-bullet {
		width: 24px;
		height: 22px;
	}
}