body, html {
	margin: 0;
	padding: 0;
	min-height: 100%;
	overflow: hidden;
}

a {
	color: #459ae9;
	text-decoration: none;
}

a:hover {
	color: #459ae9;
	text-decoration: underline;
}

body {
	min-width: 1200px;
	font: 14px "Helvetica Neue", "Hiragino Sans GB", "Microsoft YaHei",
		"\9ED1\4F53", Arial, sans-serif;
	background: #091942;
	-webkit-text-size-adjust: 100%;
	color: #222;
}

body {
	background-image: url('../images/login_bg.png?=679');
	background-repeat: no-repeat;
	background-position: center center;
	-moz-background-size:100% 100%; background-size:100% 100%; 
}

.header {
	height: 48px;
	background: url(../images/nvl.png) repeat-x center top;
	position: absolute;
	top: 0px;
	width: 100%
}

.header .logo {
	float: left;
	margin-left: 18%;
	width: 200px;
}

.header .logo a {
	display: block;
	height: 40px;
	margin-top: 10px;
	text-indent: -999px;
	background: url(../images/logo2.png) left top no-repeat
}

.header .tel {
	float: right;
	margin-right: 18%;
	right: 100px;
	display: inline-block;
	height: 48px;
	line-height: 48px;
	color: #fff
}

.header .tel img {
	width: 24px;
	height: 24px;
	top: 7px;
	position: relative;
	margin-right: 5px;
}

.login-form label, .cbx, .guide-main-li-ico, .warn, .ico-new {
	background: url(../images/base.png) no-repeat;
}

.clr:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}

.clr {
	zoom: 1;
}

.hide {
	display: none;
}

.cbx {
	width: 16px;
	height: 16px;
	display: inline-block;
	margin: -3px 6px 0 0;
	*margin-top: 0;
	vertical-align: middle;
	cursor: pointer;
	overflow: hidden;
}

.cbx {
	background-position: 0 -54px;
}

.cbx-on {
	background-position: 0 -80px;
	display: inline-block;
}

.wrap {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	zoom: 1;
	color: #fff;
}

.banner .login {
	margin-left: 26%;
	width: 823px;
	height: 337px;
	
	position: static;
	/*box-shadow: 0px 0px 20px  rgba(0, 0, 0, 0.9);
	-webkit-box-shadow: 0px 0px 20px  rgba(0, 0, 0, 0.9);
	-moz-box-shadow: 0px 0px 20px  rgba(0, 0, 0, 0.9);
	border-bottom: 5px solid #131C29;*/
	
	background-image: url('../images/dl_bg.png?=679');
}

@media \0screen\,screen\9 {
	.banner .login {
		/*background: #fff;
		filter: alpha(opacity = 80);*/
		*zoom: 1;
		position: static;
	}
	/*.banner .login .login-in {
		position: relative;
	}*/
}

@media screen and (max-width: 1367px) {
    .banner .login {margin-left: 14%;}
   
}

.banner .login .login-in {
		width: 40%;
		margin: 0 auto;
}

.banner .wrap {
	position: relative;
	overflow: visible;
	padding-top: 12%;
}

.banner .login h2 {
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: 400;
	margin-top: 0px;
}

.banner .login h2 strong {
	display: none;
}

.banner .login a {
	color: #333
}

.banner .login a:hover {
	color: #459ae9
}

.banner .login .tips-error a {
	color: #459ae9
}

.banner .login .tips-error {
	line-height: 24px;
	font-size: 13px;
}

.banner .login .tips-warn .warn {
	float: left;
	width: 16px;
	height: 16px;
	background-position: -24px 0;
	margin-top: 4px;
}

.banner .login .tips-warn p {
	float: right;
	color: #b29b4a;
	width: 290px;
	font-size: 13px;
	line-height: 24px
}

.banner .login-form .login-mainly {
	margin-top: 10px;
	margin-bottom: 10px;
}

.banner .login-form .login-account, .login-form .login-password {
	height: 42px;
	padding: 3px 0;
	background: #fff;
	border: 1px solid #cecece;
	position: relative;
	padding-left: 54px;
}

.banner .login-form label {
	width: 20px;
	height: 20px;
	overflow: hidden;
	text-indent: -999px;
	position: absolute;
	left: 20px;
	top: 30%
}

.banner .login-form input {
	width: 100%;
	padding: 11px 0;
	border: 0;
	box-shadow: 0;
	outline: 0;
	vertical-align: middle;
	font-family: "Microsoft YaHei";
	font-size: 14px;
}

.banner .login-form .ico-account {
	background-position: 0 0;
}

.banner .login-form .ico-password {
	background-position: 0 -26px;
}

.banner .login-form .login-password {
	margin-top: 10px;
}


.banner .login-verify {
	margin-bottom: 10px;
	height: 38px;
}

.banner .login-verify input {
	width: 100px;
	padding: 10px;
	vertical-align: middle;
	vertical-align: middle;
	border-left: 1px solid #cecece;
	border-top: 1px solid #cecece;
}

.banner .login-verify input:focus {
	border-left: 1px solid #cecece;
	border-top: 1px solid #cecece;
}

.banner .login-verify .img-verify {
	width: 100px;
	height: 40px;
	margin: 0 11px;
	vertical-align: middle;
}

.banner .login-memory {
	margin-bottom: 20px;
	overflow: hidden;
	zoom: 1;
}

.banner .login-memory .memory-account {
	float: left;
}

.banner .login-memory .forget-password {
	float: right;
}

.banner .login .btn-login {
	display: inline-block;
	width: 100%;
	height: 45px;
	line-height: 45px;
	background-color: #D42424;
	color: #fff;
	text-align: center;
	font-size: 20px;
}

.login-logo{
	text-align: center;font-size: 30px;color: #666;padding-top: 4%;
}
.login-logo img{height: 60px;height: 60px;vertical-align: middle;margin-right: 5px;}

.banner .login .btn-login:hover {
	text-decoration: none;
	opacity: 0.8;
	filter: alpha(opacity = 80);
	color: #fff;
}



.footer {
	text-align: center;
	color: #fff;
	font-size: 12px;
	position: fixed;
	bottom: 0px;
	width: 100%
}

.footer p {
	margin-bottom: 10px;
}