.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";
}
.left,.right{
	width: 590px;
	float: left;
}
.main h3{
	font-size: 16px;
	line-height: 16px;
	color: #333;
	margin-bottom: 15px;
	text-indent: 10px;
	border-left: 4px solid #4E9B31;
}
.main ul li{
	font-size: 16px;
	line-height: 30px;
	color: #333;
	margin-bottom: 5px;
}
.main ul li span{
	font-size: 14px;
	color: #999;
}
.main ul li a{
	margin-left: 5px;
	position: relative;
	top: -2px;
}
.map{
	margin-top: 35px;
}
.map img{
	width: 100%;
}