.banner-box {
	position: relative;
	font-weight: bold;
	margin-top: 8vw;
}

.case-show-swiper {
    width: 100%;
    height: 34vw;
    z-index: 0 !important;
}

.case-show-swiper a {
    display: block;
    height: 100%;
}

.case-show-swiper img {
    width: 100%;
    height: 100%;
}

.banner-box img {
	width: 100%;
}

.banner-title {
	position: absolute;
	font-size: 4.5vw;
	top: 12.5vw;
	background: transparent;
	color: rgba(255, 255, 255, 0.2);
}

.banner-subtitle {
	position: absolute;
	font-size: 2.5vw;
	top: 20vw;
	background: transparent;
	color: rgba(255, 255, 255, 0.2);
}

.case-list {
	background: #ffffff;
}

.case-list-title {
	color: #333333;
	font-size: 2vw;
	text-align: center;
	padding: 2vw;
	font-weight: bold;
	margin-bottom: 1vw;
}

.case-list>ul {
	display: flex;
	flex-wrap: wrap;
}

.case-list>ul li {
	width: 32%;
	height: 38vw;
	margin-bottom: 4vw;
}

.case-list>ul li a {
	display: block;
	width: 95%;
	height: 100%;
	position: relative;
	box-shadow: 0px 0px 1vw 0px rgba(26, 26, 26, 0.1);
}

.case-list>ul li a:hover span {
	color: #0D6200;
}

.case-list>ul li a img {
	width: 100%;
	height: 50%;
	object-fit: cover;
}

.case-list-content {
	position: absolute;
	top: 16vw;
	left: 5%;
	padding: 1vw;
	width: 90%;
	border-radius: 0.6vw 0.6vw 0 0;
	background: #ffffff;
}

.case-list-content span {
    width: 100%;
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	/*text-align: justify;*/
	text-overflow: ellipsis;
	font-size: 1.3vw;
	font-weight: bold;
	color: #333333;
}

.case-list-content p {
	padding: 1vw;
	margin-top: 1vw;
	line-height: 1.8vw;
	height: 16vw;
	display: flex;
	flex-direction: column;
	gap: 0.8vw;
	background: #F6FBFF;
}

.case-list-content p label:nth-of-type(1) {
	font-size: 1.1vw;
	color: #333333;
}

.case-list-content p label:nth-of-type(2) {
	font-size: 1.2vw;
	color: #666666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
	/*text-align: justify;*/
	text-overflow: ellipsis;
}

@media (max-width:768px) {
    .banner-box {
        margin-top: 18vw;
    }
    
    .case-show-swiper {
        height: 45vw !important;
    }
    
	.banner-box img {
		width: 100%;
		height: 100%;
		/*height: 48vw;*/
		object-fit: cover;
	}

	.banner-title {
		font-size: 7.5vw;
		top: 30.5vw;
	}

	.banner-subtitle {
		font-size: 4.5vw;
		top: 24vw;
	}

	.case-list-title {
		font-size: 4vw;
		margin-top: 4vw;
		margin-bottom: 4vw;
	}

	.case-list {
		margin-bottom: 4vw;
		padding-bottom: 6vw;
	}

	.case-list>ul {
		gap: 4vw 0;
		justify-content: space-between;
	}

	.case-list>ul li {
		width: 100%;
		height: 80vw;
		margin-bottom: 4vw;
	}

	.case-list>ul li a {
		width: 95%;
		margin-left: 2.5%;
		box-shadow: none;
	}

	.case-list>ul li a img {
		height: 75%;
	}

	.case-list-content {
		top: 42vw;
		left: 3%;
		padding: 3vw;
		width: 94%;
	}

	.case-list-content span {
		font-size: 3.3vw;
	}

	.case-list-content p label:nth-of-type(1) {
		font-size: 3.1vw;
	}

	.case-list-content p {
		padding: 4vw 2vw;
		margin-top: 3vw;
		height: 26vw;
		gap: 2.5vw;
	}

	.case-list-content p label:nth-of-type(2) {
		font-size: 3.2vw;
		line-height: 4.5vw;
		-webkit-line-clamp: 3;
	}
}
