.banner{
	width: 100%;
	height: 250px;
}
.banner img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#nav{
	width: 100%;
	height: 100%;
}
.nav-tilte{
	width: 100%;
	text-align: center;
	margin: 30px 0;
}
.nav-itme{
	width: 100%;
	height: 30px;
	display: flex;
	align-items: center;
	padding: 0 40px;
	box-sizing: border-box;
	justify-content: space-between;
	background-color: #f1f1f1;
}
.nav-content{
	width: 100%;
	height: 100%;
	padding: 45px;
	box-sizing: border-box;
}
.wp_articlecontent>p{
	text-indent: 2em;
	line-height: 25px;
}
.wp_articlecontent>.imgP{
	text-align: center;
	text-indent: 0em;
	line-height: 1.5em;
}
.wp_articlecontent img{
	margin: 30px auto;
	max-width: 1000px;
}
.close{
	margin-top: 20px;
	width: 100%;
	height: 55px;
	line-height: 55px;
	text-align: center;
	border-top: 2px solid #f4f4f4;
}
.close a{
	color: #999999;
	font-size: 13px;
}