@charset "utf-8";
/* CSS Document */

.sear-menu {
	background:#21478b;
	padding:40px 0;
	text-align:center;
}
.sear-menu a {
	color:#fff;
	font-size:22px;
	padding:40px 80px;
}
.sear-menu a img {
	vertical-align:middle;
	margin-right:10px;
}
.box {
	width:850px;
	background:#fff;
	margin:20px auto;
	padding:40px;
	box-sizing:border-box;
}
.biao {
	width:100%;
	margin-bottom:50px;
}
.biao th {
	background:#f5f5f5;
	text-align:center;
	height:40px;
}
.biao td {
	text-align:center;
	height:35px;
}
.ser-text {
	border:1px solid #eee;
	border-radius:5px;
	height:70px;
	width:45%;
	margin-right:4%;
	float:left;
	padding-left:20px;
	box-sizing:border-box;
}
.ser-text .text {
	width:80%;
	height:63px;
	border:none;
	border-left:1px solid #eee;
	margin-top:2px;
	margin-left:15px;
	padding-left:15px;
}
.ser-btn {
	width:25%;
	float:right;
	height:70px;
}
.ser-btn a {
	display:block;
	background:#21478b;
	color:#fff;
	font-size:16px;
	width:100%;
	height:70px;
	border-radius:5px;
	text-align:center;
	line-height:70px;
}
.clear {
	clear:both;
}
.title1 {
	font-size:16px;
	font-weight:bold;
	color:#000;
	margin:15px 0;
}
.title1 img {
	vertical-align:middle;
	margin-right:10px;
}
.box1 {
	border:1px solid #eee;
	padding:20px;
}
