.menu{
	width: 100%;
	text-align: center;
	height: 70px;
	background-color: #eeeeee;
}
.menu p a{
	font:normal 16px/70px "microsoft yahei";
	padding: 0 23px;
	color: #333;
	display: inline-block;
}
.menu p a.home{
	background-color: #FF6600;
	color: #fff;
}
.title{
	padding-top: 36px;
	text-align: center;
}
.title h3{
	position: relative;
	width: 5em;
	display: inline-block;
	font:normal 30px/50px "microsoft yahei";
}
.title i{
	position: absolute;
	height: 3px;
	width: 40px;
	background-color: #FF6600;
	bottom: -3px;
	left: 50%;
	margin-left: -20px;
}
.main{
	width: 1100px;
	margin: 0 auto 50px;
}
.content{
	margin-top: 30px;
	padding: 0 45px;
}
.content p{
	margin-bottom: 35px;

	font:normal 16px/30px "microsoft yahei";
}
.content p b{
	font:bold 16px/30px "microsoft yahei";
	color: #ff6600;
}
