

.wrap{background: #f5f5f5;}
.top{background: #FFF;}
.logo{
	width: 1200px;
	margin: 10px auto;
	height: 85px;

	vertical-align: middle;
}
.box{height: 542px;}
.bot{overflow:hidden;width: 1200px;margin:0 auto;position: relative;height: 100%;}
.xiaotu{position: absolute;left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 820px;
	height: 350px;
	background: url(../img/logo_bg.png) no-repeat center;background-size: cover;
	}
.login_box{
	width: 360px;
	background: #FFFFFF;
	border: 1px solid #CCC;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.login_title{
	font-size: 20px;
	text-align: center;
	color: #000;
	padding: 15px 0;
	width: 300px;
	margin: 0 auto;
	border-bottom: solid 1px #CCCCCC;
	font-weight:bold;
}
.form_text_ipt{
	width: 300px;
	height: 40px;
	border: solid 1px #CCCCCC;
	margin: 20px auto 0 auto;
	background: #FFFFFF;
}
.form_check_ipt{
	width: 300px;
	margin:  10px auto;
	overflow: hidden;
}
.form_text_ipt input{
	width: 290px;
	height: 30px;
	margin: 5px;
	border: none;
	font-family: "微软雅黑";
	font-size: 15px;
	color: #666;
}
.check_left label{
	cursor: pointer;
}
.check_left label input{
	position: relative;
	top: 2px;
}
.form_btn{
	width: 300px;
	height: 40px;
	margin:  10px auto;
}
.form_btn button{
	width: 100%;
	height: 100%;
	border: none;
	color: #FFFFFF;
	font-size: 14px;
	background: #02004b;
	cursor: pointer;
}
.form_reg_btn{
	width: 300px;
	margin: 0 auto;
	font-size: 14px;
	color: #666;
	height: 40px;
}
.other_login{
	overflow: hidden;
	width: 300px;
	height: 80px;
	line-height: 80px;
	margin: 0px auto;
}
.other_left{
	font-size: 14px;
	color: #999;
}

