.banner {
  width: 100%;
  height: auto;
}
.banner .swiper {
  position: relative;
  width: 100%;
}
.banner .swiper .swiper-wrapper {
  width: 100%;
  height: auto;
  position: relative;
}
.banner .swiper .swiper-wrapper .swiper-slide {
  position: relative;
  overflow: hidden;
  z-index: 50;
  aspect-ratio: 1.88481675;
}
.banner .swiper .swiper-wrapper .swiper-slide > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 4;
  transition: all 1.4s ease;
  -webkit-transform: scale(1.2) !important;
  transform: scale(1.2) !important;
}
.banner .swiper .swiper-wrapper .swiper-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 4;
  position: relative;
}
.banner .swiper .swiper-wrapper .swiper-slide .bannersmall {
  display: none;
}
.banner .swiper .swiper-wrapper .swiper-slide .content {
  z-index: 100;
  position: absolute;
  top: 20%;
  left: 10%;
  right: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.banner .swiper .swiper-wrapper .swiper-slide .content .title {
  color: #232b31;
  font-family: "Alibaba PuHuiTi";
  font-weight: 500;
  font-size: 48px;
  line-height: 66px;
  margin-bottom: 32px;
}
.banner .swiper .swiper-wrapper .swiper-slide .content .desc {
  color: #232b31;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 60px;
}
.banner .swiper .swiper-wrapper .swiper-slide .content .btn {
  border-radius: 100px;
  background: #ffffff33;
  padding: 5px 6px 5px 19px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 11px;
}
.banner .swiper .swiper-wrapper .swiper-slide .content .btn p {
  color: #232b31;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
}
.banner .swiper .swiper-wrapper .swiper-slide .content .btn .img {
  width: 65px;
  height: 44px;
  border-radius: 100px;
  background: #dd000099;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner .swiper .swiper-wrapper .swiper-slide .content .btn .img img {
  width: 45%;
  animation: horizontalMove 2s linear infinite;
}
.banner .swiper .swiper-wrapper .swiper-slide .bottom {
  z-index: 100;
  position: absolute;
  bottom: 10%;
  left: 10%;
  right: 0;
  width: 85%;
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.banner .swiper .swiper-wrapper .swiper-slide .bottom .bottom-left {
  display: flex;
  gap: 16px;
}
.banner .swiper .swiper-wrapper .swiper-slide .bottom .bottom-left .item {
  width: 137px;
  height: 86.5px;
  background: linear-gradient(#000000 33, #000000 33);
  border-radius: 6px;
  border: 1px solid transparent;
  cursor: pointer;
  overflow: hidden;
}
.banner .swiper .swiper-wrapper .swiper-slide .bottom .bottom-left .item img {
  filter: grayscale(0.5);
}
.banner .swiper .swiper-wrapper .swiper-slide .bottom .bottom-left .item-active {
  border: 1px solid #ffffff;
}
.banner .swiper .swiper-wrapper .swiper-slide .bottom .bottom-left .item-active img {
  filter: none;
}
.banner .swiper .swiper-wrapper .swiper-slide .bottom .bottom-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
.banner .swiper .swiper-wrapper .swiper-slide .bottom .bottom-right p {
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
}
.banner .swiper .swiper-wrapper .swiper-slide .bottom .bottom-right .scroll-line {
  width: 20px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid #fff;
  z-index: 20;
  position: relative;
}
.banner .swiper .swiper-wrapper .swiper-slide .bottom .bottom-right .scroll-line .scroll-line-p {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 2px;
  height: 7px;
  background: #fff;
  border-radius: 10px;
  animation: scroll infinite 1.2s;
}
.banner .swiper .swiper-wrapper .swiper-slide-active img {
  opacity: 1;
  z-index: 21;
  transition: all 1.2s ease 0.5s;
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
}
@keyframes scroll {
  0% {
    top: 10px;
  }
  50% {
    top: 20px;
  }
  100% {
    top: 10px;
  }
}
.abilityi {
  width: 100%;
  position: relative;
  background: url(../images/index/mk.png);
}
.abilityi #mainCanvas {
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
}
.abilityi #mainCanvas .bg,
.abilityi #mainCanvas img,
.abilityi #mainCanvas canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.abilityi #mainCanvas canvas {
  z-index: 10;
  mix-blend-mode: hard-light;
  background: transparent;
  top: auto;
  bottom: -200px;
}
.abilityi #mainCanvas .bg {
  background: #333;
}
.abilityi .inner {
  width: 80%;
  margin: 0 auto;
  max-width: 1440px;
  padding: 63px 0 76px;
  position: relative;
  z-index: 2;
}
.abilityi .inner .section1 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.abilityi .inner .section1 .title {
  display: flex;
  align-items: center;
  gap: 12px;
}
.abilityi .inner .section1 .title p {
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 35px;
  line-height: 72px;
  letter-spacing: 0.1px;
}
.abilityi .inner .section2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.abilityi .inner .section2 .item {
  width: calc((100% - 100px) / 3);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  position: relative;
  transition: 0.5s;
  transform-style: preserve-3d;
  transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  perspective: 1000px;
  cursor: pointer;
}
.abilityi .inner .section2 .item .top {
  width: 100%;
  border-radius: 12px;
  background: #f0f4f9;
  padding: 45px 35px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 42px;
  position: relative;
  transform-style: preserve-3d;
  transform: rotateY(-25deg) translateZ(0);
  transition: transform 0.5s;
}
.abilityi .inner .section2 .item .top::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #acacac;
  border-radius: 12px;
  transform: translateZ(-15px);
  z-index: -1;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.15);
}
.abilityi .inner .section2 .item .top .one {
  width: 100%;
  opacity: 0.9;
  border-radius: 16px;
  border: 1px solid #f3f4f6;
  box-sizing: border-box;
  background: #ffffffcc;
  box-shadow: 0px 2px 4px -2px #000000 1a, 0px 4px 6px -1px #000000 1a;
  display: flex;
  gap: 10px;
  padding: 21px 17px;
  transform: translateZ(5px);
  position: relative;
}
.abilityi .inner .section2 .item .top .one .dot {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #dd0000;
  margin-top: 8px;
}
.abilityi .inner .section2 .item .top .one .content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.abilityi .inner .section2 .item .top .one .content .title {
  color: #232b31;
  font-family: "Alibaba PuHuiTi";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.abilityi .inner .section2 .item .top .one .content .desc {
  color: #4a5565;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 14px;
  line-height: 22.8px;
  z-index: 1;
}
.abilityi .inner .section2 .item .top .one img {
  width: 35%;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateZ(5px);
}
.abilityi .inner .section2 .item .top .one .img8 {
  bottom: -10px;
}
.abilityi .inner .section2 .item .top .one1 {
  transform: translateX(15px);
  transition: 0.5s;
}
.abilityi .inner .section2 .item .top .one3 {
  transform: translateX(-15px);
  transition: 0.5s;
}
.abilityi .inner .section2 .item .top .img {
  width: 50px;
  height: 50px;
  padding: 13px;
  opacity: 0.7;
  border-radius: 16777200px;
  border: 1px solid #ffffff80;
  box-sizing: border-box;
  background: #ffffff40;
  box-shadow: 0px 4px 6px -4px #000000 1a, 0px 10px 15px -3px #000000 1a;
  transform: translateZ(15px);
}
.abilityi .inner .section2 .item p {
  text-align: center;
  color: #fff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.1px;
  transform: translateZ(5px);
}
.abilityi .inner .section2 .item:hover {
  transform: rotateY(0deg);
}
.abilityi .inner .section2 .item:hover .top {
  transform: rotateY(0deg);
}
.abilityi .inner .section2 .item:hover .top .one1 {
  transform: translateX(0);
}
.abilityi .inner .section2 .item:hover .top .one3 {
  transform: translateX(0);
}
.proi {
  width: 100%;
  background: linear-gradient(180deg, #ffffff 72.12%, #f3f7fc 100%);
  position: relative;
  z-index: 23;
}
.proi > img {
  position: absolute;
  left: 0;
  bottom: -50px;
  z-index: 1;
}
.proi .inner {
  width: 80%;
  margin: 0 auto;
  max-width: 1440px;
  padding: 63px 0 76px;
  position: relative;
  z-index: 2;
}
.proi .inner .section1 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.proi .inner .section1 .title {
  display: flex;
  align-items: center;
  gap: 12px;
}
.proi .inner .section1 .title p {
  background: linear-gradient(#000000 0, #000000 0), linear-gradient(180deg, #001440 57.21%, #dc484c 100%);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 35px;
  line-height: 72px;
  letter-spacing: 0.1px;
}
.proi .inner .section1 .btn {
  padding: 15px 12px;
  background-image: url(../images/index/more.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: flex;
  align-items: center;
}
.proi .inner .section1 .btn p {
  color: #002b74;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
}
.proi .inner .section1 .btn:hover svg {
  transform: rotate(47deg);
}
.proi .inner .section2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.proi .inner .section2 .section2-top {
  width: 50%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  margin-bottom: 39px;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-gutter: stable;
  -webkit-overflow-scrolling: touch;
}
.proi .inner .section2 .section2-top::-webkit-scrollbar {
  height: 8px;
}
.proi .inner .section2 .section2-top::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.06);
  border-radius: 8px;
}
.proi .inner .section2 .section2-top::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.25);
  border-radius: 8px;
}
.proi .inner .section2 .section2-top::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.35);
}
.proi .inner .section2 .section2-top .item {
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: 0.5s;
  flex-shrink: 0;
  margin-right: 30px;
}
.proi .inner .section2 .section2-top .item .square1 {
  width: 20px;
  height: 20px;
  border-radius: 2px;
  border: 1px solid #232b31;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  margin-right: 10px;
}
.proi .inner .section2 .section2-top .item .square1 .square2 {
  width: 12px;
  height: 12px;
  border-radius: 1px;
  background: transparent;
  transition: 0.5s;
}
.proi .inner .section2 .section2-top .item p {
  color: #232b31;
  font-family: Inter;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.1px;
  transition: 0.5s;
  transition: background-size 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  display: inline;
  text-decoration: none;
  padding-bottom: 5px;
  background-image: radial-gradient(circle farthest-corner at 10% 20%, #013fa6 0, #013fa6 100.2%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 90%;
  border-radius: 0;
}
.proi .inner .section2 .section2-top .item:hover p {
  color: #013FA6;
  background-size: 100% 2px;
}
.proi .inner .section2 .section2-top .item-active .square1 {
  border: 1px solid #013FA6;
}
.proi .inner .section2 .section2-top .item-active .square1 .square2 {
  background: #013FA6;
}
.proi .inner .section2 .section2-top .item-active p {
  color: #013FA6;
  background-size: 100% 2px;
}
.proi .inner .section2 .section2-bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.proi .inner .section2 .section2-bottom .section2-bottom-left {
  width: 15%;
  display: flex;
  flex-direction: column;
  gap: 49px;
}
.proi .inner .section2 .section2-bottom .section2-bottom-left .item {
  display: flex;
  align-items: center;
  gap: 6px;
  transition: 0.5s;
  cursor: pointer;
}
.proi .inner .section2 .section2-bottom .section2-bottom-left .item svg {
  fill: #232B31;
  transition: 0.5s;
}
.proi .inner .section2 .section2-bottom .section2-bottom-left .item p {
  color: #232b31;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 31px;
  line-height: 42px;
  letter-spacing: -0.4px;
  transition: 0.5s;
  transition: background-size 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  display: inline;
  text-decoration: none;
  padding-bottom: 6px;
  background-image: radial-gradient(circle farthest-corner at 10% 20%, #cc141c 0, #cc141c 100.2%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 90%;
  border-radius: 0;
}
.proi .inner .section2 .section2-bottom .section2-bottom-left .item:hover p {
  color: #CC141C;
  background-size: 100% 2px;
}
.proi .inner .section2 .section2-bottom .section2-bottom-left .item-active svg {
  fill: #CC141C;
}
.proi .inner .section2 .section2-bottom .section2-bottom-left .item-active p {
  font-weight: 700;
  color: #CC141C;
  background-size: 100% 2px;
}
.proi .inner .section2 .section2-bottom .section2-bottom-right {
  width: 83%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 35px;
}
.proi .inner .section2 .section2-bottom .section2-bottom-right .list {
  width: 100%;
  height: 550px;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.proi .inner .section2 .section2-bottom .section2-bottom-right .list .swiper-slide {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.proi .inner .section2 .section2-bottom .section2-bottom-right .list .item {
  width: calc((100% - 40px)/3);
  height: 260px;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 6px 4px 12.6px 5px #00000026 inset, 0px 0px 4px #00000000;
  position: relative;
  display: flex;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
  margin-right: 20px;
  margin-bottom: 20px;
}
.proi .inner .section2 .section2-bottom .section2-bottom-right .list .item:nth-child(3n) {
  margin-right: 0;
}
.proi .inner .section2 .section2-bottom .section2-bottom-right .list .item img:nth-child(1) {
  width: 15%;
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 2;
}
.proi .inner .section2 .section2-bottom .section2-bottom-right .list .item img:nth-child(2) {
  display: block;
  transform: scale(1);
  transition: 0.5s;
  height: 100%;
}
.proi .inner .section2 .section2-bottom .section2-bottom-right .list .item img:hover:nth-child(2) {
  transform: scale(1.05);
}
.proi .inner .section2 .section2-bottom .section2-bottom-right .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 33px;
}
.proi .inner .section2 .section2-bottom .section2-bottom-right .btn .next,
.proi .inner .section2 .section2-bottom .section2-bottom-right .btn .prev {
  cursor: pointer;
}
.abouti {
  width: 100%;
  background: #f3f7fc;
}
.abouti .inner {
  display: flex;
  flex-direction: column;
  padding: 63px 0 50px 0;
}
.abouti .inner .section1 {
  width: 80%;
  margin: 0 auto;
  max-width: 1440px;
  position: relative;
}
.abouti .inner .section1 > img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.abouti .inner .section1 .section1-top {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.abouti .inner .section1 .section1-top .section1-top-left {
  width: 40%;
  display: flex;
  flex-direction: column;
}
.abouti .inner .section1 .section1-top .section1-top-left .title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 51.5px;
}
.abouti .inner .section1 .section1-top .section1-top-left .title p {
  background: linear-gradient(#000000 0, #000000 0), linear-gradient(180deg, #001440 57.21%, #dc484c 100%);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 35px;
  line-height: 72px;
  letter-spacing: 0.1px;
}
.abouti .inner .section1 .section1-top .section1-top-left .desc {
  color: #232b31;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 18px;
  line-height: 42px;
  margin-bottom: 82px;
}
.abouti .inner .section1 .section1-top .section1-top-left .btn {
  width: fit-content;
  padding: 15px 12px;
  background-image: url(../images/index/more.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: flex;
  align-items: center;
}
.abouti .inner .section1 .section1-top .section1-top-left .btn p {
  color: #002b74;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
}
.abouti .inner .section1 .section1-top .section1-top-left .btn:hover svg {
  transform: rotate(47deg);
}
.abouti .inner .section1 .section1-top .section1-top-right {
  margin-top: 55px;
  width: 40%;
  display: flex;
  align-items: center;
}
.abouti .inner .section1 .section1-top .section1-top-right .item {
  width: calc((100% - 72px) / 3);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.abouti .inner .section1 .section1-top .section1-top-right .item .num {
  display: flex;
  align-items: flex-end;
  color: #013fa6;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 40px;
  line-height: 55px;
}
.abouti .inner .section1 .section1-top .section1-top-right .item .num span {
  font-size: 54px;
  line-height: 74px;
}
.abouti .inner .section1 .section1-top .section1-top-right .item .text {
  color: #013fa6;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
}
.abouti .inner .section1 .section1-bottom {
  position: relative;
  z-index: 1;
  width: 80%;
  margin: 0 auto;
  border-radius: 30px;
  background: rgba(245, 245, 245, 0.65);
  box-shadow: 0px 4px 4px rgba(245, 245, 245, 0.65);
  backdrop-filter: blur(5.6px);
  padding: 39px;
  display: flex;
  justify-content: space-between;
}
.abouti .inner .section1 .section1-bottom .section1-bottom-left {
  width: 87%;
  display: flex;
  justify-content: space-between;
}
.abouti .inner .section1 .section1-bottom .section1-bottom-left .item {
  width: calc((100% - 40px) / 3);
  height: 100%;
  border-radius: 12px;
  background: #bbbbbb;
  margin-bottom: 27px;
  aspect-ratio: 1.77695167;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-self: center;
  position: relative;
}
.abouti .inner .section1 .section1-bottom .section1-bottom-left .item video {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.abouti .inner .section1 .section1-bottom .section1-bottom-left .item .img-inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.abouti .inner .section1 .section1-bottom .section1-bottom-left .item .img-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.abouti .inner .section1 .section1-bottom .section1-bottom-left .item .img-inner img:hover {
  transform: scale(1.05);
}
.abouti .inner .section1 .section1-bottom .section1-bottom-left .item .img-inner .mask {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.abouti .inner .section1 .section1-bottom .section1-bottom-left .item .img-inner .mask .play {
  width: 72px;
  height: 72px;
  background: rgba(255, 255, 255, 0.74);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  cursor: pointer;
}
.abouti .inner .section1 .section1-bottom .section1-bottom-left .item .img-inner .mask .play svg {
  width: 40%;
  height: 40%;
  cursor: pointer;
  position: relative;
  left: 4px;
}
.abouti .inner .section1 .section1-bottom .section1-bottom-left .item .img-inner .mask .play:hover {
  transform: scale(1.05);
}
.abouti .inner .section1 .section1-bottom .section1-bottom-right {
  width: 10%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.abouti .inner .section1 .section1-bottom .section1-bottom-right svg {
  display: block;
  object-fit: scale-down;
  transform: rotateY(0deg);
  transition: 0.5s;
}
.abouti .inner .section1 .section1-bottom .section1-bottom-right p {
  color: #013fa6;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
}
.abouti .inner .section1 .section1-bottom:hover .section1-bottom-right svg {
  transform: rotateY(360deg);
}
.abouti .inner .section2 {
  width: 100%;
  margin-bottom: 100px;
  position: relative;
}
.abouti .inner .section2 > img:nth-child(1) {
  width: 900px;
  position: absolute;
  left: 0;
  top: -200px;
  z-index: 0;
}
.abouti .inner .section2 > img:nth-child(2) {
  position: absolute;
  right: 0;
  bottom: -1300px;
  z-index: 0;
}
.abouti .inner .section2 .swiper {
  width: 100%;
  height: 95%;
}
.abouti .inner .section2 .swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 150px 0 439px;
}
.abouti .inner .section2 .swiper .swiper-wrapper .swiper-slide {
  display: flex;
  flex-direction: row;
  align-items: self-start;
  border-radius: 12px;
  overflow: hidden;
  gap: 10px;
}
.abouti .inner .section2 .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  display: block;
  object-fit: cover;
  transition: 0.5s;
  transform: scale(1);
}
.abouti .inner .section2 .swiper .swiper-wrapper .swiper-slide p {
  color: #333333;
  font-family: "Alibaba PuHuiTi";
  font-weight: 300;
  font-size: 14px;
  line-height: 19px;
  text-decoration-line: underline;
  text-decoration-thickness: 3%;
  text-underline-offset: 25%;
  text-underline-position: from-font;
  text-decoration-skip-ink: auto;
}
.abouti .inner .section2 .swiper .swiper-wrapper .swiper-slide:first-child {
  width: 730px !important;
}
.abouti .inner .section2 .swiper .swiper-wrapper .swiper-slide:first-child img {
  width: 90%;
}
.abouti .inner .section2 .swiper .swiper-wrapper .swiper-slide:nth-child(2) {
  width: 501px !important;
  position: relative;
  top: 450px;
  right: 300px;
}
.abouti .inner .section2 .swiper .swiper-wrapper .swiper-slide:nth-child(3) {
  width: 322px !important;
  position: relative;
  top: 50px;
  right: 300px;
}
.abouti .inner .section2 .swiper .swiper-wrapper .swiper-slide:nth-child(4) {
  width: 501px !important;
  position: relative;
  top: 400px;
  right: 300px;
}
.abouti .inner .section2 .swiper .swiper-wrapper .swiper-slide:nth-child(5) {
  width: 662px !important;
  position: relative;
  top: -50px;
  right: 300px;
}
.abouti .inner .section2 .swiper .swiper-wrapper .swiper-slide:nth-child(6) {
  width: 501px !important;
  position: relative;
  top: 450px;
  right: 400px;
}
.abouti .inner .section2 .swiper .swiper-wrapper .swiper-slide:nth-child(7) {
  width: 322px !important;
  position: relative;
  top: 150px;
  right: 600px;
}
.abouti .inner .section2 .swiper .swiper-wrapper .swiper-slide:nth-child(8) {
  width: 662px !important;
  position: relative;
  top: 200px;
  right: 400px;
}
.abouti .inner .section2 .bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.abouti .inner .section2 .bottom p {
  color: #333333;
  font-family: "Alibaba PuHuiTi";
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
}
.abouti .inner .section2 .bottom svg {
  transform: translate3d(0, 0, 0);
  animation: horizontalMove 2s linear infinite;
}
.abouti .inner .section3 {
  width: 80%;
  margin: 0 auto;
  max-width: 1440px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.abouti .inner .section3 .item {
  transform: scale(1);
  transition: 0.5s;
  width: calc((100% - 104px) / 3);
  padding: 35px 30px 18px 30px;
  border-radius: 17px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  box-sizing: border-box;
  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;
}
.abouti .inner .section3 .item .top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin-bottom: 20px;
}
.abouti .inner .section3 .item .top .img {
  width: 65px;
  height: 65px;
  border-radius: 100px;
  border: 3px solid #394046;
  display: flex;
  align-items: center;
  justify-content: center;
}
.abouti .inner .section3 .item .top .img svg {
  display: block;
  object-fit: scale-down;
  transform: rotateY(0deg);
  transition: 0.5s;
}
.abouti .inner .section3 .item .top p {
  color: #394046;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 30px;
  line-height: 41px;
}
.abouti .inner .section3 .item .middle {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 30px;
}
.abouti .inner .section3 .item .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;
}
.abouti .inner .section3 .item .middle p::before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #5c5c5c;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.abouti .inner .section3 .item .btn {
  padding: 3px 0;
  border-radius: 6px;
  border: 1px solid #dc2323;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.abouti .inner .section3 .item .btn p {
  color: #dc2323;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 14px;
  line-height: 43px;
}
.abouti .inner .section3 .item .btn svg {
  display: block;
  object-fit: scale-down;
  transform: rotateY(0deg);
  transition: 0.5s;
}
.abouti .inner .section3 .item .btn:hover svg {
  transform: rotateY(360deg);
}
.abouti .inner .section3 .item:hover {
  transform: scale(1.05);
}
.abouti .inner .section3 .item:hover .top svg {
  transform: rotateY(360deg);
}
.newi {
  width: 100%;
  background: #f3f7fc;
  position: relative;
  z-index: 5;
}
.newi .inner {
  width: 80%;
  margin: 0 auto;
  max-width: 1440px;
  padding: 63px 0 76px;
}
.newi .inner .section1 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 39px;
}
.newi .inner .section1 .title {
  display: flex;
  align-items: center;
  gap: 12px;
}
.newi .inner .section1 .title p {
  background: linear-gradient(#000000 0, #000000 0), linear-gradient(180deg, #001440 57.21%, #dc484c 100%);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 35px;
  line-height: 72px;
  letter-spacing: 0.1px;
}
.newi .inner .section1 .btn {
  padding: 15px 12px;
  background-image: url(../images/index/more.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: flex;
  align-items: center;
}
.newi .inner .section1 .btn p {
  color: #002b74;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
}
.newi .inner .section1 .btn:hover svg {
  transform: rotate(47deg);
}
.newi .inner .section2 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 35px;
}
.newi .inner .section2 .newNav-item {
  padding: 11px 25px;
  border-radius: 16777200px;
  border: 1px solid #e5e7eb;
  box-sizing: border-box;
  background: #ffffff;
  cursor: pointer;
  transition: 0.5s;
}
.newi .inner .section2 .newNav-item a {
  color: #4a5565;
  font-family: Inter;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.2px;
  transition: 0.5s;
}
.newi .inner .section2 .newNav-item:hover {
  background: #dd0000;
}
.newi .inner .section2 .newNav-item:hover a {
  color: #fff;
}
.newi .inner .section2 .newNav-item-active {
  background: #dd0000;
}
.newi .inner .section2 .newNav-item-active a {
  color: #fff;
}
.newi .inner .section3 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.newi .inner .section3 .item {
  width: calc((100% - 18px) / 2);
  height: 436px;
  background: linear-gradient(180deg, #000000 0 27.93%, #000000 9e 100%);
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.newi .inner .section3 .item::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.newi .inner .section3 .item img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s;
  z-index: 1;
}
.newi .inner .section3 .item .content {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  padding: 10px 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.newi .inner .section3 .item .content .title {
  color: #ffffff;
  font-family: Inter;
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newi .inner .section3 .item .content .desc {
  color: #ffffff;
  font-family: Inter;
  font-weight: 400;
  font-size: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newi .inner .section3 .item .content .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.newi .inner .section3 .item .content .bottom .bottom-left {
  display: flex;
  align-items: center;
  gap: 16px;
}
.newi .inner .section3 .item .content .bottom .bottom-left .time {
  display: flex;
  align-items: center;
  gap: 4px;
}
.newi .inner .section3 .item .content .bottom .bottom-left .time p {
  color: #ffffff;
  font-family: Inter;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.newi .inner .section3 .item .content .bottom .bottom-left .count {
  display: flex;
  align-items: center;
  gap: 4px;
}
.newi .inner .section3 .item .content .bottom .bottom-left .count p {
  color: #ffffff;
  font-family: Inter;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.newi .inner .section3 .item .content .bottom .bottom-right {
  display: flex;
  align-items: center;
}
.newi .inner .section3 .item .content .bottom .bottom-right svg {
  display: block;
  object-fit: scale-down;
  transform: rotateY(0deg);
  transition: 0.5s;
}
.newi .inner .section3 .item .content .bottom .bottom-right:hover svg {
  transform: rotateY(360deg);
}
.newi .inner .section3 .item:hover img {
  transform: scale(1.05);
}
.newi .inner .section3 .item:hover .content .title {
  color: #dd0000;
}
.video {
  width: 100%;
}
.video video {
  width: 100%;
  display: block;
}
@keyframes horizontalMove {
  0% {
    transform: translateX(-3px);
  }
  50% {
    transform: translateX(3px);
  }
  100% {
    transform: translateX(-3px);
  }
}
@media screen and (max-width: 1366px) {
  .abouti .inner .section1 .section1-top .section1-top-right {
    width: 60%;
  }
  .abilityi .inner {
    width: 94%;
  }
  .abouti .inner .section1 {
    width: 94%;
  }
  .abouti .inner .section3 {
    width: 94%;
  }
  .abouti .inner .section1 .section1-bottom {
    width: 100%;
  }
  .proi .inner {
    width: 94%;
  }
}
@media screen and (max-width: 1280px) {
  .proi .inner .section2 .section2-bottom {
    flex-wrap: wrap;
    position: relative;
  }
  .proi .inner .section2 .section2-bottom .section2-bottom-left {
    width: 100%;
    flex-direction: row;
    justify-content: center;
    position: absolute;
    left: 0;
    top: -100px;
  }
  .proi .inner .section2 .section2-top {
    margin-bottom: 10px;
  }
  .proi .inner .section2 .section2-top .item p {
    font-size: 22px;
  }
  .proi .inner .section2 .section2-bottom .section2-bottom-left .item p {
    font-size: 22px;
  }
  .proi .inner .section2 .section2-bottom .section2-bottom-right {
    width: 100%;
  }
  .abouti .inner .section1 .section1-top {
    flex-wrap: wrap;
  }
  .abouti .inner .section1 .section1-top .section1-top-left .title {
    margin-bottom: 20px;
  }
  .abouti .inner .section1 .section1-top .section1-top-left .desc {
    margin-bottom: 20px;
  }
  .abouti .inner .section1 .section1-top .section1-top-left {
    width: 100%;
  }
  .abouti .inner .section1 .section1-top .section1-top-right {
    width: 100%;
    margin-top: 10px;
  }
  .abouti .inner .section1 .section1-top .section1-top-right .item {
    width: 100%;
  }
  .abouti .inner .section3 {
    flex-wrap: wrap;
    justify-content: center;
  }
  .abouti .inner .section3 .item {
    width: 80%;
    margin-bottom: 10px;
  }
  .newi .inner .section3 .item .content .title {
    font-size: 24px;
  }
  .newi .inner .section3 .item .content .desc {
    font-size: 12px;
  }
  .newi .inner .section3 .item .content .bottom .bottom-right {
    display: none;
  }
  .abouti .inner .section1 .section1-top .section1-top-left .desc {
    font-size: 14px;
  }
}
@media screen and (max-width: 1025px) {
  .banner .swiper .swiper-wrapper .swiper-slide .content {
    width: 80%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .banner .swiper .swiper-wrapper .swiper-slide .content .title {
    font-size: 36px;
    line-height: normal;
    margin-bottom: 10px;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .content .desc {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .abilityi .inner {
    padding: 30px 0;
  }
  .abilityi .inner .section1 .title p {
    font-size: 24px;
  }
  .abilityi .inner .section1 .title svg {
    transform: scale(0.6);
  }
  .abilityi .inner .section2 .item p {
    font-size: 16px;
  }
  .abilityi .inner .section2 .item {
    width: calc((100% - 20px)/3);
  }
  .abilityi .inner .section2 .item .top {
    padding: 20px;
  }
  .abilityi .inner .section2 .item .top .one1 {
    transform: translateX(0);
  }
  .abilityi .inner .section2 .item .top .one3 {
    transform: translateX(0);
  }
  .proi .inner {
    padding: 30px 0;
  }
  .proi .inner .section1 .title svg {
    transform: scale(0.6);
  }
  .proi .inner .section1 .title p {
    font-size: 24px;
    line-height: 30px;
  }
  .proi .inner .section1 .btn {
    background-size: 100%;
  }
  .proi .inner .section1 .btn p {
    font-size: 14px;
  }
  .proi .inner .section2 .section2-top .item p {
    font-size: 18px;
    line-height: normal;
  }
  .proi .inner .section2 .section2-bottom .section2-bottom-left .item p {
    font-size: 18px;
    line-height: normal;
  }
  .proi .inner .section2 .section2-bottom .section2-bottom-left .item svg {
    transform: scale(0.6);
  }
  .proi .inner .section2 .section2-bottom .section2-bottom-left .item-active svg {
    font-size: 14px;
  }
  .proi .inner .section2 .section2-top .item .square1 {
    width: 14px;
    height: 14px;
  }
  .proi .inner .section2 .section2-top .item .square1 .square2 {
    width: 10px;
    height: 10px;
  }
  .abouti .inner .section1 .section1-top .section1-top-left .title p {
    font-size: 24px;
    line-height: 30px;
  }
  .abouti .inner .section1 .section1-top .section1-top-left .title svg {
    transform: scale(0.6);
  }
  .abouti .inner .section1 .section1-top .section1-top-left .desc {
    line-height: normal;
  }
  .abouti .inner .section1 .section1-top .section1-top-left .btn p {
    font-size: 14px;
  }
  .proi .inner .section2 .section2-top .item p {
    font-size: 14px;
  }
  .abouti .inner .section1 .section1-top .section1-top-left .btn {
    background-size: 100%;
  }
  .abouti .inner .section1 .section1-top .section1-top-right .item .num span {
    font-size: 36px;
  }
  .abouti .inner .section1 .section1-top .section1-top-right .item .text {
    font-size: 14px;
  }
  .abouti .inner .section3 .item .top .img {
    width: 30px;
    height: 30px;
  }
  .abouti .inner .section3 .item .top p {
    font-size: 20px;
  }
  .abouti .inner .section3 .item .top .img svg {
    transform: scale(0.6);
  }
  .newi .inner .section1 .title p {
    font-size: 24px;
    line-height: 30px;
  }
  .newi .inner .section1 .title svg {
    transform: scale(0.6);
  }
  .newi .inner {
    padding: 30px 0;
  }
  .newi .inner .section1 .btn {
    background-size: 100%;
  }
  .newi .inner .section1 .btn p {
    font-size: 14px;
  }
  .newi .inner .section1 .btn svg {
    transform: scale(0.6);
  }
  .newi .inner .section1 {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 800px) {
  .banner .swiper .swiper-wrapper .swiper-slide .bottom {
    display: none;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .content .title {
    font-size: 24px;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .content .btn p {
    font-size: 12px;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .content .btn .img {
    width: 40px;
    height: 24px;
  }
  .abilityi .inner .section2 {
    flex-wrap: wrap;
  }
  .abilityi .inner .section2 .item .top .one img {
    height: 100%;
    width: auto;
  }
  .abilityi .inner .section2 .item {
    width: 100%;
    transform-style: initial;
    perspective: none;
  }
  .abilityi .inner .section2 .item .top {
    padding: 10px;
    gap: 10px;
    transform: none;
  }
  .abilityi .inner .section2 .item .top .img {
    display: none;
  }
  .abouti .inner .section2 {
    width: 94%;
    margin: 0px auto 30px auto;
  }
  .abouti .inner .section2 .swiper .swiper-wrapper {
    padding: 0;
  }
  .abouti .inner .section2 .swiper .swiper-wrapper .swiper-slide {
    position: initial;
    width: 100% !important;
  }
  .abouti .inner .section2 .swiper .swiper-wrapper .swiper-slide p {
    display: none;
  }
  .abouti .inner .section2 .swiper .swiper-wrapper .swiper-slide:first-child {
    position: initial;
    width: 100% !important;
  }
  .abouti .inner .section2 .swiper .swiper-wrapper .swiper-slide:nth-child(2) {
    position: initial;
    width: 100% !important;
  }
  .abouti .inner .section2 .swiper .swiper-wrapper .swiper-slide:nth-child(3) {
    position: initial;
    width: 100% !important;
  }
  .abouti .inner .section2 .swiper .swiper-wrapper .swiper-slide:nth-child(4) {
    position: initial;
    width: 100% !important;
  }
  .abouti .inner .section2 .swiper .swiper-wrapper .swiper-slide:nth-child(5) {
    position: initial;
    width: 100% !important;
  }
  .abouti .inner .section2 .swiper .swiper-wrapper .swiper-slide:nth-child(6) {
    position: initial;
    width: 100% !important;
  }
  .abouti .inner .section2 .swiper .swiper-wrapper .swiper-slide:nth-child(7) {
    position: initial;
    width: 100% !important;
  }
  .abouti .inner .section2 .swiper .swiper-wrapper .swiper-slide:nth-child(8) {
    position: initial;
    width: 100% !important;
  }
  .abouti .inner .section2 .swiper .swiper-wrapper .swiper-slide:first-child img {
    width: 100%;
  }
  .newi .inner .section3 .item {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  .newi .inner .section3 .item .content .title {
    font-size: 14px;
  }
}
@media screen and (max-width: 640px) {
  .proi .inner .section2 .section2-bottom .section2-bottom-right .list .swiper-slide {
    justify-content: space-between;
  }
  .proi .inner .section2 .section2-bottom .section2-bottom-right .list .item {
    width: 49%;
    margin-right: 0;
  }
  .abouti .inner .section1 .section1-bottom .section1-bottom-left .item {
    width: 50%;
  }
  .abouti .inner .section1 .section1-bottom .section1-bottom-left .item:last-child {
    display: none;
  }
  .abouti .inner .section1 .section1-bottom {
    padding: 10px;
    flex-wrap: wrap;
  }
  .abouti .inner .section1 .section1-bottom .section1-bottom-left {
    width: 100%;
    gap: 15px;
  }
  .abouti .inner .section1 .section1-bottom .section1-bottom-right {
    width: 100%;
    flex-direction: row;
  }
  .abouti .inner .section1 .section1-bottom .section1-bottom-right svg {
    transform: scale(0.6);
  }
  .abouti .inner .section1 .section1-bottom .section1-bottom-left .item .img-inner .mask .play {
    width: 30px;
    height: 30px;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .content .desc {
    display: none;
  }
  .abilityi .inner {
    padding: 0;
  }
  .abilityi .inner .section1 {
    margin-bottom: 10px;
  }
  .proi .inner .section2 .section2-top {
    display: none;
  }
  .proi .inner .section2 .section2-bottom .section2-bottom-left {
    position: initial;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0;
  }
  .proi .inner .section1 {
    margin-bottom: 10px;
  }
  .proi .inner .section2 .section2-bottom .section2-bottom-left .item p {
    font-size: 14px;
  }
  .abouti .inner {
    padding: 0;
  }
  .abouti .inner .section3 .item {
    width: 94%;
    padding: 10px;
  }
  .newi .inner .section2 {
    margin-bottom: 10px;
    flex-wrap: wrap;
    gap: 4px;
    justify-content: flex-start;
  }
  .banner {
    padding-top: 50px;
  }
}
@media screen and (max-width: 521px) {
  .banner video {
    display: none;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .bannersmall {
    display: flex;
  }
}
