﻿@charset "utf-8";
/* CSS Document */
/***
 * uimaker
 * http://www.uimaker.com
 * e-mail: admin@uimaker.com
 */
* {
	font-size: 9pt;
	border: 0;
	margin: 0;
	padding: 0;
}
body{
	font-family: '微软雅黑';
	overflow: hidden;
}
.con {
	min-width: 980px;
	background-color:#fff;
	background-image:url('../images/login/login.png');
	background-repeat:no-repeat;
	background-position:center center;
	overflow:hidden;
	min-height: 800px;
}

ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

li {
	display: block;
	padding: 0;
	list-style: none;
}

img {
	border: 0;
}

dl,dt,dd,span {
	margin: 0;
	padding: 0;
	display: block;
}

a,a:focus {
	text-decoration: none;
	color: #000;
	outline: none;
	blr: expression(this.onFocus = this.blur () );
}

a:hover {
	color: #00a4ac;
	text-decoration: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

cite {
	font-style: normal;
}

h2 {
	font-weight: normal;
}

/*cloud*/
#mainBody {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
}

.cloud {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url(../images/login/cloud.png) no-repeat;
	z-index: 1;
	opacity: 0.5;
}

#cloud2 {
	z-index: 2;
}

/*login*/
.logintop {
	height: 47px;
	position: absolute;
	top: 0;
	background: url(../images/login/loginbg1.png) repeat-x;
	z-index: 100;
	width: 100%;
}

.logintop span {
	color: #fff;
	line-height: 47px;
	background: url(../images/login/loginsj.png) no-repeat 21px 18px;
	text-indent: 44px;
	color: #afc5d2;
	float: left;
}

.logintop ul {
	float: right;
	padding-right: 30px;
}

.logintop ul li {
	float: left;
	margin-left: 20px;
	line-height: 47px;
}

.logintop ul li a {
	color: #afc5d2;
}

.logintop ul li a:hover {
	color: #fff;
}

.loginbody {
	background: url(../images/login/login.png) no-repeat center
		center;
	width: 1920px;
	height: 1080px;
}

.systemlogo {
	width: 100%;
	height: 71px;
	background-size: 170px;
	margin-top: 75px;
	padding-top: 25px;
	font-size: 54px;
	font-weight:bold;
	text-align: center;
}

.logo{
	width: 105px;
	height: 62px;
	background: url(../images/login/logo-login.png) no-repeat;
	margin: 10px 0 10px 20px;
}

.login-box {
	width: 25%;
	height: 40%;
	background: url(../images/login/login-box.png) no-repeat;
	margin-left: 65%;
}

.title{
	width: 100%;
	height: 120px;
	line-height: 140px;
	font-size: 24px;
	color: #fff;
	text-align: center;
}

.loginTip{
	color: red;
	font-size: 14px;
}

.login-box ul li {
	margin: 10px 0;
}

.login-box ul li {
	text-align: center;
}

.loginbox ul li label {
	color: #687f92;
}

.loginbox ul li label a {
	color: #687f92;
}

.loginbox ul li label a:hover {
	color: #3d96c9;
}

.loginbox ul li label input {
	margin-right: 5px;
}

.loginuser {
	width: 252px;
	height: 32px;
	background:#ecf5fa url(../images/login/loginuser.png) no-repeat 20px 10px;
	border: none;
	line-height: 32px;
	padding-left: 44px;
	font-size: 14px;
	outline: none;
}

.loginchives {
	width: 252px;
	height: 32px;
	background:#ecf5fa url(../images/login/archives.png) no-repeat 20px 10px;
	border: none;
	line-height: 32px;
	padding-left: 44px;
	font-size: 14px;
	outline: none;
}

.loginpwd {
	width: 252px;
	height: 32px;
	background:#ecf5fa url(../images/login/loginpassword.png) no-repeat 20px 10px;
	border: none;
	line-height: 32px;
	padding-left: 44px;
	font-size: 14px;
	outline: none;
}

.loginbtn {
	width: 152px;
	height: 40px;
	background: url(../images/login/buttonbg.png) repeat-x;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	line-height: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.loginbm {
	height: 50px;
	line-height: 50px;
	text-align: center;
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #000;
}

.loginbm a {
	font-weight: bold;
	color: #0b3a58;
}

.loginbm a:hover {
	color: #fff;
}
.forgetPwd{
	float: right;
}
.back-img{
	width: 100%;
	position: absolute;
	left:0;
	top:0;
	z-index: -1;
}
.back-img img{
	width: 100%;
	height: 100%;
}
.rem-c{
	width: 296px;
	display: block;
	margin: 0 auto;
	text-align: left;
}
.rem-c input{
	vertical-align: middle;
}
