@charset "utf-8";

/* 全局样式 */
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div,dl,dd,dt
	{
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: url(../images/body_bg.gif) repeat-x #EFF3F6;
	color: #292D48;
	font-size: 12px;
	font-family: Verdana, "宋体", Arial, Sans;
	height: 100%;
	width: 100%;
}

ul,ol,li,dl,dd,dt {
	list-style: none;
}

select,input,img,select,button {
	vertical-align: middle;
	font-size: 12px
}

a {
	text-decoration: none;
}

a {
	color: #151515;
}

a:hover,a:active,a:focus {
	color: #0767C1;
}

.clearit {
	clear: both;
}

/* 系统登录 */
html {
	width: 100%;
	height: 100%;
}

body {
	background: url(../images/login_bg.gif) repeat-x #fff;
}

#loginTop {
	background: url(../images/login_top_bg.gif) no-repeat left top;
	height: 25px;
	padding: 5px 0px 0px 30px
}

#loginTop a {
	color: #fff;
	text-decoration: underline;
	background: url(../images/login_icon1.gif) no-repeat 0px 1px;
	padding-left: 18px;
}

#loginTop a:hover {
	text-decoration: none
}

#logo {
	margin-top: 150px;
	text-align: center
}
#login {
	width: 771px;
	height: 355px;
	overflow: hidden;
	margin: 0 auto;
	background: #fff;
	background: url(../images/login.png);
}
#login .login_left{ width: 273px; height: 203px;  float: left; margin-top:52px; margin-left: 108px; display: inline;}
#login .login_left .login_logo{ width: 213px; height: 76px; margin:0 auto; background: url(../images/logo.png);}
#login .login_left .telphone{ height: 50px; width: 273px;line-height: 25px; margin-top: 50px; text-indent: 66px;}
#login .login_left .login_logo a{ width: 213px; height: 76px; display: block;}
#login .login_left .banben{ width: 273px; height: 30px; margin-top: 173px; text-align: center; color: #3f4446; font-family: "微软雅黑";}
#login .login_right{ width: 350px; margin-left: 25px; float: left; height: 240px; margin-top: 50px; overflow: hidden; }
#login .login_right .houtai{ height: 40px; font-size: 22px;  font-weight: bold; color: #717171;}
#login .login_right .loginlist{ height:48px; width: 375px; clear: both; }
#login .login_right .logina{ width: 55px;  line-height: 34px; float: left; }
#login .login_right .loginb{ width: 310px; float: left;  height:48px;}
#login .login_right .loginb label{ color: #f00; line-height: 20px; margin-left: 5px; margin-right: 5px; display: block; height: 20px;}

#login .login_right .loginb input{ width: 130px; padding-left: 4px; height: 20px; line-height: 20px;  background: none repeat scroll 0 0 #FAFAFA;border: 1px solid #E5E5E5;vertical-align: middle; margin-top: 5px;}

#login .login_right .loginb .verifya{ width: 180px; height: 25px; float: left;}
#login .login_right .loginb .verifyimg{ width: 60px; float: left; height: 25px;margin-top:6px; text-align: center; margin-left: -110px; cursor: pointer;}
#login .login_right .loginb .verifyimg input{ cursor: pointer;}
#login .login_right .loginb .wangji{ width: 80px; height: 25px; float: left; line-height: 25px; margin-top: 7px;}
#login .login_right .loginb .verifya  input.verify{ width:54px; cursor: pointer;}
#login .login_right  .submita{ width: 90px; height: 27px;  clear: both; margin-left: 60px; display: block; margin-top: 5px;}
#login .login_right  .submita em input{ width: 90px; height: 28px; border:none;background: url(../images/loginsub.png) no-repeat;}
#login .login_bottom{ height: 40px; width: 567px; clear: both; padding-top: 20px; margin:0 auto;}

#login .login_bottom p.bottom_left{ width: 250px; line-height: 40px; float: left;color:#999;}
#login .login_bottom p.bottom_right{ width: 250px; line-height: 40px; float: right; text-align: right; color:#999; margin-right: 10px; display:inline;}
#login ul li {
	padding: 5px 0px;
	font-size: 13px;
	color: #777;
	position: relative;
	line-height: 18px
}

#login ul li label {
	position: absolute;
	top: 6px;
	left: 50px;
	font-size: 11px;
	font-family: "PMingLiU";
	color: #ee0000
}

