*{margin:0px; padding:0px;}
body{font-size:12px; font-family:"宋体"; color:#555555;  }
ul,ol,li{list-style-type:none;}
a{text-decoration:none;}
img{border:none;}
html,body{
    margin:0px;
    height:100%;
}
body{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	background-size:cover;
	overflow:hidden;
}
.main-login{
	width:100%;
	height:450px;
    /*height:100%;*/
	margin-left:auto;
	margin-right:auto;
	background:url(../OAImages/分部登陆1920pxX450.jpg);
	position:absolute; 
    top:20%;
	border:1px solid #ddd;
}

.login-content{
	width:400px;
    /*height:450px;*/
	background:#fff;
	margin-top:80px;
	margin-left:60%;
	margin-right:auto;
	border:2px solid #425f8c;
}
h2{
	text-align:center;
	height:50px; 
	line-height:50px;
	background:#eee;
}
.login-info{
	width:320px; 
	height:40px;
	margin-left:auto;
	margin-right:auto; 
	background:#ffffff;
	border: 2px solid #f0f7fb;
	margin-top:20px;
	border:1px solid #ddd;
}
.login-info span.user{
	float:left;
	width:40px; 
	height:30px;
	margin:5px auto 5px auto; 
	background:url(../OAImages/icon-user.gif) no-repeat center center; 
	border-right:1px solid #a9a9a9
}
.login-info span.pwd{
	float:left;
	width:40px; 
	height:30px;
	margin:5px auto 5px auto; 
	background:url(../OAImages/icon-pwd.png) no-repeat center center; 
	border-right:1px solid #a9a9a9
}
.login-input{
	width:257px; 
	line-height: 40px;
	height:40px;
	background:#ffffff;
	border:none;
	margin:0;
	padding:0;
	padding-left:20px;

}
.login-oper{
	width:325px; 
	height:40px;
	margin-left:auto;
	margin-right:auto; 
	margin-top:10px;
	text-align:center;
}
.login-btn{
	width:100px;
	height:30px;
	border:none;
	background:#056daa;
	color:#ffffff;
	/*margin-left:2px;*/

	
}
.login-reset{
	float:right;
	width:100px;
	height:30px;
	border:none;
	background:#7c7777;
	color:#ffffff;
	margin-right:2px;
}

.bottom{
	width:100%; 
	height:40px;
	line-height:40px;
	text-align:right;
	color:#ffffff;
	font-weight:bold;
	font-size:24px;
	margin-top:80px;
	padding-right:40px;
}
