.param {
	padding: 50px 0;
	text-align: center;
}

.title_img {
	margin-bottom: 30px;
}

.banner {
	font-size: 0;
}

.slogan {
	text-align: center;
	margin-bottom: 40px;
	margin-top: 40px;
}

.slogan img {
	margin: 0 20px;
}

.article {
	height: auto;
	overflow: hidden;
	padding: 40px 0;
}

.article .pic {
	float: right;
	width: 50%;
}

.article .content {
	display: inline-block;
	width: 45%;
}

.img_h2 {
	margin-bottom: 10px;
}

.article p {
	color: #FFFFFF;
	line-height: 40px;
	font-size: 20px;
	text-align: justify;
}

.article_border {
	border-bottom: 2px solid #FFFFFF;
}

.article_reverse .pic {
	display: inline-block;
	float: none;
}

.article_reverse .content {
	float: right;
}