body {
	width: 100%;
	height: 100%;
	font-family: "微软雅黑 Regular";
	    background: #F8F8F8;
	font-size: 14px;
}
.clearfix {
		*zoom: 1
	}
	
	.clearfix:before,
	.clearfix:after {
		display: table;
		line-height: 0;
		content: ""
	}
	
	.clearfix:after {
		clear: both
	}
	
.contdiv{
	  background: #fff;
	padding: 20px 50px;
    box-sizing: border-box;
}
.xian {
	width: 150px;
	height: 1px;
	background: #1772B4;
	float: left;
	margin-top: 20px;
}

.denglup {
	height: 26px;
	font-size: 26px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #1772B4;
	float: left;
	margin-left: 22px;
	margin-right: 22px;
	font-size: 24px;
}

.dltop {
	margin-bottom: 40px;
    width: 450px;
    text-align: center;
    margin: 0 auto;
}
/*表单*/
.zcform{
	width: 100%;
	margin-top: 36px;
}
.form-group{
	float: left;
		margin: 13px 0;
}
.form-control{
	border: 1px solid #E0E0E0;
	padding: 0 10px;
	box-sizing: border-box;

}
.w245{
	width: 245px;
}
.w245 label{
	width: 69px;
}
.w322{
	width: 322px;
	margin-left: 84px;
}
.w322 label{
	width: 84px;
}
.w735{
	width: 735px;
	margin-left: 84px;
}
.w735 label{
	width: 84px;
}
.w735 input{
	width: 639px;
	height: 40px;
}
label{
	float: left;
	height: 40px;
	line-height: 40px;
/** 文本1 */
font-size: 15px;
font-weight: 400;
color: rgba(0, 0, 0, 1);


}
label font{
	color: #DE2C2C;
}

.w245 input{
	width: 171px;
	height: 40px;
}
.w322 input{
	width: 223px;
	height: 40px;
}
.sex{
	margin-left: 90px;
}
.sex input{
	    width: 16px;
    height: 16px;
    margin: 9px 10px 10px 20px;
}
.sex span{
	height: 40px;
	line-height: 40px;
	display: inline-block;
	
}
.w245 select{
	width: 171px;
	height: 40px;
	border: 1px solid #E0E0E0;
	padding: 0 10px;
	box-sizing: border-box;
}
.yzm input{
	
	width: 120px;
}
.yzm button{
	width: 89px;
	height: 40px;
	margin-left: 15px;
	background: #EFF4F9;
	line-height: 40px;
	color: #1772B4;
	border: none;
}
.zy{
	width: 100%;
/** 文本1 */
font-size: 15px;
font-weight: 400;
line-height: 40px;
color: #DE2C2C;
text-align: left;
vertical-align: top;

}
.tj{
	width: 100%;
	text-align: center;
	margin-top: 50px;
}
.tj a.zcbtn{
width: 171px;
height: 50px;
line-height: 50px;
/** 文本1 */
font-size: 15px;
font-weight: 400;
letter-spacing: 0px;
color: #FFFFFF;
text-align: center;
vertical-align: top;
display: inline-block;
background: #1772B4;

}
.tj a.blank{
width: 89px;
height: 50px;
line-height: 50px;
background: #EFF4F9;
color: #1772B4;
font-size: 15px;
font-weight: 400;
letter-spacing: 0px;
text-align: center;
display: inline-block;
margin-left: 17px;
}

@media (max-width: 991px) {
	.contdiv{
		width: 100% !important;
		padding: 20px 2%;
		box-sizing: border-box;
		margin: 0;
	}
	.dltop{
		width: 100%;
	}
	.xian{
		width: 24%;
	}
	.w245,.w322,.w735,.sex{
		width: 100%;
		margin-left: 0;
	}
	.form-group{
		width: 100%;
	}
	.form-group label{
		width: 30%;
	}
	.form-group input{
		width: 70%;
	}
	.form-group select{
		width: 70%;
	}
	.sex input{
		   width: 16px;
    height: 16px;
    margin: 9px 10px 10px 20px;
	}
	.yzm input{
		width: 40%;
	}
	.yzm button{
		width: 24%;
		margin-left: 4%;
	}
	}