<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">    /* å…¨å±€æ&nbsp;·å¼ */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Arial', sans-serif;
        }
        
        body {
            min-height: 100vh;
            display: flex;
            flex-direction: column;
        }
        
        main {
            flex: 1;
        }
        
        /* é¡µè„šæ&nbsp;·å¼ */
        footer {
            background-color: #2a5ea0;
            color: white;
            padding: 40px 5%;
            margin-top: auto;
        }
        
        .footer-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 30px;
            max-width: 1200px;
            margin: 0 auto;
        }
        
        .footer-column {
            flex: 1;
            min-width: 200px;
        }
        
        .footer-logo-container {
            display: flex;
            align-items: center;
            gap: 15px;
            margin-bottom: 20px;
        }
        
        .footer-logo {
            height: 40px;
            width: auto;
        }
        
        .footer-company-name {
            font-size: 1.5rem;
            font-weight: bold;
            color: white;
        }
        
        .footer-about {
            margin-bottom: 20px;
            line-height: 1.6;
            opacity: 0.9;
        }
        
        .footer-heading {
            font-size: 1.2rem;
            font-weight: bold;
            margin-bottom: 20px;
            position: relative;
            padding-bottom: 10px;
        }
        
        .footer-heading::after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 50px;
            height: 2px;
            background-color: #fff;
        }
        
        .footer-links {
            list-style: none;
        }
        
        .footer-links li {
            margin-bottom: 10px;
        }
        
        .footer-links a {
            color: white;
            text-decoration: none;
            opacity: 0.9;
            transition: opacity 0.3s;
        }
        
        .footer-links a:hover {
            opacity: 1;
            text-decoration: underline;
        }
        
        .social-links {
            display: flex;
            gap: 15px;
            margin-top: 20px;
        }
        
        .social-links a {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            background-color: rgba(255, 255, 255, 0.1);
            border-radius: 50%;
            color: white;
            font-size: 1.2rem;
            transition: background-color 0.3s;
        }
        
        .social-links a:hover {
            background-color: rgba(255, 255, 255, 0.2);
        }
        
        .footer-bottom {
            text-align: center;
            padding-top: 30px;
            margin-top: 30px;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            opacity: 0.8;
        }
        
        /* å“åº”å¼è®¾è®¡ */
        @media (max-width: 768px) {
            .footer-column {
                flex: 100%;
                margin-bottom: 30px;
            }
            
            .footer-container {
                flex-direction: column;
            }
            
            .social-links {
                justify-content: center;
            }
        }
        
        
         .banner {
      height: 300px;
      background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('/image/æ¨ªå¹….webp') center/cover no-repeat;
      color: white;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .banner h1 {
      font-size: 2.5rem;
    }
     /* é¢åŒ…å±‘å¯¼èˆªæ&nbsp;·å¼ - ç™½è‰²å­—ä½“ç‰ˆæœ¬ */
    .breadcrumb {
        font-family: Arial, sans-serif;
        padding: 15px 0;
    }
    
    .breadcrumb ul {
        display: flex;
        list-style: none;
        padding: 0;
        margin: 0;
        align-items: center;
    }
    
    .breadcrumb li {
        display: flex;
        align-items: center;
        color: white; /* é»˜è®¤æ–‡å­—é¢œè‰²æ”¹ä¸ºç™½è‰² */
    }
    
    .breadcrumb li:not(:last-child)::after {
        content: "&gt;";
        margin: 0 8px;
        color: rgba(255,255,255,0.7); /* åˆ†éš”ç¬¦æ”¹ä¸ºåŠé€æ˜Žç™½è‰² */
    }
    
    .breadcrumb a {
        color: white; /* é“¾æŽ¥æ–‡å­—ç™½è‰² */
        text-decoration: none;
        transition: opacity 0.2s;
    }
    
    .breadcrumb a:hover {
        opacity: 0.8; /* æ‚¬åœæ—¶æ”¹ä¸ºé€æ˜Žåº¦å˜åŒ– */
        text-decoration: underline;
    }
    
    .breadcrumb .active {
        color: white; /* å½“å‰é¡µæ–‡å­—ç™½è‰² */
        font-weight: 500;
        opacity: 0.9; /* å½“å‰é¡µç¨äº®ä¸€äº› */
    }
      .banner {
  /* ç¡®ä¿bannerå†…å®¹åž‚ç›´æŽ’åˆ— */
  display: flex;
  flex-direction: column;
}

.banner h1 {
  margin-bottom: 10px; /* ç»™æ&nbsp;‡é¢˜å’Œé¢åŒ…å±‘ä¹‹é—´æ·»åŠ&nbsp;é—´è· */
}

.breadcrumb {
  font-family: Arial, sans-serif;
  padding: 0; /* è°ƒæ•´åŽŸæœ‰padding */
}

/* ä¿æŒåŽŸæœ‰çš„é¢åŒ…å±‘æ&nbsp;·å¼ */
.breadcrumb ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
}

.breadcrumb li {
  display: flex;
  align-items: center;
  color: white;
}

/* å…¶ä»–åŽŸæœ‰é¢åŒ…å±‘æ&nbsp;·å¼ä¿æŒä¸å˜... */
</pre></body></html>