*{
	margin:0;
	padding:0;
}
body{
	color:#333;
	width:100%;
	height:100%;
	font-size:14px;
	margin:0px auto;
	min-width:1200px;
	font-family:"微软雅黑";
}
ul li{
	list-style:none;
}
a img{
	border:none;	
}
h1,h2,h3,h4,h5,h6,em,input,textarea,select,address,caption,cite,code,dfn,i,b,strong,small,th,var,abbr{
	font-style: normal;
}
img,object,select,input,textarea,button{
	vertical-align: middle;
}
input,button,select,textarea{
	outline:none;
}
input:disabled{
	background: #FFFFFF;
	color: #999999 !important;
}
input:-webkit-autofill { 
-webkit-box-shadow: 0 0 0px 1000px #ffffff inset; 
}
a{
	text-decoration:none;
	outline: none;
}
table{
	border-collapse:collapse;
}
textarea{ 
	resize:none;
	overflow:auto;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
.clear:after{
	content:'';
	display:block; 
	clear:both;
	}
.clear{
	zoom:1;
	}
.cle{
	clear:both;
}
.minWidth{
	width:1200px;
	margin:0 auto;
}

/*头部*/
.login_header{
	width:100%;
    height:90px;
    background:#ffffff;
}
.login_header .login_log{
	float:left;
	width:118px;
	height:40px;
	margin-top:30px;	
}
.login_header .login_log a{
	display:block;
}
.login_header .login_nav{
	float:right;
	height:90px;
	line-height:90px;	
}
.login_header .login_nav ul li{
	float:left;	
}
.login_header .login_nav ul li a{
	display:block;
	color:#666666;
	font-size:14px;
	margin-left:30px;
}
.login_header .login_nav ul li a:hover{
	color:#587493;
}
.login_header .login_nav ul li a.station{
	width: 97px;
	height: 26px;
	line-height: 26px;
	border-radius:3px;
	display: inline-block;
	background: url(../images/bg1616.png) 0 0;
	margin-top: 32px;
	color: #FFFFFF;
	font-size: 12px;
}
.login_header .login_nav ul li a.station i{
	width: 14px;
	height: 14px;
	display: block;
	float: left;
	margin: 6px 8px 0 14px;
	background: url(../images/15_icon.png) 0 -120px;
}
.login_header .login_nav ul li a.station:hover{
	color: #FFFFFF;
	background: url(../images/bg1616.png) 0 -26px;
}
.login_header .login_nav ul li a.appDownload{
	position: relative;
}
.login_header .login_nav ul li a.appDownload i{
	width: 8px;
	height: 12px;
	display: inline-block;
	float: left;
	background: url(../images/15_icon.png) 0 -138px;
	margin: 39px 5px 0 0;
}
.appimages{
	padding: 10px;
	border: 1px solid #dedede;
	position: absolute;
	top: 60px;
	left: 50%;
	margin-left: -77px;
	z-index: 100;
	background-color: #FFFFFF;
}
.appimages em{
	width: 11px;
	height: 7px;
	position: absolute;
	left: 50%;
	top: -6px;
	margin-left: -5.5px;
	background: url(../images/bg0905.png) no-repeat;
	display: block;
}
/*头部结束*/


/*底部*/
.footer{
	width:100%;
	height:58px;
	color:#808080;
	font-size:13px;	
	margin:0px auto;
	padding-top:20px;
	text-align:center;
}
.footer span{
	margin:0px 6px;
}
.footer a{
	color:#808080;
	font-size:13px;
}
.footer a:hover{
	color:#fe9612;
}
/*底部结束*
 */
.error{
	/*display:none;*/
	color:#eb0000;
	font-size:12px;
	line-height:14px;
	margin-top:-10px;
	margin-bottom:10px;
}
.error em{
	float:left;
	width:14px;
	height:14px;
	display:block;
	margin-right:5px;
	background:url(../images/15_icon.png) no-repeat 0px -50px;
}
.mask{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 999;
}
.popup{
	left:50%;
	top:50%;
	width:500px;
	height:166px;
	position:fixed;
	margin-top:-83px;
	border-radius:5px;
	background:#ffffff;
	margin-left:-250px;
	z-index: 1000;
}
.popup .close,.popup .closes{
	top:10px;
	right:10px;
	width:10px;
	height:10px;
	display:block;
	cursor:pointer;
	position:absolute;
	background:url(../images/15ico_bg.png) no-repeat -2px -270px;
}
.popup .close{
	display: none;
}
.popup .popup_title{
	width:490px;
	height:30px;
	color:#ffffff;
	padding-left:10px;
	line-height:30px;
	background:#587493;
	border-radius:5px 5px 0px 0px;
}
.popup .popup_cont{
	margin-top:24px;
}
.popup .popup_cont p{
	height:32px;
	line-height:32px;
	padding-left:48px;
	margin-left:42px;
	background:url(../images/40ico_bg.png) no-repeat 0px -298px;
}
.popup .popup_cont a{
	width:100px;
	height:36px;
	right:20px;
	bottom:20px;
	display:block;
	color:#ffffff;
	border-radius:2px;
	line-height:36px;
	text-align:center;
	position:absolute;
	background:#587493;
}
.popup .popup_cont a:hover{
	background:#405873;
}
.select{
	width: 190px;
	padding-right: 10px;
	border:1px solid #d8dce5;
	position:relative;
	float:left;
	font-size:14px;
	color:#4c637b;
	font-family:"微软雅黑";
	background-color: #FFFFFF;
	cursor: pointer;
	}
.select p{
	float: left;
	white-space: nowrap;
  	text-overflow: ellipsis;
  	overflow: hidden;
}
.select p i,.select p b{
	display: none;
}	
.select em{
	float: right;
  	width: 11px;
  	height: 5px;
  	background-position: -4px -42px;
  	background-image: url(../images/lwIco1.png);
  	background-repeat: no-repeat;
}
.option{
	position:absolute;
	width:200px;
	left:-1px;
	top:-1px;
	z-index:1000;
	display:none;
	background-color:#fff;
	border:1px solid #d3d3d3;
	max-height:240px;
	overflow:auto;
	}
.option ul li{
		cursor:pointer;
		line-height:30px;
		text-indent:10px;
		color: #4c637b;
		max-height:30px ;
		white-space:nowrap;
		text-overflow:ellipsis;		
		overflow:hidden
		}
.option ul li:hover{
	background-color:#eef3f6;
}
.option i{
	display: none;
}