@media (min-width: 960px) {
    body {
        font-family: 'Georgia', serif;
        /* 使用 Merriweather 字体，后备选择 serif */
        font-size: 1rem;
        /* 设置合适的字号 */
        line-height: 1.6;
        /* 设置行高，让文字更易阅读 */
        font-weight: 100;
    }

    h1,
    h2,
    h3 {
        font-family: 'Georgia', serif;
        font-weight: bold;
    }

    .main {
        width: 100%;
    }

    /* 全局样式 */
    header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 20px;
        background-color: #fff;
        border-bottom: 1px solid #ddd;
        flex-wrap: nowrap;
        /* 确保内容不换行 */
    }

    .universal-header {
        background-color: #000000;
        width: 100%;
        height: 512px;
        display: flex;
        justify-content: space-between;
    }

    .head-left,
    .head-right {
        flex: 1;
        /* 各占一半宽度 */
    }

    .right-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .head-left {
        display: flex;
        color: #fff;
        justify-content: center;
        /* 水平居中 */
        align-items: center;
        /* 垂直居中 */
        font-size: 3.15rem;
        text-align: center;
        padding: 20px;
        /* 为父元素增加一些内边距 */
        box-sizing: border-box;
        /* 确保 padding 不会影响宽度 */
    }

    .left-fort {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        color: white;
        padding: 20px;
    }

    .cardText {
        margin: auto;
        max-width: 780px;
        width: 1200px;
        font-size: 1.2rem;
        line-height: 1.2;
    }

    .header-left a {
        text-decoration: none;
        color: #000000;
        font-size: 16px;
        font-style: italic;
        font-weight: 700;
    }

    .header-box {
        border: 0.2px solid #ddd;
    }

    .header-left .imgs {
        width: 30px;
        height: 30px;
        margin-right: 10px;
    }

    .header-left img {
        width: 100%;
        height: 100%;
    }

    p {
        margin-bottom: 20px;
    }


    .service_content {
        text-align: center;
        margin-bottom: 10px;
    }

    .service_content a {
        margin: 0 auto;
        color: #333333;
        font-size: 0.9rem;
        padding: 14px;
    }

    .footer {
        align-items: center;
        /* width: 100%; */
        padding: 36px 90px;
        background-color: #F7F7F7;
        margin-top: 50px;
    }

    .footer_box {
        font-family: 'Oswald', sans-serif;
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
        max-width: 1360px;
        width: 100%;
        padding-top: 10px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .footer .copyright {
        font-size: 18px;
        color: #565656;
    }

    .footer .links {
        display: flex;
        gap: 20px;
    }

    .footer .links a {
        color: #565656;
        text-decoration: none;
        font-size: 14px;
        text-transform: uppercase;
        transition: color 0.3s ease;
    }

    .footer .links a:hover {
        color: #565656;
    }
}

@media (max-width: 960px) {
    body {
        font-family: 'Georgia', serif;
        /* 使用 Merriweather 字体，后备选择 serif */
        font-size: 1rem;
        /* 设置合适的字号 */
        font-weight: 100;
        line-height: 1.6;
        /* 设置行高，让文字更易阅读 */
    }

    h1,
    h2,
    h3 {
        font-family: 'Georgia', serif;
        font-weight: bold;
    }

    .main {
        width: 100%;
    }

    .universal-header {
        background-color: #000;
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    /* 全局样式 */
    header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 20px;
        background-color: #fff;
        border-bottom: 1px solid #ddd;
        flex-wrap: nowrap;
        /* 确保内容不换行 */
    }

    .head-left,
    .head-right {
        width: 100%;
        /* 各占一半宽度 */
    }

    .head-left {
        order: 2;
        /* 强制 .head-left 排在 .head-right 之后 */
    }

    .nav-links {
        display: flex;
        gap: 20px;
    }

    .nav-links a {
        text-decoration: none;
        color: #000;
        font-size: 16px;
        font-style: italic;
        font-weight: 400;
    }

    .header-left a {
        text-decoration: none;
        color: #000000;
        font-size: 16px;
        font-style: italic;
        font-weight: 700;
    }

    .header-left .imgs {
        width: 25px;
        height: 25px;
        margin-right: 10px;
    }

    .header-left img {
        width: 100%;
        height: 100%;
    }

    .header-right a {
        text-decoration: none;
        color: #000000;
        font-size: 14px;
        font-style: italic;
        font-weight: 500;
    }

    .header-left {
        display: flex;
        align-items: center;
        flex-grow: 1;
        justify-content: flex-start;
        /* 将内容挨着左边 */
    }

    .header-right {
        display: flex;
        align-items: center;
    }

    header {
        flex-direction: row;
        /* 保持水平排列 */
        justify-content: space-between;
        /* 左右两边对齐 */
        align-items: center;
    }

    .nav-links {
        display: none;
    }

    .nav-links a {
        font-size: 14px;
    }

    .header-right {
        margin-left: 20px;
    }

    .logo h1 {
        font-size: 20px;
        /* 调整Logo字体大小 */
        color: black;
    }


    .head-right {
        order: 1;
        /* 强制 .head-right 排在 .head-left 之前 */
    }

    .right-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .head-left {
        display: flex;
        color: #fff;
        justify-content: center;
        /* 水平居中 */
        align-items: center;
        font-size: 1.05rem;
        text-align: center;

    }

    .left-fort {
        padding: 30px 5px;
    }

    .cardText {
        margin: 0 auto;
        padding: 20px 20px;
        font-size: 1.2rem;
        line-height: 1.2;
    }

    .text-center {
        text-align: center;
        width: 100%;
    }

    p {
        margin-bottom: 20px;
    }

    .footerBox {
        background-color: #F0F0F0;
        margin-top: 60px;
    }

    .footer {
        background-color: #F0F0F0;
    }

    .service_content {
        text-align: center;
        margin-bottom: 10px;
    }

    .service_content a {
        margin: 0 auto;
        color: #333333;
        font-size: 0.9rem;
        padding: 8px;
    }

    .footer {
        display: flex;
        justify-content: center;
        /* 水平居中整个 footer_box */
        width: 100%;
        font: 700 13px / 19px "Univers W01", "Helvetica Neue", Helvetica, Arial, sans-serif;
        padding-top: 45px;
        padding-bottom: 60px;
        background-color: #222;
        text-transform: uppercase;
        margin-top: 40px;
    }

    .footer_box {
        display: flex;
        flex-direction: column;
        /* 垂直排列 */
        align-items: center;
        /* 水平居中 */
        gap: 20px;
    }

    .footer .links {
        order: 1;
        /* 将 links 放在第一位 */
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .footer .copyright {
        order: 2;
        /* 将 copyright 放在第二位 */
        font-size: 14px;
        color: white;
        margin-top: 20px;
    }

    .footer .links a {
        color: #ccc;
        text-decoration: none;
        font-size: 12px;
        text-transform: uppercase;
        transition: color 0.3s ease;
    }

    .footer .links a:hover {
        color: #fff;
    }
}

@media (min-width: 768px) {
    .site {
        /* max-width: 2000px; */
        /* 设置最大宽度，防止内容过宽 */
        margin: 0 auto;
        /* 居中对齐 */
    }

    .primary {
        margin: auto;
        max-width: 90vw;
        width: 1200px;
    }

    header {
        margin: auto;
        max-width: 90vw;
        width: 1200px;
    }
}