.banner-top{
	background-repeat: no-repeat;
	background-position: center;
	height: 350px;
	display: block;
}

.layout-title {
	text-align: center;
	padding: 60px 0 40px;
	font-size: 30px;
}

.famous {
	height: 664px;
	position: relative;
}

.gallery-solid {
	background-color: #d7d7d7;
}

.gallery-thumbs {
	width: 970px;
	height: 150px;
}

.gallery-thumbs .swiper-wrapper {
	align-items: center;
}

.swiper-button-next,
.swiper-button-prev {
	top: 88% !important;
}

.gallery-thumbs .swiper-slide {
	width: 180px !important;
	height: 100px;
	margin-right: 17px;
	position: relative;
	cursor: pointer;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: 36px !important;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: 36px !important;
}

:root {
	--swiper-navigation-size: 56px !important;
}

.swiper-slide-thumb-active span {
	opacity: 0.7 !important;
}

.case-nav span {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
	z-index: 1;
	opacity: 0.2;
}

.case-nav p {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	font-size: 18px;
	color: #fff;
}

.case-intro {
	height: 440px;
	padding: 35px;
	background-color: #fff;
	display: flex;
}

.case-intro img {
	width: 672px;
	height: 440px;
}

.case-intro ul {
	width: 410px;
	height: 440px;
	padding-left: 48px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.case-intro ul li:nth-child(1) {
	width: 112px;
	height: 28px;
	line-height: 28px;
	background-color: #50972c;
	border-radius: 14px;
	color: #fff;
	font-size: 18px;
	text-align: center;
}

.case-intro ul li:nth-child(2) {
	color: #50972c;
	font-size: 24px;
	margin-top: 10px;
	margin-bottom: 30px;
}

.case-intro ul li:nth-child(3) {
	width: 52px;
	height: 2px;
	background-color: #50972c;
}

.case-intro ul li:nth-child(4) {
	font-size: 18px;
	line-height: 28px;
	color: #8a8a8a;
	margin-top: 30px;
}

.case-intro ul li:nth-child(5) {
	font-size: 15px;
	line-height: 20px;
	color: #8a8a8a;
	margin: 40px 0;
}

.case-intro ul li:nth-child(6) {
	width: 182px;
	font-size: 18px;
	color: #50972c;
	border-bottom: 1px solid #50972c;
	cursor: pointer;
}

.curshow {
	display: block !important;
}

/* 项目 */
.project {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.project li {
	width: 290px;
	height: 250px;
	background-color: #fff;
	margin-bottom: 14px;
}

.project li:hover {
	box-shadow: 0px 3px 5px 0px rgba(6, 0, 1, 0.1);
}

.project li p:nth-child(1) {
	height: 200px;
}
.project li img{
	width: 100%;
	height: 100%;
}

.project li p:nth-child(2) {
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
	font-size: 14px;
	display: flex;
	color: #888887;
}

.project li p:nth-child(2) em{
	color: #000;
	padding-right: 10px;
	display: block;
}
.project li p:nth-child(2) span{
	padding-left: 10px;
	display: block;
	font-size: 16px;
	color: #000;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

/* 场景 */
.scene {
	width: 690px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.scene li {
	width: 146px;
	height: 44px;
	line-height: 44px;
	border: solid 1px #50972d;
	font-size: 24px;
	text-align: center;
	cursor: pointer;
}


.activitys {
	background-color: #50972d;
	color: #fff;
}

.sceneImg {
	display: flex;
	justify-content: space-between;
	height: 400px;
	margin-top: 30px;
	overflow: inherit;
}

.sceneImg div{
	overflow: hidden;
}

.sceneImg div:nth-child(1){
	width: 600px;
	height: 400px;
}
.sceneImg div:nth-child(1) img{
	width: 100%;
}
.sceneImg div:nth-child(2){
	width: 290px;
	height: 400px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.sceneImg div:nth-child(2) p{
	overflow: hidden;
	height: 195px;
}

.sceneImg div:nth-child(3){
	width: 290px;
	height: 400px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.sceneImg div:nth-child(3) p{
	overflow: hidden;
	height: 195px;
}
.sceneImg img{
	transition: all 0.6s;
	width: 100%;
	height: 100%;
}
.sceneImg img:hover{
	transform: scale(1.1);
}

/* 回收 */
.recycle {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 40px;
}

.recycle li {
	width: 386px;
	height: 310px;
	margin-bottom: 20px;
}

.recycle li p:nth-child(1) {
	height: 270px;
	overflow: hidden;
}
.recycle li p:nth-child(1) img {
	transition: all 0.6s;
	width: 100%;
	height: 100%;
}
.recycle li p:nth-child(1) img:hover {
	transform: scale(1.1);
}


.recycle li p:nth-child(2) {
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #363834;
	font-size: 20px;
}

.consult {
	width: 240px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 20px;
	border: 1px solid #50972c;
	color: #50972c;
	font-size: 18px;
	margin: 40px auto 0;
	cursor: pointer;
}
.consult a{
	color: #50972c;
}
.consult:hover {
	background-color: #50972c;
	color: #fff;
}
.consult a:hover {
	background-color: #50972c;
	color: #fff;
}