.hero {
	width: 100%;
	margin: 0 auto;
	height: 8.77rem;
	position: relative;
}

.hero-bg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.hero-bg-img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.hero-content {
	padding-top: 2.6rem;
}

.hero-title {
	font-weight: 300;
	font-size: 0.6rem;
	color: #FFFFFF;
	line-height: 0.9rem;
}

.hero-buttons {
	display: flex;
	align-items: center;
	margin-top: 2rem;
	font-size: 0.21rem;
	color: #FAFBFC;
}

.hero-buttons img {
	width: 0.26rem;
	height: 0.17rem;
}

.hero-buttons .btn {
	width: 4.1rem;
	height: 0.64rem;
	line-height: 0.64rem;
	background: #FE0000;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 0.22rem;
	margin-right: 0.2rem;
	cursor: pointer;
	transition: background-color 250ms ease, border-color 250ms ease, color 250ms ease, transform 250ms ease;
}

.hero-buttons .btn1 {
	width: 4.1rem;
	height: 0.64rem;
	line-height: 0.64rem;
	border: 0.01rem solid #aaaaab;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 0.22rem;
	cursor: pointer;
	transition: background-color 250ms ease, border-color 250ms ease, color 250ms ease, transform 250ms ease;
}

.hero-buttons .btn:hover {
	background: transparent;
	border: 0.01rem solid #aaaaab;
	color: #FAFBFC;
	transform: translateY(-2px);
}

.hero-buttons .btn1:hover {
	background: #FE0000;
	border: 0.01rem solid transparent;
	color: #FAFBFC;
	transform: translateY(-2px);
}

@media (prefers-reduced-motion: reduce) {
	.hero-buttons .btn,
	.hero-buttons .btn1 {
		transition: none;
	}
	.hero-buttons .btn:hover,
	.hero-buttons .btn1:hover {
		transform: none;
	}
}

.business-section {
	width: 100%;
	height: 8.5rem;
	background: #FFFFFF;
}

.business-wrapper {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 0.96rem;
}

.business-wrapper .section-title {
	font-weight: 300;
	font-size: 0.64rem;
	color: #000000;
	line-height: 0.8rem;
}

.business-wrapper .section-desc {
	font-weight: 300;
	font-size: 0.26rem;
	color: #333333;
	line-height: 0.4rem;
	margin-top: 1.11rem;
}

.section-btn {
	font-size: 0.16rem;
	color: #FF0000;
	margin-top: 1.15rem;
	cursor: pointer;
}

.business-contents{
	width: 13rem;
}

.business-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.business-item {
	width: 30%;
	margin-bottom: 0.71rem;
}

.business-item-content {
	margin-top: 0.48rem;
}

