.main{
	width: 1100px;
	margin: 0 auto;
}
.title{
	padding-top: 36px;
	text-align: center;
}
.title h3{
	position: relative;
	width: 260px;
	color: #ff6600;
	border-bottom: 1px solid #cccccc;
	display: inline-block;
	padding-bottom: 10px;
	font: normal 30px/50px "microsoft yahei";
}
.title i{
	position: absolute;
	height: 3px;
	width: 40px;
	background-color: #FF6600;
	bottom: 0px;
	left: 50%;
	margin-left: -20px;
}
.main p{
	width: 870px;
	margin: 0 auto;
	font:normal 16px/28px "microsoft yahei";
	margin-top: 30px;
}
.imgbox{
	width: 100%;
	text-align: center;
}
.container{
	width: 100%;
	height: 178px;
	background-color: #eeeeee;
}
.contact_us{
	width: 1100px;
	margin: 0 auto;
}
.contact_us h3{
	font:normal 40px/64px "microsoft yahei";
	color: #d0d0d0;
	float: left;
	width: 100%;
	margin-top: 8px;
}
.contact_us span{
	font:normal 22px/30px "microsoft yahei";
	float: left;
	width: 100%;
	margin-top: 5px;
	text-indent: 31px;
	background: url(../images/service2017/service.png) 0 -60px no-repeat;
}
.contact_us p{
	margin-top: 17px;
	float: left;
	height: 22px;
}
.contact_us p b{
	font:normal 16px/22px "microsoft yahei";
	float: left;
}
.contact_us .qq{
	height: 22px;
	display: inline-block;
	float: left;
	margin-left: 12px;
	width: 92px;
	background: url(../images/service2017/service.png) 0 -128px no-repeat;
}
.container a.qq{
    position: relative;
}
.container .QQhover {
	position: absolute;
	left: 0px;
	bottom: 20px;
	border: 1px solid #666;
	border-radius: 4px;
	line-height: 20px;
	color: #333;
	background: rgba(255,255,255,.9);
	display: none;
	cursor: auto;
	font-weight: 700;
	height: 20px;
	width: 110px;
	z-index: 9;
	outline: none;
	text-align: center;
	resize: none;
}
.container a.qq:hover .QQhover{
	display: inline-block;
} 