/*地图弹层*/
*{
	margin:0;
	padding: 0;
}
a{
	text-decoration: none;
}
body{
	overflow-y: hidden;
	font-family: "微软雅黑";
	font-size: 14px;
}
.maps-box{
	height: 100%;
	overflow: hidden;
}
.san-mbox{
	position: relative;
	height: 100%;

}
.maps-box .san-mnav{
	height: 50px;
	border-bottom: 1px solid #ddd;
	padding: 0 25px;
}
.maps-box .san-mnav span{
	display: inline-block;
}
.maps-box .san-mnav span:nth-child(1){
	line-height: 50px;
	float: left;
}
.maps-box .san-mnav span:nth-child(2){
	float: right;
	cursor: pointer;
	/*transition: 0.3s;*/
	opacity: 0.5;
	width: 15px;
	height: 15px;
	line-height: 16px;
	border:1px solid #ddd;
	text-align: center;
	margin-top: 16px;
}
.maps-box #close:hover{
	opacity: 1;
}
.maps-box .san-cons{
	position: absolute;
}
.maps-box .san-iframes{
	/*transition: 0.7s;
	width: 80%;
	height: 91.9%;*/
	position:relative;
	width: 1550px; 
	height: 730px;
}
.maps-box .san-info{
	/*transition: 0.5s;*/
	border-left: 1px solid #ddd;
	width: 20%;
	height: 100%;
	top: 0;
	right: 0;
	background: #f0f8ff;
}
/*景区标题介绍*/
.san-ibox h4,
.san-ibox .ilist-title{
	height: 35px;
	line-height: 35px;
}
.san-ibox h4,.san-itxt,.san-ilist{
	padding:0 15px;
}
.san-ibox .san-itxt{
	height: 120px;
    overflow: hidden;
	line-height: 25px;
	color: #555;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	font-size: 14px;
}
.san-ibox .ilist-title span,
.ilist-title{
	font-weight: bold;
}
.san-ibox .ilist-title a{
	display: none;
}
/*附近选择*/
.san-ibox .ilist-btns a,.ilist-lines-btns a{
	display: block;
	float: left;
	height: 35px;
	line-height: 35px;
	color: #555;
	width: 31.8%;
	text-align: center;
	border: 1px solid #ddd;
}
.san-ibox .ilist-btns a:hover,
.san-ibox .ilist-btns a.active,
.ilist-lines-btns a:hover,
.ilist-lines-btns a.active{
	border: 1px solid #8e8e8e;
}
/*线路查询*/
.ilist-lines-btns{
	display: none;
}
.san-ibox .ilist-info{
	text-align: center;
	margin-top:10px;
}
.san-ibox .ilist-info input{
	width: 78%;
	height: 25px;
	line-height: 25px;
	margin-bottom: 5px;
}
.san-ibox .ilist-info a{
	display: inline-block;
	text-align: center;
	width: 60px;
	background: #00a4b3;
	color: #fff;
	height: 25px;
	line-height: 25px;
	padding:0 15px;
	margin:10px 0;
}
.ilist-lines-info .lines-news{
	display: none;
}
.ilist-lines-info .lines-news.active{
	display: block;
}
/*周边查询结果*/
.san-info{
	position: relative;
	transition:transform  0.5s;
}
.ilist-icontent{
	padding: 15px 0;
	line-height: 35px;
	position: relative;
}
.ilist-icontent .ilist-inews{
	display: none;

}
.ilist-icontent .inews-head{
	background: #f5f5f5;
}
.ilist-icontent  .inews-list{
	height: 300px;
	overflow: auto;
}
.san-iclose{
	position: absolute;
	font-size: 25px;
	color: #555;
	width: 30px;
	height: 50px;
	line-height: 50px;
	background: #eee;
	text-align: center;
	left: -30px;
	top: 50%;
	margin-top:-35px;
}


/*地图左侧显示隐藏*/
.san-info.active{
	right: -20%;
}
.san-iframes.active{
	width: 100%;
}
.san-ibox .ilist-title a.active{
	display: inline-block;
}
.ilist-btns:after,.ilist-lines-btns:after{
	display: block;
	content: '';
	clear: both;
}

@media screen and (max-width: 1445px) {

}
@media screen and (max-width: 1036px){
	html,body{
		font-size: 12px;
	}
	.ilist-icontent  .inews-list{
		height: 220px;
	}
}