img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover
}

.img_bor {
  border-radius: 1.04167vw;
  overflow: hidden
}

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

.item_hover {
  overflow: hidden
}

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

.item_hover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .6s ease
}

.index1 {
  height: calc(100vh + 3.6458333333333335vw);
  position: relative;
  border-radius: 0 0 3.64583vw 3.64583vw;
  overflow: hidden
}

.index1 .swiper-pagination {
  bottom: 5.41667vw;
  width: max-content;
  padding: .26042vw .57292vw;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 1.66667vw;
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center
}

.index1 .swiper-pagination span {
  width: .20833vw;
  height: .20833vw;
  opacity: .3 !important;
  margin: 0 .83333vw 0 0 !important;
  background: #fff;
  transition: .6s ease
}

.index1 .swiper-pagination span.swiper-pagination-bullet-active {
  opacity: 1 !important
}

.index1 .swiper-pagination span:last-child {
  margin: 0 !important
}

.index1 .down {
  position: absolute;
  right: 3.85417vw;
  bottom: 5.9375vw;
  z-index: 6;
  cursor: pointer;
  width: 3.48958vw
}

.index1 .down img {
  width: 100%
}

.index1 .index1Swiper {
  width: 100%;
  height: 100%
}

.index1 .index1Swiper .swiper-slide {
  opacity: 0 !important;
  transition: .6s ease
}

.index1 .index1Swiper .swiper-slide.swiper-slide-active {
  opacity: 1 !important
}

.index1 .index1Swiper .swiper-slide.swiper-slide-active .text {
  transform: translateY(0);
  opacity: 1
}

.index1 .index1Swiper .swiper-slide .slide2_img {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center
}

.index1 .index1Swiper .swiper-slide .slide2_img img {
  width: 23.33333vw
}

.index1 .index1Swiper .swiper-slide .slide3 {
  position: absolute;
  right: 6.25vw;
  bottom: 5.625vw;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end
}

.index1 .index1Swiper .swiper-slide .slide3 svg {
  width: 7.13542vw;
  height: max-content;
  position: relative
}

.index1 .index1Swiper .swiper-slide .slide3 .p1 {
  color: #F4E74B;
  font-size: 6.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal
}

.index1 .index1Swiper .swiper-slide .text {
  position: relative;
  top: 35%;
  left: 5.36458vw;
  transform: translateY(2.60417vw);
  opacity: 0;
  transition: 2s
}

.index1 .index1Swiper .swiper-slide .text .p1 {
  color: #FFF;
  font-size: 8.85417vw;
  font-style: normal;
  font-weight: 400;
  display: flex;
  align-items: flex-end;
  gap: 1.04167vw;
  line-height: 80%
}

.index1 .index1Swiper .swiper-slide .text .p1:not(:last-child) {
  margin: 0 0 3.90625vw
}

.index1 .index1Swiper .swiper-slide .text .p1 img {
  width: 8.54167vw
}

.index1 .prev {
  position: absolute;
  left: 2.60417vw;
  bottom: 24.63542vw;
  cursor: pointer;
  z-index: 10
}

.index1 .prev img {
  width: .78125vw
}

.index1 .next {
  position: absolute;
  right: 2.60417vw;
  bottom: 24.63542vw;
  cursor: pointer;
  z-index: 10
}

.index1 .next img {
  width: .78125vw
}

.about3 {
  /* padding: 8.33333vw 7.60417vw 24.79167vw 6.77083vw; */
  padding: 8.33333vw 7.60417vw 0 6.77083vw;
  display: flex;
  justify-content: space-between;
  position: relative
}

.about3 .map {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%
}

.about3 .map img {
  width: 100%
}

.about3 .title {
  color: #313232;
  font-weight: 700
}

.about3 .r .flex {
  display: flex;
  gap: 1.51042vw
}

.about3 .r .flex .line {
  width: 2px;
  height: 13.48958vw;
  background: rgba(153, 153, 153, 0.4);
  margin-top: .72917vw
}

.about3 .r .flex .nr .text {
  width: 41.04167vw;
  color: #646464;
  text-align: justify;
  line-height: 2.22
}

.about3 .r .flex .nr .more {
  display: flex;
  gap: .88542vw;
  align-items: center;
  margin: 2.44792vw 0 0 0
}

.about3 .r .flex .nr .more:hover .circle {
  background: #1D2088
}

.about3 .r .flex .nr .more:hover .circle svg path {
  fill: #fff
}

.about3 .r .flex .nr .more .circle {
  width: 2.65625vw;
  height: 2.65625vw;
  border-radius: 50%;
  display: flex;
  align-items: center;
  border: 1px solid #1D2088;
  justify-content: center;
  transition: .6s ease
}

.about3 .r .flex .nr .more .circle svg {
  width: 1.04167vw
}

.about3 .r .flex .nr .more .circle svg path {
  transition: all 600ms
}

.about3 .r .flex .nr .more p {
  color: #636464;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: .6s ease
}

.about3 .gc {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%
}

.about3 .gc img {
  width: 100%
}

.about3 .gc .icon {
  position: absolute;
  left: 38.85417vw;
  top: -3.64583vw
}

.about3 .gc .icon img {
  width: 19.42708vw
}
.index7 .gc {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 9;
}

.index7 .gc img {
  width: 100%;
  /* height: 35.9583vw; */
}

.index7 .gc .icon {
  position: absolute;
  left: 38.85417vw;
  top: -3.64583vw
}

