.serve_wrap {
	background-color: #f5f5f5;
	padding-top: 24px;
	padding-bottom: 60px;
}
.serve_banner {
	width: 1280px;
	margin: 0 auto;
}
.serve_content {
	width: 1280px;
	margin: 0 auto;
}

/* 保险 */ 
.serve_cell {
	width: 1276px;
	height: 186px;
	border: 2px solid #e8e8e8;
	background-color: #fff;
	margin-top: 24px;
	color: #333;
}
.serve_cell_tit {
	width: 172px;
	font-size: 24px;
	font-weight: bold;
	line-height: 186px;
	padding-left: 28px;
	border-right: 2px solid #e8e8e8;
	float: left;
}
.serve_cell_txt{width: 1010px; padding: 15px 30px; font-size: 16px; line-height: 26px; float: left;}

/* 数据 */ 
.serve_data{ background-color: #fff; padding-top: 50px; font-weight: bold;}
.serve_data_tit { font-size: 30px; color: #333; text-align: center; margin-bottom: 120px;}
.serve_data_pic { width: 100%; background:url(../images/shuju_data.png) top center no-repeat; height: 540px;}

