* {
  font-family: PingFangSC, PingFang SC;
}

body {
  font-size: 12px;
}

.main {
  background: linear-gradient(135deg, #FAFBFD 0%, #EFF2F9 100%);
}

.banner {
  background: linear-gradient(135deg, rgb(250, 251, 253) 0%, rgb(239, 242, 249) 100%);
  margin: 0px auto 0;
  position: relative;

  .carousel-inner {
    height: 637px;
    overflow: visible;
  }

  .banner-content {
    position: absolute;
    top: 132px;
    z-index: 9;
    left: 50%;
    // margin-top: 100px;
    transform: translateX(-80%);
    width: 800px;
    text-align: center;
    display: flex;
    flex-direction: column;

    .title {
      font-family: PingFangSC, PingFang SC;
      font-size: 26px;
      font-weight: 400;
      color: #000000;
      line-height: 46px;
      text-align: left;
    }

    .sub-title {
      font-family: PingFangSC, PingFang SC;
      font-weight: 500;
      font-size: 30px;
      color: #0D7BFF;
      text-align: left;
      font-style: normal;
      display: flex;
      align-items: center;
    }

    .sub-title-key {
      font-weight: 500;
      font-size: 33px;
      margin-right: 4px;
    }

    .sub-title-num {
      font-weight: 500;
      font-size: 40px;
      margin: 0 2px;
    }

    .text {
      font-family: PingFangSC, PingFang SC;
      font-weight: 400;
      font-size: 28px;
      font-weight: 500;
      color: #107AFF;
      line-height: 46px;
      text-align: left;
    }
  }

  .banner-text {
    width: calc(1440px);
    position: absolute;
    z-index: 11;
    bottom: -147px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(13, 123, 255, 1);
    text-align: center;
    padding: 1rem 3rem 1.3rem;
    height: 220px;
    box-sizing: border-box;

    .text {
      font-size: 24px;
      font-family: PingFangSC, PingFang SC;
      font-weight: 600;
      color: #FFFFFF;
      margin: 0.5rem;
    }

    .list {
      width: 100%;
      display: flex;
      margin-top: 20px;

      .list-li {
        position: relative;
        list-style: none;
        flex: 1;
        display: flex;
        align-items: flex-end;
        justify-content: center;

        .data {
          font-size: 56px;
          font-weight: bold;
          color: #FFFFFF;
          margin-top: 0.3rem;
          line-height: 1;
        }

        .name {
          font-size: 16px;
          font-family: PingFangSC, PingFang SC;
          font-weight: 300;
          color: #FFFFFF;
          line-height: 22px;
          flex: 1;
        }

        div {
          margin-left: 4px;

          .data {
            margin-top: 0;
            font-size: 32px;
            text-align: left;
          }
        }
      }

      .list-li::after {
        content: "";
        width: 1px;
        height: 40px;
        background-color: rgba(255, 255, 255, 0.8);
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
      }

      .list-li:last-child::after {
        display: none;
      }

      .list-li:first-child {
        justify-content: flex-start;
        max-width: 190px;
      }

      .list-li:last-child {
        justify-content: flex-end;
        max-width: 170px;
      }
    }
  }

}

.content {
  padding-bottom: 70px;
  padding-top: 224px;
  background: linear-gradient(135deg, #FAFBFD 0%, #EFF2F9 100%);

  .title {
    font-size: 32px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    color: #000000;
    text-align: center;
    width: 136px;
    position: relative;
    margin: 0 auto 4rem;
    padding: 20px 0 0;
  }

  .title::before {
    content: '';
    position: absolute;
    left: 4px;
    bottom: -12px;
    background-image: url('../../layout/image/title_befor.png');
    width: 126px;
    height: 5px;
  }

  .content-main {
    width: 1440px;
    margin: auto;

    .card-list {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      grid-gap: 44px 90px;

      /* 自动调整行高 */
      .card-list-item {
        list-style: none;
        max-width: 330px;

        &:hover {
          img {
            transform: scale(1.05);
          }

          .text {
            color: #0D7BFF;
          }
        }

        img {
          width: 330px;
          height: 278px;
          transition: transform 0.25s ease;
        }

        .tip {
          font-size: 16px;
          font-family: PingFangSC, PingFang SC;
          font-weight: 400;
          color: RGBA(179, 179, 179, 1);
          margin: 10px 0 14px;
        }

        .text {
          font-size: 26px;
          font-family: PingFangSC, PingFang SC;
          font-weight: 400;
          color: #080808;
          margin-bottom: 1px;
        }
      }
    }
  }
}

.content-2 {
  width: 100%;
  background: #FFFFFF;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;

  .title {
    font-size: 32px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    color: #000000;
    text-align: center;
    width: 136px;
    position: relative;
    margin-bottom: 80px;
  }

  .title::before {
    content: '';
    position: absolute;
    left: 4px;
    bottom: -12px;
    background-image: url('../../layout/image/title_befor.png');
    width: 126px;
    height: 5px;
  }

  .content-list {
    width: 1440px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 24px;

    li {
      width: 342px;
      height: 200px;
      list-style: none;
      position: relative;
      background-color: rgba(249, 250, 253, 1);
      background-size: 100% 100%;

      .content-list-img {
        width: 100%;
        height: 100%;
      }

      .content-list-title {
        font-family: PingFangSC, PingFang SC;
        font-weight: 600;
        font-size: 24px;
        color: #000000;
        line-height: 46px;
        text-align: left;
        position: absolute;
        left: 54px;
        top: 50px;
      }
    }

    li:hover {
      cursor: pointer;

      .content-list-img {
        display: none;
      }

      .content-list-title {
        color: #FFFFFF;
      }
    }

    a:nth-child(1)>li:hover {
      background-image: url('../image/金融-鼠标移入.png');
    }

    a:nth-child(2)>li:hover {
      background-image: url('../image/航天军工-鼠标移入.png');
    }

    a:nth-child(3)>li:hover {
      background-image: url('../image/医疗-鼠标移入.png');
    }

    a:nth-child(4)>li:hover {
      background-image: url('../image/交通-鼠标移入.png');
    }

    a:nth-child(5)>li:hover {
      background-image: url('../image/能源-鼠标移入.png');
    }

    a:nth-child(6)>li:hover {
      background-image: url('../image/智能制造-鼠标移入.png');
    }

    a:nth-child(7)>li:hover {
      background-image: url('../image/园区-鼠标移入.png');
    }

    a:nth-child(8)>li:hover {
      background-image: url('../image/其他-鼠标移入.png');
    }
  }
}

.content-3 {
  padding-top: 80px;

  .title {
    font-size: 32px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    color: #000000;
    text-align: center;
    width: max-content;
    position: relative;
    margin: 0px auto 89px;
  }

  .title::before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: -12px;
    background-image: url('../../layout/image/title_befor.png');
    height: 5px;
    background-size: 190px;
    width: 220px;
  }

  .content-3-main {
    width: 1440px;
    margin: auto;

    .content-3-main-list {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-gap: 32px;

      li {
        background: #FFFFFF;
        border-radius: 8px;
        list-style: none;
        display: flex;
        padding: 48px 60px;
        max-width: 722px;
        box-sizing: border-box;

        .content-3-main-list-title {
          font-family: PingFangSC, PingFang SC;
          font-weight: 500;
          font-size: 24px;
          color: #000000;
          line-height: 33px;
          white-space: nowrap;
        }

        .text {
          margin-top: 18px;
          font-family: PingFangSC, PingFang SC;
          font-weight: 400;
          font-size: 16px;
          color: #36383F;
          line-height: 32px;
          text-align: justify;
        }

        img {
          margin-left: 30px;
          max-width: 220px;
          height: auto;
          max-height: 220px;
        }
      }
    }
  }
}

.content-4 {
  padding: 60px 0 45px;
  background-color: rgba(255, 255, 255, 1);
  margin-top: 80px;

  .content-4-box {
    // background-color: rgba(255, 255, 255, 1);
    width: 1440px;
    margin: auto;
    // padding: 5px 0 65px;
    box-sizing: border-box;
  }

  .title {
    font-size: 32px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    color: #000000;
    text-align: center;
    width: max-content;
    position: relative;
    margin: 2.5rem auto 2.5rem;
    display: flex;
    align-items: center;

    img {
      height: 37px;
      margin-right: 25px;
      vertical-align: sub;
    }
  }

  .new-day-article-content {
    width: 1440px;
    display: grid;
    grid-template-columns: repeat(3, 452px);
    grid-gap: 25px;
    // margin-bottom: 60px;
    padding: 0 16px;
    box-sizing: border-box;

    .new-day-article-content-item {
      background: linear-gradient(134deg, #F9FBFF 0%, #EDF3FC 100%);
      box-shadow: 0px 4px 8px 0px rgba(20, 29, 39, 0.14);
      border-radius: 4px;
      border: 2px solid;
      border-image: linear-gradient(135deg, rgba(255, 255, 255, 1), rgba(226, 233, 250, 1)) 2 2;
      backdrop-filter: blur(4px);
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 26px 33px;
      box-sizing: border-box;
    }

    .new-day-article-content-item-title {
      font-family: PingFangSC, PingFang SC;
      font-weight: 400;
      font-size: 18px;
      color: #080808;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .new-day-article-content-item-info {
      display: flex;
      justify-content: space-between;
      margin-top: 16px;
    }

    .new-day-article-content-item-type-box {
      display: flex;
      align-items: center;

      img {
        width: 13px;
        height: 12px;
        margin-right: 5px;
      }
    }

    .new-day-article-content-item-type {
      font-family: PingFangSC, PingFang SC;
      font-weight: 400;
      font-size: 14px;
      color: #36383F;
    }

    .new-day-article-content-item-time {
      font-family: PingFangSC, PingFang SC;
      font-weight: 400;
      font-size: 14px;
      color: #36383F;
    }
  }

}

.content-5 {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  padding-top: 69px;

  .title {
    font-size: 32px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    color: #000000;
    width: 136px;
    position: relative;
    margin-bottom: 88px;
  }

  .title::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -12px;
    background-image: url('../../layout/image/title_befor.png');
    width: 130px;
    height: 5px;
  }
}


.content-7 {
  padding-bottom: 74px;
  padding-top: 55px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;

  .lianjie {
    width: 1440px;
    display: flex;
    grid-column-gap: 14px;
    align-items: center;

    .youlian {
      font-size: 12px;
      font-family: PingFangSC, PingFang SC;
      font-weight: 400;
      color: #C4C4C4;
      line-height: 28px;
      white-space: nowrap;
    }
  }
}

.banner-befor {
  width: 100%;
  background-color: RGBA(25, 37, 60, 1);
  position: absolute;
  left: 0;
  top: 0;
  height: 800px;
}

.xs-hidden {
  display: inline-block;
  height: 638px;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.xs-show {
  display: none;
}

//低于1300 手机端 ipad端
@media (max-width: 1300px) {

  html,
  body {
    font-size: 12px;
  }

  .xs-hidden {
    display: none;
  }

  .xs-show {
    display: inline-block;
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
  }

  .banner {
    background: linear-gradient(135deg, rgb(250, 251, 253) 0%, rgb(239, 242, 249) 100%);
    width: 100%;
    position: relative;

    .carousel-inner {
      height: 635px;
    }

    .banner-content {
      position: absolute;
      top: 100px;
      z-index: 9;
      left: 50%;
      transform: translateX(-50%);
      width: 100%;
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-top: 0;

      .title {
        height: 40px;
        font-family: PingFangSC, PingFang SC;
        font-weight: 500;
        font-size: 18px;
        color: #000;
        line-height: 40px;
        text-align: center;
      }

      .sub-title {
        font-size: 22px;
      }

      .sub-title-key {
        font-size: 24px;
      }

      .sub-title-num {
        font-size: 27px;
      }

      .text {
        font-weight: 400;
        font-size: 18px;
        color: #107AFF;
        line-height: 28px;
        text-align: center;
      }
    }

    .banner-text {
      width: calc(100% - 32px);
      height: 313px;
      background: linear-gradient(130deg, #0D7BFF 0%, #1F70FF 100%);
      position: absolute;
      z-index: 9;
      bottom: -19rem;
      left: 50%;
      transform: translateX(-50%);
      padding: 30px 24px 15px;

      .text {
        font-size: 18px;
        color: #FFFFFF;
        line-height: 28px;
        margin: 0;
        white-space: nowrap;
      }

      .list {
        width: 100%;
        margin: 1.4rem auto 0;
        display: grid;
        grid-template-columns: 140px 150px;
        grid-row-gap: 24px;

        .list-li {
          padding: 0;
          margin: 0;
          display: flex;
          align-items: center;
          justify-content: flex-start;

          .data {
            font-weight: bold;
            font-size: 2rem;
            color: #FFFFFF;
            line-height: 40px;
            margin: 0;
          }

          div {
            .data {
              margin-top: 0;
              font-size: 20px;
              text-align: left;
              line-height: 20px;
              margin-bottom: 2px;
            }

            .name {
              text-align: left;
              font-family: PingFangSC, PingFang SC;
              font-weight: 300;
              font-size: 1rem;
              color: #FFFFFF;
              line-height: 16px;
              white-space: nowrap;
            }
          }
        }

        .list-li::after {
          content: "";
          width: 1px;
          height: 40px;
          background-color: rgba(255, 255, 255, 0.8);
          position: absolute;
          right: 0;
          top: 50%;
          transform: translateY(-50%);
        }

        .list-li:nth-child(2n)::after {
          display: none;
        }

        .list-li:nth-child(2n) {
          justify-content: flex-start;
          padding-left: 16px;
        }

        .list-li:first-child {
          max-width: none;
        }

        .list-li:last-child {
          max-width: none;
        }
      }
    }

  }


  .content {
    padding-bottom: 32px;
    padding-top: 10px;
    margin-top: 220px;
    background: linear-gradient(135deg, #EBF4FA 0%, #F9F9F9 45%, #FCFCFD 100%);

    .title {
      font-size: 20px;
      font-family: PingFangSC, PingFang SC;
      font-weight: 600;
      color: #000000;
      text-align: center;
      width: 88px;
      position: relative;
      padding: 0;
      margin-bottom: 36px;
    }

    .title::before {
      content: '';
      position: absolute;
      left: 4px;
      bottom: -8px;
      background-image: url('../../layout/image/title_befor.png');
      background-size: 100% 100%;
      width: 90%;
      height: 2px;
    }

    .content-main {
      width: 100%;
      margin: auto;
      padding: 0 16px;
      box-sizing: border-box;

      .home-tab-content {
        width: 100%;
      }

      .card-list {
        display: grid;
        grid-template-columns: repeat(2, 44vw);
        grid-template-rows: none;
        grid-row-gap: 24px;
        grid-column-gap: 10px;

        /* 自动调整行高 */
        .card-list-item {
          list-style: none;
          margin: 0;
          max-width: none;

          img {
            width: 100%;
            height: auto;
          }

          .tip {
            font-size: 12px;
            font-family: PingFangSC, PingFang SC;
            font-weight: 400;
            color: #080808;
            margin: 12px 0 8px 0;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
          }

          .text {
            font-size: 15px;
            font-family: PingFangSC, PingFang SC;
            font-weight: 400;
            color: #080808;
            margin-bottom: 1px;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            /* 限制显示的行数为2 */
            overflow: hidden;
            /* 隐藏超出部分 */
            text-overflow: ellipsis;
            /* 超出部分显示为省略号 */
          }
        }
      }
    }
  }

  .content-2 {
    width: 100%;
    min-width: 100%;
    padding: 32px 16px;
    box-sizing: border-box;

    .title {
      font-size: 20px;
      font-family: PingFangSC, PingFang SC;
      font-weight: 600;
      color: #000000;
      width: 88px;
      position: relative;
      margin-bottom: 42px;
    }

    .title::before {
      content: '';
      position: absolute;
      left: 4px;
      bottom: -12px;
      background-image: url('../../layout/image/title_befor.png');
      background-size: 100% 100%;
      width: 90%;
      height: 2px;
    }

    .content-list {
      width: 100%;
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-gap: 10px;

      li {
        width: 100%;
        height: 100px;
        list-style: none;
        position: relative;
        background-color: rgba(249, 250, 253, 1);
        background-size: 100% 100%;

        .content-list-img {
          width: 100%;
          height: 100%;
        }

        .content-list-title {
          font-family: PingFangSC, PingFang SC;
          font-weight: 500;
          font-size: 16px;
          color: #000000;
          line-height: 16px;
          text-align: left;
          position: absolute;
          left: 16px;
          top: 24px;
        }
      }

      li:hover {
        cursor: pointer;

        .content-list-img {
          display: none;
        }

        .content-list-title {
          color: #FFFFFF;
        }
      }
    }
  }

  .content-3 {
    padding-top: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(135deg, #FAFBFD 0%, #EFF2F9 100%);

    .title {
      font-size: 20px;
      font-family: PingFangSC, PingFang SC;
      font-weight: 600;
      color: #000000;
      text-align: center;
      width: max-content;
      position: relative;
      margin: 0;
      padding: 0;
      margin-bottom: 42px;
    }

    .title::before {
      content: '';
      position: absolute;
      left: 0px;
      bottom: -12px;
      background-image: url('../../layout/image/title_befor.png');
      background-size: 100% 100%;
      width: 100%;
      height: 2px;
    }

    .content-3-main {
      width: 100%;
      padding: 0 16px;
      margin: 0;
      box-sizing: border-box;

      .content-3-main-list {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 16px;

        li {
          background: #FFFFFF;
          border-radius: 8px;
          list-style: none;
          display: flex;
          align-items: flex-end;
          padding: 56px 16px 24px 16px;
          position: relative;
          box-sizing: border-box;
          justify-content: space-between;
          align-items: flex-start;

          .content-3-main-list-title {
            font-family: PingFangSC, PingFang SC;
            font-weight: 500;
            font-size: 16px;
            color: #000000;
            line-height: 16px;
            position: absolute;
            top: 24px;
          }

          .text {
            flex: 1;
            margin-top: 0;
            font-family: PingFangSC, PingFang SC;
            font-weight: 400;
            font-size: 14px;
            color: #36383F;
            line-height: 24px;
            text-align: justify;
          }

          img {
            margin-left: 30px;
            width: 120px;
            height: 114px;
          }
        }
      }
    }
  }

  .content-4 {
    box-sizing: border-box;
    width: 100%;
    margin-top: 32px;
    padding-top: 0;
    background-color: rgba(255, 255, 255, 1);

    .content-4-box {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 32px 16px;
      box-sizing: border-box;
    }

    .title {
      font-size: 18px;
      font-family: PingFangSC, PingFang SC;
      font-weight: 600;
      color: #000000;
      width: max-content;
      position: relative;
      margin: 0;
      padding: 0;
      margin-bottom: 32px;
      display: flex;
      align-items: center;
    }

    .title img {
      height: 30px;
      margin-right: 5px;
    }

    // .title::before {
    //   content: '';
    //   position: absolute;
    //   right: 0px;
    //   bottom: -12px;
    //   background-image: url('../../layout/image/title_befor.png');
    //   background-size: 100% 100%;
    //   width: 100px;
    //   height: 2px;
    // }
    .new-day-article-content {
      width: 100%;
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      grid-gap: 24px;
      margin-bottom: 60px;
      padding: 0;

      .new-day-article-content-item {
        background: linear-gradient(134deg, #F9FBFF 0%, #EDF3FC 100%);
        box-shadow: 0px 4px 8px 0px rgba(20, 29, 39, 0.14);
        border-radius: 4px;
        border: 2px solid;
        border-image: linear-gradient(135deg, rgba(255, 255, 255, 1), rgba(226, 233, 250, 1)) 2 2;
        backdrop-filter: blur(4px);
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 24px 16px 24px 20px;
        box-sizing: border-box;
        overflow: hidden;
      }

      .new-day-article-content-item-title {
        font-family: PingFangSC, PingFang SC;
        font-weight: 400;
        font-size: 16px;
        color: #080808;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
      }

      .new-day-article-content-item-info {
        display: flex;
        justify-content: space-between;
        margin-top: 16px;
      }

      .new-day-article-content-item-type {
        font-family: PingFangSC, PingFang SC;
        font-weight: 400;
        font-size: 14px;
        color: #36383F;
        white-space: nowrap;
        max-width: 154px;
        text-overflow: ellipsis;
        overflow: hidden;
      }

      .new-day-article-content-item-time {
        font-family: PingFangSC, PingFang SC;
        font-weight: 400;
        font-size: 14px;
        color: #36383F;
      }
    }
  }

  .content-5 {
    text-align: center;
    padding: 64px 16px 0px 16px;
    box-sizing: border-box;

    .title {
      font-size: 18px;
      font-family: PingFangSC, PingFang SC;
      font-weight: 600;
      color: #000000;
      text-align: center;
      width: max-content;
      position: relative;
      margin: 0 auto 32px;
    }

    .title::before {
      content: '';
      position: absolute;
      left: 0;
      bottom: -12px;
      background-image: url('../../layout/image/title_befor.png');
      background-size: 100% 100%;
      width: 90%;
      height: 2px;
    }
  }

  .content-7 {
    width: 100%;
    padding: 32px 16px;
    box-sizing: border-box;

    .lianjie {
      width: 100%;
      flex-wrap: wrap;

      .youlian {
        font-size: 12px;
        font-family: PingFangSC, PingFang SC;
        font-weight: 400;
        color: #C4C4C4;
      }
    }
  }
}

@media (max-width: 400px) {
  .banner-text {
    bottom: -14rem;
  }
}