.index7 .gc .icon img {
  width: 19.42708vw
}

.about4 .title {
  color: #F4F4F4;
  font-size: 8.85417vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  padding: 5.20833vw 0 0 3.54167vw
}

.about4 .video {
  width: 100%;
  height: 47.29167vw;
  position: relative;
  margin-top: -1.04167vw
}

.about4 .video .img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.about4 .video .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition: .6s ease
}

.about4 .video .play.on {
  opacity: 0;
  pointer-events: none
}

.about4 .video .play img {
  width: 14.63542vw;
  transition: all 600ms
}

.about4 .video .play .playImg {
  width: 5.78125vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer
}

.about4 .video .play .playImg2 {
  opacity: 0
}

.index2 {
  padding: 12.08333vw 0 10.41667vw
}

.index2 .matter {
  display: flex;
  justify-content: space-between;
  padding: 0 0 0 6.66667vw
}

.index2 .matter:not(:last-child) {
  margin: 0 0 12.13542vw
}

.index2 .matter:nth-child(2n) {
  flex-direction: row-reverse;
  padding: 0 6.66667vw 0 0
}

.index2 .matter:nth-child(2n) .img .pic {
  right: -21.35417vw;
  left: unset
}

.index2 .matter:nth-child(2) .l {
  margin: 8.54167vw 0 0 0
}

.index2 .matter:nth-child(3) .l {
  margin: 3.33333vw 0 0 0
}

.index2 .matter:nth-child(3) .l .title .cn {
  margin-bottom: 2.44792vw
}

.index2 .matter .l {
  width: 23.4375vw;
  margin: 11.71875vw 0 0 0
}

.index2 .matter .l .title {
  width: 27.08333vw
}

.index2 .matter .l .title .en {
  color: #323232;
  font-style: normal;
  font-weight: 600;
  line-height: 100%
}

.index2 .matter .l .title .cn {
  color: #323232;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 1.04167vw 0
}

.index2 .matter .l .text {
  color: #969696;
  text-align: justify;
  font-style: normal;
  font-weight: 400;
  line-height: 162.5%;
  margin: 0 0 3.90625vw
}

.index2 .matter .l .circle {
  width: 5.20833vw;
  height: 5.20833vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #1D2088;
  transition: .6s ease
}

.index2 .matter .l .circle:hover {
  background: #1D2088
}

.index2 .matter .l .circle:hover img {
  filter: brightness(0) invert(1)
}

.index2 .matter .l .circle img {
  width: 2.5vw;
  transition: all 600ms
}

.index2 .matter .img {
  width: 64.11458vw;
  height: 56.25vw;
  position: relative
}

.index2 .matter .img .index2Swiper {
  width: 100%;
  height: 100%
}

.index2 .matter .img .index2Swiper img {
  width: 100%;
  height: 100%
}

.index2 .matter .img>img {
  width: 100%;
  height: 100%
}

.index2 .matter .img .pic {
  display: flex;
  gap: .78125vw;
  position: absolute;
  top: 39.6875vw;
  left: -21.35417vw;
  z-index: 5
}

.index2 .matter .img .pic .list {
  width: 12.55208vw;
  height: 8.95833vw
}

.index2 .matter .img .pic .list img {
  width: 100%;
  height: 100%
}

.index3 {
  padding: 0 2.03125vw 9.58333vw 1.71875vw
}

.index3 .top {
  display: flex;
  padding: 0 7.1875vw 0 0;
  justify-content: space-between
}

.index3 .top .label {
  display: flex;
  width: max-content;
  height: 1.5625vw;
  padding: .10417vw .05208vw;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: #1D2088;
  color: #FFF;
  font-style: normal;
  font-weight: 400;
  line-height: normal
}

.index3 .top .r {
  width: 40.625vw
}

.index3 .top .r .p1 {
  color: #636464;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 .15625vw
}

.index3 .top .r .p2 {
  color: #323232;
  font-style: normal;
  font-weight: 600;
  line-height: 100%
}

.index3 .top .r .p3 {
  margin: 2.76042vw 0 0 0;
  color: #C9C9C9;
  text-align: justify;
  font-style: normal;
  font-weight: 400;
  line-height: 206.25%
}

.index3 .content {
  margin: 7.60417vw 0 0 0;
  display: flex;
  justify-content: space-between
}

.index3 .content .position_label {
  position: absolute;
  top: .67708vw;
  left: .9375vw;
  z-index: 2;
  display: flex;
  width: 7.70833vw;
  height: 1.35417vw;
  justify-content: center;
  align-items: center;
  gap: .46875vw;
  border-radius: 1.04167vw;
  background: #D6D6D6
}

.index3 .content .position_label.bottom {
  top: unset;
  bottom: .83333vw
}

.index3 .content .position_label.right {
  left: unset;
  right: .625vw
}

.index3 .content .position_label.on {
  background: rgba(255, 255, 255, 0.2)
}

.index3 .content .position_label.on p {
  color: #fff
}

.index3 .content .position_label.on img {
  filter: brightness(0) invert(1)
}

.index3 .content .position_label p {
  color: #636464;
  font-style: normal;
  font-weight: 400;
  line-height: normal
}

.index3 .content .position_label img {
  width: .88542vw;
  height: .88542vw
}

.index3 .content .big {
  width: 46.61458vw;
  height: 44.32292vw;
  position: relative;
  display: block
}

