*{
	padding: 0px;
	margin: 0px;	
}
body{
    margin: 0px; padding: 0px; overflow-x: hidden;
}
/*地图头部*/
#map-header{
	width: 100%;
	height: 30px;
	line-height: 30px;
	background-color: #333;
	color: #fff;
}

.h-box{
	margin: 0px auto;
	width: 1200px;
	height: 30px;
	line-height: 30px;
	/*background-color: #ccc;*/

}

.h-box a{
	color: #ccc;
	text-decoration: none;
}
.h-box a:hover{
	color:#fff;
}

.h-box .h-left{
	float: left;
	width: 500px;
	height: 30px;
	line-height: 30px;
	color: #ccc;
	font-size: 12px;
	/*background-color: #ff0000;*/
}
.h-box .h-right{
	float: right;
	width: 500px;
	height: 30px;
	line-height: 30px;
	color: #ccc;
	font-size: 12px;
	/*background-color: #ff0000;*/
}
.h-box .h-right li{
	float: right;
	height: 30px;
	line-height: 30px;
	width: 50px;	
	text-align: center;
	margin-left: 5px;
	cursor: pointer;
}
.h-box .h-right li:last-child{
	width: 80px;
	background-color: #ff0000;
	color:#fff;
	height: 32px;
	line-height: 32px;
	margin-right: 10px;
}

.h-box .h-right li:hover{
	background-color: #444;
}
/*地图导航*/
#map-nav{
	width: 100%;
	min-width: 800px;
	height: 75px;
	line-height: 75px;
	background-color: #fff;
	color: #333;
	box-shadow: 1px 1px 5px #ccc;
	box-sizing: border-box;
}

#map-nav .logo{
	position: absolute;
	left: 100px;
	float: left;
}

#map-nav .phone{
	position: absolute;
	right: 100px;
	float: right;
	font-size: 16px;
	color: #ff0000;
}

#map-nav .search{
	position: absolute;
	left: 450px;
	float: left;
	width: 40%;
	/*background-color: #eee;*/
}
input:focus{outline:none;}

#map-nav .search input{
	border:2px solid #1e9fff;
	margin-top: 20px;
	width: 100%;
	height: 38px;
	line-height: 38px;
	padding-left: 220px;
	padding-right: 70px;
	box-sizing: border-box;
	outline:none;
	font-size: 14px;
}
#map-nav .search button{
	position: absolute;
	top: 20px;
	right: 0px;
	border-radius: 0px;
	color: #fff;
}


#map-nav .search .choice{
	position: absolute;
	top: 20px;
	left: 130px;
	width: 70px;
	height: 34px;
	line-height: 34px;
	padding-left: 10px;
	background-color: #fff;
	border:2px solid #1e9fff;
	display: inline-block;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
	background-image:url('/static/index/images/down_arrow.png');
	background-repeat: no-repeat;
	background-position: 60px;
	cursor: pointer;
}

#map-nav .search .choice-item{
	position: absolute;
	top: 60px;
	left: 130px;
	width: 100px;
	z-index: 10000;
	line-height: 30px;	
	background-color: #fff;
	border:1px solid #eee;
	display: inline-block;	
	cursor: pointer;
	display: none;
}
#map-nav .search .choice-item p{
	padding-left: 15px;
	height: 35px;
	line-height: 35px;
	border-bottom: 1px solid #eee;
	background-color: #fff;
	color: #333;
}

#map-nav .search .choice-item p:hover{
	background-color: #1e9fff;
	color: #fff;
}

/*area start*/
#map-nav .search .area{
	position: absolute;
	top: 20px;
	left: 0px;
	width: 100px;
	height: 34px;
	line-height: 34px;
	padding-left: 10px;
	padding-right: 20px;
	background-color: #fff;
	border:2px solid #1e9fff;
	display: inline-block;
	border-right: 1px solid #eee;
	background-image:url('/static/index/images/down_arrow.png');
	background-repeat: no-repeat;
	background-position: 110px;
	cursor: pointer;
	overflow: hidden;
}

