/* 全局样式 - 与home保持一致 */
:root {
    --primary-blue: #0085FF;
    --primary-dark: #0A82FF;
    --text-white: #FFFFFF;
    --text-gray: #A2A2A2;
    --background-dark: #000000;
    --gradient-blue: linear-gradient(90deg, #0085FF 0%, #FFF 100%);
    --gradient-dark-blue: linear-gradient(180deg, #003CF1 0%, rgba(0, 60, 241, 0.80) 100%);
    --glass-bg: rgba(255, 255, 255, 0.10);
    --glass-border: rgba(255, 255, 255, 0.20);
    /* 设计稿基准宽度 */
    --design-width: 1414;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'PingFang SC Regular', 'Helvetica Neue', Arial, sans-serif;
    background-color: #000000 !important;
    color: #FFFFFF;
    overflow-x: hidden;
    position: relative;
}

/* page-scale 容器 - 相对定位以支持背景绝对定位 */
.page-scale {
    position: relative;
    width: 100%;
}

/* 响应式缩放函数 - 基于1414px设计稿 */
/* 使用 min(原始尺寸, 基于视口宽度的计算值) 确保小于1414时等比缩小 */
/* 例如: min(1332px, calc(1332 / 1414 * 100vw)) */

/* 背景视觉效果容器 - 长流星特效背景 */
.background-visuals {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: visible;
    z-index: 10;
    pointer-events: none;
}

.background-visuals.meteor-background {
    background: transparent;
}

.gradient-1, .gradient-2 {
    display: none;
}

.gradient-2 {
    right: min(-400px, calc(-400 / 1414 * 100vw));
    top: min(200px, calc(200 / 1414 * 100vw));
    animation: float 25s ease-in-out infinite;
    animation-delay: 5s;
}

#meteorCanvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 2;
}

/* 滚动动画类 - 与home保持一致 */
.scroll-animate-left {
    opacity: 0;
    transform: translateX(-50px);
    transition: all 0.8s ease-out;
}

.scroll-animate-right {
    opacity: 0;
    transform: translateX(50px);
    transition: all 0.8s ease-out;
}

.scroll-animate-up {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s ease-out;
}

.scroll-animate-left.animate,
.scroll-animate-right.animate,
.scroll-animate-up.animate {
    opacity: 1;
    transform: translate(0);
}

/* 园区运营区域样式 - 第一屏 */
.park-operation-section {
    position: relative;
    padding: 0;
    z-index: 2;
    overflow: visible;
    height: min(780px, calc(780 / 1414 * 100vw));
}

.park-operation-section .section-content {
    position: relative;
    z-index: 2;
    max-width: 1414px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
    height: min(780px, calc(780 / 1414 * 100vw));
}

.park-operation-section .section-content .section-header {
    position: relative;
    text-align: center;
    margin: min(250px, calc(250 / 1414 * 100vw)) auto min(40px, calc(40 / 1414 * 100vw));
    animation: fadeInUp 0.8s ease-out;
    width: 100%;
}

/* 主体内容背景层（从园区内容区域开始延伸） */
.main-content-bg {
    position: absolute;
    top: min(780px, calc(780 / 1414 * 100vw));
    left: 50%;
    transform: translateX(-50%);
    width: min(1414px, 100%);
    z-index: 0;
    pointer-events: none;
}

.main-bg-image {
    width: 100%;
    height: auto;
    display: block;
}

/* 园区内容区域样式 - 第二屏 */
.park-content-section {
    position: relative;
    padding: 0;
    z-index: 5;
    overflow: hidden;
}

.park-content-section .section-content {
    max-width: 1177px;
    margin: 0 auto;
    height: min(598px, calc(598 / 1414 * 100vw));
    position: relative;
    z-index: 1;
}

/* 通用section-content样式 */
section .section-content {
    position: relative;
    z-index: 5;
}

.park-operation-section .section-content .section-title {
    font-size: min(55px, calc(55 / 1414 * 100vw));
    font-weight: 700;
    letter-spacing: min(2.75px, calc(2.75 / 1414 * 100vw));
    text-transform: uppercase;
    background: linear-gradient(to right, #0085FF 0%, #FFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    margin-bottom: min(16px, calc(16 / 1414 * 100vw));
    /* display: block; */
    position: relative;
    z-index: 1;
}

.park-operation-section .section-content .section-subtitle {
    font-size: min(25px, calc(25 / 1414 * 100vw));
    font-weight: 400;
    background: linear-gradient(to right, #1F80FF 10.1%, #FFF 75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    line-height: 110%;
    text-align: center;
    /* display: block; */
    position: relative;
    z-index: 1;
}

.park-content-wrapper {
    position: absolute;
    width: min(1177px, calc(1177 / 1414 * 100vw));
    height: min(598px, calc(598 / 1414 * 100vw));
    left: 50%;
    transform: translateX(-50%);
}

.park-image-container {
    position: absolute;
    left: 0;
    top: 0;
    width: min(783px, calc(783 / 1414 * 100vw));
    height: min(598px, calc(598 / 1414 * 100vw));
    background: url('/assets/design/subsidiary/images/yizhuang-bg.png') no-repeat left center;
}

.park-image-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: min(10px, calc(10 / 1414 * 100vw));
    overflow: hidden;
    /* box-shadow: 0 min(20px, calc(20 / 1414 * 100vw)) min(40px, calc(40 / 1414 * 100vw)) rgba(0, 133, 255, 0.3); */
    /* border: 1px solid var(--primary-blue); */
}

.park-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.park-image-wrapper:hover .park-image {
    transform: scale(1.02);
}

.park-info-container {
    position: absolute;
    left: 0;
    top: 0;
    width: min(755px, calc(755 / 1414 * 100vw));
    height: min(598px, calc(598 / 1414 * 100vw));
}

/* 园区信息标题 */
.park-info-header {
    position: absolute;
    left: min(688px, calc(688 / 1414 * 100vw));
    top: min(20px, calc(20 / 1414 * 100vw));
    width: min(644px, calc(644 / 1414 * 100vw));
    height: min(85px, calc(85 / 1414 * 100vw));
    text-align: center;
    animation: fadeInUp 0.8s ease-out 0.1s both;
}

.park-info-title {
    color: #FFFFFF;
    font-size: min(30px, calc(30 / 1414 * 100vw));
    font-weight: 400;
    line-height: 110%;
    margin: 0 auto min(10px, calc(10 / 1414 * 100vw));
    font-family: "PingFang SC Regular";
}

.park-info-subtitle {
    color: #A2A2A2;
    font-size: min(20px, calc(20 / 1414 * 100vw));
    font-weight: 400;
    line-height: 110%;
    text-transform: uppercase;
    margin: 0 auto;
    font-family: "PingFang SC Semibold";
}

.park-description {
    position: absolute;
    left: min(513px, calc(513 / 1414 * 100vw));
    top: min(145px, calc(145 / 1414 * 100vw));
    width: min(682px, calc(682 / 1414 * 100vw));
    height: min(189px, calc(189 / 1414 * 100vw));
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(min(13.85px, calc(13.85 / 1414 * 100vw)));
    border-radius: min(10px, calc(10 / 1414 * 100vw));
    padding: min(27px, calc(27 / 1414 * 100vw)) min(48px, calc(48 / 1414 * 100vw));
    animation: fadeInUp 0.8s ease-out 0.2s both;
    z-index: 10;
    font-family: "PingFang SC Medium";
}

.park-description .description-content {
    font-size: min(16px, calc(16 / 1414 * 100vw));
    line-height: 1.5;
    color: #FFFFFF;
    /*opacity: 0.9;*/
    font-weight: 100;
}

.park-data-container {
    position: relative;
    animation: fadeInUp 0.8s ease-out 0.4s both;
}

/* 数据卡片 */
.data-item {
    position: absolute;
    width: min(151px, calc(151 / 1414 * 100vw));
    height: min(108px, calc(108 / 1414 * 100vw));
    border-radius: min(10px, calc(10 / 1414 * 100vw));
    /* border: 1px solid #0A82FF; */
    /* background: radial-gradient(239.57% 155.27% at 3.01% -18.86%, rgba(0, 60, 241, 0.80) 0%, rgba(0, 0, 0, 0.00) 51.87%, rgba(10, 130, 255, 0.80) 94.71%); */
    background: url('/assets/design/subsidiary/images/hero-card-bg.png') top center no-repeat;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.data-item:nth-child(1) {
    left: min(843px, calc(843 / 1414 * 100vw));
    top: min(392px, calc(392 / 1414 * 100vw));
}

.data-item:nth-child(2) {
    left: min(1040px, calc(1040 / 1414 * 100vw));
    top: min(392px, calc(392 / 1414 * 100vw));
}

/* 内部容器 */
.data-item-inner {
    display: block;
}

.data-number {
    font-size: min(40px, calc(40 / 1414 * 100vw));
    font-weight: 400;
    color: #FFFFFF;
    letter-spacing: min(1.6px, calc(1.6 / 1414 * 100vw));
    display: inline;
    vertical-align: baseline;
    margin-right: min(4px, calc(4 / 1414 * 100vw));
    -webkit-text-fill-color: #FFFFFF;
    font-family: "PingFang SC Light";
}

.data-label {
    font-size: min(16px, calc(16 / 1414 * 100vw));
    font-weight: 400;
    color: #003CF1;
    display: inline;
    vertical-align: baseline;
    -webkit-text-fill-color: #003CF1;
}

.data-subtitle {
    font-size: min(16px, calc(16 / 1414 * 100vw));
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    /* margin-top: min(12px, calc(12 / 1414 * 100vw)); */
    display: block;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.7);
    font-family: "PingFang SC Regular";
}

/* 园区荣誉区域样式 */
.honor-section {
    padding: min(134px, calc(134 / 1414 * 100vw)) 0 0 0;
    z-index: 5;
    position: relative;
    overflow: hidden;
}

.honor-section .section-content {
    max-width: 1414px;
    margin: 0 auto;
    /* padding: 0 80px; */
    position: relative;
    z-index: 2;
}

.honor-section .section-header {
    width: min(644px, calc(644 / 1414 * 100vw));
    height: min(85px, calc(85 / 1414 * 100vw));
    margin: 0 auto 0;
    text-align: center;
    animation: fadeInUp 0.8s ease-out;
    position: relative;
    z-index: 3;



}

/* 园区荣誉背景图片 - 在section-header下方 */
.honor-section-bg {
    position: relative;
    width: min(1177px, calc(1177 / 1414 * 100vw));
    max-width: 100%;
    height: min(591px, calc(591 / 1414 * 100vw));
    margin: min(50px, calc(50 / 1414 * 100vw)) auto 0;
    z-index: 1;
    overflow: hidden;
}

.honor-bg-image {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    opacity: 0.6;
}

.honor-section .section-title {
    width: min(539px, calc(539 / 1414 * 100vw));
    /*height: min(54px, calc(54 / 1414 * 100vw));*/
    font-size: min(30px, calc(30 / 1414 * 100vw));

    font-weight: 400;
    color: #FFFFFF;
    margin: 0 auto min(11px, calc(11 / 1414 * 100vw));
    letter-spacing: min(2px, calc(2 / 1414 * 100vw));
    text-transform: uppercase;
    position: relative;
    font-family: "PingFang SC Regular";
}

.honor-section .section-subtitle {
    width: min(644px, calc(644 / 1414 * 100vw));
    height: min(42px, calc(42 / 1414 * 100vw));
    font-size: min(20px, calc(20 / 1414 * 100vw));
    font-weight: 400;
    color: var(--text-gray);
    text-transform: uppercase;
    margin: 0 auto;
    position: relative;
    font-family: "PingFang SC Semibold";
}

.honor-grid {
    position: absolute;
    top: min(76px, calc(76 / 1414 * 100vw));
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: min(200px, calc(200 / 1414 * 100vw));
    width: 80%;
    margin: 0 auto;
    animation: fadeInUp 0.8s ease-out 0.2s both;
}

.honor-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: min(113px, calc(113 / 1414 * 100vw));
    text-align: center;
    padding: 0;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.honor-item:hover {
    transform: translateY(min(-5px, calc(-5 / 1414 * 100vw)));
}

/* 荣誉图标容器 - 包含圆形背景和图标 */
.honor-icon-wrapper {
    width: min(73.92px, calc(73.92 / 1414 * 100vw));
    height: min(73px, calc(73 / 1414 * 100vw));
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: min(8px, calc(8 / 1414 * 100vw));
}

/* 圆形背景SVG */
.honor-bg-svg {
    position: absolute;
    top: 0;
    width: min(73.13px, calc(73.13 / 1414 * 100vw));
    height: min(73.13px, calc(73.13 / 1414 * 100vw));
    z-index: 0;
    pointer-events: none;
}

/* 图标图片 - 绝对定位在圆形背景内 */
.honor-icon-image {
    position: absolute;
    z-index: 1;
    object-fit: contain;
    filter: brightness(1.2);
    pointer-events: none;
}

/* 第一个荣誉项：SVG和图标位置 */
.honor-item:nth-child(1) .honor-bg-svg {
    /* left: min(16.13px, calc(16.13 / 1414 * 100vw)); */
}

.honor-item:nth-child(1) .honor-icon-image {
    width: min(33.33px, calc(33.33 / 1414 * 100vw));
    height: min(45.19px, calc(45.19 / 1414 * 100vw));
    /* left: min(36.57px, calc(36.57 / 1414 * 100vw)); */
    top: min(16.13px, calc(16.13 / 1414 * 100vw));
}

/* 第二个荣誉项：SVG和图标位置 */
.honor-item:nth-child(2) .honor-bg-svg {
    /* left: min(20.43px, calc(20.43 / 1414 * 100vw)); */
}

.honor-item:nth-child(2) .honor-icon-image {
    width: min(33.33px, calc(33.33 / 1414 * 100vw));
    height: min(45.19px, calc(45.19 / 1414 * 100vw));
    /* left: min(39.79px, calc(39.79 / 1414 * 100vw)); */
    top: min(16.13px, calc(16.13 / 1414 * 100vw));
}

/* 第三个荣誉项：SVG和图标位置 */
.honor-item:nth-child(3) .honor-bg-svg {
    /* left: min(15.06px, calc(15.06 / 1414 * 100vw)); */
}

.honor-item:nth-child(3) .honor-icon-image {
    width: min(46.06px, calc(46.06 / 1414 * 100vw));
    height: min(45.35px, calc(45.35 / 1414 * 100vw));
    /* left: min(33.34px, calc(33.34 / 1414 * 100vw)); */
    top: min(16.13px, calc(16.13 / 1414 * 100vw));
}

/* 第四个荣誉项：SVG和图标位置 */
.honor-item:nth-child(4) .honor-bg-svg {
    /* left: min(16.13px, calc(16.13 / 1414 * 100vw)); */
}

.honor-item:nth-child(4) .honor-icon-image {
    width: min(33.33px, calc(33.33 / 1414 * 100vw));
    height: min(45.19px, calc(45.19 / 1414 * 100vw));
    /* left: min(35.49px, calc(35.49 / 1414 * 100vw)); */
    top: min(11.83px, calc(11.83 / 1414 * 100vw));
}

.honor-text {
    width: min(112.92px, calc(112.92 / 1414 * 100vw));
    height: min(33.34px, calc(33.34 / 1414 * 100vw));
    font-size: min(16px, calc(16 / 1414 * 100vw));
    line-height: 130%;
    color: #FFFFFF;
    font-weight: 400;
    margin: 0;
}

/* 入园企业区域样式 */
.tenants-section {
    padding: min(80px, calc(80 / 1414 * 100vw)) 0 0;
    z-index: 5;
    position: relative;
    overflow: hidden;
}

.tenants-section .section-content {
    max-width: 1414px;
    margin: 0 auto;
    /* padding: 0 80px; */
    position: relative;
    z-index: 2;
    background: url('/assets/design/subsidiary/images/ruyuan-bg.png') center left no-repeat;
}

.tenants-section .section-header {
    width: min(644px, calc(644 / 1414 * 100vw));
    height: min(85px, calc(85 / 1414 * 100vw));
    margin: 0 auto min(60px, calc(60 / 1414 * 100vw));
    text-align: center;
    animation: fadeInUp 0.8s ease-out;
}

.tenants-section .section-title, .partners-section .section-title{
    width: min(539px, calc(539 / 1414 * 100vw));
    /*height: min(54px, calc(54 / 1414 * 100vw));*/
    font-size: min(30px, calc(30 / 1414 * 100vw));
    font-weight: 400;
    color: #FFFFFF;
    margin: 0 auto min(11px, calc(11 / 1414 * 100vw));;
    letter-spacing: min(2px, calc(2 / 1414 * 100vw));
    text-transform: uppercase;
    position: relative;
    font-family: "PingFang SC Regular";
}

.tenants-section .section-subtitle ,.partners-section .section-subtitle{
    width: min(644px, calc(644 / 1414 * 100vw));
    height: min(42px, calc(42 / 1414 * 100vw));
    font-size: min(20px, calc(20 / 1414 * 100vw));
    font-weight: 400;
    color: var(--text-gray);
    text-transform: uppercase;
    margin: 0 auto;
    position: relative;
    font-family: "PingFang SC Semibold";
}

.tenants-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: min(20px, calc(20 / 1414 * 100vw)) min(30px, calc(30 / 1414 * 100vw));
    justify-items: center;
    justify-content: center;
    animation: fadeInUp 0.8s ease-out 0.2s both;
    padding: 0 min(75px, calc(75 / 1414 * 100vw));
}

.tenant-item {
    width: min(193px, calc(193 / 1414 * 100vw));
    height: min(65px, calc(65 / 1414 * 100vw));
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: transparent;
    border: none;
    transition: all 0.3s ease;
    opacity: 0.9;
}

.tenant-item:hover {
    opacity: 1;
    transform: scale(1.05);
}

.tenant-item-link {
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.tenant-item-link:hover {
    transform: scale(1.05);
}

.tenant-logo {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: brightness(1.1);
}

/* 签约合作企业区域样式 */
.partners-section {
    position: relative;
    z-index: 5;
    /* min-height: 80vh; */
    padding: 0;
    z-index: 1;
    overflow: visible; /* 改为 visible，避免裁剪标题 */
}

/* 签约合作企业标题 - 在section外面 */
.partners-section .section-header {
    width: min(644px, calc(644 / 1414 * 100vw));
    height: min(85px, calc(85 / 1414 * 100vw));
    /* margin: min(100px, calc(100 / 1414 * 100vw)) auto 0; 增加上边距 */
    margin: 0 auto;
    text-align: center;
    animation: fadeInUp 0.8s ease-out;
    position: relative;
    z-index: 20; /* 增加 z-index，确保在背景之上 */
    background: transparent;
}

.partners-section .section-content {
    position: relative;
    max-width: 1414px;
    margin: 0 auto;
    z-index: 2;
    height: auto;
    min-height: min(950px, calc(950 / 1414 * 100vw));
    padding-top: min(80px, calc(80 / 1414 * 100vw));
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
    /* margin-top: min(100px, calc(100 / 1414 * 100vw)); */
}
.footer{
    top: -100px;
    z-index: 999;
}

/* H5端网格布局显示合作伙伴图标 - PC端隐藏 */
.partners-grid {
    display: none;
}

/* 25个弧形排列的图标容器 - 响应式设计 */
.partners-icons-container {
    position: absolute;
    /* top: -100px; 抵消部分 section-content 的 padding-top，让图标正确对齐背景 */
    left: 50%;
    transform: translateX(-50%) scale(var(--partners-scale, 1));
    transform-origin: center top;
    width: min(1271px, calc(1271 / 1414 * 100vw));
    height: min(562px, calc(562 / 1414 * 100vw));
    max-width: 90vw;
    z-index: 1;
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}

.partner-icon {
    position: absolute;
    transition: transform 0.3s ease;
    cursor: pointer;
}

.partner-icon:hover {
    transform: scale(1.2);
    z-index: 5;
}

.partner-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

/* 图标1-25的具体位置和尺寸（从设计稿中提取） */
/* 注意：位置由HTML内联样式控制，这里只定义尺寸 */
/* 所有尺寸使用 min() 函数实现响应式缩放 */
.icon-1 {
    width: min(128px, calc(128 / 1414 * 100vw));
    height: min(128px, calc(128 / 1414 * 100vw));
}

.icon-2 {
    width: min(213px, calc(213 / 1414 * 100vw));
    height: min(113px, calc(113 / 1414 * 100vw));
}

.icon-3 {
    width: min(221px, calc(221 / 1414 * 100vw));
    height: min(125px, calc(125 / 1414 * 100vw));
}

.icon-4 {
    width: min(141px, calc(141 / 1414 * 100vw));
    height: min(145px, calc(145 / 1414 * 100vw));
}

.icon-5 {
    width: min(165px, calc(165 / 1414 * 100vw));
    height: min(65px, calc(65 / 1414 * 100vw));
}

.icon-6 {
    width: min(134px, calc(134 / 1414 * 100vw));
    height: min(55px, calc(55 / 1414 * 100vw));
}

.icon-7 {
    width: min(110px, calc(110 / 1414 * 100vw));
    height: min(145px, calc(145 / 1414 * 100vw));
}

.icon-8 {
    width: min(102px, calc(102 / 1414 * 100vw));
    height: min(102px, calc(102 / 1414 * 100vw));
}

.icon-9 {
    width: min(173px, calc(173 / 1414 * 100vw));
    height: min(28px, calc(28 / 1414 * 100vw));
}

.icon-10 {
    width: min(204px, calc(204 / 1414 * 100vw));
    height: min(98px, calc(98 / 1414 * 100vw));
}

.icon-11 {
    width: min(134px, calc(134 / 1414 * 100vw));
    height: min(95px, calc(95 / 1414 * 100vw));
}

.icon-12 {
    width: min(163px, calc(163 / 1414 * 100vw));
    height: min(84px, calc(84 / 1414 * 100vw));
}

.icon-13 {
    width: min(115px, calc(115 / 1414 * 100vw));
    height: min(115px, calc(115 / 1414 * 100vw));
}

.icon-14 {
    width: min(173px, calc(173 / 1414 * 100vw));
    height: min(73px, calc(73 / 1414 * 100vw));
}

.icon-15 {
    width: min(162px, calc(162 / 1414 * 100vw));
    height: min(67px, calc(67 / 1414 * 100vw));
}

.icon-16 {
    width: min(159px, calc(159 / 1414 * 100vw));
    height: min(102px, calc(102 / 1414 * 100vw));
}

.icon-17 {
    width: min(147px, calc(147 / 1414 * 100vw));
    height: min(83px, calc(83 / 1414 * 100vw));
}

.icon-18 {
    width: min(178px, calc(178 / 1414 * 100vw));
    height: min(61px, calc(61 / 1414 * 100vw));
}

.icon-19 {
    width: min(136px, calc(136 / 1414 * 100vw));
    height: min(95px, calc(95 / 1414 * 100vw));
}

.icon-20 {
    width: min(128px, calc(128 / 1414 * 100vw));
    height: min(128px, calc(128 / 1414 * 100vw));
}

.icon-21 {
    width: min(88px, calc(88 / 1414 * 100vw));
    height: min(88px, calc(88 / 1414 * 100vw));
}

.icon-22 {
    width: min(128px, calc(128 / 1414 * 100vw));
    height: min(167px, calc(167 / 1414 * 100vw));
}

.icon-23 {
    width: min(75px, calc(75 / 1414 * 100vw));
    height: min(74px, calc(74 / 1414 * 100vw));
}

.icon-24 {
    width: min(147px, calc(147 / 1414 * 100vw));
    height: min(73px, calc(73 / 1414 * 100vw));
}

.icon-25 {
    width: min(140px, calc(140 / 1414 * 100vw));
    height: min(128px, calc(128 / 1414 * 100vw));
}

.partners-section .section-subtitle {
    font-size: min(20px, calc(20 / 1414 * 100vw));
    font-weight: 400;
    color: var(--text-gray);
    text-transform: uppercase;
}

/* .partners-section .section-title {
    font-size: min(30px, calc(30 / 1414 * 100vw));
    font-weight: 400;
    color: #FFFFFF;
    margin: 0;
    letter-spacing: min(2px, calc(2 / 1414 * 100vw));
    text-transform: uppercase;
} */

.partners-section .section-subtitle {
    font-size: min(20px, calc(20 / 1414 * 100vw));
    font-weight: 400;
    color: var(--text-gray);
    text-transform: uppercase;
}

.partners-content {
    position: absolute;
    top: 0px; /* icon-8(123)和icon-12(114)的中心点 */
    left: min(300px, calc(300 / 1414 * 100vw)); /* icon-8(80)和icon-12(748)的中心点 */
    width: auto;
    max-width: min(400px, calc(400 / 1414 * 100vw));
    animation: fadeInUp 0.8s ease-out 0.2s both;
    z-index: 10;
    text-align: left;
    padding: 0;
}

.partners-stats {
    text-align: left;
    padding: min(40px, calc(40 / 1414 * 100vw)) 0;
    background: transparent;
    backdrop-filter: none;
    border-radius: 0;
    border: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.stat-item {
    margin-bottom: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    gap: min(15px, calc(15 / 1414 * 100vw));
}

.stat-row-1 {
    display: flex;
    align-items: center;
    gap: min(12px, calc(12 / 1414 * 100vw));
    margin-bottom: 0;
    flex-wrap: nowrap;
}

.stat-row-2 {
    display: flex;
    align-items: center;
    gap: min(20px, calc(20 / 1414 * 100vw));
    flex-wrap: nowrap;
}

.stat-label {
    font-size: min(20px, calc(20 / 1414 * 100vw));
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 2%;
    line-height: 1.3;
    margin-bottom: 0;
    white-space: nowrap;
}

.stat-number-gradient {
    margin-bottom: 0;
}

.stat-number {
    font-size: min(40px, calc(40 / 1414 * 100vw));
    font-weight: 400;
    background: linear-gradient(90deg, #399AFF 0%, #E0EFFF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 0.4px;
    line-height: 1.3;
    white-space: nowrap;
}

.stat-description {
    font-size: min(20px, calc(20 / 1414 * 100vw));
    color: #FFFFFF;
    line-height: 1.6;
    opacity: 0.9;
}

/* 浅蓝色光韵效果 - 已禁用 */
.light-glow {
    display: none;
}

@keyframes glowPulse {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.1);
    }
}

/* 动画效果 */
@keyframes float {
    0%, 100% {
        transform: translate(0, 0) rotate(0deg);
    }
    33% {
        transform: translate(30px, -30px) rotate(1deg);
    }
    66% {
        transform: translate(-20px, 20px) rotate(-1deg);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 响应式设计 */
@media (max-width: 1200px) {
    .park-operation-section .section-content,
    .honor-section .section-content,
    .tenants-section .section-content,
    .partners-section .section-content {
        padding: 0 40px;
    }
    
    .park-operation-section .section-title {
        font-size: 45px;
    }
    
    .park-operation-section .section-subtitle {
        font-size: 22px;
    }
    
    .honor-section .section-title,
    .tenants-section .section-title,
    .partners-section .section-title {
        font-size: 26px;
    }
    
    .honor-section .section-subtitle,
    .tenants-section .section-subtitle {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .park-operation-section .section-content,
    .honor-section .section-content,
    .tenants-section .section-content,
    .partners-section .section-content {
        padding: 0 20px;
    }
    
    .park-operation-section .section-title {
        font-size: 36px;
    }
    
    .park-operation-section .section-subtitle {
        font-size: 20px;
    }
    
    .park-content-wrapper {
        flex-direction: column;
        gap: 40px;
    }
    
    .park-image-container,
    .park-info-container {
        flex: 1;
    }
    
    .park-description {
        padding: 20px;
    }
    
    .honor-grid {
        gap: 20px;
    }
    
    .honor-item {
        min-width: 100px;
        padding: 15px;
    }
    
    .honor-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 12px;
    }
    
    .honor-text {
        font-size: 14px;
    }
    
    .tenants-grid {
        grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
        gap: 20px;
    }
    
    .tenant-item {
        height: 80px;
    }
    
    .stat-number {
        font-size: 45px;
    }
    
    .stat-label {
        font-size: 18px;
    }
    
    .stat-description {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    /* 全局样式修复 - 确保铺满整个宽度 */
    section {
        overflow-x: hidden;
    }

    /* 园区运营标题区域 */
    .park-operation-section {
        min-height: 70vh;
    }
    
    .park-operation-section .section-title {
        font-size: 24px;
        letter-spacing: 1.2px;
    }
    
    .park-operation-section .section-subtitle {
        font-size: 16px;
    }
    
    /* 园区内容区域 - H5适配 */
    .park-content-section {
        margin-top: -150px;
        padding: 20px 0;
        overflow: hidden;
    }

    .park-content-section .section-content {
        height: auto;
        padding: 0 15px;
        position: relative;
    }

    .park-content-wrapper {
        width: 100%;
        height: auto;
        position: relative;
        flex-direction: column;
        gap: 30px;
    }
    
    .park-image-container {
        width: 100%;
        height: 250px;
        position: relative;
        left: auto;
        top: auto;
    }
    
    .park-image-wrapper {
        height: 100%;
    }
    
    .park-info-container {
        width: 100%;
        height: auto;
        position: relative;
        left: auto;
        top: auto;
    }
    
    .park-info-header {
        width: 100%;
        height: auto;
        position: relative;
        left: auto;
        top: auto;
        text-align: center;
        margin-bottom: 20px;
    }
    
    .park-info-title {
        font-size: 20px;
    }
    
    .park-info-subtitle {
        font-size: 14px;
    }
    
    .park-description {
        width: 100%;
        height: auto;
        position: relative;
        left: auto;
        top: auto;
        padding: 20px 15px;
        margin-bottom: 20px;
    }
    
    .park-description .description-content {
        font-size: 14px;
        line-height: 1.6;
    }
    
    .park-data-container {
        display: flex;
        justify-content: center;
        gap: 20px;
        position: relative;
        left: auto;
        top: auto;
    }
    
    .data-item {
        width: 120px;
        height: 100px;
        position: relative;
        left: auto;
        top: auto;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .data-item-inner {
        display: block;
    }
    
    .data-number {
        font-size: 32px;
        letter-spacing: 1px;
    }
    
    .data-label {
        font-size: 14px;
    }
    
    .data-subtitle {
        font-size: 12px;
    }
    
    /* 园区荣誉 - H5适配 */
    .honor-section {
        padding: 60px 0;
    }

    /* 覆盖PC端的固定宽度 */
    .honor-section .section-content {
        width: 100%;
        max-width: 100%;
        padding: 0 15px;
    }

    .honor-section .section-header {
        width: auto;
        max-width: 100%;
        height: auto;
        margin: 0 auto 30px;
        text-align: center;
    }

    .honor-section .section-title {
        width: auto;
        max-width: 100%;
        height: auto;
        font-size: 20px;
        letter-spacing: 1px;
        margin: 0 auto 8px;
    }

    .honor-section .section-subtitle {
        width: auto;
        max-width: 100%;
        height: auto;
        font-size: 14px;
        margin: 0 auto;
    }

    /* 隐藏园区荣誉背景图片 */
    .honor-section-bg {
        display: none;
    }

    /* 修复honor-grid定位问题 */
    .honor-section .section-content > .honor-grid {
        position: static;
        top: auto;
        left: auto;
        width: 100%;
        margin: 0;
        flex-direction: column;
        gap: 40px;
        padding: 30px 0;
    }

    .honor-grid {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        margin: 0;
        flex-direction: column;
        gap: 40px;
        padding: 30px 0;
    }

    .honor-item {
        width: 100%;
        padding: 0;
        text-align: center;
    }

    .honor-icon-wrapper {
        width: 80px;
        height: 80px;
        margin: 0 auto 15px;
        position: relative;
    }

    .honor-bg-svg {
        width: 52px;
        height: 52px;
        left: 50%;
        transform: translateX(-50%);
        position: absolute;
        top: 0;
    }

    .honor-icon-image {
        max-width: 35px;
        max-height: 45px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        position: absolute;
    }

    .honor-item:nth-child(1) .honor-bg-svg,
    .honor-item:nth-child(2) .honor-bg-svg,
    .honor-item:nth-child(3) .honor-bg-svg,
    .honor-item:nth-child(4) .honor-bg-svg {
        left: 50%;
        transform: translateX(-50%);
    }

    .honor-item:nth-child(1) .honor-icon-image,
    .honor-item:nth-child(2) .honor-icon-image,
    .honor-item:nth-child(3) .honor-icon-image,
    .honor-item:nth-child(4) .honor-icon-image {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .honor-text {
        width: auto;
        max-width: 100%;
        font-size: 14px;
        line-height: 1.4;
    }
    
    /* 入园企业 - H5适配 */
    .tenants-section {
        padding: 60px 0;
    }

    /* 覆盖PC端的固定宽度 */
    .tenants-section .section-content {
        width: 100%;
        max-width: 100%;
        padding: 0 15px;
    }

    .tenants-section .section-header {
        width: auto;
        max-width: 100%;
        height: auto;
        margin: 0 auto 30px;
        text-align: center;
    }

    .tenants-section .section-title {
        width: auto;
        max-width: 100%;
        height: auto;
        font-size: 20px;
        letter-spacing: 1px;
        margin: 0 auto 8px;
    }

    .tenants-section .section-subtitle {
        width: auto;
        max-width: 100%;
        height: auto;
        font-size: 14px;
        margin: 0 auto;
    }

    .tenants-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        padding: 0;
        margin: 0 auto;
        max-width: 400px;
    }

    .tenant-item {
        width: 100%;
        height: 60px;
        padding: 10px;
        background: rgba(255, 255, 255, 0.05);
        border-radius: 8px;
    }

    .tenant-logo {
        max-width: 100%;
        max-height: 40px;
    }
    
    /* 签约合作企业 - H5适配 */
    .partners-section {
        padding: 60px 0;
        min-height: 70vh;
        overflow: visible; /* 确保标题不被裁剪 */
    }

    /* 覆盖PC端的固定宽度 */
    .partners-section .section-header {
        width: auto;
        max-width: 100%;
        height: auto;
        padding-top: 0;
        margin: 40px auto 20px;
        text-align: center;
        position: relative;
        z-index: 20;
    }

    .partners-section .section-title {
        width: auto;
        max-width: 100%;
        height: auto;
        font-size: 20px;
        letter-spacing: 1px;
        margin: 0 auto 8px;
    }

    .partners-section .section-subtitle {
        width: auto;
        max-width: 100%;
        height: auto;
        font-size: 14px;
        margin: 0 auto;
    }

    .partners-section .section-content {
        width: 100%;
        max-width: 100%;
        height: auto;
        min-height: 400px;
        padding: 0 15px;
        position: relative;
    }

    .partners-icons-container {
        display: none; /* H5端隐藏弧形图标，改用网格布局 */
    }

    /* H5端添加网格布局显示合作伙伴图标 */
    .partners-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
        padding: 20px 0;
        max-width: 400px;
        margin: 0 auto;
    }

    .partners-grid-item {
        width: 100%;
        aspect-ratio: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(255, 255, 255, 0.05);
        border-radius: 8px;
        padding: 10px;
    }

    .partners-grid-item img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

    .partners-content {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        margin: 0;
        transform: none;
        padding: 30px 15px;
        text-align: center;
    }

    .partners-stats {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0;
    }

    .stat-item {
        width: 100%;
    }

    .stat-row-1 {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        margin-bottom: 15px;
    }

    .stat-row-2 {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .stat-label {
        font-size: 18px;
        text-align: center;
    }

    .stat-number {
        font-size: 48px;
        text-align: center;
        line-height: 1.2;
    }

    .stat-description {
        font-size: 14px;
        text-align: center;
        line-height: 1.5;
    }
}

/* 平板设备适配 - 签约合作企业部分切换为网格布局 */
@media (max-width: 1200px) and (min-width: 481px) {
    .partners-section {
        overflow: visible; /* 确保标题不被裁剪 */
    }

    .partners-section .section-header {
        width: auto;
        max-width: 100%;
        height: auto;
        margin: 40px auto 20px;
        text-align: center;
        position: relative;
        z-index: 20;
    }

    .partners-section .section-content {
        min-height: 600px;
        padding: 0 20px;
        padding-top: 0;
    }

    /* 隐藏弧形布局，切换为两列网格 */
    .partners-icons-container {
        display: none;
    }

    .partners-grid {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 20px;
        padding: 40px 0;
        max-width: 900px;
        margin: 0 auto;
    }

    .partners-grid-item {
        width: 100%;
        aspect-ratio: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(255, 255, 255, 0.05);
        border-radius: 8px;
        padding: 15px;
        transition: transform 0.3s ease, background 0.3s ease;
    }

    .partners-grid-item:hover {
        background: rgba(255, 255, 255, 0.1);
        transform: scale(1.05);
    }

    .partners-grid-item img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

    .partners-content {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        max-width: 900px;
        margin: 40px auto 0;
        transform: none;
        padding: 40px;
        text-align: center;
    }

    .partners-stats {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        flex-wrap: nowrap;
        gap: 20px;
        padding: 0;
    }

    .stat-item {
        width: auto;
    }

    .stat-row-1 {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 0;
        flex-wrap: nowrap;
    }

    .stat-row-2 {
        display: flex;
        align-items: center;
        gap: 15px;
        flex-wrap: wrap;
    }

    .stat-label {
        font-size: 18px;
    }

    .stat-number {
        font-size: 36px;
        line-height: 1.2;
    }

    .stat-description {
        font-size: 16px;
        line-height: 1.5;
    }
}