.main-container {
  .content-box {
    background: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: calc(100vh - 421px);

    li {
      box-sizing: border-box;
    }

    .banner-box {
      width: 100%;
      position: relative;

      img {
        width: 100%;
      }

      .wrap-info {
        position: absolute;
        left: 12.2%;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 9;
        display: flex;
        flex-direction: column;
        //align-items: center;
        justify-content: center;

        .name {
          font-weight: bold;
          font-size: 52px;
          color: #FFFFFF;
          line-height: 61px;
          letter-spacing: 14px;
        }

        .desp {
          font-weight: 400;
          font-size: 18px;
          color: #FFFFFF;
          line-height: 21px;
          letter-spacing: 5px;
          margin-top: 14px;
        }
      }
    }

    .wrap-com {
      background: #ffffff;
      width: 1440px;
    }

    .wrap-0 {
      width: 1254px;
      padding: 0 93px;
      display: flex;
      flex-direction: column;
      align-items: center;
      background: #F7F8FA;
      position: relative;

      .icon-right {
        position: absolute;
        top: 94px;
        right: 27px;
        width: 236px;
        height: 272px;
      }

      .label {
        font-weight: 500;
        font-size: 32px;
        color: #333333;
        line-height: 38px;
        margin-top: 40px;
      }

      .list {
        margin-top: 40px;
        display: flex;
        flex-wrap: wrap;

        .item {
          width: 374px;
          height: 205px;
          background: #FFFFFF;
          box-shadow: 0px 0px 15px 0px #F2F5FA;
          border-radius: 6px;
          border: 1px solid transparent;
          margin: 0 21px 56px 21px;
          position: relative;

          .name {
            font-weight: 500;
            font-size: 22px;
            color: #333333;
            line-height: 26px;
            margin: 24px 30px 0 30px;
          }

          img {
            width: 50px;
            height: 7px;
            margin-top: 14px;
            margin-left: 30px;
          }

          .desp {
            font-weight: 400;
            font-size: 16px;
            color: #5B5B5B;
            line-height: 1.5;
            margin: 14px 30px 0 30px;

            display: -webkit-box;
            -webkit-line-clamp: 3; /* 限制最多显示3行 */
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;

          }

          .btn-green {
            width: 138px;
            height: 42px;
            background: #04AB81;
            border-radius: 4px;
            border: none;

            font-weight: 500;
            font-size: 16px;
            color: #FFFFFF;
            letter-spacing: 4px;

            position: absolute;
            left: 34px;
            bottom: 24px;
            display: none;

          }

        }

        .item:hover {
          height: 236px;
          border: 1px solid #04AB81;
          margin: 0 21px 25px 21px;

          .btn-green {
            display: inline-block;
          }
        }
      }
    }

    .wrap-1 {
      width: 1340px;
      padding: 0 50px 40px 50px;
      display: flex;
      flex-direction: column;
      align-items: center;
      background: #ffffff;
      position: relative;

      .label {
        font-weight: 500;
        font-size: 32px;
        color: #333333;
        line-height: 38px;
        margin-top: 40px;
      }

      .list {
        margin-top: 40px;
        display: flex;
        flex-wrap: wrap;

        .item {
          width: 445px;
          height: 268px;
          display: flex;
          flex-direction: column;
          align-items: center;
          border-right: 1px solid #F4F4F4;
          border-bottom: 1px solid #F4F4F4;

          img {
            width: 110px;
            height: 110px;
            margin-top: 30px;
          }

          .name {
            font-weight: 500;
            font-size: 18px;
            color: #333333;
            line-height: 25px;
            margin-top: 10px;
          }

          .desp {
            width: 238px;
            font-weight: 400;
            font-size: 16px;
            color: #86909C;
            line-height: 22px;
            text-align: center;
            margin-top: 15px;
          }
        }

        .item :nth-child(2) {
          .desp {
            width: 208px;
          }
        }

        .item :nth-child(3) {
          .desp {
            width: 140px;
          }
        }

        .item:nth-child(3), .item:nth-child(6) {
          border-right: none;
        }

        .item:nth-child(4), .item:nth-child(5), .item:nth-child(6) {
          border-bottom: none;
        }

      }

    }

    .wrap-2 {
      width: 1278px;
      height: 573px;
      padding: 0 81px;
      background: url("../image/product/img_product_wrap_2_bg.jpg");
      display: flex;
      flex-direction: column;
      align-items: center;

      .label {
        font-weight: 500;
        font-size: 32px;
        color: #333333;
        line-height: 38px;
        margin-top: 40px;
      }

      .desp {
        width: 920px;
        font-weight: 400;
        font-size: 20px;
        color: #86909C;
        line-height: 28px;
        text-align: center;
        margin-top: 20px;
      }

      .list {
        display: flex;
        flex-wrap: wrap;
        margin-top: 40px;

        .item {
          width: 386px;
          height: 332px;
          background: #FFFFFF;
          box-shadow: 0px 0px 15px 0px #F2F5FA;
          border-radius: 4px;
          display: flex;
          flex-direction: column;
          align-items: center;
          margin: 0 20px;

          img {
            width: 120px;
            height: 120px;
            margin-top: 44px;
          }

          .name {
            font-weight: 500;
            font-size: 26px;
            color: #333333;
            line-height: 36px;
            text-align: center;
            margin-top: 28px;
          }

          .desp {
            width: 320px;
            font-weight: 400;
            font-size: 16px;
            color: #86909C;
            line-height: 22px;
            margin-top: 20px;
          }
        }
        .item:nth-child(2){
          .desp {
            width: 336px;
          }
        }
        .item:nth-child(3){
          .desp {
            width: 354px;
          }
        }

      }
    }

    .wrap-3 {
      width: 1440px;
      height: 223px;
      position: relative;
      background: url("../image/index/img_index_wrap_5_bg.png");
      background-size: cover;
      background-repeat: no-repeat;
      margin-bottom: 30px;

      .wrap-info {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 30px;

        .tel {
          font-weight: 500;
          font-size: 26px;
          color: #333333;
        }

        .btn-green {
          width: 131px;
          height: 42px;
          background: #04AB81;
          border-radius: 4px 4px 4px 4px;
          margin-top: 20px;

          font-weight: 500;
          font-size: 16px;
          color: #FFFFFF;

          cursor: pointer;
          border: none;
        }

      }

    }
  }
}

