body {
  background: #ffffff;
}

.aboutNav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 5%;
  padding: 18px 0;
  background: #ffffff;
  border-bottom: 1px solid #e5e9ef;
}

.aboutNav .item {
  position: relative;
  display: flex;
  justify-content: center;
color: #003771;
font-family: "Alibaba PuHuiTi";
font-weight: 400;
font-size: 20px;
line-height: 27px;
}

.aboutNav .item-active{
color: #003771;
font-family: "Alibaba PuHuiTi";
font-weight: 700;
font-size: 20px;
line-height: 27px;
text-decoration-line: underline;
text-decoration-thickness: 10%;
text-underline-offset: 35%;
text-underline-position: from-font;
text-decoration-skip-ink: auto;
}

.model1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 6%;
  padding: 58px 0 70px;
  background: #F1F1F1;
}

.model1 .content {
  display: flex;
  flex: 0 0 34%;
  flex-direction: column;
  min-width: 0;
}

.model1 .title {
  display: flex;
  align-items: center;
  gap: 8px;
}

.model1 .title p {
color: #000000;
font-family: "Alibaba PuHuiTi";
font-weight: 700;
font-size: 30px;
line-height: 41px;
}

.model1 .text1 {
  display: flex;
  margin-top: 25px;
}

.model1 .text1 p {
color: #0f172b;
font-family: "Alibaba PuHuiTi";
font-weight: 700;
font-size: 48px;
line-height: 60px;
}

.model1 .text1 span {
  color: #003771;
}

.model1 .text2 {
  display: flex;
  margin-top: 25px;
}

.model1 .text2 p {
  color: #45556c;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}

.model1 .bottom {
  display: flex;
  align-items: flex-start;
  gap: 26%;
  margin-top: 36px;
}

.model1 .one {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.model1 .text3 {
  color: #0f172b;
  font-family: "Alibaba PuHuiTi";
  font-weight: 900;
  font-size: 36px;
  line-height: 40px;
}

.model1 .text3 span {
  color: #003771;
  margin-right: 10px;
}

.model1 .text3 {
  color: #fb903b;
}

.model1 .text4 {
color: #62748e;
font-family: "Alibaba PuHuiTi";
font-weight: 500;
font-size: 14px;
line-height: 20px;
text-transform: uppercase;

}

.model1 > .img {
  position: relative;
  display: flex;
  flex: 0 0 48%;
  overflow: hidden;
  border-radius:  24px 0px 0px 24px;
  background: #ffffff00;
  box-shadow: 0px 25px 50px -12px #00000040;
}

.model1 > .img img {
  width: 100%;
  height: auto;
  max-width: none;
}

.model1 > .img .text5 {
  position: absolute;
  padding: 25px 90px;
  display: flex;
  color: #ffffff;
  border-radius: 16px;
  border: 0.6px solid #ffffff33;
  box-sizing: border-box;
  background: #ffffff1a;
  width: calc(100% - 80px);
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
}

.model1 > .img .text5 p {
color: #ffffff;
font-family: Inter;
font-weight: 400;
font-size: 16px;
line-height: 26px;
}

.model2 {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 72px 0 74px;
  background: #ffffff;
}

.model2 .wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 82%;
}

.model2 .wrap > .title {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 70%;
  text-align: center;
}

.model2 .title .text1 p {
  text-align: center;
  color: #0f172b;
  font-family: Inter;
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
}

.model2 .title .text2 {
  display: flex;
  margin-top: 12px;
}

.model2 .title .text2 p {
text-align: center;
color: #45556c;
font-family: Inter;
font-weight: 400;
font-size: 18px;
line-height: 28px;
}

.model2 .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 8%;
  margin-top: 66px;
}

.model2 .item2 {
  margin-top: 74px;
}

.model2 .content {
  display: flex;
  flex: 0 0 43%;
  flex-direction: column;
  min-width: 0;
}