#map-nav .search .area-item{
	position: absolute;
	top: 60px;
	left: 0px;
	width: 540px;
	height: 450px;
	z-index: 10000;
	line-height: 30px;	
	background-color: #fff;
	border:1px solid #eee;
	display: inline-block;
	display: none;
	overflow-y: auto;
	box-shadow: 5px 5px 5px #999;
	padding: 10px;
	padding-top: 0px;
	font-size: 12px;
	color: #666;
}
#map-nav .search .area-item .city{
	width: 100%;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #eee;
	
}
#map-nav .search .area-item .hot-city{
	width: 100%;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #eee;
	overflow: hidden;
	margin-bottom: 10px;
}
#map-nav .search .area-item .hot-city span{
	display: inline-block;
	text-align: center;
	padding: 0px 5px;
	cursor: pointer;
	/*background-color: #ccc;*/
}
#map-nav .search .area-item .hot-city span:hover{
	color: #1e9fff;
}
#map-nav .search .area-item .hot-city .current{
	font-weight: bold;
	color: #333;
}

#map-nav .search .area-item .city-list{
	width: 100%;
	height: 376px;
	/*background-color: #ccc;	*/
	line-height: 25px;
	border-bottom: 1px solid #eee;
	overflow-y: auto;
}
#map-nav .search .area-item .city-list span{
	display: inline-block;
	text-align: center;
	padding: 0px 5px;
	color: #999;
	cursor: pointer;
}
#map-nav .search .area-item .city-list span:hover{
	color: #111;
}

#map-nav .search .area-item .city-list .t1{
	width: 80px; vertical-align: top; font-weight: bold; border-bottom: 1px solid #eee;
	padding-left: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
	cursor: pointer;
}
#map-nav .search .area-item .city-list .t1:hover{
	color: #999;
}
#map-nav .search .area-item .city-list .t2{
	width: 430px; border-bottom: 1px solid #eee;
	line-height: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
}



/*area end*/




/****************************************************************************/
.tip{
	position: absolute;
	top: 110px;
	left: 50%;
	margin-left: -120px;
	width: 240px;
	height: 30px;
	line-height: 30px;
	background-color: #666;
	opacity: 0.6;
	color:#fff;
	text-align: center;
	font-size: 12px;
	border-radius: 15px;
	display: none;
}

#fix-window {
    position: fixed;
    top: 157px;
    bottom: 110px;
    left: 0px;
    z-index: 10;
    width: 350px;
    margin: 0 auto;
    /*background-color: #fff;*/
    /*box-shadow: 2px 2px 5px #999;*/
    overflow: hidden;
}

.fix-title{	
	padding: 15px;	
	height: 20px;
	line-height: 20px;
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: normal;
	color: #333;
	border-bottom: 1px solid #ddd;
}

.fix-box{
	float: left;
	position: relative;
	width: 280px;
    height: 100%;
    padding: 0px 15px 0px 15px;
    color: #323232;
    background-color: #fff;
    box-shadow: 2px 2px 5px #999;
    
}
.fix-switch{
	float: left;
	position: relative;
	width: 40px;
	height: 100%;
	vertical-align: middle;
	/*background-color: #ccc;*/
}
.fix-switch div{
	position: absolute; 
	width: 30px; 
	height: 60px; 
	top: 50%; 
	margin-top: -30px; 
	background-color: #555; 
	line-height: 60px; 
	text-align: center; 
	opacity: 0.8; 
	cursor: pointer;
}
.fix-switch div:hover{
	opacity: 1; 
}

.fix-content{
	width: 100%;
	height: 100%;
	line-height: 22px;
	background-color: #fff;	
	overflow-x: hidden;
	overflow-y: scroll;
	scrollbar-width: none; /* firefox */
  	-ms-overflow-style: none; /* IE 10+ */

}

.fix-item{
	background-color: #fff;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 8px;
	padding-top: 8px;
	cursor: pointer;
}
.fix-item:hover{
	background-color: #eee;
}

.fix-content::-webkit-scrollbar {
	display: none; /*chrome*/
}


.fix-marker{
	
    z-index: 100;
    display: inline-block;
    height: 25px;
    width: 25px;
    background: url(/static/index/images/location.png) no-repeat;
    background-size: 25px 25px;
    text-align: center;
    font-size: 10px;
    color: #fff;
    line-height: 16px;
}

.fix-info{
	display: inline-block;   
    margin-right: 4px;
    vertical-align: top;
    width: 150px;
}
.fix-info .name{
	font-size: 14px;
	color: #333;
	line-height: 23px;
	margin-bottom: 8px;
}

.fix-info .scope{
	font-size: 12px;
	color: #999;
	line-height: 20px;
}
.fix-info .address{
	font-size: 12px;
	color: #999;
	line-height: 20px;
}


.fix-pic{
	display: inline-block;
	width: 80px;
	height: inherit;
	margin-top: 5px;    
    vertical-align: top;
    background-color: #555;
}
.fix-pic img{
	width: 80px;
	height: 60px;
	object-fit: cover;
}
