:root {
  --yd-blue: #0d5cab;
  --yd-blue-dark: #094a8f;
  --yd-grey: #2d2d2d;
  --yd-grey-light: #f4f5f7;
  --yd-text: #333;
}

body {
  font-family: "Microsoft YaHei", "PingFang SC", "Helvetica Neue", sans-serif;
  color: var(--yd-text);
  overflow-x: hidden;
}

/* 顶栏：左 logo 预留 + 品牌字，中导航，右热线与图标（参考目标站） */
.site-header-nav {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}


.header-brand-block {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
  max-width: 100%;
  text-decoration: none;
  color: inherit;
}

.header-brand-block:hover {
  color: inherit;
}

/* Logo 预留位：可替换为 <img class="header-logo-img" src="..." alt="..." /> */
.header-logo-slot {
  flex: 0 0 auto;
  width: 150px;
  min-width: 150px;
  height: 72px;
  min-height: 72px;
  border: 1px dashed rgba(13, 92, 171, 0.35);
  border-radius: 4px;
  background: rgba(13, 92, 171, 0.04);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.65rem;
  color: rgba(13, 92, 171, 0.55);
  line-height: 1.2;
  text-align: center;
  padding: 0.25rem;
}

.header-logo-slot:has(.header-logo-img) {
  border: none;
  background: transparent;
  padding: 0;
}

.header-logo-slot:has(.header-logo-img) .header-logo-placeholder {
  display: none;
}

.header-logo-img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.site-header-nav .container-xxl {
  max-width: 100%;
  padding-left: 20px;
}

.header-brand-text {
  min-width: 0;
  line-height: 1.25;
}

.header-brand-title-row {
  display: flex;
  align-items: flex-start;
  gap: 0.35rem;
}

.header-mark-ye {
  font-weight: 800;
  color: var(--yd-blue);
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  line-height: 1;
}

.header-brand-names {
  display: flex;
  flex-direction: column;
}

.header-cn {
  font-weight: 700;
  color: var(--yd-blue);
  font-size: 1.05rem;
  letter-spacing: 0.02em;
}

.header-en {
  font-size: 0.62rem;
  font-weight: 600;
  color: var(--yd-blue);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.header-taglines {
  margin: 0.2rem 0 0;
  font-size: 0.68rem;
  color: #333;
  line-height: 1.45;
  font-weight: 500;
}

.site-nav-list {
  gap: 0.15rem;
}

@media (min-width: 992px) {
  .site-nav-list {
    width: auto;
    display: flex;
    justify-content: flex-end;
    margin-left: auto;
    margin-right: 0;
  }
}

.site-nav-list .nav-link.site-nav-link {
  color: #222 !important;
  font-weight: 600;
  padding: 0.5rem 0.5rem !important;
  font-size: 1.02rem;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
}

.site-nav-list .nav-link.site-nav-link:hover {
  color: var(--yd-blue) !important;
}

.site-nav-list .nav-link.site-nav-link.active {
  color: var(--yd-blue) !important;
  font-weight: 600;
}

.site-nav-link .nav-caret {
  font-size: 0.55rem;
  opacity: 0.65;
  margin-top: 1px;
}

.site-nav-list .dropdown-toggle::after {
  margin-left: 0.35rem;
  vertical-align: middle;
}

.site-nav-list .dropdown-menu.header-dropdown {
  border: 1px solid #e6edf6;
  border-radius: 0;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);
  padding: 0.35rem 0;
  min-width: 10.5rem;
}

.site-nav-list .dropdown-menu.header-dropdown .dropdown-item {
  font-size: 0.92rem;
  padding: 0.5rem 0.9rem;
}

.site-nav-list .dropdown-menu.header-dropdown .dropdown-item:hover,
.site-nav-list .dropdown-menu.header-dropdown .dropdown-item:focus {
  background-color: #f3f8ff;
  color: var(--yd-blue);
}

@media (min-width: 992px) {
  .site-nav-list .dropdown:hover > .dropdown-menu {
    display: block;
  }
}

.header-actions {
  gap: 0.35rem;
  flex-shrink: 0;
}

.header-hotline {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  background: var(--yd-blue);
  color: #fff !important;
  text-decoration: none !important;
  padding: 0.45rem 0.85rem 0.45rem 0.55rem;
  border-radius: 2px;
  transition: background 0.15s ease;
}

.header-hotline:hover {
  background: var(--yd-blue-dark);
  color: #fff !important;
}

.header-hotline__icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 0.95rem;
}

.header-hotline__text {
  line-height: 1.2;
  text-align: left;
}

