.box{
	background: #fff;height: 80px;
	box-shadow: 5px 5px 5px #888888;
}
.box:hover{
	background: #eee;
}
.wrap{
	background: #ECEBEB;
	padding: 10px 0px;
}
.box1{
	margin:0px 10px 0px 10px;
}
.box2{
	margin:10px 10px 0px 10px;
}
.box span{
	font-family: '微软雅黑';
	font-size: 24px;
	font-weight: bold;
	line-height: 80px;
	color:#000;
}