.banner-box {
	position: relative;
	height: 34vw;
	margin-top: 8vw;
}

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

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

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

.banner-box-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.banner-content {
	width: 100%;
	position: absolute;
	top: 11vw;
	overflow: hidden;
}

.hot-box {
	background: #0D6200;
	height: 4vw;
	width: 25vw;
	text-align: center;
	position: relative;
}

.hot-box span {
	line-height: 4vw;
	position: relative;
	left: 2vw;
	font-size: 1.3vw;
}

.hot-box::before {
	content: "";
	display: block;
	position: absolute;
	background: url(../img/hot.png) no-repeat;
	background-size: cover;
	width: 3vw;
	height: 3vw;
	left: 0.5vw;
	top: -0.5vw;
}

.hot-box::after {
	content: "";
	display: block;
	position: absolute;
	background: url(../img/trapezium.png) no-repeat;
	width: 3vw;
	transform: translateY(-12vw);
	filter: drop-shadow(#0d6200 0 12vw);
	height: 4vw;
	right: -3vw;
	bottom: 0;
}

.banner-content p {
	font-size: 1.2vw;
	margin-top: 2vw;
	text-align: justify;
	line-height: 1.8vw;
}

.banner-content>a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1vw;
	background: #0D6200;
	width: 15vw;
	border-radius: 0.2vw;
	height: 2.8vw;
	line-height: 2.8vw;
	cursor: pointer;
	margin-top: 2vw;
	animation: sway 3s linear infinite;
}

.banner-content>a:hover {
	opacity: 0.9;
}

@keyframes sway {
	25% {
		transform: translateX(0.5vw);
	}

	50% {
		transform: translateX(1vw);
	}

	75% {
		transform: translateX(0.5vw);
	}

	100% {
		transform: translateX(0vw);
	}
}

.banner-content>a img {
	width: 1.3vw;
}

.banner-content>a label {
	font-size: 1.1vw;
	cursor: pointer;
}

.solution-list-options {
	background: #ffffff;
	padding: 2vw 0;
}

.solution-list-options>ul {
	display: flex;
	justify-content: center;
	gap: 1vw;
	background: #F1F4FB;
	padding: 1.5vw 5vw;
}

.solution-list-options>ul li {
	list-style: disc;
	list-style-position: inside;
	width: 20%;
	border-right: solid 0.2vw #333333;
}

.solution-list-options>ul li:last-child {
	border-right: none;
}

.solution-list-options>ul li::marker {
	color: #0D6200;
	font-size: 1.6vw;
	width: 2vw;
}

.solution-list-options>ul>li a {
	color: #333333;
	font-size: 1.1vw;
	font-weight: bold;
}

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

.item-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 4vw 0;
}

.solution-list-item p {
	text-align: center;
	margin-top: 3vw;
	margin-bottom: 4vw;
	font-size: 1.8vw;
	font-weight: bold;
}

.item-list>a img {
	width: 26.66vw;
	height: 20vw;
	object-fit: cover;
}

.item-list>a {
	position: relative;
}

.mask-title {
	bottom: 0;
	left: 0;
	width: 100%;
	position: absolute;
	height: 4vw;
	text-align: center;
	font-size: 1.3vw;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 4vw;
	padding: 0 1vw;
	background: rgba(6, 17, 33, 0.8);
}

@media (max-width:768px) {
	.banner-box {
		height: 48vw;
		margin-top: 18vw;
	}
	
	.solution-show-swiper {
        height: 45vw;
    }

	.banner-content {
		top: 20vw;
	}

	.banner-content>a {
		display: none;
	}

	.banner-content p {
		font-size: 3.2vw;
		margin-top: 2vw;
		line-height: 5vw;
	}

	.solution-list-options {
		display: none;
	}

	.hot-box {
		display: none;
	}

	.solution-list-item p {
		margin-top: 5vw;
		margin-bottom: 6vw;
		font-size: 3.8vw;
	}

	.item-list {
		justify-content: space-between;
	}

	.item-list>a img {
		width: 42vw;
		height: 32vw;
	}

	.mask-title {
		height: 8vw;
		font-size: 2.8vw;
		line-height: 8vw;
		padding: 0 2vw;
	}

	.solution-list {
		padding-bottom: 6vw;
	}
}
