* {
    outline: none;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
p,
blockquote,
th,
td,
header,
main,
footer,
aside,
section,
article,
nav {
    padding: 0;
    margin: 0;
}

fieldset,
img {
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ol,
ul {
    list-style-type: none;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-weight: normal;
    font-style: normal;
}

caption,
th {
    text-align: left;
}

/* ========== 年轻化大字体系统（外贸站·中英文兼顾） ========== */
body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'SF Pro Text', 'Segoe UI', Roboto, Helvetica, Arial, 'PingFang SC', 'Microsoft YaHei', system-ui, sans-serif;
    font-size: 18px;
    font-weight: 450;
    line-height: 1.5;
    color: #1A2C3E;
    background: var(--dis-bg);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 0.5em;
    letter-spacing: -0.01em;
}
h1 { font-size: 3rem; }
h2 { font-size: 2.4rem; }
h3 { font-size: 1.8rem; }
h4 { font-size: 1.5rem; }
h5 { font-size: 1.25rem; }
h6 { font-size: 1.1rem; }

p, li, .text-body {
    font-weight: 450;
    margin-bottom: 1rem;
    line-height: 1.5;
}

@media (max-width: 768px) {
    body {
        font-size: 16px;
        line-height: 1.5;
    }
    h1 { font-size: 2.4rem; }
    h2 { font-size: 2rem; }
    h3 { font-size: 1.6rem; }
    h4 { font-size: 1.3rem; }
}

p:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
}

a {
    text-decoration: none;
    transition: all 0.4s ease;
}

img {
    vertical-align: bottom;
}

input[type="text"],
input[type="hidden"],
input[type="button"],
input[type="radio"],
input[type="submit"],
input[type="checkbox"],
input[type="password"],
button,
textarea,
select {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    font-family: inherit;
    font-size: inherit;
    font-weight: 450;
}

img,
.menu span,
.header-right,
.header,
.header-right,
.search,
.search form,
.search-close,
.header-lang p,
.header-menu:before,
.sub-nav,
.banner .swiper-pagination span:before,
.banner .swiper-pagination span:after,
.habout-more,
.hys-more,
.hys-left .swiper-slide,
.hys-pag em samp,
.hys-item span,
.hlc-more,
.hlc-button .swiper-button-prev:before,
.hlc-button .swiper-button-prev:after,
.hlc-button .swiper-button-next:before,
.hlc-button .swiper-button-next:after,
.hnews-head span,
.hnews-info:before,
.hnews-info span,
.hnews-content .swiper-button-prev,
.hnews-content .swiper-button-next,
.hnews-age span,
.hnews-age em,
.hnews-age em:before,
.hnews-age samp,
.hcore-head span,
.hcore ul li,
.hcore-item,
.col-slide span:before,
.news-1right span,
.news-detail samp:before,
.news-item:before,
.news-cont span,
.news-page a:before,
.news-model:after,
.news-info span,
.news-info em:before,
.detail-2 span,
.detail-2 p,
.detail-2 em,
.detail-button .swiper-button-prev,
.detail-button .swiper-button-next,
.detail-info:before,
.detail-info span,
.about-3content ul li,
.about-5right ul,
.about-5right ul.ul1 li:before,
.about-5right ul.ul1 li span,
.about-5right ul.ul1 li p,
.about-5right ul.ul1 li p em,
.about-5right ul.ul1 li p samp,
.about-5right ul.ul2 li:before,
.about-5right ul.ul2 li span,
.about-5right ul.ul2 li p,
.about-5right ul.ul2 li p em,
.about-5right ul.ul2 li p samp,
.about-6left .swiper-slide,
.about-6item,
.about-6button .swiper-button-prev,
.about-6button .swiper-button-next,
.yewu-item samp,
.yewu-item span,
.yw-item,
.yw-head:before,
.yw-head span,
.ys-2more:before,
.ys-3more:before,
.ys-4more:before,
.ys-5more:before,
.ys-7more:before,
.ys-8more:before,
.yd-right ul li span,
.contact-3item,
.contact-5left .txt,
.contact-5left textarea,
.contact-5button:before,
.contact-5more,
.prop,
.prop-close,
.fugai-1right ul,
.fugai-1right ul li,
.fugai-2head span,
.fugai-2bg,
.fugai-2bottom span,
.fugai-2left .swiper-button-prev,
.fugai-2left .swiper-button-next,
.fugai-3left span,
.fugai-3item span,
.case-show,
.case-item span,
.zs .picslide em,
.zs-close,
.zs-left span,
.zs-button .swiper-button-prev,
.zs-button .swiper-button-next,
.zs-content .swiper-slide {
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: auto;
}

.swiper-button-prev,
.swiper-button-next {
    background: none;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    content: "";
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.hinge {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -ms-transform: translateY(40px);
        transform: translateY(40px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@keyframes suofang {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.04);
    }
}

.content {
    width: 100%;
}

/* ============================================================
   统一全局色彩变量、基础样式（所有页面共用）
   ============================================================ */
:root {
    --dis-red: #E31E24;
    --dis-red-dark: #B8181E;
    --dis-bg: #FCFAF8;
    --dis-card: #FFFFFF;
    --dis-text-dark: #0A1C2F;
    --dis-text-body: #2C3E50;
    --dis-text-light: #5A6B7F;
    --dis-black: #1A1A1A;
    --dis-gray-mid: #6B6B6B;
    --dis-gray-light: #F5F5F5;
    --dis-border: #E6E6E6;
    --shadow-sm: 0 12px 24px -10px rgba(0,0,0,0.04);
    --shadow-md: 0 20px 35px -12px rgba(0,0,0,0.08);
    --shadow-hover: 0 20px 35px -12px rgba(0,0,0,0.12);
    --transition: all 0.3s cubic-bezier(0.2,0.9,0.4,1);
}

body {
    background: var(--dis-bg);
    overflow-x: hidden;
}

.container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 40px;
}

.fade-up {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.7s cubic-bezier(0.2, 0.9, 0.4, 1.1), transform 0.7s cubic-bezier(0.2, 0.9, 0.4, 1.1);
}
.fade-up.visible {
    opacity: 1;
    transform: translateY(0);
}

.section {
    padding: 100px 0;
}
.section-sm {
    padding: 70px 0;
}
@media (max-width: 768px) {
    .section {
        padding: 70px 0;
    }
    .section-sm {
        padding: 50px 0;
    }
    .container {
        padding: 0 24px;
    }
}

.section-title {
    font-size: clamp(2.5rem, 6vw, 3.2rem);
    font-weight: 600;
    letter-spacing: -0.02em;
    text-align: center;
    margin-bottom: 1rem;
    color: #1A2C3E;
}
.section-title:after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: var(--dis-red);
    margin: 1rem auto 0;
    border-radius: 3px;
}
.section-sub {
    font-size: 1.2rem;
    font-weight: 450;
    color: #5A6874;
    text-align: center;
    max-width: 720px;
    margin: 0 auto 2.5rem;
    line-height: 1.5;
}

/* ============================================================
   统一面包屑样式（所有页面共用）
   ============================================================ */
.page-header {
    background: transparent;
    padding-top: 100px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.breadcrumb {
    font-size: 1rem;
    font-weight: 500;
    color: #5A6874;
    padding: 40px 0;
    max-width: 1440px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
}

.breadcrumb a {
    color: #1A2C3E;
    text-decoration: none;
    transition: color 0.2s;
    font-weight: 500;
}
.breadcrumb a:hover {
    color: #E31E24;
}
.breadcrumb .separator {
    margin: 0 8px;
    color: #C0C8D2;
}
.breadcrumb .current {
    color: #E31E24;
    font-weight: 600;
}

@media (max-width: 1000px) {
    .page-header {
        padding-top: 50px;
    }
}
@media (max-width: 768px) {
    .breadcrumb {
        padding-left: 24px;
        padding-right: 24px;
        font-size: 0.9rem;
    }
}

/* 头部样式合并（保持不变） */
.header {
    width: 100%;
    position: fixed;
    background: white;
    left: 0px;
    top: 0px;
    z-index: 1000;
    border-bottom: 1px rgba(255, 255, 255, 0.5) solid;
    height: 100px;
}

.logo {
    float: left;
    width: 190px;
    height: 100%;
    position: relative;
    margin-left: 8.335%;
}

.logo a {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}

.logo img {
    width: auto;
    height: 85px;
    position: absolute;
    left: 20%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.header-right {
    float: right;
    width: auto;
    height: 100%;
    margin-right: 6.335%;
    transform-origin: right center;
}

.search {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.6);
    z-index: 500;
    opacity: 0;
    visibility: hidden;
}

.search form {
    width: 80%;
    height: 100px;
    line-height: 60px;
    margin: 100px auto 0px;
    background: #fff;
    position: relative;
    transform: translateY(-100px);
}

.search form .txt {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
    box-sizing: border-box;
    font-size: 1rem;
    font-weight: 450;
    padding: 0px 20px 0px 60px;
}

.search form .bt {
    width: 50px;
    height: 100%;
    overflow: hidden;
    display: block;
    border: none;
    position: absolute;
    left: 0px;
    top: 0px;
    background: url("../images/icon-1.png") no-repeat center;
    cursor: pointer;
}

.search-close {
    width: 60px;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
    background: url("../images/close.png") no-repeat center;
}

.search-close:hover {
    transform: rotate(180deg);
}

.search.search-active {
    opacity: 1;
    visibility: visible;
}

.search.search-active form {
    transform: translateY(0px);
}

.header-right ul,
.header-right ul li,
.header-right ul li span {
    float: left;
    width: auto;
    height: 100%;
}

.header-right ul li {
    margin-left: 2vw;
    position: relative;
}

.header-right ul li span a {
    width: 100%;
    height: 100px;
    line-height: 100px;
    display: block;
    overflow: hidden;
    font-size: 1.2rem;
    font-weight: 700;
    color: #333;
}

.header-right ul li span a:hover {
    color: #f7050e;
}

.header-search {
    float: left;
    width: 21px;
    height: 100%;
    overflow: hidden;
    background: url("../images/icon-1.png") no-repeat center;
    margin-left: 3.5vw;
    cursor: pointer;
    background-size: 18px;
}

.header-lang {
    float: left;
    width: auto;
    height: 100%;
    position: relative;
    margin-left: 1.77vw;
}

.header-lang span {
    float: left;
    width: auto;
    line-height: 100px;
    padding-right: 16px;
    background: url("../images/icon-2.png") no-repeat right center;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 500;
    color: #8ea4b1;
}

.header-lang p {
    width: 80px;
    position: absolute;
    left: -28px;
    top: 85px;
    background: #fff;
    z-index: 12;
    box-shadow: 0px 0px 11px 6px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 5px 0px;
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
}

.header-lang p:before {
    width: auto;
    content: "";
    border-left: 7px transparent solid;
    border-right: 7px transparent solid;
    border-bottom: 7px #fff solid;
    position: absolute;
    left: 30px;
    top: -7px;
}

.header-lang p a {
    float: left;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 0.9rem;
    font-weight: 500;
    color: #222;
}

.header-lang p a:hover {
    color: #f7050e;
}

.header-lang:hover p {
    opacity: 1;
    transform: scale(1);
    visibility: visible;
}

.header-menu {
    width: 100px;
    height: 100%;
    background: #f7050e;
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
}

.header-menu:before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    background: url("../images/icon-3.png") no-repeat center;
    opacity: 1;
}

