.header{
	width:1002px;
	height:310px;
	background:url(banner.jpg) no-repeat;
	margin:auto;
}
.header h1{
	display:none;
}

.nav{
	background:url(nav.png);
	height:42px;
	width:1002px;
	margin:auto;
	margin-bottom:20px;
}
.nav ul{
	margin-left:25%;
}
.nav ul li{
	height:42px;
	line-height:42px;
	font-size:16px;
	font-family:"Î¢ÈíÑÅºÚ";
	float:left;
	margin-right:10px;
}
.nav ul li a{
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	height:42px;
	float:left;
	padding:0px 20px
}
.nav ul li a:hover{
	background:url(nav_current.png) no-repeat;
}
.nav ul li a.current{
	background:url(nav_current.png) no-repeat;
}


.c_title{
	height:30px;
	border-bottom:2px solid #00923f;
	margin-bottom:10px;
}
.c_title h3{
	display:block;
	height:30px;
	background-color:#00923f;
	width:160px;
	color:#FFFFFF;
	text-indent:1em;
	line-height:30px;
	font-size:14px;
	font-family:"Î¢ÈíÑÅºÚ";
}

.content{
	width:1002px;
	margin:auto;
	margin-bottom:40px;
	font-size:14px;
	font-family:"Î¢ÈíÑÅºÚ";
}
.content p{
	margin-bottom:10px;
	text-indent:2em;
	line-height:23px;
}
.content table,tr,td{
	border-color:#CCCCCC;
}
.content td{
	text-align:center;
	padding:5px 0px;
}

.pinglun{
	width:1002px;
	margin:auto;
}
#pingLunTitle{

}
#pingLunBox{

}

.footer{
	background-color:#ececec;
	border-top:1px solid #cccccc;
	text-align:center;
	padding:30px 0px 60px 0px;
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}