/**
 * Theme Name: 安徽精测流量仪表检定站
 * Theme URI: https://example.com
 * Author: Your Name
 * Author URI: https://example.com
 * Description: 安徽精测流量仪表检定站企业网站主题
 * Version: 1.0.0
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: ahjingce
 * Tags: business, company, one-column, two-columns, custom-header, custom-menu, editor-style, featured-images, translation-ready
 */

/* =Reset
-------------------------------------------------------------- */
*, *::before, *::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
}

a {
    color: #0056b3;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #004085;
}

img {
    max-width: 100%;
    height: auto;
}

/* =Layout
-------------------------------------------------------------- */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 50px;
}

.site-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 50px;
}

.content-area {
    float: left;
    width: 70%;
    padding-right: 30px;
}

/* 文章详情页全宽布局 */
.single-fullwidth #primary.content-area {
    float: none !important;
    width: 100% !important;
    padding-right: 0 !important;
    display: block !important;
}

/* 清除单页浮动 */
.single-fullwidth .site-content {
    overflow: hidden;
}

.widget-area {
    float: right;
    width: 30%;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

/* =Header
-------------------------------------------------------------- */
.site-header {
    background-color: #fff;
}

/* 顶部信息栏 */
.top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 50px;
    background: #ffffff;
    max-width: 1200px;
    margin: 0 auto;
}

.top-bar .logo a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
}

.top-bar .logo .site-title {
    font-size: 42px;
    font-weight: bold;
    color: #0056b3;
    line-height: 1.3;
}

.top-bar .logo .site-slogan {
    font-size: 18px;
    color: #666666;
    font-weight: normal;
    margin-top: 5px;
    letter-spacing: 2px;
}

.top-bar .contact-info {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
}

.top-bar .contact-info .hotline {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.top-bar .contact-info .header-contacts {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.top-bar .contact-info .contact-persons-top {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
}

.top-bar .contact-info .person-row {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    white-space: nowrap;
}

.top-bar .contact-info .person-row .person-ext {
    background: #e74c3c;
    color: #fff;
    padding: 2px 6px;
    border-radius: 3px;
    font-size: 11px;
    width: 48px;
    text-align: center;
    flex-shrink: 0;
}

.top-bar .contact-info .person-row .person-name {
    color: #333;
    font-weight: 500;
    min-width: 50px;
    text-align: justify;
}

.top-bar .contact-info .person-row .person-phone {
    color: #0056b3;
    font-weight: bold;
    min-width: 95px;
}

.top-bar .contact-info .hotline-label {
    font-size: 20px;
    font-weight: bold;
    color: #666666;
}

.top-bar .contact-info .hotline-number {
    font-size: 26px;
    color: #0056b3;
    font-weight: bold;
    margin-top: 3px;
}

.top-bar .search-box {
    display: flex;
    align-items: center;
    border: 1px solid #cccccc;
    border-radius: 4px;
    padding: 5px;
}

.top-bar .search-box input {
    border: none;
    outline: none;
    padding: 3px;
}

.top-bar .search-box button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0 5px;
}

/* 导航栏 */
.nav-bar {
    background: #0056b3;
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 0 50px;
}

.nav-bar ul {
    display: flex;
    list-style: none;
    justify-content: space-evenly;
    margin: 0 auto;
    padding: 0;
    max-width: 1200px;
}

.nav-bar ul li {
    padding: 15px 20px;
}

.nav-bar ul li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
}

.nav-bar ul li:hover,
.nav-bar ul li.current-menu-item,
.nav-bar ul li.current_page_item {
    background: #004085;
}

/* =Hero Section
-------------------------------------------------------------- */
.hero-slider {
    position: relative;
    overflow: hidden;
    height: 400px;
    width: 100%;
}

.hero-slides {
    position: relative;
    width: 100%;
    height: 400px;
}

.hero-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
}

.hero-slide.active {
    opacity: 1;
    z-index: 2;
}

.hero-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hero-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
}

.hero-dots .dot {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    border: 2px solid #fff;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: none;
}

.hero-dots .dot:hover {
    background: rgba(255, 255, 255, 0.6);
}

.hero-dots .dot.active {
    background: #0056b3;
    border-color: #0056b3;
}

/* =Advantages
-------------------------------------------------------------- */
.advantages {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    background: #ffffff;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
}

.advantages .advantage-item {
    display: flex;
    align-items: center;
    flex: 1;
    min-width: 160px;
    padding: 20px 12px;
    gap: 10px;
    margin: 0 8px;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.advantages .advantage-item .icon {
    width: 50px;
    height: 50px;
    background: #0056b3;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    flex-shrink: 0;
}

.advantages .advantage-item .content {
    flex: 1;
    white-space: nowrap;
}

.advantages .advantage-item h4 {
    font-size: 17px;
    margin-bottom: 4px;
    color: #333;
}

.advantages .advantage-item p {
    font-size: 15px;
    color: #666666;
    margin: 0;
}

.advantages .advantage-item:hover {
    transform: scale(1.03);
    box-shadow: 0 4px 15px rgba(0, 86, 179, 0.15);
    border-color: #0056b3;
}

.advantages .advantage-item:first-child {
    margin-left: 0;
}

.advantages .advantage-item:last-child {
    margin-right: 0;
}

/* =About Section
-------------------------------------------------------------- */
.about-section {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    background-color: #f0f5fc;
    padding: 50px;
    border-radius: 16px;
    max-width: 1200px;
    gap: 40px;
}

.about-section .about-left {
    flex: 1.2;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-label {
    display: inline-block;
    background: #0056b3;
    color: #fff;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 13px;
    margin-bottom: 15px;
    width: fit-content;
}

.about-section .about-left h2 {
    color: #0056b3;
    font-size: 28px;
    margin-bottom: 20px;
    line-height: 1.4;
}

.about-section .about-left p {
    color: #555;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 4px;
}

.about-buttons {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.about-section .about-btn {
    padding: 12px 28px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s;
    text-decoration: none;
    display: inline-block;
}

.about-section .about-btn.primary {
    background-color: #0056b3;
    color: #fff;
    border: none;
}

.about-section .about-btn.primary:hover {
    background-color: #004085;
    transform: translateY(-2px);
}

.about-section .about-btn.secondary {
    background-color: transparent;
    color: #0056b3;
    border: 2px solid #0056b3;
}

.about-section .about-btn.secondary:hover {
    background-color: #0056b3;
    color: #fff;
}

.about-section .about-center {
    flex: 0.8;
    display: flex;
    align-items: center;
    justify-content: center;
}

.certificate-wrapper {
    position: relative;
}

.about-section .certificate-img {
    width: 280px;
    height: 350px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 86, 179, 0.2);
}

.certificate-badge {
    position: absolute;
    bottom: -15px;
    right: -15px;
    background: #0056b3;
    color: #fff;
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: bold;
    box-shadow: 0 4px 15px rgba(0, 86, 179, 0.3);
}

.about-section .about-right {
    flex: 1;
    display: flex;
    align-items: center;
}

.stats-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    width: 100%;
}

.stat-card {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s, box-shadow 0.3s;
}

.stat-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 86, 179, 0.12);
}