.header-hotline__label {
  display: block;
  font-size: 0.65rem;
  opacity: 0.95;
  font-weight: 500;
}

.header-hotline__num {
  display: block;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.header-icon-btn {
  width: 38px;
  height: 38px;
  padding: 0;
  border: none;
  background: transparent;
  color: #444;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  transition: color 0.15s, background 0.15s;
}

.header-icon-btn:hover {
  color: var(--yd-blue);
  background: rgba(13, 92, 171, 0.08);
}

@media (max-width: 991.98px) {
  .header-logo-slot {
    width: 56px;
    min-width: 56px;
    height: 52px;
    min-height: 52px;
    font-size: 0.55rem;
  }

  .header-mark-ye {
    font-size: 1.25rem;
  }

  .header-cn {
    font-size: 0.95rem;
  }

  .site-nav-list .nav-link.site-nav-link {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .header-actions {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #eee;
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .header-hotline {
    flex: 1 1 auto;
    min-width: 220px;
  }
}

.nav-link {
  color: #333 !important;
  font-weight: 500;
  padding: 0.5rem 0.65rem !important;
  font-size: 0.92rem;
}

.nav-link:hover {
  color: var(--yd-blue) !important;
}

footer .logo-en {
  font-weight: 800;
  font-size: 1.35rem;
  letter-spacing: 0.02em;
}

/* Hero */
.hero-swiper {
  height: min(78vh, 640px);
  position: relative;
  --swiper-navigation-size: 48px;
  --swiper-navigation-sides-offset: 12px;
}

.hero-swiper .swiper-slide {
  background-size: cover;
  background-position: center;
  position: relative;
}

.hero-swiper .slide-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, rgba(13, 92, 171, 0.75) 0%, rgba(13, 92, 171, 0.35) 45%, rgba(0, 0, 0, 0.25) 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  padding-top: 3rem;
}

.hero-cnc {
  font-size: clamp(3.5rem, 10vw, 7rem);
  font-weight: 900;
  color: #fff;
  line-height: 1;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.2);
}

.hero-sub {
  color: rgba(255, 255, 255, 0.95);
  font-size: 1.15rem;
  max-width: 520px;
  margin-top: 1rem;
}

.hero-tag {
  display: inline-block;
  margin-top: 0.75rem;
  padding: 0.35rem 0.85rem;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  color: #fff;
  font-size: 0.95rem;
}

.hero-tilt-wrap {
  position: relative;
  height: 360px;
  margin-top: 1rem;
}

.hero-tilt {
  position: absolute;
  width: 140px;
  height: 140px;
  background: #fff;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  overflow: hidden;
  border: 4px solid #fff;
}

.hero-tilt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-tilt:nth-child(1) { right: 180px; top: 20px; transform: rotate(-12deg); z-index: 4; }
.hero-tilt:nth-child(2) { right: 100px; top: 80px; transform: rotate(8deg); z-index: 3; width: 150px; height: 150px; }
.hero-tilt:nth-child(3) { right: 20px; top: 10px; transform: rotate(-6deg); z-index: 2; }
.hero-tilt:nth-child(4) { right: 60px; top: 200px; transform: rotate(14deg); z-index: 5; }

.hero-swiper .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.5;
}

.hero-swiper .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
}

/* 独立导航层，避免被 swiper-wrapper 合成层挡住点击 */
.hero-nav-layer {
  position: absolute;
  inset: 0;
  z-index: 50;
  pointer-events: none;
}

.hero-swiper .swiper-button-prev,
.hero-swiper .swiper-button-next {
  pointer-events: auto;
  color: var(--yd-blue);
  width: 48px !important;
  height: 48px !important;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.18);
  top: 50%;
  margin-top: -24px;
  transition: background 0.2s, box-shadow 0.2s;
}

.hero-swiper .swiper-button-prev:hover,
.hero-swiper .swiper-button-next:hover {
  background: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.22);
}

.hero-swiper .swiper-button-prev::after,
.hero-swiper .swiper-button-next::after {
  font-size: 1rem;
  font-weight: 700;
}

.hero-swiper .swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 12px);
}

.hero-swiper .swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 12px);
}

.hero-swiper .swiper-button-prev.swiper-button-disabled,
.hero-swiper .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  pointer-events: auto;
  cursor: pointer;
}