.header-menu span {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 12;
    display: block;
    transform: rotate(45deg);
    opacity: 0;
    -webkit-transition: all 0.6s ease 0.2s;
    -moz-transition: all 0.6s ease 0.2s;
    -ms-transition: all 0.6s ease 0.2s;
    -o-transition: all 0.6s ease 0.2s;
    transition: all 0.6s ease 0.2s;
}

.header-menu span:before {
    width: 2vw;
    height: 2px;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
}

.header-menu span:after {
    width: 2vw;
    height: 2px;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    background: #fff;
    transform: translate(-50%, -50%) rotate(90deg);
}

.header-menu span:hover {
    transform: rotate(-45deg);
}

.header.close .header-right {
    transform: scale(0);
}

.header.close .header-menu:before {
    opacity: 0;
}

.header.close .header-menu span {
    opacity: 1;
}

.header-active,
.header-on {
    background: #fff;
    box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.02);
}

.sub-nav {
    background: #fff;
    position: absolute;
    left: 50%;
    top: 100px;
    padding: 10px 0px;
    min-width: 180px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50%) scale(0);
    transform-origin: top;
    border-radius: 0px 0px 4px 4px;
    box-shadow: 0px 4px 12px 5px rgba(0, 0, 0, 0.02);
}

.sub-nav p {
    width: 100%;
    overflow: hidden;
}

.sub-nav p em {
    width: 100%;
    overflow: hidden;
    display: block;
    height: 36px;
    line-height: 36px;
    position: relative;
}

.sub-nav p em:before {
    width: 0%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    background: #f7050e;
    -webkit-transition: all 0.4s ease 0.05s;
    -moz-transition: all 0.4s ease 0.05s;
    -ms-transition: all 0.4s ease 0.05s;
    -o-transition: all 0.4s ease 0.05s;
    transition: all 0.4s ease 0.05s;
    z-index: 1;
}

.sub-nav p a {
    font-size: 0.9rem;
    font-weight: 500;
    color: #222;
    word-break: keep-all;
    text-align: center;
    width: 100%;
    display: block;
    padding: 0px 15px;
    box-sizing: border-box;
    position: relative;
    z-index: 12;
}

.sub-nav p em:hover a {
    color: #fff;
}

.sub-nav p em:hover:before {
    width: 100%;
}

.header-right ul li.active .sub-nav {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) scale(1);
}

.menu {
    display: none;
}

/* ============================================================
   页脚样式（年轻化・与首页协调）
   ============================================================ */
.footer {
    width: 100%;
    background: #ffffff;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    font-family: inherit;
}

.footer-1 {
    width: 83.33%;
    margin: 0 auto;
    padding: 60px 0 50px;
    overflow: hidden;
}

.footer-1left {
    float: left;
    width: 300px;
}

.footer-logo img {
    width: 180px;
    height: auto;
    max-width: 100%;
}

.contact-item {
    display: grid;
    grid-template-columns: 1.4rem 1fr;
    align-items: start;
    margin-bottom: 18px;
    gap: 0.2rem 0.6rem;
}

.contact-icon {
    grid-column: 1;
    grid-row: 1;
    width: 1.4rem;
    text-align: center;
    flex-shrink: 0;
    line-height: 1.4;
}
.contact-icon i {
    font-size: 1.1rem;
    color: #E31E24;
    display: inline-block;
    vertical-align: middle;
}

.contact-label {
    grid-column: 2;
    grid-row: 1;
    font-size: 0.95rem;
    font-weight: 550;
    color: #2C3E50;
    line-height: 1.45;
    letter-spacing: 0.3px;
}

.contact-content {
    grid-column: 2;
    grid-row: 2;
    font-size: 0.95rem;
    font-weight: 450;
    color: #2C3E50;
    line-height: 1.5;
    word-break: break-word;
    white-space: normal;
}

.contact-content a {
    color: #2C3E50;
    text-decoration: none;
    transition: color 0.2s ease;
}
.contact-content a:hover {
    color: #E31E24;
}

.footer-social-inline {
    margin-top: 28px;
}

.social-icons {
    display: flex;
    gap: 14px;
    align-items: center;
}

.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background: rgba(0, 0, 0, 0.04);
    border-radius: 50%;
    transition: all 0.25s ease;
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.social-svg {
    width: 18px;
    height: 18px;
    color: #5A6B7F;
    font-size: 18px;
}

.social-icon:hover {
    background: #E31E24;
    border-color: #E31E24;
    transform: translateY(-3px);
}
.social-icon:hover .social-svg {
    color: #FFFFFF;
}

.footer-1right {
    float: right;
    width: calc(100% - 300px - 80px);
    display: flex;
    justify-content: space-between;
}

.footer-1item {
    width: auto;
    min-width: 100px;
}

.footer-1item .h3 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #0A1C2F;
    text-align: center;
    margin-bottom: 1rem;
    position: relative;
    padding-bottom: 0.6rem;
}
.footer-1item .h3:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 32px;
    height: 2px;
    border-radius: 2px;
    background: #E31E24;
}

.footer-1item ul {
    margin-top: 0;
    list-style: none;
}

.footer-1item ul li {
    text-align: center;
    line-height: 1.6;
}
.footer-1item ul li a {
    font-size: 0.9rem;
    font-weight: 450;
    color: #5A6B7F;
    transition: color 0.2s;
    text-decoration: none;
}
.footer-1item ul li a:hover {
    color: #E31E24;
}

.footer-2 {
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    padding: 20px 8.335%;
    font-size: 0.85rem;
    font-weight: 450;
    color: #6C7A8E;
    overflow: hidden;
    background: #ffffff;
}
.footer-2 span {
    float: left;
}
.footer-2 span a {
    color: #6C7A8E;
    margin-left: 20px;
    text-decoration: none;
    font-weight: 450;
}
.footer-2 span a:hover {
    color: #E31E24;
}
.footer-2 p {
    float: right;
}
.footer-2 p a {
    color: #6C7A8E;
    text-decoration: none;
    font-weight: 450;
}
.footer-2 p a:hover {
    color: #E31E24;
}

