@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

body {
	 
	font-size: 14px;
	font-family: "微软雅黑";
}
.reg_tips{
	font-size: 16px;
    font-family: "仿宋";
}
.logo {
	height: 78px;
	width: 100%;
	background: url(../img/lg.png) repeat-x;
}

.big {
	width: 80%;
	overflow: hidden;
	margin: 0 auto;
	min-width: 1024px;
	background: #fff;
}

.banner {
	width: 100%;
	height: 80px;
	margin: 0 auto;
	border-bottom: 2px solid #ccc;
	background-color: #fff;
}

.banner p {
	font-size: 16px;
	line-height: 32px;
	padding-top: 10px;
	padding-left: 5%;
}

.banner p a {
	text-decoration: none;
	color: #2c56a8;
}

.banner span {
	line-height: 32px;
	color: #818181;
	padding-left: 5%;
}

.banner span span {
	padding-left: 10px;
}

.ZC_xinxi {
	width: 90%;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 10px;
}

.ZC_top {
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
}

.ZC_top p {
	display: block;
	width: 100%;
	font-size: 16px;
	line-height: 32px;
	color: #2c56a8;
	font-weight: 600px;
	border-bottom: 2px solid #dbdbdb;
}

.ZC_top table tbody tr {
	height: 45px;
	margin-left: 15px;
}

.ZC_top table tbody tr td {
	display: inline-block;
	margin-right: 10px;
	width: 260px;
}

.ZC_top table tbody tr td:last-child {
	display: inline-block;
	margin-left: 40px;
}
.ZC_top table tbody tr td:nth-child(2) {
width:350px;
}

.ZC_top table tbody tr td:first-child {
text-align:center;
}
.ZC_top table tbody tr td span {
	float: right;
}

.ZC_top table tbody tr td input {
	/* height:24px;
				width:200px; */
	width:320px;
}
.ZC_top table tbody tr td #area input {/* 单独对  行政区划 样式修改 ，若是用margin-right: 90px;会隐藏字符*/
	margin-right: 0px;
	width:210px;
}
.ZC_top table tbody tr td div {
	float: left;
	/* height:18px;  */
	color: #666;
	/* padding-left:30px; */
	/* background:url(../images/registerPage/x.png) no-repeat; */
}