@charset "UTF-8";

/* ===================== 认识我们页面样式 ===================== */

/* 基础容器样式 */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ===================== Banner区域 ===================== */
.banner {
    position: relative;
    height: 540px;
    background: #454C56;
    /* margin-top: 106px; */
    overflow: hidden;
}

.banner-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 540px;
}

.banner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}

.banner-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Banner标题 */
.banner-titles {
    text-align: center;
    color: #ffffff;
}

.banner-titles h2 {
    font-family: 'Alimama ShuHeiTi', sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.23;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}

.banner-titles .subtitle {
    font-family: 'Alibaba PuHuiTi 2.0', sans-serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 14%;
    margin: 0;
    text-transform: uppercase;
}

/* ===================== 园区介绍内容区域 ===================== */
.about-content {
    padding: 60px 0;
    background: #f8f8f8 url('../images/about/background.png') no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.about-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(248, 248, 248, 0.1);
    z-index: 1;
}

.content-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.intro-text {
    width: 100%;
}

.intro-paragraph {
    color: #2E3033;
    font-family: 'Source Han Sans CN', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.875;
    margin: 0 0 30px 0;
    text-align: justify;
    text-indent: 2em;
}
/* ===================== 通用头部样式（企业展示、合作伙伴、园区地址）===================== */
.enterprise-display .section-header,
.partners .section-header,
.park-address .section-header {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
}

.enterprise-display .title-box,
.partners .title-box,
.park-address .title-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding: 20px 0;
    position: relative;
}

.enterprise-display .title-decoration,
.partners .title-decoration,
.park-address .title-decoration {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
}

.enterprise-display .title-decoration img,
.partners .title-decoration img,
.park-address .title-decoration img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.enterprise-display .title-content,
.partners .title-content,
.park-address .title-content {
    text-align: center;
    flex-shrink: 0;
}

.enterprise-display .title-content h2,
.partners .title-content h2,
.park-address .title-content h2 {
    color: #2E3033;
    font-family: 'Source Han Sans CN', sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 8px 0;
}

.enterprise-display .title-content .section-subtitle,
.partners .title-content .section-subtitle,
.park-address .title-content .section-subtitle {
    color: #737980;
    font-family: 'Source Han Sans CN', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
}


/* ===================== 园区基本信息 ===================== */
.park-info {
    padding: 80px 0;
    background: #ffffff;
    overflow: hidden;
}

.park-info .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}

.info-wrapper {
    display: flex;
    gap: 60px;
    align-items: flex-start;
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

.info-left {
    width: 570px;
    flex-shrink: 0;
    flex-grow: 0;
    position: relative;
}

/* 园区基本信息标题区域 */
.park-info .section-header {
    position: relative;
    margin-bottom: 40px;
    /* padding-left: 20px; */
    text-align: left;
    display: flex;
    align-items: center;
    gap: 15px;
}

.park-info .blue-line {
    position: static;
    width: 4px;
    height: 42px;
    background: #1673FF;
    border-radius: 2px;
    flex-shrink: 0;
}

.park-info .section-header h2 {
    color: #2E3033;
    font-family: 'Alibaba PuHuiTi 2.0', sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
    flex-shrink: 0;
}

.park-info .divider {
    color: #737980;
    font-family: 'Alibaba PuHuiTi 2.0', sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
    flex-shrink: 0;
}

.park-info .section-subtitle {
    color: #737980;
    font-family: 'Alibaba PuHuiTi 2.0', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
    text-transform: uppercase;
    flex-shrink: 0;
}

.info-left h3 {
    color: #2E3033;
    font-family: 'Source Han Sans CN', sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.47;
    margin: 30px 0 20px 0;
}

.park-description {
    color: #2E3033;
    font-family: 'Source Han Sans CN', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.71;
    margin: 0 0 40px 0;
    text-indent: 2em;
}

/* 统计数据 */
.stats-section {
    display: flex;
    gap: 60px;
    margin-top: 40px;
    width: 570px;
    height: 100px;
    justify-content: flex-start;
    position: relative;
    overflow: hidden;
}

.stat-item {
    text-align: center;
    width: 150px;
    height: 100px;
    flex-shrink: 0;
    flex-grow: 0;
    position: relative;
}

.stat-label {
    color: #8A9199;
    font-family: 'Source Han Sans CN', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.43;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 150px;
    height: 20px;
    text-align: center;
    margin: 0;
}

.stat-value {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 4px;
    position: absolute;
    top: 20px;
    left: 0;
    width: 150px;
    height: 60px;
}

.stat-number {
    color: #2E3033;
    font-family: 'DINPro', 'Courier New', monospace;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    width: 120px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-variant-numeric: tabular-nums;
    position: relative;
    flex-shrink: 0;
}

.stat-unit {
    color: #2E3033;
    font-family: 'Source Han Sans CN', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.43;
    position: absolute;
    bottom: 5px;
    right: 0;
    width: auto;
    height: 20px;
}

/* 右侧图片区域 */
.info-right {
    width: 570px;
    flex-shrink: 0;
    flex-grow: 0;
    position: relative;
}

.park-image {
    width: 100%;
    height: 400px;
}

.park-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

/* ===================== 企业展示 ===================== */
.enterprise-display {
    margin-top:  80px;
    background: #ffffff;
}
.enterprise-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.enterprise-item {
    position: relative;
    background: #F5F5F5;
    border-radius: 8px;
    overflow: hidden;
    height: 250px;
    transition: all 0.3s ease;
    cursor: pointer;
    display: block;
    text-decoration: none;
}

.enterprise-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.enterprise-image {
    width: 100%;
    height: 100%;
    background-color: #F5F5F5;
    position: relative;
}

.enterprise-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.enterprise-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    padding: 20px;
    transition: all 0.3s ease;
    z-index: 2;
}

