﻿@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}

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

a {
  text-decoration: none;
}

.navbar {
  width: 100%;
  height: auto;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 8px;
  column-gap: 220px;
  padding: 0px 20px;
}
.navbar .logo-container {
  display: flex;
  align-items: center;
  gap: 10px;
}
.navbar .logo-container img {
  width: 45px;
  height: 45px;
  border-radius: 8px;
}
.navbar .logo-container .logo-text {
  font-size: 20px;
  color: #000000;
  font-weight: bold;
}
.navbar ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 40px;
}
.navbar ul li a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
}
.navbar ul li .router-link-active,
.navbar ul li .router-link-exact-active {
  color: #0a65fd;
}
.navbar .navbtn {
  width: 80px;
  height: 32px;
  background: linear-gradient(90deg, #0086ff 0%, #0152ff 100%);
  border-radius: 10px;
  border: none;
  color: #ffffff;
  cursor: pointer;
}

@media (max-width: 768px) {
  .navbar {
    justify-content: center;
    column-gap: 16px;
    row-gap: 10px;
    padding: 12px 16px;
  }
  .navbar ul {
    width: 100%;
    order: 3;
    justify-content: center;
    gap: 12px 28px;
    margin: 0;
  }
  .navbar .navbtn {
    order: 2;
  }
}
.footer {
  width: 100%;
  height: auto;
  min-height: 286px;
  background: #000000;
  padding: 40px 0px 18px;
  box-sizing: border-box;
}

.footer-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 100px;
  row-gap: 36px;
  width: 100%;
  margin: 0 auto;
}
.footer-main .footer-left {
  width: 495px;
  height: auto;
}
.footer-main .footer-left .logoTitle {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
.footer-main .footer-left .logoTitle h3 {
  font-weight: 600;
  font-size: 36px;
  color: #ffffff;
  text-align: left;
}
.footer-main .footer-left .logoTitle img {
  width: 53px;
  height: 53px;
  border-radius: 14px;
}
.footer-main .footer-left p {
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 21px;
  text-align: left;
}
.footer-main .footer-center {
  width: 199px;
  height: auto;
}
.footer-main .footer-center ul li {
  margin-bottom: 16px;
}
.footer-main .footer-center ul li h4 {
  font-weight: 500;
  font-size: 20px;
  color: #ffffff;
  text-align: left;
}
.footer-main .footer-center ul li p,
.footer-main .footer-center ul li a {
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  text-align: left;
}
.footer-main .footer-center ul li a {
  text-decoration: none;
}
.footer-main .footer-right {
  width: 307px;
  height: auto;
}
.footer-main .footer-right ul li {
  margin-bottom: 16px;
}
.footer-main .footer-right ul li h4 {
  font-weight: 500;
  font-size: 20px;
  color: #ffffff;
  text-align: left;
}
.footer-main .footer-right ul li p {
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 21px;
  text-align: left;
}
.footer-main .footer-right .contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer-main .footer-right .contact-item img {
  width: 14px;
  height: 14px;
  margin-top: 3px;
  flex-shrink: 0;
}

.footer-copy {
  width: 100%;
  margin: 30px auto 0;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  font-size: 12px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  box-sizing: border-box;
}
.footer-copy .policy {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: underline;
  margin-right: 45px;
}
.footer-copy img {
  width: 14px;
  height: 14px;
  opacity: 0.7;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 2px;
}

@media (max-width: 768px) {
  .footer {
    padding: 24px 16px 16px;
  }
  .footer-main {
    gap: 24px;
    justify-content: flex-start;
  }
  .footer-main .footer-left,
  .footer-main .footer-center,
  .footer-main .footer-right {
    width: 100%;
    max-width: 100%;
  }
  .footer-main .footer-left .logoTitle h3 {
    font-size: 28px;
  }
  .footer-main .footer-center ul li h4,
  .footer-main .footer-right ul li h4 {
    font-size: 18px;
  }
  .footer-copy {
    margin-top: 24px;
    justify-content: flex-start;
  }
}
@media (min-width: 769px) and (max-width: 1200px) {
  .footer {
    padding: 32px 24px 18px;
  }
  .footer-main {
    gap: 36px;
    justify-content: space-between;
  }
  .footer-main .footer-left {
    width: 100%;
    max-width: 460px;
  }
  .footer-main .footer-center,
  .footer-main .footer-right {
    width: calc(50% - 18px);
    max-width: 300px;
  }
  .footer-copy {
    margin-top: 36px;
  }
}
.content {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 100vh;
  margin-bottom: 0;
  padding: 0 24px 80px;
  box-sizing: border-box;
  background-image: url(../image/Group\ 37266.png);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.content .contentText {
  width: 100%;
  max-width: 1198px;
  margin: 64px auto 0;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.content .contentText .hero-badge {
  min-width: 0;
  max-width: 100%;
  width: auto;
  min-height: 41px;
  padding: 6px 20px;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 100px;
  font-weight: 500;
  font-size: 24px;
  color: #0a65fd;
  line-height: 29px;
  text-align: center;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.content .contentText h4 {
  font-weight: bold;
  font-size: 52px;
  color: #222222;
  line-height: 62px;
  text-align: center;
  margin: 0;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.content .contentText h4 span {
  color: #0a65fd;
}
.content .contentText p {
  font-weight: 400;
  font-size: 24px;
  color: #333333;
  line-height: 31px;
  text-align: center;
  margin: 0;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.content .timeline-graphic {
  width: 100%;
  max-width: 1400px;
  height: auto;
  margin: clamp(120px, 18vw, 317px) auto 0;
  padding: 0;
  box-sizing: border-box;
}
.content .timeline-stage {
  position: relative;
  width: 100%;
  max-width: 1400px;
  height: auto;
  margin: clamp(72px, 10vw, 120px) auto clamp(96px, 12vw, 160px);
  overflow: visible;
  /* 缁濆瀹氫綅鍗＄墖闅忓唴瀹瑰彉楂橈紝浼氳秴鍑哄簳鍥鹃珮搴︼紝棰勭暀搴曢儴绌洪棿閬垮厤琚鍒?*/
  padding-bottom: clamp(120px, 20vw, 280px);
  /* 涓?card1 璐?top 棰勭暀绌洪棿锛屽噺杞讳笌涓婃柟鏂囨閲嶅彔 */
  padding-top: clamp(48px, 6vw, 96px);
}
.content .timeline-image {
  width: 100%;
  max-width: 1400px;
  height: auto;
  display: block;
}
.content .timeline-card {
  position: absolute;
  width: min(31.57%, 442px);
  max-width: calc(100% - 16px);
  background: #ffffff;
  box-shadow: 0px 4px 30px 0px #cbdef5;
  border-radius: 32px;
  box-sizing: border-box;
  padding: 16px 18px 18px;
  height: auto;
  max-height: none;
  overflow: visible;
}
.content .timeline-card .card-tag {
  display: inline-block;
  background: #f7f7f8;
  border-radius: 8px 8px 8px 8px;
  margin: 0 0 8px;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  padding: 12px;
  color: #333333;
  text-align: center;
}
.content .timeline-card h4 {
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  line-height: 24px;
  text-align: left;
  margin: 0 0 8px;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.content .timeline-card p {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 18px;
  text-align: left;
  margin: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.content .card1 {
  top: -8%;
  right: 18%;
  left: auto;
  z-index: 4;
}
.content .card2 {
  top: 20%;
  left: 10.8%;
  right: auto;
  z-index: 3;
}
.content .card3 {
  top: 47%;
  right: 16.5%;
  left: auto;
  z-index: 2;
}
.content .card4 {
  top: 75%;
  left: 8.6%;
  right: auto;
  z-index: 1;
}

/* 骞虫澘鍙婁互涓嬶細绾靛悜鍫嗗彔锛岄伩鍏嶇粷瀵瑰畾浣嶉噸鍙?*/
@media (max-width: 1200px) {
  .content {
    min-height: 0;
    margin-bottom: 0;
    padding: 0 24px 64px;
  }
  .content .contentText {
    width: 100%;
    margin-top: 56px;
    padding: 0 0 24px;
  }
  .content .contentText .hero-badge {
    font-size: 20px;
    line-height: 30px;
  }
  .content .contentText h4 {
    font-size: 46px;
    line-height: 56px;
  }
  .content .contentText p {
    font-size: 20px;
    line-height: 30px;
  }
  .content .timeline-graphic {
    margin-top: 32px;
  }
  .content .timeline-stage {
    margin: 24px auto 40px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .content .timeline-image {
    order: 0;
    width: 100%;
    height: auto;
  }
  .content .timeline-card {
    position: relative;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    width: 100%;
    max-width: 100%;
    min-height: 0;
    max-height: none;
    overflow: visible;
    padding: 18px 18px 20px;
    order: 1;
    border-radius: 24px;
  }
  .content .timeline-card .card-tag {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .content .timeline-card h4 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .content .timeline-card p {
    font-size: 15px;
    line-height: 22px;
  }
  .content .card1 {
    order: 1;
  }
  .content .card2 {
    order: 2;
  }
  .content .card3 {
    order: 3;
  }
  .content .card4 {
    order: 4;
  }
}
@media (max-width: 768px) {
  .content {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 32px;
  }
  .content .contentText {
    margin-top: 40px;
    gap: 16px;
    padding: 0 0 16px;
  }
  .content .contentText .hero-badge {
    font-size: 18px;
    line-height: 28px;
  }
  .content .contentText h4 {
    font-size: 32px;
    line-height: 40px;
  }
  .content .contentText p {
    font-size: 16px;
    line-height: 24px;
  }
  .content .timeline-graphic {
    margin-top: 16px;
  }
  .content .timeline-stage {
    margin: 16px auto 28px;
    gap: 20px;
  }
  .content .timeline-card {
    padding: 20px 18px 22px;
    border-radius: 24px;
  }
  .content .timeline-card .card-tag {
    font-size: 14px;
    line-height: 20px;
  }
  .content .timeline-card h4 {
    font-size: 20px;
    line-height: 30px;
  }
  .content .timeline-card p {
    font-size: 16px;
    line-height: 24px;
  }
}
