@charset "utf-8";
/* CSS Document */

.footer{
	width: expression(this.offsetWidth > 1440 ? '1440px': true);
	max-width:1440px;
	height:120px;
	margin:0px auto;
	text-align:center;
	background:#fff;
	border-top:10px solid #4c4c4c;
	
	}
	
.footer_content{
	width:1002px;
	height:120px;
	margin:0px auto;
	text-align:center;
	}
.footer_content ul{
width: 500px;
height: 30px;
margin: 0px auto;
text-align: center;
padding-top:20px
	}
.footer_content ul li{
	float:left;
	width: auto;
	height:30px;
	line-height:30px;
	padding:0px 7px;
	font-size:12px;
	font-weight:lighter;
	color:#999
	}
.footer_content ul li a:link{
	color:#777777	
	}
.footer_content ul li a:visited{
	color:#777777	
	}
.footer_content ul li a:hover{
	color:#008dd5	
	}
.footer_content ul li a:active{
	color:#777777	
	}
.table_footer{
	color:#777777;
	font-size:12px;
	font-weight:lighter
	}