.stat-card.highlight {
    background: linear-gradient(135deg, #0056b3 0%, #0077cc 100%);
    grid-column: span 2;
}

.stat-card.highlight .stat-content {
    text-align: left;
}

.stat-card.highlight .stat-content h3 {
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    margin: 0;
    line-height: 1;
}

.stat-card.highlight .stat-content p {
    color: #fff;
    font-size: 13px;
    margin: 5px 0 0 0;
}

.stat-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 50%;
    background-color: #e6f0ff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stat-icon.white {
    background-color: rgba(255, 255, 255, 0.2);
}

.stat-icon svg {
    width: 24px;
    height: 24px;
}

.stat-content h3 {
    color: #0056b3;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 2px;
}

.stat-content h3 span {
    font-size: 20px;
}

.stat-content p {
    color: #666;
    font-size: 13px;
    margin: 0;
}

/* =Services Section
-------------------------------------------------------------- */
.service-section {
    padding: 20px 0;
}

.section-title {
    color: #0056b3;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section-title h3 {
    margin: 0;
}

.section-title a {
    color: #0056b3;
    text-decoration: none;
    font-size: 14px;
}

.service-cards {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.service-card {
    width: 32%;
    background: #ffffff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #e6e6e6;
}

.service-card img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.service-card:hover img {
    transform: scale(1.1);
}

.service-card .card-text {
    padding: 15px;
}

.service-card .card-text h4 {
    font-size: 15px;
    margin-bottom: 8px;
    color: #333333;
}

.service-card .card-text p {
    font-size: 16px;
    color: #666666;
    margin-bottom: 10px;
}

.service-card .card-text a {
    color: #0056b3;
    text-decoration: none;
    float: right;
}

/* =Equipment Section / 资料信息展示
-------------------------------------------------------------- */
.equipment-section {
    padding: 0;
    background: transparent;
}

.equipment-cards {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    padding: 40px 30px;
    background: #ffffff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    border-radius: 8px;
    margin: 20px 0;
}

.equipment-card {
    background: #ffffff;
    border: 1px solid #e6e6e6;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.equipment-card:hover {
    box-shadow: 0 8px 25px rgba(0, 86, 179, 0.15);
    transform: translateY(-5px);
}

.equipment-card-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.equipment-card-img {
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
}

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

.equipment-card:hover .equipment-card-img img {
    transform: scale(1.08);
}

.equipment-card-title {
    padding: 12px;
    font-size: 14px;
    text-align: center;
    margin: 0;
    color: #333;
    line-height: 1.4;
    font-weight: 500;
}

/* =News & Notice
-------------------------------------------------------------- */
.news-notice {
    padding: 40px 10px;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    background: #ffffff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    border-radius: 8px;
    margin: 20px 0;
}

.news-section, .notice-section {
    width: 48%;
    padding: 0 30px;
}

.news-section {
    border-right: 1px solid #eeeeee;
}

.news-list, .notice-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.news-list li, .notice-list li {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid #eeeeee;
    align-items: flex-start;
}

.news-list li .news-left {
    display: flex;
    gap: 10px;
    flex: 1;
}

.news-list li .news-left {
    display: flex;
    gap: 10px;
    flex: 1;
}

.news-list li .news-left a {
    font-size: 16px;
    color: #333333;
    text-decoration: none;
}

.notice-list li a {
    font-size: 16px;
    color: #333333;
    text-decoration: none;
    flex: 1;
}

.news-list li span, .notice-list li span {
    font-size: 12px;
    color: #666666;
    white-space: nowrap;
    margin-left: 15px;
}

/* =Footer
-------------------------------------------------------------- */
.site-footer {
    background: #002a5c;
    color: #ffffff;
}

.site-footer > footer {
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
    max-width: 1100px;
    margin: 0 auto;
}

.footer-left .footer-logo {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.footer-left .footer-logo span {
    display: block;
    font-size: 18px;
    font-weight: normal;
    color: #cccccc;
}

.footer-middle {
    align-self: flex-start;
}

.footer-middle h4 {
    margin-bottom: 2px;
    margin-top: 0;
}

.footer-middle p {
    font-size: 14px;
    margin-bottom: 8px;
}

.footer-right {
    text-align: center;
}

.footer-right img {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
}

.footer-right p {
    font-size: 14px;
    margin: 0;
}

.site-footer > .copyright {
    background: #002a5c;
    color: #cccccc;
    text-align: center;
    padding: 15px 0;
    border-top: 1px solid #004085;
    font-size: 16px;
    max-width: 1200px;
    margin: 0 auto;
}

/* =Page Header
-------------------------------------------------------------- */
.page-header {
    background: linear-gradient(135deg, #0056b3 0%, #004085 100%);
    color: #fff;
    padding: 60px 50px;
}

.page-header h1 {
    font-size: 28px;
    margin: 0;
}

.breadcrumb {
    margin-top: 15px;
    font-size: 14px;
}

.breadcrumb a {
    color: rgba(255,255,255,0.8);
}

.breadcrumb a:hover {
    color: #fff;
}

.breadcrumb span {
    margin: 0 10px;
    color: rgba(255,255,255,0.6);
}

/* =Content
-------------------------------------------------------------- */
.entry-header {
    margin-bottom: 30px;
}

.entry-title {
    font-size: 32px;
    margin: 0 0 15px;
    line-height: 1.3;
    color: #0056b3;
}

.entry-title a {
    color: #0056b3;
}

.entry-title a:hover {
    color: #004085;
}

.entry-meta {
    color: #999;
    font-size: 14px;
}

.entry-meta span {
    margin-right: 20px;
}

.entry-content {
    line-height: 1.8;
    margin-bottom: 30px;
}

.entry-content h2 {
    margin-top: 30px;
    font-size: 26px;
    color: #0056b3;
}

.entry-content h3 {
    margin-top: 25px;
    font-size: 22px;
    color: #0056b3;
}

.entry-content p {
    margin-bottom: 20px;
}

.entry-content ul,
.entry-content ol {
    margin-bottom: 20px;
    padding-left: 30px;
}

.entry-content li {
    margin-bottom: 10px;
}

.entry-thumbnail {
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
}

.entry-thumbnail img {
    width: 100%;
    height: auto;
}

/* =Pagination
-------------------------------------------------------------- */
.pagination {
    text-align: center;
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #eee;
}

.pagination .nav-links {
    display: inline-flex;
    gap: 5px;
}

.pagination .page-numbers {
    display: inline-block;
    padding: 10px 15px;
    background-color: #f5f5f5;
    color: #333;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.pagination .page-numbers:hover,
.pagination .page-numbers.current {
    background-color: #0056b3;
    color: #fff;
}

/* =Comments
-------------------------------------------------------------- */
.comments-area {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid #eee;
}

.comments-title {
    font-size: 24px;
    margin-bottom: 30px;
}

.comment-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.comment {
    padding: 30px 0;
    border-bottom: 1px solid #eee;
}

.comment-author {
    font-weight: 600;
    margin-bottom: 5px;
}

.comment-metadata {
    font-size: 14px;
    color: #999;
    margin-bottom: 15px;
}

.comment-content {
    line-height: 1.8;
}

.comment-reply-link {
    font-size: 14px;
    color: #0056b3;
}

.comment-respond {
    margin-top: 40px;
}

.comment-reply-title {
    font-size: 22px;
    margin-bottom: 20px;
}

.comment-form label {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
}

.comment-form input,
.comment-form textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 15px;
    font-size: 16px;
}

.comment-form textarea {
    min-height: 150px;
    resize: vertical;
}

.comment-form input[type="submit"] {
    background-color: #0056b3;
    color: #fff;
    padding: 12px 30px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.comment-form input[type="submit"]:hover {
    background-color: #004085;
}

/* =Widgets
-------------------------------------------------------------- */
.widget {
    margin-bottom: 30px;
}

.widget-title {
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #0056b3;
    color: #0056b3;
}

.widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget ul li {
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
}

.widget ul li:last-child {
    border-bottom: none;
}

/* =404 Page
-------------------------------------------------------------- */
.error-404 {
    text-align: center;
    padding: 100px 50px;
}

.error-404 h1 {
    font-size: 120px;
    color: #0056b3;
    margin: 0;
}

.error-404 h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

.error-404 p {
    color: #666;
    margin-bottom: 30px;
}

/* =Search
-------------------------------------------------------------- */
.search-form {
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
}

.search-form input {
    flex: 1;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
}

.search-form button {
    padding: 12px 25px;
    background-color: #0056b3;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

/* =Sidebar
-------------------------------------------------------------- */
.sidebar .widget {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

.sidebar .widget-title {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 15px;
}

/* =Responsive
-------------------------------------------------------------- */
@media (max-width: 992px) {
    .container {
        padding: 0 20px;
    }
    
    .top-bar,
    .nav-bar,
    .hero,
    .advantages,
    .about-us,
    .service-section,
    .equipment-section,
    .news-notice,
    .page-header,
    .site-footer footer,
    .site-footer .copyright {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .content-area,
    .widget-area {
        float: none;
        width: 100%;
        padding-right: 0;
    }
    
    .about-section {
        flex-direction: column;
        padding: 30px 20px;
        gap: 30px;
    }
    
    .about-section .about-left,
    .about-section .about-center,
    .about-section .about-right {
        max-width: 100%;
    }
    
    .about-section .about-left h2 {
        font-size: 24px;
    }
    
    .about-buttons {
        flex-direction: column;
    }
    
    .stats-grid {
        grid-template-columns: 1fr 1fr;
    }
    
    .stat-card.highlight {
        grid-column: span 2;
    }
    
    .about-section .certificate-img {
        width: 100%;
        max-width: 280px;
        height: auto;
    }
    
    .certificate-badge {
        right: 10px;
        bottom: -10px;
        padding: 8px 15px;
        font-size: 12px;
    }
    
    .footer-middle {
        display: none;
    }
    
    .news-notice {
        flex-direction: column;
    }
    
    .news-section, .notice-section {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .top-bar {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .top-bar .logo .site-title {
        font-size: 30px;
        white-space: nowrap;
    }
    
    .top-bar .contact-info {
        flex-direction: column;
        gap: 10px;
        width: 100%;
        align-items: center;
    }
    
    .top-bar .contact-info .hotline {
        align-items: center;
    }
    
    .top-bar .contact-info .header-contacts,
    .top-bar .contact-info .contact-persons-top {
        align-items: center;
        justify-content: center;
    }
    
    .top-bar .contact-info .person-row {
        font-size: 12px;
    }
    
    .nav-bar ul {
        flex-wrap: wrap;
    }
    
    .nav-bar ul li {
        padding: 10px 15px;
    }
    
    .hero-slider {
        height: 280px;
    }
    
    .advantages {
        flex-direction: column;
        gap: 20px;
    }
    
    .advantages .advantage-item {
        max-width: 100%;
        margin: 0;
    }
    
    .service-cards {
        flex-direction: column;
    }
    
    .service-card {
        width: 100%;
    }
    
    .service-card img {
        height: 150px;
    }
    
    .equipment-cards {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        padding: 15px;
    }
    
    .equipment-card-title {
        font-size: 12px;
        padding: 8px;
    }
    
    .site-footer footer {
        flex-direction: column;
        text-align: center;
    }
    
    .footer-left,
    .footer-right {
        margin-bottom: 20px;
    }
}

/* =Alignments
-------------------------------------------------------------- */
.alignleft {
    float: left;
    margin-right: 1.5em;
}

.alignright {
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* =Contact Page Styles
-------------------------------------------------------------- */

/* 顶部Banner区域 */
.contact-banner {
    background: url("http://ahjingce/wp-content/uploads/2026/05/ding-ad1.jpg") no-repeat center center/cover;
    background-color: #0056b3;
    color: #fff;
    padding: 40px 50px;
    position: relative;
}

.contact-banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 86, 179, 0.7);
    z-index: 0;
}

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

.banner-content h1 {
    font-size: 32px;
    margin-bottom: 10px;
}

.banner-content p {
    font-size: 18px;
    opacity: 0.9;
}

/* 顶部联系信息栏 - 蓝色底色 一行四列 */
.contact-info-bar {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    background: linear-gradient(135deg, #0056b3 0%, #003d82 100%);
    margin: 30px 50px;
    padding: 0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 86, 179, 0.3);
}

.info-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 30px 15px;
    text-align: center;
    border-right: 1px solid rgba(255,255,255,0.2);
    transition: background 0.3s;
}

.info-card:last-child {
    border-right: none;
}

.info-card:hover {
    background: rgba(255,255,255,0.1);
}

.info-icon-box {
    width: 56px;
    height: 56px;
    min-width: 56px;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-icon-box .info-icon {
    font-size: 24px;
}

.info-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.info-label {
    font-size: 13px;
    color: rgba(255,255,255,0.7);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}

.info-value {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    line-height: 1.4;
}

/* 中间主内容区 */
.contact-main {
    display: flex;
    gap: 30px;
    padding: 0 50px 30px;
}

.map-section {
    flex: 2;
    background: #f0f5fc;
    border-radius: 8px;
    overflow: hidden;
}

.map-header {
    padding: 15px;
    font-size: 16px;
    font-weight: bold;
    color: #0056b3;
    display: flex;
    align-items: center;
    gap: 8px;
}

.map-container {
    width: 100%;
    height: 350px;
    background: #e8f4fc no-repeat center center/cover;
    position: relative;
}

/* 右侧信息栏 */
.contact-sidebar {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sidebar-card {
    background: #f0f5fc;
    border-radius: 8px;
    padding: 20px;
}

.card-header {
    font-size: 16px;
    font-weight: bold;
    color: #0056b3;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.contact-list {
    list-style: none;
}

.contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #333;
}

.contact-list li span {
    color: #0056b3;
    margin-top: 3px;
}

/* 联系方式详细信息 */
.contact-info-block {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.contact-company {
    font-size: 18px;
    font-weight: bold;
    color: #0056b3;
    margin-bottom: 5px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e6f0ff;
}

.contact-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 15px;
    color: #333;
    line-height: 1.6;
}

.contact-label {
    color: #0056b3;
    min-width: 55px;
    flex-shrink: 0;
}

.contact-divider {
    height: 1px;
    background: #e0e6ed;
    margin: 5px 0;
}

.contact-persons {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 10px;
    background: #fff;
    border-radius: 6px;
}

.person-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    color: #333;
    padding: 6px 0;
    border-bottom: 1px dashed #e6e6e6;
}

.person-item:last-child {
    border-bottom: none;
}

.person-ext {
    background: #0056b3;
    color: #fff;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 13px;
    min-width: 50px;
    text-align: center;
}

.person-name {
    font-weight: 600;
    min-width: 60px;
}

.person-phone {
    color: #0056b3;
    font-weight: 500;
}

/* 服务项目列表 */
.service-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.service-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    background: #fff;
    border-radius: 8px;
    transition: transform 0.2s, box-shadow 0.2s;
}

.service-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 86, 179, 0.15);
}

.service-icon {
    width: 42px;
    height: 42px;
    background: #e6f0ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}

.service-content h5 {
    font-size: 15px;
    font-weight: 600;
    color: #0056b3;
    margin-bottom: 2px;
}

.service-content p {
    font-size: 13px;
    color: #666;
    margin: 0;
}

/* 公司动态列表 */
.contact-sidebar .news-list {
    list-style: none;
}

.contact-sidebar .news-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #e0e0e0;
    font-size: 16px;
    color: #333;
}

.contact-sidebar .news-list li:last-child {
    border-bottom: none;
}

.contact-sidebar .news-list li .num {
    color: #0056b3;
    margin-right: 8px;
}

.contact-sidebar .news-list li .arrow {
    color: #999;
}

/* 底部优势栏 - 蓝色底色 */
.advantage-bar {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
    padding: 0;
    background: linear-gradient(135deg, #0056b3 0%, #003d82 100%);
    margin: 30px 50px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 86, 179, 0.3);
}

.advantage-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 25px 15px;
    text-align: center;
    border-right: 1px solid rgba(255,255,255,0.2);
    transition: all 0.3s ease;
    flex: 1;
}

.advantage-card:last-child {
    border-right: none;
}

.advantage-card:hover {
    background: rgba(255,255,255,0.1);
    transform: none;
}

.advantage-icon-box {
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 50%;
    background: rgba(255,255,255,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 12px;
}

.advantage-text {
    display: flex;
    flex-direction: column;
}

.advantage-text h4 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 6px;
    font-weight: 600;
}

.advantage-text p {
    font-size: 13px;
    color: rgba(255,255,255,0.85);
    margin: 0;
}

/* 响应式适配 */
@media (max-width: 1024px) {
    .contact-info-bar {
        grid-template-columns: repeat(2, 1fr);
        margin: 30px 20px;
        gap: 0;
    }
    
    .info-card:nth-child(2) {
        border-right: none;
    }
    
    .info-card:nth-child(1),
    .info-card:nth-child(2) {
        border-bottom: 1px solid rgba(255,255,255,0.2);
    }
    
    .info-card {
        padding: 20px 15px;
    }
    
    .info-value {
        font-size: 13px;
    }
    
    .contact-main {
        flex-direction: column;
        padding: 0 20px;
    }
    
    .advantage-bar {
        grid-template-columns: repeat(2, 1fr);
        margin: 30px 20px;
    }
    
    .advantage-card:nth-child(2) {
        border-right: none;
    }
    
    .advantage-card:nth-child(1),
    .advantage-card:nth-child(2) {
        border-bottom: 1px solid rgba(255,255,255,0.2);
    }
}

@media (max-width: 768px) {
    .contact-info-bar {
        grid-template-columns: 1fr;
        margin: 20px;
    }
    
    .info-card {
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,0.2);
        padding: 20px;
    }
    
    .info-card:last-child {
        border-bottom: none;
    }
    
    .advantage-bar {
        grid-template-columns: 1fr;
        margin: 20px;
    }
    
    .advantage-card {
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,0.2);
        padding: 20px;
    }
    
    .advantage-card:last-child {
        border-bottom: none;
    }
}

/* =About Page Styles
-------------------------------------------------------------- */

/* 顶部Banner */
.about-banner {
    background: url("http://ahjingce/wp-content/uploads/2026/05/ding-ad1.jpg") no-repeat center center/cover;
    background-color: #0056b3;
    color: #fff;
    padding: 40px 50px;
    position: relative;
}

.about-banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 86, 179, 0.7);
    z-index: 0;
}

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

