img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.common_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.section {
  height: 100vh;
  position: relative;
  z-index: 1;
}

.section .fp-overflow {
  width: 100%;
  height: 100%;
}

:root {
  --color: #005CB9;
}

.position_r {
  display: none;
}

.fixed_position_r {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
  width: 2.5vw;
  height: 39.7916666667vw;
  opacity: 0;
  transition: .6s ease;
  pointer-events: none;
}

.fixed_position_r.on {
  opacity: 1;
  pointer-events: auto;
}

.fixed_position_r .text {
  height: 7.9166666667vw;
  display: flex;
  align-items: flex-end;
  position: relative;
}

.fixed_position_r .text:nth-child(2) {
  top: 0.78125vw;
}

.fixed_position_r .text:nth-child(3) {
  top: 1.5104166667vw;
}

.fixed_position_r .text:nth-child(4) {
  top: 2.2395833333vw;
}

.fixed_position_r .text.on p {
  transform: scale(1);
  color: #fff;
}

.fixed_position_r .text p {
  position: absolute;
  right: calc(100% + 18px);
  color: rgba(255, 255, 255, 0.4);
  font-size: 1.5625vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transform-origin: right;
  transform: scale(0.666);
  transition: .6s ease;
  cursor: pointer;
}

.fixed_position_r .cut {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.fixed_position_r .cut .svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: .6s ease;
}

.fixed_position_r .cut .svg.on {
  opacity: 1;
}

