@charset "utf-8";

*{margin: 0 auto; padding: 0; list-style: none; text-decoration: none;}

.service-banner-container {
	height:300px;
	background: url(../images/b/b_2.jpg) no-repeat center center #f7f7f7;
	background-size:auto 100%;
}

.service{
	width: 1024px;
	margin: 0;
	padding: 0;
}

.service_top{
	height: 50px;
}

.service_bottom{
	margin-top: 40px;
}

.service_top_sub{
	width: 300px;
	margin: 20px auto ;
}

.service_top_sub_text{
	font-weight: bold;
	font-size: 26px;
	text-align: center;
}

.service_top_sub_span{
	text-align: center;
	font-size: 16px;
	color: #999;
}

.service_b{
	margin: 10px 0;
	width: 100%;
}

 .service_sub{
	width: 246px;
	height:350px;
	margin: 20px 5px;
	float: left;
	background: white;
	color: #000;
}

.service_sub_one{
	display:inline-table;
	width: 100%;
	height: 100px;
	padding: 30px 0;
	text-align: center;
	background: #eee;
	
}

.service_sub_two{
	display:inline-table;
	width: 100%;
	height: 80px;
	text-align: center;
}

.service_sub_two div{
	margin: 20px;
}

.service_sub_two div b{
	font-size: 16px;
}

.service_sub_two div p{
	font-size: 14px;
	color: #999;
	margin-top: 10px;
}

.service_sub_three{
	display:inline-table;
	width: 100%;
	height: 80px;
	text-align: center;
}
.service_sub_three a{
	display: block;
	width: 150px;
	height: 40px;
	margin: 20px auto;
	border-radius: 3px;	
	line-height: 40px;
	color: #999;
	box-shadow: 0px 0px 1px #999;
}
.service_sub_three span{
	display: block;
	width: 150px;
	height: 40px;
	margin: 20px auto;
	border-radius: 3px;	
	line-height: 40px;
	color: #999;
	box-shadow: 0px 0px 1px #999;
}

.inter-200 {
	float:left;
	width: 100%;
	height: 200px;
	background-color: #f7f7f7;
}