.about-banner .banner-content h1 {
    font-size: 32px;
    margin-bottom: 10px;
}

.about-banner .banner-content p {
    font-size: 16px;
    opacity: 0.9;
}

/* 主容器 */
.about-container {
    display: flex;
    gap: 30px;
    padding: 30px 50px;
    background: #f5f8fc;
}

/* 左侧内容 */
.about-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* 通用卡片样式 */
.about-card {
    background: #fff;
    border-radius: 8px;
    padding: 25px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.about-card .card-header {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #0056b3;
    margin-bottom: 15px;
}

.about-card .card-header .icon {
    width: 24px;
    height: 24px;
    background: #e6f0ff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0056b3;
}

/* 计量授权证书 */
.about-certificate {
    box-shadow: none;
}

.about-certificate p {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 0;
    text-indent: 2em;
}

/* 证书内容左右布局 - 均分 */
.certificate-content {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.certificate-text {
    flex: 1;
}

.certificate-image {
    flex: 1;
}

.about-certificate-img {
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: contain;
    background-color: #f5f5f5;
    border: 1px solid #eee;
    border-radius: 4px;
    transition: transform 0.3s ease;
}

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

/* 检定设备展示 */
.about-equipment-section {
    padding: 0;
    background: transparent;
    box-shadow: none;
}

.about-equipment-group {
    margin-bottom: 30px;
}

.about-equipment-group:last-child {
    margin-bottom: 0;
}

.about-equipment-group h4 {
    font-size: 15px;
    color: #333;
    margin-bottom: 15px;
}

.about-equipment-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.about-equipment-img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 4px;
    transition: transform 0.3s ease;
}

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

/* 右侧侧边栏 */
.about-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.about-sidebar-card {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.about-sidebar-card .card-header {
    font-size: 16px;
    margin-bottom: 15px;
}

/* 联系方式 */
.about-contact-list {
    list-style: none;
}

.about-contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #333;
}

.about-contact-list li span {
    color: #0056b3;
    margin-top: 3px;
}

/* 服务项目 */
.about-service-list {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.about-service-list li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    color: #333;
}

.about-service-list li span {
    color: #0056b3;
}

/* 公司动态 */
.about-news-list {
    list-style: none;
}

.about-news-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 16px;
    color: #333;
}

