



.map_main {
	width: 600px;
	height: 500px;
	margin: 30px auto 60px auto; ;
}






.m_map {
	width: 600px;
	height: 450px;
	margin: 30px auto;
	position: relative;
	background: url(../images/map/diru.png) no-repeat 0 0;
}




.mp {
	position: absolute;
	cursor: pointer;
	background: url(../images/map/fi1.png) no-repeat 4px 20px;
	width: 24px;
	height: 63px;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.mp:hover {
	background: url(../images/map/fi2.png) no-repeat 4px 20px;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.hover_tu {
	background: url(../images/map/fi2.png) no-repeat 4px 20px;
}

.mp .mito {
	position: absolute;
	left: 0px;
	bottom: 0px;
	font-size: 12px;
	color: #666666; display: none
}

.mp .find_mi1 {
	left: -12px;
	width: 55px;
}

.mp .find_mi2 {
	left: -5px;
	width: 55px;
}

.feng {
	position: absolute;
	display: none;
	width: 397px;
	height: 125px;
	left: -230px;
	top: -128px;
	background: url(../images/map/vf1.png) no-repeat 0 top; ;
	z-index: 10;
}

.feng .sang {
	position: absolute;
	left: 235px;
	bottom: -8px;
	background: url(../images/map/vf2.png) no-repeat 0 0;
	width: 14px;
	height: 8px;
}

.feng .tree {
	height: 92px;
	width: 330px;
	margin: 9px;
}

.feng .tree .boou {
	width: 86px;
	height: 92px;
	float: left;
}

.feng .tree .du_size {
	float: right;
	height: 92px;
	width: 230px;
}

.feng .tree .du_size h2 {
	font-size: 14px;
	color: #FFF;
	line-height: 20px; margin: 0 auto; 
}
.feng .tree .du_size p {
	font-size: 12px;
	color: #FFF;
	line-height: 20px; margin: 0 auto; 
}
 