// 媒体查询
@media screen and (max-width: 768px) {

  .main-container .footer-m .menu-list .menu:nth-child(2) {
    color: #FFFFFF;
  }

  .sidebox .menu-list .menu:nth-child(2) {
    color: #04AB81;
  }

  #header, #footer {
    display: none;
  }

  #header-m {
    display: block;
  }

  #footer-m {
    display: block;
  }

  #imgtop-pc {
    display: none;
  }

  #imgtop-m {
    display: block;
  }

  .main-container {
    .content-box {
      min-height: 0;

      .banner-box {
        .wrap-info {
          left: 0.2rem;

          .name {
            font-size: 0.34rem;
            line-height: 0.45rem;
            letter-spacing: 0.09rem;
          }

          .desp {
            font-size: 0.14rem;
            line-height: 0.18rem;
            letter-spacing: 0.03rem;
            margin-top: 0.06rem;
          }
        }
      }

      .wrap-0 {
        width: 100%;
        padding: 0;

        .label {
          font-size: 0.16rem;
          line-height: 0.22rem;
          margin-top: 0.24rem;
        }

        .icon-right {
          display: none;
        }

        .list {
          padding: 0 0.2rem 0.1rem 0.2rem;
          margin-top: 0.24rem;
          display: block;
          flex-wrap: wrap;

          .item {
            width: 100%;
            height: 2.03rem;
            background: #FFFFFF;
            box-shadow: 0rem 0rem 0.15rem 0rem #F2F5FA;
            border-radius: 0.06rem;
            border: none;
            margin: 0 0 0.1rem 0;
            display: flex;
            flex-direction: column;

            .name {
              font-size: 0.16rem;
              line-height: 0.22rem;
              margin: 0.2rem 0.24rem 0 0.24rem;
            }

            img {
              width: 0.5rem;
              height: 0.07rem;
              margin-top: 0.1rem;
              margin-left: 0.24rem;
            }

            .desp {
              font-size: 0.14rem;
              margin: 0.1rem 0.24rem 0 0.24rem;
            }

            .btn-green {
              width: 1.1rem;
              height: 0.36rem;
              background: #04AB81;
              border-radius: 0.04rem;

              font-size: 0.14rem;
              letter-spacing: 0.03rem;
              position: absolute;
              left: 0.24rem;
              bottom: 0.2rem;
              display: inline-block;
            }
          }

          .item:hover {
            height: 2.03rem;
            border: none;
            margin: 0 0 0.1rem 0;

            .btn-green {
              display: inline-block;
            }
          }

        }
      }

      .wrap-1 {
        width: 100%;
        padding: 0;

        .label {
          font-size: 0.16rem;
          line-height: 0.22rem;
          margin-top: 0.32rem;
        }

        .list {
          margin: 0.24rem 0.1rem;

          .item {
            width: 1.77rem;
            height: 1.9rem;
            border-right: 0.01rem solid #F4F4F4;
            border-bottom: 0.01rem solid #F4F4F4;

            img {
              width: 0.64rem;
              height: 0.64rem;
              margin-top: 0.1rem;
            }

            .name {
              font-size: 0.16rem;
              line-height: 0.22rem;
              margin-top: 0.1rem;
            }

            .desp {
              width: 1.54rem;
              font-size: 0.14rem;
              color: #86909C;
              line-height: 1.5;
              margin-top: 0.1rem;
              text-align: start;
            }
          }

          .item :nth-child(2) {
            .desp {
              width: 1.54rem;
            }
          }

          .item :nth-child(3) {
            .desp {
              width: 1.49rem;
            }
          }

          .item :nth-child(4) {
            .desp {
              text-align: center;
            }
          }

          .item:nth-child(2), .item:nth-child(4), .item:nth-child(6) {
            border-right: none;
          }

          .item:nth-child(3) {
            border-right: 0.01rem solid #F4F4F4;
          }

          .item:nth-child(4) {
            border-bottom: 0.01rem solid #F4F4F4;
          }

          .item:nth-child(5), .item:nth-child(6) {
            border-bottom: none;
          }

        }


      }

      .wrap-2 {
        width: 100%;
        height: auto;
        padding: 0;
        background: url('../imagem/product/img_product_wrap_2_bg.jpg');
        background-size: cover;
        background-repeat: no-repeat;

        .label {
          font-size: 0.16rem;
          line-height: 0.22rem;
          margin-top: 0.24rem;
        }

        .desp {
          width: 3.08rem;
          font-size: 0.14rem;
          line-height: 1.5;
          margin-top: 0.12rem;
        }
        .list {
          margin-top: 0.24rem;
          padding: 0 0.25rem 0 0.25rem;
          .item {
            width: 3.25rem;
            height: 1.8rem;
            box-shadow: 0px 0px 0.15rem 0px #F2F5FA;
            border-radius: 0.04rem;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            margin: 0 0 0.2rem 0;
            img {
              width: 0.71rem;
              height: 0.71rem;
              margin-top: 0;
            }
            .name {
              font-size: 0.16rem;
              line-height: 0.22rem;
              margin-top: 0.1rem;
            }
            .desp {
              width: 2.82rem;
              height: auto;
              font-size: 0.14rem;
              color: #86909C;
              line-height: 1.5;
              margin-top: 0.1rem;
            }
          }
          .item:nth-child(2){
            .desp{
              width: 3rem;
            }
          }
          .item:nth-child(3){
            .desp{
              width: 3.1rem;
            }
          }
        }
      }

      .wrap-3 {
        width: 100%;
        height: 1.16rem;
        margin-bottom: 0;
        background: url('../imagem/product/img_product_wrap_3_bg.png');
        background-size: cover;
        background-repeat: no-repeat;
        .wrap-info {
          left: 0;
          right: 0;
          bottom: 0.1rem;
          .tel {
            font-size: 0.14rem;
          }
          .btn-green {
            width: 1.1rem;
            height: 0.36rem;
            background: #04AB81;
            border-radius: 0.04rem;
            margin-top: 0.09rem;
            font-size: 0.14rem;
          }
        }
      }
    }
  }
}

// 媒体查询
@media screen and (min-width: 769px) {

  #header, #footer {
    display: block;
  }

  #header-m, #footer-m {
    display: none;
  }

  #imgtop-pc {
    display: block;
  }

  #imgtop-m {
    display: none;
  }

}

