.n_banner{
	height: 100vh;
	position: relative;
}
.n_banner ._banner{
	height: 100%;
	position: relative;
}
.n_banner .swiper-wrapper{
	height: 100%;
}
.n_banner .swiper-slide{
	display: flex;
	align-items: center;
	height: 100%;
	position: relative;
	overflow: hidden;
	pointer-events:none;
}
.n_banner ._background{
	background-size: cover;
	background-position: center 0;
	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: 55px;
	font-family: wavehaus;
	margin-bottom: 4px;
}
.n_banner ._ad ._title{
	font-size: 55px;
	font-weight: 600;
	letter-spacing: 10px;
	margin-bottom: 60px;
}
.n_banner ._nav{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 2vh;
	z-index: 10;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
.n_banner ._nav a{
	font-size: 17px;
	color: #fff;
	text-align: center;
}
.n_banner ._nav a span{
	display: block;
	padding: 0 32px;
	line-height: 1;
	margin-bottom: 12px;
}
.n_banner ._nav ._vertical{
	height: 17px;
	width: 1;
	border-left: 1px solid rgba(255,255,255,.3);
}
.n_banner ._nav a i{
	display: block;
	width: 0;
	height: 1px;
	background-color: #fff;
	margin: 0 auto;
	transition: width .4s;
}
.n_banner ._nav a:hover i,.n_banner ._nav a._active i{
	width: 58%;
}
.s_search{
	padding: 3.5% 0;
}
.s_search ._select{
	width: 18%;
}
.s_search ._search{
	width: 80%;
	margin-left: 2%;
}
.n_recommend{
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 3%;
}
.n_recommend li{
	width: 22%;
}
.n_recommend li a{
	display: block;
	background-color: #fff;
}
.n_recommend li ._img{
	width: 100%;
	height: 288px;
	overflow: hidden;
}
.n_recommend li ._img span{
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	transition: transform .6s;
}
.n_recommend li a:hover ._img span{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.n_recommend li ._info{
	padding-top: 6%;
	padding-bottom: 6%;
	transition: padding .6s;
}
.n_recommend li a:hover ._info{
	padding-left: 5%;
	padding-right: 5%;
}
.n_recommend li ._info h4{
	font-size: 18px;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 6%;
}
.n_recommend li ._info small{
	color: #9b9b9b;
	font-size: 14px;
	font-family: wavehaus;
}
.n_recommend li ._info small+small{
	float: right;
}
.n_list{
	border-bottom: 1px solid #d9d9d9;
}
.n_list ._ul{
	
}
.n_list ._ul li{
	background-color: #fff;
	position: relative;
	transition: box-shadow .3s,transform .3s;
	-webkit-transition: box-shadow .3s,transform .3s,;
}
.n_list ._ul li:hover{
	z-index: 1;
	margin-top: -1px;
	-webkit-box-shadow: 0 0px 18px rgba(0, 0, 0, .15);
	box-shadow: 0 0px 18px rgba(0, 0, 0, .15);
	transform: translateY(-2px);
	-webkit-transform: translateY(-2px);
}
.n_list ._ul li a{
	display: block;
	padding: 3% 0;
	width: 91%;
	margin: 0 auto;
	border-bottom: 1px solid #e5e5e5;
	display: flex;
	align-items: center;
}
.n_list ._ul li:hover a{
	border-bottom: 0;
}
.n_list ._ul li a ._info{
	flex: 1;
}
.n_list ._ul li a ._info>h4{
	display: block;
	font-size: 19px;

	color: #1a1a1a;
	margin-bottom: 22px;
}
.n_list ._ul li a ._info>p{
	display: block;
	color: #373737;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 22px;
}
.n_list ._ul li a ._info>small{
	display: block;
	font-family: wavehaus;
	font-size: 14px;
	color: #1a1a1a;
	margin-bottom: 30px;
}
.n_list ._ul li a ._info>span{
	display: inline-block;
	font-family: wavehaus;
	font-size: 14px;
	color: #fff;
	padding: 12px 30px;
	background-color: #e73828;
	position: relative;
	transition: padding .3s;
}
.n_list ._ul li:hover a ._info>span{
	padding: 12px 50px;
}
.n_list ._ul li a ._img{
	width: 330px;
	height: 250px;
	overflow: hidden;
	margin-left: 25%;
}
.n_list ._ul li a ._img span{
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	transition: transform .6s;
}
.n_list ._ul li:hover a ._img span{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.n_list ._pager{
	display: block;
	text-align: center;
	padding: 2.5% 0;
}
.n_list ._pager li{
	display: inline-block;
	padding: 5px;
}
.n_list ._pager li a{
	color: #545454;
	display: block;
	border: 1px solid #dcdcdc;
	padding: 5px 14px;
	transition: background-color .3s;
}
.n_list ._pager li a:hover{
	background-color: #efefef;
}
.n_list ._pager li._active a{
	background-color: #2ca6df;
	border: 1px solid #2ca6df;
	color: #fff;
}