﻿* {
  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 {
  height: auto;
  min-height: 727px;
  width: 100%;
  background-image: url(../image/homeBg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 60px;
}
.content .contentLeft {
  width: 650px;
  max-width: 100%;
  height: 479px;
  margin-left: 120px;
  margin-top: 93px;
  padding-bottom: 104px;
  box-sizing: border-box;
}
.content .contentLeft .content-left__title {
  font-size: 52px;
  color: #222222;
  line-height: 62px;
  margin-bottom: 20px;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.content .contentLeft .content-left__title span {
  color: #0a65fd;
}
.content .contentLeft .content-left__desc {
  font-weight: 400;
  font-size: 24px;
  color: #333333;
  line-height: 29px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 60px;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.content .contentLeft .contentBtn {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  margin-bottom: 104px !important;
}
.content .contentLeft .contentBtn button {
  width: 288px;
  height: 68px;
  border-radius: 20px 20px 20px 20px;
  border: none;
  background: #ffffff;
  font-size: 20px;
  cursor: pointer;
  transition: box-shadow 0.2s ease, filter 0.2s ease, transform 0.15s ease;
}
.content .contentLeft .contentBtn button:hover {
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.1);
}
.content .contentLeft .contentBtn button:active {
  transform: scale(0.99);
}
.content .contentLeft .contentBtn button:focus-visible {
  outline: 2px solid #0a65fd;
  outline-offset: 3px;
}
.content .contentLeft .contentBtn button.active {
  background: linear-gradient(90deg, #0086ff 0%, #0152ff 100%);
  color: #fff;
}
.content .contentLeft .contentBtn button.active:hover {
  filter: brightness(1.06);
  box-shadow: 0 8px 28px rgba(1, 82, 255, 0.35);
}

.profound {
  width: 100%;
  height: 1029px;
  background: #fff;
}
.profound .profoundtop {
  text-align: center;
  margin: 0 121px;
}
.profound .profoundtop h3 {
  font-size: 40px;
  margin-bottom: 20px;
}
.profound .profoundtop p {
  font-size: 24px;
  line-height: 31px;
  margin-bottom: 30px;
}
.profound .profoundBottom {
  margin: 0 auto;
  width: 1200px;
  height: 704px;
  background-image: url(../image/Group37236.png);
}
.profound .profoundBottom .profoundBottomTitle {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 24px 0 0 23px;
}
.profound .profoundBottom .profoundBottomTitle img {
  width: 65px;
  height: 65px;
}
.profound .profoundBottom .profoundBottomTitle p {
  font-weight: bold;
  font-size: 32px;
  color: #ffffff;
  line-height: 42px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.profound .profoundBottom .classBox {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-top: 16px;
}
.profound .profoundBottom .classBox .card-one,
.profound .profoundBottom .classBox .card-two,
.profound .profoundBottom .classBox .card-three {
  width: 374px;
  height: 570px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.profound .profoundBottom .classBox .card-one {
  background-image: url("../image/Group37237.png");
  padding: 16px 16px 0 21px;
}
.profound .profoundBottom .classBox .card-two {
  background-image: url(../image/Group37238.png);
  padding: 16px 16px 0 21px;
}
.profound .profoundBottom .classBox .card-three {
  background-image: url(../image/Group37239.png);
  padding: 16px 16px 0 21px;
}
.profound .profoundBottom .classBox h1 {
  color: #0a65fd;
  font-size: 60px;
}
.profound .profoundBottom .classBox h3 {
  color: #333333;
  font-size: 22px;
}
.profound .profoundBottom .classBox p {
  color: #333333;
  font-size: 20px;
}

.answer {
  width: 100%;
  height: 860px;
  background-image: url(../image/Group37267.png);
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  margin-bottom: 64px;
}
.answer .left {
  width: 523px;
  height: 657px;
}
.answer .left h1 {
  font-weight: bold;
  font-size: 40px;
  color: #222222;
  line-height: 52px;
  text-align: left;
  margin-bottom: 20px;
}
.answer .left p {
  font-weight: 400;
  font-size: 24px;
  color: #333333;
  line-height: 31px;
  text-align: left;
  margin-bottom: 40px;
}
.answer .left ul {
  list-style: none;
  padding-left: 0;
  font-size: 24px;
  color: #333333;
  line-height: 29px;
  text-align: left;
}
.answer .left li {
  position: relative;
  padding-left: 18px;
  color: #333333;
  margin-bottom: 8px;
}
.answer .left li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.6em;
  color: #000000;
  background: #000000;
}
.answer .right {
  width: 617px;
  height: auto;
}
.answer .right img {
  width: 100%;
  height: auto;
  object-position: center;
  display: block;
}

.persistence {
  width: 100%;
  height: 985px;
  background: #fff;
}
.persistence .persistencetop {
  text-align: center;
  margin: 0 121px;
}
.persistence .persistencetop h3 {
  font-size: 40px;
  margin-bottom: 20px;
}
.persistence .persistencetop p {
  font-size: 24px;
  line-height: 31px;
  margin-bottom: 80px;
}
.persistence .persistenceBox {
  display: flex;
  justify-content: center;
  gap: 60px;
}
.persistence .persistenceBox .persistenceBoxleft {
  width: 617px;
  height: 607px;
}
.persistence .persistenceBox .persistenceBoxright {
  width: 523px;
  height: 514px;
}
.persistence .persistenceBox .persistenceBoxright p {
  font-weight: 400;
  font-size: 24px;
  color: #0a65fd;
  line-height: 29px;
  text-align: left;
  margin-bottom: 20px;
}
.persistence .persistenceBox .persistenceBoxright h3 {
  font-weight: bold;
  font-size: 40px;
  color: #222222;
  line-height: 52px;
  text-align: left;
  margin-bottom: 20px;
}
.persistence .persistenceBox .persistenceBoxright span {
  font-weight: 400;
  font-size: 24px;
  color: #333333;
  line-height: 31px;
  text-align: left;
}

@media (max-width: 768px) {
  .content {
    min-height: auto;
    margin-bottom: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .content .contentLeft {
    width: 100%;
    height: auto;
    margin-left: 0;
  }
  .content .contentLeft .content-left__title {
    font-size: 40px;
    line-height: 48px;
  }
  .content .contentLeft .content-left__desc {
    font-size: 18px;
    line-height: 28px;
  }
  .content .contentLeft .contentBtn {
    gap: 12px;
  }
  .profound {
    height: auto;
    padding: 0 16px 32px;
  }
  .profound .profoundtop {
    margin: 0;
  }
  .profound .profoundtop h3 {
    font-size: 32px;
    line-height: 40px;
  }
  .profound .profoundtop p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .profound .profoundBottom {
    width: 100%;
    height: auto;
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
    padding-bottom: 20px;
  }
  .profound .profoundBottom .profoundBottomTitle {
    padding: 16px 0 0 18px;
  }
  .profound .profoundBottom .profoundBottomTitle p {
    font-size: 22px;
    line-height: 30px;
  }
  .profound .profoundBottom .classBox {
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-top: 12px;
    padding: 0 12px;
  }
  .profound .profoundBottom .classBox .card-one,
  .profound .profoundBottom .classBox .card-two,
  .profound .profoundBottom .classBox .card-three {
    width: 100%;
    max-width: 374px;
    min-height: 420px;
    height: auto;
  }
  .profound .profoundBottom .classBox h1 {
    font-size: 44px;
  }
  .profound .profoundBottom .classBox h3 {
    font-size: 20px;
  }
  .profound .profoundBottom .classBox p {
    font-size: 16px;
  }
  .answer {
    height: auto;
    padding: 32px 16px;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 32px;
  }
  .answer .left,
  .answer .right {
    width: 100%;
    height: auto;
  }
  .answer .left h1 {
    font-size: 32px;
    line-height: 42px;
  }
  .answer .left p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .answer .left ul {
    font-size: 16px;
    line-height: 24px;
  }
  .answer .right {
    max-width: 617px;
    min-height: 0;
  }
  .persistence {
    height: auto;
    padding: 0 16px 32px;
  }
  .persistence .persistencetop {
    margin: 0;
  }
  .persistence .persistencetop h3 {
    font-size: 32px;
    line-height: 40px;
  }
  .persistence .persistencetop p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
  }
  .persistence .persistenceBox {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
  .persistence .persistenceBox .persistenceBoxleft,
  .persistence .persistenceBox .persistenceBoxright {
    width: 100%;
    height: auto;
    max-width: 617px;
  }
  .persistence .persistenceBox .persistenceBoxright p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 12px;
  }
  .persistence .persistenceBox .persistenceBoxright h3 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 12px;
  }
  .persistence .persistenceBox .persistenceBoxright span {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 769px) and (max-width: 1200px) {
  .content {
    min-height: auto;
    padding: 0 24px;
    margin-bottom: 40px;
  }
  .content .contentLeft {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-top: 56px;
    max-width: 760px;
  }
  .content .contentLeft .content-left__title {
    font-size: 46px;
    line-height: 56px;
  }
  .content .contentLeft .content-left__desc {
    font-size: 20px;
    line-height: 30px;
  }
  .profound {
    height: auto;
    padding: 0 24px 40px;
  }
  .profound .profoundtop {
    margin: 0;
  }
  .profound .profoundBottom {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
  }
  .profound .profoundBottom .profoundBottomTitle {
    padding: 20px 0 0 20px;
  }
  .profound .profoundBottom .classBox {
    flex-wrap: wrap;
    gap: 12px;
    padding: 0 12px;
  }
  .profound .profoundBottom .classBox .card-one,
  .profound .profoundBottom .classBox .card-two,
  .profound .profoundBottom .classBox .card-three {
    width: calc(50% - 8px);
    min-width: 300px;
    height: 520px;
  }
  .answer {
    height: auto;
    padding: 40px 24px;
    gap: 24px;
  }
  .answer .left {
    width: 48%;
    height: auto;
  }
  .answer .right {
    width: 48%;
    height: auto;
  }
  .answer .left h1 {
    font-size: 36px;
    line-height: 46px;
  }
  .answer .left p {
    font-size: 20px;
    line-height: 28px;
  }
  .answer .left ul {
    font-size: 20px;
    line-height: 28px;
  }
  .persistence {
    height: auto;
    padding: 0 24px 40px;
  }
  .persistence .persistencetop {
    margin: 0;
  }
  .persistence .persistenceBox {
    gap: 24px;
  }
  .persistence .persistenceBox .persistenceBoxleft,
  .persistence .persistenceBox .persistenceBoxright {
    width: 48%;
    height: auto;
  }
  .persistence .persistenceBox .persistenceBoxright p {
    font-size: 20px;
    line-height: 26px;
  }
  .persistence .persistenceBox .persistenceBoxright h3 {
    font-size: 36px;
    line-height: 46px;
  }
  .persistence .persistenceBox .persistenceBoxright span {
    font-size: 20px;
    line-height: 28px;
  }
}