#login ul li input.input {
	height: 24px;
	line-height: 24px;
	font-size: 21px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	border: 1px #E5E5E5 solid;
	color: #999;
	background: #fafafa;
	margin-right: 10px;
	margin-top: 5px
}

#login ul li img {
	
}

#login ul li span {
	font-size: 12px;
	margin-left: 5px
}

#login ul li.submit {
	position: absolute;
	top: 316px;
	margin-left: 280px
}

#login ul li em {
	
}

#login ul li em input {
	background: url(../images/login_btn.gif) no-repeat;
	width: 69px;
	height: 28px;
	border: 0px;
	cursor: pointer
}

#login ul li em input.submitHover {
	background-position: 0px -28px
}

/* 找回密码 */
#getpwd {
	width: 350px;
	height: 190px;
	overflow: hidden;
	margin: auto;
	padding: 15px 35px;
	background: #fff;
	border: 1px #E5E5E5 solid;
	margin-top: 20px
}

#getpwd ul li {
	padding: 5px 0px;
	font-size: 13px;
	color: #777;
	position: relative;
	line-height: 25px
}

#getpwd ul li label {
	position: absolute;
	top: 6px;
	left: 50px;
	font-size: 11px;
	font-family: "PMingLiU";
	color: #ee0000
}

#getpwd ul li input.input {
	height: 24px;
	line-height: 24px;
	font-size: 21px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	border: 1px #E5E5E5 solid;
	color: #999;
	background: #fafafa;
	margin-right: 10px;
	margin-top: 5px
}

#getpwd ul li img {
	
}

#getpwd ul li span {
	font-size: 12px;
	margin-left: 5px
}

#getpwd ul li span.pwd {
	font-size: 14px;
	margin-left: 140px;
	font-weight: bold;
}

#getpwd ul li.submit {
	position: absolute;
	top: 306px;
	margin-left: 280px
}

#getpwd ul li em {
	
}

#getpwd ul li em input {
	background: url(../images/login_btn.gif) no-repeat;
	width: 69px;
	height: 28px;
	border: 0px;
	cursor: pointer
}

#getpwd ul li em input.submitHover {
	background-position: 0px -28px
}

/* 设置密码 */
#setpwd {
	width: 350px;
	height: 250px;
	overflow: hidden;
	margin: auto;
	padding: 15px 35px;
	background: #fff;
	border: 1px #E5E5E5 solid;
	margin-top: 20px
}

#setpwd ul li {
	padding: 5px 0px;
	font-size: 13px;
	color: #777;
	position: relative;
	line-height: 25px
}

#setpwd ul li label {
	position: absolute;
	top: 6px;
	left: 50px;
	font-size: 11px;
	font-family: "PMingLiU";
	color: #ee0000
}

#setpwd ul li input.input {
	height: 24px;
	line-height: 24px;
	font-size: 21px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	border: 1px #E5E5E5 solid;
	color: #999;
	background: #fafafa;
	margin-right: 10px;
	margin-top: 5px
}

#setpwd ul li img {
	
}

#setpwd ul li span {
	font-size: 12px;
	margin-left: 5px
}

#setpwd ul li.submit {
	position: absolute;
	top: 373px;
	margin-left: 280px
}

#setpwd ul li em {
	
}

#setpwd ul li em input {
	background: url(../images/login_btn.gif) no-repeat;
	width: 69px;
	height: 28px;
	border: 0px;
	cursor: pointer
}

#setpwd ul li em input.submitHover {
	background-position: 0px -28px
}

#getPassword {
	
	
}

#getPassword a {
	text-decoration: underline;
	color: #888
}

#getPassword a:hover {
	color: #ff9c00
}

.inputHighlight {
	border-top: 1px #BBBBBB solid !important;
	border-left: 1px #BBBBBB solid !important;
	color: #007C0C !important;
	background: #FFFBEE !important;
}

#promptLayer {
	width: 360px;
	height: 48px;
	background: url(../images/promptLayer_bg.gif) no-repeat;
	position: absolute;
	left: 40%;
	top: 230px;
	z-index: 1000;
	display: none;
	line-height: 48px;
}

#promptLayer div.loading {
	width: 130px;
	height: 48px;
	background: url(../images/bg_loading.gif) no-repeat;
	padding-left: 50px
}

#promptLayer div.suc {
	padding-left: 50px;
	background: url(../images/suc.gif) no-repeat 25px 15px;
}

#promptLayer div.err {
	padding-left: 50px;
	background: url(../images/err.gif) no-repeat 17px 11px;
}