.menu{
	width: 100%;
	text-align: center;
	height: 50px;
	background-color: #eeeeee;
}
.menu p{
	width: 1100px;
	margin: 0 auto;
}
.menu p a{
	font:normal 14px/50px "microsoft yahei";
	width: 20%;
	color: #333;
	display: inline-block;
}
.menu p a.home{
	background-color: #ffb600;
	color: #fff;
}
.title{
	padding-top: 36px;
	text-align: center;
	position: relative;
}
.title h3{
	position: relative;
	padding: 0 20px 10px;
	display: inline-block;
	font: normal 30px/50px "microsoft yahei";
}
.title i{
	position: absolute;
	width: 55px;
	height: 6px;
	background: #76a246;
	left: 50%;
	top: 92px;
	margin-left: -27px;
}
.title i.line{
	height:1px;
	margin-top:4px;
	width:260px;
	background:#cccccc;
	margin-left:-130px;
}
.main{
	width: 1100px;
	margin: 0 auto 50px;
}
.content{
	margin-top: 30px;
}
.content p{
	
	text-align: center;
	font-size: 16px;
	color: #b4b4b4;
	font-family: "microsoft yahei";
}
.content span{
	float: left;
	color: #666666;
	margin-top: 20px;
	font:normal 16px/36px "microsoft yahei";
}
.content table{
	width: 100%;
	margin-top: 40px;
}
.content table th{
	height: 48px;
	background-color: #76a246;
	color: #fff;
	font:bold 16px "microsoft yahei";
	border: 1px solid #76a246;
}
.content table td{
	text-align: center;
	vertical-align: middle;
	height: 98px;
	color: #666;
	font:normal 16px "microsoft yahei";
}
