.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background-color:rgba(255,255,255,0.4)
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}



/*===自定义样式========*/
..swiper-pagination-bullet{
	color: #D4D4D4 !important;
	opacity: 0 !important;
}


/* mobile menu */
.swiper-container_menu{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

/* 公园资讯第一个轮播图 */
.swiper-tt{
	width: 100%;
	height: 0.85rem;
}

/* 公园资讯第一个轮播图 */
.sw1 .swiper-slide{
	display: block;
}
.sw1_img{
	width: 100%;
	height: 2.9rem;
}
.sw1-tt{
	width: 100%;
	height: 0.8rem;
	font-size: 0.18rem;
	color: white;
	background-color: #171e28;
	line-height: 0.5rem;
	text-align: center;
	opacity: .8;
}
.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:2.9rem;
}
.sw2 .swiper-slide{
	display: block;
}
.sw2_img  {
	width: 100%;
	height: 2.9rem;
}
.sw4 .swiper-slide{
	display: block;
}
.sw4_img  {
	width: 100%;
	height: 2.9rem;
}

/*发现美园 轮播图*/
.all_slide{
	width: 84%;
	margin: 0 auto;
	position: relative;
	height:3.5rem;
}
.sw3 .swiper-slide{
	height: 2.5rem;
	position: relative;
}
.sw3 .sw3_img{
	width: 100%;
    height: 2.5rem;
}
.sw3 .sw3_div{
	position: absolute;
    left: 0;
    width: 90%;
    padding: 0.1rem 5%;
    font-size: 0.14rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: #dcdcdc;
}

.sw3 .sw3_div .sw3_tt{
	width: 90%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.sw3 .sw3_div .sw3_ar{
	display: block;
    width: 0.3rem;
    height: 0.3rem;
    border: 1px solid white;
    border-radius: 0.05rem;
    font-size: 0.2rem;
    line-height: 0.3rem;
    position: absolute;
    right: 0.2rem;
    bottom: 0.5rem;
    color: white;
}
.sw3_n{
	width: 0.5rem;
    height: 0.5rem;
    top: 1.2rem;
    right: -0.8rem;
    outline: none !important;
}
.sw3_p{
	width: 0.5rem;
    height: 0.5rem;
    position: absolute;
    top: 1.2rem;
    left: -0.8rem;
	outline: none !important;
}
.pa3{
	position: relative;
    top: -0.8rem;
}

/*头部轮播图*/
.sw5{
	width: 100%;
	height: 100%;
}
.sw5 .sw5_img{
	display: block;
    margin: 0 auto;
    position: absolute;
    top: 2%;
    left: 0.5%;
    height: 96%;
    width: 99%;
}
.sw5 .swiper-slide
{
    position:relative;
    }

.gallery-top1 {
      height: 5.8rem;
      width: 100%;
      
    }
    .gallery-thumbs1 {
      height: 0.8rem;
      box-sizing: border-box;
    }
    .gallery-thumbs1 .swiper-slide {
      width: 50%;
      height: 100%;
      font-size:0.23rem;
      position:relative;
    }
    .gallery-thumbs1 .swiper-slide-thumb-active {
      font-weight:bold;
    }
    
    .gallery-top2 {
      height: 5.8rem;
      width: 100%;
      
    }
    .gallery-thumbs2  {
      height: 0.8rem;
      box-sizing: border-box;
    }
    .gallery-thumbs2  .swiper-slide {
      width: 25%;
      height: 100%;
      font-size:0.23rem;
      position:relative;
    }
    .gallery-thumbs2 .swiper-slide-thumb-active {
      font-weight:bold;
    }







