/*登录页面样式 login*/
.login-box{
	width: 100%;
	height: 520px;
	position: absolute;
	top: 90px;
	/*margin-top: -210px;*/
	background-color: #ccc;
	background-image: url('images/login.png?a=34');
	/*background-repeat: no-repeat;*/
	/*background-size: 100% 100%; */
}
.login-box .item{
	position: absolute;
	top: 20px;
	left: 15%;
	width: 340px;
	height: 480px;
	background-color: #fff;
	overflow: hidden;
}
.login-box .item h1{
	width: 340px;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	color: #333;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}
.login-box .item h2{
	height: 35px;
	line-height: 35px;
	padding: 0px 20px;
	margin-bottom: 20px;
}

.login-box .item h3{
	height: 35px;
	line-height: 35px;
	padding: 0px 20px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #666;
}
.login-box .item h3 .s1{
	float: left;
	width: 50%;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}
.login-box .item h3 .s2{
	float: right;
	width: 46%;
	height: 40px;
	line-height: 40px;
	overflow: hidden;	
}

.login-box .item h3 .s2 a{
	font-size: 14px;
	color: #137ec1;
}
.login-box .item h3 .s2 a:hover{
	color: #ff0000;
}


.login-box .item h4{
	height: 50px;
	line-height: 50px;
	padding: 0px 20px;
	margin-bottom: 5px;
	
	/*background-color: #ccc;*/
}


.login-box .item h5{
	height: 25px;
	line-height: 25px;
	padding: 0px 20px;
	font-size: 12px;
	margin-bottom: 10px;
	/*background-color: #ccc;*/
}
.login-box .item h5 .s1{
	float: left;
	width: 50%;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	font-size: 12px;
}
.login-box .item h5 .s2{
	float: right;
	width: 46%;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	font-size: 12px;
	text-align: right;	
}
.login-box .item h5 a{
	color: #137ec1;
}
.login-box .item h5 a:hover{
	color: #ff0000;
}


.login-box .item h6{
	height: 25px;
	line-height: 25px;
	padding: 0px 20px;
	font-size: 12px;
	margin-bottom: 10px;
	/*background-color: #ccc;*/
	padding-left: 25px;
	color: #999;

}


.other{
	width: 340px;
	height: 120px;
	position: absolute;
	bottom: 2px;
	/*background-color: #ccc;*/
}

.other_login{
	
	width: 340px;
	height: 75px;
	/*background-color: #ccc;*/
	overflow: hidden;
	padding-left: 60px;
	
}
.other_login .s{
	float: left;
	width: 55px;
	height: 55px;
	margin-top: 10px;
	margin-left: 10px;
	border:0px solid #ccc;
	box-sizing: border-box;
	text-align: center;
	cursor: pointer;
}
.other_login .s:hover{
	box-shadow: 1px 1px 3px #888;
}

.uname{
	font-size: 14px;
	background-image: url('images/ico-user.png');
	background-repeat: no-repeat;
	background-position: 4px;
	padding-left: 25px;
}
.upass{
	font-size: 14px;
	background-image: url('images/ico-pass.png');
	background-repeat: no-repeat;
	background-position: 4px;
	padding-left: 25px;
}
.ucode{
	font-size: 14px;
	background-image: url('images/code-pic.png');
	background-repeat: no-repeat;
	background-position: 4px;
	padding-left: 25px;
}

.logo{
	padding: 10px;
}
.foot{
	 width: 1200px; height: 50px; line-height: 25px; font-size: 12px; margin:0 auto; margin-top: 530px;  text-align: center;
}