body {
	background-color: #f5f5f5;
}
.sevices-top {
	width: 100%;
	height: 60vh;
	background: url(../images/sevicestop.jpg);
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	text-align: center;
}
.sevices-top h1 {
    color: #fff;
    font-size: 32px;
    line-height: 40px;
    font-weight: 500;
    padding: 38% 0 10% 0;
}
.sevices-top h2 {
    color: #fff;
    font-size: 22px;
    line-height: 36px;
    font-weight: 500;
}
.sevices {
	width: 100%;
	margin: 0 auto;
	padding: 20px 0 0px 0;
}
.sevices>div h3 {
	line-height: 58px;
	font-size: 26px;
	color: #2b2b2b;
	text-align: center;
	font-weight: 500;
	padding-top: 10px;
}
.sevices>div p {
	width: 90%;
	line-height: 18px;
	font-size: 14px;
	color: #505050;
	text-align: center;
	margin: 0 auto;
}
.line {
	width: 44px;
	height: 1px;
	background-color: #bda977;
	margin: 22px auto; 
}
.mlxyimg>img,.colorrunimg>img ,.zhonglmimg>img,.fhwimg>img,.yzhldimg>img {
	display: block;
	border-radius: 10px;
	width: 80%;
	height: auto;
	margin: 10px auto;
}