.slideshow {
    height: 400px;
    object-fit: cover;
}

.index-banner-app { display: none; }


/* 旧站头部与 Bootstrap 同名 .navbar 的兼容覆盖 */
header.header {
    position: relative;
    z-index: 20;
    background: #fff;
}
header.header .header-top2 {
    height: 116px;
    overflow: visible;
}
header.header .navbar {
    display: block;
    float: left;
    width: 39%;
    height: 116px;
    padding: 0;
    margin: 0;
    background: transparent;
}
header.header .navbar .logo {
    width: 112px;
    height: 116px;
    line-height: 116px;
}
header.header .navbar .logo img {
    display: block;
    width: 100px;
    max-width: none;
    height: auto;
    vertical-align: middle;
}
header.header .logoms {
    width: 285px;
    padding-top: 32px;
    white-space: nowrap;
}
header.header .logoms h1 {
    font-size: 20px;
    line-height: 1.35;
    margin-bottom: 4px;
}
header.header .logoms h3 { font-size: 14px; line-height: 1.3; }
header.header .nav-menu {
    float: left;
    width: 61%;
    height: 116px;
}
header.header .nav-list { height: 116px; }
header.header .nav-list > li > .category-item > a {
    line-height: 116px;
    padding: 0 22px;
}
header.header .category-item .dropmenu:not(:has(.drmenu-item)),
header.header .category-item:hover .dropmenu:not(:has(.drmenu-item)) {
    display: none;
}

@media (max-width: 1100px) {
    header.header .navbar { width: 34%; }
    header.header .nav-menu { width: 66%; }
    header.header .logoms { display: none; }
    header.header .nav-list > li > .category-item > a { padding: 0 12px; }
}

@media (max-width: 767px) {
    body { padding-top: 58px; }
    header.header {
        position: fixed;
        top: 0;
        left: 3%;
        width: 100%;
        z-index: 1000;
    }
    header.header .header-top { display: none; }
    header.header .header-top2,
    header.header .navbar,
    header.header .navbar .logo,
    header.header .nav-list { height: 58px; }
    header.header .header-top2 { width: 100%; }
    header.header .navbar { position: relative; float: none; width: 100%; }
    header.header .navbar .logo { line-height: 58px; }
    header.header .navbar .logo {
        display: flex;
        align-items: center;
        width: 90px;
        overflow: hidden;
    }
    header.header .navbar .logo img {
        width: auto;
        max-width: 90px;
        height: 44px;
        object-fit: contain;
    }
    header.header .navbar-togger {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1001;
        display: block;
        width: 58px;
        height: 58px;
        padding: 17px 15px;
        box-sizing: border-box;
        cursor: pointer;
    }
    header.header .nav-menu,
    header.header.open-menu .nav-menu {
        position: absolute !important;
        top: 58px !important;
        left: 0 !important;
        right: 0 !important;
        bottom: auto !important;
        z-index: 1000;
        display: none;
        float: none;
        width: 100% !important;
        height: auto !important;
        max-height: calc(100vh - 58px);
        padding: 0;
        overflow-x: hidden;
        overflow-y: auto;
        background: #fff;
        border-top: 1px solid #e5e5e5;
        box-shadow: 0 10px 24px rgba(0, 0, 0, .12);
        visibility: hidden;
    }
    header.header.open-menu .nav-menu {
        display: block;
        visibility: visible;
    }
    header.header .nav-list,
    header.header.open-menu .nav-list {
        height: auto !important;
        margin: 0;
        padding: 8px 0;
        float: none;
    }
    header.header .nav-list > li,
    header.header.open-menu .nav-list > li {
        float: none;
        width: 100%;
        margin: 0;
        border-bottom: 1px solid #f0f0f0;
    }
    header.header .nav-list > li > .category-item > a {
        height: auto;
        margin-right: 0;
        padding: 0 20px;
        line-height: 44px;
    }
    header.header .nav-list .dropmenu { display: none !important; }
}

