/* 企业简介页面主题配色 */
:root {
    /* --primary-color: #007733; */
    /* --primary-hover: #039442; */

    /* --accent-color: #007733; */
    /* --accent-light: #d1fae5; */
    --accent-lighter: #ecfdf5;
    --accent-dark: #065f46;
    --gradient-primary: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-hover) 100%);
    --gradient-secondary: linear-gradient(135deg, var(--primary-hover) 0%, var(--primary-emerald) 100%);
    --gradient-accent: linear-gradient(135deg, var(--accent-color) 0%, var(--primary-teal) 100%);
    --gradient-light: linear-gradient(135deg, var(--accent-light) 0%, #ffffff 100%);
    --text-primary: #1e293b;
    --text-secondary: #475569;
    --text-muted: #64748b;
    --text-light: #94a3b8;
    --bg-primary: #ffffff;
    --bg-secondary: #f8fafc;
    --bg-accent: #ecfdf5;
    --bg-dark: #0f172a;
    /* --border-primary: #e2e8f0;
    --border-secondary: #cbd5e1;
    --border-accent: #a7f3d0; */
    --shadow-light: rgba(5, 150, 105, 0.1);
    --shadow-medium: rgba(5, 150, 105, 0.15);
    --shadow-dark: rgba(5, 150, 105, 0.25);
    --success: #10b981;
    --warning: #f59e0b;
    --error: #ef4444;
    --info: var(--primary-color);
}

/* @font-face {
    font-family: 'Microsoft YaHei';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/NotoSansSC-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Font Awesome 6 Brands';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/fa-brands-400.ttf') format('truetype');
}

@font-face {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/fa-regular-400.ttf') format('truetype');
}

@font-face {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/fa-solid-900.ttf') format('truetype');
} */
/* 企业简介主题类 */
a:hover {
    color: var(--primary-color);
}

/* .about-theme {
    background-color: var(--bg-primary);
    color: var(--text-primary);
} */

.about-title {
    color: var(--primary-color);
    font-weight: 600;
    position: relative;
    display: inline-block;
}

.about-title::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 3px;
    background: var(--gradient-primary);
    border-radius: 2px;
}

.about-divider {
    height: 3px;
    background: var(--gradient-primary);
    border-radius: 2px;
    margin: 2rem 0;
}

.about-card {
    background: var(--bg-primary);
    border: 1px solid var(--border-primary);
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 4px 6px var(--shadow-light);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.about-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: var(--gradient-primary);
}

.about-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px var(--shadow-medium);
}

.about-badge {
    background: var(--gradient-accent);
    color: var(--primary-color);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 500;
    display: inline-block;
    margin: 0.5rem;
}

.about-btn {
    background: var(--gradient-primary);
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.about-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px var(--shadow-medium);
}

.about-counter {
    color: var(--primary-color);
    font-weight: 700;
    font-size: 2.5rem;
}

.about-tag {
    background: var(--accent-light);
    color: var(--primary-color);
    padding: 0.25rem 0.75rem;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 500;
}

.about-link {
    color: var(--primary-color);
    text-decoration: none;
    transition: color 0.3s ease;
}

.about-link:hover {
    color: var(--primary-color);
}

.about-bg-pattern {
    background-image:
        radial-gradient(circle at 25% 25%, var(--accent-light) 0%, transparent 50%),
        radial-gradient(circle at 75% 75%, var(--accent-lighter) 0%, transparent 50%);
    background-size: 100px 100px;
}

.develop .box ul li .txt .subtit {
    color: var(--primary-color);
    font-size: 21px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.develop .box ul li:nth-child(odd) .con:hover:after,
.develop .box ul li:nth-child(odd) .con:hover::after {
    border-left: 16px solid var(--primary-color);
}

.develop .box ul li:nth-child(even) .con:hover:after,
.develop .box ul li:nth-child(even) .con:hover::after {
    border-right: 16px solid var(--primary-teal);
}

.develop .box>ul>li .con:hover {
    background-color: #53aefd;
    
}

.cooperation .tabs ul li:hover .spot span,
.cooperation .tabs ul li.on .spot span,
.cooperation .tabs ul li:hover .spot i:before,
.cooperation .tabs ul li.on .spot i:before {
    background-color: #53aefd;
}
.cooperation .tabs ul li .txt,
.cooperation .tabs ul li .txt {
    border-top: 2px solid var(--text-color-102);
    padding-top: 10px;
}
.cooperation .tabs ul li:hover .txt,
.cooperation .tabs ul li.on .txt {
    color: #299BFF;
    border-top: 2px solid #299BFF;
}

/* 企业简介页面动画 */
@keyframes about-pulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }
}