@media (max-width: 1000px) {
    .footer-1 {
        width: 90%;
        padding: 50px 0 40px;
    }
    .footer-1left {
        width: 100%;
        text-align: center;
        margin-bottom: 40px;
    }
    .footer-1info {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .contact-item {
        width: 100%;
        max-width: 380px;
        text-align: left;
        margin-left: auto;
        margin-right: auto;
        grid-template-columns: 1.4rem 1fr;
    }
    .social-icons {
        justify-content: center;
    }
    .footer-1right {
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
        gap: 2rem;
    }
    .footer-1item {
        min-width: 120px;
    }
    .footer-2 span,
    .footer-2 p {
        float: none;
        text-align: center;
        display: block;
        margin: 5px 0;
    }
}

@media (max-width: 640px) {
    .footer-1item .h3 {
        font-size: 0.95rem;
    }
    .footer-1item ul li a {
        font-size: 0.8rem;
    }
    .footer-2 {
        text-align: center;
    }
    .footer-2 span a {
        margin: 0 8px;
    }
    .contact-label {
        font-size: 0.88rem;
    }
    .contact-content {
        font-size: 0.85rem;
    }
    .contact-icon i {
        font-size: 1rem;
    }
    .contact-item {
        margin-bottom: 14px;
        max-width: 340px;
    }
}

.footer-1info p {
    all: unset;
    display: none;
}
.footer-1info p i {
    all: unset;
}

/* ZS 模块及其他杂项 */
.zs {
    padding: 60px 0px;
}

.zs .h3 {
    font-size: 30px;
}

.zs-1 {
    margin: 40px auto 0px;
}

.zs-2item {
    margin: 40px 3.2% 0px 0px;
}

.zs-left {
    width: 60%;
    height: 27.8vw;
}

.zs-right {
    width: 36.68%;
}

.zs-right ul {
    height: 20vw;
}

.zs-right.zt {
    height: 27.8vw !important;
}

.zs-center {
    padding: 25px;
}

.zs-item span {
    font-size: 22px;
}

.zs-item p {
    font-size: 16px;
}

/* 分页样式 */
.pagebar {
    padding: 20px;
    overflow: hidden;
    clear: both;
}

.pagebar .pagination {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.pagination a {
    background: #fff;
    border: 1px solid #ccc;
    color: #333;
    font-size: 0.9rem;
    font-weight: 450;
    padding: 8px 10px;
    margin: 0 2px;
    border-radius: 3px;
    line-height: 100%;
}

.pagination span {
    color: #333;
    font-size: 0.9rem;
    padding: 7px 2px;
    margin: 0 2px;
    border-radius: 3px;
}

.pagination a:hover {
    color: #333;
    border: 1px solid #333;
}

.pagination a.page-num-current {
    color: #fff;
    background: #333;
    border: 1px solid #333;
}

.pagination .st {
    font-family: 宋体;
}

.text-secondary {
    text-align: center;
    padding: 20px 0;
}

@media screen and (max-width: 1440px) {
    .header {
        height: 60px;
    }
    .logo {
        width: 150px;
    }
    .header-right ul li {
        margin-left: 1.2vw;
    }
    .header-right ul li span a {
        height: 60px;
        line-height: 60px;
        font-size: 1rem;
    }
    .header-search {
        margin-left: 2.5vw;
        background-size: 18px;
    }
    .header-lang span {
        line-height: 60px;
        font-size: 0.95rem;
    }
    .header-menu {
        width: 80px;
    }
    .sub-nav {
        top: 60px;
    }
    .sub-nav p a {
        font-size: 0.8rem;
    }
    .footer-1 {
        margin: 50px auto 0px;
        padding-bottom: 50px;
    }
    .footer-1left {
        width: 240px;
    }
    .footer-1info {
        margin-top: 20px;
    }
    .footer-1info p {
        line-height: 26px;
    }
    .footer-1info p a {
        font-size: 0.9rem;
    }
    .footer-1line {
        margin-top: 16px;
    }
    .footer-1line span {
        font-size: 12px;
        margin-top: 12px;
    }
    .footer-1right {
        width: calc(100% - 240px - 60px);
    }
    .footer-1item .h3 {
        padding-bottom: 20px;
    }
    .footer-1item .h3:before {
        width: 30px;
    }
    .footer-1item ul {
        margin-top: 12px;
    }
    .footer-1item ul li {
        line-height: 30px;
    }
    .footer-1item ul li a {
        font-size: 0.8rem;
    }
    .footer-2 {
        font-size: 0.75rem;
    }
    .footer-2 span a {
        margin-left: 12px;
    }
}

@media screen and (max-width: 1280px) {
    .footer-1 {
        margin: 40px auto 0px;
        padding-bottom: 40px;
    }
    .footer-1left {
        width: 200px;
    }
    .footer-1info {
        margin-top: 18px;
    }
    .footer-1info p {
        line-height: 24px;
    }
    .footer-1right {
        width: calc(100% - 200px - 40px);
    }
    .footer-1item .h3 {
        padding-bottom: 14px;
    }
    .footer-1item .h3:before {
        width: 24px;
    }
    .footer-1item ul {
        margin-top: 10px;
    }
    .footer-1item ul li {
        line-height: 28px;
    }
    .footer-1item ul li a {
        font-size: 0.75rem;
    }
    .header-right ul li {
        margin-left: 1vw !important;
    }
    .zs-1 {
        margin-top: 30px;
    }
    .zs-item span {
        font-size: 18px;
    }
    .zs-item p {
        font-size: 14px;
    }
}

@media screen and (max-width: 1000px) {
    .logo img {
        height: 40px;
    }
    .header {
        background: #fff;
        box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.05);
        height: 50px;
    }
    .logo {
        margin-left: 5%;
        width: 120px;
    }
    .header-menu {
        display: none;
    }
    .menu {
        float: right;
        width: 24px;
        display: block;
        position: relative;
        z-index: 820;
        margin-top: 10px;
        cursor: pointer;
        margin-right: 20px;
    }
    .menu span {
        float: left;
        width: 100%;
        height: 2px;
        background: #f7050e;
        margin-top: 6px;
        border-radius: 2px;
    }
    .header-slide .menu {
        margin-top: 15px;
    }
    .header-slide .menu span:nth-child(1) {
        transform: rotate(45deg) translateY(5px);
    }
    .header-slide .menu span:nth-child(2) {
        transform: rotate(-45deg) translateY(-6px);
    }
    .header-slide .menu span:nth-child(3) {
        display: none;
    }
    .header-right {
        float: none;
        position: fixed;
        left: -100%;
        top: 50px;
        background: #fff;
        height: calc(100% - 50px);
        border-top: 1px #ddd solid;
        width: 100%;
        overflow-y: auto;
    }
    .header-slide .header-right {
        left: 0px;
    }
    .search {
        width: 80%;
        height: auto;
        position: relative;
        background: none;
        opacity: 1;
        visibility: visible;
        margin: 30px auto 0px;
        border-bottom: 1px #ddd solid;
    }
    .search form {
        width: 100%;
        height: 40px;
        line-height: 40px;
        margin: 0px auto 0px;
        transform: translateY(0px);
    }
    .search form .txt {
        padding: 0px 30px 0px 0px;
    }
    .search form .bt {
        left: auto;
        right: 0px;
        top: 0px;
    }
    .search-close {
        display: none;
    }
    .header-right ul {
        float: none;
        width: 80%;
        margin: 0px auto;
        height: auto;
        overflow: hidden;
    }
    .header-right ul li {
        margin-left: 0px;
        width: 100%;
        border-bottom: 1px #ddd solid;
        position: relative;
    }
    .header-right ul,
    .header-right ul li,
    .header-right ul li span {
        height: auto;
    }
    .header-right ul li span a {
        height: 50px;
        line-height: 50px;
        font-size: 1rem;
    }
    .header-right ul li samp {
        width: 50px;
        height: 50px;
        position: absolute;
        right: 0px;
        top: 0px;
        background: url("../images/icon-21.png") no-repeat center;
        background-size: 5px;
        transform: rotate(180deg);
        cursor: pointer;
        z-index: 12;
    }
    .header-right ul li samp.on {
        transform: rotate(-90deg);
    }
    .header-search {
        display: none;
    }
    .sub-nav {
        width: 98%;
        position: relative;
        left: 0%;
        top: 0px;
        padding: 0px;
        min-width: inherit;
        opacity: 1;
        visibility: visible;
        transform: translateX(0%) scale(1);
        border-radius: 4px;
        box-shadow: 0px 0px 12px 5px rgba(0, 0, 0, 0.02);
        margin: 0% 1% 2%;
        float: left;
        overflow: hidden;
        transition: none;
        display: none;
    }
    .sub-nav p {
        width: 100%;
        overflow: hidden;
    }
    .sub-nav p a {
        text-align: left;
        padding-left: 20px;
    }
    .header-lang {
        height: auto;
        margin-left: 0vw;
        float: none;
        width: 100%;
        margin: 20px auto 0px;
        padding-bottom: 100px;
        overflow: hidden;
        padding-left: 10%;
    }
    .header-lang span {
        line-height: 24px;
    }
    .header-lang p {
        width: 80px;
        position: absolute;
        left: 10%;
        top: 30px;
    }
    .header-lang.on p {
        opacity: 1;
        visibility: visible;
        transform: scale(1);
    }
    .footer-1 {
        width: 90%;
        margin-top: 30px;
        padding-bottom: 30px;
    }
    .footer-1left {
        width: 100%;
    }
    .footer-1right {
        width: 100%;
        margin-top: 30px;
    }
    .footer-1line {
        width: 150px;
    }
    .footer-2 {
        padding: 15px 5%;
    }
    .zs .h3 {
        width: 90%;
        font-size: 24px;
    }
    .zs-1 {
        width: 90%;
    }
    .zs-2 {
        width: 90%;
    }
}

@media screen and (max-width: 768px) {
    .footer-1right {
        display: none;
    }
    .footer-1line {
        width: 100px;
    }
    .footer-2 span {
        width: 100%;
        text-align: center;
    }
    .footer-2 p {
        width: 100%;
        text-align: center;
        margin-top: 5px;
    }
    .zs {
        padding: 30px 0px;
    }
    .zs .h3 {
        font-size: 20px;
    }
    .zs-1 {
        margin-top: 20px;
    }
    .zs-2item {
        width: 48%;
        margin: 15px 4% 0px 0px;
        height: 28.08vw;
    }
    .zs-2item:nth-child(3n) {
        margin: 15px 4% 0px 0px;
    }
    .zs-2item:nth-child(2n) {
        margin-right: 0px;
    }
    .zs-close {
        right: 2px;
        top: 2px;
    }
    .zs-center {
        width: 90%;
        padding: 18px;
    }
    .zs-left {
        width: 100%;
        height: 49.8vw;
    }
    .zs-right {
        width: 100%;
        margin-top: 15px;
        height: auto;
    }
    .zs-item span {
        font-size: 16px;
    }
    .zs-item p {
        font-size: 12px;
    }
    .zs-bottom {
        margin-top: 10px;
    }
    .zs-content .swiper-slide {
        border-width: 1px;
        height: 22vw;
    }
    .zs-content {
        margin-top: 10px;
    }
    .page {
        float: left;
        width: 100%;
        overflow: hidden;
        margin-top: 50px;
        border-top: 2px #eee solid;
        display: flex;
        justify-content: space-between;
    }
    .page a {
        width: auto;
        height: 36px;
        line-height: 36px;
        border: 1px #eee solid;
        text-align: center;
        display: inline-block;
        overflow: hidden;
        margin-top: 20px;
        font-size: 13px;
        color: #333;
        padding: 0px 14px;
    }
    .page a:hover {
        background: #eee;
    }
    .page.y {
        width: 90%;
        margin: 20px auto 0px;
        float: none;
        padding-bottom: 30px;
    }
    .zs-prop,
    .zs-prop-active {
        display: none !important;
    }
    .contact-5more {
        width: 30px;
        height: 30px;
        top: 0px;
    }
    .fugai-1right ul li {
        font-size: 12px;
    }
    .fugai-1right span {
        padding: 0px 24px;
    }
    .fugai-1right ul {
        background: #e3594f;
    }
    .footer-logo img {
        width: 160px;
    }
    .footer-1line {
        width: 70px;
    }
    .picslide em {
        display: none;
    }
}

@media (max-width: 768px) {
    .footer-social-inline {
        margin-top: 15px;
    }
    .social-icons {
        gap: 15px;
    }
    .social-icon {
        width: 38px;
        height: 38px;
    }
    .social-svg {
        width: 18px;
        height: 18px;
    }
}

/* ============================================================
   首页模块
   ============================================================ */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    background: var(--dis-bg);
    color: var(--dis-text-body);
    line-height: 1.5;
    overflow-x: hidden;
}

