.home-hero {
  min-height: clamp(427px, 44.5vw, 885px);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-hero .hero-inner {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
  padding-top: 105px;
}

.hero-kicker {
  margin: 0 0 10px;
  color: #0755ad;
  font-size: 20px;
  font-weight: 600;
}

.home-hero h1 {
  width: min(900px, 100%);
  margin: 0 0 34px;
  color: #fff;
  font-family: "AlibabaPuHuiTi", "Microsoft YaHei", Arial, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0;
  text-shadow: 0 1px 2px rgba(0, 47, 108, 0.18);
}

.primary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 108px;
  height: 34px;
  padding: 0 18px;
  color: #fff;
  font-size: 13px;
  background: var(--brand);
  border-radius: 3px;
}

.page-hero {
  /*min-height: 250px;*/
  padding: 70px 20px 48px;
  text-align: center;
  background: linear-gradient(90deg, rgba(238, 245, 252, 0.7), rgba(255, 255, 255, 0.72)),
    url("../img/home/home-banner-02.jpg") center/cover no-repeat;
}

.page-hero h1 {
  margin: 0;
  color: var(--brand);
  font-family: "AlibabaPuHuiTi", "Microsoft YaHei", Arial, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0;
}

.section-title h2 {
  margin: 0;
  color: var(--brand);
  font-family: "AlibabaPuHuiTi", "Microsoft YaHei", Arial, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0;
}

.en-title {
  display: block;
  margin-top: 3px;
  color: #526174;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-lead {
  width: min(980px, 100%);
  margin: 28px auto 0;
  color: #202a3b;
  font-size: 18px;
  line-height: 1.9;
}

.section {
  padding: 40px 0;
}

.section.soft {
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.72), rgba(235, 243, 252, 0.95));
}

.section.band {
  background: linear-gradient(90deg, rgba(238, 245, 252, 0.72), rgba(255, 255, 255, 0.82)),
    url("../img/home/home-banner-02.jpg") center/cover no-repeat;
}

.container {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
}

.narrow {
  width: min(980px, calc(100% - 40px));
}

.section-title {
  margin-bottom: 40px;
  text-align: center;
}

.section-title.left {
  text-align: left;
}

.section-title p,
.body-copy {
  color: #273245;
  font-size: 16px;
}

.body-copy p {
  margin: 0 0 18px;
  text-indent: 2em;
}

.visual-box {
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fff;
}

.visual-box img {
  width: 100%;
}

.grid {
  display: grid;
  gap: 28px;
}

.grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid.four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid.five {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}


.org-root {
  position: relative;
  width: min(360px, 100%);
  margin: 0 auto 36px;
  padding: 14px 22px;
  color: #fff;
  text-align: center;
  background: var(--brand);
  border-radius: 8px;
  font-size: 23px;
  font-weight: 600;
}

.org-root::after {
  position: absolute;
  bottom: -18px;
  left: 50%;
  width: 1px;
  height: 18px;
  content: "";
  background: var(--brand);
}

.company-flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 36px;
  margin-bottom: 32px;
}

.company-flow::before {
  position: absolute;
  top: -18px;
  right: calc((100% - 108px) / 8);
  left: calc((100% - 108px) / 8);
  height: 1px;
  content: "";
  background: var(--brand);
}

.company-node {
  position: relative;
  min-height: 74px;
  padding: 16px 12px;
  color: #fff;
  text-align: center;
  background: var(--brand);
  border-radius: 7px;
  font-size: 18px;
  line-height: 1.45;
}

.company-node::before {
  position: absolute;
  top: -18px;
  left: 50%;
  width: 1px;
  height: 18px;
  content: "";
  background: var(--brand);
}

.company-layout {
  position: relative;
  width: min(980px, 100%);
  margin: 0 auto;
  padding: 0;
}

.company-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 58px 80px;
}

.company-card {
  min-height: 166px;
  padding: 27px 40px 24px;
  background: #e9edf3;
  border-radius: 0;
}

.company-card:nth-child(2),
.company-card:nth-child(4) {
  border-radius: 0 18px 18px 0;
}

.company-card:nth-child(3) {
  border-radius: 0 0 0 18px;
}

.company-card-title {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 17px;
}

.company-card-title img {
  flex: 0 0 auto;
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.company-card-title h3 {
  margin: 0;
  color: var(--brand);
  font-size: 18px;
  line-height: 1.25;
}

.company-card p {
  margin: 0;
  color: #10203a;
  font-size: 13px;
  line-height: 1.58;
}

.company-card .company-position {
  margin-bottom: 12px;
}

.company-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 250px;
  max-width: 34%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}


.center-lead {
  width: min(1040px, 100%);
  margin: 0 auto 30px;
  color: #17233d;
  text-align: center;
  font-size: 17px;
  line-height: 1.86;
}

.company-intro {
  width: min(980px, 100%);
  margin: 0 auto 48px;
  color: #17233d;
  font-size: 17px;
  line-height: 1.82;
  text-indent: 2em;
}

body[data-page="home"] .section {
  padding: 40px 0;
}

body[data-page="home"] #intro .narrow {
  width: min(900px, calc(100% - 40px));
}

body[data-page="home"] #intro .section-title {
  margin-bottom: 26px;
}

body[data-page="home"] #intro .body-copy {
  font-size: 16px;
  line-height: 1.78;
}

body[data-page="home"] #intro .body-copy p {
  margin-bottom: 12px;
}

body[data-page="home"] .company-card {
  min-height: 206px;
}

@media (max-width: 860px) {
  .home-hero { min-height: 520px; }
  .home-hero .hero-inner { padding-top: 74px; }
  .home-hero h1 { font-size: 28px; }
  .section-title h2 { font-size: 28px; }
  .grid.two,
  .grid.three,
  .grid.four,
  .grid.five,
  .company-flow { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 861px) and (max-width: 1180px) {
  .home-hero h1 { font-size: 30px; }
}

@media (max-width: 640px) {
  .container,
  .narrow { width: min(100% - 28px, 1200px); }
  .home-hero h1 { font-size: 24px; }
  .section-title h2 { font-size: 24px; }
  .section { padding: 40px 0; }
  .grid.two,
  .grid.three,
  .grid.four,
  .grid.five,
  .company-flow { grid-template-columns: 1fr; }
  .org-root::after,
  .company-flow::before,
  .company-node::before { display: none; }
  .company-card-grid { gap: 22px; grid-template-columns: 1fr; }
  .company-card,
  .company-card:nth-child(2),
  .company-card:nth-child(3),
  .company-card:nth-child(4) { border-radius: 8px; }
  .company-ring { position: static; display: block; width: 220px; max-width: 70%; margin: 26px auto 0; transform: none; }
}