.about-news-list li:last-child {
    border-bottom: none;
}

.about-news-list li .num {
    color: #0056b3;
    margin-right: 8px;
    font-weight: bold;
}

.about-news-list li .arrow {
    color: #999;
}

/* 底部优势 */
.about-advantage-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.about-advantage-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.about-advantage-icon {
    width: 36px;
    height: 36px;
    background: #e6f0ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0056b3;
    flex-shrink: 0;
}

.about-advantage-text h5 {
    font-size: 16px;
    color: #0056b3;
    margin-bottom: 3px;
}

.about-advantage-text p {
    font-size: 14px;
    color: #666;
}

/* 响应式适配 */
@media (max-width: 1024px) {
    .about-container {
        flex-direction: column;
        padding: 20px;
    }
    
    .about-equipment-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .about-advantage-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .certificate-content {
        flex-direction: column;
        gap: 20px;
    }
    
    .certificate-image {
        width: 100%;
    }
    
    .about-equipment-grid {
        grid-template-columns: 1fr;
    }
    
    .about-service-list {
        grid-template-columns: 1fr;
    }
    
    .about-advantage-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* =Director Introduction Page Styles
-------------------------------------------------------------- */

/* 左侧内容 - 站长简介 */
.zzjj-left {
    flex: 2;
}

/* 站长简介模块 */
.zzjj-card {
    background: #fff;
    border-radius: 8px;
    padding: 25px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.zzjj-card .card-header {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #0056b3;
    margin-bottom: 20px;
}

.zzjj-card .card-header .icon {
    width: 24px;
    height: 24px;
    background: #e6f0ff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0056b3;
}

.zzjj-director-section .zzjj-director-img {
    width: 320px;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    border-radius: 4px;
    margin: 0 auto 20px;
    display: block;
    transition: transform 0.3s ease;
}

.zzjj-director-section .zzjj-director-img:hover {
    transform: scale(1.05);
}

.zzjj-director-section h3 {
    text-align: center;
    font-size: 18px;
    color: #333;
    margin-bottom: 20px;
}

.zzjj-director-section p {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    text-align: justify;
    text-indent: 2em;
}

/* 右侧侧边栏 - 站长简介页面 */
.zzjj-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.zzjj-sidebar-card {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.zzjj-sidebar-card .card-header {
    font-size: 16px;
    margin-bottom: 15px;
}

/* 联系方式 */
.zzjj-contact-list {
    list-style: none;
}

.zzjj-contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #333;
}

.zzjj-contact-list li span {
    color: #0056b3;
    margin-top: 3px;
}

/* 服务项目 - 单列 */
.zzjj-service-list {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.zzjj-service-list li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #333;
}

.zzjj-service-list li span {
    color: #0056b3;
}

/* 公司动态 */
.zzjj-news-list {
    list-style: none;
}

.zzjj-news-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 14px;
    color: #333;
}

.zzjj-news-list li:last-child {
    border-bottom: none;
}

.zzjj-news-list li .num {
    color: #0056b3;
    margin-right: 8px;
    font-weight: bold;
}

.zzjj-news-list li .arrow {
    color: #999;
}

/* 底部优势 */
.zzjj-advantage-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.zzjj-advantage-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.zzjj-advantage-icon {
    width: 36px;
    height: 36px;
    background: #e6f0ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0056b3;
    flex-shrink: 0;
}

.zzjj-advantage-text h5 {
    font-size: 14px;
    color: #0056b3;
    margin-bottom: 3px;
}

.zzjj-advantage-text p {
    font-size: 12px;
    color: #666;
}

/* 响应式适配 */
@media (max-width: 1024px) {
    .about-container.zzjj-container {
        flex-direction: column;
        padding: 20px;
    }
    
    .zzjj-director-section .zzjj-director-img {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 768px) {
    .zzjj-advantage-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* =Service Project Page Styles
-------------------------------------------------------------- */

/* 顶部Hero区域 */
.fwxm-hero-section {
    background-color: #f0f5fc;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 60px 50px;
    position: relative;
    overflow: hidden;
}

.fwxm-hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.3);
    z-index: 0;
}

.fwxm-hero-content {
    position: relative;
    z-index: 1;
    max-width: 600px;
}

.fwxm-hero-content h1 {
    font-size: 42px;
    color: #0056b3;
    line-height: 1.3;
    margin-bottom: 15px;
}

.fwxm-hero-content .fwxm-subtitle {
    font-size: 18px;
    color: #333;
    margin-bottom: 20px;
}

.fwxm-hero-content p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 30px;
}

