/* 服务 */
.sv1{
	font-size: 16px;
	padding-top: 60px;
	width: 65%;
	margin: 0 auto;
	text-align: center;
	line-height: 180%;
	padding-bottom: 100px;
}
.sv2{
	border-top: 2px solid #999;
	margin-top: 110px;
	padding-top: 135px;
	padding-bottom: 100px;

}
.sv3{
	padding-bottom: 22px;
	font-weight: bold;
	font-size: 14px;

}
.sv4 input{
	font-size: 14px;
	font-weight: bold;
	color: #252A2C;	  
}
.sv4 input[type="email"]{
	border-radius: 0;
	background: #E5E5E5; 
	height: 52px;
}
.sv4 button[type="submit"]{
	background: #252A2C;
	color: #F9ED2A;
	width: 30%;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 14px;
	font-weight: bold;
	border-radius: 0;

}
.sv5 h4{
	font-size: 36px;
	font-weight: bold;
padding-bottom: 75px;
}
.sv5 p{
	font-size: 14px;
	line-height: 200%;
}