.model2 .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  max-width: 64px;
  min-width: 64px;
  height: 64px;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a;
}


.model2 .text3 {
  margin-top: 30px;
}

.model2 .text3 p {
color: #0f172b;
font-family: Inter;
font-weight: 700;
font-size: 36px;
line-height: 40px;
}

.model2 .text4 {
  margin-top: 30px;
}

.model2 .text4 p {
color: #45556c;
font-family: Inter;
font-weight: 400;
font-size: 18px;
line-height: 29.3px;
}

.model2 .img {
  display: flex;
  flex: 0 0 48%;
  overflow: hidden;
  border-radius: 24px;
  background: #ffffff00;
  box-shadow: 0px 25px 50px -12px #00000040;
}

.model2 .img img {
  width: 100%;
  height: auto;
  max-width: none;
  transform: scale(1);
  transition: 0.5s;
}
.model2 .img:hover img {
  transform: scale(1.05);
}

.model3 {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 56px 0 72px;
  background: #F1F1F1;
}

.model3 .wrap {
  display: flex;
  flex-direction: column;
  width: 82%;
}

.model3 .title {
  display: flex;
  align-items: center;
  gap: 16px;
}


.model3 .title p {
color: #0f172b;
font-family: Inter;
font-weight: 700;
font-size: 36px;
line-height: 40px;
}

.model3 .desc {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 24px;
}

.model3 .desc > p {
  width: 60%;
color: #45556c;
font-family: Inter;
font-weight: 400;
font-size: 18px;
line-height: 28px;
}

.model3 .desc a {
  width: 30%;
  display: flex;
  align-items: center;
  align-self: flex-start;
  justify-content: flex-end;
  gap: 8px;
  text-align: center;
  color: #fb8c36;
  font-family: Inter;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}

.model3 .content {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
  margin-top: 34px;
  gap: 2%;
}

.model3 .item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 0;
  flex-direction: column;
  min-width: 0;
  gap: 8px;
  padding: 18px 1.4%;
  cursor: pointer;
  width: 184px;
  height: 200px;
  border-radius: 16px;
  border: 3px solid #f1f5f9;
  box-sizing: border-box;
  background: #f8fafc;
  box-shadow: 0px 1px 2px -1px #0000001a, 0px 1px 3px #0000001a;
  transition: 0.5s;
  text-decoration: none;
  overflow: hidden;
}
.model3 .item svg path{
  transition: 0.5s;
}

.model3 .item svg {
  flex: 0 0 64px;
  width: 104px;
  height: 64px;
  max-width: 100%;
  display: block;
  object-fit: contain;
}

.model3 .item p {
  color: #003771;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  transition: 0.5s;
  text-align: center;
  width: 100%;
  min-height: 38px;
  max-height: 38px;
}

.model3 .item:hover {
  border: 3px solid #fb903b;
}

.model3 .item:hover svg {
  animation: horizontalMove 1.4s ease-in-out infinite;
}
.model3 .item:hover p {
  color: #fb903b;
}
@media (max-width: 1280px) {
  .model1 {
    gap: 4%;
  }

  .model1 .content {
    flex-basis: 38%;
  }

  .model1 > .img {
    flex-basis: 50%;
  }

  .model2 .wrap {
    width: 88%;
  }

  .model3 .wrap {
    width: 88%;
  }

  .model3 .content {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }

  .model3 .item {
    width: auto;
    height: 206px;
    padding: 18px;
  }

  .model3 .item svg {
    flex-basis: 92px;
    width: 124px;
    height: 92px;
  }
}

