<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ç§»åŠ¨ç«¯å“åº”å¼å¸ƒå±€ */

/* é€šç”¨åª’ä½“æŸ¥è¯¢ - å¹³æ¿è®¾å¤‡ (768px åŠä»¥ä¸‹) */
@media screen and (max-width: 768px) {
    .container {
        width: 100%;
        padding: 0;
    }
    
    /* å¤´éƒ¨åŒºåŸŸè°ƒæ•´ */
    .header {
        flex-direction: column;
        padding: 10px;
    }
    
    .logo {
        margin-bottom: 10px;
        text-align: center;
    }
    
    .search-box {
        width: 100%;
        margin: 10px 0;
    }
    
    .search-box input {
        width: 100%;
    }
    
    .contact-info {
        text-align: center;
        margin-top: 10px;
    }
    
    /* å¯¼èˆªèœå•è°ƒæ•´ */
    .main-nav .nav-row {
        flex-wrap: wrap;
    }
    
    .main-nav li {
        flex: 0 0 25%;
    }
    
    .main-nav a {
        padding: 10px 5px;
        font-size: 14px;
    }
    
    /* å†…å®¹åŒºåŸŸè°ƒæ•´ */
    .about-content {
        flex-direction: column;
    }
    
    .about-image, .about-text {
        flex: 0 0 100%;
    }
    
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .news-list {
        flex-direction: column;
    }
    
    .news-list ul {
        flex: 0 0 100%;
        margin-bottom: 15px;
    }
    
    .cases-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .full-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    /* åº•éƒ¨åŒºåŸŸè°ƒæ•´ */
    .footer {
        flex-direction: column;
    }
    
    .footer-links {
        margin-top: 10px;
    }
    
    /* è”ç³»æˆ‘ä»¬é¡µé¢è°ƒæ•´ */
    .contact-content {
        flex-direction: column;
    }
    
    .contact-info-box, .contact-form-box {
        flex: 0 0 100%;
    }
    
    /* æœåŠ¡é¡µé¢è°ƒæ•´ */
    .service-contact-box {
        flex-direction: column;
    }
    
    .service-item {
        margin-bottom: 15px;
    }
}

/* æ‰‹æœºè®¾å¤‡ (576px åŠä»¥ä¸‹) */
@media screen and (max-width: 576px) {
    /* é¡¶éƒ¨å¯¼èˆªè°ƒæ•´ */
    .top-bar {
        flex-direction: column;
        align-items: center;
        padding: 5px;
    }
    
    .welcome {
        margin-bottom: 5px;
    }
    
    /* å¯¼èˆªèœå•è¿›ä¸€æ­¥è°ƒæ•´ */
    .main-nav li {
        flex: 0 0 50%;
    }
    
    /* å†…å®¹åŒºåŸŸè¿›ä¸€æ­¥è°ƒæ•´ */
    .services-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    
    .cases-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    
    .full-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    
    /* æ–‡ç«&nbsp;é¡µé¢è°ƒæ•´ */
    .article-content h1 {
        font-size: 20px;
    }
    
    .article-content h2 {
        font-size: 16px;
    }
    
    .article-content p {
        font-size: 14px;
    }
    
    /* é¡µé¢æ&nbsp;‡é¢˜è°ƒæ•´ */
    .page-title h1 {
        font-size: 18px;
    }
}

/* ç§»åŠ¨å¯¼èˆªèœå• */
.mobile-nav-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 24px;
    color: #2a58ad;
    cursor: pointer;
    padding: 5px;
}

