/* CSS Document */
#wrapper {
	width:100%;
	height:100%;
}
#head {
	width:100%;
	height:496px;
	background:url(../images/headbg.jpg) no-repeat 50% 0;
}
#main {
	width:100%;
	height:950px;
	background:url(../images/bg.jpg) no-repeat 50% 0;
}
.daoyu {
	margin:0 auto;
	width:940px;
	height:126px;
	background:url(../images/dybg.png) no-repeat;
}
.daoyu p {
	padding:15px 30px 0 200px;
	font-size:15px;
	line-height:24px;
	color:#fff;
	text-indent:2em;
	text-align:justify;
}
.content {
	margin:60px auto 0;
	width:956px;
	height:670px;
	background:url(../images/contentbg.png) no-repeat 50% 0;
}
.content ul {
	margin:0 auto;
	width:778px;
	padding-top:160px;
}
.content ul li {
	line-height:60px;
	background:url(../images/libg.png) no-repeat 0 100%;
	margin-top:40px;
}
.content ul li a {
	color:#4e3a2d;
	font-size:24px;
	font-weight:bold;
	line-height:58px;
	padding-left:80px;
}

/*底部样式*/
#footer {
	width:100%;
	margin-top:10px;
	padding-bottom:30px;
}
#footer p {
	font-family:"宋体";
	font-size:12px;
	color:#fff;
	line-height:24px;
	text-align:center;
	padding-top:16px;
}
#footer p a {
	padding:0 5px;
	color:#fff;
}
#footer p span {
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}