.swiper-container {
	width: 100%;
	height: 100%;
}


.swiper-container_menu{
	position: fixed;
}
.menu {
	min-width: 100px;
	width: 70%;
	max-width: 320px;
	background-color: #328ecf;
	color: #fff;
}

.content {
	
}

.menu-button {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 15px;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s;
	background-color: #328ecf;
	/*margin: 14px;
			border-radius: 5px;*/
}

.menu-button .bar:nth-of-type(1) {
	margin-top: 0px;
}

.menu-button .bar:nth-of-type(3) {
	margin-bottom: 0px;
}

.bar {
	position: relative;
	display: block;
	width: 50px;
	height: 5px;
	margin: 10px auto;
	background-color: #fff;
	border-radius: 10px;
	-webkit-transition: .3s;
	transition: .3s;
}

.menu-button:hover .bar:nth-of-type(1) {
	-webkit-transform: translateY(1.5px) rotate(-4.5deg);
	-ms-transform: translateY(1.5px) rotate(-4.5deg);
	transform: translateY(1.5px) rotate(-4.5deg);
}

.menu-button:hover .bar:nth-of-type(2) {
	opacity: .9;
}

.menu-button:hover .bar:nth-of-type(3) {
	-webkit-transform: translateY(-1.5px) rotate(4.5deg);
	-ms-transform: translateY(-1.5px) rotate(4.5deg);
	transform: translateY(-1.5px) rotate(4.5deg);
}

.cross .bar:nth-of-type(1) {
	-webkit-transform: translateY(15px) rotate(-45deg);
	-ms-transform: translateY(15px) rotate(-45deg);
	transform: translateY(15px) rotate(-45deg);
}

.cross .bar:nth-of-type(2) {
	opacity: 0;
}

.cross .bar:nth-of-type(3) {
	-webkit-transform: translateY(-15px) rotate(45deg);
	-ms-transform: translateY(-15px) rotate(45deg);
	transform: translateY(-15px) rotate(45deg);
}

.cross:hover .bar:nth-of-type(1) {
	-webkit-transform: translateY(13.5px) rotate(-40.5deg);
	-ms-transform: translateY(13.5px) rotate(-40.5deg);
	transform: translateY(13.5px) rotate(-40.5deg);
}

.cross:hover .bar:nth-of-type(2) {
	opacity: .1;
}

.cross:hover .bar:nth-of-type(3) {
	-webkit-transform: translateY(-13.5px) rotate(40.5deg);
	-ms-transform: translateY(-13.5px) rotate(40.5deg);
	transform: translateY(-13.5px) rotate(40.5deg);
}

/* 公园资讯第一个轮播图 */
.swiper-tt{
	width: 100%;
	height: 0.85rem;
}

/* 公园资讯第一个轮播图 */
.sw1 .swiper-slide{
	display: block;
}
.sw1_img{
	width: 100%;
	height: 5.5rem;
}
.sw1-tt{
	width: 100%;
    height: 1.6rem;
    font-size: 0.4rem;
    color: white;
    background-color: #171e28;
    line-height: 1.2rem;
    text-align: center;
}
.sw1-tt p{
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sw2 ,.sw4
{
    position:absolute;
    left:0;
    top:0;
    height:5.45rem;
}
.sw2 .swiper-slide{
	display: block;
}
.sw2_img  {
	width: 100%;
	height: 5.45rem;
}
.sw4 .swiper-slide{
	display: block;
}
.sw4_img  {
	width: 100%;
	height: 5.45rem;
}
/*发现美园 轮播图*/
.sw3{
	display: none;
}
.all_slide_m{
	width: 80%;
	margin: 0 auto;
	position: relative;
}
.sw3_m{
	height: 4.4rem;
}
.sw3_m .swiper-slide{
	position: relative;
}
.sw3_m .sw3_img{
	width: 100%;
	height: 4.5rem;
}

.sw3_m_n{
	position: absolute ;
    left: 100%;
    top: 2.5rem;
    width: 0.8rem;
    height: 0.8rem;
	outline: none !important;
}
.sw3_m_p{
	position: absolute;
    left: -12%;
    top: 2.5rem;
    width: 0.8rem;
    height: 0.8rem;
	outline: none !important;
}
.sw3_m .sw3_div{
	position: absolute;
    bottom: 0.3rem;
    width: 80%;
    padding: 0.1rem 10%;
    font-size: 0.35rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    letter-spacing: 4px;
    color: white;
    align-items: center;
}

.sw3_m .sw3_div .sw3_tt{
	display: block;
	width: 75%;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
	text-align: left;
}
.sw3_m .sw3_div .sw3_ar{
	display: block;
    width: 0.5rem;
    height: 0.5rem;
    border: 1px solid white;
    border-radius: 0.1rem;
    font-size: 0.45rem;
    line-height: 0.5rem;
    text-align: center;
}




.sw5_n{
	outline: none !important;
}

.sw5_p{
	outline: none !important;
}


.gallery-top1 {
      height: 11rem;
      width: 100%;
    }
    .gallery-thumbs1 {
      height: 1.55rem;
      box-sizing: border-box;
    }
    .gallery-thumbs1 .swiper-slide {
      width: 50%;
      height: 100%;
      font-size:0.4rem;
      text-align:center;
      line-height:1.55rem;
      position:relative;
    }
    .gallery-thumbs1 .swiper-slide-thumb-active {
      font-weight:bold;
    }
    
    .gallery-top2 {
      height: 11rem;
      width: 100%;
    }
    .gallery-thumbs2 {
      height: 1.55rem;
      box-sizing: border-box;
    }
    .gallery-thumbs2 .swiper-slide {
      width: 50%;
      height: 100%;
      font-size:0.4rem;
      text-align:center;
      line-height:1.55rem;
      position:relative;
    }
    .gallery-thumbs2 .swiper-slide-thumb-active {
      font-weight:bold;
    }