@import url("base.css");
body, .logoDiv, .logoCon {
	position:absolute;
}
body {
	width:100%;
	height:100%;
	background:url(../img/login1/bg.jpg) top center no-repeat;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
}
.logoDiv {
	width: 774px;
	height: 138px;
	top: 10%;
	left: 49%;
	margin: 0 0 0 -387px;
	background:url("../img/login1/logonew.png") center no-repeat;
}
.logoCon {
	padding: 80px 46px 0px 380px;
	height: 336px;
	width: 348px;
	background:url("../img/login1/dlBg.png") top center no-repeat;
	top: 50%;
	left: 50%;
	margin-top: -150px;
	margin-left: -361px;
}
.logl {
	width:49%;
	height:617px;
	left:0px;
	top:50%;
	margin:-308px 0 0 0;
	background:url(../img/login1/logl.png) right center no-repeat;
}
.logr {
	width:46%;
	height:611px;
	right:0px;
	top:50%;
	margin:-305px 0 0 0;
}
.logtitle {
	background:url(../img/login1/logTitle.png) top center no-repeat;
	width:526px;
	height:111px;
	float:left;
}
.logrCon {
	background:url(../img/login1/log.png) center no-repeat;
	bottom:0px;
	left:0px;
	top:118px;
	width:526px;
	height:498px;
}
.zc {
	top:32px;
	right:0px;
	font-size:14px;
	color:#7094be;
	text-decoration:underline;
	cursor:pointer;
}
.zc:hover {
	color:#bd0000;
}
.logoCon input {
	height:44px;
	width:260px;
	border-radius: 4px;
	border:1px #2576e5 solid;
	background:#122773;
	margin-bottom:20px;
	font-size:14px;
	line-height:44px;
	color: #ffffff;
}
.logoCon input:hover {
	border:1px #00ceff solid;
	color: #00ceff;
}
.logoCon input.user {
	background:url(../img/login1/user.png) left bottom no-repeat #122773;
	background-position:0px 50%;
	padding-left:50px;
}
.logoCon input.user:hover {
	background:url(../img/login1/user.png) left center no-repeat #122773;
	background-position:0px 50%;
	padding-left:50px;
}
.logoCon input.password {
	background:url(../img/login1/password.png) left center no-repeat #122773;
	background-position:0px 50%;
	padding-left:50px;
}
.logoCon input.password:hover {
	background:url(../img/login1/password.png) left center no-repeat #122773;
	background-position:0px 50%;
	padding-left:50px;
}
.logoCon input.yzmInput {
	background:url(../img/login1/yzmPic.png) left center no-repeat #122773;
	background-position:0px 50%;
	padding-left:50px;
	float:left;
	width:137px;
	margin-bottom:26px;
}
.logoCon input.yzmInput:hover {
	background:url(../img/login1/yzmPic.png) left center no-repeat #122773;
	background-position:0px 50%;
	padding-left:50px;
}
.yzmPic {
	width:115px;
	height:46px;
	background:url(../img/login1/yzm.png) right center no-repeat;
	float:right;
	margin-left:8px;
	cursor:pointer;
	float: left;
}
.btnWz {
	display: block;
	clear: both;
	height:46px;
	border-radius: 4px;
	line-height: 46px;
	font-size: 18px;
	color:#d9f0ff;
	text-align: center;
	cursor:pointer;
	background: #2982ff;
	margin-right: 36px;
}
.btnWz:hover {
	background: #1383dd;
	color:#fff;
}