* {
  font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif !important; }

@keyframes goA {
  100% {
    transform: translateX(-50%); } }
@keyframes downA {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(5px); }
  100% {
    transform: translateY(0); } }
.pro_fb1 {
  height: 1457px;
  background: #D6E3EF;
  padding: 100px 20px;
  position: relative;
  z-index: 5;
  overflow: hidden; }
  .pro_fb1 .top {
    display: grid;
    grid-template-columns: repeat(3, 1fr); }
    .pro_fb1 .top p {
      font-weight: 400;
      font-size: 18px;
      color: #FFFFFF;
      text-align: center; }
      .pro_fb1 .top p:first-child {
        text-align: left; }
      .pro_fb1 .top p:last-child {
        text-align: right; }
  .pro_fb1 .eng {
    margin: 92px 0 0 0; }
    .pro_fb1 .eng .flex {
      display: flex;
      justify-content: space-between; }
      .pro_fb1 .eng .flex .bigText {
        font-weight: 300;
        font-size: 260px;
        color: rgba(255, 255, 255, 0.6);
        line-height: 250px;
        text-transform: uppercase; }
  .pro_fb1 .content {
    position: absolute;
    bottom: 0;
    left: -150px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 204px; }
    .pro_fb1 .content.aos-animate .smallImg img, .pro_fb1 .content.aos-animate .bigImg img {
      transform: translateY(0); }
    .pro_fb1 .content .smallImg {
      width: 192px;
      overflow: hidden; }
      .pro_fb1 .content .smallImg img {
        width: 100%;
        transform: translateY(100%);
        transition: 3s; }
    .pro_fb1 .content .bigImg {
      width: 276px;
      overflow: hidden; }
      .pro_fb1 .content .bigImg img {
        width: 100%;
        transform: translateY(100%);
        transition: 3s; }
  .pro_fb1 .yun {
    position: absolute;
    width: 100vw;
    bottom: 0;
    left: 0;
    z-index: 2;
    pointer-events: none; }
    .pro_fb1 .yun::before {
      content: '';
      position: absolute;
      width: 100%;
      height: 150%;
      bottom: 0;
      left: 0;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
      z-index: -1; }
    .pro_fb1 .yun::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 150%;
      bottom: 0;
      left: 0;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
      z-index: -1; }
    .pro_fb1 .yun .go {
      width: max-content;
      animation: goA 60s linear infinite;
      display: flex; }
      .pro_fb1 .yun .go .flex {
        display: flex; }
        .pro_fb1 .yun .go .flex img {
          height: 450px; }

