/*注册中心页*/
.zcline{
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}
.ce_center{
	width: 1200px;
	margin: 0 auto;
	/*border: 1px solid red;*/
	margin-bottom: 10px;
}
/*注册提示*/
.ce_title{
	height: auto;
	overflow: hidden;
	width: 1200px;
	background: #eee;
	margin-top: 20px;
	margin-bottom: 20px;
}
.ce_title li{
	float: left;
	width: 33.3%;
	text-align: center;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	color: #999;
}
.ce_title li font{
	border: 2px solid #999;
	/*display: block;*/
	float: left;
	width: 30px;
	height: 30px;
	line-height: 25px;
	margin-top: 8px;
	margin-left:30%;
	border-radius: 20px;
}
.ce_title li b{
	font-weight: 500;
	display: block;
	width:30%;
	float: right;
	margin-right: 30%;
}
#hover{
	background: #ED8017;
}
#hover font{
	color: #fff;
	border: 2px solid #fff;
}
#hover b{
	color: #fff;
	font-weight: 600;
}

/*注册表单*/
.zhuce_main{
	/*border: 1px solid red;*/
	margin: 0 auto;
	width: 580px;
	margin-top: 30px;
}
.zhuce_form{
	/*border: 1px solid red;*/
}
.zhuce_form p{
	/*border: 1px solid red;*/
	height: auto;
	overflow: hidden;
	margin-bottom: 10px;
	display: block;
}
.zhuce_form p span{
	font-size: 16px;
	width: 12%;
	float: left;
	text-align: right;
	margin-right: 20px;
	line-height: 35px;
}
#hylx{
	width:18%;
	margin-left:10px;
	margin-right:10px;
	 color:#999;
	 border: 1px solid #ccc;
	 text-align: center;
}
/*#hylx_hover{
	width:18%;
	margin-right:10px;
	color:#0062A3;
	text-align: center;
	border: 1px solid #0062A3;
}*/



.input_text{
	border: 1px solid #ccc;
	width:70%;
	height: 35px;
	line-height: 55px;
	padding-left: 5px;
	color: #999;
	margin-top: 1px;
	margin-bottom: 10px;
}
.input_text2{
	width:220px;
	border: 1px solid #ccc;
	float: left;
}
.yz_ico{
	/*border: 1px solid #ccc;*/
	height: 35px;
	width: 30%;
	display: block;
	margin-left: 55.5%;
}


.yuedu_p{
	padding-left: 12%;
}
.yuedu_p a{
	color: #0062A3;
}

.msg_btn_area{
	/*border: 1px solid red;*/
	clear: both;
	width: 330px;
	text-align: center;
	height: 45px;
	line-height: 45px;
	background: #E28110;
	color: #fff;
	font-size: 16px;
	margin-top: 20px;
	border-radius: 4px;
	margin-bottom: 30px;
	margin-left: 12%;
}
.msg_btn_area a{
	color: #fff;
}