@media screen and (max-width: 768px) {
    .mobile-nav-toggle {
        display: block;
        position: absolute;
        top: 15px;
        right: 15px;
    }
    
    .main-nav {
        position: relative;
    }
    
    .nav-container {
        display: none;
    }
    
    .nav-container.active {
        display: block;
    }
    
    .main-nav .nav-row {
        flex-direction: column;
    }
    
    .main-nav li {
        flex: 0 0 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .main-nav a {
        padding: 12px 15px;
        text-align: left;
    }
}

/* æ–‡ç«&nbsp;é¡µé¢å“åº”å¼è°ƒæ•´ */
@media screen and (max-width: 768px) {
    .article-content {
        padding: 15px;
    }
    
    .article-image {
        margin: 15px 0;
    }
    
    .related-articles ul {
        padding-left: 10px;
    }
}

/* å›ºå®šå¯¼èˆªæ&nbsp;æ&nbsp;·å¼ */
.nav-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    transition: top 0.3s ease-in-out;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* è§¦æ‘¸è®¾å¤‡æ&nbsp;·å¼ */
.touch-device .main-nav li.has-children &gt; a {
    position: relative;
}

.touch-device .main-nav li.has-children &gt; a:after {
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-left: 5px;
}

.touch-device .main-nav li.has-children.touch-active &gt; a:after {
    content: '\f106';
}

.touch-device .main-nav li.has-children .sub-menu {
    display: none;
}

.touch-device .main-nav li.has-children.touch-active .sub-menu {
    display: block;
}

/* å“åº”å¼è¡¨æ&nbsp;¼ */
@media screen and (max-width: 768px) {
    table {
        width: 100%;
        display: block;
        overflow-x: auto;
    }
    
    table th, table td {
        min-width: 100px;
    }
}

/* å›¾ç‰‡å“åº”å¼å¤„ç† */
img {
    max-width: 100%;
    height: auto;
}

/* è¡¨å•å“åº”å¼å¤„ç† */
@media screen and (max-width: 576px) {
    input[type="text"],
    input[type="email"],
    input[type="tel"],
    textarea,
    select {
        font-size: 16px; /* é˜²æ­¢iOSç¼©æ”¾ */
    }
    
    .form-group {
        margin-bottom: 15px;
    }
    
    button, .submit-btn {
        width: 100%;
    }
}

/* å¼¹å‡ºèœå•åŠ¨ç”» */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.nav-container.active {
    animation: fadeIn 0.3s ease-in-out;
}

/* ç§»åŠ¨ç«¯åº•éƒ¨å¯¼èˆª */
.mobile-footer-nav {
    display: none;
}

/* ç§»åŠ¨ç«¯æ‚¬æµ®è”ç³»æ¨¡å— */
.mobile-contact-float {
    display: none; /* é»˜è®¤éšè— */
    position: fixed;
    bottom: 70px;
    left: 0;
    width: 100%;
    z-index: 998;
    padding: 0 15px;
    animation: bounceIn 0.5s;
}

@media screen and (max-width: 576px) {
    .mobile-contact-float {
        display: flex; /* åœ¨ç§»åŠ¨è®¾å¤‡ä¸Šæ˜¾ç¤º */
    }
}

.mobile-contact-float a {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 0;
    margin: 0 5px;
    border-radius: 30px;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.mobile-contact-float a:hover, 
.mobile-contact-float a:active {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.35);
}

.mobile-contact-float .call-btn {
    background-color: #2a58ad;
    background-image: linear-gradient(to right, #2a58ad, #3a68bd);
}

.mobile-contact-float .sms-btn {
    background-color: #4caf50;
    background-image: linear-gradient(to right, #4caf50, #5cb85c);
}

.mobile-contact-float i {
    margin-right: 8px;
    font-size: 20px;
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media screen and (max-width: 576px) {
    .mobile-footer-nav {
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: #fff;
        box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
        z-index: 999;
    }
    
    .mobile-footer-nav a {
        flex: 1;
        text-align: center;
        padding: 10px 0;
        font-size: 12px;
        color: #666;
        text-decoration: none;
    }
    
    .mobile-footer-nav i {
        display: block;
        font-size: 18px;
        margin-bottom: 3px;
    }
    
    .mobile-footer-nav a.active {
        color: #2a58ad;
    }
    
    /* ä¸ºåº•éƒ¨å¯¼èˆªè…¾å‡ºç©ºé—´ */
    body {
        padding-bottom: 60px;
    }
} </pre></body></html>