/* CSS Document */



body,td,th {

	font-family: "微软雅黑";

	font-size: 12px;

	color: #FFF;

}

body {

	background-color: #FFF !important;

	margin:0px;

}



img{border:0px;}



#header{

	height:88px; margin-bottom:8px; width:100%;
	background-color:#FFF;

	}



#header #headerCon{

	position:relative; width:970px; height:88px; margin:0px auto;

	}



#header #headerCon #logo{

	position:absolute; top:10px; left:0px;

	}



#header #headerCon #menu{

	position:absolute; top:6px; left:386px; width:602px;

	}



#header #headerCon #menu ul{

	list-style:none; height:auto; margin:0px; padding:0px; 

	}



#header #headerCon #menu ul li{

	list-style:none; display:inline; height:75px;

	}



#header #headerCon #menu ul li a{

	color:#666;text-decoration:none;font-size:16px;height:75px; line-height:75px;padding-left:20px; padding-right:20px; display:inline-block;

	}



#header #headerCon #menu ul li a:hover{

	 color:#18b2ed; background-image:url(../../img/login/header_menu_hover.gif); background-position:0% 0%; background-repeat:repeat-x;height:75px; line-height:75px;
     font-size:16px;
	}



#header #headerCon #menu ul li .focus{

	color:#18b2ed; background-image:url(../../img/login/header_menu_hover.gif); background-position:0% 0%; background-repeat:repeat-x;height:75px; line-height:75px;text-decoration:none;font-size:14px;padding-left:20px; padding-right:20px; display:inline-block;
    font-size:16px;
}


.Space50{ clear:both; height:50px;}



.redcolor{ color:#FF0000;}

.longin_footer{
	width:100%;
	height:60px;
	position:fixed;
	bottom:0;
	left:0;
	background-color:#FFF;
	text-align:center;
	margin:0 auto;
	}
.longin_footer p{
	width:100%;
	height:60px;
     line-height:60px !important;
	text-align:center;
	color:#999;
	font-size:12px;
	line-height:12px;
	}

.backer {
    background-image: url(../../img/login/loing_line.png);
    background-repeat: repeat-x;
}