.fixed_position_r svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@-webkit-keyframes fadeInUp_ {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp_ {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp_ {
  -webkit-animation-name: fadeInUp_;
  animation-duration: 2s;
  animation-name: fadeInUp_;
}

@keyframes yAnimate {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.ifShow {
  opacity: 0;
  width: 100%;
  position: fixed;
  top: 0;
  height: 5.2083333333vw;
  left: 0;
  z-index: 99;
}

.ifShow.on {
  opacity: 1;
  transition: .6s ease;
}

.index1 {
  background-color: #000;
}

.index1 .hd {
  height: calc(100vh + 1300px);
}

.index1 .hd .fix {
  overflow: hidden;
}

.index1 .hd .position {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
  mix-blend-mode: lighten;
  pointer-events: none;
  transition: 0.6s;
}

.index1 .hd .position .scroll {
  position: absolute;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  bottom: 1.5625vw;
  align-items: center;
}

.index1 .hd .position .scroll svg {
  width: 2.0833333333vw;
  display: block;
  height: auto;
}

.index1 .hd .position .scroll p {
  color: #005CB9;
  font-size: 1.25vw;
  margin-left: 0.5208333333vw;
}

.index1 .hd .position.on {
  background-color: transparent;
  mix-blend-mode: unset;
}

.index1 .hd .position img {
  filter: invert(100%);
  display: block;
  width: 31.25vw;
  margin: auto;
}

.index1 .hd .position .img1 {
  transform-origin: top;
  filter: invert(40%);
}

.index1 .hd .position .img2 {
  width: 41.09375vw;
  margin: 5.2083333333vw 0 0 0;
}

.index1 .hd .position .img2.on {
  opacity: 0;
}

.index1 .hd .fist {
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
}

.index1 .hd .fist .common_bg {
  object-fit: cover;
}

.index1 .hd .fist:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(180deg, #005CB9 0%, rgba(23, 85, 156, 0) 58.42%);
  pointer-events: none;
}

.index1 .content {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  padding: 0 11.7708333333vw;
  z-index: 2;
  display: none;
}

.index1 .content .p1 {
  font-size: 1.875vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: unset;
  background: var(--Linear, linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0.8) 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.index1 .content .p2 {
  margin: 1.0416666667vw 0 0 0;
  font-size: 4.1666666667vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: unset;
  background: var(--Linear, linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0.8) 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.index1 .content .play {
  margin: 0.5729166667vw 0 0 1.09375vw;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.index1 .content .play svg {
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  margin: 0 1.5625vw 0 0;
}

.index1 .content .play p {
  color: #FFF;
  font-size: 0.7291666667vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.index1 .content .label {
  display: flex;
  gap: 0 2.0833333333vw;
  margin: 2.0833333333vw 0 0 0;
}

.index1 .content .label .list {
  display: flex;
  width: fit-content;
  padding: 0.8333333333vw 1.0416666667vw;
  justify-content: center;
  align-items: center;
  gap: 0.5208333333vw;
  border-radius: 1.0416666667vw;
  background: #fff;
  color: #005CB9;
  font-size: 0.7291666667vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: .6s ease;
  pointer-events: auto;
}

.index1 .content .label .list:hover {
  background: #005CB9;
  color: #fff;
}

.index1 .content .label .list:first-child {
  text-transform: unset;
}

.index2 {
  position: relative;
  z-index: 1;
  background: #000;
}

.index2 .waterBox {
  z-index: 10;
  pointer-events: none;
  width: 100%;
  height: 4.1666666667vw;
  margin-bottom: -0.1041666667vw;
  position: absolute;
  bottom: 0;
  left: 0;
}

.index2 .waterBox svg {
  width: 100%;
  height: 4.0625vw;
  max-height: 100vh;
  margin: 0;
  display: block;
}

.index2 .waterBox .water .parallax>use {
  transition: fill .5s ease-in-out;
  animation: 5s linear 1s infinite move-forever;
}

.index2.index2_2:after {
  background: url(../images/bg2.png);
}

.index2.index2_3:after {
  background: url(../images/bg3.png);
}

.index2.index2_4:after {
  background: url(../images/bg4.png);
}

.index2:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  z-index: 10;
  background: url(../images/bg1.png);
  pointer-events: none;
}

.index2 .bgSwiper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.index2 .bgSwiper img {
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: 1s;
}

.index2 .bgSwiper .swiper-slide-active img {
  opacity: 1;
  pointer-events: auto;
}

.index2 .content {
  position: relative;
  z-index: 11;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 18.6458333333vw 0 10.4166666667vw;
  display: flex;
  align-items: center;
}

.index2 .content .l {
  width: 29.4791666667vw;
  margin: 0 8.4375vw 0 0;
  position: relative;
}

.index2 .content .l .position_eng {
  position: absolute;
    top: -16.6666666667vw;
    left: -6.40625vw;
    pointer-events: none;
    color: rgba(255, 255, 255, 0.2);
    font-size: 28.125vw;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
}

.index2 .content .l .l_list {
  display: none;
}

.index2 .content .l .l_list.on {
  display: block;
  animation: yAnimate 1s ease forwards;
}

.index2 .content .l .l_list .p1 {
  color: #FFF;
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    /*text-transform: uppercase;*/
}

.index2 .content .l .l_list .p2 {
  color: #FFF;
  font-size: 3.3333333333vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  /*text-transform: unset;*/
  margin: 1.0416666667vw 0;
}

.index2 .content .l .l_list .p3 {
  margin: 1.25vw 0 0 0;
    color: #FFF;
    font-size: 1.0416666667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.67;
}

.index2 .content .r {
  position: relative;
  flex: 1;
}

.index2 .content .r .button {
  width: 39.5833333333vw;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}

.index2 .content .r .button img {
  cursor: pointer;
  pointer-events: auto;
  width: 3.125vw;
  height: 3.125vw;
}

.index2 .content .r .button img:last-child {
  transform: rotate(180deg);
}

.index2 .content .r .flex .flex_list {
  display: none;
}

.index2 .content .r .flex .flex_list.on {
  display: block;
  animation: yAnimate 1s ease forwards;
}

.index2 .content .r .flex .flex_list .img {
  width: 35.46875vw;
  height: 24.53125vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.index2 .content .r .flex .flex_list .img:hover img {
  transform: scale(1.05);
}

.index2 .content .r .flex .flex_list .img .eng {
  color: rgba(255, 255, 255, 0.2);
  text-align: center;
  font-size: 3.9583333333vw;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: unset;
  z-index: -1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  white-space: nowrap;
}

.index2 .content .r .flex .flex_list .img img {
  object-fit: contain;
  transition: 1s;
}

.index2 .content .r .flex .flex_list .more {
  margin: 10.3645833333vw auto 0;
  width: 8.28125vw;
  height: 1.9791666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.0416666667vw;
  color: var(--color);
  font-size: 0.7291666667vw;
  font-style: normal;
  font-weight: 400;
  background: #fff;
  transition: .6s ease;
}

.index2 .content .r .flex .flex_list .more:hover {
  background: var(--color);
  color: #fff;
}

.index2 .position_r {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 777;
  width: 2.5vw;
  height: 39.7916666667vw;
}

.index2 .position_r .text {
  height: 7.9166666667vw;
  display: flex;
  align-items: flex-end;
  position: relative;
}

.index2 .position_r .text:nth-child(2) {
  top: 0.78125vw;
}

.index2 .position_r .text:nth-child(3) {
  top: 1.5104166667vw;
}

.index2 .position_r .text:nth-child(4) {
  top: 2.2395833333vw;
}

.index2 .position_r .text.on p {
  transform: scale(1);
  color: #fff;
}

.index2 .position_r .text p {
  position: absolute;
  right: calc(100% + 18px);
  color: rgba(255, 255, 255, 0.4);
  font-size: 1.5625vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transform-origin: right;
  transform: scale(0.666);
  transition: .6s ease;
  cursor: pointer;
}

.index2 .position_r svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.index3 .fp-overflow {
  padding: 0;
  overflow: hidden;
  overflow-y: auto !important;
}

.index3 .height {
  padding: 12.5vw 10.4166666667vw 5.5729166667vw 10.4166666667vw;
  display: flex;
  justify-content: space-between;
  background: #fff;
}

.index3 .height .l {
  width: 52.0833333333vw;
  display: flex;
  gap: 0 0.625vw;
}

.index3 .height .l .flex:nth-child(2) {
  margin: 15.3645833333vw 0 0 0;
}

.index3 .height .l .flex .item {
  width: 26.0416666667vw;
    height: 24.5833333333vw;
    border-radius: 1.0416666667vw;
    position: relative;
}

.index3 .height .l .flex .item:hover:after {
  opacity: 0;
}

.index3 .height .l .flex .item:hover .position .y {
  transform: translateY(0);
}

.index3 .height .l .flex .item:hover .position .more {
  background: var(--color);
  color: #fff;
}

.index3 .height .l .flex .item .position {
  position: absolute;
  bottom: 2.0833333333vw;
  left: 2.0833333333vw;
  z-index: 2;
}

.index3 .height .l .flex .item .position .y {
  transform: translateY(-9.8958333333vw);
  transition: 1s;
}

.index3 .height .l .flex .item .position .y .p1 {
  color: #FFF;
  font-size: 1.6666666667vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: unset;
  margin: 0 0 1.1979166667vw;
}

.index3 .height .l .flex .item .position .y .p2 {
  color: #FFF;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  height: 3.0208333333vw;
}

.index3 .height .l .flex .item .position .more {
  margin: 2.0833333333vw 0 0 0;
  width: 8.5416666667vw;
  height: 2.0833333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #005CB9;
  text-align: center;
  font-size: 0.7291666667vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 1.0416666667vw;
  background: #fff;
  transition: .6s ease;
}

.index3 .height .l .flex .item:not(:last-child) {
  margin: 0 0 4.2708333333vw;
}

.index3 .height .l .flex .item:after {
  content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 1.0416666667vw;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%);
    transition: 0.6s ease;
}

.index3 .height .l .flex .item .img {
  width: 100%;
  height: 100%;
  border-radius: 1.0416666667vw;
}

.index3 .height .r {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
  z-index: 1;
}

.index3 .height .r .h {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.index3 .height .r .qiu {
  position: absolute;
  top: 17.1875vw;
  right: 7.9166666667vw;
  z-index: -1;
  width: 11.5625vw;
  height: 11.4583333333vw;
}

.index3 .height .r .title {
  text-align: right;
}

.index3 .height .r .title p {
  color: #000;
  font-size: 3.0208333333vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: unset;
  white-space: nowrap;
}

.index3 .height .r .title p:not(:last-child) {
  margin: 0 0 0.625vw;
}

.index3 .height .r .ai {
  color: #005CB9;
  font-size: 13.0208333333vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: unset;
}

.index3 .height .r .more {
  margin: 1.6666666667vw 0 0 0;
  width: 8.4895833333vw;
  height: 2.03125vw;
  background: #005CB9;
  border-radius: 1.0416666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 0.7291666667vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: .6s ease;
}

.index3 .height .r .more:hover {
  background: #000;
}

.index3 .height2 {
  height: 36.4583333333vw;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  position: relative;
  z-index: 10;
  background: #fff;
}

.index3 .height2 .item {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.index3 .height2 .item:hover .position {
  background: rgba(5, 81, 142, 0.9);
}

.index3 .height2 .item:hover .position .joke {
  opacity: 1;
}

/* .index3 .height2 .item:hover .img {
  transform: scale(1.05);
} */

.index3 .height2 .item .img {
  width: 100%;
  height: 100%;
}

.index3 .height2 .item .position {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .6s;
  z-index: 10;
}

.index3 .height2 .item .position .joke {
  opacity: 0;
  transition: .6s;
}

.index3 .height2 .item .position .text {
  text-align: center;
  color: #FFF;
  font-size: 1.875vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: unset;
  height: 5.5208333333vw;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.index3 .height2 .item .position .pick {
  color: #FFF;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: unset;
  width: 15.8854166667vw;
  word-break: break-word;
  text-align: center;
  margin: 5.2083333333vw auto 0;
  height: 13.0208333333vw;
  -webkit-line-clamp: 8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.index3 .height2 .item .position .more {
  width: 8.536875vw;
  height: 2.0345833333vw;
  border-radius: 1.3020833333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #005CB9;
  text-align: center;
  font-size: 0.7291666667vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: unset;
  background: #fff;
  margin: 7.8125vw auto 0;
  transition: .6s ease;
}

.index3 .height2 .item .position .more:hover {
  background: #005CB9;
  color: #fff;
}

.index3 .big_text {
  position: relative
}

.index3 .big_text img {
  width: 100%;
  display: block
}

.index3 .big_text .text {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  text-align: center;
  background: #fff;
  mix-blend-mode: screen;
  height: 100%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column
}

.index3 .big_text .text .p1 {
  color: #000;
  font-size: 5vw;
  font-weight: 500;
  text-transform: uppercase
}

.index3 .big_text .text .p2 {
  color: #000;
  font-size: 3.33333vw;
  text-transform: uppercase;
  font-weight: 500
}

.index3 .height3 {
  background: #fff;
  padding: 5.5729166667vw 0 2.6041666667vw 0;
  /*display: none;*/
}

.index3 .height3 .title {
  color: #000;
  font-size: 3.3333333333vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: unset;
  text-align: center;
  margin: 0 0 2.1875vw;
}

.index3 .height3 .content {
  width: 100vw;
  overflow: hidden;
}

.index3 .height3 .content .cusSwiper {
  width: 169.7916666667vw;
  left: 50%;
  transform: translateX(-50%);
}

.index3 .height3 .content .cusSwiper .item {
  width: 100%;
  height: 23.9583333333vw;
  border-radius: 1.0416666667vw;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.index3 .height3 .content .cusSwiper .item .joke {
  display: flex;
  align-items: center;
}

.index3 .height3 .content .cusSwiper .item .img {
  width: 14.5833333333vw;
  height: 14.5833333333vw;
}

.index3 .height3 .content .cusSwiper .item .img img {
  width: 100%;
  height: 100%;
}

.index3 .height3 .content .cusSwiper .item .message {
  width: 25.3645833333vw;
  margin: 0 0 0 3.125vw;
}

.index3 .height3 .content .cusSwiper .item .message .p1 {
  color: #FFF;
  font-size: 0.7291666667vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.index3 .height3 .content .cusSwiper .item .message .p2 {
  margin: 1.875vw 0 0 0;
  color: #FFF;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.index3 .height3 .content .cusSwiper .item .message .p3 {
  color: #FFF;
  font-size: 0.7291666667vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.index3 .height3 .content .cusSwiper .swiper-pagination {
  position: static;
  display: flex;
  justify-content: center;
  margin: 2.0833333333vw 0;
  gap: 0 0.3645833333vw;
}

.index3 .height3 .content .cusSwiper .swiper-pagination span {
  background: #EFEFEF;
  height: 0.4166666667vw;
  width: 1.5625vw;
  opacity: 1 !important;
  transition: .6s ease;
  border-radius: 0.4166666667vw;
}

.index3 .height3 .content .cusSwiper .swiper-pagination span.swiper-pagination-bullet-active {
  background: #005CB9;
}

.index3 .height3 .case_more {
  display: flex;
  width: fit-content;
  padding: 0.5208333333vw 1.0416666667vw;
  justify-content: center;
  align-items: center;
  gap: 0.5208333333vw;
  border-radius: 1.0416666667vw;
  background: #005CB9;
  color: #FFF;
  text-align: center;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: auto;
  transition: .6s ease;
}

.index3 .height3 .case_more:hover {
  background: #000;
}

@keyframes goAnimate {
  100% {
    transform: translateX(-50%);
  }
}

@keyframes go2Animate {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0);
  }
}

.main1 {
  padding: 4.7916666667vw 0 6.25vw 0;
    background: #FBFBFB;
    overflow: hidden;
}

.main1 .title {
  font-size: 2.5vw;
  color: #000;
  font-weight: 700;
  text-align: center;
  margin: 0 0 2.0833333333vw;
}

.main1 .content {
  position: relative;
}

.main1 .content:after {
  content: '';
  position: absolute;
  width: 40%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #FBFBFB 0%, rgba(255, 255, 255, 0) 100%);
}

.main1 .content:before {
  content: '';
  position: absolute;
  width: 40%;
  height: 100%;
  top: 0;
  right: 0;
  background: linear-gradient(90deg, #FBFBFB 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
  transform: rotateY(180deg);
}

.main1 .content .matter {
  display: flex;
  animation: 25s goAnimate infinite linear;
}

.main1 .content .matter:nth-child(2) {
  animation-direction: reverse;
}

.main1 .content .matter:not(:last-child) {
  margin: 0 0 0.5208333333vw;
}

.main1 .content .matter .flex {
  display: flex;
}

.main1 .content .matter .flex .img {
  width: 10.4166666667vw;
  height: 5.2083333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 2.0833333333vw;
}

.main1 .content .matter .flex .img img {
  object-fit: contain;
}

.main2 {
  padding: 5.5208333333vw 10.4166666667vw 3.75vw 10.4166666667vw;
  overflow: hidden;
  background: #fff;
}

.main2 .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main2 .top .title {
  font-size: 3.3333333333vw;
  color: #000;
  font-weight: 600;
  text-transform: unset;
}

.main2 .top .other {
  display: flex;
  align-items: center;
}

.main2 .top .other .links {
  display: flex;
  align-items: center;
  margin: 0 1.25vw 0 0;
}

.main2 .top .other .links img {
  width: 1.25vw;
  height: 1.25vw;
  margin: 0 0.8333333333vw;
}

.main2 .top .other .links p {
  font-size: 0.8333333333vw;
  font-weight: 600;
  color: #005CB9;
}

.main2 .top .other .more {
  width: 15.9895833333vw;
  height: 2.1875vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8333333333vw;
  font-weight: 600;
  color: #fff;
  border-radius: 1.0416666667vw;
  background: #005CB9;
  transition: .6s ease;
}

.main2 .top .other .more:hover {
  background: #000;
}

.main2 .content {
  margin: 2.2395833333vw 0 0 0;
}

.main2 .content .item {
  width: 100%;
  border-radius: 1.3020833333vw;
  overflow: hidden;
  background: #F7F7F7;
  display: block;
  transition: all 600ms;
}

.main2 .content .item:hover {
  background: #005CB9;
}

.main2 .content .item:hover .img img {
  transform: scale(1.05);
}

.main2 .content .item:hover .text .p1,
.main2 .content .item:hover .text .p2 {
  color: white;
}

.main2 .content .item .img {
  width: 100%;
  height: 14.2708333333vw;
  border-radius: 1.3020833333vw;
  overflow: hidden;
}

.main2 .content .item .img img {
  width: 100%;
  height: 100%;
  transition: .6s;
}

.main2 .content .item .text {
  padding: 1.0416666667vw 2.0833333333vw;
}

.main2 .content .item .text .p1 {
  font-size: 0.8333333333vw;
  line-height: 1.1458333333vw;
  font-weight: 600;
  color: #888888;
  transition: all 600ms;
}

.main2 .content .item .text .p2 {
  margin: 0.2604166667vw 0 0 0;
  font-size: 1.25vw;
  height: 7.03125vw;
  font-weight: 500;
  transition: all 600ms;
  line-height: 1.75vw;
}

.main2 .see_more {
  margin: 2.0833333333vw auto 0;
  width: 6.25vw;
  height: 2.0833333333vw;
  border-radius: 1.0416666667vw;
  background: #005CB9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7291666667vw;
  font-weight: 400;
  transition: .6s ease;
  color: #fff;
}

.main2 .see_more:hover {
  background: #000;
}

.fixed_attachment {
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.fixed_attachment img {
  width: 100%;
  height: 100%;
}

.main3 {
  position: relative;
  z-index: 1;
  padding: 11.9791666667vw 10.4166666667vw;
  overflow: hidden;
}

.main3 .content {
  width: 30.2083333333vw;
  border-radius: 1.0416666667vw;
  padding: 3.4375vw 2.1354166667vw 3.3854166667vw 2.1354166667vw;
  background: #fff;
}

.main3 .content .p1 {
  font-size: 2.5vw;
  font-weight: 600;
  line-height: 3.5vw;
  color: #2D2D2D;
  margin: 0 0 0.8333333333vw;
}

.main3 .content .p2 {
  font-size: 0.8333333333vw;
  font-weight: 400;
  line-height: 1.1666666667vw;
  color: #666666;
  margin: 0 0 1.6666666667vw;
}

.main3 .content .more {
  width: 6.25vw;
  height: 2.0833333333vw;
  border-radius: 1.0416666667vw;
  background: #005CB9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7291666667vw;
  font-weight: 400;
  color: #fff;
  transition: .6s ease;
}

.main3 .content .more:hover {
  background: #000;
}

.main4 {
  padding: 6.25vw 10.4166666667vw 9.375vw 10.4166666667vw;
  background: #fff;
}

.main4 .pic {
  width: 100%;
}

.main4 .pic .matter {
  display: flex;
  justify-content: space-between;
}

.main4 .pic .matter .flex {
  display: flex;
}

.main4 .pic .matter .flex img {
  margin: 0 2.6041666667vw;
  height: 4.9479166667vw;
  object-fit: contain;
}

.main4 .pic img {
  width: 100%;
}

.main4 .figure {
  display: flex;
  width: 68.28125vw;
  justify-content: space-between;
  margin: 5.7291666667vw auto 0;
}

.main4 .figure .item .icon {
  width: 4.1666666667vw;
  height: 4.1666666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.3541666667vw;
}

.main4 .figure .item .icon:hover img {
  transform: scale(1.05);
}

.main4 .figure .item .icon img {
  object-fit: contain;
  transition: .6s ease;
}

.main4 .figure .item .dis {
  display: flex;
  justify-content: center;
}

.main4 .figure .item .dis span {
  font-size: 2.0833333333vw;
  font-weight: 600;
  line-height: 2.9166666667vw;
  color: #000000;
}

.main4 .figure .item .dis .p1 {
  font-size: 2.0833333333vw;
  font-weight: 600;
  line-height: 2.9166666667vw;
}

.main4 .figure .item .p2 {
  font-size: 1.25vw;
  font-weight: 500;
  line-height: 1.75vw;
  color: #999999;
}

.dialog {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  z-index: 100;
}

.dialog .close {
  position: absolute;
  right: 5%;
  top: 5%;
  cursor: pointer;
  z-index: 100;
}

.dialog .close img {
  width: 50px;
}

.dialog .content {
  width: 100%;
}

.dialog .content video {
  width: 80%;
  height: 80vh;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}

[aos] {
  transform: translateY(30px);
  opacity: 0;
  transition: 2s;
}

[aos].on {
  opacity: 1;
  transform: translateY(0);
}

.fixed_alert {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: 1s;
}

.fixed_alert.on {
  opacity: 1;
  pointer-events: auto;
}

.fixed_alert .img {
  width: 45.1041666667vw;
  height: 29.375vw;
  border-radius: 1.0416666667vw;
  position: relative;
}

.fixed_alert .img .close {
  position: absolute;
  left: 104%;
  top: 0;
  width: 1.5625vw;
  height: 1.5625vw;
  cursor: pointer;
}

.fixed_alert .img .close svg {
  width: 100%;
  height: 100%;
  transition: 1s;
}

.fixed_alert .img .close svg path {
  fill: #fff;
}

.fixed_alert .img .more {
  display: flex;
  width: 9.21875vw;
  padding: 0.5208333333vw 1.0416666667vw;
  justify-content: center;
  align-items: center;
  gap: 0.5208333333vw;
  border-radius: 1.0416666667vw;
  background: #005cb9;
  color: #ffffff;
  text-align: center;
  font-size: 0.7291666667vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  position: absolute;
  bottom: 1.9625vw;
  left: 50%;
  transform: translateX(-50%);
}

.fixed_alert .img img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1024px) {
  .fixed_alert {
    display: none;
  }

  #fullPage .section {
    overflow: hidden !important;
  }

  #fullPage .section,
  #fullPage .section .fp-overflow {
    height: auto !important;
    min-height: auto !important;
    overflow: unset !important;
  }

  #fullPage .index1,
  #fullPage .index1 .fp-overflow {
    height: 100vh !important;
    overflow-y: auto !important;
  }

  .index1 .hd .position .scroll {
    bottom: 30px;
  }

  .index1 .hd .position .scroll svg {
    width: 20px;
    height: auto;
  }

  .index1 .hd .position .scroll p {
    font-size: 16px;
    margin-left: 5px;
  }

  .index1 .hd .fix {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    pointer-events: none;
  }

  .index1 .hd .fist .content {
    padding: 0 5%;
    pointer-events: auto;
  }

  .index1 .hd .fist .content .p1 {
    font-size: 16px;
  }

  .index1 .hd .fist .content .p2 {
    margin: 20px 0 0 0;
    font-size: 37px;
  }

  .index1 .hd .fist .content .play {
    margin: 20px 0 0 0;
  }

  .index1 .hd .fist .content .play svg {
    width: 22px;
    height: 22px;
    margin: 0 15px 0 0;
  }

  .index1 .hd .fist .content .play p {
    font-size: 14px;
  }

  .index1 .hd .fist .content .label {
    margin: 30px 0 0 0;
    gap: 15px;
    flex-direction: column;
  }

  .index1 .hd .fist .content .label .list {
    border-radius: 20px;
    width: fit-content;
    height: 40px;
    padding: 0 15px;
    font-size: 13px;
  }

  .index2 .fp-overflow {
    padding: 100px 0;
  }

  .index2 .position_r {
    display: none;
  }

  .index2 .content {
    top: 0;
    transform: none;
    padding: 0 5%;
    flex-direction: column-reverse;
  }

  .index2 .content .l {
    width: 100%;
    margin: 50px 0 0 0;
  }

  .index2 .content .l .position_eng {
    top: -50px;
    left: -20px;
  }

  .index2 .content .l .l_list .p1 {
    font-size: 16px;
  }

  .index2 .content .l .l_list .p2 {
    font-size: 30px;
  }

  .index2 .content .l .l_list .p3 {
    margin: 15px 0 0 0;
    font-size: 14px;
    line-height: 25px;
  }

  .index2 .content .r .button {
    width: 90vw;
  }

  .index2 .content .r .button img {
    width: 30px;
    height: auto;
  }

  .index2 .content .r .flex .flex_list .img {
    width: 60vw;
    height: auto;
  }

  .index2 .content .r .flex .flex_list .img .eng {
    font-size: 35px;
    top: 90%;
  }

  .index2 .content .r .flex .flex_list .more {
    margin: 35px auto 0;
    width: fit-content;
    height: 38px;
    white-space: nowrap;
    font-size: 13px;
    padding: 0 25px;
    border-radius: 20px;
  }

  .index3 .height {
    padding: 40px 5%;
    flex-direction: column-reverse;
  }

  .index3 .height .r {
    margin: 0 0 30px;
  }

  .index3 .height .r .h {
    align-items: unset;
    width: 100%;
  }

  .index3 .height .r .title {
    text-align: left;
  }

  .index3 .height .r .title p {
    font-size: 20px;
  }

  .index3 .height .r .title p:not(:last-child) {
    margin: 0 0 7px;
  }

  .index3 .height .r .ai {
    font-size: 50px;
  }

  .index3 .height .r .qiu {
    width: 120px;
    height: 120px;
    top: 0;
    right: 0;
  }

  .index3 .height .r .more {
    width: fit-content;
    height: 38px;
    white-space: nowrap;
    font-size: 13px;
    padding: 0 25px;
    border-radius: 20px;
    margin: 10px 0 0 0;
  }

  .index3 .height .l {
    width: 100%;
    flex-direction: column;
  }

  .index3 .height .l .flex:nth-child(2) {
    margin: 15px 0 0 0;
  }

  .index3 .height .l .flex .item {
    width: 100%;
    height: auto;
  }

  .index3 .height .l .flex .item:not(:last-child) {
    margin: 0 0 15px;
  }

  .index3 .height .l .flex .item .position {
    bottom: 25px;
    left: 5%;
  }

  .index3 .height .l .flex .item .position .y {
    transform: none;
  }

  .index3 .height .l .flex .item .position .y .p1 {
    font-size: 24px;
    margin: 0 0 10px;
  }

  .index3 .height .l .flex .item .position .y .p2 {
    font-size: 14px;
    line-height: 20px;
    height: auto;
  }

  .index3 .height .l .flex .item .position .more {
    width: fit-content;
    height: 38px;
    white-space: nowrap;
    font-size: 13px;
    padding: 0 25px;
    border-radius: 20px;
    margin: 20px 0 0 0;
  }

  .index3 .height2 {
    height: auto;
    grid-template-columns: repeat(1, 1fr);
  }

  .index3 .height2 .item .position {
    background: rgba(5, 81, 142, 0.7) !important;
  }

  .index3 .height2 .item .position .joke {
    transform: none;
    opacity: 1;
  }

  .index3 .height2 .item .position .joke .text {
    font-size: 30px;
    height: auto;
  }

  .index3 .height2 .item .position .joke .pick {
    width: 90%;
    font-size: 14px;
    line-height: 1.5;
    height: auto;
    margin: 30px auto 0;
  }

  .index3 .height2 .item .position .joke .more {
    width: fit-content;
    height: 38px;
    white-space: nowrap;
    font-size: 13px;
    padding: 0 25px;
    border-radius: 20px;
    margin: 40px auto 0;
  }

  .index3 .big_text {
    padding: 30px 0
}

.index3 .big_text img {
    width: 100%
}

.index3 .big_text .text .p1 {
    font-size: 24px
}

.index3 .big_text .text .p2 {
    font-size: 18px;
    margin-top: 5px
}

  .index3 .height3 {
    padding: 35px 5%;
  }

  .index3 .height3 .title {
    font-size: 20px;
    margin: 0 0 30px;
  }

  .index3 .height3 .case_more {
    width: fit-content;
    height: 38px;
    white-space: nowrap;
    font-size: 13px;
    padding: 0 25px;
    border-radius: 20px;
    margin: auto;
  }

  .index3 .height3 .content {
    width: 100%;
  }

  .index3 .height3 .content .cusSwiper {
    width: 100%;
  }

  .index3 .height3 .content .cusSwiper .swiper-pagination {
    gap: 0 8px;
    margin: 30px 0;
  }

  .index3 .height3 .content .cusSwiper .swiper-pagination span {
    width: 30px;
    height: 6px;
    border-radius: 7px;
  }

  .index3 .height3 .content .cusSwiper .item {
    height: auto;
    padding: 45px 5%;
  }

  .index3 .height3 .content .cusSwiper .item .joke {
    flex-direction: column;
    align-items: unset;
  }

  .index3 .height3 .content .cusSwiper .item .joke .img {
    width: 80px;
    height: 80px;
    margin: 0;
  }

  .index3 .height3 .content .cusSwiper .item .joke .message {
    margin: 30px 0 0 0;
    width: 100%;
  }

  .index3 .height3 .content .cusSwiper .item .joke .message .p1 {
    font-size: 16px;
    line-height: 25px;
  }

  .index3 .height3 .content .cusSwiper .item .joke .message .p2 {
    margin: 30px 0 0 0;
    font-size: 20px;
  }

  .index3 .height3 .content .cusSwiper .item .joke .message .p3 {
    line-height: 25px;
    font-size: 16px;
  }

  .main1 {
    padding: 50px 0;
  }

  .main1 .title {
    font-size: 26px;
    margin: 0 0 20px;
  }

  .main1 .content .matter {
    animation: 5s goAnimate infinite linear;
  }

  .main1 .content .matter .flex .img {
    width: 130px;
    height: 60px;
    margin: 0 10px 0 0;
  }

  .main1 .content .matter .flex .img img {
    height: 40px;
  }

  .main2 {
    padding: 50px 5%;
  }

  .main2 .top {
    flex-direction: column;
    align-items: unset;
  }

  .main2 .top .title {
    font-size: 26px;
    margin: 0 0 20px;
  }

  .main2 .top .other {
    flex-direction: column;
    align-items: unset;
  }

  .main2 .top .other .links {
    margin: 0 0 15px;
  }

  .main2 .top .other .links img {
    width: 14px;
    height: 14px;
    margin: 0 15px 0 0;
  }

  .main2 .top .other .links p {
    font-size: 14px;
  }

  .main2 .top .other .more {
    width: fit-content;
    height: 38px;
    white-space: nowrap;
    font-size: 13px;
    padding: 0 25px;
    border-radius: 20px;
  }

  .main2 .content {
    margin: 30px 0 0 0;
    gap: 15px 0;
    grid-template-columns: repeat(1, 1fr);
  }

  .main2 .content .item {
    width: 100%;
    border-radius: 10px;
  }

  .main2 .content .item .img {
    height: auto;
    border-radius: 10px;
  }

  .main2 .content .item .text {
    padding: 30px 5%;
  }

  .main2 .content .item .text .p1 {
    font-size: 13px;
    line-height: unset;
  }

  .main2 .content .item .text .p2 {
    margin: 15px 0 0 0;
    font-size: 16px;
    height: auto;
    line-height: 25px;
  }

  .main2 .see_more {
    width: fit-content;
    height: 38px;
    white-space: nowrap;
    font-size: 13px;
    padding: 0 25px;
    border-radius: 20px;
    margin: 30px auto 0;
  }

  .main3 {
    padding: 100px 5%;
  }

  .main3 .content {
    width: 100%;
    padding: 30px 5%;
  }

  .main3 .content .p1 {
    font-size: 24px;
    margin: 0 0 15px;
    line-height: unset;
  }

  .main3 .content .p2 {
    font-size: 13px;
    line-height: 25px;
    margin: 0 0 15px;
  }

  .main3 .content .more {
    width: fit-content;
    height: 38px;
    white-space: nowrap;
    font-size: 13px;
    padding: 0 25px;
    border-radius: 20px;
    margin: 20px 0 0;
  }

  #fullPage {
    overflow: hidden;
  }

  .main4 {
    padding: 35px 5%;
  }

  .main4 .pic .matter .flex {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin: 0 auto 30px;
  }

  .main4 .pic .matter .flex img {
    height: 50px;
    margin: 0 20px 0 0;
  }

  .main4 .figure {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin: 30px 0 0 0;
  }

  .main4 .figure .item .icon {
    width: 40px;
    height: 40px;
    margin: 0 auto 10px;
  }

  .main4 .figure .item .dis span {
    font-size: 35px;
    line-height: unset;
  }

  .main4 .figure .item .dis .p1 {
    font-size: 15px;
    line-height: unset;
  }

  .main4 .figure .item .p2 {
    font-size: 13px;
    line-height: unset;
    text-align: center;
    margin: 5px 0 0 0;
  }

  .dialog .close {
    top: 80px;
  }

  .dialog .close img {
    width: 30px;
  }

  .dialog .content video {
    width: 90%;
    height: 60vh;
  }
  .fixed_position_r {
    display: none;
  }
}

/*# sourceMappingURL=index.css.map */