/*重置样式*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
        margin:0;
        padding:0;
}
body{
	font-family: "Microsoft YaHei";
}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img { border:0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;
font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym { border:0;}
a{
	text-decoration: none;
}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.clearfix{*+height:1%;}

.textCenter{
	text-align: center;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
/*重置样式*/
.wrap{
	height: 1235px;
	margin: 0 auto;
	background: url(imageszxbm-bg.jpg) no-repeat center center;
}
.innerbox{
	width: 1200px;
	margin: 0 auto;
	color: #3E3E3E;
}
.tip{
	padding-top: 260px;
	margin: 0 85px;
	font-size: 18px;
	line-height: 32px;
}
.tip span{
	color: #da0505;
}
.form-descript{
	margin-top: 50px;
	margin-bottom: 30px;
	margin-left: 220px;
	font-size: 24px;
}
.zxbm-ul{
	margin-left: 65px;
}
.zxbm-ul li{
	margin-left: 30px;
	margin-bottom: 30px;
}
.zxbm-ul label{
	width: 120px;
	font-size: 22px;
	display: inline-block;
	text-align: right;
}
.zxbm-ul input[type='text']{
	font-size: 16px;
	width: 300px;
	height: 45px;
	border: 2px solid #aca9ab;
	border-radius: 10px;
	padding-left:5px ;
}
.zxbm-ul input[type='radio']{
	width: 20px;
	height: 20px;
	vertical-align:text-top;
}

.zxbm-ul span{
	color: #DA0505;
	font-size: 22px;
}
span.gender{
	font-size:24px ;
	height: 25px;
	padding-right: 20px;
	color: #3e3e3e;
}
select[name="education"]{
	width: 100px;
	height: 45px;
	border: 2px solid #aca9ab;
	border-radius: 10px;
	font-size: 16px;
	padding-left: 20px;
	color: #3E3E3E;
}
select[name="specialty"]{
	width: 150px;
	height: 45px;
	border: 2px solid #aca9ab;
	border-radius: 10px;
	font-size: 16px;
	padding-left: 20px;
	color: #3E3E3E;
}
.submit-tip{
	padding-left: 220px;
	font-size: 20px;
	font-weight: 500;
}
.submit-tip span{
	color: #DA0505;
	padding: 0 5px;
}
.wrap-btn{
	padding-left: 220px;
	margin-top: 30px;
}
input[type="button"]{
	width: 115px;
	height: 40px;
	background-color: #df3834;
	border: none;
	font-size: 20px;
	color: #fff;
	border-radius: 5px;
	margin-right: 30px;
}
input[type="button"]:hover{
	background-color: #ee7800;
}








