.banner {
  display: flex;
  padding: 230px 0 184px 0;
  justify-content: center;
  align-items: center;
  gap: 100px;
  align-self: stretch;
  background: linear-gradient(180deg, #EDF3FF 0%, #FFF 100%); }
  .banner > div {
    width: 1320px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    align-self: stretch; }
    .banner > div > .banner-left {
      display: flex;
      width: 610px;
      flex-direction: column;
      align-items: flex-start;
      margin-right: 220px; }
      .banner > div > .banner-left .title {
        color: var(--PIA_BK-01, #042040);
        font-family: "Open Sans";
        font-size: 44px;
        font-style: normal;
        font-weight: 700;
        line-height: 100%;
        /* 42px */
        text-transform: capitalize; }
      .banner > div > .banner-left .ip {
        margin-top: 25px;
        color: var(--PIA_BK-01, #042040);
        font-family: "Open Sans";
        font-size: 44px;
        font-style: normal;
        font-weight: 700;
        line-height: 100%;
        /* 42px */ }
      .banner > div > .banner-left > .tip {
        margin-top: 25px;
        color: var(--PIA_BK-01, #042040);
        font-family: "Open Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%;
        /* 25.6px */ }
      .banner > div > .banner-left > button {
        height: 44px !important;
        padding: 14px 30px;
        box-sizing: border-box;
        margin-top: 60px;
        border-radius: 4px;
        background: #0E6FDE;
        border: 0;
        color: #FFF;
        font-family: "Open Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: capitalize; }
        .banner > div > .banner-left > button:hover {
          background-color: #16396c; }
    .banner > div > .banner-right {
      position: relative; }
      .banner > div > .banner-right > img {
        display: block;
        width: 690px; }
      .banner > div > .banner-right .tips-box {
        position: absolute;
        bottom: 180px;
        right: 60px;
        border-radius: 4px;
        background: #FFF;
        padding: 15px 20px;
        box-shadow: 0px 5px 15px 0px rgba(4, 32, 64, 0.05);
        display: flex;
        justify-content: flex-start;
        align-items: center; }
        .banner > div > .banner-right .tips-box:before {
          display: block;
          content: "";
          position: absolute;
          width: 0;
          height: 0;
          border-left: 16px solid transparent;
          border-right: 16px solid transparent;
          border-top: 24px solid #fff;
          bottom: -20px;
          left: 80px; }
        .banner > div > .banner-right .tips-box .img {
          margin-right: 10px; }
          .banner > div > .banner-right .tips-box .img img {
            width: 40px; }
        .banner > div > .banner-right .tips-box .tst {
          text-align: left; }
          .banner > div > .banner-right .tips-box .tst .p1 {
            color: var(--PIA24-BK-01, #042040);
            font-family: "Open Sans";
            font-size: 16px;
            font-style: normal;
            font-weight: 400; }
          .banner > div > .banner-right .tips-box .tst .p2 {
            color: var(--PIA24-BK-01, #042040);
            font-family: "Open Sans";
            font-size: 14px;
            font-style: normal;
            font-weight: 400; }
  .banner .pane-box {
    position: absolute;
    display: flex;
    top: 177px; }
    .banner .pane-box .pane-item {
      color: var(--PIA24-BK-02, #55687D);
      font-family: Inter;
      font-size: 13px;
      font-style: normal;
      font-weight: 400;
      line-height: 100%;
      /* 13px */
      margin-right: 8px;
      cursor: pointer; }
    .banner .pane-box .pane-active {
      color: var(--PIA24-BK-03, #94A3B8);
      font-family: Inter;
      font-size: 13px;
      font-style: normal;
      font-weight: 400;
      line-height: 100%;
      /* 13px */ }
    .banner .pane-box img {
      margin-right: 8px; }
  @media only screen and (max-width: 780px) {
    .banner .pane-box {
      position: absolute;
      display: flex;
      top: 70px;
      left: 20px; } }

.count-1 {
  width: 1320px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  gap: 60px; }
  .count-1 > .left {
    width: 650px;
    height: auto; }
    .count-1 > .left > img {
      display: block;
      width: 100%; }
  .count-1 > .right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 605px; }
    .count-1 > .right > h2,
    .count-1 > .right > h3,
    .count-1 > .right > p {
      width: 605px;
      color: var(--PIA_BK-01, #042040);
      font-family: "Open Sans";
      font-size: 34px;
      font-style: normal;
      font-weight: 700;
      line-height: 130%;
      /* 49.4px */ }
    .count-1 > .right > span {
      color: #55687D;
      font-family: "Open Sans";
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 150%;
      /* 27.2px */
      margin: 10px 0 30px 0; }
    .count-1 > .right > a {
      padding: 10px 30px;
      height: auto !important;
      border-radius: 4px;
      background: var(--PIA_VI-01, #0E6FDE);
      border: 0;
      outline: none;
      color: #FFF;
      font-family: "Open Sans";
      font-size: 13px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      text-transform: capitalize; }
      .count-1 > .right > a:hover {
        background-color: #16396c; }

.count-2 {
  width: 1320px;
  margin: 0 auto;
  margin-top: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  align-self: stretch; }
  .count-2 > .left {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    .count-2 > .left > p,
    .count-2 > .left > h2,
    .count-2 > .left > h3 {
      color: var(--PIA_BK-01, #042040);
      font-family: "Open Sans";
      font-size: 34px;
      font-style: normal;
      font-weight: 700;
      line-height: 130%;
      /* 49.4px */ }
    .count-2 > .left > span {
      color: #55687D;
      font-family: "Open Sans";
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 170%;
      /* 27.2px */
      margin-top: 10px;
      margin-bottom: 20px; }
    .count-2 > .left > div {
      display: flex;
      align-items: center;
      gap: 10px;
      align-self: stretch;
      margin-bottom: 15px; }
      .count-2 > .left > div > span {
        color: var(--PIA_BK-01, #042040);
        font-family: "Open Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
        /* 16px */ }
  .count-2 > .right {
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    .count-2 > .right > img {
      display: block;
      width: 650px; }

.count-3 {
  width: 1320px;
  margin: 0 auto;
  margin-top: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  align-self: stretch; }
  .count-3 > .right {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    .count-3 > .right > p,
    .count-3 > .right > h2,
    .count-3 > .right > h3 {
      color: var(--PIA_BK-01, #042040);
      font-family: "Open Sans";
      font-size: 34px;
      font-style: normal;
      font-weight: 700;
      line-height: 130%;
      /* 49.4px */ }
    .count-3 > .right > span {
      color: #55687D;
      font-family: "Open Sans";
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 150%;
      /* 27.2px */
      margin-top: 10px;
      margin-bottom: 20px; }
    .count-3 > .right > div {
      display: flex;
      align-items: center;
      gap: 10px;
      align-self: stretch;
      margin-bottom: 15px; }
      .count-3 > .right > div > span {
        color: var(--PIA_BK-01, #042040);
        font-family: "Open Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
        /* 16px */ }
  .count-3 > .left {
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    .count-3 > .left > img {
      display: block;
      width: 630px; }

.count-4 {
  display: flex;
  width: 1320px;
  margin: 0 auto;
  margin-top: 90px;
  margin-bottom: 70px;
  padding-top: 90px;
  flex-direction: column;
  align-items: center; }
  .count-4 > .title {
    color: var(--PIA_BK-01, #042040);
    text-align: center;
    font-family: "Open Sans";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    /* 52px */ }
  .count-4 > span {
    color: var(--PIA_BK-02, #55687D);
    display: block;
    width: 822px;
    margin-top: 20px;
    text-align: center;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    /* 27.2px */ }
  .count-4 > .list {
    display: flex;
    align-items: flex-start;
    gap: 50px;
    align-self: stretch;
    margin-top: 60px; }
    .count-4 > .list > .li {
      width: 370px;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 15px; }
      .count-4 > .list > .li > p {
        color: var(--PIA_BK-01, #042040);
        font-family: "Open Sans";
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        /* 26px */ }
      .count-4 > .list > .li > span {
        color: var(--PIA_BK-02, #55687D);
        font-family: "Open Sans";
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        /* 21px */ }

.quest-box {
  padding-bottom: 90px;
  position: relative; }
  .quest-box .quest-list {
    margin-top: 50px; }
    .quest-box .quest-list .li {
      margin-bottom: 0;
      border-top: 1px solid #F0F4F5;
      border-bottom: none;
      border-right: none;
      border-left: none;
      border-radius: 0px;
      overflow: hidden; }
      .quest-box .quest-list .li:nth-last-of-type(1) {
        margin-bottom: 0;
        border-bottom: 1px solid #F0F4F5; }
      .quest-box .quest-list .li.show .tit i {
        background-image: url("../img/social_media/new-pre.svg"); }
      .quest-box .quest-list .li .tit {
        min-height: 68px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        cursor: pointer;
        background-color: #FFFFFF; }
        .quest-box .quest-list .li .tit span {
          font-family: "Open Sans";
          font-size: 18px;
          font-weight: 400;
          color: #042040;
          line-height: 26px; }
        .quest-box .quest-list .li .tit i {
          margin-right: 15px;
          width: 16px;
          height: 16px;
          background-repeat: no-repeat;
          background-position: center;
          background-image: url("../img/social_media/new-nor.svg"); }
      .quest-box .quest-list .li .cont {
        background-color: #fff;
        padding: 0 0 20px 40px;
        display: none;
        overflow: hidden; }
        .quest-box .quest-list .li .cont p {
          font-family: "Open Sans";
          font-size: 14px;
          font-weight: 400;
          color: #55687D;
          line-height: 26px;
          margin-bottom: 8px; }
          .quest-box .quest-list .li .cont p:nth-last-of-type(1) {
            margin-bottom: 0px; }

/*# sourceMappingURL=new_location.css.map */