.index3 .content .big .img {
  width: 100%;
  height: 100%
}

.index3 .content .small {
  width: 48.07292vw
}

.index3 .content .small .flex1 {
  display: flex;
  justify-content: space-between
}

.index3 .content .small .flex1 .img {
  height: 18.33333vw;
  width: 26.30208vw;
  position: relative;
  display: block
}

.index3 .content .small .flex1 .img:last-child {
  width: 21.04167vw
}

.index3 .content .small .flex2 {
  display: flex;
  justify-content: space-between;
  margin: .67708vw 0 0 0
}

.index3 .content .small .flex2 .img {
  width: 16.92708vw;
  height: 25.41667vw;
  position: relative;
  display: block
}

.index3 .content .small .flex2 .jump {
  width: 30.46875vw
}

.index3 .content .small .flex2 .jump .display {
  display: flex;
  justify-content: space-between
}

.index3 .content .small .flex2 .jump .display .list {
  width: 14.94792vw;
  height: 12.29167vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.04167vw;
  background: #F3F3F3
}

.index3 .content .small .flex2 .jump .display .list span {
  color: #323232;
  font-style: normal;
  font-weight: 400;
  line-height: normal
}

.index3 .content .small .flex2 .jump .display .list p {
  color: #636464;
  font-style: normal;
  font-weight: 400;
  line-height: normal
}

.index3 .content .small .flex2 .jump .img2 {
  width: 100%;
  height: 12.34375vw;
  margin: .72917vw 0 0 0;
  position: relative;
  display: block
}

.index4 {
  padding: 0 11.45833vw 22.70833vw 9.89583vw
}

.index4 .top {
  display: flex;
  padding: 0 4.0625vw 0 0;
  justify-content: space-between;
  margin: 0 0 5.52083vw
}

.index4 .top p {
  color: #636464;
  font-style: normal;
  font-weight: 400;
  line-height: normal
}

.index4 .title {
  position: relative;
  z-index: 1;
  margin: 0 0 3.33333vw
}

.index4 .title .en {
  position: absolute;
  top: -4.16667vw;
  left: 0;
  z-index: -1;
  color: #F4F4F4;
  font-size: 8.85417vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal
}

.index4 .title .p1 {
  color: #323232;
  font-style: normal;
  font-weight: bold;
  line-height: normal
}

.index4 .title .p2 {
  color: #636464;
  font-style: normal;
  font-weight: 400;
  line-height: normal
}

.index4 .content .headline .p1 {
  color: #323232;
  font-style: normal;
  font-weight: 600;
  line-height: 104.167%
}

.index4 .content .headline .label {
  display: inline-flex;
  height: 3.07292vw;
  padding: .20833vw 1.66667vw;
  justify-content: center;
  align-items: center;
  border-radius: 2.96875vw;
  background: #F4E74B;
  color: #323232;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: .72917vw 0 0 0
}

.index4 .content .flex {
  display: flex;
  gap: 3.64583vw
}

.index4 .content .flex:not(:last-child) {
  margin: 0 0 5.20833vw
}

.index4 .content .flex .img {
  width: 37.55208vw;
  height: 39.0625vw
}

.index4 .content .flex .r {
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

.index4 .content .flex .r .circle {
  position: relative;
  width: 5.20833vw;
  height: 5.20833vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #1D2088;
  transition: .6s ease
}

.index4 .content .flex .r .circle:hover {
  background: #1D2088
}

.index4 .content .flex .r .circle:hover img {
  filter: brightness(0) invert(1)
}

.index4 .content .flex .r .circle img {
  width: 2.5vw;
  transition: all 600ms
}

.index4 .content .flex2 .r {
  width: 32.44792vw
}

.index4 .content .flex2 .img {
  width: 42.08333vw;
  height: 23.54167vw
}

.index4 .content .flex3 .img {
  width: 52.08333vw;
  height: 23.75vw
}

.index4 .content .flex3 .headline .p1 {
  position: relative
}

@keyframes goAnimate {
  100% {
    transform: translateX(-50%)
  }
}

.index5 {
  padding: 11.19792vw 7.65625vw 4.16667vw 6.25vw;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 0 0 6.25vw 6.25vw
}

.index5:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #F3F3F3;
  z-index: -1
}

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

.index5 .top .p1 {
  color: #1D2088;
  font-style: normal;
  font-weight: 400;
  line-height: normal
}

.index5 .top .p2 {
  color: #AFAFAF;
  font-style: normal;
  font-weight: 400;
  line-height: normal
}

.index5 .display {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -2.60417vw
}

.index5 .display .line {
  width: 62.5vw;
  height: 1px;
  background: #1D2088
}

.index5 .display .title {
  color: #323232;
  font-style: normal;
  font-weight: 400;
  line-height: normal
}

.index5 .go {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%)
}

.index5 .go .jump {
  width: max-content;
  display: flex;
  animation: goAnimate 20s linear infinite
}

.index5 .go .jump .flex {
  display: flex
}

.index5 .go .jump .flex p {
  -webkit-text-stroke-width: 1.23px;
  -webkit-text-stroke-color: rgba(29, 32, 136, 0.1);
  font-size: 11.19792vw;
  font-style: normal;
  font-weight: 400;
  color: transparent;
  line-height: 100%
}

.index5 .content {
  padding: 0 10.9375vw 0 11.77083vw;
  margin: 2.60417vw 0 0 0
}

