.hide {
	display: none
}
.lazy {}
.tran {
	transition: all .3s ease
}
/*分页页码 start*/
.page {
    padding:100px 0px;
    text-align:center;
    overflow:hidden;
}
.page a {
    display:inline-block;
    font-size:14px;
    line-height:30px;
    height:30px;
    margin:0 2px;
    padding:0 12px;
    text-align:center;
    color:#999;
    border:1px solid #f6f6f6;
    background:#fff;
}
.page a:hover {
    text-decoration:none;
}
.page a.page-num-current {
    line-height:30px;
    padding:0 12px;
    text-align:center;
    margin-left:2px;
    background:#d61919;
    border:1px solid #d61919;
    color: #fff;
}
.page a.active a {
    color:#fff;
}
/*分页页码 end*/
/* about_banner_bg 高斯模糊效果 + 融合效果 */
.about_banner_bg {
	display: block;
	position: relative;
	overflow: hidden;
	height: 600px;
}

.about_banner_bg img {
	width: 100%;
	filter: blur(20px);
	transform: scale(1.2);
	margin: -30px 0;
	height: 100%;
	object-fit: cover;
}

/* banner内容区 */
.banner-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 10;
	max-width: 1600px;
	margin: 0 auto;
	left: 50%;
	transform: translateX(-50%);
}

.banner-left h2 {
	color: #fff;
	font-size: 50px;
	font-weight: bold;
	line-height: 1.5;
	margin: 0;
}
.banner-left h3 {
	color: #fff;
    font-size: 30px;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: normal;
}
.banner-right {
	display: flex;
	gap: 40px;
}

.banner-stat {
	display: flex;
	align-items: center;
	gap: 15px;
}

.stat-icon {
	font-size: 32px;
}

.stat-info {
	display: flex;
	flex-direction: row;
	align-items: baseline;
	gap: 4px;
}

.stat-num {
	color: #fff;
	font-size: 93px;
	font-weight: bold;
	line-height: 1;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
	display: inline-block;
	margin-left: 10px;
}

.stat-label {
	color: rgba(255, 255, 255, 0.95);
	font-size: 20px;
}

.about_banner_bg::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 300px;
	background: linear-gradient(to bottom, 
		rgba(255, 255, 255, 0) 0%, 
		rgba(255, 255, 255, 0.3) 25%, 
		rgba(255, 255, 255, 0.6) 55%, 
		rgba(255, 255, 255, 0.85) 80%, 
		rgba(255, 255, 255, 1) 100%);
	z-index: 1;
	pointer-events: none;
}

.about_banner_bg::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, 
		rgba(255, 255, 255, 0) 0%, 
		rgba(255, 255, 255, 0) 40%,
		rgba(255, 255, 255, 0.1) 70%,
		rgba(255, 255, 255, 0.3) 100%);
	z-index: 1;
	pointer-events: none;
}

.about_banner_bg_m {
	display: none;
}

/* case-list 模块 */
.case-list {
	width: 100%;
	max-width: 1600px;
	margin: -80px auto 0;
	padding: 0;
	position: relative;
	z-index: 10;
}

/* 分类筛选区域 */
.case-list .warp-type {
	height: auto;
	position: relative;
	margin-bottom: 40px;
}

.case-list .warp-type p {
	font-size: 18px;
	line-height: 36px;
	margin-bottom: 20px;
	color: #5f6061;
}

.museo-light {
    font-family: "museo-light" !important;
	color: #5f6061;
}

.case-list .warp-type-list {
	float: none;
	position: static;
	z-index: 11;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	background: #fff;
	padding: 0;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
	flex-wrap: nowrap;
	overflow: hidden;
}

.case-list .warp-type-list .active {
	background: #d61919;
	color: #fff !important;
	font-size: 20px;
	border-radius: 0;
	text-decoration: none;
	flex: 1;
}

.case-list .warp-type-list a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-right: 0;
	line-height: 1.4;
	color: #333;
	font-size: 20px;
	font-weight: 300;
	padding: 22px 0;
	border-radius: 0;
	transition: all 0.3s ease;
	cursor: pointer;
	text-decoration: none;
	flex: 1;
	text-align: center;
	border-right: 1px solid #eee;
}

.case-list .warp-type-list a:last-child {
	border-right: none;
}

.case-list .warp-type-list a:hover {
	background: #f5f5f5;
	text-decoration: none;
}

.case-list .warp-type-list .active:hover {
	background: #d61919;
	color: #fff;
}

/* 分类图标 */
.type-icon {
	width: 30px;
	height: 30px;
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	flex-shrink: 0;
}

.type-icon-all {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23666'%3E%3Cpath d='M3 13h8V3H3v10zm0 8h8v-6H3v6zm10 0h8V11h-8v10zm0-18v6h8V3h-8z'/%3E%3C/svg%3E");
}