.fwxm-hero-buttons {
    display: flex;
    gap: 20px;
}

.fwxm-btn {
    padding: 12px 30px;
    border-radius: 6px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
}

.fwxm-btn-primary {
    background-color: #0056b3;
    color: #fff;
}

.fwxm-btn-primary:hover {
    background-color: #004085;
}

.fwxm-btn-outline {
    background-color: transparent;
    color: #0056b3;
    border: 1px solid #0056b3;
}

.fwxm-btn-outline:hover {
    background-color: #e6f0ff;
}

/* 优势模块 */
.fwxm-advantages-section {
    padding: 10px 50px;
    background: #fff;
}

.fwxm-advantages-container {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.fwxm-advantage-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 18px 22px;
    background: linear-gradient(135deg, #0056b3 0%, #0077cc 100%);
    border-radius: 12px;
    color: #fff;
    flex: 1;
    max-width: 260px;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
}

.fwxm-advantage-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 0 12px 0 60px;
}

.fwxm-advantage-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 86, 179, 0.3);
}

.advantage-number {
    font-size: 28px;
    font-weight: bold;
    opacity: 0.3;
    position: absolute;
    top: 5px;
    left: 10px;
}

.advantage-icon-box {
    width: 45px;
    height: 45px;
    min-width: 45px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.advantage-content h4 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 4px;
}

