@CHARSET "UTF-8";
body {
	font-family: "微软雅黑";
}
div {
	box-sizing: border-box;
}
.clearfix:before,
.clearfix:after {
	display: table;
	content: " ";
}
.clearfix:after {
	clear: both;
}

.js_nav, .area { box-sizing: inherit;}

.container {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.logo {
	height: 130px;
	position: static;
}
.logo a {
	display: block;
	background: url(../Images/login/logo.png) no-repeat;
	width: 154px;
	height: 66px;
	margin-top: 55px;
}
.blue {
	background-color: #0a50a6;
	height: 600px;
	position: relative;
    margin-top: 113px;
}
.blue .bg-img {
	/*background: url(../Images/login/bg-img.jpg) no-repeat;*/
	width: 516px;
	height: 548px;
	position: absolute;
	top: 32px;
	left: 10px;
	z-index: 0;
}

.login-box {
	position: absolute;
	z-index: 100;
	width: 350px;
	height: 340px;
	background-color: #fff;
	top: 109px;
	right: 0;
	padding: 25px 25px 40px;
}
.login-box h1 {
	height: 18px;
	line-height: 18px;
	font-size: 16px;
	margin-top: 9px;
    padding-bottom: 8px;
}
.login-box .error
{
    background: #FFEBEC;
    border: 1px solid #FFBDBF;
    color: #E6393D;
    float: none;
    left: 0;
    padding: 3px 10px 3px 10px;
    width: 300px;
    z-index: 100;
 }
.input-box.name {
	background: url(../Images/login/icon1.png) no-repeat 8px 13px;
	background-color: #ddd;
}
.input-box.password {
	background: url(../Images/login/icon2.png) no-repeat 10px 13px;
	background-color: #ddd;
}
.input-box {
	margin-top: 20px;
    position: relative;
}
.input-box label {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #ddd;
    text-align: center;
    position: absolute;
    left: 1px;
    top: 1px;
    outline: 0;
}
.input-box .login-text {
    width: 240px;
    font-size: 14px;
    line-height: 18px;
    height: 18px;
    padding: 11px 8px 11px 50px;
    border: 1px solid #ddd;
}
i.icon-name {
	display: block;
	background: url(../Images/login/icon1.png) no-repeat;
	width: 20px;
	height: 25px;
	margin: 8px auto 0 auto;
}
i.icon-psw {
	display: block;
	background: url(../Images/login/icon2.png) no-repeat;
	width: 20px;
	height: 25px;
	margin: 8px auto 0 auto;
}
.login-box .login-links {
    margin-top: 29px;
    overflow: hidden;
    line-height: 14px;
}
.login-box .login-links a.forget-pwd {
    float: left;
}
.login-box .login-links a.register {
    float: right;
}
.login-box a {
    color: #6c6c6c;
}

.login-box input.submit {
    width: 300px;
    height: 42px;
    border: 0;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    line-height: 42px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: #f40;
    border-radius: 3px;
    cursor: pointer;
    zoom: 1;
    margin-top: 15px;
}
.login-box input.submit:hover {
    background-color: #f52b00;
}
.foot.area {
	padding: 30px;
}

.iconfont {
color: #f40;
padding-right: 8px;
font-size: 12px;
}

.logo_title{
    position: fixed;
    _position: absolute;
    _left: expression(eval(document.documentElement.scrollLeft));
    _top: expression(eval(document.documentElement.scrollTop));
    top: 0;
    left: 0;
    height: 113px;
    width: 100%;
    line-height: 110px;
    border-top: 3px solid #eb5515;
    background: #fff;
    z-index: 99999;
}

.logo_title .area{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.logo_title .area .logoa{
    margin-right: 50px;
}

.logo_title .area .logoa img{
    width: 123px;
    height: 48px;
}