.mapTitle{

	width: 100%;

	height: 44px;

	background: #fff;

	position: absolute;

	top: 0;

	line-height: 44px;

	border-bottom: 1px solid #ccc;

	

}

.zdName{margin-left: 30px;font-size: 17px;margin-right: 40px;}

.zdName span:nth-child(2){

	margin-right: 40px;

}

.zdName span:nth-child(4){

	margin-right: 40px;

	margin-top: 5px;

}

.imgIcon{

	margin-right: 40px;

	margin-top: 5px;

}

.imgIcon .red{

	width: 26px;

	height: 26px;

	margin-right: 10px;

	background: url(../../img/gis/fw_32x32_blue.png) no-repeat;

}

.imgIcon .blue{

	width: 26px;

	height: 26px;

	margin-right: 10px;

	background: url(../../img/gis/fw_32x32_red.png) no-repeat;

}

.imgIcon .imgbox{margin-right: 10px;}

.imgIcon .imgbox div{

	height: 35px;

	line-height: 35px;

}

.listHouse{

	width: 300px;

	max-height: 500px;

	background: #fff;

	position: absolute;

	top: 84px;

	left: 0;

	overflow-x: auto;

	border: 1px solid #ccc;

}

.listHouse li{

	height: 50px;

	box-sizing: border-box;

	padding: 5px;

	line-height: 40px;

	cursor: pointer;

	border-bottom: 1px solid #ccc;

}

.listHouse li div{

	float: left;

}

.listHouse li div:nth-child(1){

	width: 30px;

}

.listHouse li div:nth-child(2){

	margin-right: 10px;

}

.listHouse li div:nth-child(3){

	width: 180px;

	overflow: hidden;

	text-overflow:ellipsis;

	white-space: nowrap;

}

.listHouse .next{

	text-align: center;

	height: 30px;

	line-height: 30px;

	margin: 10px 0;

	cursor: pointer;

}

#popup-content{

	width: 100px;

	    height: 100px;

	    margin-bottom: 20px;

	    background: #fff;

}



.mapSwitch{
    z-index: 1000;
    position:fixed;
    bottom:40px;
    right: 45px;
    background:#fff;
    font-size:0;
    box-shadow: rgba(0, 0, 0, 0.34902) 2px 2px 3px;
    border-radius:3px
}
.mapSwitch>a{
    text-decoration: none;
    font-size:12px;
    display:inline-block;
    padding:5px 10px;
    color:black;
    cursor: pointer;
}
.mapSwitch>a:first-child{
    border-radius: 3px 0px 0px 3px;
}
.mapSwitch>a:last-child{
    border-radius: 0px 3px 3px 0px;
}
.mapSwitch>a.active{
    background:rgb(139, 164, 220);
    color:#fff;
}

.maskBubble{
	width: auto;
	margin-bottom: 30px;
	//border-radius: 8px;
	min-width: 200px;
	background: url(../../map/img/bottombg.png) no-repeat;
	background-size: 100% 100%;
}

.maskHouseImg{width: auto;min-height: 114px;margin: 0 auto;}

.maskHouseImg img{width: 100%;height: 100%;}

.maskBubble ul{padding: 50px 40px 15px 8px;}

