body{
	background: #fff;
	font-family: "微软雅黑";
}

.head{
	height: 10vh;
	line-height: 10vh;
	padding: 0 70px;
	background: #fff;
}
.head div{
	float: left;
	/*height: 10vh;*/
	/*line-height: 10vh;*/
}
.head div img{
	/*height: 4vh;*/
	vertical-align: middle;
}
.head p{
	float: right;
	/*height: 10vh;*/
	/*line-height: 10vh;*/
	font-size: 26px;
	margin: 0;
}

#login-form{
	width: 100%;
	height: 82vh;
	margin: 0 auto;
	background: url(images/loginbg.png) center no-repeat;
	background-size: 100%;
}
#login-form .box-inner{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 508px;
	height: 574px;
	margin: -287px 0 0 -254px;
	background: url(images/loginfrom.png) center no-repeat;
	padding: 0;
}
#login-form .box-inner h5{
	margin: 83px auto 60px;
	text-align: center;
	font-size:26px;
	color: #333;
	font-weight: normal;
}

.input{
	margin: 0 auto 29px;
	text-align: center;
	display: block;
}
#login-form input[type="text"], #login-form input[type="password"]{
	width: 342px;
	height: 48px;
	line-height: 48px;
	padding: 0 5px;
	border: 1px solid #C9C9C9;
	text-indent: 48px;
	font-size: 16px;
	color: #333;
}
#login-form input[type="text"]{
	background: url(images/icon01.png) 16px center no-repeat;
}
#login-form input[type="password"]{
	background: url(images/icon02.png) 16px center no-repeat;
}
input[type="text"]:focus, input[type="password"]:focus,input[type="text"]:required, input[type="password"]:required{
	box-shadow:none
}

#login-form input.button {
	width: 342px;
	height: 48px;
	line-height: 48px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	background: #385278;
	padding: 0;
	border: none;
	letter-spacing: 10px;
	box-shadow: 0 2px 6px 4px #dddcdb;;
	font-weight: 500;
}
#login-form input.button:active{
	color: #fff;
    background-color: #36588c;
}
.login-footer{
	height: 8vh;
	margin: 0;
	background: #fff;
	line-height: 8vh;
	font-size: 24px;
	color: #ADADAD;
	text-align: center;
}
