.case .box1{
	padding: 101px 0 120px;
}
.case .box1 .title{
	font-family: PingFangSCBold;
	color: #262626;
}
.case .box1 .box-t{
	position: relative;
	margin-top: 40px;
	box-shadow: 0px 8px 18px 3px rgba(0,0,0,0.07);
	border-radius: 10px;
}
.case .box1 .box-t .btn-prev,
.case .box1 .box-t .btn-next{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: rgba(61, 59, 59, .3);
	transition: all .6s;
	z-index: 3;
	cursor: pointer;
}
.case .box1 .box-t .btn-prev:hover,
.case .box1 .box-t .btn-next:hover{
	color: #239744
}
.case .box1 .box-t .btn-prev{
	left: -40px;
}
.case .box1 .box-t .btn-next{
	right: -40px;
}
.case .box1 .box-t .swiper{
	border-radius: 10px;
}
.case .box1 .box-t .swiper-slide{
	display: flex;
	overflow: hidden;
}
.case .box1 .box-t:nth-child(2n) .swiper-slide{
	flex-direction: row-reverse;
}

.case .box1 .box-t .slide-l{
	width: 50%;
}
.case .box1 .box-t .slide-l .pic,
.case .box1 .box-t .slide-l .pic img{
	height: 100%;
}
.case .box1 .box-t .slide-l .pic img{
	object-fit: cover;
}
.case .box1 .box-t .slide-r{
	align-self: center;
	padding: 0 40px;
	flex: 1;
}
.case .box1 .box-t .slide-r .label{
	display: inline-block;
	padding: 0 12px;
	line-height: 26px;
	font-family: PingFangSCRegular;
	font-weight: 400;
	font-size: 14px;
	color: #239744;
	background: #EDF6F0;
	border-radius: 6px;
}
.case .box1 .box-t .slide-r .text-title{
	font-family: PingFangSCBold;
	font-size: 26px;
	color: #3D3B3B;
	line-height: 1.15;
	margin-top: 12px;
}
.case .box1 .box-t .slide-r .text-des{
	font-family: PingFangSCRegular;
	font-weight: 400;
	font-size: 15px;
	color: #666666;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 10px;
}
.case .box1 .box-t .slide-r .more{
	display: inline-block;
	padding: 0 38px;
	text-align: center;
	line-height: 45px;
	background: #239744;
	border-radius: 3px;
	margin-top: 14px;
	font-family: PingFangSCRegular;
	font-weight: 400;
	font-size: 15px;
	color: #FFFFFF;
	transition: all .6s;
}
.case .box1 .box-t .slide-r .more:hover{
	box-shadow: 0px 8px 18px 3px rgba(35, 151, 68, .3);
}
.case .box1 .box-c{
	margin-top: 67px;
}
.caseList{
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 28px;
}
.caseList li{
	border: 1px solid #EEEEEE;
	border-radius: 10px;
	transition: all .6s;
}
.caseList li:hover{
	border-color: #239744;
}
.caseList .picCover{
	padding-top: 57.71%;
}
.caseList .picCover .pic{
	border-radius: 10px;
}
.caseList li .text-box{
	padding: 26px 37px;
}
.caseList li .text-title{
	font-family: PingFangSCBold;
	font-size: 20px;
	color: #333333;
	line-height: 1.5;
	transition: all .6s;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.caseList li:hover .text-title{
	color: #239744;
}
.caseList li .text-des{
	font-family: PingFangSCRegular;
	font-weight: 400;
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	margin-top: 9px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.case .box1 .pagination{
	margin-top: 40px;
}
.caseDetails .box1{
	padding: 64px 0 45px;
	background-color: RGBA(249, 250, 254, 1);
}
.caseDetails .box1 .box-c{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.caseDetails .box1 .box-c .l{
	width: 75%;
	padding: 68px 40px 70px;
	background: #FFFFFF;
	border-radius: 15px;
}
.caseDetails .box1 .box-c .l .title{
	font-family: PingFangSCBold;
	color: #3B3939;
}
.caseDetails .box1 .box-c .l .label{
	display: inline-block;
	font-family: PingFangSCRegular;
	font-weight: 400;
	font-size: 14px;
	color: #239744;
	line-height: 26px;
	padding: 0 12px;
	background: #F0F7F2;
	border-radius: 6px;
	margin-top: 13px;
	cursor: pointer;
}
.caseDetails .box1 .box-c .l .list{
	margin-top: 34px;
}
.caseDetails .box1 .box-c .l .list .text-title{
	position: relative;
	font-family: PingFangSCBold;
	font-size: 24px;
	color: #3B3939;
	line-height: 1.2;
	padding-left: 23px;
}
.caseDetails .box1 .box-c .l .list .text-title::before{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 4px;
	height: 100%;
	background-color: #239744;
}
.caseDetails .box1 .box-c .l .list .text-box{
	font-family: PingFangSCRegular;
	font-weight: 400;
	font-size: 15px;
	color: #666666;
	line-height: 25px;
	margin-top: 18px;
}
.caseDetails .box1 .box-c .l .list .text-box img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.caseDetails .box1 .box-c .l .list li:not(:last-child){
	margin-bottom: 35px;
}
.caseDetails .box1 .box-c .r{
	width: 22.42%;
	background: #FFFFFF;
	border-radius: 6px;
	padding: 40px 28px 60px;
}
.caseDetails .box1 .box-c .r .title{
	position: relative;
	font-family: PingFangSCBold;
	font-size: 22px;
	color: #3B3939;
	line-height: 28px;
}
.caseDetails .box1 .box-c .r .title::before{
	position: absolute;
	left: -28px;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	width: 3px;
	height: 28px;
	background: #239744;
}
.caseDetails .box1 .box-c .r-c{
	margin-top: 23px;
}
.caseDetails .box1 .box-c .r-c .item{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 6px;
	border: 1px solid #EEF1F3;
	padding: 20px 28px;
	min-height: 108px;
	transition: all .6s;
}
.caseDetails .box1 .box-c .r-c .item:hover{
	border-color: #239744;
}
.caseDetails .box1 .box-c .r-c .item .pic{
	width: 35.35%;
}
.caseDetails .box1 .box-c .r-c .item .pic img{
	display: block;
	max-width: 100%;
}
.caseDetails .box1 .box-c .r-c .item .text-title{
	font-family: PingFang SC;
	font-weight: 500;
	font-size: 17px;
	color: #282525;
	line-height: 24px;
	width: 57.45%;
	transition: all .6s;
}
.caseDetails .box1 .box-c .r-c .item:hover .text-title{
	color: #239744;
}
.caseDetails .box1 .box-c .r-c .item:not(:last-child){
	margin-bottom: 11px;
}
.caseDetails .box2{
	background-color: RGBA(249, 250, 254, 1);
	padding: 0 0 107px;
}
.caseDetails .box2 .title{
	font-family: PingFangSCBold;
	font-size: 28px;
	color: #222222;
	line-height: 1;
}
.caseDetails .box2 .box-c{
	margin-top: 28px;
}
@media (max-width:1199px) {
	.caseList li .text-box{
		padding: 19px;
	}
	.caseList li .text-des{
		margin-top: 0;
	}
	.caseDetails .box1{
		padding-top: 70px;
	}
	.case .box1{
		padding: 70px 0;
	}
	.case .box1 .box-t .slide-r .text-title{
		font-size: 24px;
	}
	.case .box1 .box-t .slide-r .more{
		line-height: 40px;
		padding: 0 27px;
	}
	.case .box1 .box-t .slide-r{
		padding: 20px 30px;
	}
	.caseDetails .box2{
		padding-bottom: 70px;
	}
	.caseDetails .box1 .box-c .r{
		display: none;
	}
	.caseDetails .box1 .box-c .l{
		width: 100%;
	}
	.caseDetails .box1 .box-c .l .list .text-title{
		font-size: 24px;
	}
	.caseDetails .box2 .title{
		font-size: 26px;
	}
}
@media (max-width:1024px) {
	.caseDetails .box2 .title{
		font-size: 24px;
	}
	.caseDetails .box1 .box-c .l .list .text-title{
		font-size: 20px;
	}
	.caseDetails .box1{
		padding-top: 60px;
	}
	.caseDetails .box1 .box-c .l{
		padding: 60px 30px;
	}
	.caseDetails .box2{
		padding-bottom: 60px;
	}
	.case .box1{
		padding: 60px 0;
	}
	.case .box1 .box-t .slide-r .text-title{
		font-size: 20px;
	}
	.caseList{
		gap: 20px;
	}
	.caseList li .text-title{
		font-size: 18px;
	}
}
@media (max-width: 768px) {
	.caseList{
		grid-template-columns: repeat(2,1fr);
	}
	.caseDetails .box2 .title{
		font-size: 22px;
	}
	.caseDetails .box1 .box-c .l .list li:not(:last-child){
		margin-bottom: 27px;
	}
	.caseDetails .box1 .box-c .l .list{
		margin-top: 25px;
	}
	.caseDetails .box1 .box-c .l .list .text-box{
		margin-top: 13px;
	}
	.caseDetails .box1 .box-c .l .list .text-title{
		font-size: 18px;
		padding-left: 14px;
	}
	.caseDetails .box1{
		padding-top: 50px;
		padding-bottom: 40px;
	}
	.caseDetails .box1 .box-c .l{
		padding: 50px 30px;
	}
	.caseDetails .box2{
		padding-bottom: 50px;
	}
	.case .box1{
		padding: 50px 0;
	}
	.case .box1 .box-t{
		margin-top: 30px;
	}
	.case .box1 .box-t:nth-child(2n) .swiper-slide,
	.case .box1 .box-t .swiper-slide{
		flex-direction: column;
	}
	.case .box1 .box-t .slide-l{
		width: 100%;
	}
	.case .box1 .box-t .slide-r{
		padding: 20px;
	}
}
@media (max-width: 500px) {
	.caseList{
		grid-template-columns: repeat(1,1fr);
	}
	.caseDetails .box2 .box-c{
		margin-top: 25px;
	}
	.caseDetails .box2 .title{
		font-size: 20px;
	}
	.caseDetails .box1{
		padding-top: 40px;
		padding-bottom: 30px;
	}
	.caseDetails .box1 .box-c .l{
		padding: 30px 20px;
	}
	.caseDetails .box2{
		padding-bottom: 40px;
	}
	.case .box1 .box-t{
		margin-top: 25px;
	}
	.case .box1{
		padding: 40px 0;
	}
}