.index5 .content .flex1 {
  display: flex;
  justify-content: space-between
}

.index5 .content .flex1 .r {
  width: 17.65625vw;
  height: 40.98958vw;
  background: #E5E5E5;
  border-radius: .52083vw;
  padding: 11.92708vw 1.04167vw 0 1.19792vw
}

.index5 .content .flex1 .r .p1 {
  color: #323232;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 1.77083vw
}

.index5 .content .flex1 .r .center {
  display: flex;
  align-items: flex-end;
  justify-content: space-between
}

.index5 .content .flex1 .r .center .dis {
  display: flex;
  align-items: flex-end;
  gap: .98958vw
}

.index5 .content .flex1 .r .center .dis .pick {
  color: #333;
  font-style: normal;
  font-weight: 400;
  line-height: 100%
}

.index5 .content .flex1 .r .center .dis svg {
  width: .52083vw;
  height: .57292vw;
  position: relative;
  top: -.20833vw
}

.index5 .content .flex1 .r .center .icon {
  width: 2.13542vw
}

.index5 .content .flex1 .r .bottom {
  margin: 5.52083vw 0 0 0;
  display: flex;
  justify-content: center;
  gap: 5.9375vw
}

.index5 .content .flex1 .r .bottom svg {
  width: 2.60417vw;
  height: 11.09375vw
}

.index5 .content .flex1 .l {
  width: 44.11458vw
}

.index5 .content .flex1 .l .display1 {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.index5 .content .flex1 .l .display1 .blueImg {
  margin: 0 0 0 1.19792vw;
  width: 13.02083vw
}

.index5 .content .flex1 .l .display1 .img1 {
  width: 26.66667vw;
  height: 23.125vw;
  border-radius: .52083vw;
  overflow: hidden;
  padding: .36458vw 1.09375vw;
  background: #DBDBDB
}

.index5 .content .flex1 .l .display1 .img1 img {
  width: 24.375vw
}

.index5 .content .flex1 .l .display2 {
  width: 100%;
  height: 17.23958vw;
  border-radius: .52083vw;
  overflow: hidden;
  margin: .52083vw 0 0 0
}

.index5 .content .flex1 .l .display2 img {
  width: 100%;
  height: 100%
}

.index5 .content .flex2 {
  display: flex;
  justify-content: space-between;
  margin: .88542vw 0 0
}

.index5 .content .flex2 .item {
  width: 14.89583vw;
  border-radius: .52083vw;
  overflow: hidden;
  height: 20.36458vw
}

.index5 .content .flex2 .item img {
  width: 100%;
  height: 100%
}

.index5 .content .flex3 {
  margin: .88542vw 0 0 0;
  display: flex;
  justify-content: space-between
}

.index5 .content .flex3 .item1 {
  width: 30.67708vw;
  height: 16.09375vw;
  border-radius: .52083vw;
  overflow: hidden
}

.index5 .content .flex3 .item1 img {
  width: 100%;
  height: 100%
}

.index5 .content .flex3 .item2 {
  width: 15.72917vw;
  height: 16.09375vw;
  border-radius: .52083vw;
  overflow: hidden
}

.index5 .content .flex3 .item2 img {
  width: 100%;
  height: 100%
}

.index5 .content .flex3 .item3 {
  width: 14.89583vw;
  height: 16.09375vw;
  border-radius: .52083vw;
  background: #E2E2E2;
  display: flex;
  align-items: center;
  justify-content: center
}

.index5 .content .flex3 .item3>div {
  display: flex;
  align-items: center;
  gap: .3125vw
}

.index5 .content .flex3 .item3 .code {
  width: 5.3125vw;
  height: 5.3125vw
}

.index5 .content .flex3 .item3 .text {
  height: 4.375vw;
  width: 4.375vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative
}

.index5 .content .flex3 .item3 .text p {
  color: #000;
  font-style: normal;
  font-weight: 400;
  line-height: normal
}

.index5 .content .flex3 .item3 .text .s1 {
  width: .52083vw;
  height: .46875vw;
  position: absolute;
  top: 0;
  left: 0
}

.index5 .content .flex3 .item3 .text .s2 {
  width: .52083vw;
  height: .46875vw;
  position: absolute;
  right: 0;
  top: 0
}

.index5 .content .flex3 .item3 .text .s3 {
  width: .52083vw;
  height: .46875vw;
  position: absolute;
  left: 0;
  bottom: 0
}

.index5 .content .flex3 .item3 .text .s4 {
  width: .52083vw;
  height: .46875vw;
  position: absolute;
  right: 0;
  bottom: 0
}

.index5 .content2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 3.4375vw 0 0 0
}

.index5 .content2 .img {
  width: 7.34375vw
}

.index5 .content2 .img2 {
  width: 4.16667vw
}

.index5 .blue {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  height: 12.03125vw;
  background: #1D2088;
  margin: 14.89583vw 0 0 0;
  padding: 0 7.8125vw;
  display: flex;
  align-items: center
}

.index5 .blue .img {
  max-width: unset;
  max-height: unset;
  position: absolute;
  right: 2.08333vw;
  bottom: 1.5625vw;
  width: 63.80208vw
}

.index5 .blue .left .p1 {
  color: #FFF;
  font-style: normal;
  font-weight: 400;
  line-height: normal
}

.index5 .blue .left .more {
  width: 13.17708vw;
  height: 3.17708vw;
  border-radius: 2.60417vw;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 1.51042vw 0 0 0;
  transition: all 600ms
}

