@charset "utf-8";
/* CSS Document */

/*文章详情*/
.section {
	width: 100%;
	background: url(../image/inquiry_bg.png) no-repeat center center;
	background-size: contain;
}
.article_title {
	height: 60px;
	line-height: 60px;
	font-size: 24px;
	color: #000;
	width: 1200px;
	margin: 0 auto;
}
.article_content {
	padding: 20px 0;
	width: 1200px;
	margin: 0 auto;
}




























