/* footer start */
.footer{
	background:#f9f9f9;
	padding:30px 0px;
}

.footer-left{
	float:left;
}

.footer-link{
	color:#999999;
	font-family:"Microsoft Yahei";
	font-size:12px;
	margin-bottom:10px;
}

.footer-link a{
	color:#999999;
	font-family:"Microsoft Yahei";
	font-size:12px;
	margin-bottom:10px;
}

.footer-link a:hover{
	color:#666;
	text-decoration:none;
}

.copyright{
	color:#999999;
	font-family:"Microsoft Yahei";
	font-size:12px;
}

.footer-right{
	float:right;
}

/* footer over */