.sect2 {
  width: 100%;
  height: 800px; }
  .sect2 .swiper, .sect2 .swiper-wrapper, .sect2 .swiper-slide {
    width: 100%;
    height: 100%; }
    .sect2 .swiper img, .sect2 .swiper-wrapper img, .sect2 .swiper-slide img {
      width: 100%;
      height: 100%; }
  .sect2 .swiper {
    overflow: hidden;
    position: relative; }
    .sect2 .swiper .next-el {
      position: absolute;
      bottom: 100px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 10; }
      .sect2 .swiper .next-el img {
        width: 78px;
        height: 78px;
        cursor: pointer;
        transition: all .3s linear; }
        .sect2 .swiper .next-el img:hover {
          transform: translateY(20px); }
  .sect2 .swiper-slide {
    position: relative; }
    .sect2 .swiper-slide .info {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      text-align: center; }
      .sect2 .swiper-slide .info .title {
        max-width: 1500px;
        font-size: 68px;
        font-family: Source Han Sans CN, Source Han Sans CN-Heavy;
        font-weight: 800;
        color: #ffffff;
        margin: 100px auto 0; }
      .sect2 .swiper-slide .info .en-title {
        max-width: 1500px;
        font-size: 30px;
        font-family: Segoe UI, Segoe UI-Light Italic;
        font-weight: 300;
        color: #b5b5b5;
        font-style: italic;
        margin: 0 auto; }

