body {
  background: #FAFCFF; }

.banner {
  width: 100%;
  height: 100vh;
  position: relative; }
  .banner:after {
    content: "";
    background: linear-gradient(180deg, rgba(13, 23, 33, 0) 35.59%, #0D1721 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2; }
  .banner .img {
    width: 100%;
    height: 100%; }
    .banner .img img, .banner .img video {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .banner .text {
    position: absolute;
    z-index: 3;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center; }
    .banner .text .h1 {
      color: #FFF;
      font-size: 60px;
      font-weight: 600;
      letter-spacing: 6px; }
    .banner .text .p {
      color: #FFF;
      font-size: 24px;
      font-weight: 400;
      margin: 4px 0 30px; }
    .banner .text .more {
      margin: 0 auto; }
      .banner .text .more a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 188px;
        height: 52px;
        border-radius: 4px;
        background: #0454F4;
        margin: 0 auto; }
        .banner .text .more a p {
          color: #FFF;
          font-size: 18px;
          font-weight: 600; }

.common_top {
  text-align: center;
  margin-bottom: 40px; }
  .common_top .title {
    color: #09244D;
    font-size: 40px;
    font-weight: 600; }
  .common_top .des {
    color: #848BA6;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.55555;
    margin: 10px 0 20px; }
  .common_top .more {
    display: flex;
    align-items: center;
    width: fit-content;
    margin: 0 auto;
    gap: 4px;
    position: relative; }
    .common_top .more:after {
      content: "";
      width: 100%;
      height: 1px;
      position: absolute;
      left: 0;
      bottom: -2px;
      background: #0454F4;
      transition: 1s;
      transform: scaleX(0);
      transform-origin: left; }
    .common_top .more p {
      color: #0454F4;
      font-size: 18px;
      font-weight: 600; }
    .common_top .more img {
      display: block;
      width: 6px; }
    .common_top .more:hover:after {
      transform: scaleX(1); }

.sec1 {
  padding: 100px 0 0; }
  .sec1 .wrap .box {
    display: flex;
    justify-content: space-between; }
    .sec1 .wrap .box .l_box {
      width: 468px; }
      .sec1 .wrap .box .l_box .part1 {
        width: 100%;
        height: 360px;
        border-radius: 24px;
        border: 1.6px solid rgba(4, 84, 244, 0.1);
        background: linear-gradient(180deg, #D8E6FE 0%, #ECF4FF 50%, #F5FAFF 100%);
        box-shadow: 0 -4px 10px 0 rgba(216, 230, 254, 0.5) inset;
        padding: 48px 40px 0; }
        .sec1 .wrap .box .l_box .part1 .part_title {
          color: #09244D;
          font-size: 28px;
          font-weight: bold;
          line-height: 1; }
        .sec1 .wrap .box .l_box .part1 .part_des {
          color: #848BA6;
          font-size: 16px;
          font-weight: 400;
          line-height: 1.25;
          margin: 15px 0 88px; }
        .sec1 .wrap .box .l_box .part1 .part_content {
          width: 100%;
          position: relative;
          display: flex;
          justify-content: center; }
          .sec1 .wrap .box .l_box .part1 .part_content .item {
            width: 100%;
            height: 100px;
            border-radius: 20px;
            border: 1px solid rgba(255, 255, 255, 0.1);
            background: #CADDFE;
            box-shadow: 2px 4px 8px 0 rgba(255, 255, 255, 0.3) inset;
            display: flex;
            align-items: center;
            gap: 11px;
            padding: 0 16px;
            position: relative;
            overflow: hidden;
            z-index: 4; }
            .sec1 .wrap .box .l_box .part1 .part_content .item:after {
              content: "";
              width: 238px;
              height: 238px;
              background: #77A0F2;
              filter: blur(50px);
              position: absolute;
              left: 50%;
              transform: translateX(-50%); }
            .sec1 .wrap .box .l_box .part1 .part_content .item .sq {
              width: 54px;
              height: 54px;
              border-radius: 8px;
              background: #0A255B;
              display: flex;
              align-items: center;
              justify-content: center;
              position: relative;
              z-index: 2; }
              .sec1 .wrap .box .l_box .part1 .part_content .item .sq img {
                display: block;
                width: 36px; }
            .sec1 .wrap .box .l_box .part1 .part_content .item .item_r {
              width: 273px;
              position: relative;
              z-index: 2; }
              .sec1 .wrap .box .l_box .part1 .part_content .item .item_r .h5 {
                color: #FFF;
                font-size: 16px;
                font-weight: 600;
                line-height: 1.25;
                margin-bottom: 7px; }
              .sec1 .wrap .box .l_box .part1 .part_content .item .item_r .p {
                color: #FFF;
                font-size: 12px;
                font-weight: 400;
                line-height: 1.667;
                -webkit-line-clamp: 2;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                overflow: hidden; }
          .sec1 .wrap .box .l_box .part1 .part_content:after {
            content: "";
            width: 359px;
            height: 92px;
            border-radius: 20px;
            border: 1px solid rgba(255, 255, 255, 0.1);
            background: #C6D8FB;
            box-shadow: 2px 4px 8px 0 rgba(255, 255, 255, 0.3) inset;
            backdrop-filter: blur(25px);
            position: absolute;
            top: 15px;
            z-index: 3; }
          .sec1 .wrap .box .l_box .part1 .part_content:before {
            content: "";
            width: 323px;
            height: 82px;
            border-radius: 20px;
            border: 1px solid rgba(255, 255, 255, 0.1);
            background: rgba(198, 216, 251, 0.2);
            box-shadow: 2px 4px 8px 0 rgba(255, 255, 255, 0.3) inset;
            position: absolute;
            top: 34px;
            z-index: 2; }
          .sec1 .wrap .box .l_box .part1 .part_content .item1 {
            width: 293px;
            height: 75px;
            border-radius: 20px;
            border: 1px solid rgba(255, 255, 255, 0.1);
            background: rgba(198, 216, 251, 0.2);
            box-shadow: 2px 4px 8px 0 rgba(255, 255, 255, 0.3) inset;
            position: absolute;
            top: 50px; }
      .sec1 .wrap .box .l_box .part2 {
        width: 100%;
        height: 266px;
        border-radius: 24px;
        border: 1.6px solid rgba(4, 84, 244, 0.1);
        background: #F3F9FF;
        margin: 16px 0 0;
        padding: 48px 47px 38px 41px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        overflow: hidden;
        position: relative; }
        .sec1 .wrap .box .l_box .part2:after {
          content: "";
          width: 326px;
          height: 326px;
          border-radius: 50%;
          background: #0454F4;
          filter: blur(60px);
          position: absolute;
          top: -149px;
          right: -98px;
          opacity: 0.3; }
        .sec1 .wrap .box .l_box .part2 .part_title {
          color: #09244D;
          font-size: 28px;
          font-weight: bold;
          line-height: 1; }
        .sec1 .wrap .box .l_box .part2 .part_des {
          color: rgba(9, 36, 77, 0.6);
          font-size: 16px;
          font-weight: 400;
          line-height: 1.75; }
    .sec1 .wrap .box .center_box {
      width: 470px;
      height: 642px;
      border-radius: 24px;
      border: 1px solid rgba(255, 255, 255, 0.2);
      background: linear-gradient(157deg, #083ED4 2.88%, #C5CCFC 97.12%);
      overflow: hidden; }
      .sec1 .wrap .box .center_box img {
        display: block;
        width: 100%;
        height: 100%; }
    .sec1 .wrap .box .r_box {
      width: 470px;
      height: 642px;
      border-radius: 24px;
      border: 1px solid #DBE9FF;
      background: #E3EEFF;
      padding: 48px 41px 0;
      position: relative; }
      .sec1 .wrap .box .r_box .img {
        position: absolute;
        width: 346px;
        bottom: 30px;
        left: 50%;
        transform: translateX(-50%); }
        .sec1 .wrap .box .r_box .img img {
          display: block;
          width: 100%; }
      .sec1 .wrap .box .r_box .h5 {
        color: #09244D;
        font-size: 28px;
        font-weight: 600;
        line-height: 1; }
      .sec1 .wrap .box .r_box .p {
        width: 374px;
        color: rgba(9, 36, 77, 0.6);
        font-size: 16px;
        font-weight: 400;
        line-height: 1.75;
        margin: 24px 0 0; }

.sec2 {
  padding: 177px 0 0; }
  .sec2 .wrap .box {
    display: flex;
    justify-content: space-between;
    border-radius: 24px;
    border: 2px solid #DBE9FF;
    background: rgba(245, 250, 255, 0.6);
    padding: 10px 60px 10px 10px; }
    .sec2 .wrap .box .l_box {
      width: 940px;
      height: 560px;
      border-radius: 20px;
      background: #698BF6;
      position: relative; }
      .sec2 .wrap .box .l_box .item {
        border-radius: 20px;
        width: 100%;
        height: 100%;
        box-shadow: 0 4px 4px rgba(3, 38, 109, 0.1);
        opacity: 0; }
        .sec2 .wrap .box .l_box .item img {
          display: block;
          width: 100%;
          height: 100%; }
        .sec2 .wrap .box .l_box .item:not(:first-child) {
          position: absolute;
          top: 0;
          left: 0; }
        .sec2 .wrap .box .l_box .item.on {
          opacity: 1; }
    .sec2 .wrap .box .r_box {
      width: 380px;
      padding: 50px 0 0; }
      .sec2 .wrap .box .r_box .item {
        width: 100%;
        padding: 0 0 28px; }
        .sec2 .wrap .box .r_box .item:not(:first-child) {
          padding-top: 30px;
          border-top: 1px solid #E0E4EC; }
        .sec2 .wrap .box .r_box .item .block {
          display: flex;
          align-items: center;
          gap: 12px;
          cursor: pointer; }
          .sec2 .wrap .box .r_box .item .block .icon {
            width: 30px;
            height: 30px;
            border-radius: 4px;
            background: rgba(132, 139, 166, 0.2);
            display: flex;
            align-items: center;
            justify-content: center;
            transition: 0.6s;
            position: relative; }
            .sec2 .wrap .box .r_box .item .block .icon:after {
              content: "";
              width: 100%;
              height: 100%;
              border-radius: 4px;
              border: 1px solid #95B3F9;
              background: linear-gradient(180deg, #0454F4 0%, #E2EEFD 100%);
              position: absolute;
              opacity: 0;
              transition: 0.6s; }
            .sec2 .wrap .box .r_box .item .block .icon img {
              display: block;
              max-width: 80%;
              max-height: 80%;
              transition: 0.6s;
              position: relative;
              z-index: 3; }
          .sec2 .wrap .box .r_box .item .block p {
            color: rgba(9, 36, 77, 0.5);
            font-size: 22px;
            font-weight: bold;
            transition: 0.6s; }
          .sec2 .wrap .box .r_box .item .block:hover .icon:after {
            opacity: 1; }
          .sec2 .wrap .box .r_box .item .block:hover .icon img {
            filter: brightness(0) invert(1); }
          .sec2 .wrap .box .r_box .item .block:hover p {
            color: #09244D; }
        .sec2 .wrap .box .r_box .item .none {
          padding: 18px 0 0;
          color: rgba(9, 36, 77, 0.6);
          font-size: 14px;
          font-weight: 400;
          line-height: 1.7;
          display: none; }
        .sec2 .wrap .box .r_box .item.item_active .block .icon:after {
          opacity: 1; }
        .sec2 .wrap .box .r_box .item.item_active .block .icon img {
          filter: brightness(0) invert(1); }
        .sec2 .wrap .box .r_box .item.item_active .block p {
          color: #09244D; }

.sec3 {
  padding: 180px 0 0; }
  .sec3 .wrap .box .big_box {
    width: 100%;
    height: 600px;
    border-radius: 24px;
    margin-bottom: 24px;
    position: relative; }
    .sec3 .wrap .box .big_box .item {
      width: 100%;
      height: 100%;
      border-radius: 24px;
      overflow: hidden;
      opacity: 0; }
      .sec3 .wrap .box .big_box .item img {
        display: block;
        width: 100%;
        height: 100%; }
      .sec3 .wrap .box .big_box .item:not(:first-child) {
        position: absolute;
        top: 0;
        left: 0; }
      .sec3 .wrap .box .big_box .item.on {
        opacity: 1; }
  .sec3 .wrap .box .control {
    display: flex;
    justify-content: space-between; }
    .sec3 .wrap .box .control .item {
      width: 460px;
      height: 66px;
      border-radius: 12px;
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 0 15px;
      cursor: pointer;
      position: relative; }
      .sec3 .wrap .box .control .item .item_bg {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
        .sec3 .wrap .box .control .item .item_bg img {
          display: block;
          width: 100%;
          height: 100%;
          transition: 0.6s;
          opacity: 0; }
          .sec3 .wrap .box .control .item .item_bg img:nth-child(2) {
            position: absolute;
            top: 0;
            left: 0;
            opacity: 1; }
      .sec3 .wrap .box .control .item .icon {
        width: 16px; }
        .sec3 .wrap .box .control .item .icon img {
          display: block;
          width: 100%; }
      .sec3 .wrap .box .control .item .item_r .h5 {
        color: #848BA6;
        font-size: 16px;
        font-weight: 600;
        line-height: 1.75;
        transition: 0.6s; }
      .sec3 .wrap .box .control .item .item_r .p {
        color: #848BA6;
        font-size: 12px;
        font-weight: 400;
        line-height: 1.3333; }
      .sec3 .wrap .box .control .item:hover .item_bg img:nth-child(1), .sec3 .wrap .box .control .item.on .item_bg img:nth-child(1) {
        opacity: 1; }
      .sec3 .wrap .box .control .item:hover .item_bg img:nth-child(2), .sec3 .wrap .box .control .item.on .item_bg img:nth-child(2) {
        opacity: 0; }
      .sec3 .wrap .box .control .item:hover .item_r .h5, .sec3 .wrap .box .control .item.on .item_r .h5 {
        color: #09244D; }

.sec4 {
  padding: 190px 0 180px; }
  .sec4 .wrap .box {
    display: flex;
    justify-content: space-between;
    border-radius: 24px;
    border: 2px solid #DBE9FF;
    background: rgba(245, 250, 255, 0.6);
    padding: 10px 60px 10px 10px; }
    .sec4 .wrap .box .l_box {
      width: 940px;
      height: 560px;
      border-radius: 20px;
      background: #698BF6;
      position: relative; }
      .sec4 .wrap .box .l_box .item {
        border-radius: 20px;
        width: 100%;
        height: 100%;
        box-shadow: 0 4px 4px rgba(3, 38, 109, 0.1);
        opacity: 0; }
        .sec4 .wrap .box .l_box .item img {
          display: block;
          width: 100%;
          height: 100%; }
        .sec4 .wrap .box .l_box .item:not(:first-child) {
          position: absolute;
          top: 0;
          left: 0; }
        .sec4 .wrap .box .l_box .item.on {
          opacity: 1; }
    .sec4 .wrap .box .r_box {
      width: 380px;
      padding: 50px 0 0; }
      .sec4 .wrap .box .r_box .item {
        width: 100%;
        padding: 0 0 28px; }
        .sec4 .wrap .box .r_box .item:not(:first-child) {
          padding-top: 30px;
          border-top: 1px solid #E0E4EC; }
        .sec4 .wrap .box .r_box .item .block {
          display: flex;
          align-items: center;
          gap: 12px;
          cursor: pointer; }
          .sec4 .wrap .box .r_box .item .block .icon {
            width: 30px;
            height: 30px;
            border-radius: 4px;
            background: rgba(132, 139, 166, 0.2);
            display: flex;
            align-items: center;
            justify-content: center;
            transition: 0.6s;
            position: relative; }
            .sec4 .wrap .box .r_box .item .block .icon:after {
              content: "";
              width: 100%;
              height: 100%;
              border-radius: 4px;
              border: 1px solid #95B3F9;
              background: linear-gradient(180deg, #0454F4 0%, #E2EEFD 100%);
              position: absolute;
              opacity: 0;
              transition: 0.6s; }
            .sec4 .wrap .box .r_box .item .block .icon img {
              display: block;
              max-width: 80%;
              max-height: 80%;
              transition: 0.6s;
              position: relative;
              z-index: 3; }
          .sec4 .wrap .box .r_box .item .block p {
            color: rgba(9, 36, 77, 0.5);
            font-size: 22px;
            font-weight: bold;
            transition: 0.6s; }
          .sec4 .wrap .box .r_box .item .block:hover .icon:after {
            opacity: 1; }
          .sec4 .wrap .box .r_box .item .block:hover .icon img {
            filter: brightness(0) invert(1); }
          .sec4 .wrap .box .r_box .item .block:hover p {
            color: #09244D; }
        .sec4 .wrap .box .r_box .item .none {
          padding: 18px 0 0;
          color: rgba(9, 36, 77, 0.6);
          font-size: 14px;
          font-weight: 400;
          line-height: 1.7;
          display: none; }
        .sec4 .wrap .box .r_box .item.item_active .block .icon:after {
          opacity: 1; }
        .sec4 .wrap .box .r_box .item.item_active .block .icon img {
          filter: brightness(0) invert(1); }
        .sec4 .wrap .box .r_box .item.item_active .block p {
          color: #09244D; }

.home {
  width: 100%;
  position: relative; }
  .home .aside {
    position: absolute;
    top: 0;
    left: 20px;
    height: 100%; }
    .home .aside .aside_box {
      height: 100vh;
      display: flex;
      align-items: center;
      position: sticky;
      top: 0; }
      .home .aside .aside_box .aside_list {
        padding: 0 0 0 12px;
        border-left: 1px solid #848BA6; }
        .home .aside .aside_box .aside_list .item {
          color: #848BA6;
          font-size: 14px;
          font-weight: 400;
          cursor: pointer;
          transition: 0.6s;
          position: relative; }
          .home .aside .aside_box .aside_list .item:after {
            content: "";
            width: 3px;
            height: 100%;
            background: #0454F4;
            position: absolute;
            left: -14px;
            top: 0;
            transform: scaleY(0);
            transition: 0.6s; }
          .home .aside .aside_box .aside_list .item:not(:last-child) {
            margin-bottom: 28px; }
          .home .aside .aside_box .aside_list .item.on {
            color: #0454F4;
            font-weight: 600; }
            .home .aside .aside_box .aside_list .item.on:after {
              transform: scaleY(1); }
          .home .aside .aside_box .aside_list .item:hover {
            color: #0454F4; }
  .home .home_page {
    overflow: hidden;
    width: 100%;
    position: relative; }
    .home .home_page .cir_bg1 {
      width: 1200px;
      height: 1200px;
      border-radius: 1200px;
      opacity: 0.1;
      background: radial-gradient(50% 50% at 50% 50%, rgba(4, 84, 244, 0) 0%, #0454F4 100%);
      filter: blur(100px);
      position: absolute;
      top: 529px;
      right: -600px;
      z-index: -1; }
    .home .home_page .cir_bg2 {
      width: 917px;
      height: 1038px;
      border-radius: 1038px;
      opacity: 0.1;
      background: radial-gradient(50% 50% at 50% 50%, rgba(4, 84, 244, 0) 0%, #0454F4 100%);
      filter: blur(100px);
      position: absolute;
      top: 2508px;
      left: -422px; }

.sec5 .joke {
  border-radius: 40px 40px 0 0;
  background: linear-gradient(180deg, #0454F4 0%, rgba(4, 84, 244, 0) 100%);
  padding: 120px 0 260px;
  width: calc(100% - 40px);
  margin: 0 auto; }
  .sec5 .joke .wrap .title {
    color: #FFF;
    text-align: center;
    font-size: 40px;
    font-weight: 600; }
  .sec5 .joke .wrap .des {
    margin: 10px 0 70px;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.555; }
  .sec5 .joke .wrap .list {
    display: flex;
    justify-content: space-between; }
    .sec5 .joke .wrap .list .item {
      display: block;
      width: 700px; }
      .sec5 .joke .wrap .list .item .item_bottom {
        width: 100%;
        height: 410px;
        border-radius: 8px;
        background: linear-gradient(180deg, #FFF 0%, #6898F9 100%);
        margin: -266px 0 0;
        padding: 302px 45px 0; }
        .sec5 .joke .wrap .list .item .item_bottom .h5 {
          color: #FFF;
          font-size: 24px;
          font-weight: 600;
          line-height: 1.16667;
          margin-bottom: 18px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          transition: 0.6s; }
        .sec5 .joke .wrap .list .item .item_bottom .flex {
          display: flex;
          align-items: center;
          justify-content: space-between; }
          .sec5 .joke .wrap .list .item .item_bottom .flex .p {
            color: rgba(255, 255, 255, 0.6);
            font-size: 14px;
            font-weight: 400;
            line-height: 2;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            width: 400px; }
          .sec5 .joke .wrap .list .item .item_bottom .flex .date {
            color: #FFF;
            font-size: 14px;
            font-weight: 400;
            line-height: 2; }
      .sec5 .joke .wrap .list .item .img {
        width: 610px;
        height: 364px;
        border-radius: 8px;
        overflow: hidden;
        position: relative;
        z-index: 2;
        margin: 0 auto;
        transition: 0.8s; }
        .sec5 .joke .wrap .list .item .img img {
          display: block;
          width: 100%;
          height: 100%; }
      .sec5 .joke .wrap .list .item:hover .img {
        transform: translateY(-20px); }
      .sec5 .joke .wrap .list .item:hover .item_bottom .h5 {
        color: #0454F4; }

.footer {
  background: unset;
  margin: -101px 0 0; }
