.sjbdmap {
	display: none;
}
@media (max-width: 768px) {
.sjbdmap {
display: block !important;
}
.box001 {
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding:0;
	margin:0;
}
.hovertreebottom li a {
	color: #fff;
	text-decoration: none;
}
.hovertreebottom {
	height:65px;
}
.hovertreebottom ul {
	position:fixed;
	z-index:200;
	bottom:0;
	left:0;
	width:100%;
	background:url(/fudong/touming-ban.png);
	opacity: 0.9;
}
.hovertreebottom li {
	height:65px;
	border-bottom:0;
	border-right:0;
	position:relative;
	float:left;
	width:25%;
	text-align: center;
	list-style-type: none;
}
.hovertreebottom li p {
	margin: 0 0;
}
.hovertreebottom li>a {
	font-size:15px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border-bottom:0;
	display:block;
	line-height:45px;
	text-align:center;
}
}