.enterprise-item:hover .enterprise-info {
    top: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.enterprise-info h4 {
    color: #ffffff;
    font-family: 'Alibaba PuHuiTi 2.0', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0 0 10px 0;
    text-align: center;
}

.enterprise-details {
    display: flex;
    flex-direction: column;
    gap: 4px;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.enterprise-item:hover .enterprise-details {
    opacity: 1;
    max-height: 200px;
}

.enterprise-details p {
    color: #ffffff;
    font-family: 'Alibaba PuHuiTi 2.0', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
    text-align: center;
}

.enterprise-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 100px;
    background: #ffffff;
    border-radius: 4px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 1;
}

.enterprise-item:hover .enterprise-logo {
    transform: translate(-50%, -50%) scale(1.05);
}

.enterprise-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}


/* ===================== 合作伙伴 ===================== */
.partners {
    background: transparent;
    padding: 80px 0 0 0;
    overflow: hidden;
}

.partners .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.partners-swiper-container {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    position: relative;
    background: #f8f9fa;
    padding: 60px 0;
    overflow: hidden;
}

.partners-swiper {
    overflow: visible;
    position: relative;
}

/* 散列错列布局 */
.partners-grid {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 0 40px;
    width: max-content;
}

.partners-row {
    display: flex;
    align-items: center;
    gap: 40px;
    white-space: nowrap;
}

/* 错列效果 - 每行不同的偏移和速度 */
.partners-row:nth-child(1) {
    transform: translateX(0);
    animation: scrollRow1 25s linear infinite;
}

.partners-row:nth-child(2) {
    transform: translateX(-200px);
    animation: scrollRow2 30s linear infinite;
}

.partners-row:nth-child(3) {
    transform: translateX(-100px);
    animation: scrollRow3 28s linear infinite;
}

/* 横向滚动动画 - 每行不同速度 */
@keyframes scrollRow1 {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@keyframes scrollRow2 {
    0% {
        transform: translateX(-200px);
    }
    100% {
        transform: translateX(calc(-200px - 50%));
    }
}

@keyframes scrollRow3 {
    0% {
        transform: translateX(-100px);
    }
    100% {
        transform: translateX(calc(-100px - 50%));
    }
}

.partner-item {
    width: 180px;
    height: 80px;
    border-radius: 12px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    /* box-shadow: 0 2px 12px rgba(225, 225, 225, 225); */
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(230, 230, 230, 0.6);
    flex-shrink: 0;
    background: #ffffff;
}

.partner-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(22, 115, 255, 0.1), transparent);
    transition: left 0.8s ease;
}

