
@font-face {font-family: 'iconfont';
    src: url('font/iconfont.eot'); /* IE9*/
    src: url('font/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('font/iconfont.woff') format('woff'), /* chrome、firefox */
    url('font/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('font/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}
.map-slide{
	
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.map-slide ul{
	position: relative;
	z-index: 1;

}
.map-slide ul li{
	position: absolute;
	left: 0;
	top: 0;
}
.map-slide ul li img {
	display: block;
}
.map-slide ol {	
	text-align: center;
	font-size:0;
	z-index: 2;
	position: absolute;
	bottom: 10px;
	width: 100%;
	overflow: hidden;
	text-align: right;
}

.map-slide ol li {
	width: 12px;
	height: 12px;
	background: #b7b7b7;
	background: #ccc;
	display: inline-block;
	margin:0 5px;
	cursor: pointer;
	border-radius: 50%;

}
.map-slide ol .current{
	background: #0099FF;
}
.map-slide span{
	font-family: 'iconfont';
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	margin-top: -22px;
	cursor: pointer;
	z-index:2;
	background: rgba(0,0,0,0.5);
	font-style: normal;
	color: #fff;
	text-align: center;
	line-height: 40px;
	font-size: 24px;
	cursor: pointer;
   display: none;
}
.map-slide span {
	font-family: 'iconfont';
	position: absolute;
	top: 50%;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	background: rgba(0, 0, 0, 0.5);
	font-style: normal;
	color: #fff;
	text-align: center;
	line-height: 30px;
	font-size: 22px;
	cursor: pointer;
	z-index: 1000000;
	border-radius: 50%;
	display: none;
}
.map-slide .left{left: 5px;}
.map-slide .right{right: 5px;}