.box1 {
	padding: 0px 30px;
}
#business_1,
#business_3 {
	max-width: 1440px;
	width: 100%;
	margin: 0px auto;
	margin-top: 30px;
}

#business_2,
.other {
	width: 100%;
	margin-top: 30px;
}
#business_2 .swiper-container {
	display: flex;
	align-items: flex-start; /* 确保滑块从顶部开始对齐 */
	overflow: hidden; /* 隐藏超出容器的部分 */
}

#business_2 .swiper-wrapper {
	display: flex;
}

#business_2 .swiper-slide {
	display: flex;
	justify-content: center; /* 水平居中滑块内容 */
	height: auto; /* 允许滑块高度根据内容变化 */
}

#business_2 .case {
	width: 100%;
	box-shadow: 0px 5px 20px 1px rgba(18, 25, 45, 0.1);
	margin: 30px 0px;
	padding: 100px 60px;
	color: #585d6b;
}
#business_2 .case:hover {
	box-shadow: 0px 5px 20px 1px rgba(18, 25, 45, 0.1);
	background: #1137a2;
	color: #ffffff;
}

#business_2 .swiper-slide-prev,
.swiper-slide-next {
	/* width: 50%; */
	/* opacity: 0.5; */
}

#business_3 .box {
	width: 100%;
}
#business_3 .box:hover {
	background-color: #1137a2;
}
#business_3 .box:hover .user_name,
#business_3 .box:hover .user_post,
#business_3 .box:hover .user_desc {
	color: #ffffff;
}

#business_3 .user_img {
	width: 100%;
	aspect-ratio: 10 / 9;
	overflow: hidden;
	margin-bottom: 30px;
	position: relative;
}
#business_3 .user_img img {
	width: 100%;
	height: 100%;
}

#business_3 .user_up {
	position: absolute;
	background-color: #1137a2;
	bottom: 0;
	right: 0;
	color: #ffffff;
	font-size: 30px;
	line-height: 30px;
	/* z-index: 9999999; */
	text-align: center;
	width: 60px;
	height: 60px;
}
#business_3 .user_up i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%); /* 偏移自身50%以实现居中 */
}

#business_3 .user_name {
	margin-left: 30px;
	font-weight: 500;
	font-size: 18px;
	color: #1137a2;
}

#business_3 .user_post {
	font-weight: 400;
	font-size: 14px;
	color: #1137a2;
	margin-left: 10px;
}

#business_3 .user_desc {
	font-weight: 400;
	font-size: 14px;
	color: #585d6b;
	height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: 40px 30px 50px 30px;
}

.other .foot_img {
	height: 200px;
	margin-top: 60px;
}

#business_1 .title,
#business_2 .title,
#business_3 .title,
.other .title {
	font-weight: 500;
	font-size: 30px;
	margin-bottom: 60px;
	color: #12192d;
	text-align: center;
}
img {
	width: 300px;
}