.partner-item:hover::before {
    left: 100%;
}

.partner-item:hover {
    transform: translateY(-6px) scale(1.05);    
    border: 1px solid #1673FF;
    box-shadow: 0 8px 25px rgba(22, 115, 255, 0.15);
}

.partner-item img {
    width: 120px;
    height: 60px;
    object-fit: contain;
    transition: all 0.4s ease;
    filter: grayscale(30%);
}

.partner-item:hover img {
    filter: grayscale(0%) brightness(1.1);
    transform: scale(1.1);
}

/* 暂停动画在hover时 */
.partners-swiper-container:hover .partners-row {
    animation-play-state: paused;
}

@keyframes breathe {
    0%, 100% {
        opacity: 0.8;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.02);
    }
}

/* ===================== 园区地址 ===================== */
.park-address {
    background: #fff;
    padding: 60px 0;
}

.address-content {
    max-width: 1200px;
    margin: 0 auto;
}

.address-wrapper {
    display: flex;
    gap: 60px;
    align-items: stretch;
}

.map-area {
    flex: 1;
    height: 380px;
    border-radius: 8px;
    overflow: hidden;
    /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); */
}

#map-container {
    width: 100%;
    height: 100%;
}

.address-info {
    width: 400px;
    padding: 40px;
    /* background: #f8f8f8; */
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
}

.info-item h4 {
    color: #2E3033;
    font-family: 'Source Han Sans CN', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0 0 8px 0;
}

.info-item p {
    color: #666666;
    font-family: 'Source Han Sans CN', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
}

