.module1[data-v-4f654252] {
  background: #0066ff;
  position: relative;
  width: 100%;
  margin-top: -4.25rem;
  height: 100vh;
  overflow: hidden;
}
.module1 .module1-video[data-v-4f654252] {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    pointer-events: none;
    opacity: 0;
    -webkit-animation: videoIn-4f654252 1.2s 1000ms ease forwards;
            animation: videoIn-4f654252 1.2s 1000ms ease forwards;
}
.module1 .module1-container[data-v-4f654252] {
    position: absolute;
    top: 5rem;
    left: 0;
    width: 100%;
    font-family: D-DIN-Bold;
    color: #ffffff;
}
.module1 .module1-container .module1-container-title[data-v-4f654252] {
      margin: 3.125rem 0 1.5rem;
      font-size: 3.75rem;
      line-height: 4.5rem;
      opacity: 0;
      -webkit-animation: textIn-4f654252 0.8s 200ms ease forwards;
              animation: textIn-4f654252 0.8s 200ms ease forwards;
}
.module1 .module1-container .module1-container-subtitle[data-v-4f654252] {
      font-size: 6.25rem;
      line-height: 7.5rem;
      opacity: 0;
      -webkit-animation: textIn-4f654252 0.8s 400ms ease forwards;
              animation: textIn-4f654252 0.8s 400ms ease forwards;
}
@-webkit-keyframes videoIn-4f654252 {
0% {
    opacity: 0;
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
}
60% {
    opacity: .6;
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
}
100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
}
@keyframes videoIn-4f654252 {
0% {
    opacity: 0;
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
}
60% {
    opacity: .6;
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
}
100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
}
@-webkit-keyframes textIn-4f654252 {
0% {
    opacity: 0;
    -webkit-transform: translateX(-2.5rem);
            transform: translateX(-2.5rem);
}
70% {
    opacity: .7;
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
}
100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
}
@keyframes textIn-4f654252 {
0% {
    opacity: 0;
    -webkit-transform: translateX(-2.5rem);
            transform: translateX(-2.5rem);
}
70% {
    opacity: .7;
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
}
100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
}