.about-pulse {
    animation: about-pulse 2s infinite;
}

/* 企业简介页面头部样式 */
.about-header {
    background: var(--gradient-primary);
    color: white;
}

.about-nav {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}

.about-nav .nav-link {
    color: white;
    transition: all 0.3s ease;
}

.about-nav .nav-link:hover {
    color: var(--accent-light);
    transform: translateY(-2px);
}

/* 企业简介页面底部样式 */
.about-footer {
    background: var(--bg-dark);
    color: white;
}

.about-footer a {
    color: var(--accent-light);
    transition: color 0.3s ease;
}

.about-footer a:hover {
    color: var(--accent-color);
}

/* 下拉菜单样式 */
.about-theme .group:hover .absolute {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0);
}

.about-theme .absolute {
    transition: all 0.3s ease;
    /* transform: translateY(-10px); */
}

.about-theme .dropdown-menu {
    background: white;
    border: 1px solid var(--border-primary);
    border-radius: 8px;
    box-shadow: 0 4px 12px var(--shadow-medium);
}

.about-theme .dropdown-item {
    color: var(--text-primary);
    transition: all 0.3s ease;
    padding: 0.75rem 1rem;
}

.about-theme .dropdown-item:hover {
    background: var(--accent-light);
    color: var(--primary-color);
    transform: translateX(5px);
}

/* 购物按钮样式 */
.about-btn {
    background: var(--gradient-primary);
    color: white;
    border: none;
    transition: all 0.3s ease;
}

.about-btn:hover {
    background: var(--gradient-secondary);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px var(--shadow-medium);
}

/* 主题公共样式 */
.theme-header {
    background: var(--gradient-primary);
    color: white;
}

.theme-text {
    color: white;
}

.theme-accent {
    color: var(--primary-hover);
}


.theme-border {
    border-color: var(--border-accent);
}

.theme-btn {
    background: var(--gradient-primary);
    color: white;
    border: none;
    transition: all 0.3s ease;
}

.theme-btn:hover {
    background: var(--gradient-secondary);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px var(--shadow-medium);
}

.theme-nav {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--border-primary);
}

.theme-footer {
    background: var(--bg-dark);
    color: var(--text-light);
}

.theme-footer-title {
    color: white;
}

.theme-footer-text {
    color: var(--text-light);
}

.theme-footer-link {
    color: var(--text-light);
    transition: color 0.3s ease;
}

.theme-footer-link:hover {
    color: var(--accent-light);
}

.theme-footer-border {
    border-color: var(--border-secondary);
}

/* 企业简介页面菜单悬浮样式 */
.about-theme .navbar-nav .nav-link:hover {
    color: var(--accent-light) !important;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 6px;
}

.about-theme .dropdown-menu {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border: 1px solid var(--border-accent);
}

.about-theme .dropdown-item:hover {
    background-color: var(--accent-light);
    color: var(--primary-color);
}

/* 企业简介页面横幅样式 */
.about-banner {
    background: var(--gradient-primary);
    color: white;
    position: relative;
    overflow: hidden;
}

.about-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.about-banner-content {
    position: relative;
    z-index: 2;
}

/* 企业简介页面轮播导航样式 */
.about-swiper .swiper-button-prev,
.about-swiper .swiper-button-next {
    color: var(--primary-color);
    background: rgba(255, 255, 255, 0.9);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.about-swiper .swiper-button-prev:hover,
.about-swiper .swiper-button-next:hover {
    background: var(--primary-color);
    color: white;
    transform: scale(1.1);
}

.about-swiper .swiper-pagination {
    display: none;
}

/* 企业简介页面模块标题样式 */
.about-module-title {
    text-align: center;
    margin-bottom: 3rem;
    position: relative;
}

.about-module-title h2 {
    color: var(--primary-color);
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    position: relative;
    display: inline-block;
}

.about-module-title h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: var(--gradient-primary);
    border-radius: 2px;
}

