body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,
textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}
.mb10{
	margin-bottom:10px;
}
.mb100{
	margin-bottom:100px;
}
.mt10{
	margin-top:10px;
}
.ml10{
	margin-left:10px;
}
.hiden{
	display:none;
}
.s1{
	color:#AA742B;
}
.s2 {
	color:#D96C00;
}
.f12{
	font-size:12px;
}
.f10{
	font-size:10px;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.tac{
	text-align:center;
}
body{
	background-color:#f7f4f0;
}
.top{
	height:80px;
	background-color: #00923f;
	margin-bottom:30px;
}
.header{
	width:1000px;
	height:80px;
	margin:auto;
}
.header .logo{
	float: left;
	height:50px;
	width:200px;
	padding:15px 0px;
}
.header .nav{
	float:right;
	height:80px;
}
.header .nav ul{
	float:right;
	padding-top:35px;
}
.header .nav ul li{
	float:left;
	margin-left:30px;
	padding-bottom:10px;
}
.header .nav ul li.reg{
	margin-top:-4px;
}
.header .nav ul li:hover{
	border-bottom:3px solid #fff;
}
.header .nav ul li.current{
	border-bottom:3px solid #fff;
}
.header .nav ul li a{
	color:#f0f371;
	text-decoration:none;
	padding:0px 10px;
	font-size:14px;
	font-weight:700;
	font-family:Verdana;
}
.header .nav ul li a:hover{
	color:#FFFFFF;
}
.header .nav ul li a.current{
	color:#FFFFFF;
}
.content{
	width:980px;
	padding:10px;
	margin:auto;
	overflow:auto;
	background-color:#FFFFFF;
	margin-bottom:30px;
	
}

.content p{
	margin-bottom:20px;
	line-height:25px;
	font-family:"Î¢ÈíÑÅºÚ";
	text-indent:2em;
	font-size:13px;
	padding:0px 10px;
}

.footer{
	width:980px;
	margin:auto;
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:16px;
	color:#999999;
	padding-bottom:100px;
	text-align:center;
}

