@charset "utf-8";
html,body{
	height:100%;
	overflow:hidden;
	background:#000050;
	font-family:"Microsoft YaHei",'FontCreatorProgramRegular','黑体',Tahoma, Geneva, sans-serif;
	}
* {
	margin:0px;
	padding:0px;
	border:0px;
}
a:link, a:visited{
	color:#FFF;
	text-decoration:none;
}
a:hover{
	color:#000;
	text-decoration:none;
}

.bigPicBg{
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:0;
	background-position:center 0;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-size:cover;
	-webkit-background-size:cover;
	-o-background-size:cover;
	zoom:1;
}

/*.bigPicBg{
	height:100%;
	background:url(bigbg.png) no-repeat center top;
	background:url(bigbg.png) no-repeat;
	filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(src='bigbg.png',sizingMethod='scale')";
	background:no-repeat;
	-moz-background-size:100% 100%;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='bigbg.png', sizingMethod='scale');
}
*/
.logoArean{
	width:96%;
	margin:0px auto;
	padding-top:10px;
	height:20%;
}
.titleArean{
	width:100%;
	height:140px;
	text-align:center;
	font-family:"微软雅黑";
	
}
.titleArean h1{
	color:#fff;
	font-size:32px;
	text-shadow: 0 3px 6px #06F;
}

.titleArean h2{
	color:#fff;
	font-size:40px;
	line-height:60px;
	text-shadow: 0 3px 6px #06F;
}
.titleArean h3{
	font-size:14px;
	font-weight:normal;
	color:#d3efff;
}
.titleArean h4{
	font-size:14px;
	font-weight:normal;
	color:#d3efff;
}
.loginArean{
	width:100%;
	height:200px;
	text-align:center;
}
.loginArean .wrong{
	color:#FF0000;
	font-size:14px;
	text-align:center;
	line-height:30px;
	font-weight:bold;
}

.loginArean .user{
	height:34px;
	background:url(../images_login_new/user_login.png) no-repeat left;
	margin:0px auto 6px auto;
	width:224px;
	background-color:#FFF;
}
.loginArean .user input{
	height:34px;
	line-height:34px;
	width:190px;
	border:none;
/*	background-color:transparent;*/
	background-color:#FFF;
	margin-left:32px;
	-webkit-border-radius:5px;
}
.loginArean .pass{
	height:34px;
	background:url(../images_login_new/user_pass.png) no-repeat;
	margin:0px auto 6px auto;
	width:224px;
	background-color:#FFF;

}
.loginArean .pass input{
	height:34px;
	line-height:34px;
	width:190px;
	border:none;
/*	background-color:transparent;*/
	background-color:#FFF;
	margin-left:32px;
	-webkit-border-radius:5px;
}
/*input:-webkit-autofill {  
} */
.loginArean .forget{
	width:225px;
	margin:0px auto;
	height:40px;
	line-height:30px;
	font-size:13px;
	color:#FFF;
}
.loginArean .forget .first{
	width:10%;
	float:left;
	margin-top:8px;
	text-align:left;
}
.loginArean .forget .left{
	width:50%;
	float:left;
	text-align:left;
}
.loginArean .forget .right{
	width:40%;
	text-align:right;
	float:left;
}
.loginArean .login{
	height:40px;
}
.copyright{
	width:100%;
	height:50px;
	line-height:20px;
	font-size:12px;
	color:#FFF;
	background:#003fb7;
	position: absolute;
	bottom:0px;
}
.copyright .p{
	color:yellow;
	font-size:15px;
	font-weight:bold;
}
.copyright .left{
	width:25%;
	margin-left:2%;
	float:left;
}
.copyright .center{
	color:red;
	font-size:17px;
	font-weight:bold;
	width:40%;
	text-align:center;
	float:left;
}
.copyright .right{
	width:30%;
	float:left;
	text-align:right;
}
