
#map{
	height:150px;
    position:relative;
}

.map_cover{
  width: 314px;
      height: 214px;
      background: url(../images/mapbg.png)no-repeat;
      background-size: 100% 100%;
      position: absolute;
      overflow: hidden;
      top: 193px;
      right: 272px;
      border-radius: 10px;
      border-bottom-left-radius: 0px;
      padding:20px 20px 0 25px;
}
.map_cover>div:first-child>span{
	    font-size: 27px;
	    color: #d88b05;
	    display: inline-block;
	    vertical-align: middle;
}
.map_cover>div span{
	font-weight: 800;
}
.map_cover>div{
	margin-bottom: 15px;
}
.map_cover>div:last-child{
	margin-bottom: 0px!important;
}
.bottombg{
	padding: 20px 0;
	width: 100%;
}
.bottombg>img{
	width: 100%;
	height: 100%;
}
.title>div>span{
	font-weight: 800;
	font-size: 24px;
}
.title>div{
	text-align: center;
}