.main {
	padding: 50px 0 60px 0;
}

.map {
	position: absolute;
	bottom: -1px;
	left: 50%;
	height: 380px;
	text-align: center;
	margin: 0 0 0 -600px;
	z-index: 2;
	border-radius: 5px 5px 20% 10%;
	background: rgba(245, 240, 229, 1) url(../images/bg2.png) no-repeat center center;
}

/*梅花盛开*/
.conBox {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
	margin: 0 auto;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	max-height: 100vh;
	z-index: 1;
}

#flowers {
	width: 100%;
	height: 100%;
	overflow: visible;
}

.cavs {
	z-index: 12;
	position: absolute;
	left: 0;
	top: 72px;
	width: 95%;
	margin-left: 20px;
	margin-right: 20px;
}