<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">        body {
            font-family: Arial, sans-serif;
            background-color: #f5f5f5;
            display: flex;
            flex-direction: column;
            margin: 0;
        }
        .site-header {
            background: #fff;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            position: sticky;
            top: 0;
            z-index: 1000;
        }
        .header-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 15px 20px;
        }
        .branding {
            display: flex;
            align-items: center;
            gap: 15px;
        }
        .logo {
            width: 45px;
            height: 45px;
        }
        .company-name {
            font-size: 22px;
            color: #2c3e50;
            margin: 0;
            font-weight: 600;
        }
        .main-nav {
            background: #2c3e50;
        }
        .nav-container {
            max-width: 1240px;
            margin: 0 auto;
        }
        .nav-menu {
            list-style: none;
            margin: 0;
            padding: 0;
            display: flex;
        }
        .nav-menu li {
            position: relative;
        }
        .nav-menu a {
            color: #fff;
            text-decoration: none;
            padding: 15px 20px;
            display: block;
            transition: background 0.3s;
        }
        .nav-menu .active a {
            background: #3498db;
        }
        .nav-menu a:hover {
            background: #34495e;
        }
        .container {
            background-color: #fff;
            padding: 20px;
            border-radius: 4px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            width: 80%;
            max-width: 1200px;
            margin: 0px auto;
        }
        h1 {
            text-align: center;
            margin-bottom: 20px;
        }
        .page-list {
            display: flex;
            justify-content: space-between;
        }
        .page-list ul {
            list-style-type: none;
            padding: 0;
            width: 100%;
        }
        .page-list li {
            margin-bottom: 10px;
        }
        .page-list a {
            color: #2e96dc;
            text-decoration: underline;
        }
        .ul25 {
            margin-top: 25px;
        }
        .site-footer {
            background: #2c3e50;
            color: #ecf0f1;
            padding: 40px 0;
        }
        .footer-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        .footer-info {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 30px;
            border-bottom: 1px solid #34495e;
        }
        .legal-info {
            text-align: right;
            opacity: 0.8;
        }
        .contact-info p {
            margin: 8px 0;
        }
        @media (max-width: 768px) {
            .nav-menu {
                flex-wrap: wrap;
                justify-content: center;
            }
            .nav-menu li {
                flex: 1 0 50%;
                text-align: center;
            }
            .footer-info {
                grid-template-columns: 1fr;
                text-align: center;
            }
            .legal-info {
                text-align: center;
            }
            .container {
                padding: 20px;
            }
        }
        a {
            color: #ecf0f1;
            text-decoration: none;
        }
        a:hover {
            text-decoration: underline;
        }
        /* 榛樿鏍峰紡锛氫笁鍒楀竷灞€ */
        .page-list {
            display: flex;
            justify-content: space-between;
        }
        .page-list .column {
            flex: 1;
            margin: 0 10px;
        }
        /* 绉诲姩绔牱寮忥細鍗曞垪甯冨眬 */
        @media (max-width: 768px) {
            .page-list {
                display: block;
            }
            .page-list .column {
                margin: 0;
            }
        }
        /* 榛樿鏍峰紡锛歨1 瀛楀彿 */
        h1 {
            font-size: 2.5rem; /* 榛樿瀛楀彿锛岄€傜敤浜庢闈㈢ */
            font-weight: bold; /* 鍔犵矖 */
            color: #3498db; /* 鏂囧瓧棰滆壊 */
            margin: 20px 0; /* 涓婁笅杈硅窛 */
            text-align: center; /* 灞呬腑瀵归綈 */
        }
        /* 绉诲姩绔牱寮忥細h1 瀛楀彿 */
        @media (max-width: 768px) {
            h1 {
                font-size: 1.5rem; /* 绉诲姩绔瓧鍙风◢灏� */
            }
        }

        /* 杞挱鏍峰紡 */
        .banner-container {
         position: relative;
         max-width: 100%; /* 鏈€澶у搴︿负鐖跺鍣ㄧ殑瀹藉害 */
         width: 56.8%; /* 璁剧疆杞挱瀹瑰櫒鐨勫搴︿负 80% */
         margin: 2px auto; /* 涓婁笅杈硅窛涓� 20px锛屽乏鍙宠嚜鍔ㄥ眳涓� */
         overflow: hidden;
        }

        /* 绉诲姩绔牱寮忥細杞挱瀹瑰櫒瀹藉害涓� 100% */
        @media (max-width: 768px) {
        .banner-container {
        width: 100%; /* 绉诲姩绔搴︿负 100% */
        margin: 10px 0; /* 绉诲姩绔笂涓嬭竟璺濅负 10px锛屽乏鍙宠竟璺濅负 0 */
            }
        }

        .banner-slide {
            display: none;
            width: 100%;
        }

        .banner-slide img {
            width: 100%;
            height: auto;
        }

        .prev, .next {
            cursor: pointer;
            position: absolute;
            top: 50%;
            width: auto;
            padding: 16px;
            margin-top: -22px;
            font-weight: bold;
            font-size: 18px;
            transition: 0.6s ease;
            border-radius: 0 3px 3px 0;
            user-select: none;
        }

        .next {
            right: 0;
            border-radius: 3px 0 0 3px;
        }

        .prev:hover, .next:hover {
            background-color: rgba(0, 0, 0, 0.8);
        }
        
        
        /* 鍙嬫儏閾炬帴鏍峰紡 */
        .footer-links {
            text-align: center;
            padding: 20px 0;
            background-color: #e7e9eb;
            border-top: 1px solid #e9ecef;
        }

        .footer-links span {
            font-weight: bold;
            margin-right: 10px;
        }

        .footer-links a {
            color: #007bff;
            text-decoration: none;
            margin: 0 5px;
            display: inline-block; /* 纭繚閾炬帴鍦ㄧЩ鍔ㄧ鎹㈣ */
        }

        .footer-links a:hover {
            text-decoration: underline;
        }

        /* 鍝嶅簲寮忚璁� */
        @media (max-width: 600px) {
            .footer-links {
                padding: 15px 0;
            }

            .footer-links a {
                margin: 5px 10px; /* 鍦ㄧЩ鍔ㄧ澧炲姞涓婁笅闂磋窛 */
                display: block; /* 绉诲姩绔瘡琛屾樉绀轰竴涓摼鎺� */
            }
        }</pre></body></html>