.p_ul{
	display: none;
}
.p_ul._in{
	display: block;
}
.p_ul ._head{
	width: 100%;
	height: 95vw;
	background-size: cover;
	background-position: center center;
	display: flex;
	flex-direction: center;
	align-items: center;
	position: relative;
}
.p_ul ._head ._bg{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.2);
}
.p_ul ._head ._title{
	text-align: center;
	margin: 0 auto;
	color: #fff;
	position: relative;
	z-index: 2;
}
.p_ul ._head ._title h4{
	font-size: 28px;
	font-family: ikaros;
	font-weight: normal;
	line-height: 40px;
	margin-bottom: 10px;
}
.p_ul ._head ._title h3{
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 10vw;
}
.p_ul ._banner{
	margin-top: -20vw;
}
.p_ul ._banner .swiper-slide{
	width: 80%;
}
.p_ul ._banner ._content{
	background-color: #fff;
	padding: 12px;
	box-shadow: 0 0 14px rgba(0,0,0,.1);
	margin-bottom: 20px;
}
.p_ul ._banner ._content h3{
	margin-top: 16px;
}
.p_ul ._content{
	margin-top: 10px;
	margin-bottom: 30px;
}
.p_ul ._content h3{
	line-height: 24px;
	margin-bottom: 10px;
}