.business-item-icon{
	width: 0.88rem;
	height: 0.88rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.business-item-icon img{
	display: block;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

.business-item-title {
	font-size: 0.26rem;
	color: #101010;
}

.business-item-list {
	font-family: 'IBMPlexSansSC-ExtraLight';
	font-weight: normal;
	font-size: 0.16rem;
	color: #000000;
	line-height: 0.3rem;
	margin-top: 0.2rem;
}

.stats-section {
	width: 100%;
	height: 7.5rem;
	position: relative;
}

.stats-section .stats-section-img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.stats-section .stats-section-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}



.stats-content {
	padding-top: 0.75rem;
	width: 100%;
}

.stats-content .section-title {
	font-weight: 300;
	font-size: 0.64rem;
	color: #FFFFFF;
}

.stats-content .stats-desc {
	font-weight: normal;
	font-size: 0.22rem;
	color: #FFFFFF;
	line-height: 0.5rem;
	margin-top: 0.32rem;
}

.stats-grid {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 0.95rem;
	width: 100%;
}

.stat-number {
	height: 0.9rem;
	line-height: 0.9rem;
	background: linear-gradient(to bottom, #FF0000, #823FFE);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-weight: 300;
	font-size: 1rem;
}

.stat-label {
	font-weight: 300;
	font-size: 0.2rem;
	color: #FFFFFF;
}

.cases-section {
	width: 100%;
}

.cases-section .section-header {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 0.99rem;
}

.cases-section .section-title {
	font-weight: 300;
	font-size: 0.64rem;
	color: #000000;
}

.cases-section .section-subtitle {
	font-weight: normal;
	font-size: 0.36rem;
	color: #000000;
}

.cases-section .cases-grid {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.cases-section .cases-grid .case-item1 {
	width: 8.55rem;
	height: 4rem;
	position: relative;
	overflow: hidden;
}

.cases-section .cases-grid .case-item2 {
	width: 8.55rem;
	height: 8rem;
	position: relative;
	overflow: hidden;
}

.cases-section .cases-grid .case-item1 .case-image {
	width: 8.55rem;
	height: 4rem;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	transition: transform 400ms ease;
	will-change: transform;
}

.cases-section .cases-grid .case-item2 .case-image {
	width: 8.55rem;
	height: 8rem;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	transition: transform 400ms ease;
	will-change: transform;
}

.cases-section .cases-grid .case-item1:hover .case-image,
.cases-section .cases-grid .case-item2:hover .case-image {
	transform: scale(1.06);
}

@media (prefers-reduced-motion: reduce) {
	.cases-section .cases-grid .case-item1 .case-image,
	.cases-section .cases-grid .case-item2 .case-image {
		transition: none;
	}
	.cases-section .cases-grid .case-item1:hover .case-image,
	.cases-section .cases-grid .case-item2:hover .case-image {
		transform: none;
	}
}

.case-image-wrapper .case-logo {
	width: auto;
	height: 0.45rem;
	position: absolute;
	left: 0.5rem;
	bottom: 0.68rem;
}

.case-image-wrapper div {
	font-weight: 400;
	font-size: 0.22rem;
	color: #FFFFFF;
	position: absolute;
	left: 0.5rem;
	bottom: 0.2rem;
}

.dynamics {
	width: 100%;
}

.dynamics-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 0.98rem;
}

.dynamics-header .dynamics-title {
	font-weight: 300;
	font-size: 0.64rem;
	color: #000000;
}

.dynamics-header .dynamics-btn {
	font-size: 0.16rem;
	color: #010101;
}

.dynamics-grid {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 0.96rem;
}

.dynamics-grid> :last-child {
	border-right: 0.01rem solid #E6E6E6;
}

.dynamics-item {
	width: 4.31rem;
	border-left: 0.01rem solid #E6E6E6;
	border-bottom: 0.01rem solid #E6E6E6;
}

.dynamics-item {
	width: 4.31rem;
	border-left: 0.01rem solid #E6E6E6;
	border-bottom: 0.01rem solid #E6E6E6;
	overflow: hidden;
}

.dynamics-item .dynamics-image {
	width: 100%;
	height: 3.26rem;
	transition: transform 400ms ease;
	will-change: transform;
}

.dynamics-item:hover .dynamics-image {
	transform: scale(1.06);
}

@media (prefers-reduced-motion: reduce) {
	.dynamics-item .dynamics-image {
		transition: none;
	}
	.dynamics-item:hover .dynamics-image {
		transform: none;
	}
}

.dynamics-item .dynamics-item-title {
	/* height: 1.2rem; */ /* 移除固定高度，让内容自然撑开 */
	padding: 0.2rem 0.29rem 0;
	font-size: 0.25rem;
	color: #000000;
	line-height: 0.32rem;
	min-height: 1.2rem; /* 使用min-height保证最小占位 */
}

.dynamics-item .dynamics-item-desc {
	font-weight: 300;
	font-size: 0.2rem;
	color: #000000;
	line-height: 0.32rem;
	padding: 0 0.29rem;
}

.dynamics-item .dynamics-arrow {
	width: 0.22rem;
	height: 0.14rem;
	margin-top: 0.34rem;
	margin-left: 0.29rem;
}

.scheme {
	width: 100%;
	height: 5rem;
	border-top: 0.01rem solid #E6E6E6;
	border-bottom: 0.01rem solid #E6E6E6;
	margin-top: 1.27rem;
}

.scheme .scheme-title {
	font-weight: 300;
	font-size: 0.64rem;
	color: #000000;
	margin-top: 1.2rem;
}

.scheme .scheme-desc {
	font-weight: 300;
	font-size: 0.24rem;
	color: #333333;
	line-height: 0.3rem;
	margin-top: 0.25rem;
}

.scheme .scheme-btns {
	display: flex;
	align-items: center;
	margin-top: 0.25rem;
}

.scheme .scheme-btns .btn1 {
	width: 2.45rem;
	height: 0.5rem;
	background: #FE0000;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: normal;
	font-size: 0.17rem;
	color: #FFFFFF;
	cursor: pointer;
	transition: background-color 250ms ease, border-color 250ms ease, color 250ms ease, transform 250ms ease;
}

.scheme .scheme-btns .btn2 {
	width: 2.45rem;
	height: 0.5rem;
	border: 0.01rem solid #E6E6E6;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: normal;
	font-size: 0.17rem;
	color: #000000;
	margin-left: 0.2rem;
	cursor: pointer;
	transition: background-color 250ms ease, border-color 250ms ease, color 250ms ease, transform 250ms ease;
}

.scheme .scheme-btns .btn1:hover {
	background: transparent;
	border: 0.01rem solid #E6E6E6;
	color: #000000;
	transform: translateY(-2px);
}

.scheme .scheme-btns .btn2:hover {
	background: #FE0000;
	border: 0.01rem solid transparent;
	color: #FFFFFF;
	transform: translateY(-2px);
}

@media (prefers-reduced-motion: reduce) {
	.scheme .scheme-btns .btn1,
	.scheme .scheme-btns .btn2 {
		transition: none;
	}
	.scheme .scheme-btns .btn1:hover,
	.scheme .scheme-btns .btn2:hover {
		transform: none;
	}
}

.scheme .scheme-btns .btn1 .scheme-arrow {
	width: 0.2rem;
	margin-left: 0.6rem;
}

.scheme .scheme-btns .btn2 .scheme-arrow {
	width: 0.2rem;
	margin-left: 0.6rem;
}

/* scheme 按钮：移入/移出切换不同箭头 */
.scheme .scheme-btns .btn1:hover .scheme-arrow {
	content: url("../img/pc-index/hei-arrow.png");
}

.scheme .scheme-btns .btn2:hover .scheme-arrow {
	content: url("../img/pc-index/btn-arrow.png");
}

/* 轻量动效：只做视觉层，不参与布局 */
.reveal {
	opacity: 0;
	transform: translateY(0.14rem);
	transition: opacity 600ms ease, transform 600ms ease;
	will-change: opacity, transform;
}

.reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
	.reveal {
		opacity: 1;
		transform: none;
		transition: none;
	}
}

/* 媒体查询 - 响应式布局 */
@media (max-width: 1200px) {
	/* 调整业务部分布局 */
	.business-content {
		width: 100%;
	}
	
	.business-item {
		width: 50%;
		padding: 0 0.2rem;
	}
	
	/* 调整案例部分布局 */
	.cases-section .cases-grid {
		flex-direction: column;
	}
	
	.cases-section .cases-grid .case-item1,
	.cases-section .cases-grid .case-item2 {
		width: 100%;
		max-width: 8.55rem;
		margin-bottom: 0.2rem;
	}
	
	/* 调整动态部分布局 */
	.dynamics-grid {
		flex-wrap: wrap;
	}
	
	.dynamics-item {
		width: 50%;
		border-right: 0.01rem solid #E6E6E6;
	}
	
	.dynamics-grid > :nth-child(2n) {
		border-right: none;
	}
	
	/* 调整统计部分布局 */
	.stats-grid {
		flex-wrap: wrap;
	}
	
	.stat-item {
		width: 50%;
		margin-bottom: 0.4rem;
	}
}

@media (max-width: 768px) {
	/* 调整业务部分布局 */
	.business-item {
		width: 100%;
	}
	
	/* 调整动态部分布局 */
	.dynamics-item {
		width: 100%;
		border-right: none;
		border-left: none;
	}
	
	/* 调整统计部分布局 */
	.stat-item {
		width: 100%;
	}
	
	/* 调整按钮大小 */
	.hero-buttons .btn,
	.hero-buttons .btn1 {
		width: 100%;
		margin-right: 0;
		margin-bottom: 0.2rem;
	}
	
	.hero-buttons {
		flex-direction: column;
		align-items: flex-start;
	}
	
	/* 调整标题大小 */
	.hero-title {
		font-size: 0.4rem;
		line-height: 0.6rem;
	}
	
	.business-wrapper .section-title,
	.stats-content .section-title,
	.cases-section .section-title,
	.dynamics-header .dynamics-title,
	.scheme .scheme-title {
		font-size: 0.4rem;
		line-height: 0.5rem;
	}
}
