.header{
	width: 100%;
	height: 50px;
	/* border-bottom: 1px solid #999; */
	position: fixed;
	top: 0;
	left: 0;
}
.header img{
	height: 48px;
	margin-right:8%;
	float:right;
}
.centerBox{
	width: 100%;
	height: 100%;
	background: url('../images/4.png') no-repeat center;
	background-size: 100% 100%;
}
.centerBox .login{
	width: 320px;
	position: absolute;
	left: 60%;
    top: 49%;
    margin-left:-50px;
    margin-top:-150px;
 	background:url('../images/hbe.png') no-repeat center; 
 	background-size:100% 100%;
	border-radius:4px;
	/* border:1px solid #999; */
	
}
.centerBox .login p{
	 background:  url('../images/tiaob.png') no-repeat bottom center; 
	 background-size:100% 2px;
	border-radius: 8px 8px 0 0;
	color: #fff;
	font-size: 22px;
	line-height: 95px;
	text-align: center;
	/* opacity: 0.8; */
	margin-bottom: 0;
	margin-top:15px;
}
.centerBox .login .inLogin{
	height: 280px;
	width: 100%;
	text-align: center;
/* 	background: url('../images/ssww.png') repeat; */

}
.centerBox .login .inLogin span{
	opacity: 1;
	display: inline-block;
	margin-top:35px;
}
.centerBox .login .inLogin span input{
	height: 38px;
	line-height: 38px;
	width: 180px;
	padding-left:8px;
	border:1px solid #0043C3;
	margin-top:12px;
}
.centerBox .login .inLogin span input:-webkit-autofill {  
-webkit-box-shadow: 0 0 0px 1000px white inset;  
 -webkit-text-fill-color: #333;  
}  
.centerBox .login .inLogin span i{
	color: #fff;
	font-size: 16px;
	line-height: 38px;
	text-align:left;
	margin-right:8px;
}
.centerBox .login  button{
 margin-top: 25px;
 background:#002364;
 border:1px solid #003DB4;
}
