.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;
	padding: 0 45px;
}
.content a{
	color: #945d56;
}
.content p{
	margin-bottom: 35px;
	font:normal 16px/30px "microsoft yahei";
}
.content p b{
	font:bold 16px/30px "microsoft yahei";
	color: #945d56;
}
.note{
	font:normal 16px/28px "microsoft yahei";
	text-align: right;
	color: #333;
}