/* 通用样式 */

.section-content {
    padding: 60px 0;
}
.section-title {
    font-size: 2rem;
    font-weight: bold;
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: left;
    color: #333333;
}
.quality-section .section-title, .honors-section .section-title, .gallery-section .section-title {
    font-size: 2rem;
    font-weight: bold;
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: center;
    color: #333333;
}
.mySwiper {
    overflow: hidden;
}
/* 我们的优势 */

.advantages-section {
    background: #eeeeee;
    margin-bottom: 40px;
    padding-bottom: 20px;
}
.section-header {
    max-width: 1200px;
    margin: 0 auto;
}
.advantages-content {
    max-width: 1200px;
    margin: 0 auto;
}
.advantages-content-tab {
    margin: 20px auto;
}
.advantages-content-tab table {
    width: 90%;
    margin: 0 auto;
}
.advantages-content-tab table td {
    width: 20%;
    text-align: center;
}
.advantages-content-tab img {
    width: 100px;
    margin-bottom: 10px;
}
.advantages-content-tab p {
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 0.2rem;
}
.advantages-content-tab table td p:first-child {
    font-size: 1.5rem;
    font-weight: bold;
    color: #008ed6;
}
.contact-info p {
    margin-bottom: 0.2rem;
}
.statistics-grid {
    max-width: 1200px;
    margin: 0 auto;
}
/* 核心价值 */

.core-value-section {
    background: #fff;
    margin-bottom: 40px;
}
.core-value-content {
    display: flex;
    align-items: center;
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto;
}
.core-value-image {
    flex: 0 0 400px;
}
.core-value-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.core-value-text {
    flex: 1;
    text-align: center;
}
.value-icon {
    font-size: 60px;
    margin-bottom: 20px;
    display: block;
}
.value-title {
    font-size: 28px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 15px;
}
.value-description {
    font-size: 18px;
    color: #007bff;
    font-weight: 500;
    margin-bottom: 10px;
}
.value-description p {
    font-size: 1.2rem;
    color: #666;
}
/* .value-description p:first-child {
    font-size: 2.5rem;
    color: #666;
} */

/* 品质管理 */

.quality-section {
    background: #eeeeee;
}
.quality-grid {
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 20px;
}
.quality-grid table {
    width: 100%;
    margin: 0 auto;
}
.quality-grid table td {
    width: 33.33333%;
    text-align: center;
    padding: 15px;
    text-align: center;
    vertical-align: middle;
}
.quality-grid table td p:first-child {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333333;
}
.quality-grid img {
    width: 300px;
}
.quality-grid p {
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 0.2rem;
}
/* 企业荣誉 */

.honors-section {
    background: #ffffff;
    margin-bottom: 40px;
}
.fengcai-item {
    background: #fff;
    border: 1px solid #eee;
    text-align: center;
}
.fengcai-item img {
    max-width: 100%;
}
.pagination {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 1rem;
}
.page-btn {
    width: 40px;
    height: 40px;
    border: 2px solid #4a90e2;
    background: #fff;
    color: #4a90e2;
    border-radius: 10%;
    cursor: pointer;
    font-size: 2rem;
    line-height: 0px;
    padding-bottom: 8px;
    transition: all 0.3s ease;
}
.page-btn:hover {
    background: #4a90e2;
    color: #fff;
}
/* 企业风采 */

.gallery-section {
    background: #eeeeee;
    padding-bottom: 40px;
}
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}
.gallery-item {
    /* border-radius: 8px; */
    overflow: hidden;
    /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); */
    transition: all 0.3s ease;
}
.gallery-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}
.gallery-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.gallery-item:hover img {
    transform: scale(1.05);
}
/* 响应式设计 */

@media (max-width: 1024px) {
    .statistics-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }
    .core-value-content {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
    .core-value-image {
        flex: none;
        max-width: 400px;
    }
    .quality-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .quality-item.center {
        grid-column: auto;
        grid-row: auto;
    }
}
@media (max-width: 768px) {
    .container {
        padding: 0 15px;
    }
    .section-content {
        padding: 40px 0;
    }
    .section-title {
        font-size: 28px;
    }
    .statistics-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .stat-number {
        font-size: 24px;
    }
    .core-value-image {
        max-width: 100%;
    }
    .value-title {
        font-size: 24px;
    }
    .quality-grid table, .quality-grid table tbody, .quality-grid table tr, .quality-grid table td {
        display: block;
        width: 100%;
    }
    .quality-grid table thead {
        display: none;
    }
    .quality-grid table tr {
        margin-bottom: 15px;
    }
    .quality-grid table td {
        text-align: left;
        position: relative;
        margin-bottom: 0px;
        padding-bottom: 10px;
        border-bottom: 2px solid #eee;
    }
    .quality-grid table td:last-child {
        border-bottom: none;
    }
    .quality-grid table td::before {
        content: attr(data-label);
        position: absolute;
        left: 10px;
        width: calc(50% - 20px);
        text-align: left;
        font-weight: bold;
    }
}
@media (max-width: 480px) {
    .advantages-content {
        font-size: 14px;
    }
    .hero-title-section {
        margin-top: 0px;
        padding-bottom: 20px;
        background: none;
        border-radius: 0px;
        backdrop-filter: blur(10px);
        border: none;
    }
    .section-title {
        padding-top: 1rem;
        padding-bottom: 1rem;
        margin-bottom: 0;
        font-size: 24px;
    }
    .advantages-description {
        font-size: 14px;
        text-indent: 1em;
    }
    .statistics-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .stat-icon {
        font-size: 30px;
    }
    .stat-number {
        font-size: 20px;
    }
    .value-icon {
        font-size: 40px;
    }
    .value-title {
        font-size: 20px;
    }
    .honors-grid {
        grid-template-columns: 1fr;
    }
    .gallery-grid {
        grid-template-columns: 1fr;
    }
    .gallery-item img {
        height: 180px;
    }
    .advantages-content-tab {
        margin: 10px auto;
    }
    .advantages-content-tab table {
        width: 100%;
        margin: 0 auto;
    }
    .advantages-content-tab table td {
        width: 20%;
        text-align: center;
    }
    .advantages-content-tab img {
        width: 50px;
        margin-bottom: 10px;
    }
    .advantages-content-tab p {
        font-size: 0.8rem;
        color: #666;
        margin-bottom: 0.2rem;
    }
    .advantages-content-tab table td p:first-child {
        font-size: 1rem;
        font-weight: normal;
        color: #008ed6;
    }
    .value-description p {
        font-size: 0.9rem;
        color: #666;
    }
    .value-description p:first-child {
        font-size: 1.5rem;
        color: #666;
    }
}