#content{
	width: 100%;
	background: #f2f2f2;
	padding: 40px 0 50px;
}
.title{
	text-align: center;
}
.title h3{
	position: relative;
	width: 4em;
	display: inline-block;
	font:normal 30px/50px "microsoft yahei";
}
.title i{
	position: absolute;
	height: 4px;
	width: 50px;
	background-color: #4e9b31;
	bottom: -4px;
	left: 37px;
	border-radius: 2px;
}

.imgbox{
	width: 100%;
	padding-top: 20px;
}
.imgbox:after{
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.imgbox ul{
	width: 1200px;
	
}
.imgbox ul li{
	width: 267px;
	padding: 10px;
	margin-right: 10px;
	margin-top: 20px;
	float: left;
	border-top: 0;
	background: #fff;
}
.imgbox ul li:hover{
	box-shadow: 0px 0px 10px #ccc;
}
.imgbox ul li img{
	width: 100%;
	height: 170px;
}
.imgbox ul li p{
	margin-top: 5px;
	position: relative;
	width: 267px;
	font:normal 18px/48px "microsoft yahei";
}
.imgbox ul li p a{
	font-size: 14px;
	line-height: 25px;
	color: #999;
	position: absolute;
	right: 0px;
	top: 13px;
}
.imgbox ul li:hover a{
	color: #4E9B31;
}
.contactUs{
	width: 1180px;
	margin: 0 auto;
	padding: 40px 0;
}
.conTitle {
	width: 1180px;
	height: 40px;
	position: relative;
	border-bottom: 1px solid #e4e4e4;
}

.conTitle h2 {
	position: absolute;
	font: bold 20px microsoft yahei;
	height: 38px;
	border-bottom: 2px solid #4e9b31;
}

.conTitle h2 a {
	color: #4e9b31;
}

.conTitle h2 b {
	color: #333;
}
.contactBot{
	width: 1180px;
	margin: 30px auto 0;
}
.btn{
	width: 125px;
	height: 50px;
	float: left;
	background: url(../../images/service/qqBtn.png) no-repeat;
	margin-left: 20px;
}
.contactBot span{
	font-size: 16px;
	line-height: 30px;
	color: #333;
	float: left;
	margin-top: 8px;
}
.contactBot span b{
	color: #4E9B31;
}
.contactBot p{
	float: right;
	font-size: 16px;
	line-height: 30px;
	margin-top: 8px;
	color: #333;
	margin-left: 40px;
}
.contactBot p b{
	color: #4E9B31;
}