/* 自定义信息窗口样式 */
.custom-info {
    padding: 10px;
    width: 280px;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    position: relative;
}
.info-header {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.company-logo {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.company-name {
    font-weight: bold;
    color: #333;
    font-size: 16px;
}

.info-address {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
}

/* InfoWindow箭头样式覆盖 */
.tdt-infowindow-tip {
    border-top-color: #fff !important;
}
/* 地图区域 */
.contact-map {
    flex: 1;
    width: 686px;
    height: 380px; /* 可根据需要调整 */
    border-right: 1px solid #eee;
}

/* 自定义箭头样式 */
.custom-arrow {
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    filter: drop-shadow(0 2px 2px rgba(0,0,0,0.1));
}

/* ===================== 动画增强样式 ===================== */

/* 增强动画效果 */
.wow {
    visibility: hidden;
}

/* 统计数字动画增强 - 只针对park-info区域的统计数据 */
.park-info .stats-section .stat-item {
    transition: all 0.3s ease;
}

.park-info .stats-section .stat-item:hover {
    transform: translateY(-5px);
}

.park-info .stats-section .stat-number {
    font-weight: bold;
    color: #1673FF;
    transition: all 0.3s ease;
}

/* 合作伙伴项目悬停效果 */
.partners .partner-item {
    transition: all 0.3s ease;
}

.partners .partner-item:hover {
    transform: scale(1.1);
    filter: brightness(1.1);
}

/* 地址信息项动画 */
.park-address .info-item {
    transition: all 0.3s ease;
    padding: 15px;
    border-radius: 8px;
}

.park-address .info-item:hover {
    background-color: #f8f9fa;
    transform: translateX(10px);
}

/* 标题装饰动画 */
.title-decoration img {
    transition: all 0.3s ease;
}

.section-header:hover .title-decoration img {
    transform: scale(1.1) rotate(5deg);
}

/* 蓝色线条动画 */
.park-info .blue-line {
    position: relative;
    overflow: hidden;
}

.park-info .blue-line::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
    animation: shimmer 2s infinite;
    animation-delay: 1s;
}

@keyframes shimmer {
    0% { left: -100%; }
    100% { left: 100%; }
}

/* Banner标题增强动画 */
.about-banner .banner-titles h2 {
    animation-delay: 0.6s;
}

.about-banner .banner-titles .subtitle {
    animation-delay: 0.8s;
}

/* 渐变文字效果 */
.section-header h2 {
    background: linear-gradient(45deg, #1673FF, #4A90E2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* 图片悬停缩放效果 */
.park-info .park-image img,
.enterprise-display .enterprise-image img {
    transition: transform 0.5s ease;
}

.park-info .park-image:hover img,
.enterprise-display .enterprise-item:hover .enterprise-image img {
    transform: scale(1.05);
}

/* 地图容器动画 */
.park-address #map-container {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.park-address #map-container:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}

/* 响应式动画调整 */
@media (max-width: 768px) {
    .info-wrapper {
        flex-direction: column;
        width: 100%;
        gap: 40px;
    }
    
    .info-left,
    .info-right {
        width: 100%;
    }
    
    .stats-section {
        width: 100%;
        gap: 20px;
        height: 80px;
        justify-content: space-around;
    }
    
    .stat-item {
        width: 100px;
        height: 80px;
    }
    
    .stat-number {
        font-size: 36px;
        width: 100px;
        height: 50px;
    }
    
    .stat-value {
        width: 100px;
        height: 50px;
        top: 15px;
    }
    
    .stat-label {
        width: 100px;
        font-size: 12px;
    }
    
    .enterprise-display .enterprise-item:hover {
        transform: translateY(-5px) scale(1.01);
    }
    
    .park-address .info-item:hover {
        transform: translateX(5px);
    }
    
    .partners .partner-item:hover {
        transform: scale(1.05);
    }
    
    /* 园区地址响应式调整 */
    .park-address {
        padding: 40px 0;
    }
    
    .address-wrapper {
        flex-direction: column;
        gap: 30px;
        align-items: stretch;
    }
    
    .map-area {
        width: 100%;
        height: 300px;
        order: 1;
    }
    
    .address-info {
        width: 100%;
        padding: 30px 20px;
        order: 2;
        gap: 25px;
    }
    
    .info-item h4 {
        font-size: 15px;
    }
    
    .info-item p {
        font-size: 14px;
    }
}

/* 480px以下 - 手机端园区地址优化 */
@media (max-width: 480px) {
    .park-address {
        padding: 30px 0;
    }
    
    .park-address .container {
        padding: 0 15px;
    }
    
    .park-address .section-header {
        margin-bottom: 40px;
    }
    
    .park-address .title-box {
        gap: 20px;
        padding: 15px 0;
        flex-direction: column;
    }
    
    .park-address .title-decoration {
        width: 30px;
        height: 30px;
    }
    
    .park-address .title-content h2 {
        font-size: 24px;
        margin-bottom: 5px;
    }
    
    .park-address .title-content .section-subtitle {
        font-size: 12px;
        letter-spacing: 1px;
    }
    
    .address-wrapper {
        gap: 25px;
    }
    
    .map-area {
        height: 250px;
        border-radius: 6px;
    }
    
    .address-info {
        padding: 25px 15px;
        gap: 20px;
        background: #f8f9fa;
        border-radius: 8px;
        margin: 0 5px;
    }
    
    .info-item {
        padding: 12px;
        border-radius: 6px;
        border-left: 3px solid #1673FF;
        background: #ffffff;
    }
    
    .info-item h4 {
        font-size: 14px;
        margin-bottom: 6px;
        color: #1673FF;
    }
    
    .info-item p {
        font-size: 13px;
        line-height: 1.5;
        color: #555555;
    }
    
    .park-address .info-item:hover {
        transform: translateX(3px);
        background-color: #f0f8ff;
    }
}

/* 360px以下 - 超小屏幕优化 */
@media (max-width: 360px) {
    .park-address .container {
        padding: 0 10px;
    }
    
    .park-address .title-content h2 {
        font-size: 20px;
    }
    
    .park-address .title-content .section-subtitle {
        font-size: 11px;
    }
    
    .map-area {
        height: 220px;
        margin: 0 5px;
    }
    
    .address-info {
        padding: 20px 10px;
        gap: 15px;
        margin: 0;
    }
    
    .info-item {
        padding: 10px;
    }
    
    .info-item h4 {
        font-size: 13px;
    }
    
    .info-item p {
        font-size: 12px;
    }
}



