.banner {
	width: 100%;
	text-align: center;
	height: 320px;
	background:url(http://www.gkzhan.com/Templates/Service/images/service2018/img.jpg) center center no-repeat;
	overflow: hidden;
}
.banner h2{
	color: #fff;
	text-align: center;
	font:bold 60px "microsoft yahei";
	margin-top: 70px;
}
.banner p{
	color: #fff;
	margin-top: 15px;
	display: inline-block;
	font:normal 36px/56px "microsoft yahei";
	padding: 0 40px;
	border: 1px solid #fff;
}
.banner span{
	color: #fff;
	margin-top: 15px;
	display: inline-block;
	font:normal 36px/56px "microsoft yahei";

}
.menu{
	width: 100%;
	text-align: center;
	height: 50px;
	background-color: #eeeeee;
}
.menu p{
	width: 1180px;
	margin: 0 auto;
}
.menu p a{
	font:normal 14px/50px "microsoft yahei";
	width: 20%;
	color: #333;
	display: inline-block;
}
.menu p a.home{
	background-color: #ed6d00;
	color: #fff;
}
.main{
	width: 1180px;
	margin: 0 auto 60px;
}
.title{
	padding-top: 36px;
	text-align: center;
	position: relative;
}
.title h3{
	position: relative;
	padding: 0 20px 10px;
	display: inline-block;
	font: normal 30px/50px "microsoft yahei";
}
.title i{
	position: absolute;
	width: 55px;
	height: 6px;
	background: #945d56;
	left: 50%;
	top: 92px;
	margin-left: -27px;
}
.title i.line{
	height:1px;
	margin-top:4px;
	width:260px;
	background:#cccccc;
	margin-left:-130px;
}
.content{
	margin-top: 30px;
}
.content p{
	
	text-align: center;
	font-size: 16px;
	color: #b4b4b4;
	font-family: "microsoft yahei";
}
.content span{
	float: left;
	color: #666666;
	margin-top: 20px;
	font:normal 16px/36px "microsoft yahei";
}
.content table{
	width: 100%;
	margin-top: 40px;
}
.content table th{
	height: 48px;
	background-color: #945d56;
	color: #fff;
	font:bold 16px "microsoft yahei";
	border: 1px solid #945d56;
}
.content table td{
	text-align: center;
	vertical-align: middle;
	height: 98px;
	color: #666;
	font:normal 16px "microsoft yahei";
}
