@charset "utf-8";
.header_box {
	width: 100%;
	height: 800px;
	overflow: hidden;
	position: relative;
}
.banner {
	width: 100%;
	height: 800px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.banner .d1 {
	width: 100%;
	height: 800px;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}
.banner .d2 {
	width: 100%;
	height: 6px;
	clear: both;
	display: block;
	z-index: 100;
	position: absolute;
	bottom: 0px;
}
.banner .d2 li {
	width: auto;
	height: 6px;
	overflow: hidden;
	cursor: pointer;
	float: left;
	display: inline;
	background: #006033;
}
.banner .d2 li.nuw {
	background: #eacc76;
}
.main_box {
	width: 1212px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	padding: 40px 0 90px;
}
.main_list {
	width: 368px;
	height: auto;
	overflow: hidden;
	float: left;
	margin: 0 18px;
}
.main_list h1 {
	display: block;
	width: 100%;
	height: 76px;
	line-height: 76px;
	font-weight: normal;
	font-size: 12px;
}
.main_list h1 b {
	display: block;
	width: auto;
	float: left;
	font-size: 20px;
	font-weight: normal;
	color: #006033;
	padding-right: 12px;
}
.main_list h1 span {
	display: block;
	width: auto;
	float: left;
	font-size: 20px;
	color: #898989;
}
.main_list h2 {
	display: block;
	width: 100%;
	height: 218px;
	overflow: hidden;
	margin-bottom: 30px;
	font-size: 12px;
	font-weight: normal;
}
.main_list h2 img {
	display: block;
	width: 360px;
	height: 210px;
	padding: 4px;
	background: url(../images/bg_04.png) center center no-repeat;
}
.main_list p {
	width: 100%;
	height: auto;
	overflow: hidden;
	line-height: 28px;
	font-size: 16px;
	color: #595757;
}


/*首页新闻*/
#demo li{ width: 100%;
	height: auto;
	overflow: hidden;
	line-height: 28px;
	font-size: 16px;
	color: #595757;}