.container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 40px;
}

.section {
    padding: 60px 0;
}

.section-sm {
    padding: 60px 0;
}

.fade-up {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.5s cubic-bezier(0.2, 0.9, 0.4, 1), transform 0.5s cubic-bezier(0.2, 0.9, 0.4, 1);
}

.fade-up.visible {
    opacity: 1;
    transform: translateY(0);
}

.mock-header {
    background: #FFFFFF;
    padding: 20px 0;
    border-bottom: 1px solid #f0ede8;
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-weight: 800;
    font-size: 1.8rem;
    background: linear-gradient(135deg, #0A1C2F, #E31E24);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.nav a {
    margin-left: 2rem;
    text-decoration: none;
    color: #2C3E50;
    font-weight: 500;
}

/* Hero 区块 */
.hero {
    height: 100vh;
    min-height: 700px;
    background: linear-gradient(105deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.3) 100%), url('/skin/images/banner.jpg') center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}

.hero-content {
    max-width: 1000px;
    padding: 0 20px;
    z-index: 2;
}

.hero h1 {
    font-size: clamp(2.4rem, 6vw, 4.2rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #fff;
    margin-bottom: 1.5rem;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
}

.hero p {
    font-size: 1.2rem;
    font-weight: 450;
    color: rgba(255, 255, 255, 0.92);
    max-width: 1000px;
    margin: 0 auto 2rem;
}

.btn-primary {
    background: var(--dis-red);
    padding: 14px 36px;
    border-radius: 50px;
    color: white;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: var(--transition);
    box-shadow: 0 8px 20px rgba(227, 30, 36, 0.3);
}

.btn-primary:hover {
    background: var(--dis-red-dark);
    transform: translateY(-3px);
}

.scroll-down {
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    animation: bounce 2s infinite;
    color: white;
    font-size: 28px;
}

@keyframes bounce {
    0%, 100% {
        transform: translateX(-50%) translateY(0);
    }
    50% {
        transform: translateX(-50%) translateY(10px);
    }
}

/* 数据卡片 */
.stats-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1.8rem;
    margin-bottom: 3rem;
}

.stat-card {
    background: var(--dis-card);
    border-radius: 28px;
    padding: 1.8rem 0.5rem;
    text-align: center;
    transition: var(--transition);
    border: 1px solid rgba(0, 0, 0, 0.03);
    box-shadow: var(--shadow-sm);
}

.stat-card:hover {
    transform: translateY(-6px);
    border-color: var(--dis-red);
    box-shadow: 0 18px 28px -10px rgba(227, 30, 36, 0.12);
}

.stat-icon {
    width: 56px;
    height: 56px;
    object-fit: contain;
    margin-bottom: 1rem;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--dis-red);
    line-height: 1.2;
    margin: 0.5rem 0 0.2rem;
}

.stat-number sup {
    font-size: 1rem;
    vertical-align: super;
}

.stat-label {
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--dis-text-light);
}

@media (max-width: 1200px) {
    .stats-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.5rem;
    }
}

@media (max-width: 640px) {
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .stat-number {
        font-size: 2rem;
    }
}

.quote-block {
    max-width: 1000px;
    margin: 2rem auto 0;
    background: #FFFFFF;
    padding: 1.5rem 2rem;
    border-radius: 28px;
    border-left: 5px solid var(--dis-red);
    font-size: 1rem;
    font-weight: 450;
    text-align: center;
    color: var(--dis-text-body);
    box-shadow: var(--shadow-sm);
    line-height: 1.5;
}

/* 创始人故事 */
.story-grid {
    display: flex;
    gap: 4rem;
    align-items: center;
    flex-wrap: wrap;
}

.story-text {
    flex: 1.2;
}

.story-image {
    flex: 0.8;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: var(--shadow-md);
    transition: var(--transition);
}

.story-image img {
    width: 100%;
    display: block;
}

.giant-quote {
    font-size: 4.5rem;
    font-family: Georgia, serif;
    color: var(--dis-red);
    opacity: 0.2;
    line-height: 0.8;
    margin-bottom: 0.5rem;
}

.story-quote {
    font-size: 1.2rem;
    font-weight: 500;
    border-left: 4px solid var(--dis-red);
    padding-left: 1.2rem;
    margin: 1rem 0 1.5rem;
}

.story-title {
    font-size: 2rem;
    font-weight: 600;
    margin: 1rem 0 0.8rem;
    background: linear-gradient(135deg, #0A1C2F 0%, #E31E24 70%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.story-desc {
    color: var(--dis-text-body);
    font-weight: 450;
    line-height: 1.5;
    margin-bottom: 1.5rem;
}

.values-list {
    list-style: none;
    margin-top: 1rem;
}

.values-list li {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin-bottom: 0.8rem;
    font-weight: 500;
}

.values-list li::before {
    content: "✓";
    color: var(--dis-red);
    font-weight: bold;
}

@media (max-width: 768px) {
    .story-grid {
        flex-direction: column-reverse;
        gap: 2rem;
    }
    .story-title {
        font-size: 1.8rem;
    }
    .story-quote {
        font-size: 1rem;
    }
}

/* 产业链交替 */
.alt-item {
    display: flex;
    gap: 3rem;
    align-items: center;
    margin-bottom: 4rem;
    flex-wrap: wrap;
}

.alt-item.reverse {
    flex-direction: row-reverse;
}

.alt-img {
    flex: 1;
    border-radius: 28px;
    overflow: hidden;
    background: #F5F7FB;
    transition: var(--transition);
}

.alt-img img {
    width: 100%;
    display: block;
    transition: transform 0.5s ease;
}

.alt-img:hover img {
    transform: scale(1.02);
}

.alt-text {
    flex: 1;
}

.alt-text h3 {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 1rem;
    position: relative;
    display: inline-block;
}

.alt-text h3:after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 48px;
    height: 3px;
    background: var(--dis-red);
    border-radius: 3px;
}

.alt-text p {
    color: var(--dis-text-body);
    font-weight: 450;
    line-height: 1.5;
}

.img-note {
    font-size: 0.8rem;
    text-align: center;
    margin-top: 0.5rem;
    color: var(--dis-text-light);
}

@media (max-width: 768px) {
    .alt-item,
    .alt-item.reverse {
        flex-direction: column;
        gap: 1.5rem;
    }
    .alt-text h3 {
        font-size: 1.5rem;
    }
}

/* ========== 全球视野 - 单张大图版（无动画） ========== */

/* 图片卡片容器 */
.global-image-card {
    background: #FFFFFF;
    border-radius: 48px;
    padding: 1.2rem;
    box-shadow: var(--shadow-md);
    border: 1px solid rgba(0, 0, 0, 0.03);
    transition: var(--transition);
}

/* 可选悬停效果（不需要可直接删除） */
.global-image-card:hover {
    box-shadow: var(--shadow-hover);
    transform: translateY(-2px);
}

/* 大图本身 */
.global-full-img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 32px;
    object-fit: cover;
    background: #F5F7FB;
}

/* 移动端适配 */
@media (max-width: 768px) {
    .global-image-card {
        padding: 0.8rem;
        border-radius: 32px;
    }
    .global-full-img {
        border-radius: 24px;
    }
}

/* CTA 区块 */
.cta-block {
    background: #FFFFFF;
    text-align: center;
    padding: 4rem 2rem;
    border-radius: 48px;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
}

.cta-block:hover {
    box-shadow: var(--shadow-hover);
}

