.bg-wrapper {
	background-color: #F7F8FA;
	padding-top: 20px;
	box-sizing: border-box;
}

.sm-banner .banner {
	aspect-ratio: 1920/536;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.second-brand {
	font-family: BodoniBT, BodoniBT;
	font-weight: normal;
	font-size: 48px;
	color: #FFFFFF;
}

.second-tab-list .tab-item {
	width: fit-content;
	box-sizing: border-box;
	padding: 0 30px;
	height: 54px;
	color: #333;
	text-decoration: none;
	white-space: nowrap;
}

.second-tab-list .tab-item.active {
	background: #CA1313;
	color: #fff;
}

.icon {
	width: 15px;
	height: 15px;
	margin-right: 2px;
}

.grid-item {
	aspect-ratio: 290/236;
	width: 24%;
	margin-right: 1%;
	margin-top: 15px;
	display: block;
}

.grid-item .abs-content {
	display: none;
}

.grid-item:hover .abs-content {
	display: block;
}

.grid-item:last-child {
	margin-right: 0;
}

.grid-img {
	aspect-ratio: 290/236;
	width: 100%;
}

.grid-item .badge-text {
	height: 48px;
	color: #fff;
	bottom: 0;
	position: absolute;
	left: 0;
	right: 0;
	line-height: 48px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 100%;
}

.grid-item .abs-content {
	background: #A90F0F;
	color: #fff;
	box-sizing: border-box;
	padding: 22px 24px;
}

.grid-text {
	max-height: 148px;
	overflow: hidden;
}

.bold {
	font-weight: bold;
}

.grid-item .abs-content .arrow-right {
	width: 14px;
	height: 15px;
}

.grid-item .abs-content .long-arrow {
	width: 27px;
	height: 11px;
}

.list-mode {}

.list-img {
	aspect-ratio: 290/236;
	width: 290px;
}

.list-content {
	width: calc(100% - 290px);
	box-sizing: border-box;
	padding: 24px 22px;
	background-color: #fff;
}

.list-sub {
	max-height: 115px;
	margin-bottom: 20px;
	overflow: hidden;
}

.long-arrow-box {
	width: 64px;
	height: 32px;
	cursor: pointer;
}

.long-arrow-box .long-arrow {
	top: 0;
}

.long-arrow.hover {
	display: none;
}

.long-arrow-box:hover {
	background: #CA1313;
}

.long-arrow-box:hover .long-arrow {
	display: none;
}

.long-arrow-box:hover .long-arrow.hover {
	display: block;
}

.color-333:hover {
	text-decoration: none;
	color: #333;
}

.panel-item {
	box-sizing: border-box;
	padding: 24px;
	background-color: #fff;
	margin-bottom: 15px;
	cursor: pointer;
}

.panel-item:hover {
	color: #fff;
	background-color: #CA1313;
}

.hover-img {
	display: none;
}

.panel-item:hover .ling.hover-img {
	display: inline-block;
}

.panel-item:hover .ling {
	display: none;
}

.panel-item:first-child {
	margin-top: 15px;
}

.word-wrap {
	word-wrap: break-word;
}

.mobile .sm-banner .banner {
	aspect-ratio: auto;
	height: 70vh;
}

.mobile .second-brand.flex-c.mt-40 {
	text-align: center;
	width: 100%;
}

.mobile .second-tab-list {
	flex-wrap: wrap;
}

.mobile .second-tab-list .tab-item {
	width: 50%;
	box-shadow: 0 2px 5px #eee;
}

/* 六边形布局 */
.hexagon-grid-12 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-gap: 0;
	position: relative;
}

.hexagon-grid-12:nth-child(1) {
	left: -15px;
}

.hexagon-grid-12:nth-child(2) {
	left: 30px;
	top: -22px;
}

.hexagon-grid-12:nth-child(3) {
	left: -15px;
	top: -44px;
}

/* 单个六边形样式 */
.hexagon {
	width: 100%;
	aspect-ratio: 1/1.15;
	background-color: #fff;
	clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease;
	position: relative;
}

.hexagon:hover {
	cursor: pointer;
	transform: scale(1.1);
	position: relative;
	z-index: 2;
}