/* Quick icons */
.quick-band {
  background: linear-gradient(180deg, #fafafa 0%, #f2f2f2 100%);
  border-top: 1px solid #e6ebf2;
  border-bottom: 1px solid #e6ebf2;
  padding: 0.7rem 0;
}

.quick-item {
  text-align: center;
  padding: 1rem 0.75rem;
  min-height: 132px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: background 0.2s ease, transform 0.2s ease;
}

.quick-item:hover {
  background: rgba(13, 92, 171, 0.05);
  transform: translateY(-2px);
}

.quick-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 0.7rem;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #dbe4f1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--yd-blue);
  font-size: 1.2rem;
}

.quick-item span {
  font-size: 0.93rem;
  color: #1f2d3d;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.01em;
}

@media (max-width: 991.98px) {
  .quick-item {
    min-height: 122px;
  }
}

.section-title {
  font-weight: 700;
  font-size: 1.75rem;
  color: #222;
  margin-bottom: 0.75rem;
}

.section-desc {
  color: #666;
  max-width: 640px;
  margin: 0 auto 2rem;
  font-size: 0.95rem;
}

/* Stats */
.stats-bar {
  background: var(--yd-blue) url('../image/strength-index-bg.jpg') center/cover no-repeat;
  position: relative;
  color: #fff;
  padding: 3rem 0;
}

.stats-bar::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(13, 92, 171, 0.88);
}

.stats-bar .container {
  position: relative;
  z-index: 1;
}

.stat-num {
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 1.2;
}

.stat-label {
  font-size: 0.9rem;
  opacity: 0.95;
  margin-top: 0.35rem;
}

/* Product cards */
.product-card {
  border: 1px solid #e8e9ec;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
  height: 100%;
  transition: transform 0.2s, box-shadow 0.2s;
}

.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(13, 92, 171, 0.12);
}

.product-card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}

.product-card .body {
  padding: 1rem 1rem 1.15rem;
}

.product-card h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.35rem;
}

.product-card p {
  font-size: 0.82rem;
  color: #666;
  margin: 0;
}

/* Facility grid */
.facility-cap {
  font-size: 0.85rem;
  color: #666;
  margin-top: 0.5rem;
}

.facility-img {
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.facility-img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.facility-wide .facility-img img {
  height: 260px;
}

/* 视差镂空视窗：镂空左右与上下仍由 hole 的白阴影形成；track 上下勿加 padding，否则会被垫成白条 */
section.parallax-window-block {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: -2px;
  background: #e6e8ec;
}

.parallax-window-block__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("../image/1-2403021314505N.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  pointer-events: none;
}

.parallax-window-block__front {
  position: relative;
  z-index: 1;
}

.parallax-window-block__track {
  padding: 0;
  box-sizing: border-box;
}

/* 镂空「视窗」大小：改 height 的 clamp(最小, 首选高度, 最大) — 中间 vh 越大条带越高 */
.parallax-window-block__hole {
  display: block;
  width: 100%;
  max-width: none;
  height: clamp(280px, 72vh, 840px);
  margin: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  /* 四周铺纯白，中间直角矩形镂空露出固定背景 */
  box-shadow: 0 0 0 100vmax #fff;
}

@supports not (background-attachment: fixed) {
  .parallax-window-block__bg {
    background-attachment: scroll;
  }
}

@media (prefers-reduced-motion: reduce) {
  .parallax-window-block__bg {
    background-attachment: scroll;
  }
}

/* 四大实力见证（参考目标站版式） */
.strength-witness-section {
  /* 轻微上移盖住视差块底边可能出现的亚像素白线（与上一块同底色，重叠无痕迹） */
  margin-top: -2px;
  position: relative;
  z-index: 1;
  padding-top: calc(2.75rem + 2px);
  padding-bottom: 3.25rem;
  background-color: #e6e8ec;
  background-image:
    repeating-linear-gradient(
      -12deg,
      transparent,
      transparent 32px,
      rgba(255, 255, 255, 0.22) 32px,
      rgba(255, 255, 255, 0.22) 33px
    ),
    repeating-linear-gradient(
      12deg,
      transparent,
      transparent 38px,
      rgba(0, 0, 0, 0.02) 38px,
      rgba(0, 0, 0, 0.02) 39px
    );
}

@media (min-width: 992px) {
  .strength-witness-section {
    padding-top: calc(3.25rem + 2px);
    padding-bottom: 3.75rem;
  }
}

.strength-witness-heading {
  font-size: clamp(1.55rem, 2.85vw, 2.15rem);
  font-weight: 700;
  color: #1a1a1a;
  letter-spacing: 0.04em;
}

.strength-witness-accent {
  position: relative;
  display: inline-block;
}

.strength-witness-accent::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.5rem;
  width: 2.75rem;
  height: 2px;
  background: #9ea2aa;
}

.strength-ribbon-line {
  margin: 0;
  padding: 0;
}