.advantage-content p {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
}

/* 服务范围模块 */
.fwxm-service-range-section {
    padding: 10px 50px;
    background: #fff;
}

.fwxm-section-title {
    font-size: 22px;
    color: #0056b3;
    margin-bottom: 30px;
}

.fwxm-service-range-container {
    display: flex;
    gap: 30px;
    align-items: stretch;
}

.fwxm-range-left {
    flex: 1;
}

.fwxm-range-cards {
    display: flex;
    flex-direction: column;
    gap: 15px;
    height: 100%;
}

.fwxm-range-card {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 18px 20px;
    background: linear-gradient(135deg, #0056b3 0%, #0077cc 100%);
    border-radius: 10px;
    flex: 1;
    transition: transform 0.3s, box-shadow 0.3s;
}

.fwxm-range-card:hover {
    transform: translateX(10px);
    box-shadow: 0 5px 20px rgba(0, 86, 179, 0.25);
}

.range-card-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.range-card-content h5 {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 4px;
    font-weight: normal;
}

.range-card-content p {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    margin: 0;
}

.fwxm-range-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.fwxm-range-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.fwxm-range-icon {
    width: 40px;
    height: 40px;
    background-color: #0056b3;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    flex-shrink: 0;
}

.fwxm-range-text p {
    font-size: 16px;
    color: #333;
}

.fwxm-range-right {
    flex: 1;
}

.fwxm-cert-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.fwxm-cert-header {
    background-color: #0056b3;
    color: #fff;
    padding: 25px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.fwxm-cert-icon {
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.fwxm-cert-text h4 {
    font-size: 20px;
    margin-bottom: 5px;
}

.fwxm-cert-text p {
    font-size: 14px;
    opacity: 0.9;
}

.fwxm-cert-body {
    padding: 25px;
    font-size: 15px;
    color: #555;
    line-height: 1.6;
}

/* 响应式适配 */
@media (max-width: 1024px) {
    .fwxm-hero-content h1 {
        font-size: 32px;
    }
    
    .fwxm-advantages-grid {
        flex-wrap: wrap;
    }
    
    .fwxm-advantages-container {
        flex-wrap: wrap;
    }
    
    .fwxm-advantage-card {
        max-width: none;
        width: calc(50% - 10px);
    }
    
    .fwxm-service-range-container {
        flex-direction: column;
    }
    
    .fwxm-range-cards {
        flex-direction: row;
        flex-wrap: wrap;
    }
    
    .fwxm-range-card {
        width: calc(50% - 8px);
    }
}

@media (max-width: 768px) {
    .fwxm-hero-section {
        padding: 40px 20px;
    }
    
    .fwxm-advantages-section, 
    .fwxm-service-range-section {
        padding: 30px 20px;
    }
    
    .fwxm-hero-buttons {
        flex-direction: column;
    }
    
    .fwxm-btn {
        width: 100%;
    }
}

/* =Equipment Device Page Styles
-------------------------------------------------------------- */

/* 顶部Hero区域 */
.zysb-device-hero {
    position: relative;
    height: 500px;
    background-color: #f0f5fc;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    padding: 0 50px;
    overflow: hidden;
}

.zysb-device-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0));
    z-index: 0;
}

.zysb-hero-content {
    position: relative;
    z-index: 1;
    max-width: 40%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 50px;
    gap: 10px;
}

.zysb-hero-content h1 {
    font-size: 28px;
    color: #003366;
    line-height: 1.3;
    margin-bottom: 8px;
}

.zysb-hero-content h1::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background-color: #0056b3;
    margin-top: 8px;
}

.zysb-params-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.zysb-params-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 2px;
    padding: 0;
}

.zysb-param-icon {
    width: 32px;
    height: 32px;
    border: 2px solid #0056b3;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0056b3;
    font-size: 14px;
    flex-shrink: 0;
}

.zysb-param-text p {
    margin: 0;
}

.zysb-param-text p:first-child {
    font-size: 16px;
    color: #666;
}

.zysb-param-text p:last-child {
    font-size: 16px;
    color: #333;
    font-weight: 500;
}

