@charset "UTF-8";
/* === 新首页全局 === */
:root {
    --zx-green: #2a9d3f;
    --zx-green-dark: #1f7a30;
    --zx-green-light: #e8f5e9;
    --zx-dark: #1a2e1c;
    --zx-gray: #f7f9f7;
    --zx-text: #3d4a3e;
    --zx-text-light: #6b7a6c;
    --zx-white: #ffffff;
    --zx-radius: 14px;
    --zx-shadow: 0 8px 30px rgba(26,46,28,0.08);
    --zx-shadow-hover: 0 16px 45px rgba(26,46,28,0.14);
    --zx-transition: all .35s cubic-bezier(.25,.46,.45,.94);
}
.zx-home * { box-sizing: border-box; }
.zx-home { font-family: "PingFang SC","Microsoft YaHei","Helvetica Neue",Arial,sans-serif; color: var(--zx-text); line-height: 1.7; }
.zx-home img { max-width: 100%; height: auto; }
.zx-home a { text-decoration: none; transition: var(--zx-transition); }
.zx-home .container { width: 100%; max-width: 1240px; margin: 0 auto; padding: 0 20px; }

/* === 顶部导航 === */
.zx-topbar { background: var(--zx-dark); color: rgba(255,255,255,.75); font-size: 13px; padding: 8px 0; }
.zx-topbar .container { display: flex; justify-content: space-between; align-items: center; }
.zx-topbar a { color: rgba(255,255,255,.85); }
.zx-topbar a:hover { color: var(--zx-green); }