.cta-block h2 {
    font-size: clamp(1.8rem, 4vw, 2.4rem);
    font-weight: 600;
    background: linear-gradient(135deg, #0A1C2F 0%, #E31E24 70%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-bottom: 1rem;
}

.cta-block p {
    font-size: 1rem;
    font-weight: 450;
    color: var(--dis-text-light);
    max-width: 550px;
    margin: 0 auto 2rem;
}

.btn-cta {
    background: var(--dis-red);
    border: none;
    padding: 14px 38px;
    font-size: 1rem;
    font-weight: 600;
    color: white;
    border-radius: 50px;
    cursor: pointer;
    transition: var(--transition);
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    box-shadow: 0 6px 14px rgba(227, 30, 36, 0.25);
}

.btn-cta:hover {
    background: var(--dis-red-dark);
    transform: translateY(-3px);
}

footer {
    text-align: center;
    padding: 40px 20px;
    border-top: 1px solid #ece7e0;
    background: #FAF8F5;
    color: #5F6C80;
    font-size: 0.85rem;
}

@media (max-width: 992px) {
    .section {
        padding: 60px 0;
    }
    .section-sm {
        padding: 40px 0;
    }
}

@media (max-width: 640px) {
    .hero p {
        font-size: 1rem;
    }
    .quote-block {
        padding: 1rem 1.2rem;
    }
}

/* ============================================================
   关于页面样式
   ============================================================ */
.global-hero {
    text-align: center;
    padding: 3rem 0 2rem;
    background: #FCFAF8;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.global-hero h1 {
    font-size: 2.8rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    background: linear-gradient(130deg, #0A1C2F 0%, #E31E24 90%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-bottom: 0.5rem;
}
.global-hero p {
    font-size: 1.1rem;
    font-weight: 450;
    color: #5A6874;
    max-width: 700px;
    margin: 0 auto;
}
@media (max-width: 768px) {
    .global-hero h1 { font-size: 2rem; }
    .global-hero p { font-size: 1rem; }
}

.page-content {
    background: #FCFAF8;
    padding: 40px 0 80px;
}
.subcol-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin: 1rem 0 2rem;
}
.subcol-card {
    background: #FFFFFF;
    border-radius: 28px;
    overflow: hidden;
    transition: box-shadow 0.35s cubic-bezier(0.2, 0.9, 0.4, 1.1), border-color 0.2s;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    border: 1px solid #EDF2F7;
    box-shadow: 0 12px 24px -14px rgba(0, 0, 0, 0.04);
    will-change: transform;
}
.subcol-card:hover {
    border-color: rgba(227, 30, 36, 0.4);
    box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.12);
}
.card-media {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #F5F7FB;
}
.card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: filter 0.4s ease, transform 0.5s ease;
    background-color: #F0F2F5;
}
.subcol-card:hover .card-media img {
    filter: brightness(0.96);
    transform: scale(1.02);
}
.card-media::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(227, 30, 36, 0);
    transition: background 0.35s ease;
    pointer-events: none;
}
.subcol-card:hover .card-media::after {
    background: rgba(227, 30, 36, 0.04);
}
.card-content {
    padding: 1.8rem 1.8rem 2rem;
    text-align: left;
    background: #FFFFFF;
}
.card-line {
    width: 40px;
    height: 2px;
    background: #E0E6ED;
    margin-bottom: 1.2rem;
    transition: width 0.3s ease, background 0.3s ease;
}
.subcol-card:hover .card-line {
    width: 60px;
    background: #E31E24;
}
.subcol-title {
    font-size: 1.45rem;
    font-weight: 600;
    color: #1A2C3E;
    letter-spacing: -0.3px;
    margin-bottom: 0.75rem;
    transition: color 0.25s;
}
.subcol-card:hover .subcol-title {
    color: #C81E24;
}
.card-arrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #E31E24;
    transition: gap 0.3s ease;
}
.arrow-native {
    display: inline-block;
    font-size: 0.85rem;
    transition: transform 0.25s cubic-bezier(0.2, 0.9, 0.4, 1.1);
    line-height: 1;
}
.subcol-card:hover .card-arrow {
    gap: 12px;
}
.subcol-card:hover .arrow-native {
    transform: translateX(4px);
}
@media (max-width: 992px) {
    .subcol-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
}
@media (max-width: 640px) {
    .subcol-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    .card-content {
        padding: 1.4rem;
    }
    .subcol-title {
        font-size: 1.25rem;
    }
}
.subcol-card, .card-arrow {
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}

/* ============================================================
   关于-详情页
   ============================================================ */
.dis-blocks {
    max-width: 1440px;
    margin: 0 auto;
    padding: 20px 40px 80px;
    width: 100%;
}
.dis-block {
    background: #FFFFFF;
    border-radius: 40px;
    box-shadow: 0 20px 35px -12px rgba(0,0,0,0.05);
    margin-bottom: 60px;
    will-change: transform, opacity;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.5s cubic-bezier(0.2,0.9,0.4,1), 
                transform 0.5s cubic-bezier(0.2,0.9,0.4,1),
                box-shadow 0.2s ease;
}
.dis-block.visible {
    opacity: 1;
    transform: translateY(0);
}
.dis-block:hover {
    transform: translateY(-4px);
    box-shadow: 0 25px 40px -12px rgba(0,0,0,0.12);
}
.dis-inner {
    display: flex;
    flex-direction: row;
    gap: 60px;
    padding: 48px;
    align-items: center;
}
.dis-block.img-right .dis-inner {
    flex-direction: row-reverse;
}
.dis-col-img {
    flex: 1;
}
.dis-col-text {
    flex: 1.2;
}
.dis-img-box {
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 15px 25px -8px rgba(0,0,0,0.1);
    background: #f1f4f9;
    transition: transform 0.3s ease;
    will-change: transform;
}
.dis-block:hover .dis-img-box {
    transform: scale(1.01);
}
.dis-img-box img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.4s ease;
    will-change: transform;
}
.dis-block:hover .dis-img-box img {
    transform: scale(1.02);
}
.dis-img-caption {
    text-align: center;
    font-size: 0.7rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: rgba(255,255,245,0.9);
    padding: 10px 16px;
    border-top: 1px solid rgba(0,0,0,0.05);
    color: #5A6B7F;
}
.dis-title {
    font-size: 2rem;
    font-weight: 600;
    background: linear-gradient(135deg, #0A1C2F 0%, #E31E24 70%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-bottom: 1.2rem;
    line-height: 1.2;
    letter-spacing: -0.02em;
}
.dis-content {
    font-size: 1rem;
    font-weight: 450;
    line-height: 1.5;
    letter-spacing: -0.01em;
    color: #2C3E50;
}
.dis-content p {
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid rgba(0,0,0,0.03);
}
.dis-content p:last-of-type {
    border-bottom: none;
}
.dis-content strong {
    color: #E31E24;
    font-weight: 600;
}
.dis-content blockquote {
    margin: 1.5rem 0;
    padding: 1rem 1.8rem;
    background: linear-gradient(135deg,#FEFAF6,#FCF6F0);
    border-left: 3px solid #E31E24;
    border-radius: 20px;
    font-weight: 450;
    font-size: 0.95rem;
    line-height: 1.55;
    color: #1F2A3E;
    letter-spacing: -0.2px;
}
.dis-content blockquote:before {
    content: "“";
    font-size: 2rem;
    font-family: Georgia, serif;
    color: #E31E24;
    opacity: 0.35;
    margin-right: 6px;
    vertical-align: middle;
    display: inline-block;
    line-height: 0.8;
}
.dis-content ul {
    list-style: none;
    margin: 1rem 0;
    padding-left: 0;
}
.dis-content li {
    position: relative;
    padding-left: 1.3rem;
    margin-bottom: 0.55rem;
    line-height: 1.55;
}
.dis-content li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #E31E24;
    opacity: 0.65;
    font-size: 1.1rem;
    line-height: 1;
}
.dis-content ol {
    margin: 1rem 0;
    padding-left: 1.3rem;
}
.dis-content ol li {
    margin-bottom: 0.55rem;
    padding-left: 0.2rem;
}
@media (max-width: 1200px) {
    .dis-blocks { padding: 20px 30px 60px; }
}
@media (max-width: 992px) {
    .dis-inner, .dis-block.img-right .dis-inner {
        flex-direction: column !important;
        gap: 40px;
        padding: 32px;
    }
    .dis-title {
        text-align: center;
        font-size: 1.8rem;
    }
    .dis-content {
        text-align: center;
    }
    .dis-content ul, .dis-content ol {
        text-align: left;
        display: inline-block;
        width: auto;
    }
}
@media (max-width: 640px) {
    .dis-blocks { padding: 20px 20px 40px; }
    .dis-inner { padding: 24px; }
    .dis-title { font-size: 1.5rem; }
    .dis-content { font-size: 0.9rem; }
    .dis-img-caption { font-size: 0.65rem; }
}

/* ============================================================
   产品中心页面
   ============================================================ */
.product-hero {
    text-align: center;
    padding: 3rem 0 2rem;
    background: var(--dis-bg);
}
.hero-title {
    font-size: 2.6rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    background: linear-gradient(135deg, var(--dis-text-dark) 0%, var(--dis-red) 80%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-bottom: 0.8rem;
}
.hero-sub {
    font-size: 1.1rem;
    font-weight: 450;
    color: var(--dis-text-light);
    max-width: 700px;
    margin: 0 auto 2rem;
    line-height: 1.5;
}
.filter-bar {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 1rem;
}
.filter-btn {
    display: inline-block;
    padding: 8px 22px;
    border-radius: 40px;
    background: transparent;
    color: var(--dis-text-body);
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none;
    transition: var(--transition);
    border: 1px solid #E2E8F0;
}
.filter-btn:hover {
    border-color: var(--dis-red);
    color: var(--dis-red);
    background: rgba(227,30,36,0.04);
}
.filter-btn.active {
    background: var(--dis-red);
    color: white;
    border-color: var(--dis-red);
    box-shadow: 0 4px 12px rgba(227,30,36,0.2);
}
.product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin: 2rem 0 3rem;
}
.product-card {
    background: var(--dis-card);
    border-radius: 24px;
    overflow: hidden;
    transition: var(--transition);
    text-decoration: none;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(0,0,0,0.04);
    box-shadow: var(--shadow-sm);
}
.product-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-hover);
    border-color: rgba(227,30,36,0.2);
}
.card-img {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #F5F7FB;
}
.card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.product-card:hover .card-img img {
    transform: scale(1.02);
}
.card-tag {
    position: absolute;
    top: 12px;
    background: rgba(0,0,0,0.55);
    backdrop-filter: blur(4px);
    color: white;
    font-size: 0.7rem;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 30px;
    letter-spacing: 0.3px;
    z-index: 2;
}
.card-content {
    padding: 1.5rem 1.5rem 1.8rem;
    background: var(--dis-card);
}
.product-category {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--dis-red);
    margin-bottom: 0.5rem;
}
.product-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--dis-text-dark);
    margin-bottom: 0.6rem;
    line-height: 1.4;
}
.product-description {
    font-size: 0.9rem;
    font-weight: 450;
    color: var(--dis-text-light);
    line-height: 1.5;
}
.pagebar {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin: 2rem 0 3rem;
    flex-wrap: wrap;
}
.page-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    border-radius: 40px;
    background: white;
    border: 1px solid #E2E8F0;
    color: var(--dis-text-body);
    text-decoration: none;
    font-weight: 500;
    transition: var(--transition);
}
.page-num:hover, .page-num.active {
    background: var(--dis-red);
    border-color: var(--dis-red);
    color: white;
}
.feature-showcase {
    margin: 3rem 0 4rem;
    background: #FFFFFF;
    border-radius: 48px;
    padding: 2.5rem 2rem;
    box-shadow: var(--shadow-sm);
}
.feature-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    text-align: center;
}
.feature-item {
    padding: 0 1rem;
}
.feature-icon {
    font-size: 2.8rem;
    margin-bottom: 1rem;
}
.feature-item h4 {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--dis-text-dark);
    margin-bottom: 0.5rem;
}
.feature-item p {
    font-size: 0.85rem;
    font-weight: 450;
    color: var(--dis-text-light);
    line-height: 1.5;
}
.btn-quote {
    background: var(--dis-red);
    color: white;
    border: none;
    padding: 12px 32px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: var(--transition);
    display: inline-block;
    text-decoration: none;
}
.btn-quote:hover {
    background: var(--dis-red-dark);
    transform: translateY(-2px);
}
@media (max-width: 992px) {
    .product-grid { grid-template-columns: repeat(2,1fr); gap: 1.5rem; }
    .feature-grid { grid-template-columns: repeat(2,1fr); gap: 1.8rem; }
    .hero-title { font-size: 2rem; }
}
@media (max-width: 640px) {
    .product-grid { grid-template-columns: 1fr; }
    .feature-grid { grid-template-columns: 1fr; gap: 1.5rem; }
    .hero-title { font-size: 1.8rem; }
    .hero-sub { font-size: 1rem; }
    .filter-btn { padding: 6px 16px; font-size: 0.8rem; }
    .card-content { padding: 1.2rem; }
}
.product-card, .filter-btn, .page-num, .btn-quote {
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}