/* 优势栏 - 蓝色底色 */
.zysb-advantages-bar {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    padding: 0;
    background: linear-gradient(135deg, #0056b3 0%, #003d82 100%);
    margin: 30px 50px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 86, 179, 0.3);
}

.zysb-advantage-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 20px;
    text-align: center;
    border-right: 1px solid rgba(255,255,255,0.2);
    transition: all 0.3s ease;
}

.zysb-advantage-item:last-child {
    border-right: none;
}

.zysb-advantage-item:hover {
    background: rgba(255,255,255,0.1);
}

.zysb-advantage-icon {
    width: 60px;
    height: 60px;
    background: rgba(255,255,255,0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    margin-bottom: 15px;
}

.zysb-advantage-text h4 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 8px;
    font-weight: 600;
}

.zysb-advantage-text p {
    font-size: 14px;
    color: rgba(255,255,255,0.85);
}

/* 产品概述 */
.zysb-overview-section {
    padding: 0 50px 50px;
    display: flex;
    gap: 40px;
    align-items: center;
}

.zysb-overview-left {
    flex: 1;
}

.zysb-overview-left h2 {
    font-size: 22px;
    color: #0056b3;
    margin-bottom: 20px;
}

.zysb-overview-left p {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
}

.zysb-overview-right {
    flex: 1;
}

.zysb-overview-img {
    width: 100%;
    height: 250px;
    object-fit: contain;

}

/* 响应式适配 */
@media (max-width: 1024px) {
    .zysb-device-hero {
        padding: 0 20px;
        height: auto;
        min-height: 400px;
    }
    
    .zysb-hero-content {
        max-width: 100%;
    }
    
    .zysb-device-hero::before {
        width: 100%;
        background: rgba(255,255,255,0.9);
    }
    
    .zysb-advantages-bar {
        grid-template-columns: repeat(2, 1fr);
        margin: 30px 20px;
    }
    
    .zysb-advantage-item:nth-child(2) {
        border-right: none;
    }
    
    .zysb-advantage-item:nth-child(1),
    .zysb-advantage-item:nth-child(2) {
        border-bottom: 1px solid rgba(255,255,255,0.2);
    }
    
    .zysb-overview-section {
        flex-direction: column;
        padding: 30px 20px;
    }
}

@media (max-width: 768px) {
    .zysb-hero-content h1 {
        font-size: 28px;
    }
    
    .zysb-advantages-bar {
        grid-template-columns: 1fr;
        margin: 20px;
    }
    
    .zysb-advantage-item {
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,0.2);
        padding: 20px;
    }
    
    .zysb-advantage-item:last-child {
        border-bottom: none;
    }
    
    .zysb-advantage-item:nth-child(1),
    .zysb-advantage-item:nth-child(2) {
        border-bottom: 1px solid rgba(255,255,255,0.2);
    }
}

/* =Information Center Page Styles (资料信息)
-------------------------------------------------------------- */

/* 顶部Banner */
.zlxx-about-banner {
    background: url("http://ahjingce/wp-content/uploads/2026/05/ding-ad1.jpg") no-repeat center center/cover;
    background-color: #0056b3;
    color: #fff;
    padding: 40px 50px;
    position: relative;
}
.zlxx-about-banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 86, 179, 0.7);
    z-index: 0;
}
.zlxx-banner-content {
    position: relative;
    z-index: 1;
}
.zlxx-banner-content h1 {
    font-size: 32px;
    margin-bottom: 10px;
}
.zlxx-banner-content p {
    font-size: 16px;
    opacity: 0.9;
}

/* 主容器 */
.zlxx-about-container {
    display: flex;
    gap: 30px;
    padding: 30px 50px;
    background: #f5f8fc;
}

/* 左侧内容 */
.zlxx-about-left {
    flex: 2;
}

/* 通用卡片样式 */
.zlxx-card {
    background: #fff;
    border-radius: 8px;
    padding: 25px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.zlxx-card-header {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #0056b3;
    margin-bottom: 20px;
}
.zlxx-card-header .icon {
    width: 24px;
    height: 24px;
    background: #e6f0ff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0056b3;
}

/* 设备展示网格 */
.zlxx-equipment-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.zlxx-equipment-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.zlxx-equipment-img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 4px;
    margin-bottom: 10px;
}
.zlxx-equipment-item p {
    font-size: 14px;
    color: #333;
    text-align: center;
}

/* 资料信息文章网格 - 四行三列 */
.zlxx-article-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.zlxx-article-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.zlxx-article-link {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.zlxx-article-img {
    width: 100%;
    height: 160px;
    overflow: hidden;
    border-radius: 4px;
    margin-bottom: 10px;
}
.zlxx-article-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.zlxx-article-link:hover .zlxx-article-img img {
    transform: scale(1.1);
}
.zlxx-article-title {
    font-size: 14px;
    color: #333;
    text-align: center;
    font-weight: normal;
    margin: 0;
}
.zlxx-no-content {
    grid-column: 1 / -1;
    text-align: center;
    padding: 40px;
    color: #666;
}

/* 右侧侧边栏 */
.zlxx-about-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.zlxx-sidebar-card {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.zlxx-sidebar-card .zlxx-card-header {
    font-size: 16px;
    margin-bottom: 15px;
}

/* 联系方式 */
.zlxx-contact-list {
    list-style: none;
}
.zlxx-contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #333;
}
.zlxx-contact-list li span {
    color: #0056b3;
    margin-top: 3px;
}

/* 服务项目 */
.zlxx-service-list {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}
.zlxx-service-list li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #333;
}
.zlxx-service-list li span {
    color: #0056b3;
}

/* 公司动态 */
.zlxx-news-list {
    list-style: none;
}
.zlxx-news-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 14px;
    color: #333;
}
.zlxx-news-list li:last-child {
    border-bottom: none;
}
.zlxx-news-list li .num {
    color: #0056b3;
    margin-right: 8px;
    font-weight: bold;
}
.zlxx-news-list li .arrow {
    color: #999;
}

/* 底部优势 */
.zlxx-advantage-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.zlxx-advantage-item {
    display: flex;
    align-items: center;
    gap: 10px;
}
.zlxx-advantage-icon {
    width: 36px;
    height: 36px;
    background: #e6f0ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0056b3;
    flex-shrink: 0;
}
.zlxx-advantage-text h5 {
    font-size: 14px;
    color: #0056b3;
    margin-bottom: 3px;
}
.zlxx-advantage-text p {
    font-size: 12px;
    color: #666;
}

