/* 青蓝 主题 - 企业数智科技模板 (stt) */
:root {
    --stt-primary: #0096A3;
    --stt-primary-dark: #00707A;
    --stt-accent: #00B5C2;
    --stt-accent-dark: #028794;
    --stt-hero-btn: #0096A3;
    --stt-hero-btn-hover: #00707A;
    --stt-cta: #00B5C2;
    --stt-bg: #ffffff;
    --stt-sub-bg: #EAF4F5;
    --stt-text: #242632;
    --stt-text2: #6A7580;
    --stt-dark1: #12141C;
    --stt-dark2: #1E2A38;
    --stt-topbar-bg: #1E2A38;
    --stt-update-grad: linear-gradient(135deg, #0096A3, #00707A);
    --stt-line: #E6EAEE;
}

* { box-sizing: border-box; }
body { font-family: "PingFang SC", "Microsoft YaHei", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif; color: var(--stt-text); background: var(--stt-bg); margin: 0; padding: 0; line-height: 1.7; }
a { color: var(--stt-primary); text-decoration: none; transition: color .2s; }
a:hover { color: var(--stt-primary-dark); }
img { max-width: 100%; display: block; }
.stt-wrap { max-width: 1200px; margin: 0 auto; padding: 0 16px; }

/* ============ 顶部欢迎条 ============ */
.stt-topbar { background: var(--stt-topbar-bg); color: rgba(255,255,255,.85); font-size: 13px; }
.stt-topbar .stt-wrap { display: flex; align-items: center; justify-content: space-between; height: 38px; }
.stt-topbar .stt-welcome i { color: var(--stt-cta); margin-right: 6px; }
.stt-topbar .stt-hotline i { color: var(--stt-cta); margin-right: 6px; }
.stt-topbar a { color: rgba(255,255,255,.85); margin-left: 18px; }
.stt-topbar a:hover { color: var(--stt-cta); }

/* ============ Header (固定白色 + 下拉导航) ============ */
.stt-header { background: #fff; box-shadow: 0 2px 12px rgba(0,0,0,.08); position: fixed; top: 0; left: 0; right: 0; z-index: 1000; }
.stt-header .stt-wrap { display: flex; align-items: center; justify-content: space-between; height: 74px; }
.stt-logo { display: flex; align-items: center; gap: 10px; }
.stt-logo .stt-logo-badge { width: 42px; height: 42px; border-radius: 8px; background: var(--stt-update-grad); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 20px; font-weight: 800; }
.stt-logo .stt-logo-text { font-size: 22px; font-weight: 800; color: var(--stt-text); letter-spacing: .5px; }
.stt-logo .stt-logo-text small { display: block; font-size: 11px; font-weight: 400; color: var(--stt-text2); letter-spacing: 2px; }
.stt-nav { display: flex; align-items: center; gap: 4px; }
.stt-nav > a, .stt-nav .stt-drop > button { color: var(--stt-text); font-weight: 600; font-size: 15px; padding: 10px 15px; border: 0; background: none; cursor: pointer; border-radius: 6px; transition: all .2s; font-family: inherit; }
.stt-nav > a:hover, .stt-nav .stt-drop.show > button, .stt-nav > a.active { color: var(--stt-primary); }
.stt-nav .stt-drop { position: relative; }
.stt-nav .stt-drop-menu { position: absolute; top: 100%; left: 0; min-width: 190px; background: #fff; box-shadow: 0 10px 30px rgba(0,0,0,.14); border-radius: 10px; padding: 8px; opacity: 0; visibility: hidden; transform: translateY(10px); transition: all .2s; }
.stt-nav .stt-drop:hover .stt-drop-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.stt-nav .stt-drop-menu a { display: block; padding: 9px 14px; color: var(--stt-text); font-size: 14px; border-radius: 6px; }
.stt-nav .stt-drop-menu a:hover { background: var(--stt-sub-bg); color: var(--stt-primary); }
.stt-nav .stt-cta { background: var(--stt-primary); color: #fff !important; font-weight: 700; border-radius: 30px; padding: 10px 22px; }
.stt-nav .stt-cta:hover { background: var(--stt-primary-dark); }

/* ============ Hero (全屏 Banner 轮播) ============ */
.stt-hero { margin-top: 112px; }
.stt-hero .carousel, .stt-hero .carousel-inner, .stt-hero .carousel-item { height: 560px; }
.stt-hero .carousel-item { background: var(--stt-dark1); }
.stt-hero .stt-hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .8; }
.stt-hero .stt-hero-mask { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.6), rgba(0,0,0,.28) 60%, rgba(0,0,0,.48)); }
.stt-hero .stt-hero-txt { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; color: #fff; z-index: 3; padding: 0 20px; }
.stt-hero .stt-hero-txt .stt-eyebrow { letter-spacing: 4px; font-size: 15px; color: var(--stt-cta); font-weight: 600; margin-bottom: 14px; }
.stt-hero .stt-hero-txt h1 { font-size: 50px; font-weight: 800; margin: 0 0 14px; line-height: 1.15; text-shadow: 0 3px 14px rgba(0,0,0,.4); }
.stt-hero .stt-hero-txt .stt-en { font-size: 15px; letter-spacing: 2px; color: rgba(255,255,255,.8); margin-bottom: 26px; }
.stt-hero .stt-hero-txt p { font-size: 19px; max-width: 760px; color: rgba(255,255,255,.92); margin: 0 0 30px; }
.stt-btn-hero { display: inline-block; padding: 15px 38px; background: var(--stt-hero-btn); color: #fff; font-weight: 700; border-radius: 34px; font-size: 17px; transition: all .2s; box-shadow: 0 8px 22px rgba(0,0,0,.3); }
.stt-btn-hero:hover { background: var(--stt-hero-btn-hover); color: #fff; transform: translateY(-2px); }
.stt-hero .carousel-indicators { margin-bottom: 22px; }
.stt-hero .carousel-indicators button { width: 34px; height: 4px; border-radius: 3px; background: rgba(255,255,255,.5); border: 0; }
.stt-hero .carousel-indicators .active { background: var(--stt-cta); }

/* ============ Section base ============ */
.stt-section { padding: 78px 0; }
.stt-section.alt { background: var(--stt-sub-bg); }
.stt-head { text-align: center; margin-bottom: 46px; }
.stt-head .stt-en { letter-spacing: 3px; font-size: 14px; color: var(--stt-accent-dark); font-weight: 700; text-transform: uppercase; }
.stt-head h2 { font-size: 32px; font-weight: 800; margin: 8px 0 10px; color: var(--stt-text); }
.stt-head .stt-bar { width: 54px; height: 3px; background: var(--stt-cta); margin: 0 auto 14px; border-radius: 3px; }
.stt-head p { color: var(--stt-text2); margin: 0; font-size: 16px; }

/* ============ 核心能力 (4项) ============ */
.stt-cap-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 22px; }
.stt-cap-card { background: #fff; border: 1px solid var(--stt-line); border-radius: 14px; padding: 34px 26px; text-align: center; transition: all .25s; }
.stt-cap-card:hover { border-color: var(--stt-primary); box-shadow: 0 14px 30px rgba(0,0,0,.1); transform: translateY(-5px); }
.stt-cap-card .stt-cap-icon { width: 68px; height: 68px; border-radius: 16px; background: var(--stt-sub-bg); color: var(--stt-primary); display: flex; align-items: center; justify-content: center; font-size: 28px; margin: 0 auto 18px; transition: all .25s; }
.stt-cap-card:hover .stt-cap-icon { background: var(--stt-update-grad); color: #fff; }
.stt-cap-card h3 { font-size: 19px; font-weight: 700; margin: 0 0 10px; color: var(--stt-text); }
.stt-cap-card p { font-size: 14px; color: var(--stt-text2); margin: 0; line-height: 1.75; }

/* ============ 解决方案 (3卡) ============ */
.stt-sol-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 26px; }
.stt-sol-card { border-radius: 14px; overflow: hidden; background: #fff; box-shadow: 0 6px 20px rgba(0,0,0,.08); transition: all .3s; display: flex; flex-direction: column; }
.stt-sol-card:hover { transform: translateY(-6px); box-shadow: 0 18px 38px rgba(0,0,0,.14); }
.stt-sol-card .stt-sol-img { aspect-ratio: 16/9; overflow: hidden; }
.stt-sol-card .stt-sol-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.stt-sol-card:hover .stt-sol-img img { transform: scale(1.07); }
.stt-sol-card .stt-sol-body { padding: 24px 26px; flex: 1; display: flex; flex-direction: column; }
.stt-sol-card .stt-sol-body h3 { font-size: 20px; font-weight: 800; margin: 0 0 10px; color: var(--stt-text); }
.stt-sol-card .stt-sol-body p { font-size: 14px; color: var(--stt-text2); margin: 0 0 16px; flex: 1; line-height: 1.75; }
.stt-sol-card .stt-sol-more { font-size: 14px; font-weight: 700; color: var(--stt-primary); }
.stt-sol-card .stt-sol-more i { margin-left: 4px; transition: transform .2s; }
.stt-sol-card:hover .stt-sol-more i { transform: translateX(4px); }

/* ============ 核心产品 (选项卡) ============ */
.stt-tabs { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-bottom: 34px; }
.stt-tabs button { border: 1px solid var(--stt-line); background: #fff; color: var(--stt-text); font-weight: 600; font-size: 16px; padding: 10px 26px; border-radius: 30px; cursor: pointer; transition: all .2s; font-family: inherit; }
.stt-tabs button:hover { border-color: var(--stt-primary); color: var(--stt-primary); }
.stt-tabs button.active { background: var(--stt-primary); color: #fff; border-color: var(--stt-primary); }
.stt-prod-row { display: flex; flex-wrap: wrap; align-items: center; gap: 44px; }
.stt-prod-row .stt-prod-txt { flex: 1 1 46%; }
.stt-prod-row .stt-prod-txt h3 { font-size: 26px; font-weight: 800; color: var(--stt-text); margin: 0 0 16px; }
.stt-prod-row .stt-prod-txt p { color: var(--stt-text2); font-size: 16px; line-height: 1.95; margin: 0 0 22px; }
.stt-prod-row .stt-prod-img { flex: 1 1 46%; border-radius: 16px; overflow: hidden; box-shadow: 0 14px 36px rgba(0,0,0,.16); aspect-ratio: 16/10; }
.stt-prod-row .stt-prod-img img { width: 100%; height: 100%; object-fit: cover; }

/* ============ 为什么选择我们 (简介 + 数据) ============ */
.stt-about .stt-row { display: flex; flex-wrap: wrap; align-items: center; gap: 46px; }
.stt-about .stt-about-img { flex: 1 1 48%; border-radius: 16px; overflow: hidden; box-shadow: 0 14px 36px rgba(0,0,0,.15); aspect-ratio: 16/10; }
.stt-about .stt-about-img img { width: 100%; height: 100%; object-fit: cover; }
.stt-about .stt-about-txt { flex: 1 1 44%; }
.stt-about .stt-about-txt .stt-en { letter-spacing: 3px; font-size: 14px; color: var(--stt-accent-dark); font-weight: 700; }
.stt-about .stt-about-txt h2 { font-size: 30px; font-weight: 800; color: var(--stt-text); margin: 8px 0 16px; }
.stt-about .stt-about-txt p { color: var(--stt-text2); font-size: 16px; line-height: 1.95; margin: 0 0 14px; }
.stt-about .stt-points { list-style: none; padding: 0; margin: 18px 0 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.stt-about .stt-points li { display: flex; align-items: center; gap: 10px; color: var(--stt-text); font-size: 15px; }
.stt-about .stt-points li i { color: var(--stt-cta); }

/* ============ Stats (数据指标) ============ */
.stt-stats { background: var(--stt-update-grad); color: #fff; padding: 58px 0; }
.stt-stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 24px; text-align: center; }
.stt-stats-item .stt-stats-num { font-size: 46px; font-weight: 800; line-height: 1; }
.stt-stats-item .stt-stats-num i { font-size: 30px; margin-right: 8px; opacity: .9; }
.stt-stats-item .stt-stats-label { font-size: 15px; color: rgba(255,255,255,.88); margin-top: 12px; }

/* ============ 资讯中心 (文章区) ============ */
.stt-news-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 26px; }
.stt-news-card { background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 16px rgba(0,0,0,.07); transition: all .3s; display: flex; flex-direction: column; border: 1px solid var(--stt-line); }
.stt-news-card:hover { transform: translateY(-5px); box-shadow: 0 14px 30px rgba(0,0,0,.12); }
.stt-news-card .stt-news-img { aspect-ratio: 16/9; overflow: hidden; background: var(--stt-update-grad); }
.stt-news-card .stt-news-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.stt-news-card:hover .stt-news-img img { transform: scale(1.06); }
.stt-news-card .stt-news-body { padding: 20px 22px; flex: 1; display: flex; flex-direction: column; }
.stt-news-card .stt-news-body h3 { font-size: 17px; font-weight: 700; margin: 0 0 10px; line-height: 1.5; }
.stt-news-card .stt-news-body h3 a { color: var(--stt-text); }
.stt-news-card .stt-news-body h3 a:hover { color: var(--stt-primary); }
.stt-news-card .stt-news-body p { font-size: 14px; color: var(--stt-text2); margin: 0 0 14px; flex: 1; }
.stt-news-meta { display: flex; gap: 14px; font-size: 12px; color: var(--stt-text2); }
.stt-news-meta i { color: var(--stt-primary); margin-right: 3px; }

/* ============ CTA band ============ */
.stt-ctaband { background: var(--stt-dark2); color: #fff; padding: 52px 0; }
.stt-ctaband .stt-wrap { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 22px; }
.stt-ctaband h2 { margin: 0; font-size: 27px; font-weight: 800; }
.stt-ctaband h2 span { color: var(--stt-cta); }
.stt-ctaband p { margin: 6px 0 0; color: rgba(255,255,255,.75); font-size: 15px; }
.stt-ctaband .stt-cta-btn { background: var(--stt-cta); color: var(--stt-dark1); padding: 15px 34px; border-radius: 34px; font-weight: 800; font-size: 17px; }
.stt-ctaband .stt-cta-btn:hover { background: #fff; color: var(--stt-dark1); }

/* ============ 内页 Banner / 详情 ============ */
.stt-pagehead { background: var(--stt-update-grad); color: #fff; padding: 60px 0; text-align: center; margin-top: 112px; }
.stt-pagehead h1 { margin: 0; font-size: 32px; font-weight: 800; }
.stt-pagehead p { margin: 10px 0 0; color: rgba(255,255,255,.85); }
.stt-crumb { font-size: 14px; color: var(--stt-text2); margin-bottom: 22px; }
.stt-crumb a { color: var(--stt-text2); }
.stt-crumb a:hover { color: var(--stt-primary); }
.stt-detail { max-width: 880px; margin: 0 auto; }
.stt-detail h1.stt-detail-title { font-size: 30px; font-weight: 800; color: var(--stt-text); margin: 0 0 16px; line-height: 1.4; }
.stt-detail .stt-detail-meta { display: flex; flex-wrap: wrap; gap: 18px; color: var(--stt-text2); font-size: 14px; padding-bottom: 18px; border-bottom: 1px solid var(--stt-line); margin-bottom: 26px; }
.stt-detail .stt-detail-meta i { color: var(--stt-primary); margin-right: 4px; }
.stt-detail-body { font-size: 17px; line-height: 1.95; color: #353a40; word-break: break-word; }
.stt-detail-body img { border-radius: 10px; margin: 16px auto; height: auto; }
.stt-back { display: inline-block; margin-top: 34px; padding: 11px 24px; background: var(--stt-primary); color: #fff; border-radius: 8px; }
.stt-back:hover { background: var(--stt-primary-dark); color: #fff; }

/* ============ Pagination / search / tags ============ */
.stt-page { display: flex; justify-content: center; gap: 8px; margin-top: 40px; flex-wrap: wrap; }
.stt-page a, .stt-page span { padding: 8px 14px; border: 1px solid var(--stt-line); border-radius: 8px; color: var(--stt-text2); font-size: 14px; }
.stt-page .active, .stt-page a:hover { background: var(--stt-primary); color: #fff; border-color: var(--stt-primary); }
.stt-searchbar { display: flex; gap: 10px; max-width: 640px; margin: 0 auto 40px; }
.stt-searchbar input { flex: 1; padding: 13px 18px; border: 1px solid var(--stt-line); border-radius: 10px; font-size: 16px; }
.stt-searchbar button { padding: 13px 30px; background: var(--stt-primary); color: #fff; border: 0; border-radius: 10px; font-weight: 700; cursor: pointer; }
.stt-searchbar button:hover { background: var(--stt-primary-dark); }
.stt-tagcloud { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; max-width: 880px; margin: 0 auto; }
.stt-tagcloud a { padding: 8px 18px; background: var(--stt-sub-bg); color: var(--stt-primary); border-radius: 24px; font-size: 14px; border: 1px solid transparent; }
.stt-tagcloud a:hover { background: var(--stt-primary); color: #fff; }

/* ============ Footer (深色 4 列 富角页) ============ */
.stt-footer { background: var(--stt-dark1); color: rgba(255,255,255,.7); padding: 60px 0 24px; }
.stt-footer .stt-footer-grid { display: grid; grid-template-columns: 2.2fr 1fr 1fr 1.4fr; gap: 34px; margin-bottom: 34px; }
.stt-footer h5 { color: #fff; font-size: 16px; font-weight: 700; margin: 0 0 18px; }
.stt-footer .stt-brand-text { font-size: 21px; font-weight: 800; color: #fff; margin-bottom: 14px; }
.stt-footer .stt-brand-text i { color: var(--stt-cta); margin-right: 6px; }
.stt-footer p { font-size: 14px; line-height: 1.9; margin: 0; }
.stt-footer ul { list-style: none; padding: 0; margin: 0; }
.stt-footer ul li { margin-bottom: 11px; }
.stt-footer ul li a { color: rgba(255,255,255,.68); font-size: 14px; }
.stt-footer ul li a:hover { color: var(--stt-cta); }
.stt-footer .stt-contact li { display: flex; gap: 10px; align-items: flex-start; }
.stt-footer .stt-contact i { color: var(--stt-cta); margin-top: 4px; }
.stt-footer .stt-qr { display: flex; gap: 16px; margin-top: 16px; }
.stt-footer .stt-qr div { text-align: center; font-size: 12px; color: rgba(255,255,255,.6); }
.stt-footer .stt-qr i { font-size: 46px; color: rgba(255,255,255,.35); display: block; margin-bottom: 6px; }
.stt-footer .stt-copy { text-align: center; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); font-size: 13px; color: rgba(255,255,255,.5); line-height: 1.9; }

/* ============ 返回顶部 ============ */
.stt-totop { position: fixed; right: 22px; bottom: 26px; width: 46px; height: 46px; border-radius: 10px; background: var(--stt-primary); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 18px; z-index: 900; box-shadow: 0 6px 18px rgba(0,0,0,.2); }
.stt-totop:hover { background: var(--stt-primary-dark); color: #fff; }

/* ============ Responsive ============ */
@media (max-width: 992px) {
    .stt-nav { display: none; }
    .stt-hero .carousel, .stt-hero .carousel-inner, .stt-hero .carousel-item { height: 440px; }
    .stt-hero .stt-hero-txt h1 { font-size: 32px; }
    .stt-hero .stt-hero-txt p { font-size: 16px; }
    .stt-about .stt-row, .stt-prod-row { flex-direction: column; }
    .stt-footer .stt-footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
    .stt-topbar .stt-welcome { display: none; }
    .stt-section { padding: 48px 0; }
    .stt-head h2 { font-size: 24px; }
    .stt-stats-item .stt-stats-num { font-size: 34px; }
    .stt-about .stt-points { grid-template-columns: 1fr; }
    .stt-footer .stt-footer-grid { grid-template-columns: 1fr; }
    .stt-ctaband .stt-wrap { flex-direction: column; text-align: center; }
    .stt-hero .stt-hero-txt h1 { font-size: 26px; }
}
