@charset "utf-8";
body{font:12px;font-family:"微软雅黑", Arial, "Trebuchet MS", Verdana, Georgia,Baskerville,Palatino,Times;color:#5a5a5a; margin:0; background-color: rgb(238, 242, 246);}
body.login{
	background-image: url(../images/footer.png);
	background-repeat: repeat-x;
	background-position: bottom;
	background-size: cover; background-attachment: fixed; 
	background-repeat: no-repeat; min-width: 1200px;
}
table,td{font:12px/180%; color:#58595b;}
table{border-collapse:collapse; border-spacing:0; empty-cells:show; }
th, td { border-collapse:collapse; }
A:link{text-decoration:none; color:#303D58;}
A:visited{text-decoration:none; color:#303D58;}
A:hover{text-decoration:none; color:#303D58;}
img{ border:0; }
div,p,img,ul,li,form,input,label,span,dl,dt,dd,h1,h2,h3,h4,h5,h6{font-size: 12px;margin:0;padding:0;}
ol,ul,li{list-style-type:none;}
.overz{ overflow:auto; zoom:1; overflow-x:hidden; overflow-y:hidden;}
.dspn{ display:none;}
a{blr:expression(this.onFocus=this.blur())} /*for IE*/
a{outline:none;} /*for Firefox*/
html{-webkit-text-size-adjust:none;}
p{
	font-size: 12px;
}
/*--login--*/
.login_m{ width:100%; margin:0 auto;  margin-top:0px; /*position: absolute;left:50%;top:50%;margin-left:-202px;margin-top:-188px;*/}
.login_logo{
	text-align:center;
	margin-bottom:5px;
	height: 80px;
}
.login_logo h1{
	font-size: 30px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 80px;
}
.login_boder{ background: url(../images/login_m_bg.png) no-repeat; overflow:hidden;}
.login_padding{ padding:10px;}
.login_boder h2{ color:#303D58; text-transform:uppercase; font-size:12px; font-weight:normal; margin-bottom:11px;}
.forget_model_h2{color:#303D58; font-size:12px; font-weight:normal; margin-bottom:11px;}

.login_boder input.txt_input{
	width:94%;
	height:36px;
	border: 1px solid #CECECE;
	font-size: 14px;
	transition: border-color 0.2s linear 0s;
	padding-top: 0px;
	padding-right: 3%;
	padding-bottom: 0px;
	padding-left: 3%;
	background-color: rgb(255, 255, 255);
	border-radius: 4px;
	margin-right: 10px;
	margin-bottom:20px;
	color: #666666;
}

.login_boder input.txt_input:focus {
	outline: 0px none;
	border-top-color: #57A957;
	border-right-color: #57A957;
	border-bottom-color: #57A957;
	border-left-color: #57A957;}
	
.login_boder input.txt_input2{
	width:20%;
	height: 35px;
	border: 1px solid #CECECE;
	font-size: 14px;
	transition: border-color 0.2s linear 0s;
	padding-top: 0px;
	padding-right: 3%;
	padding-bottom: 0px;
	padding-left: 3%;
	background-color: rgb(255, 255, 255);
	border-radius: 4px;
	margin-right: 10px;
	color: #666666;
	margin-bottom:20px;
}
.login_boder input.txt_input2:focus {
	outline: 0px none;
	border-top-color: #57A957;
	border-right-color: #57A957;
	border-bottom-color: #57A957;
	border-left-color: #57A957;}
	
.login_boder p.forgot{ font-size:11px;  text-align:right; margin-bottom:15px;}
.login_boder p.forgot a,.login_boder p.forgot a:visited{color:#8c8e91;}
.login_boder p.forgot a:hover{color:#206fd5;}
.rem_sub input.sub_button{
	width:100%;
	height:35px;
	border:none;
	color:#FFF;
	padding-bottom:2px;
	font-size:14px;
	font-weight:bold;
	background-color: #E0453D;
	border-radius: 4px;
	margin-bottom: 15px;
}
.rem_sub input.sub_button:hover{
	width:100%;
	height:35px;
	border:none;
	color:#FFF;
	padding-bottom:2px;
	font-size:14px;
	font-weight:bold;
	background-color: #E46058;
	border-radius: 4px;
}
.rem_sub input.sub_button2{
	width:100%;
	height:35px;
	border:none;
	color:#FFF;
	padding-bottom:2px;
	font-size:14px;
	font-weight:bold;
	background-color: #3B8CFF;
	border-radius: 4px;
	margin-bottom: 15px;
}
.rem_sub input.sub_button2:hover{
	width:100%;
	height:35px;
	border:none;
	color:#FFF;
	padding-bottom:2px;
	font-size:14px;
	font-weight:bold;
	background-color: #77AFFF;
	border-radius: 4px;
	cursor:pointer;
}
.rem_sub input.sub_buttons{ float:left; width:122px;  height:32px; background:url(../images/site_bg.png) no-repeat -153px -850px; border:none; color:#FFF; padding-bottom:2px; font-size:14px; font-weight:bold;}
.rem_sub input.sub_buttons:hover{ background-position:-153px -882px; cursor:pointer;}

.rem_sub input.sub_button:hover{ background-position:-153px -882px; cursor:pointer;}
.rem_sub .rem_sub_l{ float:left; font-size:12px; height:33px; line-height:33px;}
.rem_sub input#checkbox{ margin-right:5px; vertical-align:middle;}
.d{
	height: 15px;
	clear: both;
}
.sqlist{
	width:400px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
}
.sqlist h2{
	font-size: 14px;
	font-weight: bold;
}
.ew80{
	height: 0px;
	width: 0px;
	overflow: hidden;
	visibility: hidden;
}