/* ============================================================
   产品详情页样式
   ============================================================ */
.content-section {
    padding: 2rem 0 4rem;
}
.product-simple-grid {
    display: flex;
    gap: 3rem;
    flex-wrap: wrap;
    margin-bottom: 3rem;
}
.product-gallery {
    flex: 1;
    min-width: 280px;
}
.product-main-image {
    border-radius: 28px;
    overflow: hidden;
    background: #F5F7FB;
    box-shadow: var(--shadow-sm);
    margin-bottom: 1rem;
}
.product-main-image img {
    width: 100%;
    display: block;
    transition: transform 0.4s ease;
}
.product-thumbs {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 1rem;
}
.thumb {
    width: 80px;
    height: 80px;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid transparent;
    transition: var(--transition);
    background: #F5F7FB;
}
.thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.thumb.active, .thumb:hover {
    border-color: var(--dis-red);
    transform: translateY(-2px);
}
.product-info {
    flex: 1;
    min-width: 280px;
    background: var(--dis-card);
    padding: 2rem;
    border-radius: 32px;
    box-shadow: var(--shadow-sm);
}
.product-name {
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    background: linear-gradient(135deg, var(--dis-text-dark) 0%, var(--dis-red) 80%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-bottom: 0.5rem;
}
.product-category {
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--dis-red);
    margin-bottom: 1rem;
}
.product-desc {
    color: var(--dis-text-body);
    font-weight: 450;
    line-height: 1.5;
    margin-bottom: 2rem;
}
.btn-inquiry {
    background: var(--dis-red);
    color: white;
    border: none;
    padding: 12px 32px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: var(--transition);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.btn-inquiry:hover {
    background: var(--dis-red-dark);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(227,30,36,0.25);
}
.product-detail h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--dis-text-dark);
    margin-bottom: 1.2rem;
    position: relative;
    display: inline-block;
}
.product-detail h3:after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 48px;
    height: 3px;
    background: var(--dis-red);
    border-radius: 3px;
}
.product-detail-content {
    color: var(--dis-text-body);
    font-weight: 450;
    line-height: 1.6;
    max-width: 100%;
    margin-top: 0.5rem;
}
.product-detail-content img {
    max-width: 100%;
    height: auto;
    border-radius: 16px;
    margin: 1rem 0;
}
.rel-products {
    margin-top: 4rem;
}
.rel-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--dis-text-dark);
    margin-bottom: 1.5rem;
    position: relative;
    display: inline-block;
}
.rel-title:after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 48px;
    height: 3px;
    background: var(--dis-red);
    border-radius: 3px;
}
.rel-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    margin-top: 1.5rem;
}
.rel-item {
    background: var(--dis-card);
    border-radius: 20px;
    overflow: hidden;
    transition: var(--transition);
    text-decoration: none;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(0,0,0,0.04);
    box-shadow: var(--shadow-sm);
}
.rel-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 28px -10px rgba(0,0,0,0.12);
    border-color: rgba(227,30,36,0.2);
}
.rel-img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.rel-item:hover .rel-img {
    transform: scale(1.02);
}
.rel-title-text {
    padding: 1rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--dis-text-dark);
    text-align: center;
    background: var(--dis-card);
}
@media (max-width: 992px) {
    .product-simple-grid { flex-direction: column; }
    .rel-grid { grid-template-columns: repeat(2,1fr); }
    .product-name { font-size: 1.8rem; }
}
@media (max-width: 640px) {
    .rel-grid { grid-template-columns: 1fr; }
    .product-info { padding: 1.5rem; }
    .thumb { width: 60px; height: 60px; }
}

/* ============================================================
   可持续发展页面
   ============================================================ */
.sustain-hero {
    text-align: center;
    padding: 3rem 0 2rem;
    background: linear-gradient(105deg, #F9FAFB 0%, #FFFFFF 100%);
    border-bottom: 1px solid #EFF2F8;
}
.sustain-hero h1 {
    font-size: 2.8rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    background: linear-gradient(130deg, #1A1A1A 0%, var(--dis-red) 90%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-bottom: 0.5rem;
}
.sustain-hero p {
    font-size: 1.1rem;
    font-weight: 450;
    color: #5A6874;
    max-width: 700px;
    margin: 0 auto;
}
.sustain-section-title {
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    margin: 3rem 0 1rem;
    color: #1A2C3E;
    position: relative;
    padding-bottom: 0.5rem;
}
.sustain-section-title:after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: var(--dis-red);
    margin: 0.8rem auto 0;
    border-radius: 3px;
}
.sustain-section-sub {
    text-align: center;
    font-weight: 450;
    color: #6C7A8E;
    max-width: 800px;
    margin: 0 auto 2rem;
}
.sustain-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1.5rem;
    margin: 2rem 0;
}
.sustain-stat-card {
    background: #fff;
    padding: 1.5rem;
    text-align: center;
    border-radius: 28px;
    border: 1px solid #ECF1F6;
    transition: 0.3s;
}
.sustain-stat-card:hover {
    transform: translateY(-5px);
    border-color: var(--dis-red);
}
.sustain-stat-number {
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--dis-red);
}
.sustain-stat-label {
    font-size: 0.85rem;
    font-weight: 600;
    color: #4A5A6E;
}
.sustain-esg-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    margin-top: 2rem;
}
.sustain-esg-card {
    flex: 1;
    min-width: 260px;
    background: #fff;
    padding: 2rem;
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.sustain-esg-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 35px rgba(0,0,0,0.1);
}
.sustain-esg-card h3 {
    font-size: 1.4rem;
    font-weight: 600;
    color: #1A2C3E;
    margin-bottom: 1rem;
    border-left: 4px solid var(--dis-red);
    padding-left: 12px;
}
.sustain-esg-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 1.5rem;
}
.sustain-cert-badge {
    display: inline-block;
    background: #f0f0f0;
    padding: 0.4rem 1rem;
    border-radius: 40px;
    font-size: 0.85rem;
    font-weight: 500;
    margin: 0.3rem 0.5rem 0.3rem 0;
}
.sustain-progress-bar {
    background: #e0e0e0;
    border-radius: 30px;
    height: 12px;
    margin: 1rem 0;
}
.sustain-progress-fill {
    background: var(--dis-red);
    width: 0%;
    height: 12px;
    border-radius: 30px;
    transition: width 1s ease;
}
.sustain-alt-item {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    align-items: center;
    margin-bottom: 2rem;
}
.sustain-alt-item.reverse {
    flex-direction: row-reverse;
}
.sustain-alt-img {
    flex: 1;
    border-radius: 24px;
    overflow: hidden;
}
.sustain-alt-img img {
    width: 100%;
    display: block;
}
.sustain-alt-text {
    flex: 1;
}
.sustain-alt-text h3 {
    font-size: 1.6rem;
    font-weight: 600;
    color: #1A2C3E;
    margin-bottom: 0.5rem;
    border-left: 4px solid var(--dis-red);
    padding-left: 15px;
}
.sustain-img-note {
    text-align: center;
    font-size: 0.8rem;
    font-weight: 450;
    color: #aaa;
    margin-top: 0.5rem;
}
.sustain-cta {
    text-align: center;
    background: transparent;
    box-shadow: none;
}
.sustain-cta h2 {
    font-size: 2.8rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #1A2C3E;
    margin-bottom: 1rem;
}
.sustain-cta p {
    font-size: 1.1rem;
    font-weight: 450;
    color: #4A5A6E;
    max-width: 600px;
    margin: 0 auto 1.5rem;
    line-height: 1.5;
}
@media (max-width: 768px) {
    .sustain-hero h1 { font-size: 2rem; }
    .sustain-section-title { font-size: 1.6rem; }
    .sustain-alt-item, .sustain-alt-item.reverse { flex-direction: column; }
}

/* ============================================================
   全球网络页面
   ============================================================ */
