body,html{
	font-family:"微软雅黑", "宋体";
	position:relative;
	height:100%;
}
body{
	padding-top:50px;
}
.work_nav{
	background:#efefef;
	border-bottom:1px solid #ccc;
	height:49px;
	line-height:49px;	
	position:fixed;
	top:0px;
	left:0px;
	width:100%;	
}
.work_nav ol.breadcrumb{	
	padding-top:0px;
	padding-bottom:0px;
	float:left;
	background:transparent;
}
.work_content{
	position:absolute;
	left:0px;
	right:0px;
	top:50px;
	bottom:0px;
}
.work_nav #left_menu_btn{
	margin-left:10px;
}
#left_menu{
	position:absolute;	
	bottom:0px;
	top:50px;	
	overflow-y:auto;
	background:rgba(255,255,255,0.7);
	z-index:9999;		
}
#left_menu .citys{
	padding:10px;
}

#allmap{
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;		
	display: box;	
	display: -webkit-box;	
	-webkit-box-pack:center;	
	-webkit-box-align:center;	
	-moz-box-pack:center;
	-moz-box-align:center;	
}

label {
  display: block;
  max-width:none;
  margin-bottom: 0px;
  font-weight:normal;
}

.tip_zz{
	position:absolute;
	z-index:9999;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	background:rgba(0,0,0,0.7);
	display: box;
	display: -webkit-box;
	display: -moz-box;
	-webkit-box-pack:center;
	-moz-box-pack:center;
	-webkit-box-align:center;
	-moz-box-align:center;
}

.tip_zz span{
	display:inline-block;
	padding:15px;
	background:rgba(0,0,0,0.3);
	color:#fff;
	font-size:17.5px;
	border-radius:4px;
}

.panel-heading a,
.panel-heading a:hover{
	color:#FFF;
	text-decoration:none;
	display:inline-block !important;
}

.BMapLib_nav_tab{
	overflow:hidden;
}
.BMapLib_nav_tab_content li:last-child table td:fist-child{
	width:45px;
}
.BMapLib_nav_tab_content li:last-child table td:last-child{
	width:110px;
}

.work_nav .search{
	float:right;
	margin-right:10px;
}

#keyword{
	display:inline-block;
	vertical-align:middle;
	width:250px;
}
ul.dropdown-menu{
	position:absolute;
	top:50px;
	left:auto;
	right:10px;	
	min-width:80px;	
}
ul.dropdown-menu > li{	
	text-align:right;
}

@media (min-width: 768px) {
	#left_menu{		
		left:-50%;
		width:50%;		
	}
}

@media (min-width: 992px) {
  	#left_menu{		
		left:-30%;
		width:30%;		
	}
}

@media (max-width: 767px) {
	#left_menu{		
		left:-80%;
		width:80%;
	}
}

@media (max-width: 480px) {
	#keyword{
		width:200px;
	}
}

@media (max-width: 320px) {
	#keyword{
		width:140px;
	}
}