/* 内容样式*/
.hexagon .content {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.hexagon .content img {
	width: 70%;
	max-height: 70%;
}

@media (max-width: 1119px) {
	.grid-item {
		width: 49%;
		aspect-ratio: 290/236;
	}

	.grid-text {
		max-height: 248px;
	}
}

@media (max-width: 991px) {
	.grid-item {
		width: 49%;
		aspect-ratio: 290/236;
	}

	.grid-text {
		max-height: 248px;
	}

	.hexagon-grid-12 {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
		grid-gap: 0;
		position: relative;
	}

	.hexagon-grid-12:nth-child(1) {
		left: 15px;
	}

	.hexagon-grid-12:nth-child(1) .hexagon:nth-child(1),
	.hexagon-grid-12:nth-child(1) .hexagon:nth-child(2),
	.hexagon-grid-12:nth-child(1) .hexagon:nth-child(3),
	.hexagon-grid-12:nth-child(1) .hexagon:nth-child(4),
	.hexagon-grid-12:nth-child(1) .hexagon:nth-child(5),
	.hexagon-grid-12:nth-child(1) .hexagon:nth-child(6) {
		left: -58px;
		top: 31px;
		position: relative;
	}

	.hexagon-grid-12:nth-child(2) {
		left: 15px;
		top: -62px;
	}

	.hexagon-grid-12:nth-child(2) .hexagon:nth-child(1),
	.hexagon-grid-12:nth-child(2) .hexagon:nth-child(2),
	.hexagon-grid-12:nth-child(2) .hexagon:nth-child(3),
	.hexagon-grid-12:nth-child(2) .hexagon:nth-child(4),
	.hexagon-grid-12:nth-child(2) .hexagon:nth-child(5),
	.hexagon-grid-12:nth-child(2) .hexagon:nth-child(6) {
		left: -58px;
		top: 31px;
		position: relative;
	}

	.hexagon-grid-12:nth-child(3) {
		left: 15px;
		top: -124px;
	}

	.hexagon-grid-12:nth-child(3) .hexagon:nth-child(1),
	.hexagon-grid-12:nth-child(3) .hexagon:nth-child(2),
	.hexagon-grid-12:nth-child(3) .hexagon:nth-child(3),
	.hexagon-grid-12:nth-child(3) .hexagon:nth-child(4),
	.hexagon-grid-12:nth-child(3) .hexagon:nth-child(5),
	.hexagon-grid-12:nth-child(3) .hexagon:nth-child(6) {
		left: -58px;
		top: 31px;
		position: relative;
	}

}

@media (max-width: 767px) {
	.grid-item {
		width: 100%;
		aspect-ratio: 290/236;
		margin-right: 0;
	}

	.grid-text {
		max-height: auto;
	}

	.list-content,
	.list-img {
		width: 100%;
	}

	.panel-item .fs-20.bold {
		text-align: right;
		width: 100%;
		margin-top: 5px;
	}

	.hexagon-grid-12 {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
		grid-gap: 0;
		position: relative;
		transform: scale(0.8);
	}

	.hexagon-grid-12:nth-child(1) {
		left: 15px;
	}
	.hexagon-block{
		display: none;
	}

	.hexagon-grid-12:nth-child(1) .hexagon:nth-child(1),
	.hexagon-grid-12:nth-child(1) .hexagon:nth-child(2),
	.hexagon-grid-12:nth-child(1) .hexagon:nth-child(3),
	.hexagon-grid-12:nth-child(1) .hexagon:nth-child(4),
	.hexagon-grid-12:nth-child(1) .hexagon:nth-child(5),
	.hexagon-grid-12:nth-child(1) .hexagon:nth-child(6) {
		left: -28px;
		top: 13px;
		position: relative;
	}

	.hexagon-grid-12:nth-child(2) {
		left: 15px;
		top: -62px;
	}

	.hexagon-grid-12:nth-child(2) .hexagon:nth-child(1),
	.hexagon-grid-12:nth-child(2) .hexagon:nth-child(2),
	.hexagon-grid-12:nth-child(2) .hexagon:nth-child(3),
	.hexagon-grid-12:nth-child(2) .hexagon:nth-child(4),
	.hexagon-grid-12:nth-child(2) .hexagon:nth-child(5),
	.hexagon-grid-12:nth-child(2) .hexagon:nth-child(6) {
		left: -28px;
		top: 29px;
		position: relative;
	}

	.hexagon-grid-12:nth-child(3) {
		left: 15px;
		top: -124px;
	}

	.hexagon-grid-12:nth-child(3) .hexagon:nth-child(1),
	.hexagon-grid-12:nth-child(3) .hexagon:nth-child(2),
	.hexagon-grid-12:nth-child(3) .hexagon:nth-child(3),
	.hexagon-grid-12:nth-child(3) .hexagon:nth-child(4),
	.hexagon-grid-12:nth-child(3) .hexagon:nth-child(5),
	.hexagon-grid-12:nth-child(3) .hexagon:nth-child(6) {
		left: -28px;
		top: 29px;
		position: relative;
	}
  .detail-wrapper span{
	word-break:break-all !important;
}
.detail-wrapper img{
	max-width:100%;
}

}