@charset "utf-8";
/* CSS Document */
ul, ol {
    list-style:none;
}
body, h1, h2, h3, h4, h5, h6, ol, p, ul, li {
    margin:0px;
    padding:0px;
}
body {
    font-family:"微软雅黑";
    /*
	background-color:#4dc1ff;
	*/
    
    background-size:cover;
}
.loginContent{
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	width:888px;
	height:428px;
	background-color:#FFF;
 
	margin:auto;
	border-radius:10px;
	box-shadow:#333 2px 2px 2px;
}

.loginContent h1{
	display:block;
	width:95%;
	height:80px;
	line-height:80px; 
	text-align:left;
	text-indent:25px;
	color:#3598db;
	margin:10px auto;
	border-bottom:1px dotted #3598db;
	font-size:25px;
	letter-spacing:2px;
} 
.loginContent .left{
	width:500px;
	height:300px;
	float:left;
	background:url(../images/wx.jpg) center center no-repeat;
}
.loginContent ul{
	display:block;
	width:350px;
	float:left;
}
.loginContent ul li{
	display:block;
	height:50px;
	line-height:50px;
	background-color:#faf8f0;
	margin:10px 0px;
	border-bottom:1px solid #057ab8;
}
.loginContent ul li span{
	display:block;
	width:108px;
	text-align:center;
	line-height:50px;
	height:50px;
	float:left;
	font-weight:bold;
	font-size:15px;
	color:#fff;
	background-color:#3598db;
}
.loginContent ul li input{
	display:block;
	height:47px;
	line-height:47px;
	float:left;
	border:0px;
	outline:0px;
	text-indent:5px;
	background-color:#faf8f0;
}

.loginContent ul li input::-ms-clear{display: none;}
.loginContent ul li input::-ms-reveal{display: none;}

.loginContent ul #stuid,.loginContent ul #passwd{
	width:225px;
		text-align:left;
	font-weight:bold;
	letter-spacing:1px;
	font-weight:bold;
	font-size:16;
}
.loginContent ul #vcode{
	width:100px;
	text-align:left;
	font-weight:bold;
	letter-spacing:1px;
	font-weight:bold;
	font-size:16;
}
.loginContent ul .nosty{
	border:0px;
	background:none;
	
}
.loginContent ul .findpwd{
	border:0px;
	background:none;
	height:20px;
	line-height:20px;
	text-align:right;
	margin:0px;
}
.loginContent ul .findpwd a{
	padding-right:20px;
	color:#188bce;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
}
.loginContent ul .findpwd a:hover{
	color:#057ab8;
	text-decoration:underline;
}
#btn_login{
	display:block;
	width:100%;
	height:50px;
	line-height:50px;
	background-color:#3598db;
	text-align:center;
	border:1px solid #057ab8;
	margin:0px auto;
	letter-spacing:5px;
	color:#FFF;
	font-weight:bold;
	cursor:pointer;
	font-size:16px;
}
#btn_login:hover{ 
	background-color:#188bce;
	border:1px solid #057ab8;
}


