* {
    box-sizing: border-box;
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

img,
video,
iframe {
    max-width: 100%;
}

table {
    max-width: 100%;
}

.header-Tem-two-flex,
.footer-wrap {
    max-width: 1200px;
    width: min(1200px, 100%);
}

.tem-en-nav {
    width: 100%;
    max-width: none;
}

.news-page-en,
.content-en {
    max-width: 1200px !important;
    width: min(1200px, 100%) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
}

.content-en {
    padding-left: clamp(20px, 5vw, 80px) !important;
    padding-right: clamp(20px, 5vw, 80px) !important;
}

.footer-wrap {
    left: auto !important;
    padding: 0 20px;
}

#layui-nav {
    max-width: 100%;
}

#layui-nav .layui-nav-item a {
    width: auto !important;
    white-space: nowrap;
}

@media (min-width: 769px) {
    .top-navList,
    #header-content,
    .nav-Tem-two {
        height: 60px !important;
        overflow: visible !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .nav-Tem-two {
        justify-content: center !important;
    }

    .tem-en-nav {
        width: 100% !important;
        max-width: none !important;
        padding: 0 24px !important;
        margin: 0 auto !important;
    }

    #layui-nav {
        display: flex !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        height: 60px !important;
        overflow: visible !important;
        white-space: nowrap !important;
    }

    #layui-nav .layui-nav-item {
        display: block !important;
        float: none !important;
        flex: 0 0 auto !important;
        height: 60px !important;
        line-height: 60px !important;
        position: relative !important;
    }

    #layui-nav .layui-nav-item a {
        height: 60px !important;
        line-height: 60px !important;
        padding: 0 10px !important;
        font-size: 14px !important;
    }

    #layui-icon,
    .e-icon {
        display: none !important;
    }

    .page-en > .news-page-en,
    .page-en > .news-page-en > .content-en {
        max-width: 1120px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

.UEditorTable,
.content-en table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.UEditorTable tbody,
.content-en table tbody {
    min-width: 100%;
}

@media (max-width: 768px) {
    body {
        font-size: 15px;
    }

    .page-en {
        width: 100% !important;
        overflow-x: hidden !important;
    }

    .nav-bar,
    .header-Tem-two-page,
    .container-Tem-two,
    .top-navList,
    #header-content,
    .nav-Tem-two {
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
    }

    .header-Tem-two-page,
    .container-Tem-two {
        height: 96px !important;
    }

    .container-Tem-two {
        position: fixed;
        top: 0 !important;
    }

    .header-Tem-two-flex {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        padding: 10px 16px;
        justify-content: flex-start !important;
        align-items: center !important;
        gap: 12px;
    }

    .logo {
        width: 48px !important;
        height: 48px !important;
        object-fit: contain !important;
        flex: 0 0 48px;
    }

    .header-Tem-two-span {
        margin-left: 0 !important;
        height: auto !important;
        line-height: 1.25 !important;
        flex: 1 1 auto;
        min-width: 0;
        max-width: calc(100vw - 92px) !important;
        overflow: visible !important;
    }

    .head-company {
        display: block;
        width: 100% !important;
        max-width: 100% !important;
        font-size: 11px !important;
        line-height: 1.3 !important;
        white-space: normal !important;
        overflow-wrap: break-word !important;
        word-break: normal !important;
        hyphens: auto;
    }

    .top-navList,
    #header-content,
    .nav-Tem-two {
        height: 48px !important;
    }

    .nav-Tem-two {
        top: 96px !important;
        align-items: flex-start !important;
        justify-content: flex-start !important;
    }

    .tem-en-nav {
        width: 100% !important;
        margin: 0 !important;
        position: relative;
    }

    .nav-toggle-btn {
        display: flex !important;
        height: 48px;
        width: 56px;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 24px;
        cursor: pointer;
        user-select: none;
    }

    #layui-nav {
        display: none;
        position: absolute !important;
        top: 48px;
        left: 0;
        right: 0;
        width: 100% !important;
        max-height: calc(100vh - 144px);
        overflow-y: auto;
        background: #35477D !important;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
        white-space: normal !important;
        z-index: 1004;
    }

    #nav-toggle:checked ~ #layui-nav {
        display: block !important;
    }

    #layui-nav .layui-nav-item {
        display: block !important;
        float: none !important;
        width: 100% !important;
    }

    #layui-nav .layui-nav-item a {
        display: block !important;
        width: 100% !important;
        height: 44px;
        line-height: 44px;
        padding: 0 18px !important;
        white-space: nowrap;
    }

    #layui-nav .nav-active:after {
        left: 0 !important;
        right: auto !important;
        top: 8px;
        bottom: 8px !important;
        width: 3px;
        height: auto !important;
    }

    #layui-icon,
    .e-icon {
        display: none !important;
    }

    .news-page-en,
    .content-en {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
    }

    .content-en {
        padding: 28px 18px !important;
        line-height: 1.7 !important;
        font-size: 15px !important;
        overflow-wrap: break-word !important;
    }

    .content-en *,
    .news-page-en * {
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    .content-en p,
    .content-en li,
    .content-en span,
    .content-en a {
        overflow-wrap: anywhere;
        word-break: normal;
    }

    .content-en h1 {
        font-size: 26px !important;
        line-height: 1.25 !important;
    }

    .content-en h2 {
        font-size: 22px !important;
        line-height: 1.3 !important;
    }

    .content-en h3 {
        font-size: 19px !important;
        line-height: 1.35 !important;
    }

    .page-en img,
    .content-en img {
        max-width: 100% !important;
        height: auto !important;
    }

    .content-en a {
        overflow-wrap: anywhere;
    }

    .news-flex {
        width: 100% !important;
        padding: 0 18px !important;
    }

    .news-title-en {
        min-width: 0 !important;
    }

    .news-title-span {
        white-space: normal !important;
    }

    .zsy1,
    .zsypub,
    .zsysp,
    .zsycg {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 34px 18px !important;
    }

    .zsydate {
        display: grid !important;
        grid-template-columns: 1fr !important;
        width: 100% !important;
        margin-bottom: 24px !important;
        border-radius: 12px !important;
    }

    .zsy1date {
        float: none !important;
        width: 100% !important;
        padding: 22px 12px !important;
        border-right: 0 !important;
    }

    .zsy1nr,
    .zsy1pr,
    .zsypubnr,
    .story-left,
    .story-part {
        float: none !important;
        width: 100% !important;
        min-width: 0 !important;
    }

    .triangle {
        display: none !important;
    }

    .home-en {
        width: 100% !important;
    }

    .top-banner {
        height: 110px !important;
    }

    .top-banner .colorOne {
        line-height: 110px !important;
        font-size: 24px !important;
    }

    .layui-carousel,
    #test {
        height: 240px !important;
    }

    .rotation_chart {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover;
    }

    .footer {
        height: auto !important;
        min-height: 100px;
    }

    .footer-wrap {
        width: 100% !important;
        height: auto !important;
        min-height: 100px;
        padding: 18px;
    }

    .footer-right {
        text-align: center;
        line-height: 1.6 !important;
    }

    .venue-photo-grid {
        grid-template-columns: 1fr !important;
    }

    #responsive-table,
    .content-en table,
    .UEditorTable {
        width: 100% !important;
    }

    #responsive-table tr,
    #responsive-table tbody {
        width: 100% !important;
    }

    #responsive-table td {
        display: block !important;
        width: 100% !important;
        padding: 12px 8px !important;
    }
}

@media (min-width: 769px) and (max-width: 1280px) {
    .header-Tem-two-flex,
    .footer-wrap {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    #layui-nav .layui-nav-item a {
        padding-left: 7px !important;
        padding-right: 7px !important;
        font-size: 14px !important;
    }
}

@media (min-width: 1281px) {
    #layui-nav .layui-nav-item a {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
}
