@charset "utf-8";
/* CSS Document */

*{
	padding:0px;
	margin:0px;
	font-size:14px;
	font-family:Microsoft YaHei;

}
.ahzymf{
	text-align: center;
	position: relative;
	top: -200px;
	font-size: 36px;
	color: #03A9F4;
	font-weight: 700;
	letter-spacing: 4px;
}
body{
	background-image:url(../images/login/login-bg.png);
	background-repeat:no-repeat;
	background-position:center top;
	background-color:#FAFAFA;
	padding-top:250px;
}
.login{
	width:100%;
	height:302px;
	background-color:#2CA5EA;
}
.login .login-container{
	width:1024px;
	background-image:url(../images/login/contbg.png);
	background-repeat:no-repeat;
	position:absolute;
	left:50%;
	margin-left:-530px;
	height:302px;
}
.login .login-container .copyright{
	float:left;
	width:600px;
	text-align:center;
	position:absolute;
	top:310px;
}
.login .login-container .login-main{
	width:351px;
	height:430px;
	float:right;
	position:absolute;
	right:10px;
	top:-30px;
}
.login .login-container .login-main .login-cont{
	width:100%;
	height:344px;
	background-color:#fff;
	border:1px solid #C4C4C4;
}
.login .login-container .login-main .login-cont h3{
	font-size:18px;
	height:50px;
	line-height:50px;
	border-bottom:1px solid #C4C4C4;
	border-top:3px solid #2CA5EA;
	padding-left:10px;
}
.login .login-container .login-main .login-cont h3 img{
	float:left;
}
.login .login-container .login-main .login-cont h3 span{
	margin-left:10px;
	color:#0F80A8;
}
.user-key .login-row{
	width:252px;
	height:35px;
	margin-top:20px;
	_margin-top:10px;
}
.user-key{
	margin-top:50px;
	margin-left:50px;
	*margin-top:35px;
	width:252px;
}
.user-key .login-row label{
	width:35px;
	height:35px;
	float:left;
}
.user-key .login-row input{
	width:209px;
	height:35px;
	background-color:#EDEDED;
	border:none;
	line-height:35px;
	padding-left:5px;
	outline:none;
	float:left;
	position:relative;
	left:-2px;
}

.user-key .login-row .btn-login{
	width:120px;
	height:30px;
	text-align:center;
	line-height:30px;
	background-color:#2CA5EA;
	color:#fff;
	border:none;
	cursor:pointer;
	float:left;
}
.user-key .login-row .btn-PKI{
	width:120px;
	height:30px;
	text-align:center;
	line-height:30px;
	background-color:#FFAA00;
	color:#fff;
	border:none;
	cursor:pointer;
	float:right;
}
.user-key .password{
	margin-top:5px;
}
.user-key .password label,.user-key .password input{
	float:left;
}
.user-key .password input{margin-top:5px;*margin-top:0px;}
.user-key .password a{
	float:right;
	color:#000;
}
.user-key .login-row .btn-yk{
	border:none;
	border-bottom:1px solid #0093E5;
	background:none;
	float:right;
	margin-top:10px;
}
.login-error{
	color:#E20000;
	position:absolute;
	top:80px;
	visibility:hidden;
}

.reg {
	float: right;
	margin: 20px 20px;
}

.content {
	padding-left: 200px;
}
.item {
	margin: 10px;
}

.item input {
	padding: 4px 10px;
	width: 300px;
}
