@charset "utf-8";

*,
*::before,
*::after {
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

.frame {
    width: 100%;
}

.index_news_link {
    display: block;
    color: inherit;
}

.index_news_link::after {
    display: table;
    clear: both;
    content: "";
}

.activity_card,
.social_card {
    display: block;
    height: 100%;
    color: #000;
}

.activity_img img,
.social_listimg img {
    display: block;
    height: 100%;
    object-fit: cover;
}

.social_img img,
.culture_img img {
    display: block;
}

.culture_activity_content ul::after,
.social_content ul::after {
    display: table;
    clear: both;
    content: "";
}

.culture_activity_content li:nth-child(4n),
.social_content li:nth-child(3n) {
    margin-right: 0;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.mobile-menu-toggle,
.submenu-toggle,
.mobile-menu-overlay {
    display: none;
}

.header::after,
.foot::after,
.index_pros_content ul::after {
    display: table;
    clear: both;
    content: "";
}

@media (max-width: 1360px) {
    .header,
    .index_about_content,
    .index_pros_content,
    .index_news,
    .index_partner_title,
    .index_partner_img,
    .index_history_title,
    .mod-03,
    .foot {
        width: calc(100% - 48px);
        max-width: 1300px;
    }

    nav {
        margin-right: 0;
    }

    nav .menu-ul li {
        margin-left: 48px;
    }

    .index_pros_content ul {
        display: flex;
        gap: 24px;
    }

    .index_pros_content li,
    .index_pros_content li.index_pro_last {
        width: calc((100% - 72px) / 4);
        margin-right: 0;
    }

    .index_pros_name {
        width: 100%;
    }

    .index_news_content {
        width: calc(100% - 510px);
        padding: 0 36px;
    }

    .index_partner {
        padding-right: 24px;
        padding-left: 24px;
    }

    .about-page .about_content,
    .about-page .about_place_content {
        width: calc(100% - 48px);
        max-width: 1300px;
    }

    .about-page .about_content {
        display: flex;
        flex-wrap: wrap;
        gap: 5%;
        align-items: flex-start;
    }

    .about-page .about_img {
        float: none;
        width: 45%;
        height: auto;
    }

    .about-page .about_img img,
    .about-page .about_place_img img {
        display: block;
        height: auto;
    }

    .about-page .about_intro {
        float: none;
        width: 50%;
        margin-left: auto;
    }

    .about-page .about_place_intro {
        display: flex;
        gap: 5%;
        align-items: center;
    }

    .about-page .about_place_img,
    .about-page .about_place_img.right {
        float: none !important;
        flex: 0 0 40%;
        width: 40%;
        height: auto;
    }

    .about-page .about_place_txt {
        float: none;
        flex: 1 1 auto;
        width: auto;
        margin: 25px 0;
    }

    .culture-page .culture_content,
    .culture-page .culture_activity_title,
    .culture-page .culture_activity_content {
        width: calc(100% - 48px);
        max-width: 1300px;
    }

    .culture-page .culture {
        display: flex;
        float: none;
        gap: 5%;
        align-items: center;
        margin-bottom: 88px;
    }

    .culture-page .culture_reverse {
        flex-direction: row-reverse;
    }

    .culture-page .culture_img,
    .culture-page .culture_img.right {
        float: none !important;
        flex: 0 0 50%;
        width: 50%;
        height: auto;
        padding-bottom: 0;
    }

    .culture-page .culture_intro,
    .culture-page .culture_intro.left {
        float: none !important;
        flex: 1 1 auto;
        width: auto;
    }

    .culture-page .culture_intro_vision {
        display: block;
        margin-top: 0 !important;
    }

    .culture-page .culture_intro_title {
        margin-top: 0;
    }

    .culture-page .culture_introtxt {
        float: none;
        margin-top: 52px;
    }

    .culture-page .culture_activity_content ul {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 42px 28px;
    }

    .culture-page .culture_activity_content li,
    .culture-page .culture_activity_content li.lilast {
        float: none;
        width: auto;
        height: auto;
        min-width: 0;
        margin: 0 !important;
    }

    .culture-page .activity_card,
    .social-page .social_card {
        overflow: hidden;
        background: #fff;
        border: 1px solid #ededed;
        transition: transform .2s ease, box-shadow .2s ease;
    }

    .culture-page .activity_img {
        width: 100%;
        height: auto;
        aspect-ratio: 286 / 200;
        overflow: hidden;
    }

    .culture-page .activity_date,
    .culture-page .activity_title,
    .culture-page .activity_brief {
        margin-right: 18px;
        margin-left: 18px;
    }

    .culture-page .activity_title {
        min-height: 48px;
    }

    .culture-page .activity_brief {
        display: -webkit-box;
        min-height: 72px;
        margin-top: 12px;
        margin-bottom: 20px;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .social-page .social_img {
        float: none;
        width: 45%;
        height: auto;
        margin-bottom: 200px;
    }

    .social-page .social_content {
        width: 100%;
        margin: 0 auto 80px;
    }

    .social-page .social_content ul {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 44px 36px;
    }

    .social-page .social_content li,
    .social-page .social_content li.lilast {
        float: none;
        width: auto;
        height: auto;
        min-width: 0;
        margin: 0 !important;
    }

    .social-page .social_listimg {
        width: 100%;
        height: auto;
        margin-bottom: 0;
        aspect-ratio: 350 / 226;
        overflow: hidden;
    }

    .social-page .social_title {
        height: auto;
        min-height: 72px;
        padding: 20px 20px 8px;
        font-size: 18px;
        line-height: 28px;
    }

    .social-page .social_brief {
        display: -webkit-box;
        min-height: 92px;
        padding: 0 20px;
        margin: 8px 0 22px;
        overflow: hidden;
        line-height: 24px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
    }

    .news-page .news-content {
        width: calc(100% - 48px);
        max-width: 1300px;
    }
}

@media (max-width: 1100px) {
    .logo img {
        height: 54px;
    }

    .logo {
        margin-top: 13px;
    }

    nav .menu-ul li {
        margin-left: 28px;
    }

    nav .menu-ul li a {
        font-size: 16px;
    }

    .culture-page .culture_activity_content ul {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 992px) {
    .index_about_content {
        margin-top: 72px;
        margin-bottom: 72px;
    }

    .index_pros_content ul {
        flex-wrap: wrap;
    }

    .index_pros_content li,
    .index_pros_content li.index_pro_last {
        width: calc(50% - 12px);
    }

    .index_news_link {
        display: flex;
        align-items: center;
    }

    .index_news_img {
        width: 34%;
        height: auto;
        margin-left: 24px;
    }

    .index_news_img img {
        display: block;
        height: auto;
    }

    .index_news_content {
        width: calc(66% - 92px);
        padding: 0 24px;
    }

    .index_news_more {
        width: 44px;
        flex: 0 0 44px;
    }

    .culture-page .culture_activity_content ul,
    .social-page .social_content ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    body.mobile-nav-open {
        overflow: hidden;
    }

    header {
        position: relative;
        z-index: 1300;
        height: 64px;
        max-height: 64px;
    }

    .header {
        width: 100%;
        height: 64px;
        padding: 0 16px;
    }

    .logo {
        float: left;
        margin-top: 9px;
    }

    .logo a {
        display: block;
        white-space: nowrap;
    }

    .logo img {
        width: auto;
        height: 46px;
    }

    .mobile-menu-toggle {
        position: relative;
        z-index: 1301;
        display: block;
        float: right;
        width: 44px;
        height: 44px;
        margin-top: 10px;
        background: transparent;
        cursor: pointer;
    }

    .mobile-menu-icon,
    .mobile-menu-icon::before,
    .mobile-menu-icon::after {
        position: absolute;
        left: 8px;
        display: block;
        width: 28px;
        height: 2px;
        background: #222;
        transition: transform .25s ease, background .25s ease, top .25s ease;
        content: "";
    }

    .mobile-menu-icon {
        top: 21px;
    }

    .mobile-menu-icon::before {
        top: -8px;
        left: 0;
    }

    .mobile-menu-icon::after {
        top: 8px;
        left: 0;
    }

    .mobile-nav-open .mobile-menu-icon {
        background: transparent;
    }

    .mobile-nav-open .mobile-menu-icon::before {
        top: 0;
        transform: rotate(45deg);
    }

    .mobile-nav-open .mobile-menu-icon::after {
        top: 0;
        transform: rotate(-45deg);
    }

    #site-navigation {
        position: fixed;
        top: 0;
        right: -360px;
        z-index: 1300;
        float: none;
        width: min(86vw, 340px);
        height: 100vh;
        height: 100dvh;
        padding: 72px 20px 24px;
        margin: 0;
        overflow-y: auto;
        background: #fff;
        box-shadow: -8px 0 24px rgba(0, 0, 0, .16);
        transition: right .25s ease;
    }

    .mobile-nav-open #site-navigation {
        right: 0;
    }

    .mobile-menu-overlay {
        position: fixed;
        inset: 0;
        z-index: 1200;
        display: block;
        visibility: hidden;
        background: rgba(0, 0, 0, .45);
        opacity: 0;
        transition: opacity .25s ease, visibility .25s ease;
    }

    .mobile-nav-open .mobile-menu-overlay {
        visibility: visible;
        opacity: 1;
    }

    #site-navigation .menu-ul > li {
        position: relative;
        float: none;
        width: 100%;
        margin-left: 0;
        border-bottom: 1px solid #eee;
    }

    #site-navigation .menu-ul > li > a {
        padding: 0 44px 0 8px;
        font: 16px/52px "sourcehansans", "Microsoft Yahei", sans-serif;
    }

    #site-navigation .menu-ul > li > a.active,
    #site-navigation .menu-ul > li > a:hover {
        color: #d4202e;
        border-bottom: 0;
    }

    .submenu-toggle {
        position: absolute;
        top: 4px;
        right: 0;
        z-index: 2;
        display: block;
        width: 44px;
        height: 44px;
        background: transparent;
        cursor: pointer;
    }

    .submenu-toggle span,
    .submenu-toggle span::after {
        position: absolute;
        top: 21px;
        left: 14px;
        width: 16px;
        height: 2px;
        background: #555;
        content: "";
    }

    .submenu-toggle span::after {
        top: 0;
        left: 0;
        transform: rotate(90deg);
        transition: transform .2s ease;
    }

    .submenu-toggle[aria-expanded="true"] span::after {
        transform: rotate(0);
    }

    #site-navigation li:hover .dropdown-menu {
        display: none;
    }

    #site-navigation li.submenu-open > .dropdown-menu {
        display: block;
    }

    #site-navigation .dropdown-menu {
        position: static;
        width: 100%;
        height: auto;
        padding: 0 0 12px 16px;
        background: #f7f7f7;
        opacity: 1;
        filter: none;
    }

    #site-navigation .menu-left {
        display: none;
    }

    #site-navigation .menu-center {
        float: none;
        width: 100%;
        height: auto;
        padding: 6px 12px;
        border-left: 0;
    }

    #site-navigation .menu-center li {
        float: none;
        border-bottom: 0;
    }

    #site-navigation .menu-center li a {
        padding: 0 4px;
        font: 14px/38px "sourcehansans", "Microsoft Yahei", sans-serif !important;
    }

    .about_banner > img {
        display: block;
        width: 100%;
        height: 128px;
        object-fit: cover;
        object-position: center;
    }

    .about_banner .about_nav {
        position: static;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 52px;
        overflow-x: auto;
        color: rgba(255, 255, 255, .7);
        white-space: nowrap;
        opacity: 1;
        filter: none;
    }

    .about_banner .about_nav a {
        flex: 0 0 auto;
        margin: 0 12px;
        font-size: 14px;
        line-height: 52px;
    }

    .about_banner .about_nav a.active {
        position: relative;
    }

    .about_banner .about_nav a.active::after {
        position: absolute;
        right: 8px;
        bottom: 8px;
        left: 8px;
        height: 2px;
        background: #fff;
        content: "";
    }

    .about-page {
        overflow: visible;
    }

    .about-page .about_content {
        display: block;
        width: 100%;
        padding: 52px 18px 56px;
        margin: 0 auto;
        overflow: visible;
    }

    .about-page .about_img {
        float: none;
        width: 100%;
        height: auto;
        margin-bottom: 0;
    }

    .about-page .about_img img {
        width: 100%;
        height: auto;
    }

    .about-page .about_intro {
        float: none;
        width: 100%;
        margin: 36px 0 0;
    }

    .about-page .about_intro_title {
        text-align: center;
    }

    .about-page .about_intro_title .cntitle {
        font-size: 28px;
        line-height: 40px;
    }

    .about-page .about_intro_title .entitle {
        font-size: 18px;
        line-height: 32px;
    }

    .about-page .about_intro_title .redflag,
    .about-page .about_intro_title .redflag.right {
        float: none !important;
        margin: 18px auto 0 !important;
    }

    .about-page .about_introtxt {
        float: none;
        margin-top: 26px;
        font-size: 15px;
        line-height: 30px;
        text-align: left;
    }

    .about-page .blocktriangle {
        display: none;
    }

    .about-page .about_place {
        padding: 52px 18px 16px;
    }

    .about-page .about_place_content {
        width: 100%;
        margin: 0 auto;
        overflow: visible;
    }

    .about-page .about_place_title,
    .about-page .about_place_title.right {
        float: none !important;
        width: 100%;
        margin-bottom: 26px;
        text-align: center !important;
    }

    .about-page .about_place_intro + .about_place_title {
        margin-top: 54px;
    }

    .about-page .about_place_title .cntitle {
        font-size: 22px;
        line-height: 32px;
    }

    .about-page .about_place_title .entitle {
        font-size: 15px;
        line-height: 26px;
    }

    .about-page .about_place_title .redflag,
    .about-page .about_place_title .redflag.right {
        float: none !important;
        margin: 16px auto 0 !important;
    }

    .about-page .about_place_intro {
        display: flex;
        float: none;
        flex-direction: column;
        gap: 0;
        width: 100%;
        margin-bottom: 38px;
    }

    .about-page .about_place_img,
    .about-page .about_place_img.right {
        order: 1;
        float: none !important;
        width: 100%;
        height: auto;
    }

    .about-page .about_place_img img {
        width: 100%;
        height: auto;
    }

    .about-page .about_place_txt {
        order: 2;
        float: none;
        width: 100%;
        margin: 22px 0 0;
        font-size: 15px;
        line-height: 30px;
        text-align: left;
    }

    .culture-page {
        overflow: visible;
    }

    .culture-page .culture_content {
        width: 100%;
        padding: 52px 18px 22px;
        margin: 0 auto;
        overflow: visible;
    }

    .culture-page .culture,
    .culture-page .culture_reverse {
        flex-direction: column;
        gap: 0;
        width: 100%;
        margin-bottom: 64px;
    }

    .culture-page .culture_img,
    .culture-page .culture_img.right {
        order: 2;
        float: none !important;
        width: 100%;
        height: auto;
    }

    .culture-page .culture_img img {
        width: 100%;
        height: auto;
    }

    .culture-page .culture_intro,
    .culture-page .culture_intro.left,
    .culture-page .culture_intro_vision {
        order: 1;
        display: block;
        float: none !important;
        width: 100%;
        margin: 0 0 34px !important;
    }

    .culture-page .culture_intro_title,
    .culture-page .culture_intro_vision .culture_intro_title,
    .culture-page .culture_intro_vision .cntitle,
    .culture-page .culture_intro_vision .entitle {
        text-align: center;
    }

    .culture-page .culture_intro_title .cntitle {
        font-size: 28px;
        line-height: 40px;
    }

    .culture-page .culture_intro_title .entitle {
        font-size: 18px;
        line-height: 32px;
    }

    .culture-page .culture_intro_title .redflag,
    .culture-page .culture_intro_title .redflag.right {
        float: none !important;
        margin: 18px auto 0 !important;
    }

    .culture-page .culture_introtxt {
        float: none;
        margin-top: 28px;
        text-align: center;
    }

    .culture-page .mission2025_title,
    .culture-page .vision2025_title {
        margin-top: 0;
        font-size: 27px;
        line-height: 38px;
        text-align: center;
    }

    .culture-page .mission2025_text,
    .culture-page .vision2025_text {
        margin-top: 18px;
        font-size: 16px;
        line-height: 30px;
        text-align: center;
    }

    .culture-page .blocktriangle {
        display: none;
    }

    .culture-page .culture_activity {
        padding: 52px 18px 58px;
    }

    .culture-page .culture_activity_title,
    .culture-page .culture_activity_content {
        width: 100%;
    }

    .culture-page .culture_activity_title {
        margin-bottom: 30px;
    }

    .culture-page .culture_activity_title .cntitle {
        font-size: 28px;
        line-height: 40px;
    }

    .culture-page .culture_activity_title .entitle {
        font-size: 18px;
        line-height: 32px;
    }

    .culture-page .culture_activity_content {
        margin: 0 auto;
    }

    .culture-page .activity_card,
    .social-page .social_card {
        box-shadow: 0 8px 24px rgba(0, 0, 0, .07);
    }

    .culture-page .activity_date {
        line-height: 42px;
    }

    .culture-page .activity_title {
        min-height: 0;
        font-size: 17px;
        line-height: 26px;
    }

    .culture-page .activity_brief {
        min-height: 0;
        font-size: 14px;
        line-height: 24px;
    }

    .social-page .social_img {
        float: none;
        width: 100%;
        height: auto;
        margin-bottom: 0;
    }

    .social-page .social_img img {
        width: 100%;
        height: auto;
    }

    .social-page .about_intro_title .entitle {
        font-size: 15px;
        line-height: 26px;
    }

    .social-page .social_projects {
        padding-bottom: 58px;
    }

    .social-page .social_content {
        width: 100%;
        margin: 0 auto;
    }

    .social-page .social_title {
        min-height: 0;
        padding: 18px 18px 6px;
        font-size: 17px;
        line-height: 27px;
    }

    .social-page .social_brief {
        min-height: 0;
        padding: 0 18px;
        margin: 8px 0 20px;
        font-size: 14px;
        line-height: 24px;
    }

    .news_banner > img {
        display: block;
        width: 100%;
        height: 128px;
        object-fit: cover;
        object-position: center;
    }

    .news-page {
        overflow: visible;
    }

    .news-page .news-content {
        width: 100%;
        padding: 0 18px 54px;
        margin: 0 auto;
        overflow: visible;
    }

    .news-page .news_breadcrumb {
        padding-bottom: 0;
    }

    .news-page .breadcrumb {
        width: 100%;
        padding: 24px 0 20px;
    }

    .news-page .breadcrumb > li,
    .news-page .breadcrumb li a {
        font-size: 14px;
        line-height: 22px;
    }

    .news-page .index_news_con {
        margin: 28px 0 0;
    }

    .news-page .index_news_container {
        margin-top: 24px;
    }

    .news-page .news_card {
        display: block;
        color: inherit;
    }

    .news-page [aria-busy="true"] {
        pointer-events: none;
        opacity: .55;
    }

    .news-page .news_pagination {
        width: 100%;
        overflow: visible;
    }

    .news-page ._page_container {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 36px;
        margin: 34px auto 12px;
        line-height: 34px;
    }

    .news-page ._page_container ._pages {
        display: flex;
        flex-wrap: wrap;
        gap: 5px;
        align-items: center;
        justify-content: center;
    }

    .news-page ._page_container li,
    .news-page ._page_container ._pages li {
        position: static;
        width: auto;
        min-width: 34px;
        height: 34px;
        padding: 0 8px;
        margin: 0;
        overflow: visible;
        line-height: 32px;
        background: #fff;
    }

    .news-page ._page_container ._prev,
    .news-page ._page_container ._next,
    .news-page ._page_container ._home,
    .news-page ._page_container ._last {
        min-width: 42px;
        height: 34px;
        padding: 0 7px;
        margin: 0;
        line-height: 34px;
        background: #fff;
        border: 1px solid #ddd;
    }

    .frame {
        width: 100%;
        height: 58.33vw;
        min-height: 220px;
        max-height: 520px;
    }

    .banner_img img {
        object-fit: cover;
    }

    .click_left,
    .click_right {
        top: 50%;
        display: block;
        width: 28px;
        transform: translateY(-50%);
        opacity: .72;
    }

    .click_left {
        left: 10px;
    }

    .click_right {
        right: 10px;
    }

    .number {
        bottom: 14px;
        height: 10px;
        line-height: 10px;
    }

    .numbers span {
        width: 8px;
        height: 8px;
        margin: 0 5px;
        border-width: 1px;
    }

    .home-page .cntitle {
        font-size: 28px;
        line-height: 40px;
    }

    .home-page .entitle {
        font-size: 18px;
        line-height: 32px;
    }

    .home-page .redflag,
    .home-page .whiteflag {
        margin-top: 18px !important;
    }

    .index_about {
        padding-bottom: 44px;
    }

    .index_about_content {
        width: 100%;
        padding: 54px 18px 24px;
        margin: 0 auto;
    }

    .index_aboutxt {
        margin-top: 28px;
        font-size: 15px;
        line-height: 30px;
        text-align: left;
    }

    .index_aboutmore {
        float: none;
        margin: 28px auto 0;
    }

    .index_pros_content {
        width: 100%;
        padding: 0 16px;
        margin: 30px auto 0;
    }

    .index_pros_content ul {
        gap: 16px;
    }

    .index_pros_content li,
    .index_pros_content li.index_pro_last {
        width: calc(50% - 8px);
    }

    .index_pros_name {
        padding: 0 8px;
        font-size: 16px;
        line-height: 54px;
    }

    .index_news {
        width: 100%;
        padding: 56px 16px 32px;
    }

    .index_news_con {
        margin: 30px 0 24px;
    }

    .index_news_sort {
        float: none;
        overflow: visible;
    }

    .index_news_sort > .nav {
        display: flex;
        padding-bottom: 4px;
        overflow-x: auto;
        scrollbar-width: thin;
    }

    .index_news_sort > .nav li {
        flex: 0 0 auto;
    }

    .index_news_sort > .nav li a {
        float: none;
        display: block;
        width: auto;
        min-width: 104px;
        height: 40px;
        margin-right: 8px;
        padding: 0 14px;
        font-size: 14px;
        line-height: 40px;
    }

    .index_news_container {
        float: none;
        margin-top: 24px;
    }

    .index_news_container li {
        position: relative;
        padding: 0 0 18px;
        margin-bottom: 18px;
        overflow: hidden;
    }

    .index_news_link {
        display: block;
        color: inherit;
    }

    .index_news_img {
        float: none;
        width: 100%;
        height: auto;
        margin-left: 0;
    }

    .index_news_img img {
        width: 100%;
        height: auto;
        aspect-ratio: 377 / 160;
        object-fit: cover;
    }

    .index_news_content {
        float: none;
        width: 100%;
        padding: 14px 18px 0;
    }

    .index_news_date {
        line-height: 28px;
    }

    .index_news_content .index_news_title {
        overflow: hidden;
        font-size: 17px;
        line-height: 28px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .index_news_txt {
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .index_news_more {
        position: absolute;
        right: 4px;
        bottom: 4px;
        float: none;
        width: 40px;
    }

    .arrow-right {
        margin: 0;
        transform: scale(.55);
        transform-origin: center;
    }

    .index_partner {
        padding: 56px 16px;
    }

    .index_partner_title,
    .index_partner_img {
        width: 100%;
    }

    .index_partner_img {
        margin: 30px auto 0;
    }

    .index_history {
        width: 100%;
        height: auto;
        min-height: 520px;
        padding: 56px 0 64px;
        background-position: center;
        background-size: cover;
    }

    .index_history_title,
    .mod-03 {
        width: 100%;
        padding-right: 16px;
        padding-left: 16px;
    }

    .mod-03 {
        margin-top: 36px;
    }

    .mod-03 .box-1 {
        float: none;
        width: 100%;
        background: none;
    }

    .mod-03 .box-1 .icon,
    .mod-03 .box-1 > img {
        display: none;
    }

    .mod-03 .title {
        position: static;
        display: flex;
        gap: 10px;
        padding-bottom: 10px;
        overflow-x: auto;
        transform: none !important;
        scrollbar-width: thin;
    }

    .mod-03 .title .tabs-tit,
    .mod-03 .title .tabs-tit:nth-child(n) {
        position: static;
        flex: 0 0 auto;
        padding: 8px 13px;
        color: rgba(255, 255, 255, .72);
        font-size: 16px;
        line-height: 24px;
        border: 1px solid rgba(255, 255, 255, .35);
        border-radius: 3px;
        transform: none !important;
    }

    .mod-03 .title .tabs-tit.selected {
        color: #fff;
        background: #d4202e;
        border-color: #d4202e;
    }

    .mod-03 .content {
        float: none;
        width: 100%;
        min-height: 180px;
        margin: 26px 0 0;
    }

    .mod-03 .content .con-1 {
        height: 62px;
        margin-bottom: 22px;
    }

    .mod-03 .content .con-1 .name {
        height: 63px;
        font-size: 38px;
        line-height: 60px;
    }

    .mod-03 .content .con-2,
    .mod-03 .TRS_Editor {
        font-size: 15px;
        line-height: 28px;
    }

    footer {
        padding: 48px 16px;
    }

    .foot {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        margin: 0;
        text-align: center;
    }

    .foot_left,
    .foot_qrcode,
    .foot_right {
        float: none;
    }

    .foot_left {
        margin-top: 0;
    }

    .foot_left img {
        max-width: 190px;
        margin-right: 0;
    }

    .foot_right {
        order: 2;
        width: 100%;
        margin-top: 28px;
        color: #f4f4f4;
    }

    .foot_qrcode {
        order: 3;
        margin-top: 24px;
    }

    .foot_links {
        line-height: 30px;
    }

    .foot_right a {
        display: inline-block;
        margin: 0 7px;
    }

    .index_icp {
        margin: 18px 0;
        text-align: center;
    }

    .index_icp img {
        max-width: 42px;
        height: auto;
    }

    .index_icp > img {
        width: 20px;
    }

    .foot_address {
        line-height: 24px;
    }
}

@media (max-width: 640px) {
    .culture-page .culture_activity_content ul,
    .social-page .social_content ul {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 480px) {
    .logo img {
        height: 40px;
    }

    .logo {
        margin-top: 12px;
    }

    .frame {
        min-height: 200px;
    }

    .about_banner > img {
        height: 108px;
    }

    .news_banner > img {
        height: 108px;
    }

    .about_banner .about_nav a {
        margin: 0 8px;
        font-size: 13px;
    }

    .about-page .about_content,
    .about-page .about_place {
        padding-right: 14px;
        padding-left: 14px;
    }

    .about-page .about_place_title .entitle {
        font-size: 13px;
        line-height: 22px;
    }

    .culture-page .culture_content,
    .culture-page .culture_activity {
        padding-right: 14px;
        padding-left: 14px;
    }

    .culture-page .culture_intro_title .entitle,
    .culture-page .culture_activity_title .entitle {
        font-size: 15px;
        line-height: 26px;
    }

    .culture-page .mission2025_title,
    .culture-page .vision2025_title {
        font-size: 24px;
        line-height: 34px;
    }

    .social-page .about_intro_title .entitle,
    .social-page .about_place_title .entitle {
        font-size: 12px;
        line-height: 21px;
    }

    .news-page .news-content {
        padding-right: 14px;
        padding-left: 14px;
    }

    .news-page ._page_container ._home,
    .news-page ._page_container ._last {
        display: none;
    }

    .index_pros_content li,
    .index_pros_content li.index_pro_last {
        width: 100%;
    }

    .index_pros_name {
        font-size: 17px;
    }

    .index_news_sort > .nav li a {
        min-width: 96px;
        padding: 0 10px;
    }
}

.contact-page,
.law-page {
    overflow: visible;
}

.contact-page .contact-content ul {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 54px;
}

.contact-page .contact-content li {
    float: none;
    width: auto;
    margin-right: 0;
}

.contact-page .contact_link {
    color: inherit;
    overflow-wrap: anywhere;
}

.law-page .law_content {
    box-sizing: border-box;
    width: 1300px;
    padding: 0 35px;
    margin: 0 auto 35px;
    overflow: auto;
    background: #fff;
}

.law-page .article-content {
    overflow-wrap: anywhere;
    word-break: normal;
}

.law-page .article-content h2 {
    font: bolder 22px/48px "微软雅黑";
}

.law-page .article-content h3 {
    font: bolder 18px/38px "微软雅黑";
}

.law-page .article-content img,
.law-page .article-content video,
.law-page .article-content iframe {
    max-width: 100%;
    height: auto;
}

@media (max-width: 1360px) {
    .contact-page .contact-content,
    .law-page .law_content {
        width: calc(100% - 48px);
        max-width: 1300px;
    }

    .contact-page .contact-content ul {
        gap: 24px;
    }

    .contact-page .contact_txt {
        width: auto;
        padding: 0 20px;
    }
}

@media (max-width: 768px) {
    .contact_banner > img,
    .law_banner > img {
        display: block;
        width: 100%;
        height: 128px;
        object-fit: cover;
        object-position: center;
    }

    .contact-page .contact-content {
        width: 100%;
        padding: 0 18px;
        margin: 0 auto 54px;
        overflow: visible;
    }

    .contact-page .contact-content ul {
        grid-template-columns: minmax(0, 1fr);
        gap: 18px;
    }

    .contact-page .contact-content li {
        width: 100%;
        height: auto;
        min-height: 0;
        padding: 28px 20px 30px;
        margin: 0;
    }

    .contact-page .contact_img {
        width: 84px;
        height: auto;
        margin: 0 auto;
    }

    .contact-page .contact_img img {
        display: block;
        width: 100%;
        height: auto;
    }

    .contact-page .contact_title {
        width: 100%;
        height: auto;
        margin: 18px auto 10px;
        font-size: 20px;
        line-height: 32px;
    }

    .contact-page .contact_txt {
        width: 100%;
        padding: 0;
        font-size: 16px;
        line-height: 28px;
        overflow-wrap: anywhere;
    }

    .law-page .law_content {
        width: 100%;
        padding: 0 18px;
        margin: 0 auto 48px;
        overflow: visible;
    }

    .law-page .article-content {
        float: none;
        width: 100%;
        padding: 28px 0;
        margin: 0;
        overflow: visible;
    }

    .law-page .article-content,
    .law-page .article-content p {
        font-size: 15px;
        line-height: 1.85;
        text-align: justify;
        overflow-wrap: anywhere;
        word-break: normal;
    }

    .law-page .article-content h2 {
        margin-bottom: 14px;
        font-size: 21px;
        line-height: 34px;
    }

    .law-page .article-content h3 {
        margin-top: 24px;
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 30px;
    }

    .law-page .article-content table {
        display: block;
        max-width: 100%;
        overflow-x: auto;
    }
}

@media (max-width: 480px) {
    .contact_banner > img,
    .law_banner > img {
        height: 108px;
    }

    .contact-page .contact-content {
        padding-right: 14px;
        padding-left: 14px;
    }

    .contact-page .contact-content li {
        padding-right: 16px;
        padding-left: 16px;
    }

    .law-page .law_content {
        padding-right: 14px;
        padding-left: 14px;
    }

    .law-page .article-content h2 {
        font-size: 20px;
        line-height: 32px;
    }

    .law-page .article-content h3 {
        font-size: 17px;
        line-height: 28px;
    }
}

.news-detail-page .news_detail_content {
    max-width: 1300px;
}

.news-detail-page .news_detail_breadcrumb {
    padding-bottom: 30px;
}

.news-detail-page .news_detail_breadcrumb .breadcrumb {
    box-sizing: border-box;
    width: 100%;
}

.news-detail-page .news_tag {
    align-items: center;
}

.news-detail-page .backbtn,
.news-detail-page .backbtn a {
    box-sizing: border-box;
}

.news-detail-page .backbtn a {
    display: block;
}

.news-detail-page .news_article_content {
    overflow-wrap: anywhere;
    word-break: normal;
}

@media (max-width: 1360px) {
    .news-detail-page .news_detail_content {
        width: calc(100% - 48px);
    }
}

@media (max-width: 768px) {
    .news-detail-page {
        overflow: visible;
    }

    .news-detail-page .news_detail_content {
        width: 100%;
        padding: 0 18px 54px;
        margin: 0 auto;
        overflow: visible;
    }

    .news-detail-page .news_detail_breadcrumb {
        padding-bottom: 0;
    }

    .news-detail-page .news_detail_breadcrumb .breadcrumb {
        display: flex;
        flex-wrap: wrap;
        gap: 4px 0;
        padding: 24px 0 20px;
    }

    .news-detail-page .news_detail_breadcrumb .breadcrumb > li,
    .news-detail-page .news_detail_breadcrumb .breadcrumb li a {
        font-size: 14px;
        line-height: 22px;
    }

    .news-detail-page .news_detail_breadcrumb_title {
        display: none;
    }

    .news-detail-page .news_detail_article {
        margin: 28px 0 0;
    }

    .news-detail-page .news_title {
        font-size: 24px;
        line-height: 36px;
        overflow-wrap: anywhere;
    }

    .news-detail-page .news_tag {
        float: none;
        flex-wrap: wrap;
        width: 100%;
        gap: 8px 0;
        margin-top: 14px;
        font-size: 14px;
        line-height: 24px;
    }

    .news-detail-page .news_date {
        margin-right: 16px;
        font-size: 14px;
        line-height: 24px;
    }

    .news-detail-page .article-read-img {
        width: 20px;
        height: 20px;
        margin-right: 4px;
    }

    .news-detail-page .read-count {
        line-height: 24px;
    }

    .news-detail-page .backbtn {
        position: static;
        width: auto;
        height: auto;
        padding: 5px 14px;
        margin-left: auto;
        line-height: 24px;
    }

    .news-detail-page .backbtn a {
        font-size: 14px;
        line-height: 24px;
    }

    .news-detail-page .news_article_content {
        float: none;
        width: 100%;
        padding: 0;
        margin: 34px 0 0;
        overflow: visible;
    }

    .news-detail-page .news_article_content,
    .news-detail-page .news_article_content p {
        font-size: 16px;
        line-height: 1.85;
        text-align: justify;
        overflow-wrap: anywhere;
        word-break: normal;
    }

    .news-detail-page .news_article_content img {
        display: block;
        max-width: 100% !important;
        height: auto !important;
        margin: 18px auto !important;
    }

    .news-detail-page .news_article_content video,
    .news-detail-page .news_article_content iframe {
        display: block;
        width: 100% !important;
        max-width: 100% !important;
        height: auto;
        margin: 18px auto;
    }

    .news-detail-page .news_article_content table {
        display: block;
        max-width: 100%;
        overflow-x: auto;
    }

    .news-detail-page .news_article_content pre {
        max-width: 100%;
        overflow-x: auto;
        white-space: pre-wrap;
    }
}

@media (max-width: 480px) {
    .news-detail-page .news_detail_content {
        padding-right: 14px;
        padding-left: 14px;
    }

    .news-detail-page .news_title {
        font-size: 22px;
        line-height: 32px;
    }

    .news-detail-page .backbtn {
        width: 100%;
        margin: 8px 0 0;
    }

    .news-detail-page .news_article_content,
    .news-detail-page .news_article_content p {
        font-size: 15px;
        line-height: 1.85;
    }
}

.productservice-page,
.productservice-page .productservice_content {
    overflow: visible;
}

.productservice-page .productservice_grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 60px;
}

.productservice-page .productservice_card,
.productservice-page .productservice_card.index_pro_last {
    float: none;
    width: auto;
    margin: 0;
    overflow: hidden;
}

.productservice-page .productservice_card img {
    display: block;
    width: 100%;
    height: auto;
}

.productservice-page .productservice_card .index_pros_name {
    box-sizing: border-box;
    width: 100%;
}

@media (max-width: 1360px) {
    .productservice-page .productservice_content {
        width: calc(100% - 48px);
        max-width: 1300px;
    }

    .productservice-page .productservice_grid {
        gap: 24px;
    }
}

@media (max-width: 992px) {
    .productservice-page .productservice_grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .productservice_banner > img {
        display: block;
        width: 100%;
        height: 128px;
        object-fit: cover;
        object-position: center;
    }

    .productservice-page .productservice_content {
        width: 100%;
        padding: 0 18px;
        margin: 30px auto 54px;
    }

    .productservice-page .productservice_grid {
        gap: 16px;
    }

    .productservice-page .productservice_card .index_pros_name {
        height: auto;
        min-height: 56px;
        padding: 0 10px;
        line-height: 56px;
    }
}

@media (max-width: 600px) {
    .productservice-page .productservice_grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .productservice-page .productservice_card,
    .productservice-page .productservice_card.index_pro_last {
        width: 100%;
        max-width: 390px;
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    .productservice_banner > img {
        height: 108px;
    }

    .productservice-page .productservice_content {
        padding-right: 14px;
        padding-left: 14px;
    }

    .productservice-page .productservice_card .index_pros_name {
        font-size: 17px;
    }
}

.jobs-page {
    overflow: visible;
}

.jobs-page .jobs_intro_section {
    background: none;
    padding: 120px 0 0;
}

.jobs-page .jobs_intro {
    width: 1300px;
    margin: 50px auto 10px;
    text-align: center;
}

.jobs-page .jobs_positionlist {
    margin-bottom: 100px;
    overflow: visible;
}

.jobs-page .jobs_table {
    width: 1200px;
    margin: 40px auto;
    font-family: "sourcehansans", "Microsoft Yahei", sans-serif;
    font-size: 16px;
}

.jobs-page .jobs_header,
.jobs-page .job_row {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    width: 100%;
    min-height: 40px;
    border-bottom: 1px dashed #dedede;
}

.jobs-page .jobs_header {
    background: #e4e4e4;
    border: 0;
    color: #666;
}

.jobs-page .jobs_header > li,
.jobs-page .job_row > li {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    min-height: 40px;
    padding: 6px 10px;
    color: #666;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    overflow-wrap: anywhere;
}

.jobs-page .jobs_header > li {
    font-size: 16px;
}

.jobs-page .job_detail_trigger {
    min-width: 88px;
    padding: 5px 12px;
    color: #fff;
    font: 14px/22px "sourcehansans", "Microsoft Yahei", sans-serif;
    background: #ff9913;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
}

.jobs-page .job_detail_trigger:hover,
.jobs-page .job_detail_trigger:focus {
    background: #d30a1a;
}

.jobs-page .job_mobile_details {
    display: none;
}

.jobs-page .joinhotline a {
    color: inherit;
    overflow-wrap: anywhere;
}

@media (max-width: 1360px) {
    .jobs-page .jobs_intro,
    .jobs-page .jobs_table {
        width: calc(100% - 48px);
        max-width: 1300px;
    }

    .jobs-page .jobs_table {
        max-width: 1200px;
    }
}

@media (max-width: 992px) {
    .jobs-page .jobs_intro_section {
        padding: 72px 24px;
    }

    .jobs-page .jobs_intro {
        width: 100%;
        margin: 28px auto 0;
        font-size: 15px;
        line-height: 30px;
        text-align: center;
    }

    .jobs-page .jobs_table {
        margin: 30px auto;
    }

    .jobs-page .jobs_header_item {
        display: none;
    }

    .jobs-page .jobs_list {
        display: grid;
        gap: 16px;
    }

    .jobs-page .job_item {
        overflow: hidden;
        background: #fff;
        border: 1px solid #e5e5e5;
        border-radius: 6px;
    }

    .jobs-page .job_row {
        display: block;
        min-height: 0;
        border: 0;
    }

    .jobs-page .job_row > li {
        position: relative;
        display: block;
        width: 100%;
        min-height: 46px;
        padding: 11px 14px 11px 118px;
        border-bottom: 1px solid #eee;
        font-size: 15px;
        line-height: 24px;
        text-align: left;
    }

    .jobs-page .job_row > li::before {
        position: absolute;
        top: 11px;
        left: 14px;
        width: 90px;
        color: #333;
        font-weight: 700;
        content: attr(data-label);
    }

    .jobs-page .job_action {
        display: none !important;
    }

    .jobs-page .job_mobile_details {
        display: block;
    }

    .jobs-page .job_mobile_details summary {
        padding: 13px 16px;
        color: #fff;
        font-size: 15px;
        line-height: 24px;
        text-align: center;
        background: #d30a1a;
        cursor: pointer;
        list-style-position: inside;
    }

    .jobs-page .job_mobile_details_content {
        padding: 4px 18px 20px;
    }

    .jobs-page .job_mobile_section {
        padding-top: 18px;
        color: #555;
        font-size: 14px;
        line-height: 1.8;
        overflow-wrap: anywhere;
    }

    .jobs-page .job_mobile_section + .job_mobile_section {
        margin-top: 18px;
        border-top: 1px solid #eee;
    }

    .jobs-page .job_mobile_section h3 {
        margin-bottom: 8px;
        color: #222;
        font-size: 17px;
        line-height: 28px;
        font-weight: 700;
    }
}

@media (max-width: 768px) {
    .jobs_banner > img {
        display: block;
        width: 100%;
        height: 128px;
        object-fit: cover;
        object-position: center;
    }

    .jobs-page .jobs_intro_section {
        padding: 56px 18px;
    }

    .jobs-page .jobs_positionlist {
        padding: 0 18px;
        margin-bottom: 54px;
    }

    .jobs-page .jobs_table {
        width: 100%;
    }

    .jobs-page .joinhotline {
        width: 100%;
        padding-top: 6px;
        font-size: 16px;
        line-height: 28px;
    }
}

@media (max-width: 480px) {
    .jobs_banner > img {
        height: 108px;
    }

    .jobs-page .jobs_intro_section,
    .jobs-page .jobs_positionlist {
        padding-right: 14px;
        padding-left: 14px;
    }

    .jobs-page .job_row > li {
        padding-left: 108px;
    }

    .jobs-page .job_row > li::before {
        width: 82px;
    }

    .jobs-page .job_mobile_details_content {
        padding-right: 16px;
        padding-left: 16px;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}