.pro_fb2 {
  padding: 57px 0 0;
  background: #fff;
  position: relative;
  margin-top: -1px;
  z-index: 5;
  overflow: hidden; }
  .pro_fb2:after {
    content: '';
    position: absolute;
    width: 50%;
    height: 673px;
    bottom: -200px;
    right: 0;
    z-index: -1;
    background: linear-gradient(0deg, #003F98, rgba(255, 255, 255, 0)); }
  .pro_fb2 .wrap {
    width: 1600px;
    margin: auto; }
    .pro_fb2 .wrap .top {
      display: flex;
      justify-content: space-between;
      margin: 0 0 200px; }
      .pro_fb2 .wrap .top .list p {
        font-weight: 400;
        font-size: 18px;
        color: #1A1A1A; }
        .pro_fb2 .wrap .top .list p:first-child {
          color: #093DB5;
          margin: 0 0 10px; }
    .pro_fb2 .wrap .content {
      display: flex;
      justify-content: space-between;
      align-items: start; }
      .pro_fb2 .wrap .content .title {
        font-weight: bold;
        font-size: 42px;
        color: #1A1A1A;
        display: flex;
        align-items: center; }
        .pro_fb2 .wrap .content .title span {
          font-weight: bold;
          font-size: 24px;
          color: #1A1A1A;
          margin: 0 15px; }
      .pro_fb2 .wrap .content .r {
        width: 798px; }
        .pro_fb2 .wrap .content .r .text {
          font-weight: 300;
          font-size: 22px;
          color: #1A1A1A;
          line-height: 42px; }
        .pro_fb2 .wrap .content .r .blue {
          margin: 58px 0 0 0;
          display: flex;
          align-items: center;
          gap: 11px; }
          .pro_fb2 .wrap .content .r .blue p {
            font-weight: 400;
            font-size: 16px;
            color: #093DB5; }
          .pro_fb2 .wrap .content .r .blue .iconfont {
            font-size: 14px;
            color: #093DB5;
            animation: downA 1s ease-in-out infinite; }
    .pro_fb2 .wrap .moveImg {
      width: 896px;
      margin: 174px auto 0;
      perspective: 400px; }
      .pro_fb2 .wrap .moveImg img {
        width: 100%;
        transform: perspective(400px); }
    .pro_fb2 .wrap .k {
      width: 100vw;
      position: relative;
      left: 50%;
      transform: translateX(-50%);
      height: 57px; }
      .pro_fb2 .wrap .k img {
        width: 100%; }

.pro_fb3 {
  padding: 127px 0 154px;
  background: #fff; }
  .pro_fb3 .wrap {
    width: 1600px;
    margin: auto; }
    .pro_fb3 .wrap .title {
      font-weight: 500;
      font-size: 46px;
      color: #1A1A1A;
      line-height: 60px; }
    .pro_fb3 .wrap .flow {
      display: flex;
      justify-content: space-between;
      margin: 75px 0 166px; }
      .pro_fb3 .wrap .flow .list span {
        font-weight: bold;
        font-size: 50px;
        color: #093DB5;
        margin: 0 0 30px; }
      .pro_fb3 .wrap .flow .list p {
        font-weight: 500;
        font-size: 20px;
        color: #1A1A1A; }
    .pro_fb3 .wrap .content {
      margin: 53px 0 220px 0;
      display: flex;
      justify-content: space-between; }
      .pro_fb3 .wrap .content .item {
        width: 500px;
        height: 518px;
        background: #FFFFFF;
        border-radius: 17px;
        position: relative;
        z-index: 1;
        padding: 95px 69px 0 72px; }
        .pro_fb3 .wrap .content .item:nth-child(2) {
          top: 100px; }
        .pro_fb3 .wrap .content .item:after {
          content: '';
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          z-index: -1;
          border: 1px solid #E7E7E7;
          border-radius: 17px; }
        .pro_fb3 .wrap .content .item .num {
          font-size: 81px;
          color: #093DB5;
          font-weight: bold;
          margin: 0 0 50px;
          line-height: 100%; }
        .pro_fb3 .wrap .content .item .p1 {
          font-weight: bold;
          font-size: 32px;
          color: #093DB5;
          margin: 0 0 50px; }
        .pro_fb3 .wrap .content .item .p2 {
          font-weight: 400;
          font-size: 20px;
          color: #1A1A1A;
          line-height: 36px; }
    .pro_fb3 .wrap .content2 {
      width: 100%;
      height: 779px;
      border-radius: 15px;
      overflow: hidden;
      position: relative;
      z-index: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center; }
      .pro_fb3 .wrap .content2 .bg {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1; }
      .pro_fb3 .wrap .content2 .text {
        width: 767px; }
        .pro_fb3 .wrap .content2 .text .p1 {
          font-weight: 800;
          font-size: 46px;
          color: #FFFFFF;
          margin: 0 0 43px; }
        .pro_fb3 .wrap .content2 .text .p2 {
          font-weight: 500;
          font-size: 24px;
          color: #FFFFFF;
          line-height: 36px; }

.pro_fb4 {
  background: #fff; }
  .pro_fb4 .wrap {
    width: 1760px;
    margin: auto;
    position: relative;
    left: 160px;
    display: flex;
    justify-content: space-between; }
    .pro_fb4 .wrap .r {
      width: 960px;
      background: #F2F3F5;
      padding: 156px 280px; }
      .pro_fb4 .wrap .r .matter:not(:last-child) {
        margin: 0 0 74px; }
      .pro_fb4 .wrap .r .matter .pick .p1 {
        font-weight: bold;
        font-size: 20px;
        color: #1A1A1A;
        margin: 0 0 9px; }
      .pro_fb4 .wrap .r .matter .pick .p2 {
        font-weight: bold;
        font-size: 18px;
        color: #888888; }
      .pro_fb4 .wrap .r .matter .img {
        width: 100%;
        margin: 24px 0 0 0; }
        .pro_fb4 .wrap .r .matter .img img {
          width: 100%; }
    .pro_fb4 .wrap .l {
      width: 485px; }
      .pro_fb4 .wrap .l .top .p1 {
        font-weight: bold;
        font-size: 48px;
        color: #1A1A1A;
        margin: 0 0 50px; }
      .pro_fb4 .wrap .l .top .p2 {
        font-weight: bold;
        font-size: 48px;
        color: #1A1A1A;
        margin: 0 0 106px; }
      .pro_fb4 .wrap .l .top .p3 {
        font-weight: bold;
        font-size: 22px;
        color: #888888;
        line-height: 38px; }
        .pro_fb4 .wrap .l .top .p3 span {
          color: #1A1A1A; }
      .pro_fb4 .wrap .l .content {
        margin: 266px 0 0 0; }
        .pro_fb4 .wrap .l .content .headline {
          font-weight: 800;
          font-size: 22px;
          color: #1A1A1A;
          margin: 0 0 60px; }
        .pro_fb4 .wrap .l .content .flex .list {
          display: flex;
          gap: 12px; }
          .pro_fb4 .wrap .l .content .flex .list:not(:last-child) {
            margin: 0 0 29px; }
          .pro_fb4 .wrap .l .content .flex .list .num {
            width: 18px;
            height: 18px;
            background: #1A1A1A;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 800;
            font-size: 14px;
            color: #FFFFFF;
            margin: 5px 0 0 0; }
          .pro_fb4 .wrap .l .content .flex .list .pick {
            font-weight: 400;
            font-size: 18px;
            color: #555555;
            line-height: 30px; }

.pro_fb5 {
  background: #F3F5FC;
  padding: 165px 0 206px; }
  .pro_fb5 .wrap {
    width: 1600px;
    margin: auto; }
    .pro_fb5 .wrap .common_top .p1 {
      font-weight: bold;
      font-size: 46px;
      color: #1A1A1A;
      margin: 0 0 41px; }
    .pro_fb5 .wrap .common_top .p2 {
      width: 634px;
      font-weight: 400;
      font-size: 18px;
      color: #6B7593;
      line-height: 32px; }
    .pro_fb5 .wrap .top {
      display: flex;
      justify-content: space-between; }
      .pro_fb5 .wrap .top .l .aa {
        font-weight: bold;
        font-size: 700px;
        color: #003F98;
        opacity: 0.1;
        line-height: 500px;
        margin: 100px 0 0 0;
        letter-spacing: -36px; }
      .pro_fb5 .wrap .top .r {
        width: 702px;
        border-bottom: 1px solid #E3E7F3; }
        .pro_fb5 .wrap .top .r .fonts .flex {
          display: flex;
          align-items: center;
          justify-content: space-between;
          padding: 16px 0 19px 20px;
          border-bottom: 1px solid #E3E7F3; }
          .pro_fb5 .wrap .top .r .fonts .flex:not(:first-child) {
            width: fit-content;
            margin-left: auto;
            padding-left: 0; }
          .pro_fb5 .wrap .top .r .fonts .flex .p1 {
            font-weight: 400;
            font-size: 24px;
            color: #1A1A1A; }
          .pro_fb5 .wrap .top .r .fonts .flex .width {
            display: flex;
            justify-content: space-between;
            width: 369px; }
            .pro_fb5 .wrap .top .r .fonts .flex .width p {
              font-weight: 400;
              font-size: 18px;
              color: #000000; }
        .pro_fb5 .wrap .top .r .zm {
          margin: 294px 0 0 0; }
          .pro_fb5 .wrap .top .r .zm .list {
            display: flex;
            gap: 24px; }
            .pro_fb5 .wrap .top .r .zm .list:not(:last-child) {
              margin: 0 0 32px; }
            .pro_fb5 .wrap .top .r .zm .list p {
              font-weight: 500;
              font-size: 24px;
              color: #1A1A1A; }
    .pro_fb5 .wrap .content {
      margin: 158px 0 0 0; }
      .pro_fb5 .wrap .content .display {
        display: flex;
        justify-content: space-between;
        margin: 128px 0 0 0; }
        .pro_fb5 .wrap .content .display .item:nth-child(2) .jump {
          background: #9ca9b9; }
        .pro_fb5 .wrap .content .display .item:nth-child(3) .jump {
          background: #1A1A1A; }
        .pro_fb5 .wrap .content .display .item:nth-child(4) .jump {
          background: #FFFFFF; }
          .pro_fb5 .wrap .content .display .item:nth-child(4) .jump:after, .pro_fb5 .wrap .content .display .item:nth-child(4) .jump:before {
            opacity: .6; }
          .pro_fb5 .wrap .content .display .item:nth-child(4) .jump .p1 {
            color: #25180B; }
          .pro_fb5 .wrap .content .display .item:nth-child(4) .jump .color .list p {
            color: #25180B; }
        .pro_fb5 .wrap .content .display .item .jump {
          width: 350px;
          height: 248px;
          background: #003F98;
          border-radius: 28px;
          padding: 40px 41px;
          position: relative;
          z-index: 1; }
          .pro_fb5 .wrap .content .display .item .jump:after {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            border-radius: inherit;
            top: -15px;
            left: -15px;
            background: inherit;
            opacity: 0.1;
            z-index: -1; }
          .pro_fb5 .wrap .content .display .item .jump:before {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            border-radius: inherit;
            top: -32px;
            left: -32px;
            background: inherit;
            opacity: 0.1;
            z-index: -1; }
          .pro_fb5 .wrap .content .display .item .jump .p1 {
            font-weight: bold;
            font-size: 25px;
            color: #FEFEFE;
            margin: 0 0 22px; }
          .pro_fb5 .wrap .content .display .item .jump .color .list {
            display: flex;
            gap: 7px;
            line-height: 40px; }
            .pro_fb5 .wrap .content .display .item .jump .color .list p {
              font-weight: bold;
              font-size: 20px;
              color: #FEFEFE; }
              .pro_fb5 .wrap .content .display .item .jump .color .list p:first-child {
                opacity: .3; }
        .pro_fb5 .wrap .content .display .item .text {
          margin: 20px 0 0 110px;
          font-weight: 500;
          font-size: 20px;
          color: #333333; }

.pro_fb6 {
  padding: 194px 0 76px 0;
  background: #fff; }
  .pro_fb6 .title {
    text-align: center;
    width: 980px;
    margin: auto;
    font-weight: 400;
    font-size: 36px;
    color: #1A1A1A;
    line-height: 50px; }
    .pro_fb6 .title .p {
      width: 100%; }
      .pro_fb6 .title .p:first-child p span {
        color: #093DB5; }
      .pro_fb6 .title .p p {
        width: fit-content;
        margin: auto; }
        .pro_fb6 .title .p p span {
          color: rgba(0, 0, 0, 0.2);
          font-weight: bold; }

.pro_fb7 {
  position: relative;
  height: calc(100vh + 1200px);
  background: #fff;
  margin-top: -60px; }
  .pro_fb7 .fix {
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center; }
    .pro_fb7 .fix .wrap {
      width: 100%; }
      .pro_fb7 .fix .wrap .content {
        width: 100%;
        margin: 70px 0 0 0;
        height: 85vh;
        display: grid;
        overflow: hidden;
        --gallery-width: min(100vw, 100vw);
        --gallery-height: 815px;
        --overlay-color: #fff; }
        .pro_fb7 .fix .wrap .content .style {
          will-change: transform;
          --clip-progress: 0;
          grid-area: 1 / 1;
          list-style: none;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: 50%;
          width: 100%;
          height: 100%;
          clip-path: inset(0 calc(var(--clip-progress) * var(--gallery-width)) 0 0);
          overflow: hidden; }
          .pro_fb7 .fix .wrap .content .style.default {
            z-index: 3; }
        .pro_fb7 .fix .wrap .content .overlay {
          position: absolute;
          width: calc(200vw + 41px);
          height: 85%;
          left: 8px;
          display: flex;
          flex-wrap: wrap;
          flex-direction: column;
          z-index: 4;
          will-change: transform;
          --radius: 0.042;
          --width: 10px;
          --height: 4px;
          --x: 0;
          transform: matrix(1, 0, 0, 1, var(--x), 0); }
          .pro_fb7 .fix .wrap .content .overlay .slide {
            width: calc(var(--gallery-width) + 1px);
            height: 100%;
            position: relative;
            --cover-width: calc(var(--width)*2 - 2px); }
            .pro_fb7 .fix .wrap .content .overlay .slide:last-child .corner.bottom.right {
              right: -10px; }
            .pro_fb7 .fix .wrap .content .overlay .slide:last-child .corner.top.right {
              right: -10px; }
            .pro_fb7 .fix .wrap .content .overlay .slide:not(:last-of-type)::after {
              content: "";
              position: absolute;
              top: 0;
              width: 18px;
              background-color: #fff;
              height: 100%;
              z-index: 1;
              right: -9px; }
            .pro_fb7 .fix .wrap .content .overlay .slide .corner.top.left {
              left: -20px;
              background-image: radial-gradient(circle at 100% 100%, transparent calc(var(--gallery-height) * var(--radius)), transparent calc(var(--gallery-height) * var(--radius)), var(--overlay-color) calc(var(--gallery-height) * var(--radius)), var(--overlay-color) calc(var(--gallery-height) * var(--radius)));
              padding-left: 10px; }
            .pro_fb7 .fix .wrap .content .overlay .slide .corner.top {
              top: -1px;
              padding-top: 4px; }
            .pro_fb7 .fix .wrap .content .overlay .slide .corner {
              position: absolute;
              width: 44px;
              height: 34px; }
            .pro_fb7 .fix .wrap .content .overlay .slide .rect {
              position: absolute;
              z-index: 1; }
            .pro_fb7 .fix .wrap .content .overlay .slide .rect.right {
              background-color: #000;
              right: 0; }
            .pro_fb7 .fix .wrap .content .overlay .slide .corner.bottom.right {
              right: 0;
              background-image: radial-gradient(circle at 0% 0%, transparent calc(var(--gallery-height)*var(--radius)), transparent calc(var(--gallery-height)*var(--radius)), var(--overlay-color) calc(var(--gallery-height)*var(--radius)), var(--overlay-color) calc(var(--gallery-height)*var(--radius)));
              padding-right: 10px; }
            .pro_fb7 .fix .wrap .content .overlay .slide .corner.bottom.left {
              left: -20px;
              background-image: radial-gradient(circle at 100% 0%, transparent calc(var(--gallery-height)*var(--radius)), transparent calc(var(--gallery-height)*var(--radius)), var(--overlay-color) calc(var(--gallery-height)*var(--radius)), var(--overlay-color) calc(var(--gallery-height)*var(--radius)));
              padding-right: 10px; }
            .pro_fb7 .fix .wrap .content .overlay .slide .corner.bottom {
              bottom: 0;
              padding-bottom: 4px; }
            .pro_fb7 .fix .wrap .content .overlay .slide .rect.bottom {
              bottom: 0; }
            .pro_fb7 .fix .wrap .content .overlay .slide .rect.left {
              background-color: #000;
              left: 0; }
            .pro_fb7 .fix .wrap .content .overlay .slide .corner.top.right {
              right: 0;
              background-image: radial-gradient(circle at 0% 100%, transparent calc(var(--gallery-height)*var(--radius)), transparent calc(var(--gallery-height)*var(--radius)), var(--overlay-color) calc(var(--gallery-height)*var(--radius)), var(--overlay-color) calc(var(--gallery-height)*var(--radius)));
              padding-right: 10px; }

.pro_fb8 {
  padding: 137px 0 214px;
  background: #fff; }
  .pro_fb8 .wrap {
    width: 2452px;
    position: relative;
    left: 50%;
    transform: translateX(-50%); }
    .pro_fb8 .wrap .title {
      font-weight: 400;
      font-size: 36px;
      color: #1A1A1A;
      line-height: 50px;
      text-align: center;
      margin: 0 auto 114px;
      width: fit-content; }
      .pro_fb8 .wrap .title .p {
        width: 100%; }
        .pro_fb8 .wrap .title .p:first-child p span {
          color: #093DB5; }
        .pro_fb8 .wrap .title .p p {
          width: fit-content;
          margin: auto; }
          .pro_fb8 .wrap .title .p p span {
            color: rgba(0, 0, 0, 0.2);
            font-weight: bold; }
      .pro_fb8 .wrap .title span {
        color: #093DB5; }
    .pro_fb8 .wrap .content {
      width: 100%; }
      .pro_fb8 .wrap .content .fb1Swiper {
        width: 100%; }
        .pro_fb8 .wrap .content .fb1Swiper .swiper-slide.swiper-slide-active .img:after {
          opacity: 0; }
        .pro_fb8 .wrap .content .fb1Swiper .swiper-slide.swiper-slide-active .text {
          opacity: 1; }
        .pro_fb8 .wrap .content .fb1Swiper .swiper-slide .img {
          width: 100%;
          height: 445px;
          border-radius: 20px;
          overflow: hidden;
          position: relative; }
          .pro_fb8 .wrap .content .fb1Swiper .swiper-slide .img:after {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            z-index: 2;
            background: rgba(255, 255, 255, 0.8);
            pointer-events: none;
            transition: 1s; }
          .pro_fb8 .wrap .content .fb1Swiper .swiper-slide .img img {
            width: 100%;
            height: 100%; }
        .pro_fb8 .wrap .content .fb1Swiper .swiper-slide .text {
          font-weight: bold;
          font-size: 18px;
          color: #333333;
          text-align: center;
          margin: 42px 0 0 0;
          transition: 1s;
          opacity: 0; }

.pro_fb9 {
  height: 100vh;
  position: relative;
  z-index: 1;
  padding: 95px 0 0 0; }
  .pro_fb9 .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1; }
  .pro_fb9 .title {
    font-weight: 500;
    font-size: 36px;
    color: #FFFFFF;
    position: relative;
    z-index: 2;
    text-align: center; }
  .pro_fb9 .end {
    font-weight: 400;
    font-size: 216px;
    color: rgba(0, 63, 152, 0.1);
    position: absolute;
    top: 47px;
    width: 100%;
    text-align: center;
    left: 0;
    z-index: 1;
    line-height: 100%; }

.pro_fb10 {
  background: #fff;
  padding: 193px 0 149px; }
  .pro_fb10 .content {
    width: 865px;
    position: relative;
    margin: auto; }
    .pro_fb10 .content .img {
      width: 100%; }
    .pro_fb10 .content .position {
      position: absolute;
      top: 0;
      width: 100%;
      left: 0; }
      .pro_fb10 .content .position .point {
        position: absolute;
        display: flex;
        align-items: center; }
        .pro_fb10 .content .position .point.aos-animate .circle {
          opacity: 1; }
        .pro_fb10 .content .position .point.aos-animate .line {
          transform: scaleX(1);
          transition-delay: .4s; }
        .pro_fb10 .content .position .point.aos-animate .color {
          opacity: 1;
          transform: translateX(0) !important;
          transition-delay: 1.4s; }
        .pro_fb10 .content .position .point.right {
          flex-direction: row-reverse; }
          .pro_fb10 .content .position .point.right .dis {
            flex-direction: row-reverse; }
          .pro_fb10 .content .position .point.right .color {
            transform: translateX(30px); }
          .pro_fb10 .content .position .point.right .line {
            transform-origin: left; }
        .pro_fb10 .content .position .point .color {
          width: 300px;
          height: 150px;
          background: #003F98;
          border-radius: 10px;
          padding: 30px 40px 0 36px;
          opacity: 0;
          transform: translateX(-30px);
          transition: .6s ease; }
          .pro_fb10 .content .position .point .color .p1 {
            font-weight: bold;
            font-size: 18px;
            color: #FFFFFF;
            margin: 0 0 16px; }
          .pro_fb10 .content .position .point .color .p2 {
            font-weight: 400;
            font-size: 16px;
            color: #FFFFFF;
            line-height: 24px; }
        .pro_fb10 .content .position .point .dis {
          display: flex;
          align-items: center; }
        .pro_fb10 .content .position .point .line {
          width: 425px;
          height: 1px;
          background: #184DC4;
          transform-origin: right;
          transform: scaleX(0);
          transition: 1s linear; }
@keyframes afterA {
  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0; } }
        .pro_fb10 .content .position .point .circle {
          width: 11px;
          height: 11px;
          background: #184DC4;
          border-radius: 50%;
          display: flex;
          align-items: center;
          justify-content: center;
          position: relative;
          z-index: 3;
          opacity: 0;
          transition: .4s linear; }
          .pro_fb10 .content .position .point .circle:after {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background: #184DC4;
            z-index: -1;
            border-radius: 50%;
            opacity: .5;
            animation: afterA 1s linear infinite; }
          .pro_fb10 .content .position .point .circle div {
            width: 5px;
            height: 5px;
            background: #FFFFFF;
            border-radius: 50%; }
      .pro_fb10 .content .position .point1 {
        right: 490px;
        top: 647px; }
      .pro_fb10 .content .position .point2 {
        left: 597px;
        top: 881px; }
      .pro_fb10 .content .position .point3 {
        right: 490px;
        top: 1203px; }
      .pro_fb10 .content .position .point4 {
        left: 597px;
        top: 1597px; }
      .pro_fb10 .content .position .point5 {
        right: 490px;
        top: 1940px; }
      .pro_fb10 .content .position .point6 {
        left: 597px;
        top: 2437px; }

.pro_fb11 {
  padding: 100px 0 50px;
  background: #fff; }
  .pro_fb11 .wrap {
    text-align: center; }
    .pro_fb11 .wrap .eng {
      font-weight: 400;
      font-size: 216px;
      color: rgba(0, 63, 152, 0.1);
      margin: 0 0 37px; }
    .pro_fb11 .wrap .p1 {
      font-weight: 500;
      font-size: 36px;
      color: #003F98; }

.pro_fb12 {
  height: 100vh;
  background: #fff;
  margin-top: -300px; }
  .pro_fb12 .fix {
    height: 100vh;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center; }
    .pro_fb12 .fix .wrap {
      position: relative; }
      .pro_fb12 .fix .wrap .img {
        width: 1050px;
        height: 521px;
        position: relative;
        border-radius: 26px;
        overflow: hidden; }
        .pro_fb12 .fix .wrap .img:not(:first-child) {
          position: absolute;
          top: 0;
          left: 0;
          transform: translateY(100vh);
          width: 100%;
          z-index: 5; }
        .pro_fb12 .fix .wrap .img img {
          width: 100%;
          height: 100%; }

.pro_fb13 {
  position: relative;
  width: 100%;
  z-index: 1;
  background: #fff; }
  .pro_fb13:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 873px;
    background: linear-gradient(0deg, #003F98, rgba(255, 255, 255, 0));
    opacity: 0.63;
    z-index: -1; }
  .pro_fb13 .img {
    width: 91.09375vw; }

.pro_fb14 {
  background: #E7EBEF;
  padding: 178px 0 272px;
  position: relative;
  z-index: 2; }
  .pro_fb14 .yun {
    position: absolute;
    width: 100vw;
    bottom: 0;
    left: 0;
    z-index: 2;
    pointer-events: none; }
    .pro_fb14 .yun::before {
      content: '';
      position: absolute;
      width: 100%;
      height: 150%;
      bottom: 0;
      left: 0;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
      z-index: -1; }
    .pro_fb14 .yun::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 150%;
      bottom: 0;
      left: 0;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
      z-index: -1; }
    .pro_fb14 .yun .go {
      width: max-content;
      animation: goA 60s linear infinite;
      display: flex; }
      .pro_fb14 .yun .go .flex {
        display: flex; }
        .pro_fb14 .yun .go .flex img {
          height: 450px; }
  .pro_fb14 .wrap {
    text-align: center; }
    .pro_fb14 .wrap .p1 {
      font-weight: 400;
      font-size: 120px;
      color: rgba(0, 63, 152, 0.1);
      line-height: 88px;
      margin: 0 0 48px; }
    .pro_fb14 .wrap .p2 {
      font-weight: 400;
      font-size: 42px;
      color: #1A1A1A;
      margin: 0 0 35px; }
    .pro_fb14 .wrap .p3 {
      width: 738px;
      margin: auto;
      font-weight: 400;
      font-size: 18px;
      color: #97A4B7;
      line-height: 36px; }
    .pro_fb14 .wrap .more {
      margin: 109px auto 0;
      width: 181px;
      height: 64px;
      background: #003F98;
      border-radius: 32px;
      display: flex;
      align-items: center;
      justify-content: center;
      border: 1px solid transparent;
      transition: .6s ease;
      gap: 8px; }
      .pro_fb14 .wrap .more:hover {
        background: transparent;
        border: 1px solid #003F98; }
        .pro_fb14 .wrap .more:hover p {
          color: #003F98; }
        .pro_fb14 .wrap .more:hover svg path {
          fill: #003F98; }
      .pro_fb14 .wrap .more p {
        font-weight: 400;
        font-size: 18px;
        color: #FFFFFF;
        transition: .6s ease; }
      .pro_fb14 .wrap .more svg {
        width: 14px;
        height: 14px; }
        .pro_fb14 .wrap .more svg path {
          fill: #fff;
          transition: .6s ease; }

@media screen and (max-width: 1919px) {
  .pro_fb1 {
    height: 75.8854166667vw;
    padding: 5.2083333333vw 1.0416666667vw; }

  .pro_fb1 .top p {
    font-size: 0.9375vw; }

  .pro_fb1 .eng {
    margin: 4.7916666667vw 0px 0px; }

  .pro_fb1 .eng .flex .bigText {
    font-size: 13.5416666667vw;
    line-height: 13.0208333333vw; }

  .pro_fb1 .content {
    left: -7.8125vw;
    gap: 10.625vw; }

  .pro_fb1 .content .smallImg {
    width: 10vw; }

  .pro_fb1 .content .bigImg {
    width: 14.375vw; }

  .pro_fb1 .yun .go .flex img {
    height: 23.4375vw; }

  .pro_fb2 {
    padding: 2.96875vw 0px 0px; }

  .pro_fb2::after {
    height: 35.0520833333vw;
    bottom: -10.4166666667vw; }

  .pro_fb2 .wrap {
    width: 83.3333333333vw; }

  .pro_fb2 .wrap .top {
    margin: 0px 0px 10.4166666667vw; }

  .pro_fb2 .wrap .top .list p {
    font-size: 0.9375vw; }

  .pro_fb2 .wrap .top .list p:first-child {
    margin: 0px 0px 0.5208333333vw; }

  .pro_fb2 .wrap .content .title {
    font-size: 2.1875vw; }

  .pro_fb2 .wrap .content .title span {
    font-size: 1.25vw;
    margin: 0px 0.78125vw; }

  .pro_fb2 .wrap .content .r {
    width: 41.5625vw; }

  .pro_fb2 .wrap .content .r .text {
    font-size: 1.1458333333vw;
    line-height: 2.1875vw; }

  .pro_fb2 .wrap .content .r .blue {
    margin: 3.0208333333vw 0px 0px;
    gap: 0.5729166667vw; }

  .pro_fb2 .wrap .content .r .blue p {
    font-size: 0.8333333333vw; }

  .pro_fb2 .wrap .content .r .blue .iconfont {
    font-size: 0.7291666667vw; }

  .pro_fb2 .wrap .moveImg {
    width: 46.6666666667vw;
    margin: 9.0625vw auto 0px;
    perspective: 20.8333333333vw; }

  .pro_fb2 .wrap .moveImg img {
    transform: perspective(20.8333333333vw); }

  .pro_fb2 .wrap .k {
    height: 2.96875vw; }

  .pro_fb3 {
    padding: 6.6145833333vw 0px 8.0208333333vw; }

  .pro_fb3 .wrap {
    width: 83.3333333333vw; }

  .pro_fb3 .wrap .title {
    font-size: 2.3958333333vw;
    line-height: 3.125vw; }

  .pro_fb3 .wrap .flow {
    margin: 3.90625vw 0px 8.6458333333vw; }

  .pro_fb3 .wrap .flow .list span {
    font-size: 2.6041666667vw;
    margin: 0px 0px 1.5625vw; }

  .pro_fb3 .wrap .flow .list p {
    font-size: 1.0416666667vw; }

  .pro_fb3 .wrap .content {
    margin: 2.7604166667vw 0px 11.4583333333vw; }

  .pro_fb3 .wrap .content .item {
    width: 26.0416666667vw;
    height: 26.9791666667vw;
    border-radius: 0.8854166667vw;
    padding: 4.9479166667vw 3.59375vw 0px 3.75vw; }

  .pro_fb3 .wrap .content .item:nth-child(2) {
    top: 5.2083333333vw; }

  .pro_fb3 .wrap .content .item::after {
    border-radius: 0.8854166667vw; }

  .pro_fb3 .wrap .content .item .num {
    font-size: 4.21875vw;
    margin: 0px 0px 2.6041666667vw; }

  .pro_fb3 .wrap .content .item .p1 {
    font-size: 1.6666666667vw;
    margin: 0px 0px 2.6041666667vw; }

  .pro_fb3 .wrap .content .item .p2 {
    font-size: 1.0416666667vw;
    line-height: 1.875vw; }

  .pro_fb3 .wrap .content2 {
    height: 40.5729166667vw;
    border-radius: 0.78125vw; }

  .pro_fb3 .wrap .content2 .text {
    width: 39.9479166667vw; }

  .pro_fb3 .wrap .content2 .text .p1 {
    font-size: 2.3958333333vw;
    margin: 0px 0px 2.2395833333vw; }

  .pro_fb3 .wrap .content2 .text .p2 {
    font-size: 1.25vw;
    line-height: 1.875vw; }

  .pro_fb4 .wrap {
    width: 91.6666666667vw;
    left: 8.3333333333vw; }

  .pro_fb4 .wrap .r {
    width: 50vw;
    padding: 8.125vw 14.5833333333vw; }

  .pro_fb4 .wrap .r .matter:not(:last-child) {
    margin: 0px 0px 3.8541666667vw; }

  .pro_fb4 .wrap .r .matter .pick .p1 {
    font-size: 1.0416666667vw;
    margin: 0px 0px 0.46875vw; }

  .pro_fb4 .wrap .r .matter .pick .p2 {
    font-size: 0.9375vw; }

  .pro_fb4 .wrap .r .matter .img {
    margin: 1.25vw 0px 0px; }

  .pro_fb4 .wrap .l {
    width: 25.2604166667vw; }

  .pro_fb4 .wrap .l .top .p1 {
    font-size: 2.5vw;
    margin: 0px 0px 2.6041666667vw; }

  .pro_fb4 .wrap .l .top .p2 {
    font-size: 2.5vw;
    margin: 0px 0px 5.5208333333vw; }

  .pro_fb4 .wrap .l .top .p3 {
    font-size: 1.1458333333vw;
    line-height: 1.9791666667vw; }

  .pro_fb4 .wrap .l .content {
    margin: 13.8541666667vw 0px 0px; }

  .pro_fb4 .wrap .l .content .headline {
    font-size: 1.1458333333vw;
    margin: 0px 0px 3.125vw; }

  .pro_fb4 .wrap .l .content .flex .list {
    gap: 0.625vw; }

  .pro_fb4 .wrap .l .content .flex .list:not(:last-child) {
    margin: 0px 0px 1.5104166667vw; }

  .pro_fb4 .wrap .l .content .flex .list .num {
    width: 0.9375vw;
    height: 0.9375vw;
    font-size: 0.7291666667vw;
    margin: 0.2604166667vw 0px 0px; }

  .pro_fb4 .wrap .l .content .flex .list .pick {
    font-size: 0.9375vw;
    line-height: 1.5625vw; }

  .pro_fb5 {
    padding: 8.59375vw 0px 10.7291666667vw; }

  .pro_fb5 .wrap {
    width: 83.3333333333vw; }

  .pro_fb5 .wrap .common_top .p1 {
    font-size: 2.3958333333vw;
    margin: 0px 0px 2.1354166667vw; }

  .pro_fb5 .wrap .common_top .p2 {
    width: 33.0208333333vw;
    font-size: 0.9375vw;
    line-height: 1.6666666667vw; }

  .pro_fb5 .wrap .top .l .aa {
    font-size: 36.4583333333vw;
    line-height: 26.0416666667vw;
    margin: 5.2083333333vw 0px 0px;
    letter-spacing: -1.875vw; }

  .pro_fb5 .wrap .top .r {
    width: 36.5625vw; }

  .pro_fb5 .wrap .top .r .fonts .flex {
    padding: 0.8333333333vw 0px 0.9895833333vw 1.0416666667vw; }

  .pro_fb5 .wrap .top .r .fonts .flex .p1 {
    font-size: 1.25vw; }

  .pro_fb5 .wrap .top .r .fonts .flex .width {
    width: 19.21875vw; }

  .pro_fb5 .wrap .top .r .fonts .flex .width p {
    font-size: 0.9375vw; }

  .pro_fb5 .wrap .top .r .zm {
    margin: 15.3125vw 0px 0px; }

  .pro_fb5 .wrap .top .r .zm .list {
    gap: 1.25vw; }

  .pro_fb5 .wrap .top .r .zm .list:not(:last-child) {
    margin: 0px 0px 1.6666666667vw; }

  .pro_fb5 .wrap .top .r .zm .list p {
    font-size: 1.25vw; }

  .pro_fb5 .wrap .content {
    margin: 8.2291666667vw 0px 0px; }

  .pro_fb5 .wrap .content .display {
    margin: 6.6666666667vw 0px 0px; }

  .pro_fb5 .wrap .content .display .item .jump {
    width: 18.2291666667vw;
    height: 12.9166666667vw;
    border-radius: 1.4583333333vw;
    padding: 2.0833333333vw 2.1354166667vw; }

  .pro_fb5 .wrap .content .display .item .jump::after {
    top: -0.78125vw;
    left: -0.78125vw; }

  .pro_fb5 .wrap .content .display .item .jump::before {
    top: -1.6666666667vw;
    left: -1.6666666667vw; }

  .pro_fb5 .wrap .content .display .item .jump .p1 {
    font-size: 1.3020833333vw;
    margin: 0px 0px 1.1458333333vw; }

  .pro_fb5 .wrap .content .display .item .jump .color .list {
    gap: 0.3645833333vw;
    line-height: 2.0833333333vw; }

  .pro_fb5 .wrap .content .display .item .jump .color .list p {
    font-size: 1.0416666667vw; }

  .pro_fb5 .wrap .content .display .item .text {
    margin: 1.0416666667vw 0px 0px 5.7291666667vw;
    font-size: 1.0416666667vw; }

  .pro_fb6 {
    padding: 10.1041666667vw 0px 3.9583333333vw; }

  .pro_fb6 .title {
    width: 51.0416666667vw;
    font-size: 1.875vw;
    line-height: 2.6041666667vw; }

  .pro_fb7 .fix .wrap .content {
    margin: 3.6458333333vw 0px 0px;
    --gallery-height: 42.4479166667vw; }

  .pro_fb7 .fix .wrap .content .overlay {
    width: calc(2.1354166667vw + 200vw);
    left: 0.4166666667vw;
    --width: 0.5208333333vw;
    --height: 0.2083333333vw; }

  .pro_fb7 .fix .wrap .content .overlay .slide {
    --cover-width: calc(var(--width)*2 - 0.1041666667vw); }

  .pro_fb7 .fix .wrap .content .overlay .slide:last-child .corner.bottom.right {
    right: -0.5208333333vw; }

  .pro_fb7 .fix .wrap .content .overlay .slide:last-child .corner.top.right {
    right: -0.5208333333vw; }

  .pro_fb7 .fix .wrap .content .overlay .slide:not(:last-of-type)::after {
    width: 0.9375vw;
    right: -0.46875vw; }

  .pro_fb7 .fix .wrap .content .overlay .slide .corner.top.left {
    left: -1.0416666667vw;
    padding-left: 0.5208333333vw; }

  .pro_fb7 .fix .wrap .content .overlay .slide .corner.top {
    padding-top: 0.2083333333vw; }

  .pro_fb7 .fix .wrap .content .overlay .slide .corner {
    width: 2.2916666667vw;
    height: 1.7708333333vw; }

  .pro_fb7 .fix .wrap .content .overlay .slide .corner.bottom.right {
    padding-right: 0.5208333333vw; }

  .pro_fb7 .fix .wrap .content .overlay .slide .corner.bottom.left {
    left: -1.0416666667vw;
    padding-right: 0.5208333333vw; }

  .pro_fb7 .fix .wrap .content .overlay .slide .corner.bottom {
    padding-bottom: 0.2083333333vw; }

  .pro_fb7 .fix .wrap .content .overlay .slide .corner.top.right {
    padding-right: 0.5208333333vw; }

  .pro_fb8 {
    padding: 7.1354166667vw 0px 11.1458333333vw; }

  .pro_fb8 .wrap {
    width: 127.7083333333vw; }

  .pro_fb8 .wrap .title {
    font-size: 1.875vw;
    line-height: 2.6041666667vw;
    margin: 0px auto 5.9375vw; }

  .pro_fb8 .wrap .content .fb1Swiper .swiper-slide .img {
    height: 23.1770833333vw;
    border-radius: 1.0416666667vw; }

  .pro_fb8 .wrap .content .fb1Swiper .swiper-slide .text {
    font-size: 0.9375vw;
    margin: 2.1875vw 0px 0px; }

  .pro_fb9 {
    padding: 4.9479166667vw 0px 0px; }

  .pro_fb9 .title {
    font-size: 1.875vw; }

  .pro_fb9 .end {
    font-size: 11.25vw;
    top: 2.4479166667vw; }

  .pro_fb10 {
    padding: 10.0520833333vw 0px 7.7604166667vw; }

  .pro_fb10 .content {
    width: 45.0520833333vw; }

  .pro_fb10 .content .position .point.right .color {
    transform: translateX(1.5625vw); }

  .pro_fb10 .content .position .point .color {
    width: 15.625vw;
    height: 7.8125vw;
    border-radius: 0.5208333333vw;
    padding: 1.5625vw 2.0833333333vw 0px 1.875vw;
    transform: translateX(-1.5625vw); }

  .pro_fb10 .content .position .point .color .p1 {
    font-size: 0.9375vw;
    margin: 0px 0px 0.8333333333vw; }

  .pro_fb10 .content .position .point .color .p2 {
    font-size: 0.8333333333vw;
    line-height: 1.25vw; }

  .pro_fb10 .content .position .point .line {
    width: 22.1354166667vw; }

  .pro_fb10 .content .position .point .circle {
    width: 0.5729166667vw;
    height: 0.5729166667vw; }

  .pro_fb10 .content .position .point .circle div {
    width: 0.2604166667vw;
    height: 0.2604166667vw; }

  .pro_fb10 .content .position .point1 {
    right: 25.5208333333vw;
    top: 33.6979166667vw; }

  .pro_fb10 .content .position .point2 {
    left: 31.09375vw;
    top: 45.8854166667vw; }

  .pro_fb10 .content .position .point3 {
    right: 25.5208333333vw;
    top: 62.65625vw; }

  .pro_fb10 .content .position .point4 {
    left: 31.09375vw;
    top: 83.1770833333vw; }

  .pro_fb10 .content .position .point5 {
    right: 25.5208333333vw;
    top: 101.0416666667vw; }

  .pro_fb10 .content .position .point6 {
    left: 31.09375vw;
    top: 126.9270833333vw; }

  .pro_fb11 {
    padding: 5.2083333333vw 0px 2.6041666667vw; }

  .pro_fb11 .wrap .eng {
    font-size: 11.25vw;
    margin: 0px 0px 1.9270833333vw; }

  .pro_fb11 .wrap .p1 {
    font-size: 1.875vw; }

  .pro_fb12 {
    margin-top: -15.625vw; }

  .pro_fb12 .fix .wrap .img {
    width: 54.6875vw;
    height: 27.1354166667vw;
    border-radius: 1.3541666667vw; }

  .pro_fb13::after {
    height: 45.46875vw; }

  .pro_fb14 {
    padding: 9.2708333333vw 0px 14.1666666667vw; }

  .pro_fb14 .yun .go .flex img {
    height: 23.4375vw; }

  .pro_fb14 .wrap .p1 {
    font-size: 6.25vw;
    line-height: 4.5833333333vw;
    margin: 0px 0px 2.5vw; }

  .pro_fb14 .wrap .p2 {
    font-size: 2.1875vw;
    margin: 0px 0px 1.8229166667vw; }

  .pro_fb14 .wrap .p3 {
    width: 38.4375vw;
    font-size: 0.9375vw;
    line-height: 1.875vw; }

  .pro_fb14 .wrap .more {
    margin: 5.6770833333vw auto 0px;
    width: 9.4270833333vw;
    height: 3.3333333333vw;
    border-radius: 1.6666666667vw;
    gap: 0.4166666667vw; }

  .pro_fb14 .wrap .more p {
    font-size: 0.9375vw; }

  .pro_fb14 .wrap .more svg {
    width: 0.7291666667vw;
    height: 0.7291666667vw; } }
@media screen and (max-width: 1024px) {
  .pro_fb1 .content .smallImg img {
    transform: translateY(0); }

  .pro_fb1 .content .bigImg img {
    transform: translateY(0); }

  .pro_fb1 .eng .flex .bigText {
    transform: none !important; }

  .pro_fb1 .top {
    opacity: 0;
    pointer-events: none; }

  .pro_fb1 {
    padding: 70px 5% 320px 5%; }

  .pro_fb1 .content .bigImg {
    width: 76px; }

  .pro_fb1 .content .smallImg {
    width: 50px; }

  .pro_fb1 .content {
    left: -11px;
    gap: 44px; }

  .pro_fb2 {
    padding: 25px 0 0 0; }

  .pro_fb2 .wrap {
    width: 90%; }

  .pro_fb2 .wrap .top .list p:first-child {
    margin: 0 0 7px; }

  .pro_fb2 .wrap .top .list p {
    font-size: 13px; }

  .pro_fb2 .wrap .top {
    margin: 0 0 30px; }

  .pro_fb2 .wrap .content {
    flex-direction: column;
    gap: 25px; }

  .pro_fb2 .wrap .content .title {
    font-size: 22px; }

  .pro_fb2 .wrap .content .r {
    width: 100%; }

  .pro_fb2 .wrap .content .title span {
    font-size: 17px;
    margin: 0 7px; }

  .pro_fb2 .wrap .content .r .text {
    font-size: 13px;
    line-height: 25px; }

  .public_text .p:last-child {
    display: none; }

  .public_text .p p {
    clip-path: unset !important; }

  .public_text .p:not(:first-child) {
    position: static;
    color: #1A1A1A; }

  .pro_fb2 .wrap .content .r .blue {
    margin: 25px 0 0 0;
    gap: 10px; }

  .pro_fb2 .wrap .content .r .blue p {
    font-size: 12px; }

  .pro_fb2 .wrap .content .r .blue .iconfont {
    font-size: 13px; }

  .pro_fb2 .wrap .moveImg {
    width: 76%;
    margin: 47px auto 0px;
    perspective: 400px; }

  .pro_fb2 .wrap .k {
    height: auto; }

  .pro_fb2 .wrap .k img {
    height: 100%;
    display: block; }

  .pro_fb3 {
    padding: 45px 0; }

  .pro_fb3 .wrap {
    width: 90%; }

  .pro_fb3 .wrap .title {
    font-size: 22px;
    line-height: 1.5; }

  .pro_fb3 .wrap .flow {
    margin: 35px 0;
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px 0; }

  .pro_fb3 .wrap .flow .list span {
    font-size: 19px;
    margin: 0 0 10px; }

  .pro_fb3 .wrap .flow .list p {
    font-size: 12px; }

  .pro_fb3 .wrap .content .item {
    transform: none !important; }

  .pro_fb3 .wrap .content {
    margin: 25px 0 0 0;
    flex-direction: column;
    gap: 20px; }

  .pro_fb3 .wrap .content .item {
    width: 100%;
    height: auto;
    padding: 30px 5%;
    border-radius: 15px;
    top: 0 !important; }

  .pro_fb3 .wrap .content .item .num {
    font-size: 36px;
    margin: 0 0 15px; }

  .pro_fb3 .wrap .content .item .p1 {
    font-size: 16px;
    margin: 0 0 15px; }

  .pro_fb3 .wrap .content .item .p2 {
    font-size: 13px;
    line-height: 25px; }

  .pro_fb3 .wrap .content .item::after {
    border-radius: inherit; }

  .pro_fb3 .wrap .content2 {
    margin: 25px 0 0 0;
    border-radius: 15px;
    height: auto;
    padding: 80px 0; }

  .pro_fb3 .wrap .content2 .text {
    width: 90%; }

  .pro_fb3 .wrap .content2 .text .p1 {
    font-size: 18px;
    margin: 0 0 16px; }

  .pro_fb3 .wrap .content2 .text .p2 {
    font-size: 13px;
    line-height: 25px; }

  .pro_fb4 {
    padding: 0 0 30px; }

  .pro_fb4 .wrap {
    width: 90%;
    left: 0;
    flex-direction: column; }

  .pro_fb4 .wrap .l {
    width: 100%; }

  .pro_fb4 .wrap .l .top .p1 {
    font-size: 30px;
    margin: 0 0 20px; }

  .pro_fb4 .wrap .l .top .p2 {
    font-size: 16px;
    margin: 0 0 15px; }

  .pro_fb4 .wrap .l .top .p3 {
    font-size: 12px;
    line-height: 27px; }

  .pro_fb4 .wrap .l .content {
    margin: 50px 0 0 0; }

  .pro_fb4 .wrap .l .content .headline {
    font-size: 18px;
    margin: 0 0 15px; }

  .pro_fb4 .wrap .l .content .flex .list:not(:last-child) {
    margin: 0 0 15px; }

  .pro_fb4 .wrap .l .content .flex .list .num {
    width: 15px;
    height: 15px;
    font-size: 10px;
    margin: 4px 0 0 0; }

  .pro_fb4 .wrap .l .content .flex .list .pick {
    font-size: 13px;
    line-height: 25px; }

  .pro_fb4 .wrap .l .content .flex .list {
    gap: 10px; }

  .pro_fb4 .wrap .r {
    width: 100%;
    margin: 30px 0 0 0;
    padding: 25px 5%; }

  .pro_fb4 .wrap .r .matter:not(:last-child) {
    margin: 0 0 30px; }

  .pro_fb4 .wrap .r .matter .pick .p1 {
    font-size: 13px;
    margin: 0 0 7px; }

  .pro_fb4 .wrap .r .matter .pick .p2 {
    font-size: 13px; }

  .pro_fb4 .wrap .r .matter .img {
    margin: 15px 0 0 0; }

  .pro_fb5 {
    padding: 40px 0; }

  .pro_fb5 .wrap {
    width: 90%; }

  .pro_fb5 .wrap .top {
    flex-direction: column; }

  .pro_fb5 .wrap .common_top .p1 {
    font-size: 22px;
    margin: 0 0 15px; }

  .pro_fb5 .wrap .common_top .p2 {
    width: 100%;
    font-size: 13px;
    line-height: 25px; }

  .pro_fb5 .wrap .top .r {
    width: 100%;
    margin: 25px 0 0 0;
    padding: 0 0 25px; }

  .pro_fb5 .wrap .top .r .fonts .flex {
    padding: 12px 0 12px 20px; }

  .pro_fb5 .wrap .top .r .fonts .flex .p1 {
    font-size: 16px; }

  .pro_fb5 .wrap .top .r .fonts .flex .width {
    width: 50vw; }

  .pro_fb5 .wrap .top .r .fonts .flex .width p {
    font-size: 13px; }

  .pro_fb5 .wrap .top .r .zm {
    margin: 35px 0px 0px; }

  .pro_fb5 .wrap .top .r .zm .list:not(:last-child) {
    margin: 0 0 18px; }

  .pro_fb5 .wrap .top .r .zm .list p {
    font-size: 12px; }

  .pro_fb5 .wrap .top .r .zm .list {
    gap: 4px 18px;
    flex-wrap: wrap; }

  .pro_fb5 .wrap .content .display {
    margin: 30px 0 0 0; }

  .pro_fb5 .wrap .content .display .item .jump {
    width: 100%;
    height: auto;
    border-radius: 15px;
    padding: 30px 15px; }

  .pro_fb5 .wrap .content .display {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px; }

  .pro_fb5 .wrap .content .display .item {
    width: 100%; }

  .pro_fb5 .wrap .content .display .item .jump .p1 {
    font-size: 15px;
    margin: 0 0 10px; }

  .pro_fb5 .wrap .content .display .item .jump .color .list {
    gap: 4px;
    line-height: 30px; }

  .pro_fb5 .wrap .content .display .item .jump .color .list p {
    font-size: 13px; }

  .pro_fb5 .wrap .content .display .item .text {
    margin: 10px 0 0 25%;
    font-size: 13px; }

  .pro_fb6 .title {
    width: 90%;
    font-size: 16px;
    line-height: 27px; }

  .pro_fb6 .title .p p span {
    color: #093DB5; }

  .pro_fb7 {
    margin-top: 0; }

  .pro_fb6 {
    padding: 50px 0;
    overflow: unset; }

  .pro_fb7 .fix .wrap .content {
    margin: 25px 0 0 0;
    --gallery-height: 100vh;
    height: 100vh; }

  .pro_fb8 {
    padding: 40px 0; }

  .pro_fb8 .wrap .title {
    font-size: 16px;
    line-height: 27px;
    margin: 0 auto 25px; }

  .pro_fb8 .wrap {
    width: 90%; }

  .pro_fb8 .wrap .content .fb1Swiper .swiper-slide .img {
    border-radius: 15px;
    height: auto; }

  .pro_fb8 .wrap .content .fb1Swiper .swiper-slide .text {
    font-size: 14px;
    margin: 20px 0 0 0; }

  .pro_fb9 {
    padding: 40px 0 0 0;
    height: 57vh; }

  .pro_fb9 .title {
    font-size: 22px; }

  .pro_fb9 .end {
    font-size: 43px;
    top: 47px; }

  .pro_fb10 .content {
    width: 90%; }

  .pro_fb10 .content .position {
    display: none; }

  .pro_fb11 {
    padding: 30px 5%; }

  .pro_fb11 .wrap .eng {
    margin: 0 0 10px; }

  .pro_fb11 .wrap .p1 {
    font-size: 22px; }

  .pro_fb12 {
    height: auto !important;
    margin-top: 0 !important; }

  .pro_fb12 .fix {
    height: auto;
    transform: none !important; }

  .pro_fb12 .fix .wrap {
    width: 90%; }

  .pro_fb12 .fix .wrap .img {
    width: 100%;
    height: auto;
    border-radius: 0;
    transform: none !important;
    position: static !important;
    margin: 0 0 20px; }

  .pro_fb13 {
    padding: 50px 0 0 0; }

  .pro_fb14 {
    padding: 50px 0; }

  .pro_fb14 .wrap {
    width: 90%;
    margin: auto; }

  .pro_fb14 .wrap .p1 {
    font-size: 30px;
    line-height: 100%;
    margin: 0 0 15px; }

  .pro_fb14 .wrap .p2 {
    font-size: 22px;
    margin: 0 0 15px; }

  .pro_fb14 .wrap .p3 {
    width: 100%;
    font-size: 13px;
    line-height: 25px; }

  .pro_fb14 .wrap .more {
    margin: 30px auto 0;
    width: fit-content;
    padding: 0 30px;
    height: 40px;
    border-radius: 32px;
    gap: 6px; }

  .pro_fb14 .wrap .more p {
    font-size: 12px; }

  .pro_fb14 .wrap .more svg {
    width: 13px;
    height: 13px; } }

/*# sourceMappingURL=caseInfo_fb.css.map */