.sect3 {
  padding: 80px 0;
  background-color: #fff; }
  .sect3 .txt {
    margin: 0 auto;
    max-width: 820px;
    font-size: 16px;
    font-family: Source Han Sans SC, Source Han Sans SC-Regular;
    font-weight: 400;
    text-align: center;
    color: #999999;
    line-height: 36px; }
    .sect3 .txt .tit {
      font-size: 50px;
      font-family: Source Han Sans CN, Source Han Sans CN-Bold;
      font-weight: 700;
      color: #333333;
      margin-bottom: 20px; }
  .sect3 img {
    width: 84%;
    max-width: 1600px;
    aspect-ratio: 160/52;
    object-fit: cover;
    margin: 40px auto 0; }

.sect4 {
  padding: 80px 0;
  background-color: #F4F6F2; }
  .sect4 .txt {
    margin: 0 auto;
    max-width: 820px;
    font-size: 16px;
    font-family: Source Han Sans SC, Source Han Sans SC-Regular;
    font-weight: 400;
    text-align: center;
    color: #999999;
    line-height: 36px; }
    .sect4 .txt .tit {
      font-size: 50px;
      font-family: Source Han Sans CN, Source Han Sans CN-Bold;
      font-weight: 700;
      color: #333333;
      margin-bottom: 20px; }
  .sect4 .items {
    width: 84%;
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    padding-top: 40px; }
    .sect4 .items .item {
      width: calc(25% - 30px);
      background-color: #fff;
      display: block;
      cursor: pointer; }
      .sect4 .items .item img {
        width: 100%;
        aspect-ratio: 37/28;
        object-fit: cover; }
      .sect4 .items .item .i-txt {
        text-align: center;
        padding: 40px; }
        .sect4 .items .item .i-txt .tit {
          font-size: 22px;
          font-family: Source Han Sans CN, Source Han Sans CN-Bold;
          font-weight: 700;
          color: #333333;
          margin-bottom: 30px; }
        .sect4 .items .item .i-txt .more {
          font-size: 16px;
          font-family: PingFang SC, PingFang SC-Medium;
          font-weight: 500;
          color: #979797;
          display: flex;
          align-items: center;
          justify-content: center;
          border-bottom: 1px solid #979797;
          width: fit-content;
          margin: 0 auto;
          padding-bottom: 4px;
          padding-left: 6px; }
          .sect4 .items .item .i-txt .more::after {
            content: '';
            display: block;
            width: 6px;
            height: 6px;
            border-bottom-color: #979797;
            border-style: solid;
            border-width: 1px 1px 0 0;
            rotate: 45deg;
            margin-left: 0;
            opacity: 0;
            transition: all .3s linear; }
      .sect4 .items .item:hover .i-txt .more {
        padding-left: 0; }
        .sect4 .items .item:hover .i-txt .more::after {
          opacity: 1;
          margin-left: 20px; }

.sect5 {
  width: 100%;
  height: 640px; }
  .sect5 .swiper, .sect5 .swiper-wrapper, .sect5 .swiper-slide {
    width: 100%;
    height: 100%; }
    .sect5 .swiper img, .sect5 .swiper-wrapper img, .sect5 .swiper-slide img {
      width: 100%;
      height: 100%; }
  .sect5 .swiper {
    overflow: hidden;
    position: relative; }
    .sect5 .swiper .prev-el, .sect5 .swiper .next-el {
      position: absolute;
      bottom: 40px;
      left: calc(50% + 120px);
      z-index: 10; }
      .sect5 .swiper .prev-el img, .sect5 .swiper .next-el img {
        width: 44px;
        height: 44px;
        cursor: pointer;
        transition: all .3s linear; }
    .sect5 .swiper .prev-el {
      rotate: 180deg;
      left: calc(50% + 50px); }
  .sect5 .swiper-slide {
    position: relative; }
    .sect5 .swiper-slide .info {
      width: 40%;
      max-height: 80%;
      min-height: 60%;
      position: absolute;
      left: 50%;
      bottom: 0;
      background: #f4f6f2;
      padding: 50px 50px 80px 50px; }
      .sect5 .swiper-slide .info .title {
        font-size: 40px;
        font-family: Source Han Sans CN, Source Han Sans CN-Bold;
        font-weight: 700;
        color: #333333; }
      .sect5 .swiper-slide .info .txt {
        font-size: 16px;
        font-family: Source Han Sans SC, Source Han Sans SC-Regular;
        font-weight: 400;
        color: #999999;
        line-height: 1.8;
        margin-top: 20px; }

.sect6 {
  padding: 80px 0;
  background-color: #fff; }
  .sect6 .txt {
    margin: 0 auto;
    max-width: 820px;
    font-size: 16px;
    font-family: Source Han Sans SC, Source Han Sans SC-Regular;
    font-weight: 400;
    text-align: center;
    color: #999999;
    line-height: 36px; }
    .sect6 .txt .tit {
      font-size: 50px;
      font-family: Source Han Sans CN, Source Han Sans CN-Bold;
      font-weight: 700;
      color: #333333;
      margin-bottom: 20px; }
  .sect6 .items {
    width: 84%;
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    padding-top: 40px; }
    .sect6 .items .item {
      width: calc(50% - 20px);
      background-color: #fff;
      display: block;
      cursor: pointer;
      position: relative;
      overflow: hidden; }
      .sect6 .items .item img {
        width: 100%;
        aspect-ratio: 78/47;
        object-fit: cover; }
      .sect6 .items .item .i-txt {
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 10;
        width: 100%;
        padding: 22px 26px;
        font-size: 20px;
        font-family: PingFang SC, PingFang SC-Bold;
        font-weight: 700;
        color: #ffffff; }
        .sect6 .items .item .i-txt img {
          width: 40px;
          height: auto;
          transform: translateX(calc(-100% - 26px));
          transition: all .3s .3s linear;
          opacity: 0; }
        .sect6 .items .item .i-txt .tit {
          transform: translateY(26px);
          transition: all .3s linear; }
      .sect6 .items .item .mask {
        width: 200%;
        position: absolute;
        height: 100%;
        top: 100%;
        left: -50%;
        background-color: #00000050;
        z-index: 5;
        transform-origin: top right;
        transition: all .3s linear; }
      .sect6 .items .item:hover .i-txt img {
        transform: translateX(0);
        opacity: 1; }
      .sect6 .items .item:hover .i-txt .tit {
        transform: translateY(0); }
      .sect6 .items .item:hover .mask {
        rotate: 6deg; }

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