#indexFooter {
background-image: url(../images/top_link_bg.gif);
background-repeat: repeat-x;
		/*height:80px;*/
		/*overflow:hidden;*/
	/*float:left; 在ie不可以左浮动 */
	
	width:960px;
	
	float /*屏蔽IE6*/:left;


}
#indexFooter h2{
	font-size: 12px;
	font-weight: normal;

}
#indexFooter ul{
	height: 20px;
	font-size: 14px;
	padding: 30px 0px 0px 300px;
	margin: 0px 0px 10px 0px;

}
#indexFooter li{
	list-style-type: none;
	float:left;
	width: 70px;
}