.index5 .blue .left .more:hover {
  background: #fff;
  color: #1D2088
}

.index5 .last_display {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.45833vw;
  margin: 1.45833vw 0 0 0
}

.index5 .last_display .item {
  width: 100%;
  height: 14.16667vw;
  position: relative;
  z-index: 1;
  border-radius: .52083vw;
  overflow: hidden
}

.index5 .last_display .item:hover .img {
  transform: scale(1.05)
}

.index5 .last_display .item:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, #2628AB .34%, rgba(95, 97, 193, 0.74) 19.35%, rgba(164, 164, 220, 0.42) 45.02%, rgba(213, 214, 239, 0.19) 66.89%, rgba(244, 244, 251, 0.05) 84.95%, rgba(255, 255, 255, 0) 95.41%);
  opacity: 0.5
}

.index5 .last_display .item .img {
  width: 100%;
  height: 100%;
  transition: .6s ease
}

.index5 .last_display .item .text {
  z-index: 2;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: .78125vw 1.19792vw;
  color: #FFF;
  font-style: normal;
  font-weight: 400;
  line-height: normal
}

.index5 .top3 {
  margin: 14.58333vw 0 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.index5 .top3 .l {
  display: flex;
  align-items: flex-end
}

.index5 .top3 .l .pick {
  color: #333;
  font-style: normal;
  font-weight: bold;
  line-height: 110%
}

.index5 .top3 .l svg {
  width: .78125vw;
  height: .88542vw;
  margin: 0 .88542vw 0 1.09375vw
}

.index5 .top3 .l .pick2 .dis {
  display: flex;
  justify-content: space-between
}

.index5 .top3 .l .pick2 p {
  color: #333;
  font-style: normal;
  font-weight: 400;
  line-height: 110%
}

.index5 .top3 .jt {
  width: 2.60417vw
}

.index5 .top3 .jt img {
  width: 100%
}

.index5 .content3 {
  margin: 2.1875vw 0 0 0;
  width: 74.16667vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%)
}

.index5 .content3 .dm {
  width: 11.45833vw;
  margin: 0 0 0 24.89583vw;
  position: relative;
  z-index: 2;
  top: -1.82292vw
}

.index5 .content3 .display {
  position: relative;
  margin-top: -7.70833vw;
  justify-content: center
}

.index5 .content3 .display .bgSvg {
  width: 88.02083vw;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: unset
}

.index5 .content3 .display p {
  color: #323232;
  font-size: 7.1875vw;
  font-style: normal;
  font-family: "HarmonyOS Sans SC";
  font-weight: 900;
  line-height: normal;
  white-space: nowrap;
  text-align: center
}

.index6 {
  padding: 7.44792vw 13.28125vw 0 15.41667vw
}

.index6 .content {
  display: flex;
  justify-content: space-between
}

.index6 .content .title {
  color: #313232;
  font-style: normal;
  font-weight: 700;
  line-height: normal
}

.index6 .content .r {
  width: 29.63542vw
}

.index6 .content .r .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 4.94792vw 0
}

.index6 .content .r .top .more_all {
  color: #1D2087;
  font-style: normal;
  font-weight: 400;
  line-height: normal
}

.index6 .content .r .flex .item {
  width: 35.52083vw;
  height: 9.79167vw;
  padding: 1.5625vw .98958vw 1.51042vw .98958vw;
  border-radius: 1.04167vw;
  display: block;
  transition: .6s ease
}

.index6 .content .r .flex .item.on {
  padding: 1.5625vw 2.34375vw 1.51042vw 1.77083vw;
  background: #F4E74B
}

.index6 .content .r .flex .item.on .p2 {
  color: #000
}

.index6 .content .r .flex .item .p1 {
  display: flex;
  align-items: center;
  gap: .3125vw;
  margin: 0 0 1.45833vw
}

.index6 .content .r .flex .item .p1 p {
  color: #000;
  font-style: normal;
  font-weight: 400;
  line-height: normal
}

.index6 .content .r .flex .item .p1 p span {
  color: #1D2088
}

.index6 .content .r .flex .item .p1 .line {
  width: .10417vw;
  height: 1.09375vw;
  background: #000;
  margin: 0 .26042vw
}

.index6 .content .r .flex .item .p2 {
  color: #646464;
  font-style: normal;
  font-weight: 500;
  margin: 0 0 2.23958vw;
  line-height: 175%;
  transition: .6s ease
}

.index6 .content .l {
  width: 33.90625vw
}

.index6 .content .l .newsSwiper {
  width: 100%;
  margin: 4.94792vw 0 0 0
}

.index6 .content .l .newsSwiper .swiper-slide {
  padding: 0 0 2.60417vw
}

.index6 .content .l .newsSwiper .swiper-slide.swiper-slide-active .item {
  opacity: 1;
  transform: translateY(0)
}

.index6 .content .l .newsSwiper .swiper-slide .item {
  opacity: 0;
  transform: translateY(2.60417vw);
  display: block;
  transition: 1s
}

.index6 .content .l .newsSwiper .swiper-slide .item .img {
  width: 100%;
  height: 17.96875vw;
  position: relative
}

.index6 .content .l .newsSwiper .swiper-slide .item .img:hover .pic {
  transform: scale(1.05)
}

.index6 .content .l .newsSwiper .swiper-slide .item .img .pic {
  width: 100%;
  height: 100%;
  transition: .6s ease
}

