@charset "utf-8";
/* CSS Document */

.footer{ 
	margin-bottom:20px; 
	background-color:#FFFFFF; 
	margin-left:18px;
}
.footLink{ 
	height:33px; 
	margin-top:25px; 
	width:951px;
	background:url(/images/footlink_bg1.png);
}
.footLink ul{ 
	margin-left:15px;
}
.footLink ul li{ 
	float:left; 
	font-size:12px; 
	line-height:33px; 
	margin-right:20px; 
	background:url(/images/indexFootList.jpg); 
	background-position:left center; 
	background-repeat:no-repeat; 
	padding-left:10px; 
	list-style-type:none;
}
.copyRight{ 
	margin-left:510px; 
	width:470px; 
	margin-top:15px;
}
.logo{ 
	float:left; 
	width:70px; 
	height:42px; 
	margin-right:10px; 
	border-right:1px solid #e3e3e3;
}
.logoView{ 
	width:70px; 
	height:42px;
}
.copyRightText{ 
	float:left; 
	font-size:12px; 
	color:#979797;
}
.copyRightText div{ 
	width:380px; 
	height:14px;
}
.copyRightText div a::visited{
	color:#979797;
}