.strength-ribbon-line hr {
  margin: 0 auto 0.9rem;
  max-width: 7rem;
  border: 0;
  border-top: 1px solid #c5c9d1;
  opacity: 0.85;
}

/* 与下方白卡同一 .container 宽度；负边距让丝带比卡片略宽，折角落在卡片竖边 */
.strength-ribbon-overhang {
  --strength-ribbon-fold: 1.35rem;
  --strength-ribbon-fold-depth: 13px;
  position: relative;
  z-index: 3;
  margin-left: calc(-1 * var(--strength-ribbon-fold));
  margin-right: calc(-1 * var(--strength-ribbon-fold));
}

@media (min-width: 992px) {
  .strength-ribbon-overhang {
    --strength-ribbon-fold: 1.5rem;
    --strength-ribbon-fold-depth: 14px;
  }
}

/* 独立 Tab 条，避免与 Bootstrap .nav/.nav-item 叠层冲突导致「看不见」 */
.strength-ribbon {
  position: relative;
  display: flex;
  align-items: stretch;
  width: 100%;
  min-height: 62px;
  background: #252525 !important;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.18);
  overflow: visible;
}

@media (min-width: 992px) {
  .strength-ribbon {
    min-height: 68px;
  }
}

/* 底部两侧折角：直角边与卡片左右边对齐，斜边从外角折向内侧（与参考站一致） */
.strength-ribbon::before,
.strength-ribbon::after {
  content: "";
  position: absolute;
  bottom: calc(-1 * var(--strength-ribbon-fold-depth, 13px));
  width: var(--strength-ribbon-fold, 1.35rem);
  height: var(--strength-ribbon-fold-depth, 13px);
  background: #161616;
  z-index: 2;
  pointer-events: none;
}

.strength-ribbon::before {
  left: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}

.strength-ribbon::after {
  right: 0;
  clip-path: polygon(0 0, 0 100%, 100% 0);
}

.strength-ribbon__nav {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  min-height: 62px;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 992px) {
  .strength-ribbon__nav {
    min-height: 68px;
  }
}

/* 保留 .nav-link 供 Bootstrap Tab 识别激活项；样式由 .strength-ribbon-tab 覆盖 */
.strength-ribbon__nav .nav-link.strength-ribbon-tab {
  flex: 1 1 25%;
  min-width: min(100%, 168px);
  margin: 0 !important;
  padding: 1.05rem 0.65rem !important;
  border: none !important;
  border-radius: 0 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: inherit;
  font-size: clamp(0.9rem, 1.9vw, 1.05rem);
  font-weight: 500;
  line-height: 1.38;
  color: #f0f0f0 !important;
  background: transparent !important;
  cursor: pointer;
  border-right: 1px solid rgba(255, 255, 255, 0.14) !important;
  transition: color 0.15s ease;
}

.strength-ribbon__nav .nav-link.strength-ribbon-tab:last-child {
  border-right: none !important;
}

.strength-ribbon__nav .nav-link.strength-ribbon-tab:hover {
  color: #fff !important;
}

.strength-ribbon__nav .nav-link.strength-ribbon-tab.active {
  color: var(--yd-blue) !important;
  font-weight: 600;
  background: transparent !important;
}

.strength-ribbon__nav .nav-link.strength-ribbon-tab:focus-visible {
  outline: 2px solid var(--yd-blue);
  outline-offset: -2px;
}

.strength-witness-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 8px 34px rgba(0, 0, 0, 0.09);
  padding: 2.35rem 1.65rem 2.5rem;
}

@media (min-width: 992px) {
  .strength-witness-card {
    padding: 2.85rem 2.85rem 3.1rem;
  }
}

.strength-card-top {
  display: flex;
  align-items: flex-start;
  gap: 1.15rem;
  margin-bottom: 1.25rem;
}

.strength-card-icon {
  width: 60px;
  height: 60px;
  background: var(--yd-blue);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  flex-shrink: 0;
}

.strength-card-num {
  font-size: clamp(3.1rem, 6.8vw, 4.35rem);
  font-weight: 800;
  line-height: 0.95;
  color: #d7dbe3;
  letter-spacing: -0.03em;
}

.strength-card-title {
  font-size: clamp(1.35rem, 2.2vw, 1.55rem);
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0.45rem;
}

.strength-card-sub {
  font-size: clamp(0.95rem, 1.6vw, 1.05rem);
  color: #8a8a8a;
  margin-bottom: 1.1rem;
}

.strength-card-rule {
  border: 0;
  border-top: 1px solid #e2e2e2;
  margin: 0 0 1.3rem;
  opacity: 1;
}