/* 响应式适配 */
@media (max-width: 1024px) {
    .zlxx-about-container {
        flex-direction: column;
        padding: 20px;
    }
    .zlxx-equipment-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 768px) {
    .zlxx-equipment-grid {
        grid-template-columns: 1fr;
    }
    .zlxx-advantage-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* =Site Dynamics Page Styles (站点动态)
-------------------------------------------------------------- */

/* 顶部Banner */
.zddt-about-banner {
    background: url("http://ahjingce/wp-content/uploads/2026/05/ding-ad1.jpg") no-repeat center center/cover;
    background-color: #0056b3;
    color: #fff;
    padding: 40px 50px;
    position: relative;
}
.zddt-about-banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 86, 179, 0.7);
    z-index: 0;
}
.zddt-banner-content {
    position: relative;
    z-index: 1;
}
.zddt-banner-content h1 {
    font-size: 32px;
    margin-bottom: 10px;
}
.zddt-banner-content p {
    font-size: 16px;
    opacity: 0.9;
}

/* 主容器 */
.zddt-about-container {
    display: flex;
    gap: 30px;
    padding: 30px 50px;
    background: #f5f8fc;
}

/* 左侧动态列表 */
.zddt-about-left {
    flex: 2;
}
.zddt-card {
    background: #fff;
    border-radius: 8px;
    padding: 25px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.zddt-dynamic-list {
    list-style: none;
}
.zddt-dynamic-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}
.zddt-dynamic-item:last-child {
    border-bottom: none;
}
.zddt-date-box {
    width: 60px;
    height: 60px;
    background-color: #0056b3;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    flex-shrink: 0;
}
.zddt-date-box .day {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
}
.zddt-date-box .month {
    font-size: 14px;
    line-height: 1;
}
.zddt-dynamic-content {
    flex: 1;
}
.zddt-dynamic-content h4 {
    font-size: 16px;
    color: #333;
    margin-bottom: 8px;
}
.zddt-dynamic-content p {
    font-size: 13px;
    color: #666;
    line-height: 1.5;
}
.zddt-dynamic-arrow {
    color: #999;
    font-size: 18px;
    align-self: center;
}

/* 分页 */
.zddt-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 30px;
    list-style: none;
}
.zddt-pagination li a {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
}
.zddt-pagination li.active a {
    background-color: #0056b3;
    color: #fff;
}
.zddt-pagination li:not(.active) a {
    background-color: #fff;
    color: #333;
    border: 1px solid #eee;
}

/* 右侧侧边栏 */
.zddt-about-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.zddt-sidebar-card {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.zddt-sidebar-card .zddt-card-header {
    font-size: 16px;
    margin-bottom: 15px;
}
.zddt-card-header {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #0056b3;
    margin-bottom: 15px;
}
.zddt-card-header .icon {
    width: 24px;
    height: 24px;
    background: #e6f0ff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0056b3;
}

/* 联系方式 */
.zddt-contact-list {
    list-style: none;
}
.zddt-contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #333;
}
.zddt-contact-list li span {
    color: #0056b3;
    margin-top: 3px;
}

/* 服务项目 */
.zddt-service-list {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}
.zddt-service-list li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #333;
}
.zddt-service-list li span {
    color: #0056b3;
}

/* 公司动态 */
.zddt-news-list {
    list-style: none;
}
.zddt-news-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 14px;
    color: #333;
}
.zddt-news-list li:last-child {
    border-bottom: none;
}
.zddt-news-list li .num {
    color: #0056b3;
    margin-right: 8px;
    font-weight: bold;
}
.zddt-news-list li .arrow {
    color: #999;
}

/* 底部优势 */
.zddt-advantage-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.zddt-advantage-item {
    display: flex;
    align-items: center;
    gap: 10px;
}
.zddt-advantage-icon {
    width: 36px;
    height: 36px;
    background: #e6f0ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0056b3;
    flex-shrink: 0;
}
.zddt-advantage-text h5 {
    font-size: 14px;
    color: #0056b3;
    margin-bottom: 3px;
}
.zddt-advantage-text p {
    font-size: 12px;
    color: #666;
}

/* 响应式适配 */
@media (max-width: 1024px) {
    .zddt-about-container {
        flex-direction: column;
        padding: 20px;
    }
    .zddt-dynamic-item {
        flex-direction: column;
        gap: 10px;
    }
    .zddt-date-box {
        align-self: flex-start;
    }
}
@media (max-width: 768px) {
    .zddt-about-banner {
        padding: 30px 20px;
    }
    .zddt-card {
        padding: 20px;
    }
    .zddt-advantage-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* =Single Article Page
-------------------------------------------------------------- */
.single-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 50px;
}

.single-article {
    background: #fff;
}

.single-article .entry-thumbnail {
    margin-bottom: 30px;
    border-radius: 8px;
    overflow: hidden;
}

.single-article .entry-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
}

.single-article .entry-meta {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.single-article .entry-meta span {
    color: #666;
    font-size: 14px;
}

.single-article .entry-content {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
}

.single-article .entry-content p {
    margin-bottom: 20px;
}

.single-article .entry-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 20px 0;
}

.single-article .entry-tags {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.single-article .entry-tags a {
    color: #0056b3;
    background: #f0f7ff;
    padding: 3px 10px;
    border-radius: 3px;
    font-size: 13px;
    margin-right: 5px;
    display: inline-block;
}

.single-article .entry-tags a:hover {
    background: #e6f0ff;
}

/* 相关文章 */
.related-posts {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid #eee;
}

.related-posts h3 {
    color: #0056b3;
    margin-bottom: 20px;
    font-size: 18px;
}

.related-posts-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.related-post-item {
    background: #f8f9fa;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.related-post-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.related-post-item img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.related-post-item h4 {
    margin: 0;
    padding: 15px;
    font-size: 14px;
}

.related-post-item h4 a {
    color: #333;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.related-post-item h4 a:hover {
    color: #0056b3;
}

.related-post-item .post-date {
    display: block;
    padding: 0 15px 15px;
    font-size: 12px;
    color: #999;
}

/* 响应式 */
@media (max-width: 768px) {
    .single-container {
        padding: 20px;
    }
    .related-posts-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

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