.banner {
  width: 100%;
  position: relative;
  z-index: 50;
}
.banner img {
  width: 100%;
  height: 100%;
}
.banner .content {
  position: absolute;
  top: 60%;
  left: 10%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
}
.banner .content .content-top {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.banner .content .content-top .title {
  color: #fff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 500;
  font-size: 48px;
  line-height: 66px;
  margin-bottom: 32px;
}
.banner .content .content-top .desc {
  color: #fff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 8px;
}
.process {
  width: 100%;
  background: linear-gradient(180deg, #f3f7fc 0%, #ffffff 56.73%, #f3f7fc 100%);
  position: relative;
}
.process .section1 {
  width: 80%;
  margin: 0 auto;
  max-width: 1440px;
  margin: 53px auto 193px auto;
  z-index: 0;
  display: flex;
  justify-content: space-between;
}
.process .section1 .section1-top {
  width: 48%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 50px;
  z-index: 1;
}
.process .section1 .section1-top .top {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.process .section1 .section1-top .top .title {
  display: flex;
  align-items: center;
  gap: 9px;
}
.process .section1 .section1-top .top .title p {
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 0.4px;
}
.process .section1 .section1-top .bottom {
  display: flex;
  flex-direction: column;
  gap: 37px;
}
.process .section1 .section1-top .bottom .title {
  display: flex;
  align-items: center;
  gap: 8px;
}
.process .section1 .section1-top .bottom .title .num {
  width: 48px;
  height: 48px;
  border-radius: 16777200px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-family: Inter;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}
.process .section1 .section1-top .bottom .title p {
  color: #ffffff;
  font-family: Inter;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.1px;
}
.process .section1 .section1-top .bottom .text {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.process .section1 .section1-top .bottom .text p {
  color: #dbeafe;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 18px;
  line-height: 29.3px;
  letter-spacing: -0.4px;
}
.process .section1 .img {
  width: 48%;
  border-radius: 20px;
  overflow: hidden;
}
.process .section1 .img img {
  width: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s;
  cursor: pointer;
}
.process .section1 .img:hover img {
  transform: scale(1.05);
}
.process .section2 {
  width: 80%;
  margin: 0 auto;
  max-width: 1440px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.process .section2 .item {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  width: calc((100% - 57px) / 2);
  margin-bottom: 57px;
  display: flex;
  gap: 16px;
  padding: 34px 40px;
  height: auto !important;
  flex-shrink: 0;
}
.process .section2 .item > img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: 0;
}
.process .section2 .item .num {
  z-index: 1;
  min-width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 16777200px;
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  font-family: Inter;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
}
.process .section2 .item .content {
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.process .section2 .item .content p:nth-child(1) {
  color: #ffffff;
  font-family: Inter;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}
.process .section2 .item .content p:nth-child(2) {
  color: rgba(255, 255, 255, 0.9);
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}
.process::before {
  content: "";
  position: absolute;
  width: 300%;
  height: 800px;
  top: -450px;
  transform: rotate(-5.752198deg);
  background: #013fa6;
  z-index: 0;
}
.service {
  width: 100%;
  background: #f3f7fc;
}
.service .inner {
  width: 100%;
  padding: 63px 0 52px;
}
.service .inner .section1 {
  width: 80%;
  margin: 0 auto;
  max-width: 1440px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 39px;
  gap: 2px;
}
.service .inner .section1 .title {
  display: flex;
  align-items: center;
  gap: 23px;
}
.service .inner .section1 .title p {
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 35px;
  line-height: 48px;
  text-align: center;
}
.service .inner .section2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 20px;
}
.service .inner .section2 .swiper-wrapper {
  width: 100%;
  display: flex;
  align-items: stretch;
}
.service .inner .section2 .swiper-wrapper .swiper-slide {
  height: auto !important;
  flex-shrink: 0;
  transition: 0.5s;
  width: 40%;
  padding: 36px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  background: rgba(255, 255, 255, 0.15);
  box-shadow: inset 8px 8px 8px rgba(0, 0, 0, 0.05), inset -8px -8px 8px rgba(255, 255, 255, 0.01);
  backdrop-filter: saturate(90%) blur(2.6px);
  display: flex;
  flex-direction: column;
  border-radius: 17px;
}
.service .inner .section2 .swiper-wrapper .swiper-slide .top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin-bottom: 20px;
}
.service .inner .section2 .swiper-wrapper .swiper-slide .top .img {
  width: 65px;
  height: 65px;
  border-radius: 100px;
  border: 3px solid #394046;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service .inner .section2 .swiper-wrapper .swiper-slide .top .img svg {
  display: block;
  object-fit: scale-down;
  transform: rotateY(0deg);
  transition: 0.5s;
}
.service .inner .section2 .swiper-wrapper .swiper-slide .top p {
  color: #394046;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 30px;
  line-height: 41px;
}
.service .inner .section2 .swiper-wrapper .swiper-slide .middle {
  width: 100%;
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 20px;
}
.service .inner .section2 .swiper-wrapper .swiper-slide .middle p {
  color: #5c5c5c;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 14px;
  line-height: 43px;
  text-decoration-line: underline;
  text-decoration-color: #00264c;
  text-underline-offset: 65.5%;
  text-underline-position: from-font;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.service .inner .section2 .swiper-wrapper .swiper-slide .middle p::before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #5c5c5c;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.service .inner .section2 .swiper-wrapper .swiper-slide .btn {
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
}
.service .inner .section2 .swiper-wrapper .swiper-slide:hover {
  transform: scale(1.05);
}
.service .inner .section2 .swiper-wrapper .swiper-slide:hover .top svg {
  transform: rotateY(360deg);
}
.service .inner .section3 {
  width: 100%;
}
.service .inner .section3 .swiper-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service .inner .section3 .swiper-wrapper .swiper-slide {
  width: 88px !important;
  height: 6px;
  border-radius: 6px;
  background: #acacac;
  cursor: pointer;
  transition: 0.2s;
}
.service .inner .section3 .swiper-wrapper .swiper-slide-thumb-active {
  width: 12px !important;
  height: 12px;
  background: #013fa6;
  border-radius: 50%;
}
.support {
  width: 100%;
  background: #f3f7fc;
}
.support .inner {
  width: 80%;
  margin: 0 auto;
  max-width: 1440px;
  padding: 63px 0 52px;
}
.support .inner .section1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 39px;
  gap: 2px;
}
.support .inner .section1 .title {
  display: flex;
  align-items: center;
  gap: 23px;
}
.support .inner .section1 .title p {
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 35px;
  line-height: 48px;
}
.support .inner .section1 .desc p {
  text-align: center;
  color: #1c1c1c;
  font-family: Inter;
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
}
.support .inner .section2 {
  display: flex;
  justify-content: space-between;
  margin: 100px 0;
}
.support .inner .section2 .item {
  padding: 50px 80px 50px 31px;
  border-radius: 24px;
  background: #c40031;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.support .inner .section2 .item p:nth-child(1) {
  color: #ffffff;
  font-family: Inter;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  z-index: 2;
}
.support .inner .section2 .item p:nth-child(2) {
  width: 90%;
  color: rgba(255, 255, 255, 0.9);
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}
.support .inner .section2 .item svg:nth-child(3) {
  position: absolute;
  top: 5%;
  right: 30%;
}
.support .inner .section2 .item svg:nth-child(4) {
  position: absolute;
  bottom: -15%;
  right: 17%;
}
.support .inner .section2 .item svg:nth-child(5) {
  position: absolute;
  top: 0;
  right: 0;
}
.support .inner .section2 .item1 {
  transform: rotate(-2.367022deg);
}
.support .inner .section2 .item2 {
  transform: rotate(3.000001deg);
}
.support .inner .section3 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: center;
}
.support .inner .section3 p:nth-child(1) {
  text-align: center;
  color: #000000;
  font-family: Inter;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}
.support .inner .section3 p:nth-child(2) {
  text-align: center;
  color: #ababab;
  font-family: Inter;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}
.partner {
  width: 100%;
  background: linear-gradient(180deg, #f9fafb 0%, #ffffff 100%);
}
.partner .inner {
  width: 80%;
  margin: 0 auto;
  max-width: 1440px;
  padding: 63px 0 52px;
}
.partner .inner .section1 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 43px;
}
.partner .inner .section1 .title {
  display: flex;
  align-items: center;
  gap: 12px;
}
.partner .inner .section1 .title p {
  color: #101828;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 35px;
  line-height: 48px;
}
.partner .inner .section1 .desc {
  width: 20%;
}
.partner .inner .section1 .desc p {
  color: #616161;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}
.partner .inner .section2 {
  position: relative;
  width: 100%;
  height: 500px;
  margin-bottom: 50px;
}
.partner .inner .section2 .swiper1 {
  width: 80%;
  height: 100%;
}
.partner .inner .section2 .swiper1 .swiper-wrapper {
  width: 100% !important;
}
.partner .inner .section2 .swiper1 .swiper-wrapper .swiper-slide {
  width: 100% !important;
  height: 100%;
  display: flex;
  justify-content: space-between;
  padding: 33px 37px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0px 0px 5.4px rgba(0, 0, 0, 0.16);
}
.partner .inner .section2 .swiper1 .swiper-wrapper .swiper-slide .img {
  width: 48%;
  border-radius: 20px;
  overflow: hidden;
}
.partner .inner .section2 .swiper1 .swiper-wrapper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s;
}
.partner .inner .section2 .swiper1 .swiper-wrapper .swiper-slide .img:hover img {
  transform: scale(1.05);
}
.partner .inner .section2 .swiper1 .swiper-wrapper .swiper-slide .content {
  width: 48%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.partner .inner .section2 .swiper1 .swiper-wrapper .swiper-slide .content .text {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.partner .inner .section2 .swiper1 .swiper-wrapper .swiper-slide .content .text > p:nth-child(1) {
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
}
.partner .inner .section2 .swiper1 .swiper-wrapper .swiper-slide .content .text > p:nth-child(2) {
  color: #616161;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}
.partner .inner .section2 .swiper1 .swiper-wrapper .swiper-slide .content .tag {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.partner .inner .section2 .swiper1 .swiper-wrapper .swiper-slide .content .tag p {
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-decoration-line: underline;
  text-underline-offset: 25%;
  text-underline-position: from-font;
}
.partner .inner .section2 .prev,
.partner .inner .section2 .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.partner .inner .section2 .prev {
  left: 0;
}
.partner .inner .section2 .next {
  right: 0;
}
.partner .inner .section3 {
  width: 100%;
}
.partner .inner .section3 .swiper-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.partner .inner .section3 .swiper-wrapper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 31px;
  z-index: 1;
}
.partner .inner .section3 .swiper-wrapper .swiper-slide .dot {
  width: 12px;
  height: 12px;
  border-radius: 16777200px;
  background: #a4a4a4;
}
.partner .inner .section3 .swiper-wrapper .swiper-slide p {
  text-align: center;
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
}
.partner .inner .section3 .swiper-wrapper .swiper-slide-thumb-active .dot {
  width: 48px;
  height: 12px;
  border-radius: 16777200px;
  background: linear-gradient(180deg, #cc141c 0%, #dd0000 100%);
}
.partner .inner .section3 .swiper-wrapper::after {
  content: "";
  width: 75%;
  height: 1px;
  border-bottom: 2px dashed #ff6a6a;
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
@media only screen and (max-width: 1380px) {
  .process .section1 .section1-top {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 1100px) {
  .banner .content .content-top .title,
  .process .section1 .section1-top .top .title p,
  .service .inner .section1 .title p,
  .support .inner .section1 .title p,
  .partner .inner .section1 .title p {
    font-size: 30px;
  }
  .partner .inner .section1 .desc {
    width: 35%;
  }
}
@media only screen and (max-width: 1080px) {
  .support .inner .section2 .item svg:nth-child(5) {
    position: absolute;
    top: -20%;
    right: -5%;
  }
  .support .inner .section2 .item {
    padding: 30px;
  }
}
@media only screen and (max-width: 1025px) {
  .banner {
    margin-top: 90px;
  }
  .banner .content .content-top .desc {
    font-size: 16px;
  }
  .banner .content .content-bottom {
    margin-top: 50px;
  }
  .banner .content {
    top: 50%;
  }
  .partner .inner .section3 .swiper-wrapper::after {
    width: 300%;
  }
  .partner .inner .section3 .swiper-wrapper .swiper-slide p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 900px) {
  .banner .content .content-top .title,
  .process .section1 .section1-top .top .title p,
  .service .inner .section1 .title p,
  .support .inner .section1 .title p,
  .partner .inner .section1 .title p {
    font-size: 25px;
  }
  .intro .inner .intro-top .title svg,
  .history .inner .history-top .title svg,
  .society .inner .society-top .title svg {
    height: 30px;
  }
  .process .section1,
  .process .section2,
  .support .inner,
  .partner .inner {
    width: 90%;
  }
  .process .section1 {
    flex-direction: column;
    gap: 20px;
    margin: 20px auto;
  }
  .process .section1 .section1-top .top .title {
    margin-bottom: 20px;
  }
  .process .section1 .section1-top {
    width: 100%;
  }
  .process .section1 .section1-top .bottom {
    gap: 20px;
  }
  .process .section1 .section1-top .bottom .text {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .process .section1 .section1-top .bottom .title .num,
  .process .section2 .item .num {
    width: 35px;
    max-width: 35px;
    min-width: 35px;
    height: 35px;
    font-size: 18px;
  }
  .process .section1 .section1-top .bottom .title p,
  .process .section2 .item .content p:nth-child(1) {
    font-size: 20px;
  }
  .process .section1 .section1-top .bottom .text p,
  .process .section2 .item .content p:nth-child(2) {
    font-size: 16px;
  }
  .process .section1 .img {
    width: 60%;
    margin: 0 auto;
  }
  .process .section2 .item {
    width: calc((100% - 20px) / 2);
    margin-bottom: 20px;
    padding: 30px;
  }
  .service .inner .section2 .swiper-wrapper .swiper-slide .top .img {
    width: 45px;
    max-width: 45px;
    min-width: 45px;
    height: 45px;
  }
  .service .inner .section2 .swiper-wrapper .swiper-slide .top .img svg {
    width: 25px;
    height: 25px;
  }
  .support .inner {
    padding: 30px 0;
  }
  .support .inner .section2 {
    margin: 0 0 30px;
  }
  .support .inner .section2 .item p:nth-child(1) {
    font-size: 20px;
  }
  .service .inner .section1 {
    margin-bottom: 0;
  }
  .partner .inner {
    padding: 30px 0;
  }
  .partner .inner .section2 svg {
    width: 50px;
    height: 50px;
  }
  .partner .inner .section2 .swiper1 .swiper-wrapper .swiper-slide {
    flex-direction: column;
    gap: 20px;
  }
  .partner .inner .section2 .swiper1 .swiper-wrapper .swiper-slide .content {
    width: 100%;
  }
  .partner .inner .section2 .swiper1 .swiper-wrapper .swiper-slide .img {
    width: 100%;
  }
  .partner .inner .section2 .swiper1 .swiper-wrapper .swiper-slide .content .text > p:nth-child(1) {
    font-size: 25px;
  }
  .partner .inner .section2 .swiper1 .swiper-wrapper .swiper-slide .content .tag {
    gap: 15px;
  }
  .partner .inner .section2 .swiper1 .swiper-wrapper .swiper-slide .content .tag {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 821px) {
  .banner {
    margin-top: 50px;
  }
  .process .section1 .img {
    width: 70%;
  }
}
@media only screen and (max-width: 768px) {
  .banner .content {
    top: 40%;
  }
  .banner .content .content-bottom {
    display: none;
  }
  .banner .content .content-top .title {
    width: 90%;
    font-size: 25px;
    line-height: 30px;
  }
  .banner .content .content-top .title,
  .process .section1 .section1-top .top .title p,
  .service .inner .section1 .title p,
  .support .inner .section1 .title p,
  .partner .inner .section1 .title p {
    font-size: 25px;
    line-height: 30px;
  }
  .process .section1 .section1-top .top .title svg,
  .service .inner .section1 .title svg,
  .support .inner .section1 .title svg,
  .partner .inner .section1 .title svg {
    height: 25px;
  }
  .process .section1 .img {
    width: 80%;
    margin: 0 auto;
  }
  .process .section2 .item {
    width: 100%;
  }
  .support .inner .section2 {
    flex-direction: column;
    gap: 50px;
  }
  .support .inner .section3 {
    gap: 0px;
  }
  .support .inner .section3 p:nth-child(1) {
    font-size: 20px;
  }
  .support .inner .section3 p:nth-child(2) {
    font-size: 16px;
  }
  .partner .inner .section1 {
    flex-direction: column;
    align-items: flex-start;
  }
  .partner .inner .section1 .desc {
    width: 100%;
  }
  .partner .inner .section2 svg {
    display: none;
  }
  .partner .inner .section2 .swiper1 {
    width: 100%;
  }
  .partner .inner .section2 .swiper1 .swiper-wrapper .swiper-slide .content .text > p:nth-child(1) {
    font-size: 20px;
  }
  .partner .inner .section2 {
    margin-bottom: 15px;
  }
  .partner .inner .section2 .swiper1 .swiper-wrapper .swiper-slide .content .tag {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 641px) {
  .banner .content .content-top .title,
  .process .section1 .section1-top .top .title p,
  .service .inner .section1 .title p,
  .support .inner .section1 .title p,
  .partner .inner .section1 .title p {
    font-size: 20px;
  }
  .banner .content .content-top .desc {
    font-size: 14px;
    margin-bottom: 0px;
  }
  .process .section1 .img {
    width: 90%;
    margin: 0 auto;
  }
  .partner .inner .section3 .swiper-wrapper .swiper-slide p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 521px) {
  .banner .content .content-top .desc {
    display: none;
  }
  .process .section1 .img {
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 431px) {
  .banner .content .content-top .desc {
    display: none;
  }
}
