.banner {
	width: 100%;
	position: relative;
}

.banner img {
	display: block;
	width: 100%;
}


.menu {
	position: absolute;
	bottom: 0;
	height: 70px;
	width: 100%;
	background: rgba(0, 0, 0, 0.2) none repeat scroll !important;
	padding: 0 100px;
	line-height: 70px;
	box-sizing: border-box;
}

.menu ul li {
	float: left;
	width: 20%;
	text-align: center;
	white-space: nowrap;  

 text-overflow:ellipsis; 


}

.menu ul li a {
	color: #fff;
}
.menu ul .active {
	background-color: #ff8534;
}


.main {
	background-color: #f5f5f5;
	padding-bottom: 120px;
}

.main .content {
	background-color: #FFFFFF;
	box-sizing: border-box;
	padding: 100px 200px 72px 200px;
}

.main .content h4.title {
	font-family: pingfang;
	font-size: 45px;
	color: #000000;
	line-height: 85px;
	text-align: center;
	font-weight: 500;
	padding-bottom: 20px;
	border-bottom: 1px solid #e8e8e8;
}

.main .content p.addtime {
	/* font-family: pingfang; */
	font-size: 16px;
	line-height: 16px;
	color: #b2b2b2;
	text-align: center;
	
}

.main .content .article p {
	/* font-family: pingfang !important; */
	font-size: 16px;
	line-height: 30px !important;
	color: #999999;
	padding-top: 22px;
}
.main .content .article {
	margin-top: 100px;
	margin-bottom: 100px;
}
.main .content .article p>* {
	/* font-family: pingfang !important; */
	font-size: 16px !important;
	line-height: 30px !important;
	color: #999999 !important;
}

.main .content .article img {
	width: 100%;
}

.main .news_next {
	margin-top: 40px;
}

.main .news_next .l a {
	font-family: pingfang;
	font-size: 16px;
	color: #808080;
	display: block;
	line-height: 87px;
	/* border-bottom: 1px solid #e6e6e6; */
}

.main .news_next .r .share {
	text-align: right;
	margin-top: 40px;
}

.main .news_next .r .share a {
	display: inline-block;
	margin-left: 20px;
}


.share {
	padding: 0 45px;
	background-color: #f5f5f5;
	text-align: center;
}

.share a {
	display: inline-block;
	margin: 0 10px;
}

.swiper-container {
	position: relative;
	width: 80%;
	
	height: 400px;
	margin-left: auto;
	margin-right: auto;
  }
  .swiper-slide {
	 
	background-size: cover;
	background-position: center;
  }
  .gallery-top {
	height:60%;
	width: 80%;
  }

  .gallery-thumbs {
	height: 30%;
	box-sizing: border-box;
	padding: 10px 0;
  }
  .gallery-thumbs .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.4;
  }
  .gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
  }
  /* .swiper-container .gallery-top .pic img {
	  position: absolute;
	 width: 50% !important;
	 transform: translate(-50%);
	 left: 50%;
  } */

 




@media screen and (max-width: 1050px) {
	.main {
		padding-bottom: 50px;
	}
	
	.main .content {
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 50px;
		padding-bottom: 0;
	}
	
	.main .news_next .l {
		width: 100%;
	}
	
	.main .news_next .l a {
		width: 100%;
	 	overflow: hidden;
        white-space: nowrap;
		text-overflow: ellipsis;
		line-height: 40px;
	}
	
	.main .news_next .r {
		display: none;
	}
}
@media screen and (max-width: 800px) {
	.main .content .article {
		margin-top: 0;
		margin-bottom: 0;
	}
	.banner .menu {
		display: none;
	}
	.main ul li {
		float: none;
		width: 100%;
	}
	.main .content .article p {
		padding-top: 0;
	}
	.main .news_next {
		margin-top: 10px;
	}
	.main{
		padding-bottom: 20px;
	}
	.r {
		float: none !important;
	}
	.share {
		text-align: right;
	}
	
}
@media screen and (max-width: 600px) {
	.main .content h4.title {
		font-size: 25px;
		line-height: 40px;
	}
}