/* About页面专用CSS样式 */
/* 基础样式重置和通用样式 */
/* About页面专用样式 */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        body {
            font-family: 'Arial', sans-serif;
            line-height: 1.6;
            color: #333;
        }
        
        .container {
            max-width: 1600px;
            margin: 0 auto;
            padding: 0 20px;
        }
        
/* 第一部分：ABOUT US 横幅 */
.about-hero {
    position: relative;
    height: 40vh;
    min-height: 300px;
    background: linear-gradient(135deg, rgba(30, 60, 114, 0.9), rgba(42, 82, 152, 0.9)), url('https://enjdxl.long-wen.cn/static/images/7fec5c6c-b01c-4acb-ae9e-e9c6051d2a82.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
}

.hero-content h1 {
    font-size: 4rem;
    font-weight: 900;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    letter-spacing: 3px;
}

.hero-content p {
    font-size: 1.5rem;
    font-weight: 300;
    opacity: 0.9;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}


/* 第二部分：公司介绍 */
.company-intro {
    padding: 100px 0;
    background: #f8f9fa;
}

.intro-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.intro-text h2 {
    font-size: 2.5rem;
    color: #1e3c72;
    margin-bottom: 30px;
    font-weight: 700;
}

.intro-text p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #666;
    margin-bottom: 20px;
}

.intro-image {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    /*box-shadow: 0 20px 40px rgba(0,0,0,0.1);*/
}

.intro-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

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

/* 统计数据区域样式 - 与首页保持一致 */
.stats-wrapper {
    /*background: linear-gradient(135deg, #1e3c72, #2a5298);*/
    background: #707b81;
    padding: 60px 0;
}

.stats-container {
    display: flex;
    justify-content: space-around;
    max-width: 1800px;
    margin: 0 auto;
    padding: 0 0px;
}

.stat {
    text-align: center;
    color: #FFD700; /* 金色数字 */
}

.stat h3 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.stat p {
    color: white;
    font-size: 1.1rem;
    margin-top: 8px;
    font-weight: 500;
}

/* 荣誉认证区域样式 */
.honors-section {
    padding: 100px 0;
    background: white;
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-header h2 {
    font-size: 2.5rem;
    color: #1e3c72;
    margin-bottom: 15px;
    font-weight: 700;
}

.section-header p {
    font-size: 1.2rem;
    color: #666;
}

.honors-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
}

.honor-image {
    margin-bottom: 20px;
}

.honor-image img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    /*border-radius: 15px;*/
}

.honor-content h3 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.honor-content p {
    font-size: 0.9rem;
    color: #666;
}

/* 车间展示区域样式 */
.workshop-section {
    padding: 100px 0;
    background: white;
}

.workshop-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
}


.workshop-image {
    margin-bottom: 20px;
}

.workshop-image img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 15px;
}

.workshop-content h3 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.workshop-content p {
    font-size: 0.9rem;
    color: #666;
}

/* 面包屑导航样式 */
.breadcrumb {
    background: #f8f9fa;
    padding: 15px 0;
    border-bottom: 1px solid #e9ecef;
}

.breadcrumb-content {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 20px;
}

.breadcrumb-links {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
}

.breadcrumb-links a {
    color: #18284a;
    text-decoration: none;
    transition: color 0.3s;
}

.breadcrumb-links a:hover {
    color: #0056b3;
}

.breadcrumb-separator {
    color: #6c757d;
    margin: 0 5px;
}

.breadcrumb-links span:last-child {
    color: #6c757d;
    font-weight: 500;
}

/* 荣誉认证区域样式 */
.honors-section {
    padding: 100px 0;
    background: white;
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-header h2 {
    font-size: 2.5rem;
    color: #1e3c72;
    margin-bottom: 15px;
    font-weight: 700;
}

.section-header p {
    font-size: 1.2rem;
    color: #666;
}

.honors-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
}

.honor-item {
    /*background: white;*/
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    /*box-shadow: 0 10px 30px rgba(0,0,0,0.1);*/
    transition: transform 0.3s ease;
}

.honor-item:hover {
    transform: translateY(-10px);
}

.honor-image {
    max-width: 70%;
    /*height: 400px;*/
    margin: 0 auto 20px;
    /*border-radius: 50%;*/
    overflow: hidden;
    object-fit: cover;
    /*border: 4px solid #1e3c72;*/
}

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

.honor-content h3 {
    font-size: 1.5rem;
    color: #1e3c72;
    margin-bottom: 10px;
}

.honor-content p {
    color: #666;
    font-size: 1rem;
}

/* 生产车间区域样式 */
.workshop-section {
    padding: 100px 0;
    background: #f8f9fa;
}

.workshop-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 60px;
}

.workshop-item {
    /*background: white;*/
    border-radius: 15px;
    overflow: hidden;
    /*box-shadow: 0 10px 30px rgba(0,0,0,0.1);*/
    transition: all 0.3s ease;
    /*height: 350px;*/
    display: flex;
    flex-direction: column;
}

.workshop-item:hover {
    /*transform: translateY(-10px);*/
    /*box-shadow: 0 20px 40px rgba(0,0,0,0.15);*/
}

.workshop-image {
    /*height: 200px;*/
    overflow: hidden;
    flex-shrink: 0;
}

.workshop-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

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

.workshop-content {
    padding: 25px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.workshop-content h3 {
    font-size: 1.4rem;
    margin-bottom: 12px;
    font-weight: 600;
    color: #1e3c72;
}

.workshop-content p {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.5;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 2.5rem;
    }
    
    .hero-content p {
        font-size: 1.2rem;
    }
    
    .intro-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .intro-text h2 {
        font-size: 2rem;
    }
    
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .honors-grid {
        grid-template-columns: 1fr;
    }
    
    .workshop-grid {
        grid-template-columns: 1fr;
    }
}