.in_con3_div {
	width: 100%;
	padding: 60px 0;
	background: #f8f8f8;
	box-sizing: border-box;
}

.in_con3_swiper {
	width: 100%;
	overflow: visible;
	position: relative;
	padding-bottom: 80px;
}

.in_con3_swiper .swiper-wrapper {
	display: flex;
	align-items: stretch;
}

.in_con3_swiper .swiper-slide {
	width: 42%;
	flex-shrink: 0;
	background: transparent;
	padding: 0 15px;
	box-sizing: border-box;
}

.in_con3_swiper .slide-item {
	width: 100%;
	background: transparent;
	overflow: hidden;
}

.in_con3_swiper .slide-item .img-wrapper {
	width: 100%;
	height: 380px;
	overflow: hidden;
	position: relative;
	background: #e8e8e8;
}

.in_con3_swiper .slide-item .img-wrapper img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
	transition: transform 0.5s ease;
}

.in_con3_swiper .slide-item:hover .img-wrapper img {
	transform: scale(1.05);
}

.in_con3_swiper .slide-item .text-wrapper {
	padding: 24px 0;
	background: transparent;
}

.in_con3_swiper .slide-item .text-wrapper h3 {
	font-family: VWHead-Bold, HYQiHei-80S;
	font-size: 20px;
	color: #001E50;
	margin-bottom: 8px;
	line-height: 1.4;
}

.in_con3_swiper .slide-item .text-wrapper p {
	font-family: HYQiHei-40S;
	font-size: 14px;
	color: #666;
	line-height: 1.6;
	margin: 0;
}

/* 分页指示器样式 - 横线样式 */
.in_con3_pagination {
	bottom: 20px !important;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
}

.in_con3_pagination .swiper-pagination-bullet {
	width: 50px;
	height: 2px;
	border-radius: 0;
	background: #ccc;
	opacity: 1;
	transition: all 0.3s ease;
	margin: 0 !important;
}

.in_con3_pagination .swiper-pagination-bullet-active {
	background: #001E50;
}

/* 移动端适配 */
@media (max-width: 996px) {
	.in_con3_div {
		padding: 40px 0;
	}

	.in_con3_swiper .swiper-slide {
		width: 75%;
		padding: 0 10px;
	}

	.in_con3_swiper .slide-item .img-wrapper {
		height: 280px;
	}

	.in_con3_swiper .slide-item .text-wrapper {
		padding: 16px 0;
	}

	.in_con3_swiper .slide-item .text-wrapper h3 {
		font-size: 18px;
		margin-bottom: 6px;
	}

	.in_con3_swiper .slide-item .text-wrapper p {
		font-size: 13px;
	}

	.in_con3_pagination .swiper-pagination-bullet {
		width: 35px;
		height: 2px;
	}
	.in_con1 .text-content {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.in_con1 .text-content-top,.in_con1 .text-content-bottom {
		margin-left: 0px;
	}
	.text-content-bottom{
		margin-top: 20%;
	}
	.in_con2 .text-content {
		text-align: center;
		margin-left:0px;
	}
	.in_con2 .text-content img {
		width: 75%;
	}
	.three-images-wrapper .img-box {
		margin-top: 10%;
	}
}

/* 大屏幕适配 */
@media (min-width: 1440px) {
	.in_con3_swiper .slide-item .img-wrapper {
		height: 450px;
	}
}