html,
body,
#map1 {
  width: 100%;
  padding-bottom: 43%;
  height: 0;
}
#rightcontent{
	position: absolute;
	top: 0;
	right: 0;
	width: 320px;
	height: 100%;
	padding: 0 20px;
    background-color: rgba(153,153,153,0.15);
}
.swipe {
  overflow:hidden;
  position:relative;
  width:100%;
}
.swipe ul{
    overflow:hidden;
	padding: 0;
}
.swipe li div, .swipe div div div {
  padding:60px 10px;
  background:#1db1ff;
  font-weight:bold;
  color:#fff;
  font-size:20px;
  text-align:center;
}
.swipe li  img{
	width: 100%;
	height: 100%;
}
.swipe li{
	margin:10px;
	background-color: #fff;
}
#slider2 li{
    width:260px;
	height: 180px;
	border-radius: 10px;
	overflow: hidden;
	cursor: pointer;
}
#slider2 li:hover{
	transition:0.8s;
	transform: scale(1.02);
}

.ctbtn{
	width: 140px;
	height: 40px;
	background-color: rgb(149,75,83);
	border-radius: 20px;
	color: white;
	font-size: 20px;
    font-family: cursive;
	text-align: center;
	line-height: 40px;
	position: absolute;
	bottom: 40px;
	left: calc(50% - 70px);
	
}

.amap-marker-label{
      position: absolute;
      z-index: 2;
      border: 0px solid #ccc;
      background-color: inherit;
      white-space: pre-line;
      cursor: default;
      padding: 3px;
      font-size: 17px;
	  width: 20px;
      line-height: 19px;
   }
@media (max-width: 768px){
	#map1 {
	  width: 100%;
	  padding-bottom: 180%;
	  height: 0;
	}
}