.home .banner {
  position: relative; }
  .home .banner img {
    width: 100%;
    height: 100vh;
    display: block;
    object-fit: cover; }
  .home .banner .text {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
    color: white; }
    .home .banner .text h2 {
      margin-bottom: 2.0833333333vw; }
    .home .banner .text .t {
      font-weight: 600; }
.home .main {
  padding: 0 4.1666666667vw;
  overflow: hidden; }
  .home .main .section1 {
    margin: 5.2083333333vw 0 0 0; }
    .home .main .section1 .intro {
      padding: 2.0833333333vw;
      position: relative; }
      .home .main .section1 .intro .des {
        color: #262626; }
      .home .main .section1 .intro .icon1 {
        position: absolute;
        left: 0;
        top: 0; }
        .home .main .section1 .intro .icon1 img {
          width: 2.0833333333vw;
          display: block; }
      .home .main .section1 .intro .icon2 {
        position: absolute;
        left: 36.9791666667vw;
        bottom: 2.0833333333vw; }
        .home .main .section1 .intro .icon2 img {
          width: 2.0833333333vw;
          display: block; }
    .home .main .section1 .pic img {
      width: 100%;
      display: block;
      object-fit: cover; }
    .home .main .section1 .info {
      margin: 2.0833333333vw 0;
      color: #333; }
      .home .main .section1 .info ul li {
        list-style: disc;
        margin-left: 1.0416666667vw;
        line-height: 1.8; }
  .home .main .section2 .pics {
    display: flex;
    gap: 2.0833333333vw;
    margin-bottom: 2.0833333333vw; }
    .home .main .section2 .pics .l {
      width: calc(100% - 62.5vw); }
      .home .main .section2 .pics .l .pic {
        overflow: hidden; }
        .home .main .section2 .pics .l .pic img {
          width: 100%;
          display: block;
          height: 22.3958333333vw;
          object-fit: cover;
          transition: all 600ms; }
        .home .main .section2 .pics .l .pic:hover img {
          transform: scale(1.05); }
        .home .main .section2 .pics .l .pic:first-child {
          margin-bottom: 2.0833333333vw; }
    .home .main .section2 .pics .r {
      width: 62.5vw;
      overflow: hidden; }
      .home .main .section2 .pics .r img {
        width: 100%;
        display: block;
        height: 46.875vw;
        object-fit: cover;
        transition: all 600ms; }
      .home .main .section2 .pics .r:hover img {
        transform: scale(1.05); }
  .home .main .section2 .two {
    flex-direction: row-reverse; }
    .home .main .section2 .two .l .pic {
      margin-bottom: 0 !important; }
      .home .main .section2 .two .l .pic img {
        height: 46.875vw; }
  .home .main .section2 .back {
    display: flex;
    width: 8.3333333333vw;
    height: 2.9166666667vw;
    border-radius: 1.6666666667vw;
    border: 1px solid #0F927B;
    background: #FFF;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center; }
    .home .main .section2 .back svg {
      margin-left: 1.3020833333vw; }
  .home .main .section3 {
    margin: 5.2083333333vw 0 5.7291666667vw 0; }
    .home .main .section3 .t1 {
      text-align: center;
      padding-bottom: 1.4583333333vw;
      position: relative; }
      .home .main .section3 .t1::after {
        content: '';
        display: block;
        width: 5.9895833333vw;
        height: 1px;
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        background: #000; }
    .home .main .section3 .content {
      margin-top: 3.125vw;
      position: relative; }
      .home .main .section3 .content .swiper1 {
        width: 100vw; }
        .home .main .section3 .content .swiper1 .swiper-slide a {
          display: block;
          position: relative; }
          .home .main .section3 .content .swiper1 .swiper-slide a .pic {
            overflow: hidden; }
            .home .main .section3 .content .swiper1 .swiper-slide a .pic img {
              width: 100%;
              display: block;
              object-fit: cover;
              height: 30.625vw;
              transition: all 600ms; }
          .home .main .section3 .content .swiper1 .swiper-slide a .dt {
            position: absolute;
            left: 0;
            background: rgba(0, 0, 0, 0.4);
            backdrop-filter: blur(6px);
            bottom: 0;
            padding: 0.9375vw 2.0833333333vw;
            width: 100%;
            display: flex;
            justify-content: space-between;
            align-items: center;
            color: white; }
            .home .main .section3 .content .swiper1 .swiper-slide a .dt .btn {
              display: flex;
              align-items: center; }
              .home .main .section3 .content .swiper1 .swiper-slide a .dt .btn img:nth-child(1) {
                width: 1.3541666667vw;
                height: auto;
                display: block; }
              .home .main .section3 .content .swiper1 .swiper-slide a .dt .btn p {
                margin: 0 0.625vw 0 0.2083333333vw; }
              .home .main .section3 .content .swiper1 .swiper-slide a .dt .btn img:nth-child(3) {
                width: 1.4583333333vw;
                height: auto;
                display: block; }
          .home .main .section3 .content .swiper1 .swiper-slide a:hover .pic img {
            transform: scale(1.05); }
      .home .main .section3 .content .next {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
        z-index: 10; }
        .home .main .section3 .content .next img {
          width: 4.2708333333vw;
          height: auto;
          display: block; }
@media screen and (max-width: 1024px) {
  .home .main {
    padding: 0 5%; }
    .home .main .section1 .intro {
      padding: 20px; }
      .home .main .section1 .intro .icon1 img, .home .main .section1 .intro .icon2 img {
        width: 20px; }
      .home .main .section1 .intro .icon2 {
        left: auto;
        right: 0;
        bottom: 20px; }
    .home .main .section1 .info {
      margin: 20px 0; }
      .home .main .section1 .info ul li {
        margin-left: 18px; }
    .home .main .section2 .pics {
      flex-direction: column;
      gap: 20px;
      margin-bottom: 20px; }
      .home .main .section2 .pics .l {
        width: 100%; }
        .home .main .section2 .pics .l .pic img {
          height: 300px; }
        .home .main .section2 .pics .l .pic:first-child {
          margin-bottom: 20px; }
      .home .main .section2 .pics .r {
        width: 100%; }
        .home .main .section2 .pics .r img {
          height: 500px; }
    .home .main .section2 .back {
      width: 140px;
      height: 45px;
      border-radius: 32px; }
      .home .main .section2 .back svg {
        margin-left: 12px;
        width: 10px; }
    .home .main .section3 {
      margin: 50px 0 60px 0; }
      .home .main .section3 .t1::after {
        width: 80px; }
      .home .main .section3 .content {
        margin-top: 20px; }
        .home .main .section3 .content .swiper1 {
          width: 100%; }
          .home .main .section3 .content .swiper1 .swiper-slide a .pic img {
            height: 200px; }
          .home .main .section3 .content .swiper1 .swiper-slide a .dt {
            padding: 8px 10px;
            font-size: 14px; }
            .home .main .section3 .content .swiper1 .swiper-slide a .dt .btn img:nth-child(1), .home .main .section3 .content .swiper1 .swiper-slide a .dt .btn img:nth-child(3) {
              width: 20px; }
            .home .main .section3 .content .swiper1 .swiper-slide a .dt .btn p {
              margin: 0 6px 0 2px; }
        .home .main .section3 .content .next img {
          width: 41px; } }

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