*{	
	margin:0px;
	padding:0px;	
}
body{
	width: 100%;
	min-height: 768px;
	height: auto;
	margin:0px;
	padding:0px;
	background-color: #E3E3E3;
	background-image: url(../img/login/page_bg.png);
	background-repeat:repeat-x;
	}
.page_bg {
	display: block;
	width: 100%;
	min-width: 1024px;
	height: 881px;	
	background-image: url(../img/login/page_img.png);
	/*background-size: cover;*/
	background-position: center 0;
	background-repeat:no-repeat;
	}
.head{
	display: block;
	width:1024px;
	height:auto;
	margin:0px auto 0px auto;
	padding: 20px 0px 0px 0px;
}
.login_wid{
	display: block;
	width: 650px;
	height: 280px;
	margin: 290px auto 0px -320px;
	z-index:2;
	left:50%;
	position:absolute;
}
.login_wid h2{
	display: block;
	width: 100%;
	height: auto;
	text-align: center;
}
.login_wid .login_Form{
	display: block;
	width: 100%;
	height: 220px;
}
.login_Form .form_left{
	display: block;
	width: 360px;
	height: auto;
	margin:20px 0px 0px 0px;
	float: left;
}
.form_left p{
	display:block;
	width:100%;
	height:40px;
	margin:15px 0px;
	padding:0px;
	clear:both;
	}
.form_left label{
	font:16px "微软雅黑";
	line-height:35px;
	}
.form_left .user_name, .user_psw{
	display:block;
	width:60px;
	height:35px;
	float:left;
	}
.form_left .name_input, .psw_input{
	display:block;
	width:240px;
	height:35px;
	margin:0px 10px;
	padding:0px 0px 0px 30px;
	border:1px solid #989898;
	border-radius:3px;
	line-height:35px;
	}
.form_left .name_input:hover, .psw_input:hover{
	border:1px solid #2E97ED;
	}
.form_left .name_input{
	background-image:url(../img/login/icon_user.png);
	background-repeat:no-repeat;
	background-position:3px 3px;
	}
.form_left .psw_input{
	background-image:url(../img/login/icon_Lock.png);
	background-repeat:no-repeat;
	background-position:3px 3px;
	}
.form_left span{
	display:block;
	width:220px;
	height:auto;
	clear:both;
	margin:0px auto 0px auto;
	}

.form_right{
	display:block;
	width:285px;
	height:auto;
	float:left;
	margin:20px 0px 0px 0px;
	background-image:url(../img/login/login_yy.png);
	background-position:left;
	background-repeat:no-repeat;
	}
.form_right .btn_dl{
	display:block;
	width:153px;
	height:96px;
	border:0px;
	margin:10px auto 0px auto;
	background-color:inherit;
	background-image:url(../img/login/login_btn.png);
	background-repeat:no-repeat;
	cursor:pointer;
	}
.form_right .btn_dl:hover{
	opacity:0.8;
	border:0px;
	}
.form_right a{
	display:block;
	width:80px;
	margin:30px auto 0px auto;
	color:#FF6503;
	text-decoration:none;
	text-align:center;
	}
.form_right a:hover{
	text-decoration:underline;
	}	

/*********底部版权************/
.copyright{
	display: block;
	position:fixed;
	bottom: 0px;
	width: 100%;
	height: 198px;
	z-index:1;
	background-image: url(../img/login/bottom_bg.png);
	background-repeat:repeat-x;
}
.copyright span{
	display: block;
	width: 100%;
	text-align: center;
	margin: 150px 0px 0px 0px;
	color:#127EA5;
}

