body {
	background-color: #ccc
}

.banner {
	width: 100%;
}

.banner img {
	width: 100%;

}

.line {
	width: 100%;
	height: 1px;
	border-top: 1px solid #000;
	margin-top: 10px;
}

.word {
	width: 80%;
	margin-left: 10%;
	margin-top: 40px;
}

.cont {
	width: 80%;
	margin-left: 10%;
	margin-top: 20px;
	overflow: hidden;
}

.contimg {
	width: 70%;
	float: left;
}

.contimg img {
	width: 100%;
}

.congimg2 {
	width: 20%;
	float: left;
	margin-left: 5%;
}

.contword {
	width: 80%;
	margin-left: 10%;
	margin-top: 20px;
}

.swiper-wrap-1 {
	position: relative;
	width: 28%;
	max-width: 400px;
	margin-left: 72%;
}

.swiper-container-1 {
	width: 100%;
	overflow: hidden;
	padding-top: 22px;
	box-sizing: border-box;
}

.swiper-wrap-1 .swiper-slide {
	width: 100%;
	height: calc(100% / 3 - 8px) !important;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-bottom: 8px;
	background-color: transparent;
}

.swiper-wrap-1 .swiper-slide:last-child {
	margin-bottom: 0;
}

.swiper-wrap-1 .slide-img {
	width: 100%;
	height: 85%;
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 8px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.swiper-wrap-1 .slide-img img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.swiper-wrap-1 .slide-text {
	font-size: 16px;
	color: #333;
	text-align: center;
	font-weight: 400;
	line-height: 1.2;
}

.swiper-wrap-1 .swiper-btn {
	position: absolute;
	left: 0;
	width: 100%;
	height: 24px;
	background-color: #f5f5f5;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 10;
	border-radius: 4px;
	transition: background-color 0.2s ease;
}

.swiper-wrap-1 .swiper-btn:hover {
	background-color: #eee;
}

.swiper-wrap-1 .swiper-btn-up {
	top: -2px;
}

.swiper-wrap-1 .swiper-btn-down {
	bottom: -2px;
}

.swiper-wrap-1 .arrow-icon {
	font-size: 20px;
	color: #d4af37;
	font-weight: bold;
	display: inline-block;
}

.swiper-wrap-1 .swiper-btn-up .arrow-icon {
	transform: rotate(-90deg);
}

.swiper-wrap-1 .swiper-btn-down .arrow-icon {
	transform: rotate(90deg);
}

.swiper-wrap-1 .swiper-btn.disabled {
	opacity: 0.5;
	cursor: not-allowed;
	background-color: #f9f9f9;
}

/* ========== 第二个轮播的样式（加前缀swiper-wrap-2） ========== */
.swiper-wrap-2 {
	position: relative;
	width: 26%;
	max-width: 400px;
	margin-left: 71%;
}

.swiper-container-2 {
	width: 100%;
	overflow: hidden;
	padding-top: 20px;
	box-sizing: border-box;
}

.swiper-wrap-2 .swiper-slide {
	width: 100%;
	height: calc(100% / 3 - 8px) !important;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-bottom: 8px;
	background-color: transparent;
}

.swiper-wrap-2 .swiper-slide:last-child {
	margin-bottom: 0;
}

.swiper-wrap-2 .slide-img {
	width: 100%;
	height: 85%;
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 8px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.swiper-wrap-2 .slide-img img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.swiper-wrap-2 .slide-text {
	font-size: 16px;
	color: #333;
	text-align: center;
	font-weight: 400;
	line-height: 1.2;
}

.swiper-wrap-2 .swiper-btn {
	position: absolute;
	left: 0;
	width: 100%;
	height: 24px;
	background-color: #f5f5f5;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 10;
	border-radius: 4px;
	transition: background-color 0.2s ease;
}

.swiper-wrap-2 .swiper-btn:hover {
	background-color: #eee;
}

.swiper-wrap-2 .swiper-btn-up {
	top: -2px;
}

.swiper-wrap-2 .swiper-btn-down {
	bottom: -2px;
}

.swiper-wrap-2 .arrow-icon {
	font-size: 20px;
	color: #d4af37;
	font-weight: bold;
	display: inline-block;
}

.swiper-wrap-2 .swiper-btn-up .arrow-icon {
	transform: rotate(-90deg);
}

.swiper-wrap-2 .swiper-btn-down .arrow-icon {
	transform: rotate(90deg);
}

.swiper-wrap-2 .swiper-btn.disabled {
	opacity: 0.5;
	cursor: not-allowed;
	background-color: #f9f9f9;
}

/* 最后一个卡片取消底部间距 */
.swiper-slide1:last-child {
	margin-bottom: 0;
}

/* 图片容器 - 匹配参考图的圆角/边框样式 */
.slide-img1 {
	width: 100%;
	height: 90%;
	/* 图片占卡片大部分高度 */
	border-radius: 8px;
	/* 参考图的圆角 */
	overflow: hidden;
	margin-bottom: 12px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
	/* 轻微阴影，匹配参考图 */
}

/* 轮播图片 - 自适应 */
.slide-img1 img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	/* 图片铺满容器，不变形 */
}

/* ========== 核心修改：箭头样式匹配示例图 ========== */
.swiper-btn1 {
	position: absolute;
	left: 0;
	width: 100%;
	/* 通宽，和卡片同宽 */
	height: 26px;
	background-color: #f5f5f5;
	/* 浅灰色背景，匹配参考图的按钮风格 */
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 10;
	border-radius: 4px;
	transition: background-color 0.2s ease;
}

/* 按钮hover效果 */
.swiper-btn1:hover {
	background-color: #eee;
}

/* 向上按钮 - 顶部 */
.swiper-btn-up1 {
	top: -2px;
}

/* 向下按钮 - 底部 */
.swiper-btn-down1 {
	bottom: -2px;
}

/* 箭头样式：和示例图一致的"< >"，旋转为上下方向，金色 */
.arrow-icon1 {
	font-size: 20px;
	color: #d4af37;
	/* 金色，匹配示例图箭头颜色 */
	font-weight: bold;
	display: inline-block;
	/* 核心：旋转箭头为上下方向 */
}

/* 向上箭头：把">"旋转90度（和示例图左箭头<旋转为向上） */
.swiper-btn-up1 .arrow-icon1 {
	transform: rotate(-90deg);
}

/* 向下箭头：把">"旋转-90度（和示例图右箭头>旋转为向下） */
.swiper-btn-down1 .arrow-icon1 {
	transform: rotate(90deg);
}

/* 禁用按钮样式 */
.swiper-btn1.disabled {
	opacity: 0.5;
	cursor: not-allowed;
	background-color: #f9f9f9;
}