*{
	margin:0;
	padding:0;
}
body{
	background:#e9e9e9;
	font-family: "Microsoft YaHei",
}
img{
	border:0;
	display:block;
}
.bg{
	width:100%;
	height:100%;
	/*background: url(../images/login_bg.jpg) repeat-x;*/
	background: url("../images/login_bg_new.png") no-repeat;
	background-size: 100% 100%;
	position:absolute;
	left:0;
	/*top:300px;*/
	/*margin-top:-57px;*/
}
.main{
	width:512px;
	height:350px;
	position:absolute;
	/*left:50%;*/
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	/*background: url(../images/main_bg.png) left center no-repeat;*/
	background-color: #fffafa;
	border-radius: 5px;
}

.login_form{
	width:560px;
	height:400px;
	/*margin:175px 0 0 250px;*/
	margin-left: 40px;
	margin-top: 40px;
}
.login_label{
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}
.login_label span{
	font-size: 16px;
	color:#004e7c;
	height:43px;
	line-height:30px;
	display:inline-block;
	width:65px;
}
.login_label input{
	width:340px;
	height:45px;
	line-height:30px;
	border:1px solid #cbcbcc;
	padding:0 5px;
	background:#fff;
	color:#666;
	font-size: 18px;
}
.login_label .submit{
	width:75%;
	height:48px;
	border:none;
	background: url(../images/login_btn.jpg) no-repeat;
	background-size: 100% 100%;
	color:#fff;
	font-size: 18px;
}
.footer{
	font-size: 10px;
	color:#525252;
	text-align:center;
	position:absolute;
	left:50%;
	bottom:20px;
	width:570px;
	margin-left:-275px;
}
