html,body{
	width: 100%;
	height: 100%;
}
body,ul,li{
	margin:0;
	padding:0;
	font-family: "Microsoft Yahei";
}
body{
	background: url('../img/bg.jpg') center no-repeat ;
	background-size: cover;
}
/* 清除浮动 */
.clear:after, .clear:after{
  content: '\20';
  display: block;
  height: 0;
  clear: both;
}
.clear, .clear {
  *zoom: 1;
}
ul,li{
	list-style: none;
}
img{
	vertical-align: middle;
}
.content{
	width:500px;
	margin: 0 auto 60px;
	padding-top: 6%;	
}
.logo{
	display: block;
	text-align: center;
}
.loginbox{
	width:500px;	
	margin:20px auto 40px;
	height: 440px;
	background: url('../img/jianzhu.png') center bottom no-repeat;
}
.loginbox h2{
	padding:30px 0;
	text-align: center;
	font:bold 26px "Microsoft Yahei";
	color: #0c4a95;
	margin-bottom: 0;
}
.loginbox ul{
	margin: 0 16%;
}
.loginbox li{
	margin-bottom: 10px;
}
.border{
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 2px;
}
.loginbox li span{
	display: inline-block;
	margin-left: 2%;
	white-space: nowrap;
	color: #666;
}
.input,.yzmInput{
	border:0;
	display: inline-block;
	font-size:14px;
	line-height: 36px;
	width:75%;
	text-indent: 8px;
}
.yzm{
	width:62%;
	float: left;
}
.codeimg{
	float: right;
	width: 34%;
}
.reglink{
	text-align: center;
	margin-top: 30px;
	color: #999;
}
#code{
	display: block;
	color:#464a4f;
	background-color:#dce5ee;
	text-align:center;
	line-height: 40px;
}
.loginbtn{ 
	display: block;
	width: 100%;
	line-height: 40px;
	background-color: #025ac5;
	color:#fff;
	border-radius: 5px;
	font-family: "Microsoft Yahei";
	text-align: center;
	font-size:15px;
	border: 0;
}

.footer{
	display: block;
	text-align: center;
	margin: 40px 0;
	font-size:14px;
	color: #3b4450;
}
/*注册*/
.regbg{
	background: url('../img/regbg.png') center top no-repeat #eff8ff;
}
.reg-content{
	width:1000px;
	margin:10px auto 0;
}
.regmenu{
	display: block;
	margin: 25px 0 0 3%;
}
.regmenu li{
	display: inline-block;
	margin-right: 10px;
	line-height: 40px;
	padding:0 25px;
}
.regmenu li.cli{
	background-color: #fff;
	border-radius: 5px 5px 0 0;
}
.regBox{
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 5px 25px rgba(9,59,100,0.1);
	padding: 15px 0;
}
.regBox table{
	width: 98%;
	margin:0 1% 15px;
}
.regBox table td{
	padding:10px 5px;
	font-size: 15px;
	line-height: 1.6;
	
}
.regBox table tr:nth-of-type(2n+1){
	background-color: #ebf5fd;
}
.regBox table td input,.regBox table td textarea{
	border: 1px solid #ccc;
	border-radius: 4px;
	line-height: 28px;
}
.regBox table td select{
	border: 1px solid #ccc;
	border-radius: 2px;
	font-size: 14px;
	line-height: 32px;
	height: 32px;
	vertical-align: bottom;
}
.requireTip{
	color: #e00000;
	font-size: 14px;
	margin-left: 4px;
}
.font1{
	font-size: 14px;
	color: #888;
}
.regBox table td input.btn,.fileinput-button{
	background-color: #0060d6;
	color: #fff;
	border: 0;
	padding: 0 20px;
	line-height: 36px;
	margin-right: 20px;
	cursor: pointer;
	border-radius: 4px;
	vertical-align: bottom;
}
.regBox table td input.reset{
	border: 0;
	background-color: transparent;
	color: #666;
	cursor: pointer;
}
.toolbar{
	text-align: center;
}
.toolbar input.savebtn{
	background-color: #0060d6;
	color: #fff;
	padding: 0 28px;
	height: 30px;
	font-size: 15px;
	border: 1px solid #004fb1;
}
.zhuyi{
	display: block;
	font-size: 14px;
	line-height: 40px;
	margin-bottom: 10px;
	color: #e00000;
	padding-left: 3%;
}
