@keyframes yAnimate {
  0% {
    transform: translateY(30px);
    opacity: 0
  }

  100% {
    transform: translateY(0);
    opacity: 1
  }
}

img {
  object-fit: cover
}

.common_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1
}

.item_hover {
  overflow: hidden
}

.item_hover:hover img {
  transform: scale(1.05)
}

.item_hover img {
  width: 100%;
  height: 100%;
  transition: .6s ease
}

.home {
  position: relative
}

.home .section1 {
  padding: 10.15625vw 19.79167vw 13.17708vw 16.45833vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  overflow: hidden
}

.home .section1 .color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 54.6875vw;
  background: #F9FAFC;
  max-height: unset;
  max-width: unset;
  z-index: -1;
  pointer-events: none;
  clip-path: polygon(0 33%, 100% 0, 100% 67%, 0 100%, 0 33%)
}

.home .section1 .l {
  width: 31.14583vw
}

.home .section1 .l .dis {
  display: flex;
  align-items: center;
  gap: .67708vw;
  margin: 0 0 1.14583vw
}

.home .section1 .l .dis img {
  width: 2.91667vw;
  height: 2.91667vw
}

.home .section1 .l .dis .p1 {
  color: #313059;
  font-style: normal;
  font-weight: 200;
  font-family: 'AlibabaPuHuiTi-3-45-Light'
}

.home .section1 .l .dis .p1 b {
  color: #313059
}

.home .section1 .l .p2 {
  color: #313059;
  font-style: normal;
  font-weight: 500;
  line-height: 3.54167vw;
  margin: 0 0 1.40625vw
}

.home .section1 .l .p3 {
  color: #313059;
  font-style: normal;
  font-weight: 300;
  line-height: 1.19792vw;
  font-family: 'AlibabaPuHuiTi-3-45-Light'
}

.home .section1 .r {
  width: 26.875vw
}

.home .section1 .r img,
.home .section1 .r video {
  width: 100%
}

.home .section2 {
  padding: 0 11.45833vw 5.20833vw 11.45833vw
}

.home .section2 .title {
  color: #313059;
  font-style: normal;
  font-weight: 600;
  text-align: center
}

.home .section2 .content {
  margin: 7.03125vw 0 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.08333vw
}

.home .section2 .content .item {
  width: 100%;
  text-align: center
}

.home .section2 .content .item .icon {
  width: 3.75vw;
  height: 3.75vw;
  border-radius: 50%;
  background: #F7F8FA;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.25vw
}

.home .section2 .content .item .p1 {
  color: #2B2D33
}

.home .section2 .content .item .p2 {
  color: #555A65;
  margin: .83333vw 0 0 0
}

@keyframes moveAnimate {
  0% {
    width: 7.91667vw;
    height: 2.08333vw;
    opacity: 1
  }

  100% {
    width: 9.375vw;
    height: 3.125vw;
    opacity: 0
  }
}

.home .section3 {
  padding: 5vw 20.9375vw 4.58333vw 19.58333vw;
  position: relative;
  z-index: 1;
  background: url(../images/dot_bg.png) no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}

.home .section3 .title {
  color: #313059;
  text-align: center;
  margin: 0 0 5.46875vw;
  font-weight: bold
}

.home .section3 .content {
  display: flex;
  justify-content: space-between;
  margin: 5.46875vw 0 0 0
}

.home .section3 .content .cut .list {
  width: 9.63542vw;
  height: 2.08333vw;
  display: flex;
  align-items: center;
  padding: 0 0 0 1.04167vw;
  color: #121933;
  transition: .6s ease;
  border-right: .10417vw solid transparent;
  cursor: pointer
}

.home .section3 .content .cut .list.on {
  background: #fff;
  color: #323077;
  border-right: .10417vw solid #323077
}

.home .section3 .content .cut .list:not(:last-child) {
  margin: 0 0 1.25vw
}

.home .section3 .content .r .matter {
  position: relative
}

.home .section3 .content .r .matter.on {
  display: block !important;
  animation: yAnimate .6s ease forwards
}

.home .section3 .content .r .matter .swiper-pagination {
  position: static;
  width: fit-content;
  margin: 2.08333vw auto 0
}

.home .section3 .content .r .matter .swiper-pagination span {
  width: .20833vw;
  height: .20833vw;
  margin: 0 .3125vw 0 0;
  opacity: 1 !important;
  transition: .3s ease;
  background: #BBBECA
}

.home .section3 .content .r .matter .swiper-pagination span.swiper-pagination-bullet-active {
  background: #323077
}

.home .section3 .content .r .matter .swiper-pagination span:last-child {
  margin: 0 !important
}