.global-hero {
    text-align: center;
    padding: 3rem 0 2rem;
    border-bottom: 1px solid #EFF2F8;
}
.global-hero h1 {
    font-size: 2.8rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    background: linear-gradient(130deg, #1A1A1A 0%, var(--dis-red) 90%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-bottom: 0.5rem;
}
.global-hero p {
    font-size: 1.1rem;
    font-weight: 450;
    color: #5A6874;
    max-width: 700px;
    margin: 0 auto;
}
.global-section-title {
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    margin: 3rem 0 1rem;
    color: #1A2C3E;
    position: relative;
    padding-bottom: 0.5rem;
}
.global-section-title:after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: var(--dis-red);
    margin: 0.8rem auto 0;
    border-radius: 3px;
}
.global-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1.5rem;
    margin: 2rem 0;
}
.global-stat-card {
    background: #fff;
    padding: 1.5rem;
    text-align: center;
    border-radius: 28px;
    border: 1px solid #ECF1F6;
    transition: 0.3s;
}
.global-stat-card:hover {
    transform: translateY(-5px);
    border-color: var(--dis-red);
}
.global-stat-number {
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--dis-red);
}
.global-stat-label {
    font-size: 0.85rem;
    font-weight: 600;
    color: #4A5A6E;
}
.global-region {
    margin-bottom: 3rem;
}
.global-region-title {
    font-size: 1.6rem;
    font-weight: 600;
    color: #1A2C3E;
    border-left: 4px solid var(--dis-red);
    padding-left: 15px;
    margin-bottom: 1.5rem;
}
.global-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.5rem;
}
.global-location-card {
    background: #fff;
    border-radius: 24px;
    padding: 1.5rem;
    border: 1px solid #ECF1F6;
    transition: 0.3s;
    box-shadow: 0 2px 8px rgba(0,0,0,0.02);
}
.global-location-card:hover {
    transform: translateY(-3px);
    border-color: var(--dis-red);
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}
.global-location-card h3 {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--dis-red);
    margin-bottom: 0.5rem;
}
.global-location-card .address {
    font-size: 0.9rem;
    font-weight: 450;
    color: #5A6874;
    margin-bottom: 0.5rem;
    line-height: 1.4;
}
.global-location-card .contact {
    font-size: 0.85rem;
    font-weight: 450;
    color: #8A9AAA;
}
.global-location-card i {
    width: 1.5rem;
    color: var(--dis-red);
}
.global-map-placeholder {
    background: #F0F2F5;
    border-radius: 28px;
    padding: 2rem;
    text-align: center;
    margin: 2rem 0;
    overflow: hidden;
}
.global-map-note {
    font-size: 0.85rem;
    font-weight: 450;
    color: #8A9AAA;
    margin-top: 0.5rem;
}
.global-partner-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
    margin: 2rem 0;
}
.global-partner-item {
    text-align: center;
    padding: 1rem;
}
.global-partner-item i {
    font-size: 2rem;
    color: var(--dis-red);
    margin-bottom: 0.5rem;
}
.global-cta {
    text-align: center;
    background: #fff0e6;
    padding: 3rem 0;
}
.global-cta h2 {
    font-size: 2rem;
    font-weight: 600;
    color: #1A2C3E;
    margin-bottom: 1rem;
}
.global-cta p {
    font-size: 1.1rem;
    font-weight: 450;
    color: #4A5A6E;
    max-width: 600px;
    margin: 0 auto 1.5rem;
}
@media (max-width: 768px) {
    .global-hero h1 { font-size: 2rem; }
    .global-section-title { font-size: 1.6rem; }
    .global-region-title { font-size: 1.4rem; }
}

/* ============================================================
   定制服务页面
   ============================================================ */
.brand-hero {
    border-bottom: 1px solid rgba(0,0,0,0.05);
    margin-bottom: 40px;
}
.brand-hero-inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 60px 40px 50px;
    text-align: left;
}
.brand-hero-inner p:first-of-type {
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--dis-red);
    margin-bottom: 1rem;
}
.brand-hero-inner h1 {
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.02em;
    background: linear-gradient(135deg, var(--dis-text-dark) 0%, var(--dis-red) 80%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-bottom: 1.2rem;
    max-width: 900px;
}
.brand-hero-inner p:last-of-type {
    font-size: 1rem;
    font-weight: 450;
    line-height: 1.5;
    color: var(--dis-text-light);
    max-width: 800px;
    margin: 0;
}
.content-section {
    padding: 0 0 60px;
}
.content-body h2 {
    font-size: 2rem;
    font-weight: 600;
    color: var(--dis-text-dark);
    margin: 3rem 0 0.5rem;
}
.content-body h2:first-of-type {
    margin-top: 0;
}
.content-body > p {
    font-weight: 450;
    color: var(--dis-text-light);
    margin-bottom: 2rem;
}
.process-timeline {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin: 2rem 0 2.5rem;
}
.step-card {
    flex: 1;
    min-width: 180px;
    background: var(--dis-card);
    border-radius: 28px;
    padding: 1.5rem 1rem;
    text-align: center;
    cursor: pointer;
    transition: var(--transition);
    border: 1px solid rgba(0,0,0,0.04);
    box-shadow: var(--shadow-sm);
}
.step-card.active-step {
    border-color: var(--dis-red);
    box-shadow: 0 12px 24px -12px rgba(227,30,36,0.25);
    transform: translateY(-2px);
}
.step-icon {
    font-size: 2.2rem;
    display: block;
    margin-bottom: 0.8rem;
}
.step-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--dis-text-dark);
    margin-bottom: 0.3rem;
}
.step-sub {
    font-size: 0.75rem;
    font-weight: 450;
    color: var(--dis-text-light);
}
.preview-panel {
    background: var(--dis-card);
    border-radius: 32px;
    padding: 2rem;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    align-items: center;
    margin-bottom: 3rem;
    box-shadow: var(--shadow-sm);
    border: 1px solid rgba(0,0,0,0.03);
}
.preview-text {
    flex: 2;
}
.preview-text h4 {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--dis-red);
    margin-bottom: 0.75rem;
}
.preview-text p {
    font-weight: 450;
    color: var(--dis-text-body);
    line-height: 1.5;
}
.preview-media {
    flex: 1;
    min-width: 240px;
    text-align: center;
}
.preview-media canvas {
    width: 100%;
    max-width: 280px;
    height: auto;
    background: #F5F7FB;
    border-radius: 24px;
    box-shadow: var(--shadow-sm);
}
.preview-media p {
    font-size: 0.7rem;
    font-weight: 500;
    margin-top: 0.5rem;
    color: var(--dis-red);
}
.capabilities-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    margin: 2rem 0 2.5rem;
}
.cap-card {
    flex: 1;
    background: var(--dis-card);
    border-radius: 28px;
    padding: 1.8rem;
    transition: var(--transition);
    border: 1px solid rgba(0,0,0,0.04);
    box-shadow: var(--shadow-sm);
}
.cap-card:hover {
    transform: translateY(-4px);
    border-color: rgba(227,30,36,0.2);
    box-shadow: var(--shadow-hover);
}
.cap-icon {
    font-size: 2rem;
    margin-bottom: 1rem;
}
.cap-card h3 {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--dis-text-dark);
    margin-bottom: 0.75rem;
}
.cap-card p {
    font-weight: 450;
    color: var(--dis-text-light);
    line-height: 1.5;
}
.support-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    margin: 2rem 0 3rem;
}
.support-item {
    flex: 1;
    background: var(--dis-card);
    border-radius: 28px;
    padding: 1.8rem;
    transition: var(--transition);
    border: 1px solid rgba(0,0,0,0.04);
    box-shadow: var(--shadow-sm);
}
.support-item:hover {
    transform: translateY(-4px);
    border-color: rgba(227,30,36,0.2);
    box-shadow: var(--shadow-hover);
}
.support-item h3 {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--dis-text-dark);
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin-bottom: 1rem;
}
.support-icon {
    font-size: 1.5rem;
}
.support-item p {
    font-weight: 450;
    color: var(--dis-text-light);
    line-height: 1.5;
    margin-bottom: 0.8rem;
}
.button-wrapper {
    text-align: center;
    margin: 2rem 0 4rem;
}
.btn-gold {
    background: var(--dis-red);
    color: white;
    padding: 0.9rem 2rem;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    transition: var(--transition);
    border: none;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(227,30,36,0.2);
}
.btn-gold:hover {
    background: var(--dis-red-dark);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(227,30,36,0.3);
}
.cert-badge {
    text-align: right;
    font-size: 0.75rem;
    font-weight: 450;
    color: var(--dis-text-light);
    margin-top: -1rem;
    margin-bottom: 1rem;
}
@media (max-width: 1200px) {
    .brand-hero-inner { padding-left: 30px; padding-right: 30px; }
}
@media (max-width: 992px) {
    .brand-hero-inner { padding: 40px 30px 30px; }
    .brand-hero-inner h1 { font-size: 2.2rem; }
    .content-body h2 { font-size: 1.8rem; }
    .step-card { min-width: 160px; }
    .preview-panel { flex-direction: column; text-align: center; }
    .preview-text h4 { text-align: center; }
    .capabilities-grid, .support-grid { flex-direction: column; }
}
@media (max-width: 768px) {
    .brand-hero-inner { padding-left: 20px; padding-right: 20px; }
    .brand-hero-inner h1 { font-size: 1.8rem; }
    .brand-hero-inner p:last-of-type { font-size: 0.9rem; }
    .process-timeline { flex-direction: column; gap: 1rem; }
    .step-card { width: 100%; }
    .preview-panel { padding: 1.5rem; }
    .preview-text h4 { font-size: 1.2rem; }
    .preview-media canvas { max-width: 220px; }
    .cap-card, .support-item { padding: 1.2rem; }
    .btn-gold { font-size: 0.9rem; padding: 0.7rem 1.5rem; }
}

/* ============================================================
   联系页面样式（已修复表单错位）
   ============================================================ */

.dis-hero {
    text-align: center;
    padding: 3rem 1rem 2rem;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}
.dis-badge {
    display: inline-block;
    background: rgba(227,30,36,0.1);
    padding: 6px 18px;
    border-radius: 40px;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--dis-red);
    margin-bottom: 1.2rem;
}
.dis-hero h1 {
    font-size: 2.6rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    background: linear-gradient(135deg, var(--dis-text-dark) 0%, var(--dis-red) 80%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-bottom: 1rem;
}
.dis-hero p {
    font-size: 1.1rem;
    font-weight: 450;
    color: var(--dis-text-light);
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.5;
}

.dis-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin: 3rem 0;
}
.dis-card {
    background: var(--dis-card);
    border-radius: 32px;
    padding: 2rem;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    border: 1px solid rgba(0,0,0,0.04);
}
.dis-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
    border-color: rgba(227,30,36,0.1);
}
.dis-card-icon {
    width: 64px;
    height: 64px;
    background: rgba(227,30,36,0.08);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}
