.main{
	padding: 50px 0;
}
#mainNav{
	width: 100%;
	min-width: 1180px;
	height: 70px;
	border-bottom: 1px solid #dddddd;
}
.mainNav{
	width: 1180px;
	margin: 0 auto;
	text-align: center;
}
.mainNav p{
	font-size: 18px;
	line-height: 68px;
	margin-left: -50px;
}
.mainNav p a{
	font-size: 18px;
	line-height: 68px;
	color: #333;
	display: inline-block;
	position: relative;
	margin: 0 50px;
}
.mainNav p a.on{
	color: #4E9B31;
	font-weight: bold;
	border-bottom: 3px solid #4E9B31;
}
.mainNav p a.on em{
	width: 12px;
	height: 7px;
	background: url(../../images/service/service4.png) no-repeat 0 0;
	position: absolute;
	top: 66px;
	left: 50%;
	margin-left: -6px;
}
.title{
	margin-bottom: 30px;
	text-align: center;
}
.title h2{
	font-size: 20px;
	line-height: 40px;
	color: #fff;
	padding: 0 25px;
	display: inline-block;
	background: #4e9b31;
	border-radius: 12px 0 12px 0;
}
.title p {
    text-align: center;
    font-size: 16px;
	line-height: 30px;
	margin-top: 20px;
    font-family: "microsoft yahei";
}
.content{
	margin-top: 20px;
}
.content span {
	display: block;
    color: #666666;
    font: normal 16px/36px "microsoft yahei";
	margin-bottom: 5px;
}
.content table{
	width: 100%;
}
.content table th{
	height: 48px;
	background-color: #eeeeee;
	font:bold 16px "microsoft yahei";
}
.content table td{
	text-align: center;
	vertical-align: middle;
	height: 98px;
	font:normal 16px "microsoft yahei";
}