.home .section3 .content .r .matter .button {
  position: absolute;
  bottom: 4.47917vw;
  left: 2%;
  width: 39.53125vw;
  z-index: 5;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.home .section3 .content .r .matter .button svg {
  pointer-events: auto;
  cursor: pointer;
  width: .83333vw;
  height: .83333vw
}

.home .section3 .content .r .matter .button svg:last-child {
  transform: rotate(180deg)
}

.home .section3 .content .r .matter .proSwiper {
  width: 42.91667vw;
  overflow: unset
}

.home .section3 .content .r .matter .proSwiper .swiper-slide.swiper-slide-active .item1 {
  opacity: 1;
  transform: translateY(0);
  transition: .6s ease
}

.home .section3 .content .r .matter .proSwiper .swiper-slide .item1 {
  opacity: 0;
  transform: translateY(20px)
}

.home .section3 .content .r .matter .proSwiper .swiper-slide .item1 .headline {
  height: 2.23958vw;
  background: #F0F0F0;
  display: flex;
  align-items: center;
  padding: 0 .52083vw
}

.home .section3 .content .r .matter .proSwiper .swiper-slide .item1 .headline img {
  width: 1.19792vw;
  height: 1.30208vw;
  margin: 0 .36458vw 0 0
}

.home .section3 .content .r .matter .proSwiper .swiper-slide .item1 .headline p {
  color: #313059;
  font-weight: bold
}

.home .section3 .content .r .matter .proSwiper .swiper-slide .item1 .center {
  width: 100%;
  border-radius: .57292vw;
  overflow: hidden
}

.home .section3 .content .r .matter .proSwiper .swiper-slide .item1 .center img,
.home .section3 .content .r .matter .proSwiper .swiper-slide .item1 .center video {
  width: 100%
}

.home .section3 .content .r .matter .proSwiper .swiper-slide .item1 .text {
  margin: 1.77083vw 0 0 3.125vw
}

.home .section3 .content .r .matter .proSwiper .swiper-slide .item1 .text .p1 {
  color: #121933;
  margin: 0 0 .3125vw;
  font-weight: bold
}

.home .section3 .content .r .matter .proSwiper .swiper-slide .item1 .text .p2 {
  color: #707481
}

.home .section4 {
  padding: 5.67708vw 13.33333vw 5.20833vw 13.33333vw;
  position: relative;
  z-index: 1;
  overflow: hidden
}

.home .section4 .qiu {
  position: absolute;
  top: 3.125vw;
  width: 73.33333vw;
  height: 50.46875vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  display: flex;
  align-items: flex-end;
  justify-content: center
}

.home .section4 .qiu div {
  width: 48.33333vw;
  height: 48.33333vw;
  border-radius: 50%;
  background-image: linear-gradient(156deg, rgba(215, 240, 255, 0.6) 15.3%, rgba(217, 207, 255, 0.6) 38.43%, rgba(186, 176, 255, 0.6) 61.57%, rgba(215, 240, 255, 0.6) 84.7%);
  filter: blur(10px);
  position: relative;
  top: 11.45833vw
}

.home .section4 .title {
  text-align: center
}

.home .section4 .title .p1 {
  color: #313059;
  font-weight: bold
}

.home .section4 .title .p2 {
  color: #313059;
  margin: 1.25vw 0 0 0
}

.home .section4 .more {
  width: 7.91667vw;
  height: 2.08333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background: #313059;
  gap: 3px;
  margin: 3.125vw auto 0;
  position: relative;
  z-index: 1
}

.home .section4 .more:after {
  content: '';
  width: 7.91667vw;
  height: 2.08333vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 9999px;
  background: rgba(31, 41, 55, 0.4);
  z-index: -1;
  animation: moveAnimate 1s ease infinite;
  pointer-events: none
}

.home .section4 .more p {
  color: #FFF
}

.home .section4 .more svg {
  width: 1.04167vw;
  height: 1.04167vw
}

.home .section4 .content {
  margin: 7.55208vw auto 0;
  width: 46.875vw;
  position: relative
}

.home .section4 .content .matter {
  width: 100%;
  display: none;
  padding: 3.125vw 2.08333vw;
  position: relative;
  z-index: 1
}

.home .section4 .content .matter:after {
  content: '';
  width: 92%;
  height: 110%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border: 1px solid #EEEFF3;
  border-radius: 1.04167vw;
  z-index: -1;
  opacity: .5
}

.home .section4 .content .matter:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border: 1px solid #EEEFF3;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);
  border-radius: 1.04167vw;
  z-index: 1
}

.home .section4 .content .matter.on {
  display: block;
  animation: yAnimate .6s ease forwards
}

.home .section4 .content .matter .list {
  position: relative;
  z-index: 2
}

.home .section4 .content .matter .list:not(:last-child) {
  margin: 0 0 2.39583vw
}

.home .section4 .content .matter .list .p1 {
  color: #313059;
  font-weight: bold;
  margin: 0 0 .83333vw
}

.home .section4 .content .matter .list .p2 {
  width: 41.35417vw;
  color: #313059;
  font-style: normal;
  font-weight: 300;
  font-family: 'AlibabaPuHuiTi-3-45-Light';
  line-height: normal;
  letter-spacing: 0.12px
}

.home .types2 {
  margin: 2.5vw 0 4.32292vw 0;
  display: flex;
  justify-content: center
}

.home .types2 .item {
  position: relative;
  margin: 0 -1.66667vw;
  cursor: pointer
}

.home .types2 .item p {
  color: rgba(50, 46, 74, 0.5);
  line-height: 1;
  font-weight: 600;
  z-index: 10;
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  top: 50%;
  transform: translateY(-50%)
}

