.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: -100px;
}
.mainNav p a{
	font-size: 18px;
	line-height: 68px;
	color: #333;
	display: inline-block;
	position: relative;
	margin-left: 100px;
}
.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;
}
.main p{
	font-size: 16px;
	line-height: 30px;
	color: #333;
	text-indent: 2em;
	margin-bottom: 5px;
}
.main p b{
	color: #ed6d00;
}