/*外层div*/
.zd-wrap{margin: 0;padding: 0;}
/*头部*/
.zd-wrap .nav-header{height: 10%;min-height:50px;max-height: 70px;
background-color: rgb(6,88,172);color:white;}
.zd-wrap .nav-header .nav-logo{font-size: 25px;margin:10px 0 10px 20px;}
.headernav{margin-left: 10%;}
.headernav li{border:1px solid rgb(6,88,172) ;padding: 6px 5px 22px 5px;}
.headernav li:hover{border-bottom: 3px solid rgb(25,166,254);}
.headernavHover{border-bottom: 3px solid rgb(25,166,254) !important;}
.headernav li,.icon-header li{display: inline-block;margin:15px 0 0 50px;font-size: 16px;}
.icon-header{float: right;margin-right: 50px;margin-top: ;}
.icon-header .iconfont{font-size: 22px;}
.icon-header li{margin-left: 15px;}


/*主体*/
.zd-wrap .zd-body{height: 92%; padding: 20px;width: 100%;}
.zd-wrap .zd-body .zd-body-left{width: 20%;height: 100%;}
.zd-wrap .zd-body .zd-body-right{width: 80%;height: 100%;position: relative;}
.body-right-absolute{color:rgb(149,164,197);padding: 20px 0 0 8px;z-index: 999;position: absolute;top: 0;left: 0;width: 180px;height: 120px;background:rgba(7,80,125,0.1)}
.body-left-zd-list{overflow-y:auto ;}
#allmap {width: 100%;height: 100%;overflow: hidden;margin:0;font-family:"微软雅黑";}
/*消除百度地图左下角版权logo*/
.BMap_stdMpPan,.BMap_stdMpZoom .BMap_button,.BMap_stdMpSliderBgTop,.BMap_stdMpSliderBar,.BMap_stdMpSliderBgBot,.anchorBL{
width: 0 !important;height: 0 !important;}
.anchorBL img{width: 0 !important;}
.body-left-zd-secrh{
	height: 50px;width:80%;
	background: url(../img/10.png) no-repeat;
	background-size: 100% 100%;position: relative;
}
.zd-s{
	position: absolute;top: 6px;left: 105px;
	width:150px;height: 30px;outline: none;
	border: none;background-color: rgb(14,41,118);
	color: white;padding-left: 5px;
}
.zd-btn{
	position: absolute;top: 7px;left: 258px;
	width: 37px;height: 30px;
	outline: none;font-size: 10px;color: white;
	border: none;background-color: rgb(26,166,253);
}
.body-left-zd-list{
	padding-top:10px;margin-top: 10px;
	height:80%;width:80%;background:rgb(8,60,136);
	color: red;
	scrollbar-face-color:rgb(77,89,131);
	scrollbar-highlight-color:rgb(27,31,66);
	scrollbar-3dlight-color:rgb(27,31,66);
	scrollbar-darkshadow-color:rgb(27,31,66);
	scrollbar-Shadow-color:rgb(27,31,66);
	scrollbar-arrow-color:rgb(27,31,66);/*箭头颜色*/
	scrollbar-track-color:rgb(27,31,66);/*背景颜色*/
}
ul li{font-size: 12px;color:rgb(149,164,197);line-height: 22px;}
ul li span{font-size: 16px;color:white}