.home .types2 .item .bg {
  position: relative
}

.home .types2 .item .bg img {
  transition: all 600ms;
  width: 15.625vw
}

.home .types2 .item .bg img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0
}

.home .types2 .item.on p {
  color: #313059
}

.home .types2 .item.on .bg img:nth-child(1) {
  opacity: 0
}

.home .types2 .item.on .bg img:nth-child(2) {
  opacity: 1
}
@media screen and (max-width:1440px) {
  .home .section1 .l .p2{
    line-height: 1.2;
  }
  .home .section1 .l .p3{
    line-height: 1.4;
  }

  .home .section3 .content .cut .list{
    width: 13vw;
  }
  .home .types2 .item p{
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .home .dialog .close {
    top: 80px
  }

  .home .dialog .close img {
    width: 30px
  }

  .home .dialog .content video {
    width: 90%;
    height: auto
  }

  .home .types2 {
    margin: 24px 0 40px 0;
    display: inline-block;
    overflow-x: scroll;
    white-space: nowrap
  }

  .home .types2 .item {
    display: inline-block
  }

  .home .types2 .item:not(:first-child) {
    margin: 0 0 0 -48px
  }

  .home .types2 .item p {
    font-size: 12px
  }

  .home .types2 .item .bg img {
    width: 200px
  }

  .home .section1 {
    padding: 120px 5% 45px 5%;
    flex-direction: column;
    align-items: unset;
    background: #F9FAFC
  }

  .home .section1 .color {
    height: 57vh
  }

  .home .section1 .r {
    width: 80%;
    margin: 0 auto
  }

  .home .section1 .l {
    width: 100%;
    margin: 0 0 20px
  }

  .home .section1 .l .dis {
    gap: 15px;
    margin: 0 0 15px
  }

  .home .section1 .l .dis img {
    width: 28px;
    height: auto
  }

  .home .section1 .l .p2 {
    line-height: 30px;
    margin: 0 0 15px
  }

  .home .section1 .l .p3 {
    line-height: 25px
  }

  .home .section2 {
    padding: 50px 5%
  }

  .home .section2 .content {
    margin: 35px 0 0 0;
    grid-template-columns: repeat(2, 1fr);
    gap: 35px
  }

  .home .section2 .content .item .icon {
    width: 55px;
    height: 55px
  }

  .home .section2 .content .item .p1 {
    margin: 0 0 15px
  }

  .home .section3 {
    padding: 65px 5%
  }

  .home .section3 .title {
    margin: 0 0 30px
  }

  .home .section3 .content {
    flex-direction: column
  }

  .home .section3 .content .cut .list {
    width: 100%;
    height: 45px;
    border-right: 2px solid transparent
  }

  .home .section3 .content .cut .list.on {
    border-right: 2px solid #323077
  }

  .home .section3 .content .r {
    margin: 30px 0 0 0
  }

  .home .section3 .content .r .matter .button {
    position: static;
    width: fit-content;
    gap: 25px;
    margin: 35px auto 0
  }

  .home .section3 .content .r .matter .button svg {
    width: 20px;
    height: 20px
  }

  .home .section3 .content .r .matter .swiper-pagination {
    margin: 20px auto 0
  }

  .home .section3 .content .r .matter .swiper-pagination span {
    width: 6px;
    height: 6px;
    margin: 0 10px 0 0 !important
  }

  .home .section3 .content .r .matter .swiper-pagination span:last-child {
    margin: 0 !important
  }

  .home .section3 .content .r .matter .proSwiper {
    width: 100%
  }

  .home .section3 .content .r .matter .proSwiper .swiper-slide .item1 .text {
    margin: 50px 0 0 0
  }

  .home .section3 .content .r .matter .proSwiper .swiper-slide .item1 .text .p1 {
    margin: 0 0 15px
  }

  .home .section4 {
    padding: 50px 5%
  }

  .home .section4 .title .p2 {
    margin: 10px 0 0 0
  }

  .home .section4 .types2 {
    margin: 24px 0 40px 0;
    display: inline-block;
    overflow-x: scroll;
    white-space: nowrap
  }

  .home .section4 .types2 .item {
    display: inline-block
  }

  .home .section4 .types2 .item:not(:first-child) {
    margin: 0 0 0 -48px
  }

  .home .section4 .types2 .item p {
    font-size: 12px
  }

  .home .section4 .types2 .item .bg img {
    width: 200px
  }

  .home .section4 .more {
    width: fit-content;
    height: 40px;
    margin: 30px auto 0;
    gap: 10px;
    padding: 0 25px;
    border-radius: 25px
  }

  .home .section4 .more svg {
    width: 17px;
    height: 17px
  }

  .home .section4 .content {
    width: 100%;
    margin: 25px 0 0 0
  }

  .home .section4 .content .matter {
    padding: 25px 5%
  }

  .home .section4 .content .matter .list:not(:last-child) {
    margin: 0 0 25px
  }

  .home .section4 .content .matter .list .p1 {
    margin: 0 0 15px
  }

  .home .section4 .content .matter .list .p2 {
    width: 100%
  }
}