.n_banner .swiper-slide{
	display: flex;
	align-items: center;
	width: 100vw;
	height: 80vw;
	position: relative;
	overflow: hidden;
	pointer-events:none;
}
.n_banner ._background{
	background-size: cover;
	background-position: center center;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
}
.n_banner ._ad{
	color: #fff;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	white-space:nowrap;
}
.n_banner ._ad ._subtitle{
	font-size: 32px;
	font-family: wavehaus;
}
.n_banner ._ad ._title{
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 6px;
}
.n_banner ._nav{
	display: flex;
	align-items: flex-start;
	justify-content: center;
	border-bottom: 1px solid #d9d9d9;
}
.n_banner ._nav a{
	font-size: 17px;
	color: #838383;
	text-align: center;
	flex: 1;
	padding: 20px 0 0;
}
.n_banner ._nav a._active{
	color: #52a4da;
	font-weight: 500;
}
.n_banner ._nav a span{
	display: block;
	line-height: 1;
	margin-bottom: 16px;
}
.n_banner ._nav a+a span{
	border-left: 1px solid #d9d9d9;
}
.n_banner ._nav a i{
	display: block;
	width: 0;
	height: 2px;
	background-color: #52a4da;
	margin: 0 auto;
}
.n_banner ._nav a._active i{
	width: 40px;
}

.n_recommend{
	margin-top: 22px;
}
.n_recommend .swiper-slide{
	display: block;
	width: 80vw;
}
.n_recommend a{
	display: block;
}
.n_recommend a ._img span{
	display: block;
	background-size: cover;
	background-position: center center;
	width: 80vw;
	height: 58vw;
}
.n_recommend a ._info{
	background-color: #f7f7f7;
	padding: 14px 10px;
}
.n_recommend a ._info h3{
	font-size: 16px;
	line-height: 24px;
	height: 48px;
}
.n_progress{
	padding: 10px 0;
	width: 100%;
}
.n_progress>div{
	height: 2px;
	width: 92%;
	margin-left: 4%;
}
.n_list li{
	padding: 1px 0;
}
.n_list li a{
	margin: 13px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.n_list li a ._img{
	margin-right: 15px;
}
.n_list li a ._img span{
	display: block;
	background-size: cover;
	background-position: center center;
	width: 30vw;
	height: 22vw;
}
.n_list li a ._info{
	flex: 1;
}
.n_list li a ._info h3{
	font-size: 16px;
	line-height: 24px;
	height: 48px;
	margin-bottom: 24px;
}
.n_list li a ._info h5{
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-family: 'wavehaus';
	font-size: 11px;
	color: #9b9b9b;
}
.n_list li a ._info h5 i{
	font-size: 11px;
	margin-right: 2px;
}
