.tab_li{
	width: 100%;
	padding: 10px 0;
	padding-bottom: 0;
	
}
.tab_li ul{
	display: block;
	width: 100%;
	height: 25px;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
	font-size: .8rem;
	color: rgb(121,88,88);
}
.tab_li li{
	display: inline-block;
	position: absolute;
	padding-bottom: 5px;
	height: 20px;
}
.tab_li li:first-child{
	left: 20%;
}
.tab_li li:last-child{
	left: 70%;
}
.tab_li .tabCale{
	border-bottom: 2px solid #452323;
	font-weight: bold;
}
.tabLi{
	display: none;
}
.tabLi:first-child{
	display: block;
	position: relative;
}
/*关于兰境*/
.tabBox{
	padding: 20px 0;
	width: 100%;
	height: auto;
}
.tabLi ul li{
	padding: 1px 4px;
	font-size: 0.85rem;
}
.tabLi ul li:last-child{
	padding: 10px 15px;
}
.tabLi ul li img{
	width:12px;
	height: 12px; 
	padding: 0 3px;
	display: inline-block;
	margin-right: 0.5rem;
}
/*加入兰境*/
.kong{
	width: 100%;
	height: 50px;
}
.tabLi{
	width: 90%;
	margin: 0 auto;
}
.tabLi:last-child{
	margin-top: -2%;
}
.contentD{
	display: block;
	width: 100%;
	height: auto;
	padding: 8px 0;
	border-bottom: 1px solid #e5e5e5;
}
.contentD:last-child{
	padding: 0;
	border-bottom: none;
}
.titleZ{
	font-size: .9rem;
	color: #452323;
	line-height: 30px;
}
.contentA{
	font-size: .8rem;
	color: #000;
	line-height: 20px;
}
/*地图*/
#map_box {
	width: 95%;
	height: 300px;
	border: 1px solid #969896;
	margin-left: 2%;
	margin-top: 20px;
}