.zx-header { position: absolute; top: 36px; left: 0; right: 0; z-index: 999; transition: var(--zx-transition); padding: 14px 0; background: transparent; }
.zx-header.fixed { position: fixed; top: 0; background: rgba(255,255,255,.96); box-shadow: 0 2px 20px rgba(0,0,0,.06); backdrop-filter: saturate(180%) blur(8px); }
.zx-header .container { display: flex; align-items: center; justify-content: space-between; }
.zx-logo { display: flex; align-items: center; gap: 12px; }
.zx-logo img { height: 46px; width: auto; }
.zx-logo .zx-stock { font-size: 12px; color: var(--zx-green); background: var(--zx-green-light); padding: 4px 10px; border-radius: 20px; font-weight: 500; }
.zx-header.fixed .zx-logo .zx-stock { background: var(--zx-green); color: #fff; }

.zx-menu { display: flex; align-items: center; gap: 36px; list-style: none; margin: 0; padding: 0; }
.zx-menu > li { position: relative; }
.zx-menu > li > a { font-size: 15px; font-weight: 500; color: #fff; position: relative; padding: 6px 0; display: block; }
.zx-header.fixed .zx-menu > li > a { color: var(--zx-dark); }
.zx-menu > li > a::after { content:''; position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background: var(--zx-green); transition: var(--zx-transition); }
.zx-menu > li > a:hover::after, .zx-menu > li > a.active::after { width: 100%; }
.zx-menu .zx-lang { padding: 6px 14px; border: 1px solid rgba(255,255,255,.5); border-radius: 20px; font-size: 13px; }
.zx-header.fixed .zx-menu .zx-lang { border-color: var(--zx-green); color: var(--zx-green); }
.zx-menu .zx-lang:hover { background: var(--zx-green); color: #fff; border-color: var(--zx-green); }

/* 二级下拉菜单 */
.zx-submenu { position: absolute; top: 100%; left: 50%; transform: translateX(-50%) translateY(10px); background: #fff; min-width: 180px; border-radius: 10px; box-shadow: 0 10px 40px rgba(0,0,0,.12); padding: 10px 0; list-style: none; opacity: 0; visibility: hidden; transition: var(--zx-transition); z-index: 1000; }
.zx-menu > li:hover .zx-submenu { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.zx-submenu::before { content:''; position: absolute; top: -6px; left: 50%; transform: translateX(-50%); width: 12px; height: 12px; background: #fff; transform: translateX(-50%) rotate(45deg); }
.zx-submenu li a { display: block; padding: 10px 20px; color: var(--zx-dark); font-size: 14px; white-space: nowrap; }
.zx-submenu li a:hover { color: var(--zx-green); background: var(--zx-gray); }
/*.zx-menu > li.has-sub > a::after { content:' ▾'; font-size: 10px; vertical-align: middle; }*/

/* === 首屏 === */
.zx-hero { position: relative; min-height: 100vh; display: flex; align-items: center; justify-content: center; overflow: hidden; background: var(--zx-dark); }
.zx-hero-slides { position: absolute; inset: 0; }
.zx-hero-slide { position: absolute; inset: 0; background: center/cover no-repeat; opacity: 0; transition: opacity 1.2s ease; }
.zx-hero-slide.active { opacity: 1; }
.zx-hero-slide-link { position: absolute; inset: 0; z-index: 2; }
.zx-hero-overlay { position: absolute; inset: 0; background: linear-gradient(105deg, rgba(26,46,28,.88) 0%, rgba(26,46,28,.55) 55%, rgba(26,46,28,.25) 100%); z-index: 1; }
.zx-hero-controls { position: absolute; bottom: 100px; left: 50%; transform: translateX(-50%); z-index: 3; display: flex; gap: 10px; }
.zx-hero-dot { width: 10px; height: 10px; border-radius: 50%; border: none; background: rgba(255,255,255,.4); cursor: pointer; transition: var(--zx-transition); }
.zx-hero-dot.active { background: var(--zx-green); }
.zx-hero-dot:hover { background: rgba(255,255,255,.8); }
.zx-hero .container { position: relative; z-index: 2; padding-top: 100px; }
.zx-hero-content { max-width: 720px; color: #fff; }
.zx-hero-tag { display: inline-flex; align-items: center; gap: 10px; font-size: 13px; letter-spacing: 2px; text-transform: uppercase; color: var(--zx-green); background: rgba(255,255,255,.1); padding: 8px 18px; border-radius: 30px; margin-bottom: 24px; backdrop-filter: blur(4px); }
.zx-hero-tag::before { content:''; width: 8px; height: 8px; background: var(--zx-green); border-radius: 50%; }
.zx-hero h1 { font-size: 56px; line-height: 1.18; font-weight: 700; margin-bottom: 24px; letter-spacing: -1px; }
.zx-hero h1 span { color: var(--zx-green); }
.zx-hero p { font-size: 18px; color: rgba(255,255,255,.85); margin-bottom: 36px; max-width: 580px; }
.zx-btns { display: flex; gap: 16px; flex-wrap: wrap; }
.zx-btn { display: inline-flex; align-items: center; gap: 8px; padding: 14px 32px; border-radius: 30px; font-size: 15px; font-weight: 600; transition: var(--zx-transition); }
.zx-btn-primary { background: var(--zx-green); color: #fff; box-shadow: 0 8px 24px rgba(42,157,63,.35); }
.zx-btn-primary:hover { background: var(--zx-green-dark); transform: translateY(-2px); box-shadow: 0 12px 30px rgba(42,157,63,.45); color: #fff; }
.zx-btn-outline { border: 1px solid rgba(255,255,255,.6); color: #fff; }
.zx-btn-outline:hover { background: #fff; color: var(--zx-dark); border-color: #fff; }

.zx-hero-scroll { position: absolute; bottom: 36px; left: 50%; transform: translateX(-50%); z-index: 3; display: flex; flex-direction: column; align-items: center; gap: 8px; color: rgba(255,255,255,.6); font-size: 11px; letter-spacing: 2px; }
.zx-hero-scroll .mouse { width: 22px; height: 36px; border: 2px solid rgba(255,255,255,.4); border-radius: 12px; position: relative; }
.zx-hero-scroll .mouse::before { content:''; position: absolute; top: 6px; left: 50%; transform: translateX(-50%); width: 4px; height: 6px; background: rgba(255,255,255,.7); border-radius: 2px; animation: scrollDown 1.8s infinite; }
@keyframes scrollDown { 0% { opacity: 1; top: 6px; } 100% { opacity: 0; top: 18px; } }

/* === 数据条 === */
.zx-stats { background: var(--zx-green); padding: 50px 0; position: relative; z-index: 2; margin-top: -40px; }
.zx-stats .container { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.zx-stat { text-align: center; color: #fff; padding: 0 20px; border-right: 1px solid rgba(255,255,255,.2); }
.zx-stat:last-child { border-right: none; }
.zx-stat-num { font-size: 42px; font-weight: 700; line-height: 1; margin-bottom: 8px; }
.zx-stat-num small { font-size: 18px; font-weight: 500; }
.zx-stat-label { font-size: 14px; opacity: .9; }

/* === 通用区块 === */
.zx-section { padding: 100px 0; }
.zx-section-gray { background: var(--zx-gray); }
.zx-section-header { text-align: center; max-width: 720px; margin: 0 auto 60px; }
.zx-section-header h2 { font-size: 38px; font-weight: 700; color: var(--zx-dark); margin-bottom: 16px; }
.zx-section-header p { font-size: 16px; color: var(--zx-text-light); }
.zx-section-label { display: inline-block; color: var(--zx-green); font-size: 13px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 12px; }

/* === 关于我们 === */
.zx-about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.zx-about-img { position: relative; border-radius: var(--zx-radius); overflow: hidden; box-shadow: var(--zx-shadow); }
.zx-about-img img { width: 100%; display: block; }
.zx-about-img::before { content:''; position: absolute; inset: 0; border: 1px solid rgba(42,157,63,.15); border-radius: var(--zx-radius); pointer-events: none; }
.zx-about-img .zx-experience { position: absolute; bottom: 24px; right: 24px; background: var(--zx-green); color: #fff; padding: 18px 26px; border-radius: var(--zx-radius); text-align: center; }
.zx-about-img .zx-experience strong { display: block; font-size: 36px; font-weight: 700; line-height: 1; }
.zx-about-img .zx-experience span { font-size: 13px; opacity: .9; }
.zx-about-content h3 { font-size: 32px; color: var(--zx-dark); margin-bottom: 20px; font-weight: 700; }
.zx-about-content > p { color: var(--zx-text-light); margin-bottom: 28px; font-size: 16px; }
.zx-about-features { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-bottom: 32px; }
.zx-about-feature { display: flex; align-items: flex-start; gap: 12px; }
.zx-about-feature i { width: 36px; height: 36px; background: var(--zx-green-light); color: var(--zx-green); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-weight: 700; font-style: normal; }
.zx-about-feature div h4 { font-size: 15px; font-weight: 600; color: var(--zx-dark); margin: 0 0 4px; }
.zx-about-feature div p { font-size: 13px; color: var(--zx-text-light); margin: 0; }

/* === 产品 === */
.zx-products { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.zx-product-card { background: var(--zx-white); border-radius: var(--zx-radius); overflow: hidden; box-shadow: var(--zx-shadow); transition: var(--zx-transition); position: relative; }
.zx-product-card:hover { transform: translateY(-8px); box-shadow: var(--zx-shadow-hover); }
.zx-product-card .zx-pc-img { height: 200px; overflow: hidden; background: var(--zx-gray); display: flex; align-items: center; justify-content: center; }
.zx-product-card .zx-pc-img img { width: 100%; height: 100%; object-fit: cover; transition: var(--zx-transition); }
.zx-product-card:hover .zx-pc-img img { transform: scale(1.08); }
.zx-product-card .zx-pc-body { padding: 24px; }
.zx-product-card .zx-pc-body h4 { font-size: 18px; color: var(--zx-dark); margin-bottom: 10px; font-weight: 600; }
.zx-product-card .zx-pc-body p { font-size: 14px; color: var(--zx-text-light); margin-bottom: 16px; line-height: 1.6; }
.zx-product-card .zx-pc-link { display: inline-flex; align-items: center; gap: 6px; color: var(--zx-green); font-size: 14px; font-weight: 600; }
.zx-product-card .zx-pc-link:hover { gap: 10px; }

/* === 优势 === */
.zx-advantages { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.zx-advantage { background: var(--zx-white); padding: 36px 28px; border-radius: var(--zx-radius); box-shadow: var(--zx-shadow); text-align: center; transition: var(--zx-transition); border-bottom: 3px solid transparent; }
.zx-advantage:hover { transform: translateY(-6px); border-bottom-color: var(--zx-green); box-shadow: var(--zx-shadow-hover); }
.zx-advantage .zx-icon { width: 64px; height: 64px; margin: 0 auto 20px; background: var(--zx-green-light); border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.zx-advantage .zx-icon img { width: 30px; height: 30px; object-fit: contain; }
.zx-advantage h4 { font-size: 18px; color: var(--zx-dark); margin-bottom: 10px; font-weight: 600; }
.zx-advantage p { font-size: 14px; color: var(--zx-text-light); margin: 0; }

/* === 证书 === */
.zx-certs { display: flex; justify-content: center; flex-wrap: wrap; gap: 40px; }
.zx-cert { display: flex; align-items: center; gap: 14px; padding: 20px 28px; background: var(--zx-white); border-radius: var(--zx-radius); box-shadow: var(--zx-shadow); min-width: 240px; }
.zx-cert-icon { width: 48px; height: 48px; background: var(--zx-green-light); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--zx-green); font-weight: 700; font-size: 18px; flex-shrink: 0; }
.zx-cert div h4 { font-size: 16px; color: var(--zx-dark); margin: 0 0 4px; }
.zx-cert div p { font-size: 13px; color: var(--zx-text-light); margin: 0; }

/* === 全球网络 === */
.zx-global { display: grid; grid-template-columns: 1.1fr .9fr; gap: 60px; align-items: center; }
.zx-global-img { position: relative; }
.zx-global-img img { width: 100%; border-radius: var(--zx-radius); }
.zx-global-content h3 { font-size: 32px; color: var(--zx-dark); margin-bottom: 18px; font-weight: 700; }
.zx-global-content > p { color: var(--zx-text-light); margin-bottom: 28px; }
.zx-global-list { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.zx-global-item { display: flex; gap: 12px; }
.zx-global-item i { width: 10px; height: 10px; background: var(--zx-green); border-radius: 50%; margin-top: 8px; flex-shrink: 0; }
.zx-global-item h4 { font-size: 15px; color: var(--zx-dark); margin: 0 0 4px; }
.zx-global-item p { font-size: 13px; color: var(--zx-text-light); margin: 0; }

/* === 投资者关系 === */
.zx-investor-stockbar { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; background: var(--zx-white); border: 1px solid var(--zx-green-light); border-radius: var(--zx-radius); margin-bottom: 32px; overflow: hidden; }
.zx-investor-stockbar__item { padding: 28px 24px; text-align: center; border-right: 1px solid var(--zx-green-light); }
.zx-investor-stockbar__item:last-child { border-right: none; }
.zx-investor-stockbar__label { display: block; font-size: 13px; color: var(--zx-text-light); margin-bottom: 8px; }
.zx-investor-stockbar__value { display: block; font-size: 18px; color: var(--zx-dark); font-weight: 600; }
.zx-investor-stockbar__value.text-mono { font-size: 28px; color: var(--zx-green); font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace; }

.zx-investor-menu { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.zx-investor-menu__item { background: var(--zx-white); border: 1px solid var(--zx-green-light); border-radius: var(--zx-radius); padding: 28px; transition: var(--zx-transition); cursor: pointer; }
.zx-investor-menu__item:hover { border-color: var(--zx-green); transform: translateY(-6px); box-shadow: var(--zx-shadow-hover); }
.zx-investor-menu__item h4 { font-size: 18px; color: var(--zx-dark); margin-bottom: 10px; font-weight: 600; }
.zx-investor-menu__item p { font-size: 14px; color: var(--zx-text-light); margin: 0 0 18px; line-height: 1.6; }
.zx-investor-menu__item > span { display: inline-flex; align-items: center; gap: 6px; color: var(--zx-green); font-size: 14px; font-weight: 600; transition: var(--zx-transition); }
.zx-investor-menu__item:hover > span { gap: 10px; }

/* 投资者关系弹窗 */
.zx-investor-modal { position: fixed; inset: 0; z-index: 9999; display: flex; align-items: center; justify-content: center; opacity: 0; visibility: hidden; transition: opacity .3s ease, visibility .3s ease; }
.zx-investor-modal.active { opacity: 1; visibility: visible; }
.zx-investor-modal__overlay { position: absolute; inset: 0; background: rgba(26,46,28,.75); backdrop-filter: blur(4px); }
.zx-investor-modal__container { position: relative; width: 92%; max-width: 1100px; height: 86vh; background: var(--zx-white); border-radius: var(--zx-radius); box-shadow: var(--zx-shadow-hover); display: flex; flex-direction: column; overflow: hidden; transform: translateY(20px); transition: transform .3s ease; }
.zx-investor-modal.active .zx-investor-modal__container { transform: translateY(0); }
.zx-investor-modal__header { display: flex; align-items: center; justify-content: space-between; padding: 18px 24px; border-bottom: 1px solid var(--zx-green-light); }
.zx-investor-modal__header h3 { font-size: 18px; color: var(--zx-dark); margin: 0; font-weight: 600; }
.zx-investor-modal__close { width: 36px; height: 36px; border: none; background: var(--zx-gray); border-radius: 50%; font-size: 24px; line-height: 1; color: var(--zx-text); cursor: pointer; transition: var(--zx-transition); }
.zx-investor-modal__close:hover { background: var(--zx-green); color: #fff; }
.zx-investor-modal__body { flex: 1; overflow: hidden; }
.zx-investor-modal__body iframe { width: 100%; height: 100%; border: none; }

/* === CTA === */
.zx-cta { position: relative; padding: 120px 0; background: center/cover no-repeat fixed; display: flex; align-items: center; }
.zx-cta::before { content:''; position: absolute; inset: 0; background: rgba(26,46,28,.82); }
.zx-cta .container { position: relative; z-index: 2; text-align: center; color: #fff; }
.zx-cta h2 { font-size: 42px; font-weight: 700; margin-bottom: 18px;color:#fff; }
.zx-cta p { font-size: 17px; color: rgba(255,255,255,.8); max-width: 620px; margin: 0 auto 32px; }

/* === 页脚 === */
.zx-footer { background: var(--zx-dark); color: rgba(255,255,255,.75); padding: 70px 0 0; }
.zx-footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 50px; padding-bottom: 50px; border-bottom: 1px solid rgba(255,255,255,.08); }
.zx-footer-brand img { height: 50px; margin-bottom: 18px; }
.zx-footer-brand p { font-size: 14px; line-height: 1.8; color: rgba(255,255,255,.6); }
.zx-footer-col h4 { color: #fff; font-size: 16px; margin-bottom: 20px; font-weight: 600; }
.zx-footer-col ul { list-style: none; padding: 0; margin: 0; }
.zx-footer-col ul li { margin-bottom: 10px; }
.zx-footer-col ul li a { color: rgba(255,255,255,.65); font-size: 14px; }
.zx-footer-col ul li a:hover { color: var(--zx-green); padding-left: 4px; }
.zx-footer-contact p { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; margin-bottom: 12px; color: rgba(255,255,255,.65); }
.zx-footer-contact p i { color: var(--zx-green); font-style: normal; font-weight: 700; }
.zx-footer-bottom { padding: 24px 0; text-align: center; font-size: 13px; color: rgba(255,255,255,.45); }
.zx-footer-bottom a { color: rgba(255,255,255,.45); }
.zx-footer-bottom a:hover { color: var(--zx-green); }

/* === 动画 === */
.zx-fade-up { opacity: 0; transform: translateY(40px); transition: opacity .8s ease, transform .8s ease; }
.zx-fade-up.visible { opacity: 1; transform: translateY(0); }

/* === 响应式 === */
@media (max-width: 1199px) {
    .zx-hero h1 { font-size: 46px; }
    .zx-products, .zx-advantages, .zx-investor-menu { grid-template-columns: repeat(3, 1fr); }
    .zx-footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 991px) {
    .zx-nav { display: none; }
    .zx-hero { min-height: auto; padding: 140px 0 100px; }
    .zx-hero h1 { font-size: 38px; }
    .zx-stats .container { grid-template-columns: repeat(2, 1fr); }
    .zx-stat { border-right: none; border-bottom: 1px solid rgba(255,255,255,.15); padding-bottom: 20px; }
    .zx-about-grid, .zx-global { grid-template-columns: 1fr; }
    .zx-about-img { order: -1; }
    .zx-products, .zx-advantages, .zx-investor-menu { grid-template-columns: repeat(2, 1fr); }
    .zx-investor-stockbar { grid-template-columns: repeat(2, 1fr); }
    .zx-investor-stockbar__item:nth-child(2) { border-right: none; }
    .zx-investor-stockbar__item:nth-child(1),.zx-investor-stockbar__item:nth-child(2) { border-bottom: 1px solid var(--zx-green-light); }
    .zx-footer-grid { gap: 30px; }
}
@media (max-width: 767px) {
    .zx-hero h1 { font-size: 30px; }
    .zx-hero p { font-size: 16px; }
    .zx-section { padding: 70px 0; }
    .zx-section-header h2 { font-size: 28px; }
    .zx-products, .zx-advantages, .zx-stats .container, .zx-about-features, .zx-global-list, .zx-investor-menu { grid-template-columns: 1fr; }
    .zx-investor-stockbar { grid-template-columns: 1fr; }
    .zx-investor-stockbar__item { border-right: none; border-bottom: 1px solid var(--zx-green-light); }
    .zx-investor-stockbar__item:last-child { border-bottom: none; }
    .zx-investor-modal__container { width: 96%; height: 90vh; }
    .zx-footer-grid { grid-template-columns: 1fr; }
    .zx-cta h2 { font-size: 30px; }
}