.strength-card-text {
  font-size: clamp(1rem, 1.7vw, 1.08rem);
  color: #333;
  line-height: 1.85;
  margin-bottom: 2rem;
}

.strength-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.strength-card-actions .btn-pill-dark {
  border-radius: 999px;
  padding: 0.55rem 1.85rem;
  font-size: 0.95rem;
  background: #2f2f2f;
  border: none;
  color: #fff;
}

.strength-card-actions .btn-pill-dark:hover {
  background: #1f1f1f;
  color: #fff;
}

.strength-card-actions .btn-pill-blue {
  border-radius: 999px;
  padding: 0.55rem 1.85rem;
  font-size: 0.95rem;
  background: var(--yd-blue);
  border: none;
  color: #fff;
}

.strength-card-actions .btn-pill-blue:hover {
  background: var(--yd-blue-dark);
  color: #fff;
}

.strength-card-img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
}

@media (min-width: 992px) {
  .strength-card-img {
    min-height: 380px;
  }
}

.strength-witness-card .row.strength-card-row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 1.5rem;
}

@media (min-width: 992px) {
  .strength-witness-card .row.strength-card-row {
    --bs-gutter-x: 2.5rem;
    --bs-gutter-y: 2.5rem;
  }
}

/* Cert swiper */
.cert-swiper {
  padding: 0 3rem;
}

.cert-frame {
  border: 8px solid #e8e9ec;
  border-radius: 4px;
  overflow: hidden;
  background: #fafafa;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-size: 0.9rem;
}

.cert-swiper .swiper-button-prev,
.cert-swiper .swiper-button-next {
  color: var(--yd-blue);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}

.cert-swiper .swiper-button-prev::after,
.cert-swiper .swiper-button-next::after {
  font-size: 1rem;
}

/* News */
.news-home-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.8rem;
}

.news-home-more {
  color: #4a6d8c;
  text-decoration: none;
  font-size: 0.95rem;
}

.news-home-more:hover {
  color: var(--yd-blue);
}

.news-home-feature__img {
  display: block;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 0.85rem;
}

.news-home-feature__img img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
  max-height: 280px;
}

.news-home-feature__body h3 {
  margin-bottom: 0.4rem;
  font-size: 1.5rem;
  font-weight: 700;
}

.news-home-feature__body h3 a {
  color: #175a84;
  text-decoration: none;
}

.news-home-feature__body p {
  color: #8a8a8a;
  font-size: 0.92rem;
  margin-bottom: 0.45rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-clamp: 2;
}

.news-home-list .news-item {
  border-bottom: 1px solid #eee;
  padding: 0.95rem 0;
  display: flex;
  gap: 0.65rem;
  align-items: center;
}

.news-home-list .news-item:last-child {
  border-bottom: none;
}

.news-item__body {
  flex: 1;
  min-width: 0;
}

.news-home-list .news-item h4 {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 0.3rem;
}

.news-home-list .news-item h4 a {
  color: #222;
  text-decoration: none;
}

.news-home-list .news-item h4 a:hover {
  color: var(--yd-blue);
}

.news-home-list .news-item p {
  font-size: 0.9rem;
  color: #8a8a8a;
  margin-bottom: 0.35rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-clamp: 1;
}

.news-date {
  font-size: 0.94rem;
  color: #666;
}

.news-item__go {
  width: 30px;
  height: 30px;
  border: 1px solid #e0e7ef;
  border-radius: 50%;
  color: #b9c5d3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.news-item__go:hover,
.news-home-list .news-item:hover .news-item__go {
  background: var(--yd-blue);
  border-color: var(--yd-blue);
  color: #fff;
}

/* Partners */
.partner-logo {
  filter: grayscale(100%);
  opacity: 0.65;
  font-weight: 700;
  font-size: 1.1rem;
  color: #555;
  padding: 1rem;
  text-align: center;
}

/* Footer */
footer {
  background: #1a1a1a;
  color: #bbb;
  padding-top: 3rem;
}

footer a {
  color: #bbb;
  text-decoration: none;
}

footer a:hover {
  color: #fff;
}

.footer-bottom {
  background: var(--yd-blue);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.82rem;
  padding: 0.65rem 0;
  margin-top: 2rem;
}

.qr-box {
  width: 100px;
  height: 100px;
  background: #fff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  color: #888;
  text-align: center;
  padding: 0.25rem;
}

section {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

@media (max-width: 991px) {
  .hero-tilt-wrap { display: none; }
  .hero-content { text-align: center; }
  .hero-sub { margin-left: auto; margin-right: auto; }
}