.module2[data-v-4f491350] {
  position: relative;
  height: 110vh;
}
.module2 .module2-bg[data-v-4f491350] {
    position: -webkit-sticky;
    position: sticky;
    top: 5.125rem;
    width: 100%;
    margin-top: 1.5rem;
    height: calc(100vh - 4.25rem - 1.5rem);
    border-top: 1px solid #0066ff;
}
.module2 .module2-video[data-v-4f491350] {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    pointer-events: none;
}
.module2 .module2-container[data-v-4f491350] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.module2 .module2-container .module2-container-content[data-v-4f491350] {
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
}
.module2 .module2-container .module2-container-content > div[data-v-4f491350] {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1;
}
.module2 .module2-container .module2-container-content .module2-container-left[data-v-4f491350] {
        -webkit-align-self: flex-start;
            -ms-flex-item-align: start;
                align-self: flex-start;
        position: relative;
}
.module2 .module2-container .module2-container-content .module2-container-left > div[data-v-4f491350] {
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          border: 1px solid #0066ff;
          background: rgba(255, 255, 255, 0.6);
}
.module2 .module2-container .module2-container-content .module2-container-left .module2-container-left-first[data-v-4f491350] {
          margin-top: -1px;
          opacity: 0;
}
.module2 .module2-container .module2-container-content .module2-container-left .module2-container-left-first .module2-container-left-first-title[data-v-4f491350] {
            font-size: 1.375rem;
            line-height: 1.75rem;
            color: #3c3c3c;
            padding: 2.5rem 0;
            margin: 0 2.5rem;
            border-bottom: 1px solid #0066ff;
}
.module2 .module2-container .module2-container-content .module2-container-left .module2-container-left-first .module2-container-left-first-content[data-v-4f491350] {
            padding: 2.5rem;
}
.module2 .module2-container .module2-container-content .module2-container-left .module2-container-left-first .module2-container-left-first-content > div[data-v-4f491350]:nth-child(1) {
              font-size: 1.5rem;
              line-height: 2rem;
              color: #3c3c3c;
}
.module2 .module2-container .module2-container-content .module2-container-left .module2-container-left-first .module2-container-left-first-content > div[data-v-4f491350]:nth-child(2) {
              margin-top: 2.5rem;
              font-family: D-DIN-Bold;
              font-size: 10rem;
              text-align: center;
              color: rgba(211, 227, 255, 0.5);
              -webkit-text-stroke: #006cff 1px;
}
.module2 .module2-container .module2-container-content .module2-container-left .module2-container-left-second[data-v-4f491350] {
          margin-top: -1px;
          opacity: 0;
          position: relative;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          top: 0;
          width: 100%;
          padding: 2.5rem;
}
.module2 .module2-container .module2-container-content .module2-container-left .module2-container-left-second > img[data-v-4f491350] {
            margin-top: 3.75rem;
            margin-left: -3.125rem;
            width: 8.125rem;
}
.module2 .module2-container .module2-container-content .module2-container-left .module2-container-left-second > div[data-v-4f491350] {
            position: absolute;
}
.module2 .module2-container .module2-container-content .module2-container-left .module2-container-left-second > div[data-v-4f491350]:nth-of-type(1) {
              top: 2.5rem;
              left: 2.5rem;
}
.module2 .module2-container .module2-container-content .module2-container-left .module2-container-left-second > div[data-v-4f491350]:nth-of-type(2) {
              bottom: 2.5rem;
              right: 2.5rem;
}
.module2 .module2-container .module2-container-content .module2-container-right[data-v-4f491350] {
        -webkit-align-self: flex-end;
            -ms-flex-item-align: end;
                align-self: flex-end;
}
.module2 .module2-container .module2-container-content .module2-container-right > div[data-v-4f491350] {
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          border: 1px solid #0066ff;
          background: rgba(255, 255, 255, 0.6);
          opacity: 0;
}
.module2 .module2-container .module2-container-content .module2-container-right .module2-container-right-first[data-v-4f491350] {
          font-size: 1.375rem;
          color: #3c3c3c;
          margin-left: -1px;
          margin-bottom: -1px;
}
.module2 .module2-container .module2-container-content .module2-container-right .module2-container-right-first .module2-container-right-first-one[data-v-4f491350] {
            padding: 2.5rem 2.5rem 0;
}
.module2 .module2-container .module2-container-content .module2-container-right .module2-container-right-first .module2-container-right-first-one[data-v-4f491350]::after {
              content: '';
              display: block;
              width: 50%;
              margin-top: 2.5rem;
              border-bottom: 1px solid #0066ff;
}
.module2 .module2-container .module2-container-content .module2-container-right .module2-container-right-first .module2-container-right-first-two[data-v-4f491350] {
            padding: 2.5rem;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: end;
            -webkit-justify-content: flex-end;
                -ms-flex-pack: end;
                    justify-content: flex-end;
}
.module2 .module2-container .module2-container-content .module2-container-right .module2-container-right-first .module2-container-right-first-two > img[data-v-4f491350] {
              width: 8.125rem;
}
.module2 .module2-container .module2-container-content .module2-container-right .module2-container-right-first .module2-container-right-first-two .module2-container-right-first-two-num[data-v-4f491350] {
              margin-left: 8px;
              margin-top: -9px;
}
.module2 .module2-container .module2-container-content .module2-container-right .module2-container-right-second[data-v-4f491350] {
          margin-left: -1px;
          margin-bottom: -1px;
}
.module2 .module2-container .module2-container-content .module2-container-right .module2-container-right-second .module2-container-right-second-one[data-v-4f491350] {
            padding: 2.5rem 2.5rem 0;
}
.module2 .module2-container .module2-container-content .module2-container-right .module2-container-right-second .module2-container-right-second-one[data-v-4f491350]::after {
              content: '';
              display: block;
              width: 50%;
              margin-top: 2.5rem;
              border-bottom: 1px solid #0066ff;
}
.module2 .module2-container .module2-container-content .module2-container-right .module2-container-right-second .module2-container-right-second-two[data-v-4f491350] {
            padding: 2.5rem;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: end;
            -webkit-justify-content: flex-end;
                -ms-flex-pack: end;
                    justify-content: flex-end;
}
.module2 .module2-container .firstAnimation .module2-container-left-first[data-v-4f491350] {
      -webkit-animation: firstAnimationIn-4f491350 0.6s ease forwards;
              animation: firstAnimationIn-4f491350 0.6s ease forwards;
}
.module2 .module2-container .firstAnimation .module2-container-right-first[data-v-4f491350] {
      -webkit-animation: firstAnimationIn-4f491350 0.6s 0.3s ease forwards;
              animation: firstAnimationIn-4f491350 0.6s 0.3s ease forwards;
}
.module2 .module2-container .firstAnimation .module2-container-left-second[data-v-4f491350] {
      -webkit-animation: firstAnimationIn-4f491350 0.6s 0.6s ease forwards;
              animation: firstAnimationIn-4f491350 0.6s 0.6s ease forwards;
}
.module2 .module2-container .firstAnimation .module2-container-right-second[data-v-4f491350] {
      -webkit-animation: firstAnimationIn-4f491350 0.6s 0.9s ease forwards;
              animation: firstAnimationIn-4f491350 0.6s 0.9s ease forwards;
}
@-webkit-keyframes firstAnimationIn-4f491350 {
from {
    opacity: 0;
    -webkit-transform: translateY(3.75rem);
            transform: translateY(3.75rem);
}
to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
}
@keyframes firstAnimationIn-4f491350 {
from {
    opacity: 0;
    -webkit-transform: translateY(3.75rem);
            transform: translateY(3.75rem);
}
to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
}
.module2 .stroke-text[data-v-4f491350] {
    font-family: D-DIN;
    font-size: 1.375rem;
    line-height: 28x;
    color: #3e3a39;
    -webkit-text-stroke: currentColor;
}
.module2 .stroke-text > span[data-v-4f491350] {
      font-family: D-DIN-Bold;
      font-size: 4.5rem;
      line-height: 4.5rem;
      color: rgba(211, 227, 255, 0.5);
      -webkit-text-stroke: #006cff 1px;
      margin-right: 1rem;
}
.module2 .hover-effect[data-v-4f491350],
  .module2 .hover-effect > div[data-v-4f491350],
  .module2 .hover-effect span[data-v-4f491350] {
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.module2 .hover-effect[data-v-4f491350]:hover,
    .module2 .hover-effect > div[data-v-4f491350]:hover,
    .module2 .hover-effect span[data-v-4f491350]:hover {
      color: #0066ff !important;
}
.module2 .hover-effect:hover div[data-v-4f491350],
      .module2 .hover-effect:hover span[data-v-4f491350],
      .module2 .hover-effect > div:hover div[data-v-4f491350],
      .module2 .hover-effect > div:hover span[data-v-4f491350],
      .module2 .hover-effect span:hover div[data-v-4f491350],
      .module2 .hover-effect span:hover span[data-v-4f491350] {
        color: #0066ff !important;
}

@charset "UTF-8";
.module3[data-v-4f2ce44e] {
  position: relative;
  width: 100%;
  border-top: 1px solid #0066ff;
  border-bottom: 1px solid #0066ff;
  font-family: D-DIN;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.module3 .img-module[data-v-4f2ce44e] {
    border-bottom: 1px solid #0066ff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.module3 .img-module .img-module-item[data-v-4f2ce44e] {
      width: 33.33%;
      border-left: 2px solid #fff;
      border-right: 2px solid #fff;
      border-top: 4px solid #fff;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      background-color: #e9f1ff;
      -webkit-transition: all 0.6s ease;
      transition: all 0.6s ease;
      cursor: pointer;
}
.module3 .img-module .img-module-item[data-v-4f2ce44e]:nth-child(-n + 3) {
        border-top: none;
}
.module3 .img-module .img-module-item .img-module-item-left[data-v-4f2ce44e] {
        width: 14.375rem;
        height: 15rem;
}
.module3 .img-module .img-module-item .img-module-item-left > img[data-v-4f2ce44e] {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          -webkit-transition: all 0.6s ease;
          transition: all 0.6s ease;
}
.module3 .img-module .img-module-item .img-module-item-right[data-v-4f2ce44e] {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1;
        position: relative;
        -webkit-transform-style: preserve-3d;
                transform-style: preserve-3d;
        -webkit-transition: all 0.6s ease;
        transition: all 0.6s ease;
}
.module3 .img-module .img-module-item .img-module-item-right .img-module-item-right-default[data-v-4f2ce44e] {
          padding-top: 8px;
}
.module3 .img-module .img-module-item .img-module-item-right .img-module-item-right-default > div[data-v-4f2ce44e]:nth-child(1) {
            font-family: D-DIN-Bold;
            font-size: 1.5rem;
            line-height: 2rem;
            color: #3c3c3c;
            margin-bottom: 0.75rem;
            margin-top: 0.75rem;
}
.module3 .img-module .img-module-item .img-module-item-right .img-module-item-right-default > div[data-v-4f2ce44e]:nth-child(2) {
            color: #505050;
            display: -webkit-box;
            -webkit-line-clamp: 6;
            /* 控制行数 */
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
}
.module3 .img-module .img-module-item .img-module-item-right .img-module-item-right-default[data-v-4f2ce44e],
        .module3 .img-module .img-module-item .img-module-item-right .img-module-item-right-hover[data-v-4f2ce44e] {
          position: absolute;
          inset: 0;
          padding: 1rem 1.5rem;
          -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.module3 .img-module .img-module-item .img-module-item-right .img-module-item-right-hover[data-v-4f2ce44e] {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-transform: rotateY(-180deg);
                  transform: rotateY(-180deg);
}
.module3 .img-module .img-module-item .img-module-item-right .img-module-item-right-hover .img-module-item-right-hover-text[data-v-4f2ce44e] {
            -webkit-box-flex: 1;
            -webkit-flex: 1;
                -ms-flex: 1;
                    flex: 1;
}
.module3 .img-module .img-module-item .img-module-item-right .img-module-item-right-hover .img-module-item-right-hover-text > div[data-v-4f2ce44e]:nth-child(1) {
              color: #3c3c3c;
              font-family: D-DIN-Bold;
              margin-bottom: 8px;
}
.module3 .img-module .img-module-item .img-module-item-right .img-module-item-right-hover .img-module-item-right-hover-text > div[data-v-4f2ce44e]:nth-child(2) {
              color: #333333;
              margin-bottom: 8px;
}
.module3 .img-module .img-module-item .img-module-item-right .img-module-item-right-hover .img-module-item-right-hover-text > div[data-v-4f2ce44e]:nth-child(3) {
              color: #0a418c;
              font-family: D-DIN-Bold;
              margin-bottom: 0.75rem;
}
.module3 .img-module .img-module-item .img-module-item-right .img-module-item-right-hover .img-module-item-right-hover-btn[data-v-4f2ce44e] {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: end;
            -webkit-justify-content: flex-end;
                -ms-flex-pack: end;
                    justify-content: flex-end;
}
.module3 .img-module .img-module-item[data-v-4f2ce44e]:hover {
        background-color: #fff;
}
.module3 .img-module .img-module-item:hover .img-module-item-left > img[data-v-4f2ce44e] {
          -webkit-filter: drop-shadow(-6px 0 2px #d6e5fe);
                  filter: drop-shadow(-6px 0 2px #d6e5fe);
}
.module3 .img-module .img-module-item:hover .img-module-item-right[data-v-4f2ce44e] {
          -webkit-transform: rotateY(180deg);
                  transform: rotateY(180deg);
}
.module3 .img-module-text[data-v-4f2ce44e] {
    height: 3rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    border-bottom: 1px solid #0066ff;
    color: #8cbeff;
    cursor: pointer;
    -webkit-transform: all 0.3s ease;
        -ms-transform: all 0.3s ease;
            transform: all 0.3s ease;
}
.module3 .img-module-text > div[data-v-4f2ce44e] {
      text-align: center;
}
.module3 .img-module-text[data-v-4f2ce44e]:hover {
      color: #0066ff;
}
.module3 .module3-container[data-v-4f2ce44e] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-left: 1px solid #0066ff;
    border-right: 1px solid #0066ff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.module3 .module3-container > div[data-v-4f2ce44e] {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
}
.module3 .module3-container .module3-container-left[data-v-4f2ce44e] {
      padding: 2rem 0;
      border-right: 1px solid #0066ff;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
}
.module3 .module3-container .module3-container-left > div[data-v-4f2ce44e] {
        width: 50%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
}
.module3 .module3-container .module3-container-left .module3-container-left-one[data-v-4f2ce44e] {
        padding: 0 2.5rem;
        border-right: 1px solid #0066ff;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
}
.module3 .module3-container .module3-container-left .module3-container-left-two > div[data-v-4f2ce44e] {
        padding: 0 2.5rem;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
}
.module3 .module3-container .module3-container-left .module3-container-left-two .module3-container-left-two-first[data-v-4f2ce44e] {
        padding-bottom: 0.75rem;
        position: relative;
}
.module3 .module3-container .module3-container-left .module3-container-left-two .module3-container-left-two-first[data-v-4f2ce44e]::after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 2.5rem;
          right: 2.5rem;
          display: block;
          border-top: 1px solid #0066ff;
}
.module3 .module3-container .module3-container-left .module3-container-left-two .module3-container-left-two-second[data-v-4f2ce44e] {
        padding-top: 0.75rem;
}
.module3 .module3-container .module3-container-right[data-v-4f2ce44e] {
      padding: 2rem 0;
}
.module3 .module3-container .module3-container-right > div[data-v-4f2ce44e] {
        padding: 0 2.5rem;
        height: 50%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
            -ms-flex-align: end;
                align-items: flex-end;
}
.module3 .module3-container .module3-container-right .module3-container-right-first[data-v-4f2ce44e] {
        padding-bottom: 0.75rem;
        position: relative;
}
.module3 .module3-container .module3-container-right .module3-container-right-first > div[data-v-4f2ce44e] {
          width: 50%;
          height: 100%;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: end;
          -webkit-align-items: flex-end;
              -ms-flex-align: end;
                  align-items: flex-end;
}
.module3 .module3-container .module3-container-right .module3-container-right-first > div[data-v-4f2ce44e]:nth-child(2) {
            padding-left: 2.5rem;
            border-left: 1px solid #0066ff;
}
.module3 .module3-container .module3-container-right .module3-container-right-first[data-v-4f2ce44e]::after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 2.5rem;
          right: 2.5rem;
          display: block;
          border-top: 1px solid #0066ff;
}
.stroke-text[data-v-4f2ce44e] {
  font-family: D-DIN;
  font-size: 1.375rem;
  line-height: 1.75rem;
  color: #3e3a39;
}
.stroke-text > span[data-v-4f2ce44e] {
    font-family: D-DIN-Bold;
    font-size: 4.5rem;
    line-height: 4.5rem;
    color: rgba(211, 227, 255, 0.5);
    -webkit-text-stroke: #006cff 1px;
    margin-right: 1rem;
}
.hover-effect[data-v-4f2ce44e],
.hover-effect > div[data-v-4f2ce44e],
.hover-effect span[data-v-4f2ce44e] {
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.hover-effect[data-v-4f2ce44e]:hover,
  .hover-effect > div[data-v-4f2ce44e]:hover,
  .hover-effect span[data-v-4f2ce44e]:hover {
    color: #0066ff !important;
}
.hover-effect:hover div[data-v-4f2ce44e],
    .hover-effect:hover span[data-v-4f2ce44e],
    .hover-effect > div:hover div[data-v-4f2ce44e],
    .hover-effect > div:hover span[data-v-4f2ce44e],
    .hover-effect span:hover div[data-v-4f2ce44e],
    .hover-effect span:hover span[data-v-4f2ce44e] {
      color: #0066ff !important;
}

.module4-scroll[data-v-4590a047] {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
  font-size: 0;
}
.module4-scroll[data-v-4590a047]:nth-child(1) {
    margin-bottom: 0;
    border-top: 1px solid #0066ff;
}
.module4-scroll .module4-scroll-inner[data-v-4590a047] {
    white-space: nowrap;
    -webkit-animation: animate-4590a047 var(--t) linear infinite;
            animation: animate-4590a047 var(--t) linear infinite;
}
.module4-scroll .module4-scroll-inner[data-v-4590a047]:nth-child(2) {
      -webkit-animation: animate2-4590a047 var(--t) linear infinite;
              animation: animate2-4590a047 var(--t) linear infinite;
      -webkit-animation-delay: calc(var(--t) / -2);
              animation-delay: calc(var(--t) / -2);
}
.module4-scroll .module4-scroll-inner .module4-scroll-inner-item[data-v-4590a047] {
      width: 23.75rem;
      height: 15rem;
      border-bottom: 1px solid #0066ff;
      border-right: 1px solid #0066ff;
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      background-color: #fff;
}
.module4-scroll .module4-scroll-inner .module4-scroll-inner-item > img[data-v-4590a047] {
        max-height: 10rem;
        width: 8.75rem;
        -o-object-fit: cover;
           object-fit: cover;
}
.module4-scroll .module4-scroll-inner .module4-scroll-inner-item > div[data-v-4590a047] {
        width: 72%;
        margin-top: 1.125rem;
        padding: 10px 0 0.75rem;
        -webkit-box-sizing: content-box;
                box-sizing: content-box;
        height: 2rem;
        text-align: center;
        border-top: 1px solid #006cff;
        color: #3c3c3c;
        font-size: 1rem;
        line-height: 1;
        overflow: hidden;
        white-space: pre-wrap;
}
.module4-scroll .is-reverse[data-v-4590a047] {
    animation-direction: reverse;
}
.module4-scroll .is-reverse[data-v-4590a047]:nth-child(2) {
      animation-direction: reverse;
}
@-webkit-keyframes animate-4590a047 {
0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
}
100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
}
}
@keyframes animate-4590a047 {
0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
}
100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
}
}
@-webkit-keyframes animate2-4590a047 {
0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
100% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
}
}
@keyframes animate2-4590a047 {
0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
100% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
}
}

