.g_row1 {
  height: 100vh;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  padding: 284px 0 0 0; }
  .g_row1 .title {
    width: 707px;
    margin: 0 auto 40px;
    display: block; }
  .g_row1 .pick {
    font-weight: bold;
    font-size: 24px;
    color: #2A364B;
    letter-spacing: 7px;
    text-align: center; }

.g_row2 {
  padding: 140px 0 90px; }
  .g_row2 .wrap {
    width: 1440px;
    margin: auto; }
    .g_row2 .wrap .title {
      font-weight: bold;
      font-size: 48px;
      color: #111111;
      margin: 0 0 50px; }
    .g_row2 .wrap .content {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 30px; }
      .g_row2 .wrap .content .item {
        width: 460px;
        height: 280px;
        background: #F7F8FA;
        border-radius: 10px;
        padding: 40px 30px; }
        .g_row2 .wrap .content .item .dis {
          display: flex;
          align-items: center;
          gap: 12px; }
          .g_row2 .wrap .content .item .dis .icon {
            width: 46px;
            height: 46px; }
            .g_row2 .wrap .content .item .dis .icon img {
              display: block; }
          .g_row2 .wrap .content .item .dis p {
            width: fit-content;
            font-weight: bold;
            font-size: 32px;
            color: #EA5520;
            background: linear-gradient(0deg, #F0831F 0%, #EA5420 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent; }
        .g_row2 .wrap .content .item .text {
          margin: 95px 0 0 0;
          font-weight: normal;
          font-size: 18px;
          color: #333333;
          line-height: 32px; }
    .g_row2 .wrap .content2 {
      margin: 159px 0 0 0; }
      .g_row2 .wrap .content2 .matter:not(:last-child) {
        margin: 0 0 135px; }
      .g_row2 .wrap .content2 .matter .headline {
        margin: 0 0 48px; }
        .g_row2 .wrap .content2 .matter .headline span {
          width: fit-content;
          font-weight: bold;
          font-size: 36px;
          color: #111111;
          line-height: 64px;
          background: linear-gradient(0deg, #F0831F 0%, #EA5420 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          margin: 0 0 25px;
          display: block; }
        .g_row2 .wrap .content2 .matter .headline p {
          width: 795px;
          font-weight: normal;
          font-size: 18px;
          color: #333333;
          line-height: 34px; }
      .g_row2 .wrap .content2 .matter .images {
        width: 100%;
        border-radius: 15px;
        position: relative; }
        .g_row2 .wrap .content2 .matter .images .position2 {
          top: 155px;
          right: 100px;
          z-index: 2;
          display: flex;
          gap: 28px;
          position: absolute; }
          .g_row2 .wrap .content2 .matter .images .position2 .item .img {
            width: 440px;
            height: 260px;
            border-radius: 13px;
            overflow: hidden; }
            .g_row2 .wrap .content2 .matter .images .position2 .item .img:hover img {
              transform: scale(1.05); }
            .g_row2 .wrap .content2 .matter .images .position2 .item .img img {
              width: 100%;
              height: 100%;
              transition: 1s; }
          .g_row2 .wrap .content2 .matter .images .position2 .item p {
            font-weight: normal;
            font-size: 18px;
            color: #E9E9E9;
            margin: 15px 0 0 0; }
        .g_row2 .wrap .content2 .matter .images .position {
          position: absolute;
          top: 86px;
          left: 82px;
          z-index: 2; }
          .g_row2 .wrap .content2 .matter .images .position .p1 {
            width: 219px; }
          .g_row2 .wrap .content2 .matter .images .position .p2 {
            margin: 16px 0 0 0;
            font-weight: normal;
            font-size: 20px;
            color: #E9E9E9; }
          .g_row2 .wrap .content2 .matter .images .position .p3 {
            width: fit-content;
            font-weight: bold;
            font-size: 36px;
            color: #E9E9E9;
            line-height: 41px;
            background: linear-gradient(0deg, #A6A6A6 0%, #ECECEC 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            margin: 120px 0 0 0; }
        .g_row2 .wrap .content2 .matter .images .pic {
          width: 100%; }
    .g_row2 .wrap .content3 {
      margin: 222px 0 0 0; }
      .g_row2 .wrap .content3 .matter {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .g_row2 .wrap .content3 .matter:not(:last-child) {
          margin: 0 0 229px; }
        .g_row2 .wrap .content3 .matter:nth-child(2n) {
          flex-direction: row-reverse;
          justify-content: start;
          gap: 116px; }
        .g_row2 .wrap .content3 .matter .left .p1 {
          width: fit-content;
          font-weight: bold;
          font-size: 36px;
          color: #111111;
          line-height: 64px;
          background: linear-gradient(0deg, #F0831F 0%, #EA5420 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; }
        .g_row2 .wrap .content3 .matter .left .cut {
          margin: 20px 0 0 0; }
          .g_row2 .wrap .content3 .matter .left .cut .list {
            display: none; }
            .g_row2 .wrap .content3 .matter .left .cut .list.on {
              display: block; }
            .g_row2 .wrap .content3 .matter .left .cut .list .p2 {
              font-weight: normal;
              font-size: 24px;
              color: #111111; }
            .g_row2 .wrap .content3 .matter .left .cut .list .text {
              margin: 80px 0 0 0;
              font-weight: normal;
              font-size: 18px;
              color: #333333;
              line-height: 36px; }
        .g_row2 .wrap .content3 .matter .left .swiper-pagination {
          position: static;
          display: flex;
          margin: 162px 0 0 0; }
          .g_row2 .wrap .content3 .matter .left .swiper-pagination.swiper-pagination-lock {
            display: none; }
          .g_row2 .wrap .content3 .matter .left .swiper-pagination span {
            width: 50px;
            height: 8px;
            background: #E6E6E6;
            border-radius: 4px;
            opacity: 1 !important;
            transition: .6s ease;
            margin: 0 10px 0 0 !important; }
            .g_row2 .wrap .content3 .matter .left .swiper-pagination span:last-child {
              margin: 0 !important; }
            .g_row2 .wrap .content3 .matter .left .swiper-pagination span.swiper-pagination-bullet-active {
              background: #F0831F; }
        .g_row2 .wrap .content3 .matter .right {
          width: 840px;
          height: 500px; }
          .g_row2 .wrap .content3 .matter .right .imgSwiper {
            width: 100%;
            height: 100%;
            border-radius: 12px;
            overflow: hidden; }
            .g_row2 .wrap .content3 .matter .right .imgSwiper .swiper-slide img {
              width: 100%;
              height: 100%; }

.g_row3 {
  padding: 100px 0 223px; }
  .g_row3 .wrap {
    width: 1440px;
    margin: auto; }
    .g_row3 .wrap .title {
      font-weight: bold;
      font-size: 48px;
      color: #111111;
      margin: 0 0 100px;
      text-align: center; }
    .g_row3 .wrap .content .sceneSwiper {
      width: 1858px;
      margin: 0; }
      .g_row3 .wrap .content .sceneSwiper .swiper-slide .item {
        width: 100%;
        height: 466px;
        overflow: hidden;
        border-radius: 12px; }
        .g_row3 .wrap .content .sceneSwiper .swiper-slide .item:hover .img {
          transform: scale(1.05); }
        .g_row3 .wrap .content .sceneSwiper .swiper-slide .item .img {
          width: 100%;
          height: 100%;
          transition: 1s; }
        .g_row3 .wrap .content .sceneSwiper .swiper-slide .item .text {
          top: 50px;
          left: 25px;
          position: absolute;
          font-weight: normal;
          font-size: 18px;
          color: #FFFFFF; }

@media screen and (max-width: 1919px) {
  .g_row1 {
    padding: 14.7916666667vw 0px 0px; }

  .g_row1 .title {
    width: 36.8229166667vw;
    margin: 0px auto 2.0833333333vw; }

  .g_row1 .pick {
    font-size: 1.25vw;
    letter-spacing: 0.3645833333vw; }

  .g_row2 {
    padding: 7.2916666667vw 0px 4.6875vw; }

  .g_row2 .wrap {
    width: 75vw; }

  .g_row2 .wrap .title {
    font-size: 2.5vw;
    margin: 0px 0px 2.6041666667vw; }

  .g_row2 .wrap .content {
    gap: 1.5625vw; }

  .g_row2 .wrap .content .item {
    width: 23.9583333333vw;
    height: 14.5833333333vw;
    border-radius: 0.5208333333vw;
    padding: 2.0833333333vw 1.5625vw; }

  .g_row2 .wrap .content .item .dis {
    gap: 0.625vw; }

  .g_row2 .wrap .content .item .dis .icon {
    width: 2.3958333333vw;
    height: 2.3958333333vw; }

  .g_row2 .wrap .content .item .dis p {
    font-size: 1.6666666667vw; }

  .g_row2 .wrap .content .item .text {
    margin: 4.9479166667vw 0px 0px;
    font-size: 0.9375vw;
    line-height: 1.6666666667vw; }

  .g_row2 .wrap .content2 {
    margin: 8.28125vw 0px 0px; }

  .g_row2 .wrap .content2 .matter:not(:last-child) {
    margin: 0px 0px 7.03125vw; }

  .g_row2 .wrap .content2 .matter .headline {
    margin: 0px 0px 2.5vw; }

  .g_row2 .wrap .content2 .matter .headline span {
    font-size: 1.875vw;
    line-height: 3.3333333333vw;
    margin: 0px 0px 1.3020833333vw; }

  .g_row2 .wrap .content2 .matter .headline p {
    width: 41.40625vw;
    font-size: 0.9375vw;
    line-height: 1.7708333333vw; }

  .g_row2 .wrap .content2 .matter .images {
    border-radius: 0.78125vw; }

  .g_row2 .wrap .content2 .matter .images .position2 {
    top: 8.0729166667vw;
    right: 5.2083333333vw;
    gap: 1.4583333333vw; }

  .g_row2 .wrap .content2 .matter .images .position2 .item .img {
    width: 22.9166666667vw;
    height: 13.5416666667vw;
    border-radius: 0.6770833333vw; }

  .g_row2 .wrap .content2 .matter .images .position2 .item p {
    font-size: 0.9375vw;
    margin: 0.78125vw 0px 0px; }

  .g_row2 .wrap .content2 .matter .images .position {
    top: 4.4791666667vw;
    left: 4.2708333333vw; }

  .g_row2 .wrap .content2 .matter .images .position .p1 {
    width: 11.40625vw; }

  .g_row2 .wrap .content2 .matter .images .position .p2 {
    margin: 0.8333333333vw 0px 0px;
    font-size: 1.0416666667vw; }

  .g_row2 .wrap .content2 .matter .images .position .p3 {
    font-size: 1.875vw;
    line-height: 2.1354166667vw;
    margin: 6.25vw 0px 0px; }

  .g_row2 .wrap .content3 {
    margin: 11.5625vw 0px 0px; }

  .g_row2 .wrap .content3 .matter:not(:last-child) {
    margin: 0px 0px 11.9270833333vw; }

  .g_row2 .wrap .content3 .matter:nth-child(2n) {
    gap: 6.0416666667vw; }

  .g_row2 .wrap .content3 .matter .left .p1 {
    font-size: 1.875vw;
    line-height: 3.3333333333vw; }

  .g_row2 .wrap .content3 .matter .left .cut {
    margin: 1.0416666667vw 0px 0px; }

  .g_row2 .wrap .content3 .matter .left .cut .list .p2 {
    font-size: 1.25vw; }

  .g_row2 .wrap .content3 .matter .left .cut .list .text {
    margin: 4.1666666667vw 0px 0px;
    font-size: 0.9375vw;
    line-height: 1.875vw; }

  .g_row2 .wrap .content3 .matter .left .swiper-pagination {
    margin: 8.4375vw 0px 0px; }

  .g_row2 .wrap .content3 .matter .left .swiper-pagination span {
    width: 2.6041666667vw;
    height: 0.4166666667vw;
    border-radius: 0.2083333333vw;
    margin: 0px 0.5208333333vw 0px 0px !important; }

  .g_row2 .wrap .content3 .matter .right {
    width: 43.75vw;
    height: 26.0416666667vw; }

  .g_row2 .wrap .content3 .matter .right .imgSwiper {
    border-radius: 0.625vw; }

  .g_row3 {
    padding: 5.2083333333vw 0px 11.6145833333vw; }

  .g_row3 .wrap {
    width: 75vw; }

  .g_row3 .wrap .title {
    font-size: 2.5vw;
    margin: 0px 0px 5.2083333333vw; }

  .g_row3 .wrap .content .sceneSwiper {
    width: 96.7708333333vw; }

  .g_row3 .wrap .content .sceneSwiper .swiper-slide .item {
    height: 24.2708333333vw;
    border-radius: 0.625vw; }

  .g_row3 .wrap .content .sceneSwiper .swiper-slide .item .text {
    top: 2.6041666667vw;
    left: 1.3020833333vw;
    font-size: 0.9375vw; } }
@media screen and (max-width: 1024px) {
  .g_row1 {
    padding: 80px 0 0 0; }

  .g_row1 .title {
    width: 250px;
    margin: 0 auto 20px; }

  .g_row1 .pick {
    font-size: 13px;
    letter-spacing: 1px; }

  .g_row2 {
    padding: 50px 0; }

  .g_row2 .wrap {
    width: 90%; }

  .g_row2 .wrap .title {
    font-size: 22px;
    margin: 0 0 25px; }

  .g_row2 .wrap .content {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px; }

  .g_row2 .wrap .content .item {
    width: 100%;
    height: auto;
    padding: 15px;
    border-radius: 10px; }

  .g_row2 .wrap .content .item .dis {
    gap: 10px; }

  .g_row2 .wrap .content .item .dis .icon {
    width: 25px;
    height: 25px; }

  .g_row2 .wrap .content .item .dis p {
    font-size: 14px; }

  .g_row2 .wrap .content .item .text {
    margin: 15px 0 0;
    font-size: 13px;
    line-height: 24px; }

  .g_row2 .wrap .content2 {
    margin: 35px 0 0 0; }

  .g_row2 .wrap .content2 .matter .headline span {
    font-size: 20px;
    line-height: unset;
    margin: 0 0 10px; }

  .g_row2 .wrap .content2 .matter .headline p {
    width: 100%;
    font-size: 13px;
    line-height: 25px; }

  .g_row2 .wrap .content2 .matter .images .pic {
    position: static;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    display: none; }

  .g_row2 .wrap .content2 .matter .images .pic.sj_pic {
    display: block !important; }

  .g_row2 .wrap .content2 .matter .images {
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    z-index: 1; }

  .g_row2 .wrap .content2 .matter .images .position {
    top: 20px;
    left: 5%;
    position: absolute; }

  .g_row2 .wrap .content2 .matter:nth-child(2) .pic {
    position: absolute;
    display: block !important; }

  .g_row2 .wrap .content2 .matter:nth-child(2) .images {
    padding: 40px 5%; }

  .g_row2 .wrap .content2 .matter:nth-child(2) .position {
    position: static; }

  .g_row2 .wrap .content2 .matter .images .position .p1 {
    width: 100px; }

  .g_row2 .wrap .content2 .matter .images .position .p2 {
    margin: 10px 0 0 0;
    font-size: 13px; }

  .g_row2 .wrap .content2 .matter .headline {
    margin: 0 0 15px; }

  .g_row2 .wrap .content2 .matter .images .position .p3 {
    font-size: 20px;
    line-height: 25px;
    margin: 40px 0 0 0; }

  .g_row2 .wrap .content2 .matter .images .position2 {
    position: static;
    margin: 25px 0 0 0;
    gap: 20px 15px;
    display: grid;
    grid-template-columns: repeat(1, 1fr); }

  .g_row2 .wrap .content2 .matter .images .position2 .item {
    width: 100%; }

  .g_row2 .wrap .content2 .matter .images .position2 .item .img {
    width: 100%;
    height: auto;
    border-radius: 10px; }

  .g_row2 .wrap .content2 .matter .images .position2 .item p {
    margin: 10px 0 0;
    font-size: 14px; }

  .g_row2 .wrap .content3 {
    margin: 30px 0 0 0; }

  .g_row2 .wrap .content3 .matter {
    flex-direction: column-reverse !important;
    gap: 0 !important; }

  .g_row2 .wrap .content3 .matter .left {
    width: 100%;
    margin: 30px 0 0 0; }

  .g_row2 .wrap .content3 .matter .left .p1 {
    font-size: 22px;
    line-height: 24px; }

  .g_row2 .wrap .content3 .matter .left .cut .list .p2 {
    font-size: 16px; }

  .g_row2 .wrap .content3 .matter .left .cut {
    margin: 15px 0 0 0; }

  .g_row2 .wrap .content3 .matter .right {
    width: 100%;
    height: auto; }

  .g_row2 .wrap .content3 .matter .left .cut .list .text {
    margin: 25px 0 0 0;
    font-size: 13px;
    line-height: 25px; }

  .g_row2 .wrap .content3 .matter .left .swiper-pagination {
    margin: 30px 0 0 0; }

  .g_row2 .wrap .content3 .matter .left .swiper-pagination span {
    width: 30px;
    height: 4px;
    border-radius: 10px;
    margin: 0 15px 0 0 !important; }

  .g_row2 .wrap .content3 .matter .right .imgSwiper {
    border-radius: 10px; }

  .g_row3 {
    padding: 0 0 40px 0; }

  .g_row3 .wrap {
    width: 90%; }

  .g_row3 .wrap .title {
    margin: 0 0 30px;
    font-weight: bold;
    font-size: 24px; }

  .g_row3 .wrap .content .sceneSwiper {
    width: 95vw; }

  .g_row3 .wrap .content .sceneSwiper .swiper-slide .item {
    height: auto;
    border-radius: 10px; }

  .g_row3 .wrap .content .sceneSwiper .swiper-slide .item .text {
    top: 20px;
    left: 5%;
    font-size: 16px; } }

/*# sourceMappingURL=g_row.css.map */