@media (max-width: 767px) {
    .about1 {
        margin-bottom: 20px;
    }
    .about2-cont-head {
        flex-wrap: wrap;
    }
    .about2-cont-head .title,
    .about2-cont-head .text,
    .about2-cont-head .about2-cont-head-more {
        width: 100%;
    }
    .about2-cont-head .title {
        text-align: center;
    }
    .about2-cont-head .text {
        flex: none;
        margin: 0 0 12px;
        font-size: 14px;
        text-align: center;
    }
    .about2-cont-head .about2-cont-head-more {
        justify-content: center;
        margin-bottom: 0;
    }
    .about1-cont-left img {
        display: block;
    }
    .abou1-cont-right {
        position: static;
        width: 100%;
        height: auto;
        padding: 24px 5% 0;
        box-sizing: border-box;
    }
    .abou1-cont-right .fu_title {
        margin-bottom: 4px;
    }
    .abou1-cont-right .title {
        margin-bottom: 12px;
    }
    .abou1-cont-right .desc {
        height: auto;
        max-height: none;
        margin-bottom: 18px;
        padding-right: 0;
        overflow: visible;
    }
    .index-banner-pc { display: none; }
    .index-banner-app { display: block; }
    .index-banner-app .banner-ms {
        margin-top: 24%;
        padding: 0 15px;
        text-align: center;
        text-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    }
    .index-banner-app .banner-ms h3 {
        margin-bottom: 8px;
        font-size: 24px;
        line-height: 1.35;
    }
    .index-banner-app .banner-ms h5 {
        font-size: 16px;
        line-height: 1.4;
    }
    .index-cont1-ms > ul {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 0 8px;
    }
    .index-cont1-ms2 ul {
        flex-wrap: wrap;
        gap: 0 8px;
    }
    .index-cont1-ms3 ul {
        height: auto;
        overflow: visible;
    }
    .index-cont1-ms3 li {
        float: left;
        width: 48%;
        margin: 1%;
        box-sizing: border-box;
    }
    .index-cont1-ms3 li .index-cont1-ms3-ms span {
        display: none;
    }
    .index-cont2-cont ul {
        display: flex;
        flex-wrap: wrap;
    }
    .index-cont2-cont li {
        float: none;
        width: 48%;
        margin: 1%;
        box-sizing: border-box;
    }
    .footer-lr1-right-ms > div:first-child {
        padding-right: 24px;
    }
    .footer-lr3 .ctm {
        font-size: 12px;
        line-height: 1.8;
    }
    .index-banner-app .banner-ms h3,
    .index-banner-app .banner-ms h5 {
        animation: mobileBannerText .7s ease both;
    }
    .index-banner-app .banner-ms h5 {
        animation-delay: .16s;
    }
}