@media (max-width: 768px) {

  .aboutNav {
    gap: 0;
    padding: 12px 0;
  }

  .aboutNav .item {
    flex: 1 1 0;
    font-size: 14px;
    line-height: 22px;
  }

  .model1 {
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
    margin-top: 0;
  }

  .model1 .content {
    flex-basis: auto;
    width: calc(100% - 32px);
  }

  .model1 .title svg {
    width: 24px;
    min-width: 24px;
  }

  .model1 .text1,
  .model1 .text2 {
    margin-top: 16px;
  }

  .model1 .text1 p {
      color: #0f172b;
      font-family: "Alibaba PuHuiTi";
      font-weight: 700;
      font-size: 17px;
      line-height: 30px;
  }

  .model1 .title p,
  .model2 .title .text1 p,
  .model3 .title p {
    font-size: 24px;
    line-height: 32px;
  }

  .model1 .text2 p,
  .model1 > .img .text5 p,
  .model2 .title .text2 p,
  .model2 .text4 p,
  .model3 .desc > p,
  .model3 .desc a {
    font-size: 14px;
    line-height: 24px;
  }

  .model1 > .img {
    flex-basis: auto;
    width: calc(100% - 32px);
  }

  .model1 > .img .text5 {
    right: 6%;
    left: 6%;
    display: none;
  }

  .model1 .bottom {
    gap: 16px;
    margin-top: 18px;
  }

  .model2 {
    padding: 20px 0;
  }

  .model2 .wrap {
    width: calc(100% - 32px);
  }

  .model2 .wrap > .title {
    width: 100%;
  }

  .model2 .title .text2,
  .model2 .text3,
  .model2 .text4 {
    margin-top: 16px;
  }

  .model2 .item {
    flex-direction: column;
    gap: 16px;
    margin-top: 20px;
  }

  .model2 .item2 {
    flex-direction: column-reverse;
    margin-top: 20px;
  }

  .model2 .content {
    flex-basis: auto;
    width: 100%;
  }

  .model2 .icon {
    display: none;
  }

  .model2 .text3 p {
    font-size: 22px;
  }

  .model2 .img {
    flex-basis: auto;
    width: 100%;
  }

  .model3 {
    padding: 20px 0;
  }

  .model3 .wrap {
    width: calc(100% - 32px);
  }

  .model3 .title {
    gap: 10px;
  }

  .model3 .title svg {
    width: 28px;
    min-width: 28px;
    height: 28px;
  }

  .model3 .title p {
    font-size: 24px;
    line-height: 32px;
  }

  .model3 .desc {
    flex-direction: column;
    gap: 12px;
    margin-top: 16px;
  }

  .model3 .desc > p {
    width: 100%;
  }

  .model3 .content {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 18px;
    gap: 16px 14px;
  }

  .model3 .item {
    width: auto;
    height: auto;
    min-height: 178px;
    padding: 10px;
  }

  .model3 .item svg {
    flex-basis: 88px;
    width: 116px;
    height: 88px;
    display: block;
  }

  .model3 .item p {
    font-size: 13px;
  }
  .model3 .desc a {
    width: auto;
    align-self: flex-end;
  }
}

@media (max-width: 414px) {
  .aboutNav .item {
    font-size: 13px;
  }

  .model1 .content,
  .model1 > .img,
  .model2 .wrap,
  .model3 .wrap {
    width: calc(100% - 28px);
  }

  .model1 .title p,
  .model2 .title .text1 p,
  .model3 .title p {
    font-size: 22px;
    line-height: 30px;
  }
  .model3 .item {
    padding: 12px;
  }

  .model3 .item svg {
    flex-basis: 82px;
    width: 108px;
    height: 82px;
  }
}

@media (max-width: 375px) {
  .aboutNav {
    flex-wrap: wrap;
    gap: 8px 0;
  }

  .aboutNav .item {
    flex: 0 0 50%;
  }

  .model1 .content,
  .model1 > .img,
  .model2 .wrap,
  .model3 .wrap {
    width: calc(100% - 24px);
  }

  .model3 .content {
    gap: 14px 10px;
  }

  .model3 .item {
    min-height: 168px;
    padding: 10px;
  }

  .model3 .item svg {
    flex-basis: 76px;
    width: 100px;
    height: 76px;
  }
}