.index6 .content .l .newsSwiper .swiper-slide .item .img .yellow {
  width: 5.83333vw;
  height: max-content;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.index6 .content .l .newsSwiper .swiper-slide .item .text {
  margin: 2.23958vw 0 0 0
}

.index6 .content .l .newsSwiper .swiper-slide .item .text .p1 {
  display: flex;
  align-items: center;
  gap: .3125vw;
  margin: 0 0 1.51042vw
}

.index6 .content .l .newsSwiper .swiper-slide .item .text .p1 p {
  color: #000;
  font-style: normal;
  font-weight: 400;
  line-height: normal
}

.index6 .content .l .newsSwiper .swiper-slide .item .text .p1 p span {
  color: #1D2088
}

.index6 .content .l .newsSwiper .swiper-slide .item .text .p1 .line {
  width: .10417vw;
  height: 1.09375vw;
  background: #000;
  margin: 0 .26042vw
}

.index6 .content .l .newsSwiper .swiper-slide .item .text .p2 {
  color: #000;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 .26042vw
}

.index6 .content .l .newsSwiper .swiper-slide .item .text .p3 {
  color: #646464;
  text-align: justify;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%
}

.index6 .content .l .newsSwiper .swiper-slide .item .text .more {
  margin: 2.70833vw 0 0 0;
  width: 12.60417vw;
  height: 4.27083vw;
  border-radius: 1.04167vw;
  background: #F4E74B;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1D2087;
  font-style: normal;
  font-weight: 400;
  line-height: normal
}

.index6 .other {
  margin: 11.45833vw auto 0;
  width: 73.4375vw;
  height: 1.5625vw
}

.index6 .other svg {
  width: 100%;
  height: 1.61458vw
}

.footer {
  margin-top: -3.54167vw;
  position: relative;
  z-index: 10
}

.index7 {
  border-radius: 2.08333vw 2.08333vw 0 0;
  background: #E5E5E5;
  padding: 6.51042vw 8.80208vw 45.41667vw 8.80208vw;
  display: flex;
  justify-content: space-between;
  position:relative;
}

.index7 .item {
  width: 37.65625vw;
  cursor: pointer
}

.index7 .item .p1 {
  color: #1D2087;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 2.34375vw
}

.index7 .item .p2 {
  color: #000;
  text-align: justify;
  font-style: normal;
  font-weight: bold;
  line-height: 113.636%;
  margin: 0 0 1.51042vw;
  height: 5.15625vw;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden
}

.index7 .item .p3 {
  color: #646464;
  text-align: justify;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  margin: 0 0 1.97917vw
}

.index7 .item .more {
  color: #1D2087;
  font-style: normal;
  font-weight: 400;
  line-height: normal
}

.index8 {
  position: relative
}

.index8 img {
  width: 100%;
  height: 54.27083vw;
  object-fit: cover
}

.index8 .text {
  position: absolute;
  left: 0;
  bottom: 20.83333vw;
  width: 100%;
  text-align: center
}

.index8 .text .p1 {
  color: white
}

.index8 .text a {
  width: 13.22917vw;
  height: 3.22917vw;
  background: #fff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: .46875vw auto;
  color: #1D2088;
  transition: all 600ms
}

.index8 .text a:hover {
  background: #1D2088;
  color: white
}

@media screen and (max-width: 768px) {
  .home {
    overflow: hidden
  }

  .img_bor {
    border-radius: 15px
  }

  .index1 {
    border-radius: 0 0 30px 30px;
    /* height: calc(100vh + 30px) */
    height: 40vh;
    margin-top: 60px;
  }

  .index1 .index1Swiper .swiper-slide .text {
    top: 40%
  }

  .index1 .index1Swiper .swiper-slide .text .p1 {
    margin: 0 0 15px;
    gap: 15px
  }

  .index1 .index1Swiper .swiper-slide .slide3 {
    right: 5%;
    bottom: 80px
  }

  .index1 .index1Swiper .swiper-slide .slide3 svg {
    width: 30px;
    left: 0
  }

  .index1 .index1Swiper .swiper-slide .slide3 .p1 {
    font-size: 30px
  }

  .index1 .swiper-pagination {
    bottom: 5%;
    padding: 10px 15px;
    border-radius: 30px
  }

  .index1 .swiper-pagination span {
    width: 4px;
    height: 4px;
    margin: 0 5px 0 0 !important
  }

  .index1 .swiper-pagination span:last-child {
    margin: 0 !important
  }

  .index1 .down {
    width: 40px;
    height: 40px;
    bottom: 5%;
    right: 5%
  }

  .index1 .prev {
    left: 5%;
    bottom: 40%
  }

  .index1 .prev img {
    width: 10px
  }

  .index1 .next {
    right: 5%;
    bottom: 40%
  }

  .index1 .next img {
    width: 10px
  }

  .about3 {
    padding: 30px 5% 15px 5%;
    flex-direction: column
  }

  .about3 .r {
    margin: 15px 0 0 0
  }

  .about3 .r .line {
    display: none
  }

  .about3 .r .flex .nr .text {
    width: 100%;
    line-height: 1.8
  }

  .about3 .r .flex .nr .more {
    gap: 15px;
    margin-top: 15px
  }

  .about3 .r .flex .nr .more .circle {
    width: 30px;
    height: 30px
  }

  .about3 .r .flex .nr .more .circle svg {
    width: 15px
  }

  .about4 .title {
    padding: 30px 5% 0 5%
  }

  .about4 .video {
    height: auto
  }

  .about4 .video .play img {
    width: 100px
  }

  .about4 .video .play .playImg {
    width: 50px
  }

  .index2 {
    padding: 30px 0
  }

  .index2 .matter {
    padding: 0 5% !important;
    flex-direction: column !important
  }

  .index2 .matter:nth-child(2n) .img .pic {
    right: -19px
  }

  .index2 .matter .l {
    width: 100%
  }

  .index2 .matter .l .title {
    width: 100%
  }

  .index2 .matter .l .text {
    margin: 0 0 15px
  }

  .index2 .matter .l .circle {
    width: 40px;
    height: 40px
  }

  .index2 .matter .l .circle img {
    width: 20px
  }

  .index2 .matter .img {
    width: 100%;
    height: auto;
    margin: 30px 0 0 0
  }

  .index2 .matter .img .pic {
    gap: 10px;
    position: absolute;
    left: -19px;
    top: 55%;
    margin: 20px 0 0 0;
    background: #fff;
    padding: 15px;
    border-radius: 15px
  }

  .index2 .matter .img .pic .list {
    width: 100px;
    height: auto
  }

  .index3 {
    padding: 30px 5%
  }

  .index3 .top {
    flex-direction: column;
    align-items: unset;
    gap: 20px
  }

  .index3 .top .label {
    padding: 10px 5px;
    height: auto
  }

  .index3 .top .r {
    width: 100%;
    margin: 10px 0 0 0
  }

  .index3 .top .r .p3 {
    margin: 15px 0 0 0
  }

  .index3 .content {
    margin: 30px 0 0 0;
    flex-direction: column;
    /* gap: 20px */
  }

  .index3 .content .position_label {
    height: 40px;
    padding: 10px 15px;
    width: max-content;
    gap: 10px;
    border-radius: 30px;
    top: 5%;
    left: 5%
  }

  .index3 .content .position_label.bottom {
    bottom: 5%
  }

  .index3 .content .position_label.right {
    right: 5%
  }

  .index3 .content .position_label img {
    width: 15px;
    height: 15px;
    object-fit: contain
  }

  .index3 .content .big {
    width: 100%;
    height: auto
  }

  .index3 .content .small {
    width: 100%;
    flex-direction: column
  }

  .index3 .content .small .flex1 {
    flex-direction: column;
    gap: 20px;
    display: none;
  }
  .index3 .content .small .flex1 .img {
    width: 100% !important;
    height: auto
  }

  .index3 .content .small .flex2 {
    margin: 20px 0 0 0;
    flex-direction: column;
    gap: 20px
  }

  .index3 .content .small .flex2 .img {
    width: 100%;
    height: auto;
    display: none;
  }

  .index3 .content .small .flex2 .jump {
    width: 100%
  }

  .index3 .content .small .flex2 .jump .display .list {
    width: 47%;
    height: auto;
    padding: 50px 5%;
    border-radius: 15px
  }

  .index3 .content .small .flex2 .jump .img2 {
    width: 100%;
    height: auto;
    margin: 20px 0 0 0
  }

  .index4 {
    padding: 30px 5%
  }

  .index4 .top {
    padding: 0;
    margin: 0 0 25px
  }

  .index4 .title {
    margin: 0 0 25px
  }

  .index4 .content .flex {
    flex-direction: column !important;
    gap: 20px
  }

  .index4 .content .flex:not(:last-child) {
    margin: 0 0 40px
  }

  .index4 .content .flex .img {
    width: 100%;
    height: auto
  }

  .index4 .content .flex .headline .label {
    height: auto;
    width: max-content;
    padding: 10px 25px;
    border-radius: 30px;
    margin: 15px 0 0 0;
    display: inline-block
  }

  .index4 .content .flex .r .circle {
    width: 40px;
    height: 40px;
    margin: 30px 0 0 0 !important;
    left: 0 !important
  }

  .index4 .content .flex .r .circle img {
    width: 20px
  }

  .index4 .content .flex2 {
    flex-direction: column-reverse !important
  }

  .index5 {
    padding: 70px 5% 30px 5%
  }

  .index5 .display {
    margin: 20px 0
  }

  .index5 .display .line {
    width: 46%
  }

  .index5 .display .title {
    font-size: 25px
  }

  .index5 .content {
    padding: 0
  }

  .index5 .content .flex3 {
    margin: 30px 0 0 0;
    flex-wrap: wrap;
    /* flex-direction: column; */
    gap: 20px
  }

  .index5 .content .flex3 .item1 {
    width: 100%;
    height: auto;
    border-radius: 10px
  }

  .index5 .content .flex3 .item2 {
    width: 45%;
    height: auto;
    border-radius: 10px
  }

  .index5 .content .flex3 .item3 {
    width: 49%;
    height: auto;
    padding: 40px 10px;
    border-radius: 10px
  }

  .index5 .content .flex3 .item3>div {
    gap: 10px
  }

  .index5 .content .flex3 .item3 .code {
    width: 70px;
    height: 70px
  }

  .index5 .content .flex3 .item3 .text {
    width: unset;
    height: unset
  }

  .index5 .content .flex3 .item3 .text svg {
    display: none
  }

  .index5 .content .flex2 {
    /* flex-direction: column;
    gap: 20px;
    margin: 20px 0 0 0 */
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px 20px;
  }

  .index5 .content .flex2 .item {
    width: 100%;
    height: auto;
    border-radius: 10px
  }

  .index5 .content .flex1 {
    flex-direction: column;
    gap: 20px
  }

  .index5 .content .flex1 .l {
    width: 100%
  }

  .index5 .content .flex1 .l .display1 {
    width: 100%
  }

  .index5 .content .flex1 .l .display1 .blueImg {
    width: 100px;
    margin: 0 0 0 30px
  }

  .index5 .content .flex1 .l .display1 .img1 {
    width: 50%;
    height: auto;
    padding: 15px
  }

  .index5 .content .flex1 .l .display1 .img1 img {
    width: 100%;
    height: auto
  }

  .index5 .content .flex1 .l .display2 {
    margin: 15px 0 0 0;
    border-radius: 10px;
    overflow: hidden;
    height: auto
  }

  .index5 .content .flex1 .r {
    width: 100%;
    height: auto;
    border-radius: 10px;
    padding: 30px 5%
  }

  .index5 .content .flex1 .r .p1 {
    margin: 0 0 15px
  }

  .index5 .content .flex1 .r .center .dis {
    gap: 15px
  }

  .index5 .content .flex1 .r .center .dis svg {
    width: 10px;
    height: 10px
  }

  .index5 .content .flex1 .r .center .icon {
    width: 35px
  }

  .index5 .content .flex1 .r .bottom {
    gap: 50px;
    margin: 50px 0 0 0
  }

  .index5 .content .flex1 .r .bottom svg {
    width: 30px;
    height: 125px
  }

  .index5 .content2 {
    margin: 30px 0 0 0
  }

  .index5 .content2 .img {
    width: 70px;
    height: auto
  }

  .index5 .content2 .img2 {
    width: 50px;
    height: 50px
  }

  .index5 .blue {
    margin: 30px 0 0 0;
    padding: 50px 5%;
    height: auto;
    flex-direction: column;
    gap: 30px;
    align-items: unset
  }

  .index5 .blue .left .p1 {
    margin: 0 0 20px
  }

  .index5 .blue .left .more {
    width: fit-content;
    height: 40px;
    border-radius: 30px;
    padding: 0 20px
  }

  .index5 .blue .img {
    position: static;
    width: 100%
  }

  .index5 .last_display {
    margin: 30px 0 0 0;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px
  }

  .index5 .last_display .item {
    width: 100%;
    height: auto;
    border-radius: 10px
  }

  .index5 .last_display .item .text {
    padding: 30px 5%
  }

  .index5 .top3 {
    margin: 30px 0 0 0;
    flex-direction: column;
    align-items: unset
  }

  .index5 .top3 .l {
    flex-direction: column;
    align-items: unset;
    gap: 20px
  }

  .index5 .top3 .l svg {
    display: none;
    width: 20px;
    height: max-content;
    margin: 0 15px
  }

  .index5 .top3 .l .pick2 {
    width: max-content
  }

  .index5 .top3 .jt {
    width: 30px;
    margin: 30px 0 0 0
  }

  .index5 .content3 .dm {
    width: 65px
  }

  .index6 {
    padding: 30px 5% 0 5%
  }

  .index6 .other {
    width: 90%;
    height: 17px;
    margin: 20px auto 0
  }

  .index6 .other svg {
    width: 100%;
    height: 9px
  }

  .index6 .content {
    flex-direction: column;
    gap: 30px
  }

  .index6 .content .r {
    width: 100%
  }

  .index6 .content .r .top {
    margin: 0 0 14px
  }

  .index6 .content .r .flex .item {
    width: 100%;
    height: auto;
    padding: 25px 5% !important;
    border-radius: 15px
  }

  .index6 .content .l {
    width: 100%
  }

  .index6 .content .l .newsSwiper {
    margin: 30px 0 0 0
  }

  .index6 .content .l .newsSwiper .swiper-slide .item .img {
    /* height: auto */
    height: 300px;
  }

  .index6 .content .l .newsSwiper .swiper-slide .item .img .yellow {
    width: 120px
  }

  .index6 .content .l .newsSwiper .swiper-slide .item .text {
    margin: 30px 0 0 0
  }

  .index6 .content .l .newsSwiper .swiper-slide .item .text .p1 {
    gap: 10px;
    margin: 0 0 15px
  }

  .index6 .content .l .newsSwiper .swiper-slide .item .text .p2 {
    margin: 0 0 15px
  }

  .index6 .content .l .newsSwiper .swiper-slide .item .text .more {
    margin: 25px 0 0 0;
    width: max-content;
    height: 40px;
    padding: 0 15px;
    border-radius: 30px
  }

  .index7 {
    padding: 30px 5% 180px 5%;
    border-radius: 30px 30px 0 0;
    flex-direction: column;
    gap: 35px
  }

  .index7 .item {
    width: 100%
  }

  .index7 .item .p1 {
    margin: 0 0 15px
  }

  .index7 .item .p2 {
    margin: 0 0 15px;
    height: auto
  }

  .index7 .item .p3 {
    margin: 0 0 15px
  }

  .footer {
    margin-top: -35px
  }

  .index8 img {
    height: 300px
  }

  .index8 .text {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 5%
  }

  .index8 .text .p1 {
    font-size: 16px
  }

  .index8 .text a {
    width: 125px;
    height: 35px;
    margin: 15px auto
  }
}