@keyframes mobileBannerText {
    from { opacity: 0; transform: translateY(16px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes desktopBannerText {
    from { opacity: 0; transform: translateY(18px); }
    to { opacity: 1; transform: translateY(0); }
}

/* 首页 Banner 快捷入口：保持目标站信息层级，避免挤在主按钮下方 */
@media (min-width: 768px) {
    .index-banner-pc .banner-ms h3,
    .index-banner-pc .banner-ms h5,
    .index-banner-pc .banner-ms2,
    .index-banner-pc .banner-ms3 {
        animation: desktopBannerText .7s ease both;
    }
    .index-banner-pc .banner-ms h5 { animation-delay: .16s; }
    .index-banner-pc .banner-ms2 { animation-delay: .3s; }
    .index-banner-pc .banner-ms3 { animation-delay: .45s; }
    .index-banner-pc .banner-ms3 {
        position: absolute;
        left: 3%;
        bottom: 9%;
        width: min(660px, 58%);
        padding: 14px 0 14px 16px;
        background: rgba(0, 0, 0, .18);
        border-top: 1px solid rgba(255, 255, 255, .24);
        border-bottom: 1px solid rgba(255, 255, 255, .24);
        box-sizing: border-box;
    }
    .index-banner-pc .banner-ms3 ul {
        display: flex;
        margin: 0;
    }
    .index-banner-pc .banner-ms3 ul li {
        flex: 1;
        width: auto;
        min-height: 52px;
        padding: 0 18px;
        border-left: 1px solid rgba(255, 255, 255, .42);
        box-sizing: border-box;
    }
    .index-banner-pc .banner-ms3 ul li:first-child {
        border-left: 0;
    }
    .index-banner-pc .banner-ms3 li h3 {
        margin: 0 0 6px;
        font-size: 18px;
        line-height: 1.35;
        font-weight: 500;
        white-space: nowrap;
    }
    .index-banner-pc .banner-ms3 li p {
        margin: 0;
        font-size: 13px;
        line-height: 1.4;
        color: rgba(255, 255, 255, .72);
        transition: color .25s ease, transform .25s ease;
    }
    .index-banner-pc .banner-ms3 li:hover p {
        color: #fff;
        transform: translateX(3px);
    }
}

/* 分页：覆盖旧站 wy2.css 的同名规则 */
.lpage {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 32px 0 12px;
    font-size: 14px;
}
.lpage a,
.lpage span.page-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 13px;
    margin: 0;
    line-height: 1;
    color: #e60012;
    background: #fff;
    border: 1px solid #dce8ec;
    border-radius: 8px;
    font-family: inherit;
    font-size: 14px;
    transition: .2s ease;
}
.lpage a:hover {
    color: #fff;
    background: #e60012;
    border-color: #e60012;
}
.lpage a.page-num-current {
    color: #fff;
    background: #e60012;
    border-color: #e60012;
    box-shadow: 0 4px 10px rgba(230, 0, 18, .2);
}
@media (max-width: 576px) {
    .lpage { gap: 6px; margin-top: 24px; }
    .lpage a,
    .lpage span.page-num { min-width: 36px; height: 36px; padding: 0 10px; }
}

/* 发展历程独立模块 */
.about3-cont-nr2 .nf a { color: inherit; text-decoration: none; }
.history-detail .about3 { margin: 0 -15px; }
.history-detail-item { text-align: center; color: #fff; padding: 45px 15px 80px; }
.history-detail-item .nf { font-size: 60px; color: #fff; }
.history-detail-item .ms p { max-width: 760px; margin: 35px auto 0; font-size: 18px; line-height: 1.8; }
.about2-cont-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; }
.about2-cont-head-more { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.about2-cont-head-more i { display: block; width: 32px; height: 32px; color: #333; font-size: 32px; line-height: 30px; text-align: center; cursor: pointer; }
.about2-cont-head-more i:hover { color: #c31817; }
.about2-cont-head .text { flex: 1; margin: 0 20px 10px; color: #666; font-size: 18px; }
.about-qh { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }
.about-qh i { position: relative; z-index: 2; display: block; width: 36px; height: 36px; color: #555; font-family: FontAwesome !important; font-size: 32px; font-style: normal; line-height: 36px; text-align: center; cursor: pointer; opacity: 1; }
.about-qh i:hover { color: #c31817; }
.about2-cont-nr .team-desc { height: 120px; overflow: auto; color: #666; font-size: 14px; line-height: 20px; text-align: justify; }
.about2-cont-nr .team-desc p { margin: 0; }
.about6-cont-nr .img-div { height: 180px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.about6-cont-nr .img-div img { width: 100%; height: 100%; object-fit: contain; }
.index-cont5-cont-ms .img-div { height: 180px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.index-cont5-cont-ms .img-div img { width: 100%; height: 100%; object-fit: contain; }
.index-cont .about5 .about3-cont-head .text { display: block; text-align: center; }
.index-cont3-cont .swiper-button-prev,
.index-cont3-cont .swiper-button-next { background: #fff !important; transform: none; font-family: FontAwesome; font-size: 26px; line-height: 50px; text-align: center; color: #c7161d; }
.index-cont3-cont .swiper-button-prev:after { content: "\f104"; }
.index-cont3-cont .swiper-button-next:after { content: "\f105"; }
.index-cont3-cont-ms .team-copy { height: 120px; overflow: auto; color: #666; font-size: 15px; line-height: 1.8; text-align: justify; }
.index-cont3-cont-ms .team-copy p { margin: 0; }
.team-page .about2-cont-nr .team-copy { height: 80px; overflow: auto; color: #666; font-size: 14px; line-height: 20px; text-align: justify; }
.team-page .about2-cont-nr .team-copy p { margin: 0; }
.team-page .about-qh i { display: inline-block; width: 32px; color: #555; font-size: 30px; line-height: 32px; text-align: center; cursor: pointer; }
.team-page .about-qh i:hover { color: #c7161d; }
.index-cont6-cont-ms .img-div { height: 220px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.index-cont6-cont-ms .img-div img { width: 100%; height: 100%; object-fit: contain; }
.home-reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s ease; }
.home-reveal.is-visible { opacity: 1; transform: none; }
.footer-links { padding: 18px 0; background: #f7f7f7; border-top: 1px solid #eee; color: #888; font-size: 14px; }
.footer-links a { margin-right: 18px; color: #888; }
.footer-links a:hover { color: #c7161d; }
.footer-lr1-right .footer-lr3 { float: none !important; clear: both; display: table; width: auto; max-width: 100%; box-sizing: border-box; margin: 38px 0 0; padding-top: 15px; border-top: 1px dashed #d8d8d8; text-align: left; }
.footer-lr1-right .footer-lr3 { background: transparent !important; }
.footer-lr1-right .footer-lr3 p { margin: 0; }
.footer-lr1-right .footer-lr3 span { background: transparent !important; display: inline; height: auto; line-height: inherit; padding: 0; margin-left: 0; border: 0; color: #9e9e9e; cursor: default; }
.footer-lr1-right-ms { padding-bottom: 20px; }
.footer-lr1-right-ms .code img {
    width: 100px;
    height: 100px;
    max-width: 100%;
    object-fit: contain;
}
@media (prefers-reduced-motion: reduce) {
  .home-reveal { opacity: 1; transform: none; transition: none; }
}
.contact-checkcode { display: flex; align-items: stretch; gap: 12px; margin-bottom: 25px; }
.contact-page .contact1-ms p { display: block; margin: 0 0 10px; padding: 0; font-size: 18px; line-height: 1.5; }
.contact-page .contact1-ms textarea { margin-bottom: 25px; }
.contact-page .contact-checkcode + .anniu { margin-top: 0; }
.contact-checkcode input { flex: 1; width: auto; height: 42px; margin-bottom: 0; box-sizing: border-box; }
.contact-checkcode img { display: block; width: 120px; height: 42px; object-fit: fill; cursor: pointer; }

.company-profile-page .content { max-width: 920px; margin: 0 auto 80px; font-size: 16px; line-height: 2; color: #444; }
.company-profile-page .content p { margin: 0 0 24px; }
.company-profile-page > h2 { font-size: 28px; line-height: 1.4; text-align: center; }
@media (max-width: 767px) { .company-profile-page > h2 { font-size: 22px; } }
@media (max-width: 767px) {
    .about2-cont-head { align-items: center; }
    .about2-cont-head-more { gap: 8px; }
    .about2-cont-head-more i { width: 28px; height: 28px; font-size: 28px; line-height: 26px; }
}
.archive-title { margin: 24px 0 4px; color: #222; font-size: 28px; font-weight: 700; }
.archive-subtitle { margin: 0 0 24px; color: #999; font-size: 14px; }
.archive-subtitle strong { color: #c7161d; font-weight: 500; }
.archive-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin-bottom: 30px; }
.archive-card { min-width: 0; overflow: hidden; background: #fff; border: 1px solid #eee; transition: transform .25s, box-shadow .25s; }
.archive-card:hover { transform: translateY(-4px); box-shadow: 0 12px 28px rgba(20, 35, 55, .1); }
.archive-card-thumb { display: block; height: 190px; overflow: hidden; background: #f5f6f8; }
.archive-card-thumb img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.archive-card:hover .archive-card-thumb img { transform: scale(1.04); }
.archive-card-body { padding: 18px 20px 20px; }
.archive-card-meta { display: flex; justify-content: space-between; gap: 12px; color: #a2a2a2; font-size: 12px; }
.archive-card-meta span { overflow: hidden; color: #c7161d; white-space: nowrap; text-overflow: ellipsis; }
.archive-card h2 { height: 52px; margin: 12px 0 8px; overflow: hidden; font-size: 18px; line-height: 1.45; }
.archive-card h2 a { color: #222; }
.archive-card h2 a:hover { color: #c7161d; }
.archive-card p { height: 44px; margin: 0 0 16px; overflow: hidden; color: #888; font-size: 13px; line-height: 1.7; }
.archive-more { color: #c7161d; font-size: 13px; }
.archive-more i { margin-left: 4px; }
.archive-search { display: flex; max-width: 560px; margin: 10px auto 50px; }
.archive-search input { flex: 1; min-width: 0; height: 42px; padding: 0 16px; border: 1px solid #ddd; outline: 0; }
.archive-search input:focus { border-color: #c7161d; }
.archive-search button { width: 92px; border: 0; color: #fff; background: #c7161d; cursor: pointer; }
@media (max-width: 767px) { .archive-title { font-size: 24px; } .archive-grid { grid-template-columns: 1fr; gap: 16px; } .archive-card { display: flex; } .archive-card-thumb { flex: 0 0 38%; height: 145px; } .archive-card-body { padding: 14px; } .archive-card h2 { height: 46px; margin: 8px 0 4px; font-size: 16px; } .archive-card p { height: 38px; margin-bottom: 8px; font-size: 12px; } }

/* 全站移动端收口 */
@media (max-width: 767px) {
    html, body { overflow-x: hidden; }
    .container, .container-middle, .index-container { width: calc(100% - 30px) !important; }
    .ny-banner img { min-height: 105px; object-fit: cover; object-position: center; }
    .content, .ny_content, .news-dt-cont, .article-content { overflow-wrap: anywhere; }
    .content img, .ny_content img, .news-dt-cont img, .article-content img { max-width: 100% !important; height: auto !important; }
    .content table, .ny_content table, .news-dt-cont table, .article-content table { display: block; max-width: 100%; overflow-x: auto; }
    .index-bt h5, .index-cont3-bt h5, .index-cont5-cont-left span, .index-cont5-cont-right span { white-space: normal; overflow-wrap: anywhere; }
    .vedio-cat ul { display: flex; flex-wrap: wrap; gap: 8px; }
    .vedio-cat ul li { width: calc(50% - 4px) !important; margin: 0 !important; text-align: center; }
    .vedio-cat ul li a { display: block; min-height: 42px; padding: 5px 8px; line-height: 30px; }
    .footer-lr1-right .footer-lr3 { display: block; width: 100%; margin-top: 28px; text-align: center; }
    .footer-lr1-right .footer-lr3 .ctm { margin: 0; line-height: 2; }
    .footer-lr1-right .footer-lr3 span { white-space: normal; }
    .app-kf { padding-bottom: env(safe-area-inset-bottom); }
    body { padding-bottom: 49px; }
    input, textarea, select, button { max-width: 100%; box-sizing: border-box; }
}
