*{
	margin: 0;
	padding: 0;
	list-style: none;
}

body{
	background-image: url(../images/back.png);
}
a {
	text-decoration: none;
}
a:hover{
	color: red;
}

#box{
	width: 1024px;
	margin: 0 auto;
}

#header{
	width: 1024px;
	height: 209px;
	background-color: #00C244;
}

#nav{
	width: 994px;
	height: 50px;
	background-color: #338049;
	padding-right: 30px;
}

#nav a{
	color: white;
	line-height: 50px;
	float: right;
	padding-left: 20px;
}
#nav a:hover{
	color: red;
}
#main{
	width: 1024px;
	height: 1800px;
	background-color: #fff;
}
#main h3{
	background: no-repeat url(../images/xin.gif) center left;
	padding: 5px 20px;
	border-bottom: 3px solid #338049;
}
#main ul li img {
	width: 220px;
	height: 140px;
}
/* #main > ul{
	height: 800px;
	margin-left: 90px;
} */
#main ul{
	/* height: 500px; */
	margin-left: 90px;
	overflow: hidden;
}
#main ul li{
	float: left;
	width: 260px;
	/* border: 1px solid #ccc; */
	margin: 10px;
	text-align: center;
	padding: 10px 0;
	background: url(../images/xcbg.jpg) repeat-y 10px;
}
#main ul li p{
	width: 230px;
	margin: 10px 15px;
	padding: 5px 0;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}

#footer{
	width: 1024px;
	height: 80px;
	background-color: #338049;
	text-align: center;
	float: left;
	line-height: 80px;
	color: #fff;
	font-size: 18px;
}