.maskBubble ul li{line-height: 26px;font-size: 12px;color: #FEFEFE;}

.maskBubble ul li span{font-size: 12px;color: #FFCB71;}

.husActive{background: #eef4fb;}
.searchDiv{position: absolute;top: 68px;left: 22px;z-index: 99;box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.31);}


.searchs11{width: 302px;height: 39px;background-color: #ffffff;box-shadow: 0px 1px 1px 0px rgba(88, 88, 88, 0.75);border-radius: 2px;position: absolute;
    top: 45px;}

.serInput{width: 228px;height: 39px;outline: none;border: none;padding-left: 27px;}

.clearX{width: 40px;height: 34px;border-left: 1px solid #ddd;padding-top: 5px;position: relative;}

.clearX p {width: 14px;height: 14px;margin: 0 auto;background: url(../../images/GISicon/sl.png) no-repeat;background-size: 100% 100%;margin-top: 7px;}

.seIcon{width: 44px;height: 100%;background-color: #3385ff;border-radius: 2px;position: relative;}
.seIcon p{width: 17px;height: 17px;background: url(../../images/GISicon/ss.png) no-repeat;background-size: 100% 100%;margin: 0 auto;margin-top: 10px;}
.seIcon .p1{width: 17px;height: 17px;background: url(../../images/GISicon/shaixuan.png) no-repeat;background-size: 100% 100%;margin: 0 auto;margin-top: 10px;}
.sta_search{
	width: auto;
	position: absolute;
	top: 0;
	left: 11px;
	z-index: 10;
	height:auto;
}
.statistics_gis{
	width: 312px;
	position: absolute;
	top: 68px;
	left: 23px;
	z-index: 10;
	height: 75%;
}
.g_list_gis{
	overflow-y: auto;
	position: relative;
	background: url(../../map/img/rightbg.png) no-repeat;
	background-size: 100% 100%;
	margin-right: 16px;
	width: 94%;
	height: 100%;
}
.g_list_gis::-webkit-scrollbar{
	width:8px;
	height:100%;
  }
.g_list_gis::-webkit-scrollbar-track{
	border-radius:2px;
	background: url(../../map/img/tiaobg.png) no-repeat;
	background-size: 100% 100%;
}
.g_list_gis::-webkit-scrollbar-thumb{
	/* background: url(../../map/img/tiao.png) no-repeat;
	background-position-x: -8px; */
	background: #00e3fd;
	border-radius: 5px;
}
.g_list_gis::-webkit-scrollbar-thumb:hover{
	/* background: url(../../map/img/tiao.png) no-repeat;
	background-position-x: -8px; */
	background: #00e3fd;
	border-radius: 5px;
}
.g_list_gis::-webkit-scrollbar-corner{ 
	background: #179a16;
}
.closeIcon1_gis{
	width: 25px;
	height: 100%;
	position: absolute;
	background: url(../../map/img/leftzk.png) no-repeat;
	background-size: 100% 100%;
	display: flex;
	left: 0px;
	z-index: 9999;
	align-items: center;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	cursor: pointer;
}
.closeImg_gis{width: 12px;height: 14px;margin: auto;}
.closeImg1_gis{transform:rotate(90deg)}
  #apps{
	  padding: 10px;
  }
.navTab .navTabActive{border-bottom: none;  color: #00E2FE; font-size: 18px;font-weight: 500;}
.navTab li:hover{color: #00E2FE;}
.navTab li{display: inline-block;margin: 10px 20px 10px 10px;color: #ffff;font-size: 18px;}
.location{padding: 10px;padding-top: 0;}
.location .screen .screenBox1{font-size: 15px;color: #FFFFFF;font-family: Source Han Sans SC;font-weight: 400;max-width: 1070px;}
.location .screen .screenBox1 select{width: 120px;height: 30px;margin: 0 10px 10px 0;background: none;color: #fff;}
.location .screen .screenBox1 select option {color: #fff; background: #393c61db;}
.location .screen .screenBox1 select option:hover{color: #fff; background: #393c61db;}
.location .screen .scrB1{line-height: 30px;border-bottom: 1px #CBCBCB dashed;padding-bottom: 10px;}
.location .screen .screenBox1 div{    padding: 0 5px;
    float: left;
    cursor: pointer;
    /* margin: 2px 2px; */
    font-size: 12px;height: 25px;
    line-height: 25px;}
.location .screen .screenBox1 p{padding: 0 8px;margin-right: 20px;float: left;cursor:pointer}
.location .screen .serTxt{margin-right: 38px!important;font-weight: bold;width: 100px;color: #00E1FD;}
.location .screen .screenBox1 .active{background: linear-gradient(#d0ebff, #90c2f4);color: #000;border-radius: 2px;}
.location .screen .screenBox1 div:hover{background: linear-gradient(#d0ebff, #90c2f4);color: #000;border-radius: 2px;}
.location .screen  input{width:80px;height:24px;background:none;border:1px solid #d0d0d0; color:#fff;opacity:1;border-radius:2px;outline: none;margin-top: -3px;font-size: 14px;padding-left: 5px;}

.staDetails{
	width: 0px;
	position: absolute;
	top: 0;
	right: 11px;
	z-index: 10;
	height: 100%;
}
.g_details::-webkit-scrollbar{
	width:12px;
	height:100%;
  }
.g_details::-webkit-scrollbar-track{
	border-radius:2px;
	background: url(../../map/img/tiaobg.png) no-repeat;
	background-size: 100% 100%;
}
.g_details::-webkit-scrollbar-thumb{
	/* background: url(../../map/img/tiao.png) no-repeat;
	background-position-x: -8px; */
	background: #00e3fd;
	border-radius: 5px;
}
.g_details::-webkit-scrollbar-thumb:hover{
	/* background: url(../../map/img/tiao.png) no-repeat;
	background-position-x: -8px; */
	background: #00e3fd;
	border-radius: 5px;
}
.g_details::-webkit-scrollbar-corner{
	background: #179a16;
}
.closeIcon3{
	width: 25px;
	height: 100%;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	right: 0px;
	z-index: 9999;
	background: url(../../map/img/rightzk.png) no-repeat;
	background-size: 100% 100%;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	cursor: pointer;
}
.g_details{
	overflow-y: auto;
	position: relative;
	background: url(../../map/img/rightbg.png) no-repeat;
	background-size: 100% 100%;
	margin-left: 16px;
	width: 94%;
	height: 100%;
}
.fanHui{
	width: 129px;
	height: 48px;
	line-height: 48px;
	font-size: 18px;
	text-align: center;
	background: url(../../map/img/fanhui.png) no-repeat;
	background-size: 100% 100%;
	color: #84F1FF;
	position: absolute;
    top: 5px;
	right: 150px;
	cursor: pointer;
}
.backs{
	width: 129px;
	height: 48px;
	line-height: 48px;
	font-size: 18px;
	text-align: center;
	background: url(../../map/img/fanhui.png) no-repeat;
	background-size: 100% 100%;
	color: #84F1FF;
	position: absolute;
    top: 5px;
	right: 25px;
	cursor: pointer;
}
.station{
	text-align: center;
}
.detail_s{
	width: auto;
}
.liCZname:hover{
	background-color: #ccc;
}

.jianjie{
	font-size: 16px;
	margin-bottom: 10px;
	text-indent: 2rem;
	box-sizing: border-box;
	padding: 8px;
	line-height: 25px;
}
.title{
	text-align: center;
	font-size: 18px;
	padding-top: 10px;
	font-weight: bold;
	color: #DFDFDF;
}
.maindata{
	font-size: 14px;
	color: #FFFFFF;
	width: 249px;    
	padding: 0 10px 10px 10px;
	text-indent: 20px;
}
.maindata li {
	line-height: 22px;
}
.maindata li span{
	font-size: 14px;
	color: #1BFBFF;
	margin-right: 5px;
}
.bannerbg{
	width: 100%;
	height: 104px;
	background: url(../../map/img/bannerbg.png) no-repeat;
	background-size: 100% 100%;
	line-height: 60px;
	text-align: center;
	float: left;
	font-size: 28px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	text-shadow: 0px 2px 4px rgba(1, 37, 67, 0.34);
	margin-bottom: 20px;
	position: absolute;
    top: -2px;
    left: -2px;
}
.areaSearch{
	width: 295px;
	height: 180px;
	background: rgba(7,11,58,0.8);
	position: absolute;
	top: 65px;
	left: 22px;
	border-radius: 5px;
	box-sizing: border-box;
	display: none;
}
.serInput::-webkit-input-placeholder{
	color:#fff;
}
.serInput::-moz-placeholder{   /* Mozilla Firefox 19+ */
	color:#fff;
}
.serInput:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
	color:#fff;
}
.serInput:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
	color:#fff;
}
.areaSearch .layui-input{
	background:transparent!important;
	border: 1px solid #cccccc!important;
	color: #fff!important;
}
.areaSearch .layui-input::-webkit-input-placeholder{
	color:#fff;
}
.areaSearch .layui-input::-moz-placeholder{   /* Mozilla Firefox 19+ */
	color:#fff;
}
.areaSearch .layui-input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
	color:#fff;
}
.areaSearch .layui-input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
	color:#fff;
}

.areaSearchThree{
	width: 295px;
	height: 455px;
	background: rgba(7,11,58,0.8);
	position: absolute;
	top: 65px;
	left: 22px;
	box-sizing: border-box;
	padding: 17px 12px;
	border-radius: 5px;
}
.areaSearchThreeBox{
	margin-bottom: 12px;
}
.areaSearchThreeBox div:nth-child(1){
	color: rgba(0,226,253,1);
	font-size: 16px;
	cursor: pointer;
}
.areaSearchThreeBox ul li{
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-end;
	position: relative;
	color: #fff;
	margin-left: 22px;
	margin-top: 5px;
}
.areaSearchThreeBox ul li .p1{
	position: absolute;
	bottom: -6px;
	left: 20px;
	cursor: pointer;
}
.pageBox{
	padding: 0 10px;
	overflow: hidden;
	box-sizing: border-box;
	margin-top: 10px;
	cursor: pointer;
}
.pageBox div:nth-child(1){
	float: left;
	line-height: 24px;
}
.pageBox div:nth-child(2){
	float: right;
	display: flex;
}
.pageBox div:nth-child(2) p:nth-child(1){
	padding: 2px;
	color: #444444;
	font-size: 12px;
	border: 2px solid #444444;
	border-radius: 2px;
}
.pageBox div:nth-child(2) p:nth-child(2){
	width: 24px;
	height: 24px;
	margin-left: 10px;
}
.pageBox div:nth-child(2) p:nth-child(2) img{
	width: 100%;
	height: 100%;
}
.pageBox div:nth-child(2) p:nth-child(3){
	width: 24px;
	height: 24px;
	margin-left: 10px;
}
.pageBox div:nth-child(2) p:nth-child(3) img{
	width: 100%;
	height: 100%;
}



