@charset "utf-8";
/*-------定义公共样式--------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, select, input, textarea, p, blockquote, table, th, td, hr, button {
	margin: 0;
	padding: 0;
}
body, select, input, textarea {
	color: #434343;
	font-size: 12px;
	font-family: "微软雅黑", Arial, Helvetica, sans-serif;
	word-wrap: break-word;
	word-break: break-all;
}
body {
	background-color: #1c77ac;
	background-image: url(../images/light.png);
	background-repeat: no-repeat;
	background-position: center top;
	overflow: hidden;
}
address, caption, cite, code, dfn, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul, li {
	list-style: none;
}
img, select, input {
	border: 0 none;
	vertical-align:middle;
}
/*去掉链接虚线，针对Firfox*/
a:focus {
	outline-style: none;
}
/*去掉链接虚线，针对IE*/
a, area {
	color: #3C3C3C;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: #d52f09;
	text-decoration: underline;
}
/*圆角样式*/
.fillet {
	border:1px solid #799AE1;
	position:relative;
	-webkit-border-radius:0.3em;
	-moz-border-radius:0.3em;
	-o-border-radius:0.3em;
	border-radius: 0.3em;
}
/*html5*/
main, article, aside, details, figcaption, figure, dialog, footer, header, hgroup, menu, nav, section {
	display: block;
}

#mainBody {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
}
/*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/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/loginbg1.png) repeat-x;
	z-index: 100;
	width: 100%;
}
.logintop span {
	line-height: 47px;
	background: url(../images/loginsj.png) no-repeat 21px 18px;
	text-indent: 44px;
	color: #afc5d2;
	float: left;
}
.logintop ul {
	width: 150px;
	float: right;
	display: inline;
	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/loginbg3.png) no-repeat center center;
	width: 100%;
	height: 585px;
	overflow: hidden;
	position: absolute;
	top: 47px;
}
.systemlogo {
	background: url(../images/loginlogo.png) no-repeat center;
	width: 100%;
	height: 71px;
	margin-top: 75px;
}
.loginbox {
	width: 516px;
	height: 255px;
	background: url(../images/login_bg.png) no-repeat center;
	margin: 30px auto 0;
}
.userlogin {
	padding: 24px 0 0 32px;
	font-size: 24px;
	color: #FFFFFF;
	letter-spacing: 3px;
}
.userlogin span {
	font-size: 16px;
	color: #c3e6f9;
	letter-spacing: 0px;
	padding-left: 5px;
}
#login_info {
	width: auto;
	height: auto !important;
	overflow: hidden;
	padding: 18px 0px 0px 222px;
}
#login_info .login_list {
	clear: both;
	width: 252px;
	height: auto !important;
	overflow: hidden;
	color: #FFF;
	margin-bottom: 10px;
}
#login_info .login_list .loginleft {
	width: 48px;
	line-height: 22px;
	float: left;
	display: inline;
}
#login_info .login_list .username-field {
	float: left;
	display: inline;
	width: 168px;
	background: url(../images/loginico.png) no-repeat right 2px #FFFFFF;
}
#login_info .login_list .password-field {
	float: left;
	display: inline;
	width: 168px;
	background: url(../images/loginico.png) no-repeat right -53px #FFFFFF;
}
#login_info .login_list .verification-field {
	float: left;
	display: inline;
	width: 90px;
	background-color: #FFF;
	margin-right: 5px;
}
/*---文本框样式----*/
#login_info input[type="text"]{
	height:22px;
	width:146px;
	margin-left:4px;
	font-size:13px;
}
#login_info input[type="password"]{
	height:22px;
	width:146px;
	margin-left:4px;
	font-size:13px;
}
#login_info input.text2 {
	width: 84px;
}
#login_info img {
	float: left;
	display: inline;
	cursor: pointer;
}
/*--------按钮样式-------*/
#login_menu {
	width: 229px;
	padding: 5px 0px 0px 270px;
}
#login_menu input.btn, #login_menu input.btn2 {
	width: 76px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	color: #FFF;
	cursor: pointer;
	border: none;
}
#login_menu input.btn {
	background: url(../images/submit.png) no-repeat;
}
#login_menu input.btn2 {
	background: url(../images/submit_up.png) no-repeat;
}
#about_info {
	margin: 0px auto;
	line-height: 22px;
	text-align: center;
	height: auto !important;
	overflow: hidden;
	color: #206690;
}
.loginbm {
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: url(../images/loginbg2.png) repeat-x;
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #0b3a58;
}
.loginbm a {
	font-weight: bold;
	color: #0b3a58;
}
.loginbm a:hover {
	color: #fff;
}