.type-icon-market {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23666'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z'/%3E%3C/svg%3E");
}

.type-icon-custom {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23666'%3E%3Cpath d='M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z'/%3E%3C/svg%3E");
}

.type-icon-foreign {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23666'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 17.93c-3.95-.49-7-3.85-7-7.93 0-.62.08-1.21.21-1.79L9 15v1c0 1.1.9 2 2 2v1.93zm6.9-2.54c-.26-.81-1-1.39-1.9-1.39h-1v-3c0-.55-.45-1-1-1H8v-2h2c.55 0 1-.45 1-1V7h2c1.1 0 2-.9 2-2v-.41c2.93 1.19 5 4.06 5 7.41 0 2.08-.8 3.97-2.1 5.39z'/%3E%3C/svg%3E");
}

.type-icon-brand {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23666'%3E%3Cpath d='M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z'/%3E%3C/svg%3E");
}

.type-icon-mini {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23666'%3E%3Cpath d='M15.5 2h-7C7.17 2 6 3.17 6 4.5v15C6 20.83 7.17 22 8.5 22h7c1.33 0 2.5-1.17 2.5-2.5v-15C18 3.17 16.83 2 15.5 2zM12 20c-.83 0-1.5-.67-1.5-1.5S11.17 17 12 17s1.5.67 1.5 1.5S12.83 20 12 20zm5-4H7V4.5h10V16z'/%3E%3C/svg%3E");
}

.type-icon-digital {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23666'%3E%3Cpath d='M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM9 17H7v-5h2v5zm4 0h-2V7h2v10zm4 0h-2v-7h2v7z'/%3E%3C/svg%3E");
}

.type-icon-video {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23666'%3E%3Cpath d='M17 10.5V7c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h12c.55 0 1-.45 1-1v-3.5l4 4v-11l-4 4z'/%3E%3C/svg%3E");
}

.case-list .warp-type-list .active .type-icon {
	filter: brightness(0) invert(1);
}

/* 案例卡片容器 */
.case-content {
	padding-bottom: 50px;
	box-sizing: border-box;
}

/* 卡片网格布局 - 奇数行2个，偶数行3个 */
.case-content .case-grid {
	display: flex;
	flex-direction: column;
	gap: 24px;
	width: 100%;
	box-sizing: border-box;
}

.case-content .case-grid > .row {
	display: grid;
	gap: 24px;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

/* 清除Bootstrap .row 的伪元素空白占位 */
.case-content .case-grid > .row::before,
.case-content .case-grid > .row::after {
	display: none !important;
	content: none !important;
}

.case-content .case-grid > .row-odd {
	grid-template-columns: repeat(2, 1fr);
}

.case-content .case-grid > .row-even {
	grid-template-columns: repeat(3, 1fr);
}

/* 最后一行不足时的布局 */
.case-content .case-grid > .row-1 {
	grid-template-columns: 1fr;
}

.case-content .case-grid > .row-2 {
	grid-template-columns: repeat(2, 1fr);
}

/* 隐藏旧的ul列表 */
.case-content ul.case {
	display: none;
}

/* 卡片样式 - 与首页保持一致 */
.case-content .case-card {
	position: relative;
	height: 380px;
	border-radius: 12px;
	overflow: hidden;
	cursor: pointer;
	box-shadow: 0 4px 16px rgba(0, 30, 80, 0.12);
	outline: 0 solid rgba(255, 255, 255, 0);
	outline-offset: -10px;
	transition: box-shadow 0.35s ease, outline-color 0.35s ease, outline-width 0.35s ease;
	text-decoration: none;
	display: block;
}

.case-content .case-card:hover {
	outline: 3px solid rgba(255, 255, 255, 0.8);
	outline-offset: -10px;
	box-shadow: 0 0 20px rgba(255, 255, 255, 0.3), 0 4px 16px rgba(0, 30, 80, 0.12);
}

.case-content .case-card .card-bg {
	position: absolute;
	inset: -20px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: transform 0.4s ease, filter 0.4s ease;
	z-index: 1;
	filter: blur(0px);
}

.case-content .case-card:hover .card-bg {
	transform: scale(1.15);
	filter: blur(12px);
}

.case-content .case-card .card-mask-base {
	position: absolute;
	inset: 0;
	z-index: 2;
}

.case-content .case-card .card-mask-hover {
	position: absolute;
	inset: 0;
	z-index: 3;
	background: radial-gradient(
		ellipse at center,
		rgba(0, 91, 172, 0.7) 0%,
		rgba(0, 91, 172, 0.5) 40%,
		rgba(0, 91, 172, 0.2) 70%,
		rgba(0, 91, 172, 0.1) 100%
	);
	opacity: 0;
	transition: opacity 0.35s ease;
}

.case-content .case-card:hover .card-mask-hover {
	opacity: 1;
}

.case-content .case-card .card-logo {
	position: absolute;
	top: 32px;
	left: 12px;
	z-index: 4;
	width: 180px;
	opacity: 1;
	transform: translateX(0);
	pointer-events: auto;
	transition: transform 0.35s ease;
}

.case-content .case-card:hover .card-logo {
	transform: translateX(8px);
}

.case-content .case-card .card-bottom-wrap {
	position: absolute;
	left: 32px;
	right: 32px;
	bottom: 32px;
	z-index: 4;
	text-align: left;
	transform: translateY(0);
	transition: transform 0.35s ease;
}

.case-content .case-card:hover .card-bottom-wrap {
	transform: translateY(-24px);
}

.case-content .case-card .card-title {
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.4;
	word-break: break-all;
	overflow-wrap: break-word;
	display: block;
	max-height: 80px;
	overflow: hidden;
	transform: translateX(0);
	transition: transform 0.35s ease;
}

.case-content .case-card:hover .card-title {
	transform: translateX(8px);
}

.case-content .case-card .card-desc {
	margin-top: 20px;
	color: #eee;
	font-size: 18px;
	line-height: 1.7;
	opacity: 0;
	transform: translateY(12px) translateX(0);
	transition: opacity 0.35s ease, transform 0.35s ease;
	pointer-events: none;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.case-content .case-card:hover .card-desc {
	opacity: 1;
	transform: translateY(0) translateX(8px);
	pointer-events: auto;
}

/* 分页样式 */
.case-pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
	gap: 8px;
}

.case-pagination a,
.case-pagination span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 36px;
	height: 36px;
	padding: 0 12px;
	border: 1px solid #ddd;
	border-radius: 4px;
	background: #fff;
	color: #666;
	font-size: 14px;
	text-decoration: none;
	transition: all 0.3s ease;
	cursor: pointer;
}