.module4[data-v-4f10b54c] {
  margin: 1.5rem 0;
  border-top: 1px solid #0066ff;
  border-bottom: 1px solid #0066ff;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.module4 .border-top[data-v-4f10b54c] {
    border-top: 1px solid #0066ff;
}
.module4 .module4-container1[data-v-4f10b54c] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.module4 .module4-container1 > div[data-v-4f10b54c] {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      padding: 3.75rem 2.5rem;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border-right: 1px solid #0066ff;
      font-family: D-DIN;
      font-size: 1.375rem;
}
.module4 .module4-container1 > div[data-v-4f10b54c]:nth-of-type(1) {
        border-left: 1px solid #0066ff;
}
.module4 .module4-container1 .module4-container1-right[data-v-4f10b54c] {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end;
}
.module4 .module4-container1 .module4-container1-right .module4-container1-right-text[data-v-4f10b54c] {
        line-height: 1.75rem;
        color: #505050;
        margin-top: 1.25rem;
}
.module4 .module4-container1 .module4-container1-right .module4-container1-right-btn[data-v-4f10b54c] {
        font-size: 1.125rem;
        margin-top: 2.625rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        border-bottom: 1px solid #0066ff;
        padding: 4px 0;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        color: #006cff;
        cursor: pointer;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        width: 9.375rem;
}
.module4 .module4-container1 .module4-container1-right .module4-container1-right-btn > i[data-v-4f10b54c] {
          width: 1.5625rem;
          height: 1.125rem;
          background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAGCAYAAAA2aTUtAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAAB5SURBVCiRtc2hEYNAFITh/x0WiaCMFHIihiaOO5EOUgU1pAMKiKGJKEQaOElmERgmM6iDtbuzn1GaoBbHCEw0JJ62/E+sGNmgGscLo+JHx2B5X7tTkMEyDXfgg+NNUHvK72GSIlEzQbdroV6eqC+9PIARpQu5BeOxAm4PHm3oSyTTAAAAAElFTkSuQmCC);
          background-repeat: no-repeat;
          background-position: center;
          background-size: 100% auto;
}
.module4 .module4-container1 .module4-container1-right .module4-container1-right-btn[data-v-4f10b54c]:hover {
          color: #fff;
          background-color: #006cff;
          padding: 4px 1rem;
}
.module4 .module4-container1 .module4-container1-right .module4-container1-right-btn:hover > i[data-v-4f10b54c] {
            background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAGCAYAAAA2aTUtAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAABTSURBVCiRtc9BCYBAAETRETwaYGMYxChe7CJYRDCGITxYQnhePHtZdgL8xySVQ8GJDX1t7w8asOPA0BLqsX6vSjPow2ZcGFtDE25MSdJBQ+9JsryjBUK3lhtdZgAAAABJRU5ErkJggg==);
}
.module4 .module4-scroll-wrap[data-v-4f10b54c] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 2.5rem 0;
    background-color: #f4f8ff;
}
.stroke-text[data-v-4f10b54c] {
  font-family: D-DIN;
  font-size: 1.375rem;
  line-height: 1.75rem;
  color: #3e3a39;
}
.stroke-text > span[data-v-4f10b54c] {
    font-family: D-DIN-Bold;
    font-size: 4.5rem;
    line-height: 4.5rem;
    color: rgba(211, 227, 255, 0.5);
    -webkit-text-stroke: #006cff 1px;
    margin-right: 1rem;
}
.stroke-text .margin-l16[data-v-4f10b54c] {
    margin-left: 1rem;
}
.hover-effect[data-v-4f10b54c],
.hover-effect > div[data-v-4f10b54c],
.hover-effect span[data-v-4f10b54c] {
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.hover-effect[data-v-4f10b54c]:hover,
  .hover-effect > div[data-v-4f10b54c]:hover,
  .hover-effect span[data-v-4f10b54c]:hover {
    color: #0066ff !important;
}
.hover-effect:hover div[data-v-4f10b54c],
    .hover-effect:hover span[data-v-4f10b54c],
    .hover-effect > div:hover div[data-v-4f10b54c],
    .hover-effect > div:hover span[data-v-4f10b54c],
    .hover-effect span:hover div[data-v-4f10b54c],
    .hover-effect span:hover span[data-v-4f10b54c] {
      color: #0066ff !important;
}

.module1[data-v-c578cff4] {
  background: #0066ff;
  position: relative;
  width: 100%;
  margin-top: -4.25rem;
  height: 100vh;
  overflow: hidden;
}
.module1 .module1-video[data-v-c578cff4] {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.module1 .module1-container[data-v-c578cff4] {
    position: absolute;
    top: 4.25rem;
    left: 0;
    width: 100%;
    font-family: D-DIN-Bold;
    color: #ffffff;
    padding-left: 2.5rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.module1 .module1-container .module1-container-title[data-v-c578cff4] {
      margin: 2.5rem 0 1rem;
      font-size: 1.5rem;
      line-height: 2rem;
      opacity: 0;
      -webkit-animation: textIn-c578cff4 0.8s 200ms ease forwards;
              animation: textIn-c578cff4 0.8s 200ms ease forwards;
}
.module1 .module1-container .module1-container-subtitle[data-v-c578cff4] {
      font-size: 3.25rem;
      line-height: 3.75rem;
      opacity: 0;
      -webkit-animation: textIn-c578cff4 0.8s 400ms ease forwards;
              animation: textIn-c578cff4 0.8s 400ms ease forwards;
}
@-webkit-keyframes textIn-c578cff4 {
0% {
    opacity: 0;
    -webkit-transform: translateX(-2.5rem);
            transform: translateX(-2.5rem);
}
70% {
    opacity: 0.7;
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
}
100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
}
@keyframes textIn-c578cff4 {
0% {
    opacity: 0;
    -webkit-transform: translateX(-2.5rem);
            transform: translateX(-2.5rem);
}
70% {
    opacity: 0.7;
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
}
100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
}

.module2[data-v-c55ca0f2] {
  position: relative;
}
.module2 .module2-bg[data-v-c55ca0f2] {
    position: -webkit-sticky;
    position: sticky;
    top: 5.125rem;
    width: 100%;
    margin: 1.5rem 0;
    height: calc(100vh - 4.25rem - 3rem);
}
.module2 .module2-video[data-v-c55ca0f2] {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    pointer-events: none;
}
.module2 .module2-container[data-v-c55ca0f2] {
    position: relative;
    margin-top: calc(-100vh + 4.25rem);
}
.module2 .module2-container[data-v-c55ca0f2]::before, .module2 .module2-container[data-v-c55ca0f2]::after {
      content: '';
      position: -webkit-sticky;
      position: sticky;
      width: 100%;
      height: 1.5rem;
      display: block;
      background: #fff;
      z-index: 1;
}
.module2 .module2-container[data-v-c55ca0f2]::before {
      top: 4.25rem;
      border-bottom: 1px solid #0066ff;
}
.module2 .module2-container[data-v-c55ca0f2]::after {
      bottom: 0;
      border-top: 1px solid #0066ff;
}
.module2 .module2-container .module2-container-content[data-v-c55ca0f2] {
      padding: 0 1rem;
}
.module2 .module2-container .module2-container-content .module2-container-left[data-v-c55ca0f2] {
        -webkit-align-self: flex-start;
            -ms-flex-item-align: start;
                align-self: flex-start;
        position: relative;
}
.module2 .module2-container .module2-container-content .module2-container-left > div[data-v-c55ca0f2] {
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          border: 1px solid #0066ff;
          background: rgba(255, 255, 255, 0.6);
}
.module2 .module2-container .module2-container-content .module2-container-left .module2-container-left-first[data-v-c55ca0f2] {
          opacity: 0;
          margin-top: 1.5rem;
}
.module2 .module2-container .module2-container-content .module2-container-left .module2-container-left-first .module2-container-left-first-title[data-v-c55ca0f2] {
            font-size: 1.125rem;
            line-height: 1.625rem;
            color: #3c3c3c;
            padding: 1.5rem 0;
            margin: 0 1.5rem;
            border-bottom: 1px solid #0066ff;
}
.module2 .module2-container .module2-container-content .module2-container-left .module2-container-left-first .module2-container-left-first-content[data-v-c55ca0f2] {
            padding: 1.5rem;
}
.module2 .module2-container .module2-container-content .module2-container-left .module2-container-left-first .module2-container-left-first-content > div[data-v-c55ca0f2]:nth-child(1) {
              font-family: D-DIN-Bold;
              font-size: 1.5rem;
              line-height: 2rem;
              color: #3c3c3c;
}
.module2 .module2-container .module2-container-content .module2-container-left .module2-container-left-first .module2-container-left-first-content > div[data-v-c55ca0f2]:nth-child(2) {
              margin-top: 1rem;
              font-family: D-DIN-Bold;
              font-size: 6.25rem;
              text-align: center;
              color: rgba(211, 227, 255, 0.5);
              -webkit-text-stroke: #006cff 1px;
}
.module2 .module2-container .module2-container-content .module2-container-left .module2-container-left-second[data-v-c55ca0f2] {
          opacity: 0;
          position: relative;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          top: 0;
          width: 100%;
          padding: 1.5rem;
}
.module2 .module2-container .module2-container-content .module2-container-left .module2-container-left-second > img[data-v-c55ca0f2] {
            margin-top: 3.75rem;
            margin-left: -3.125rem;
            width: 5.625rem;
}
.module2 .module2-container .module2-container-content .module2-container-left .module2-container-left-second > div[data-v-c55ca0f2] {
            position: absolute;
}
.module2 .module2-container .module2-container-content .module2-container-left .module2-container-left-second > div[data-v-c55ca0f2]:nth-of-type(1) {
              top: 2.5rem;
              left: 2.5rem;
}
.module2 .module2-container .module2-container-content .module2-container-left .module2-container-left-second > div[data-v-c55ca0f2]:nth-of-type(2) {
              bottom: 1.25rem;
              right: 1rem;
}
.module2 .module2-container .module2-container-content .module2-container-right[data-v-c55ca0f2] {
        -webkit-align-self: flex-end;
            -ms-flex-item-align: end;
                align-self: flex-end;
}
.module2 .module2-container .module2-container-content .module2-container-right > div[data-v-c55ca0f2] {
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          border: 1px solid #0066ff;
          background: rgba(255, 255, 255, 0.6);
          opacity: 0;
}
.module2 .module2-container .module2-container-content .module2-container-right .module2-container-right-first[data-v-c55ca0f2] {
          color: #3c3c3c;
}
.module2 .module2-container .module2-container-content .module2-container-right .module2-container-right-first .module2-container-right-first-one[data-v-c55ca0f2] {
            padding: 1.5rem 1.5rem 0;
}
.module2 .module2-container .module2-container-content .module2-container-right .module2-container-right-first .module2-container-right-first-one[data-v-c55ca0f2]::after {
              content: '';
              display: block;
              width: 50%;
              margin-top: 1.5rem;
              border-bottom: 1px solid #0066ff;
}
.module2 .module2-container .module2-container-content .module2-container-right .module2-container-right-first .module2-container-right-first-two[data-v-c55ca0f2] {
            padding: 1.5rem;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: end;
            -webkit-justify-content: flex-end;
                -ms-flex-pack: end;
                    justify-content: flex-end;
}
.module2 .module2-container .module2-container-content .module2-container-right .module2-container-right-first .module2-container-right-first-two > img[data-v-c55ca0f2] {
              width: 8.125rem;
}
.module2 .module2-container .module2-container-content .module2-container-right .module2-container-right-first .module2-container-right-first-two .module2-container-right-first-two-num[data-v-c55ca0f2] {
              margin-left: 8px;
              margin-top: -9px;
}
.module2 .module2-container .module2-container-content .module2-container-right .module2-container-right-second .module2-container-right-second-one[data-v-c55ca0f2] {
          padding: 1.5rem 1.5rem 0;
}
.module2 .module2-container .module2-container-content .module2-container-right .module2-container-right-second .module2-container-right-second-one[data-v-c55ca0f2]::after {
            content: '';
            display: block;
            width: 50%;
            margin-top: 1.5rem;
            border-bottom: 1px solid #0066ff;
}
.module2 .module2-container .module2-container-content .module2-container-right .module2-container-right-second .module2-container-right-second-two[data-v-c55ca0f2] {
          padding: 1.5rem;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: end;
          -webkit-justify-content: flex-end;
              -ms-flex-pack: end;
                  justify-content: flex-end;
}
.module2 .module2-container .firstAnimation .module2-container-left-first[data-v-c55ca0f2] {
      -webkit-animation: firstAnimationIn-c55ca0f2 0.6s ease forwards;
              animation: firstAnimationIn-c55ca0f2 0.6s ease forwards;
}
.module2 .module2-container .firstAnimation .module2-container-right-first[data-v-c55ca0f2] {
      -webkit-animation: firstAnimationIn-c55ca0f2 0.6s 0.6s ease forwards;
              animation: firstAnimationIn-c55ca0f2 0.6s 0.6s ease forwards;
}
.module2 .module2-container .firstAnimation .module2-container-left-second[data-v-c55ca0f2] {
      -webkit-animation: firstAnimationIn-c55ca0f2 0.6s 0.3s ease forwards;
              animation: firstAnimationIn-c55ca0f2 0.6s 0.3s ease forwards;
}
.module2 .module2-container .firstAnimation .module2-container-right-second[data-v-c55ca0f2] {
      -webkit-animation: firstAnimationIn-c55ca0f2 0.6s 0.9s ease forwards;
              animation: firstAnimationIn-c55ca0f2 0.6s 0.9s ease forwards;
}
@-webkit-keyframes firstAnimationIn-c55ca0f2 {
from {
    opacity: 0;
    -webkit-transform: translateY(3.75rem);
            transform: translateY(3.75rem);
}
to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
}
@keyframes firstAnimationIn-c55ca0f2 {
from {
    opacity: 0;
    -webkit-transform: translateY(3.75rem);
            transform: translateY(3.75rem);
}
to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
}
.module2 .stroke-text[data-v-c55ca0f2] {
    font-family: D-DIN;
    font-size: 1.125rem;
    line-height: 1.625rem;
    color: #3e3a39;
    -webkit-text-stroke: currentColor;
}
.module2 .stroke-text > span[data-v-c55ca0f2] {
      font-family: D-DIN-Bold;
      font-size: 3rem;
      line-height: 3rem;
      color: rgba(211, 227, 255, 0.5);
      -webkit-text-stroke: #006cff 1px;
      margin: 0 6px;
}
.module2 .margin-bottom24[data-v-c55ca0f2] {
    margin-bottom: 1.5rem;
}

@charset "UTF-8";
.module3[data-v-c54071f0] {
  position: relative;
  width: 100%;
  border-top: 1px solid #0066ff;
  border-bottom: 1px solid #0066ff;
}
.module3 .img-module[data-v-c54071f0] {
    border-bottom: 1px solid #0066ff;
}
.module3 .img-module .img-module-item[data-v-c54071f0] {
      border: 4px solid #fff;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      background-color: #e9f1ff;
      -webkit-transition: all 0.6s ease;
      transition: all 0.6s ease;
      cursor: pointer;
}
.module3 .img-module .img-module-item .img-module-item-left[data-v-c54071f0] {
        width: 10rem;
        height: 12.5rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
}
.module3 .img-module .img-module-item .img-module-item-left > img[data-v-c54071f0] {
          -webkit-align-self: flex-end;
              -ms-flex-item-align: end;
                  align-self: flex-end;
          width: 10rem;
          height: 10rem;
          -o-object-fit: cover;
             object-fit: cover;
          -webkit-transition: all 0.6s ease;
          transition: all 0.6s ease;
}
.module3 .img-module .img-module-item .img-module-item-right[data-v-c54071f0] {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1;
        position: relative;
        -webkit-transform-style: preserve-3d;
                transform-style: preserve-3d;
        -webkit-transition: all 0.6s ease;
        transition: all 0.6s ease;
}
.module3 .img-module .img-module-item .img-module-item-right .img-module-item-right-default[data-v-c54071f0] {
          padding-top: 8px;
}
.module3 .img-module .img-module-item .img-module-item-right .img-module-item-right-default > div[data-v-c54071f0]:nth-child(1) {
            font-family: D-DIN-Bold;
            font-size: 1.5rem;
            line-height: 2rem;
            color: #3c3c3c;
            margin-bottom: 0.75rem;
            margin-top: 0.75rem;
}
.module3 .img-module .img-module-item .img-module-item-right .img-module-item-right-default > div[data-v-c54071f0]:nth-child(2) {
            color: #505050;
            display: -webkit-box;
            -webkit-line-clamp: 6;
            /* 控制行数 */
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
}
.module3 .img-module .img-module-item .img-module-item-right .img-module-item-right-default[data-v-c54071f0],
        .module3 .img-module .img-module-item .img-module-item-right .img-module-item-right-hover[data-v-c54071f0] {
          position: absolute;
          inset: 0;
          padding: 0.75rem 1rem;
          -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.module3 .img-module .img-module-item .img-module-item-right .img-module-item-right-hover[data-v-c54071f0] {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-transform: rotateY(-180deg);
                  transform: rotateY(-180deg);
}
.module3 .img-module .img-module-item .img-module-item-right .img-module-item-right-hover .img-module-item-right-hover-text[data-v-c54071f0] {
            -webkit-box-flex: 1;
            -webkit-flex: 1;
                -ms-flex: 1;
                    flex: 1;
}
.module3 .img-module .img-module-item .img-module-item-right .img-module-item-right-hover .img-module-item-right-hover-text > div[data-v-c54071f0]:nth-child(1) {
              color: #3c3c3c;
              font-family: D-DIN-Bold;
              margin-bottom: 8px;
              margin-top: 8px;
}
.module3 .img-module .img-module-item .img-module-item-right .img-module-item-right-hover .img-module-item-right-hover-text > div[data-v-c54071f0]:nth-child(2) {
              color: #333333;
              margin-bottom: 8px;
}
.module3 .img-module .img-module-item .img-module-item-right .img-module-item-right-hover .img-module-item-right-hover-text > div[data-v-c54071f0]:nth-child(3) {
              color: #0a418c;
              font-family: D-DIN-Bold;
              margin-bottom: 0.75rem;
}
.module3 .img-module .img-module-item .img-module-item-right .img-module-item-right-hover .img-module-item-right-hover-btn[data-v-c54071f0] {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: end;
            -webkit-justify-content: flex-end;
                -ms-flex-pack: end;
                    justify-content: flex-end;
}
.module3 .img-module .img-module-item[data-v-c54071f0]:hover {
        background-color: #fff;
}
.module3 .img-module .img-module-item:hover .img-module-item-left > img[data-v-c54071f0] {
          -webkit-filter: drop-shadow(-6px 0 2px #d6e5fe);
                  filter: drop-shadow(-6px 0 2px #d6e5fe);
}
.module3 .img-module .img-module-item:hover .img-module-item-right[data-v-c54071f0] {
          -webkit-transform: rotateY(180deg);
                  transform: rotateY(180deg);
}
.module3 .img-module-text[data-v-c54071f0] {
    width: 100%;
    border-bottom: 1px solid #0066ff;
    color: #0066ff;
    cursor: pointer;
    padding: 0.75rem 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.module3 .module3-container[data-v-c54071f0] {
    margin: 0 1.5rem;
    border-left: 1px solid #0066ff;
    border-right: 1px solid #0066ff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.module3 .module3-container > div[data-v-c54071f0] {
      padding: 1rem 1.5rem;
}
.module3 .module3-container .module3-container-first[data-v-c54071f0] {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      font-size: 1.125rem;
      line-height: 1.625rem;
      border-bottom: 1px solid #0066ff;
}
.module3 .module3-container .module3-container-second[data-v-c54071f0] {
      position: relative;
      text-align: right;
}
.module3 .module3-container .module3-container-second[data-v-c54071f0]::after {
        content: '';
        position: absolute;
        width: 60%;
        height: 1px;
        background: #0066ff;
        right: 0;
        bottom: 0;
}
.module3 .module3-container .module3-container-third[data-v-c54071f0],
    .module3 .module3-container .module3-container-fourth[data-v-c54071f0] {
      border-bottom: 1px solid #0066ff;
}
.module3 .module3-container .module3-container-fourth[data-v-c54071f0] {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
}
.module3 .module3-container .module3-container-fourth > div[data-v-c54071f0] {
        width: 50%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
}
.stroke-text[data-v-c54071f0] {
  font-family: D-DIN;
  font-size: 1.125rem;
  line-height: 1.625rem;
  color: #3e3a39;
}
.stroke-text > span[data-v-c54071f0] {
    font-family: D-DIN-Bold;
    font-size: 3rem;
    line-height: 3rem;
    color: rgba(211, 227, 255, 0.5);
    -webkit-text-stroke: #006cff 1px;
    margin: 0 6px;
}

.module4-scroll[data-v-19060b94] {
  position: relative;
  width: 48%;
  height: 45vh;
  overflow: hidden;
  font-size: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.module4-scroll .module4-scroll-inner[data-v-19060b94] {
    -webkit-animation: animate-19060b94 var(--t) linear infinite;
            animation: animate-19060b94 var(--t) linear infinite;
}
.module4-scroll .module4-scroll-inner[data-v-19060b94]:nth-child(2) {
      -webkit-animation: animate2-19060b94 var(--t) linear infinite;
              animation: animate2-19060b94 var(--t) linear infinite;
      -webkit-animation-delay: calc(var(--t) / -2);
              animation-delay: calc(var(--t) / -2);
}
.module4-scroll .module4-scroll-inner .module4-scroll-inner-item[data-v-19060b94] {
      width: 100%;
      border-left: 1px solid #0066ff;
      border-bottom: 1px solid #0066ff;
      border-right: 1px solid #0066ff;
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      background-color: #fff;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 8px 1rem;
}
.module4-scroll .module4-scroll-inner .module4-scroll-inner-item > img[data-v-19060b94] {
        height: 6.25rem;
        max-width: 100%;
        -o-object-fit: cover;
           object-fit: cover;
}
.module4-scroll .module4-scroll-inner .module4-scroll-inner-item > span[data-v-19060b94] {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1;
        padding-top: 8px;
        margin-top: 8px;
        text-align: center;
        border-top: 1px solid #DCECFF;
        color: #3c3c3c;
        font-size: 0.875rem;
        overflow: hidden;
        width: 100%;
}
.module4-scroll .is-reverse[data-v-19060b94] {
    animation-direction: reverse;
}
.module4-scroll .is-reverse[data-v-19060b94]:nth-child(2) {
      animation-direction: reverse;
}
@-webkit-keyframes animate-19060b94 {
0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
}
100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
}
}
@keyframes animate-19060b94 {
0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
}
100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
}
}
@-webkit-keyframes animate2-19060b94 {
0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
100% {
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
}
}
@keyframes animate2-19060b94 {
0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
100% {
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
}
}

.module4[data-v-c52442ee] {
  margin: 1.5rem 0;
  border-top: 1px solid #0066ff;
  border-bottom: 1px solid #0066ff;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.module4 .border-top[data-v-c52442ee] {
    border-top: 1px solid #0066ff;
    z-index: 1;
}
.module4 .module4-container1[data-v-c52442ee] {
    margin: 0 1.5rem;
}
.module4 .module4-container1 > div[data-v-c52442ee] {
      padding: 1rem 1.5rem;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border-right: 1px solid #0066ff;
      border-left: 1px solid #0066ff;
      font-family: D-DIN;
      font-size: 1.125rem;
}
.module4 .module4-container1 .module4-container1-left[data-v-c52442ee] {
      position: relative;
}
.module4 .module4-container1 .module4-container1-left[data-v-c52442ee]::after {
        content: '';
        position: absolute;
        width: 56%;
        height: 1px;
        background: #0066ff;
        left: 24;
        bottom: 0;
}
.module4 .module4-container1 .module4-container1-right[data-v-c52442ee] {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end;
}
.module4 .module4-container1 .module4-container1-right .module4-container1-right-text[data-v-c52442ee] {
        line-height: 1.375rem;
        color: #505050;
}
.module4 .module4-container1 .module4-container1-right .module4-container1-right-btn[data-v-c52442ee] {
        margin-top: 1.5rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        border-bottom: 1px solid #0066ff;
        padding: 4px 0;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        color: #006cff;
        cursor: pointer;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        width: 7.5rem;
}
.module4 .module4-container1 .module4-container1-right .module4-container1-right-btn > i[data-v-c52442ee] {
          width: 1.25rem;
          height: 0.875rem;
          background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAGCAYAAAA2aTUtAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAAB5SURBVCiRtc2hEYNAFITh/x0WiaCMFHIihiaOO5EOUgU1pAMKiKGJKEQaOElmERgmM6iDtbuzn1GaoBbHCEw0JJ62/E+sGNmgGscLo+JHx2B5X7tTkMEyDXfgg+NNUHvK72GSIlEzQbdroV6eqC+9PIARpQu5BeOxAm4PHm3oSyTTAAAAAElFTkSuQmCC);
          background-repeat: no-repeat;
          background-position: center;
          background-size: 100% auto;
}
.module4 .module4-container1 .module4-container1-right .module4-container1-right-btn[data-v-c52442ee]:hover {
          color: #fff;
          background-color: #006cff;
          padding: 4px 10px;
}
.module4 .module4-container1 .module4-container1-right .module4-container1-right-btn:hover > i[data-v-c52442ee] {
            background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAGCAYAAAA2aTUtAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAABTSURBVCiRtc9BCYBAAETRETwaYGMYxChe7CJYRDCGITxYQnhePHtZdgL8xySVQ8GJDX1t7w8asOPA0BLqsX6vSjPow2ZcGFtDE25MSdJBQ+9JsryjBUK3lhtdZgAAAABJRU5ErkJggg==);
}
.module4 .module4-scroll-wrap[data-v-c52442ee] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 8px;
    margin: 0 1.5rem;
    background-color: #f4f8ff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-left: 1px solid #0066ff;
    border-right: 1px solid #0066ff;
}
.stroke-text[data-v-c52442ee] {
  font-family: D-DIN;
  font-size: 1.125rem;
  line-height: 1.625rem;
  color: #3e3a39;
  -webkit-text-stroke: currentColor;
}
.stroke-text > span[data-v-c52442ee] {
    font-family: D-DIN-Bold;
    font-size: 3rem;
    line-height: 3rem;
    color: rgba(211, 227, 255, 0.5);
    -webkit-text-stroke: #006cff 1px;
    margin: 0 6px;
}
.hover-effect[data-v-c52442ee],
.hover-effect > div[data-v-c52442ee],
.hover-effect span[data-v-c52442ee] {
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.hover-effect[data-v-c52442ee]:hover,
  .hover-effect > div[data-v-c52442ee]:hover,
  .hover-effect span[data-v-c52442ee]:hover {
    color: #0066ff !important;
}
.hover-effect:hover div[data-v-c52442ee],
    .hover-effect:hover span[data-v-c52442ee],
    .hover-effect > div:hover div[data-v-c52442ee],
    .hover-effect > div:hover span[data-v-c52442ee],
    .hover-effect span:hover div[data-v-c52442ee],
    .hover-effect span:hover span[data-v-c52442ee] {
      color: #0066ff !important;
}


.page-container {
  font-family: D-DIN;
}

