@charset "utf-8";
/* CSS Document */

*{
	margin:0px;
	padding:0px;
}
body{
	font-size:14px;
	font-family:微软雅黑;
	background-color:#6cb4ff;
	text-align:center;
	position:relative;
}
img{
	border:none;
}

a{
	color:#014ba0;
}
a:hover{
	color:#3e8ae2;
}
li{
	list-style:none;
}
.login_main{
	position:relative;
	width:100%;
	height:auto;
	overflew:hidden;
}
.login_header{
	margin:24px auto 26px;
	padding-left:29px;
	text-align:left;
	width:1004px;
	height:57px;
	background:url(../images/logo.png) left center no-repeat; 
	_background:url(../images/logo.gif) left center no-repeat;
	
}
.background{
	z-index:900;
	position:relative;
	margin:0 auto;
	width:100%;
	height:100%;
}
.logo{
	width:1004px;
	height:57px;
	background:url(../images/logo.png) top left no-repeat;
	_background:url(../images/logo.gif) top left no-repeat;
	position:absolute;
    padding-left:29px;
	text-align:left;
	margin:24px auto 26px;
}
.banner{
	z-index:0;
	width:100%;
	height:389px;
	overflow: hidden;	
}
.banner div {
	width: 100%;
	height: 100%;
	display: none; 
	float:left;
}

.flash_bar {
	position:absolute;
	width:169px;
	z-index:10;
	height:3px;
	line-height:3px;
	top: 455px; 
	left:50%;
	margin-left:-490px;
}
.flash_bar .dq {
	width: 36px;
	height: 3px;
	line-height:3px;
	cursor: pointer;
	background:#febd59; 
	display: block; 
	float:left; 
	margin-right:6px;
	_font-size:1px;
}
.flash_bar .no {
	width: 36px;
	height: 3px;
	line-height:3px;
	cursor: pointer;
	background:#fff; 
	display: block; 
	float:left; 
	margin-right:6px;
	_font-size:1px;
}

.login{
	position:absolute;
	z-index:10;
	width:382px;
	height:375px;
	top:83px;
	left:50%;
	margin-left:120px;
	padding-top:10px;
	text-align:center;
}
.login h2{
	display:block;
	text-align:left;
	padding-left:37px;
	color:#fff;
	font-weight:normal;
	font-size:20px;
	line-height:30px;
	margin-bottom:0px;
}
.login h2 span{
	background:#449efc;
	display:inline-block;
	height:30px;
	margin-left:2px;
	padding-left:2px;
	padding-right:2px;
}
.login_input{
	height:53px;
	line-height:53px;
	width:310px;
	margin:0 auto 7px;
	background:url(../images/login_input.gif) center center no-repeat;
	font-family:宋体;
	color:#737373;
}
	.login_input1{
	float:left;
	height:27px;
	line-height:27px;
	margin-top:12px;
	margin-right:5px;
	width:120px;
	border:none;
	_width:140px; _border:0px;
}

.login_input div{
	float:left;
	width:27px;
	height:27px;
	margin:11px 20px auto;
	_margin-right:10px;
	_margin-left:10px;
}
.login_input input{
	float:left;
	height:27px;
	line-height:27px;
	margin-top:12px;
	margin-right:5px;
	width:120px;
	border:none;
	_border:0px;
	color:#737373;
}
.login_input a{
	float:left;
}
.login_i_client{
	background:url(../images/login_client.jpg) top left no-repeat;
}
.login_i_name{
	background:url(../images/login_username.jpg) top left no-repeat;
}
.login_i_password{
	background:url(../images/login_password.jpg) top left no-repeat;
}
.login_i_code{
	background:url(../images/login_code.jpg) top left no-repeat;
}
.login_error{
	color:#f88;
	margin-bottom:7px;
	font-weight:bold;
	height:16px;
	line-height:16px;
}
.login_logbtn{
	display:block;
	margin:0 auto 5px;
	width:310px;
	height:53px;
	background:url(../images/login_btn1.gif) top center no-repeat;
	text-decoration:underline;
}
.login_logbtn:hover{
	background:url(../images/login_btn1_hov.gif) top center no-repeat;
	text-decoration:none;
}
.login_links{
	margin:0 auto;
	width:310px;
}
.login_links a{
	color:#cdc1c0;
}
.login_links a:hover{
	color:#fff;
}
.login_l_right{
	float:right;
}
.login_l_right a{
	text-decoration:none;
}
.login_l_right a:hover{
	text-decoration:underline;
}
.login_back{
	background:#000;
	_background:#14467f;
	filter:alpha(opacity=50); 
	-moz-opacity:0.5;
	opacity:0.5;
	width:382px;
	height:385px;
	position:absolute;
	z-index:5;
	top:83px;
	left:50%;
	margin-left:120px;
	border-radius:7px;
}
.main{
	width:auto;
	max-width:1366px;
	height:auto;
	background:#2f4f70;
	padding-top:22px;
	padding-bottom:20px;
	text-align:center;
	overflow:hidden;
	clear:both;
	margin:0 auto;
}
.main center{
	display:block;
	width:1024px;
	margin:0 auto;
}
.main ul{
	float:left;
	padding-left:129px;
}
.main h3{
	font-weight:normal;
	font-size:18px;
	color:#fff;
	padding-left:5px;
	text-align:left;
	margin-bottom:7px;
}
.main li{
	padding-left:16px;
	height:22px;
	line-height:20px;
	background:url(../images/icons.gif) left center no-repeat;
	text-align:left;
}
.main li a{
	color:#fff;
	text-decoration:none;
}
.main li a:hover{
	color:#ffd55c;
}
ul.login_operate{
	background:url(../images/ico_demo.gif) 20px 5px no-repeat;
	margin-right:130px;
	_width:200px;
	_margin-right:0px;
}
ul.login_faq{
	background:url(../images/ico_info.gif) 20px 5px no-repeat;
	_width:200px;
}
ul.login_tools{
	background:url(../images/ico_tools.gif) 20px 5px no-repeat;
	float:right;
	margin-right:30px;
	_width:200px;
}
.footer{
	line-height:50px;
	color:#fff;
}