.case-pagination a:hover,
.case-pagination span:hover {
	background: #d61919;
	color: #fff;
	border-color: #d61919;
}

.case-pagination .current {
	background: #d61919;
	color: #fff;
	border-color: #d61919;
	pointer-events: none;
}

.case-pagination .disabled {
	opacity: 0.5;
	pointer-events: none;
}

/* 响应式适配 */
@media screen and (max-width: 1024px) {
	.about_banner_bg {
		height: 400px;
	}
	
	.banner-content {
		padding: 0 40px;
	}
	
	.banner-left h2 {
		font-size: 36px;
	}
	
	.banner-right {
		gap: 20px;
	}
	
	.banner-stat {
		padding: 15px 20px;
	}
	
	.stat-num {
		font-size: 40px;
	}
	
	.stat-label {
		font-size: 16px;
	}
	
	.case-content .case-grid > .row-odd,
	.case-content .case-grid > .row-even {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.case-content .case-card {
		height: 340px;
	}
}

@media screen and (max-width: 768px) {
	.about_banner_bg {
		display: none;
	}
	
	.about_banner_bg_m {
		display: block;
	}
	
	.banner-content {
		display: none;
	}
	
	.case-list {
		margin: 20px auto 0;
		padding: 0 15px;
	}
	
	.case-list .warp-type {
		margin-bottom: 30px;
	}
	
	.case-list .warp-type-list {
		flex-wrap: wrap;
	}
	
	.case-list .warp-type-list a {
		font-size: 14px;
		padding: 12px 10px;
		flex: 1 1 33.333%;
		border-right: 1px solid #eee;
		border-bottom: 1px solid #eee;
	}
	
	.case-list .warp-type-list a:nth-child(3n) {
		border-right: none;
	}
	
	.case-list .warp-type-list a:nth-last-child(-n+3) {
		border-bottom: none;
	}
	
	.case-content .case-grid > .row-odd,
	.case-content .case-grid > .row-even {
		grid-template-columns: 1fr;
		gap: 16px;
	}
	
	.case-content .case-card {
		height: 300px;
	}
	
	.case-content .case-card .card-logo {
		width: 120px;
		top: 24px;
		left: 24px;
	}
	
	.case-content .case-card .card-bottom-wrap {
		left: 24px;
		right: 24px;
		bottom: 24px;
	}
	
	.case-content .case-card .card-title {
		font-size: 20px;
	}
	
	.case-content .case-card .card-desc {
		font-size: 14px;
		margin-top: 14px;
	}
	
	.case-list .warp-type-list .active {
		font-size: 14px;
	}
}

@media screen and (max-width: 480px) {
	.case-list .warp-type-list {
		flex-direction: column;
		align-items: stretch;
	}
	
	.case-list .warp-type-list a {
		justify-content: center;
		flex: 1;
		border-right: none;
		border-bottom: 1px solid #eee;
	}
	
	.case-list .warp-type-list a:last-child {
		border-bottom: none;
	}
}
