.a_banner .swiper-slide{
	display: flex;
	align-items: center;
	width: 100vw;
	height: 80vw;
	position: relative;
	overflow: hidden;
	pointer-events:none;
}
.a_banner ._background{
	background-size: cover;
	background-position: center center;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
}
.a_banner ._ad{
	color: #fff;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	white-space:nowrap;
}
.a_banner ._ad ._subtitle{
	font-size: 34px;
	font-family: ikaros;
}
.a_banner ._ad ._title{
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 5px;
	margin-bottom: 30vw;
}
.a_banner ._nav{
	display: flex;
	align-items: flex-start;
	justify-content: center;
	border-bottom: 1px solid #d9d9d9;
}
.a_banner ._nav a{
	font-size: 15px;
	color: #838383;
	text-align: center;
	flex: 1;
	padding: 20px 0 0;
}
.a_banner ._nav a._active{
	color: #52a4da;
	font-weight: 500;
}
.a_banner ._nav a span{
	display: block;
	line-height: 1;
	margin-bottom: 16px;
}
.a_banner ._nav a+a span{
	border-left: 1px solid #d9d9d9;
}
.a_banner ._nav a i{
	display: block;
	width: 0;
	height: 2px;
	background-color: #52a4da;
	margin: 0 auto;
}
.a_banner ._nav a._active i{
	width: 40px;
}
.a_plate{
	background-color: #f7f7f7;
	margin-bottom: 25px;
	margin-top: 20px;
}
.a_plate ._banner img{
	width: 100%;
}
.a_plate ._content{
	padding: 20px;
}
.a_plate ._content h3{
	color: #52a4da;
	margin-bottom: 8px;
	font-size: 18px;
}
.a_plate ._content p{
	font-size: 12px;
	line-height: 24px;
}