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

body{
	font-family:'Microsoft Yahei', '微软雅黑'; font-size: 12px;
	background:#f1f2f6;}

a {
	color: #3f3f3f; cursor:pointer;
	text-decoration: none;
}
a:hover {
	color: #e33729;
}
p{
	color: #3f3f3f;
}

.w656{
	width: 656px;
}
.w330{
	width: 330px;
}
	
/*footer*/
.footer{
	height:110px; text-align:center; padding-top:40px;
	background:#FFF;}
.footer p{
	 line-height:36px; font-size:14px; color:#878787;}
.footer p a{
	padding:0 10px; color:#878787;}
.footer p a:hover{
	color:#e33729; text-decoration:none;}
