.case-box {
	margin-bottom: 60px;
}
.case-item {
	display: flex;
	align-items: center;
	background: #ffffff;
	margin-top: 60px;
}

.case-item .case-img-box {
	width: 60%;
}

.case-item:nth-child(2n) .case-img-box {
	order: 1;
}

.case-item .case-img-box .case-img {
	background-repeat: no-repeat;
	height: 460px;
	background-size: cover;
	background-position: center center;
}

.case-item .case-content {
	width: 40%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 280px;
	padding: 0 60px;
}

.case-title {
	font-size: 26px;
}

.case-title::after {
	content: '';
	display: block;
	width: 46px;
	height: 2px;
	background: #787878;
	margin-top: 20px;
}

.case-desc {
	line-height: 1.8;
}

.case-btns {
	display: flex;
	justify-content: center;
}

.case-btns .more-btn {
	background: #474747;
}

.case-detail-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 420px;
}

.case-tabs {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #dcdcdc;
	padding: 30px 0;
}

.case-tabs-item {
	border-bottom: 2px solid #0092dd;
	padding-bottom: 36px;
	margin-left: 100px;
}

.case-detail-title {
	text-align: center;
	font-size: 36px;
	padding: 68px 0;
}

.case-detail-recomm {
	border-top: 1px solid #dcdcdc;
	margin-top: 68px;
}

.case-detail-title::after {
	content: '';
	display: block;
	width: 86px;
	height: 2px;
	background: #323232;
	text-align: center;
	margin: 30px auto 0;
}

.case-detail-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.case-detail-box .case-detail-content {
	width: 35%;
	padding-left: 11%;
}

.case-detail-box .case-desc {
	margin-top: 50px;
}

.case-detail-box .case-detail-swiper {
	width: 60%;
}

#caseSwiper {
	width: 100%;
	height: 510px;
}

#caseSwiper .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

#caseSwiper .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#caseSwiper .swiper-slide {
	width: 75%;
}

.case-button-prev,
.case-button-next {
	width: 90px;
	height: 60px;
	position: absolute;
	bottom: 0;
	z-index: 99;
	font-size: 30px;
	color: #444444;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	border: 1px solid #ebecee;
}

.case-button-prev {
	left: -89px;
	/* background: #ebecee; */
}

.case-button-next {
	left: 0;
}

.case-detail-swiper .swiper-button-disabled {
	background: #ebecee;
}

.case-recomm-item {}

.case-recomm-item .case-recomm-bg {
	background-position: center center;
	height: 340px;
	background-size: cover;
	background-repeat: no-repeat;
}
.case-recomm-item .case-recomm-title {
	font-size: 18px;
	line-height: 80px;
}

@media (max-width: 1440px) {
	.case-item .case-img-box,
	.case-item .case-content {
		width: 50%;
	}
	.case-item .case-img-box .case-img {
		height: 380px;
	}
}

@media (max-width: 1300px) {
	.case-detail-box .case-detail-content {
		padding-left: 3%;
	}
}

@media (max-width: 1200px) {
	.case-item .case-img-box .case-img {
		height: 350px;
	}

	.case-item .case-content {
		height: 230px;
	}

	.case-desc {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
	}

	#caseSwiper {
		height: 400px;
	}
}


@media (max-width: 992px) {

	.case-item .case-img-box,
	.case-item .case-content {
		width: 50%;
	}

	#caseSwiper {
		height: 300px;
	}

	.case-button-prev,
	.case-button-next {
		width: 60px;
		height: 40px;
		font-size: 24px;
	}
}

@media (max-width: 768px) {
	.case-box {
		margin-bottom: 30px;
	}
	.case-item {
		display: block;
		border-radius: 10px;
		margin-top: 30px;
	}

	.case-item .case-img-box,
	.case-item .case-content {
		width: 100%;
	}

	.case-item .case-img-box .case-img {
		border-radius: 10px 10px 0 0;
		height: 300px;
	}

	.case-item .case-content {
		padding: 20px;
		height: auto;
	}

	.case-title {
		font-size: 16px;
	}

	.case-title::after {
		display: none;
	}

	.case-desc {
		-webkit-line-clamp: 1;
	}

	.case-detail-box {
		display: block;
		max-width: 100%;
	}

	.case-detail-box .case-detail-content {
		padding: 20px;
		width: 100%;
	}

	.case-detail-bg {
		height: 340px;
	}

	.case-detail-title {
		font-size: 24px;
		padding: 30px 0 0;
	}

	.case-detail-title::after {
		width: 46px;
		margin-top: 20px;
	}
	
	.case-detail-recomm {
		margin-bottom: 30px;
		border: none;
		margin-top: 0;
	}

	.case-detail-box .case-desc {
		margin-top: 0;
		-webkit-line-clamp: 10;
	}

	.case-detail-box .case-detail-swiper {
		width: 100%;
		padding: 20px 0 20px 20px;
	}

	#caseSwiper .swiper-slide img {
		border-radius: 10px;
	}
	.case-recomm-container {
		padding: 20px;
	}
	.case-recomm-item .case-recomm-bg {
		border-radius: 10px;
		height: 250px;
	}
	.case-recomm-item .case-recomm-title {
		font-size: 16px;
		line-height: 60px;
		margin-bottom: 10px;
	}
}

@media (max-width: 576px) {
	.case-item .case-img-box .case-img {
		border-radius: 10px 10px 0 0;
		height: 200px;
	}

	.case-detail-box .case-detail-swiper {
		padding: 0 0 0 20px;
	}

	#caseSwiper {
		height: 200px;
	}
}