.view {
	position:relative;
	width: 510px;
	height: 400px;
	border: solid;
	overflow:hidden;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	border: none;
}
	
#main {
	width: 460;
	height: 400px;
	margin-top: -15px;
}

.main {
	margin: 0 auto;
}

.map {
	width: 400px;
	height: 400px;
	margin-top: -400px;
}


.citybg a{
    display: none;
}

.map {
	position:relative;
	width: 488px;
    margin: 0 auto;
    height: 360px;
    pointer-events: none;
    margin-top: -382px;
    margin-left: 8px;
}

.map a {
	color: #5b5a5a;
	font-size: 14px;
	text-decoration: none;
}

.map a:hover {
	color: #fff;
}

.citybg {
	position: absolute;
	display: block;
	z-index: 3;
	/* border: solid #000 1rpx; */
	pointer-events: none;
	transition: all 1s;
}

.city a.active .citybg {
	display: block;
	z-index: 99;
	pointer-events: none;
}

.citybg img {
	width: 100%;
	vertical-align: middle;
}

.hover {
	transition: all 1s;
	/* transform: scale(1.06); */
	transform: translateY(-10px);
	z-index: 999;
}

.dsno {
	display: none;
}

.dsbl {
	display: block;
}

.mapimg2 {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.hover img {
	transition: all 1s;
}

.main {
	margin: 0 auto;
}

.dsp {
	display: flex;
}

.hiden {
	transform: translate(0%, 0%) !important;
	width: 50px !important;
	height: 50px !important;
	border-radius: 50% !important;
	overflow: hidden;
}

.hiden .secImage {
	border: solid #000000 1px;
	width: 100%;
}

.hiden .secInfo {
	display: none;
}

.bck {
	/* display: none; */
	background: rgba(0, 0, 0, 0.1);
	/* position: fixed; */
	/* top: 0;
	left: 0; */
	width: 100%;
	height: 100%;
	z-index: 9999;
}

.lyli {
	transition: all 1.5s;
	width: 5rem;
	height: 5rem;
	background: #FFF;
	overflow: hidden;
	font-size: 0.2rem;
	border-radius: 50%;
}

.secImage {
	width: 100%;
}

.secImage img {
	width: 100%;
}

.secInfo {
	width: 100%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	padding: 5px 10px;
}