.about-module-title p {
    color: var(--text-secondary);
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto;
}

/* 企业简介页面内容卡片样式 */
.about-content-card {
    background: var(--bg-primary);
    border-radius: 16px;
    padding: 2.5rem;
    box-shadow: 0 4px 20px var(--shadow-light);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.about-content-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: var(--gradient-primary);
}

.about-content-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px var(--shadow-medium);
}

.about-content-card h3 {
    color: var(--primary-color);
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.about-content-card p {
    color: var(--text-secondary);
    line-height: 1.8;
    margin-bottom: 1rem;
}

/* 企业简介页面图片样式 */
.about-image {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 25px var(--shadow-medium);
    transition: all 0.3s ease;
}

.about-image:hover {
    transform: scale(1.02);
    box-shadow: 0 12px 35px var(--shadow-dark);
}

.about-image img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.about-image:hover img {
    transform: scale(1.05);
}

/* 企业简介页面统计数字样式 */
.about-stats {
    background: var(--bg-accent);
    padding: 4rem 0;
    position: relative;
}

.about-stats::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--about-bg-pattern);
    opacity: 0.1;
}

.about-stats-container {
    position: relative;
    z-index: 2;
}

.about-stats-title {
    text-align: center;
    margin-bottom: 3rem;
}

.about-stats-title h2 {
    color: var(--primary-color);
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.about-stats-title p {
    color: var(--text-secondary);
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto;
}

.about-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.about-stat-item {
    background: var(--bg-primary);
    border-radius: 16px;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 4px 20px var(--shadow-light);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.about-stat-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: var(--gradient-primary);
}

.about-stat-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px var(--shadow-medium);
}

.about-stat-number {
    color: var(--primary-color);
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    display: block;
}

.about-stat-label {
    color: var(--text-secondary);
    font-size: 1rem;
    font-weight: 500;
}

/* 企业简介页面响应式设计 */
@media (max-width: 768px) {
    .about-module-title h2 {
        font-size: 2rem;
    }

    .about-content-card {
        padding: 1.5rem;
    }

    .about-stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .about-stat-number {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .about-stats-grid {
        grid-template-columns: 1fr;
    }

    .about-module-title h2 {
        font-size: 1.75rem;
    }
}

/* 企业简介页面特殊效果 */
.about-glow {
    position: relative;
}

.about-glow::after {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: var(--gradient-primary);
    border-radius: inherit;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.about-glow:hover::after {
    opacity: 1;
}

/* 企业简介页面标题装饰 */
.about-title-decoration {
    position: relative;
    display: inline-block;
}

.about-title-decoration::before,
.about-title-decoration::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 30px;
    height: 2px;
    background: var(--gradient-primary);
    transform: translateY(-50%);
}

.about-title-decoration::before {
    left: -40px;
}

.about-title-decoration::after {
    right: -40px;
}

/* 企业简介页面内容装饰 */
.about-content-decoration {
    position: relative;
    padding-left: 2rem;
}

.about-content-decoration::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: var(--gradient-primary);
    border-radius: 2px;
}

/* 企业简介页面移除标题闪光动画 */
.about-module-title h2::after,
.about-stats-title h2::after {
    display: none !important;
    content: none !important;
    animation: none !important;
}

/* 购物按钮样式优化 */
.shopping-btn {
    background: var(--gradient-primary);
    color: white;
    border: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px var(--shadow-medium);
    position: relative;
    overflow: hidden;
    font-weight: 500;
    font-size: 0.9rem;
}

.shopping-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px var(--shadow-dark);
    background: var(--gradient-secondary);
}

.shopping-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.shopping-btn:hover::before {
    opacity: 1;
}

.shopping-btn i {
    z-index: 1;
    position: relative;
}

@media (max-width: 768px) {
    .shopping-btn {
        font-size: 0.8rem;
        padding: 0.5rem 1rem;
    }
}