@charset "utf-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	padding: 0;
	margin: 0;
	font-size: 12px;
	line-height: 100%;
	font-family: Arial, sans-serif;
}
html {
	height: 100%;
}
body {
	position: relative;
	min-height: 100%;
}
ul, ol {
	list-style: none;
}
img {
	border: 0;
}
body {
	margin: 0;
	text-align: center;
	background: #FFF;
}
#login {
	display: block;
	text-align: left;
}
#login .wrap {
	width: 880px;
	margin: 0 auto;
}
#login_header {
	display: block;
	padding-top: 30px;
	height: 90px;
}
.login_logo {
	font-size: 40px;
	font-weight: 800;
	line-height: 90px;
	color: #1b8eca;
}
#login_content {
	display: block;
	position: relative;
	padding: 85px 0;
	overflow: hidden;
	zoom: 1;
	background-color: #1b8eca;
}
.login_title {
	display: block;
	padding: 25px 0 0 38px;
}
.loginForm {
	float: right;
	width: 268px;
	padding: 20px 29px;
	border-radius: 2px;
	background-color: #fff;
	border: 1px solid #e1e1e1;
}
.loginForm p {
	margin: 15px 0;
	position: relative;
	height: 40px;
}
.loginForm p .icon {
	position: absolute;
	width: 20px;
	height: 20px;
	top: 10px;
	left: 10px;
	overflow: hidden;
	background: url(./images/login_icon2.png) no-repeat -99em -99em;
}
.loginForm p.itemUser .icon {
	background-position: 0 0;
}
.loginForm p.itemPwd .icon {
	background-position: -20px 0;
}

.loginForm input {
	display: block;
	width: 216px;
	padding: 10px 10px 10px 40px;
	height: 18px;
	font-size: 14px;
	line-height: 18px;
	color: #333;
	background: #FFF;
	box-shadow: inset 1px 1px 1px rgba(240,240,240,.75);
	border: 1px solid #dadada;
	border-radius: 2px;
}
.loginForm .inputCode {
	width: 111px;
	padding-right: 115px;
}
.loginForm .showCode {
	position: absolute;
	right: 6px;
	top: 6px;
	height: 38px;
	overflow: hidden;
}
.login_bar {
	margin: 30px 0 15px;
}
.login_bar .btn {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	overflow: hidden;
	height: 36px;
	font-size: 16px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	border: 0 none;
	background: #1b8eca;
	border-radius: 2px;
	cursor: pointer;
}
.login_bar .btn:hover {
	background-color: #329acf;
}

.login_other {
	padding: 5px 0;
	text-align: right;
}
.login_other a {
	color: #848484;
	font-size: 15px;
	text-decoration: none;
}

.login_banner {
	float: left;
	width: 300px;
	position: relative;
	zoom: 1;
	padding: 15px 100px 180px 40px;
}
.login_banner p {
	position: relative;
	font-size: 25px;
	line-height: 39px;
	color: #bbddef;
	z-index: 1;
}
.login_banner img {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 0;
}


#login_footer {
	display: block;
	margin-top: 30px;
	padding-bottom: 50px;
	color: #666;
	text-align: center;
}
#login_footer .wrap {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 50px;
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	color: #717171;
}






