@charset "UTF-8";
/* CSS Document */
body {
	background-color: #F2F2F2;
}
.fl {float: left;}
.fr {float: right;}
.mar_b30 {margin-bottom: .94rem;}
.page_wrap:after, .art_warp:after, .col2_pro_list:after, .pro_list:after, .art_warp:after {
	display: block;
	content: '';
	clear:both;
	font-size: 0;
	height: 0;
}
.page_wrap {
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 80px;
}
/* article */
.zd_art_warp {
	width: 920px;
	padding: 40px 40px 100px 40px;
	background-color: #fff;
	font-size: 14px;
	line-height: 26px;
}
.zd_art_title {
	font-size: 24px;
	text-align: center;
	border-bottom: 1px solid #E8E8E8;
	padding: 0 0 40px 0;
	margin-bottom: 44px;
	font-weight: normal;
}
.zd_art_warp p {
	text-indent: 30px;
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 6px;
	text-align:justify;
}
.zd_art_warp img {
	display: block;
	margin: 15px auto;
	max-width: 100%;
}
.zd_art_warp a{
	color: #b48732;
}
.zd_art_warp h4 {
	color: #b48732;
	border-bottom: 1px solid #b48732;
	height: 40px;
	line-height: 40px;
	margin-bottom: 10px;
}
.zd_highlight_con {
	background-color: #f7f3ea;
	color: #b48732;
	padding: 10px 30px;
	font-size: 14px;
	line-height: 24px;
	margin: 20px 0;
}
.page_wrap::after, .zd_art_warp::after {
	display: block;
	content: '';
	clear:both;
	font-size: 0;
	height: 0;
}