.dis-card-icon i {
    font-size: 2rem;
    color: var(--dis-red);
}
.dis-card-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--dis-text-dark);
    margin-bottom: 1.2rem;
}
.dis-contact-item {
    margin-bottom: 1rem;
    line-height: 1.5;
}
.dis-contact-item strong {
    display: block;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--dis-red);
    margin-bottom: 0.2rem;
}
.dis-contact-item a,
.dis-contact-item span {
    font-weight: 450;
    color: var(--dis-text-body);
    text-decoration: none;
    transition: color 0.2s;
}
.dis-contact-item a:hover {
    color: var(--dis-red);
}
.dis-whatsapp i {
    color: #25D366;
}
.dis-quick {
    margin-top: 1.2rem;
    padding-top: 0.8rem;
    border-top: 1px solid #EDF2F7;
    font-size: 0.85rem;
    font-weight: 450;
    color: var(--dis-text-light);
}
.dis-visit-btn {
    background: var(--dis-red);
    color: white;
    padding: 6px 20px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 600;
    display: inline-flex;
    gap: 6px;
    transition: var(--transition);
}
.dis-visit-btn:hover {
    background: var(--dis-red-dark);
    transform: translateY(-2px);
}

.dis-features {
    background: var(--dis-card);
    border-radius: 40px;
    padding: 2.5rem 2rem;
    text-align: center;
    margin: 3rem 0;
    box-shadow: var(--shadow-sm);
}
.dis-features h3 {
    font-size: 1.6rem;
    font-weight: 600;
    color: var(--dis-text-dark);
}
.dis-feature-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    margin-top: 2rem;
}
.dis-feature-item {
    text-align: center;
}
.dis-feature-item i {
    font-size: 2.2rem;
    color: var(--dis-red);
    margin-bottom: 0.8rem;
}
.dis-feature-item h4 {
    font-size: 1rem;
    font-weight: 600;
    color: var(--dis-text-dark);
    margin-bottom: 0.4rem;
}
.dis-feature-item p {
    font-size: 0.85rem;
    font-weight: 450;
    color: var(--dis-text-light);
    line-height: 1.4;
}
.dis-slogan {
    background: rgba(227,30,36,0.05);
    padding: 0.5rem 1.5rem;
    border-radius: 30px;
    font-size: 0.9rem;
    font-weight: 500;
    display: inline-block;
}

.dis-message {
    background: var(--dis-card);
    border-radius: 40px;
    padding: 2.5rem;
    box-shadow: var(--shadow-sm);
    margin: 2rem 0 3rem;
}
.dis-message h3 {
    font-size: 1.6rem;
    font-weight: 600;
    color: var(--dis-text-dark);
    text-align: center;
    margin-bottom: 0.5rem;
}
.dis-message-sub {
    text-align: center;
    font-weight: 450;
    color: var(--dis-text-light);
    margin-bottom: 2rem;
}
.contact-form-inner {
    max-width: 800px;
    margin: 0 auto;
}
.dis-form-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}
.dis-form-row .form-group {
    min-width: 0;
    margin-bottom: 0;
}
.form-group {
    margin-bottom: 1.5rem;
}
.form-control {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 12px 18px;
    border: 1px solid #E2E8F0;
    border-radius: 16px;
    font-size: 0.9rem;
    font-weight: 450;
    transition: var(--transition);
    background: #FFFFFF;
    font-family: inherit;
    margin: 0;
    line-height: 1.5;
}
.form-control:focus {
    outline: none;
    border-color: var(--dis-red);
    box-shadow: 0 0 0 3px rgba(227,30,36,0.1);
}
textarea.form-control {
    resize: vertical;
}
.dis-submit-btn {
    background: var(--dis-red);
    color: white;
    border: none;
    padding: 12px 32px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: var(--transition);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.dis-submit-btn:hover {
    background: var(--dis-red-dark);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(227,30,36,0.25);
}
.form-privacy {
    font-size: 0.7rem;
    font-weight: 450;
    text-align: center;
    margin-top: 1rem;
    color: var(--dis-text-light);
}

@media (max-width: 992px) {
    .dis-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    .dis-feature-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
    .dis-hero h1 {
        font-size: 2rem;
    }
    .dis-form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .dis-form-row .form-group {
        margin-bottom: 1.2rem;
    }
    .dis-form-row .form-group:last-child {
        margin-bottom: 0;
    }
}
@media (max-width: 640px) {
    .dis-card {
        padding: 1.5rem;
    }
    .dis-feature-grid {
        grid-template-columns: 1fr;
    }
    .dis-message {
        padding: 1.5rem;
    }
    .dis-hero {
        padding: 2rem 1rem;
    }
}

/* ============================================================
   分页、高亮等公共样式
   ============================================================ */
.pagebar {
    text-align: center;
    padding: 20px 0 30px;
    clear: both;
}
.pagebar a,
.pagebar .page-num,
.pagebar a:hover,
.pagebar .page-num:hover {
    border-color: var(--dis-red);
}
.pagebar .page-num-current {
    background: var(--dis-red);
    border-color: var(--dis-red);
    color: white;
}
.highlight-keyword {
    color: var(--dis-red);
    font-weight: bold;
}

/* ============================================================
   语言切换（PC + 手机端完美适配）
   ============================================================ */
.header-lang,
.header-lang *,
.old-lang-switch {
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    pointer-events: none !important;
}

@media (min-width: 1001px) {
    .mobile-lang-container {
        display: none !important;
    }
    .lang-switch-pc {
        display: inline-block;
        position: relative;
        margin-left: 1.77vw;
        height: 100%;
        vertical-align: top;
    }
    .lang-switch-pc .lang-trigger {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        height: 100%;
        cursor: pointer;
        color: #333;
        font-size: 1rem;
        font-weight: 500;
        line-height: 100px;
        transition: color 0.2s;
    }
    .lang-switch-pc .lang-trigger:hover {
        color: #f7050e;
    }
    .lang-icon-pc {
        width: 18px;
        height: 18px;
        display: inline-block;
    }
    .lang-arrow {
        font-size: 10px;
        transition: transform 0.2s;
    }
    .lang-switch-pc:hover .lang-arrow {
        transform: rotate(180deg);
    }
    .lang-switch-pc .lang-dropdown {
        position: absolute;
        top: 100%;
        right: 0;
        background: #fff;
        padding: 8px 0;
        width: 110px;
        border-radius: 4px;
        box-shadow: 0px 0px 11px 6px rgba(0, 0, 0, 0.1);
        opacity: 0;
        visibility: hidden;
        transform: translateY(-10px);
        transition: all 0.2s;
        z-index: 200;
        text-align: center;
    }
    .lang-switch-pc:hover .lang-dropdown {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
    .lang-switch-pc .lang-dropdown a {
        display: block;
        padding: 8px 12px;
        font-size: 0.9rem;
        font-weight: 500;
        color: #333;
        text-decoration: none;
    }
    .lang-switch-pc .lang-dropdown a:hover {
        background: #f5f5f5;
        color: #f7050e;
    }
    .lang-switch-pc .lang-dropdown a.active {
        background: #f7050e;
        color: #fff;
    }
    .header-right {
        float: right !important;
        display: block !important;
    }
    .header-right > * {
        float: left;
    }
}

@media (max-width: 1000px) {
    .lang-switch-pc {
        display: none !important;
    }
    .mobile-lang-container {
        display: block !important;
        width: 80% !important;
        margin: 20px auto 0 auto !important;
        padding-top: 20px !important;
        border-top: 1px solid rgba(0, 0, 0, 0.08);
        text-align: center;
        clear: both;
    }
    .mobile-lang-title {
        font-size: 0.9rem;
        font-weight: 600;
        color: #999;
        letter-spacing: 1px;
        margin-bottom: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
    }
    .lang-icon-mobile {
        width: 16px;
        height: 16px;
    }
    .mobile-lang-options {
        display: flex;
        justify-content: center;
        gap: 16px;
    }
    .mobile-lang-options a {
        display: inline-block;
        padding: 8px 24px;
        border-radius: 40px;
        font-size: 0.9rem;
        font-weight: 500;
        background: #f0f0f0;
        color: #333;
        text-decoration: none;
        transition: all 0.2s;
    }
    .mobile-lang-options a.active {
        background: #f7050e;
        color: #fff;
    }
    .mobile-lang-options a:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }
    .header-right {
        display: block !important;
        float: none !important;
        width: 100%;
    }
    .header-right ul {
        display: block !important;
        width: 80% !important;
        margin: 0 auto !important;
        padding: 0;
    }
    .header-right ul li {
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
        border-bottom: 1px solid #ddd;
    }
    .header-right ul li span a {
        display: block;
        height: 50px;
        line-height: 50px;
        font-size: 1rem;
        font-weight: 600;
        text-align: left;
        padding-left: 0;
    }
    .header-search {
        display: none;
    }
}

/* 搜索结果页面额外样式 */
.product-hero {
    text-align: center;
    padding: 2rem 0 1rem;
    background: var(--dis-bg);
}
.hero-title {
    font-size: 2.4rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    background: linear-gradient(135deg, var(--dis-text-dark) 0%, var(--dis-red) 80%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-bottom: 0.5rem;
}
.hero-sub {
    font-size: 1rem;
    font-weight: 450;
    color: var(--dis-text-light);
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.5;
}
.highlight-keyword {
    background-color: #FFF1D6;
    color: var(--dis-red);
    font-weight: 600;
    padding: 0 2px;
    border-radius: 4px;
}
.no-results {
    text-align: center;
    padding: 3rem 0;
    color: var(--dis-text-light);
}