

.container-pc{
  .banner-box{
    width: 100%;
    min-height: 580px;
    position: relative;
    //margin-top: -1px;
    .swiper-container {
      width: 100%;
      //height: 600px;
      margin: 0 auto;
      .swiper-slide {
        height: 1px;/* 随意指定一个height值即可 */
        img{
          width: 100%;
          //height: 100%;
          object-fit: contain;
        }
      }
      .swiper-slide-active {
        height: auto;
      }

      .swiper-pagination .swiper-pagination-bullet {
        width: 32px;
        height: 7px;
        background: rgba(255,255,255,0.3);
        border-radius: 15px;
      }
      .swiper-pagination .swiper-pagination-bullet-active {
        width: 32px;
        height: 7px;
        background: #FFFFFF;
        border-radius: 15px;
      }

    }
    .wrap-info{
      position: absolute;
      left: 0;
      right: 0;
      top: 100px;
      bottom: 100px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      z-index: 9;
      .name{
        font-family: Microsoft YaHei, Microsoft YaHei;
        font-weight: bold;
        font-size: 52px;
        color: #FFFFFF;
        letter-spacing: 14px;
        margin-right: -14px;
      }
      .desp{
        font-family: Microsoft YaHei, Microsoft YaHei;
        font-weight: 400;
        font-size: 18px;
        color: #FFFFFF;
        letter-spacing: 5px;
        margin-right: -5px;
        margin-top: 56px;
      }
      .wrap-btn{
        margin-top: 56px;
        .btn-white{
          width: 138px;
          height: 42px;
          background: #FFFFFF;
          border-radius: 4px;

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

          cursor: pointer;
          border: none;
        }

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

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

          cursor: pointer;
          border: none;

        }
      }
    }
  }
  .content-box{
    background: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;

    .wrap-0{
      width: 1440px;
      height: 672px;
      position: relative;
      background: #F7F8FA;

      .wrap-info{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 40px;
        .name{
          font-weight: 500;
          font-size: 32px;
          color: #333333;
        }
        .desp{
          font-weight: 400;
          font-size: 20px;
          color: #86909C;
          margin-top: 20px;
        }
      }

      .ul-left{
        position: absolute;
        top: 151px;
        left: 121px;
        .item{
          width: 307px;
          height: 70px;
          background: #FFFFFF;
          box-shadow: 0px 0px 10px 0px rgba(206,206,206,0.09);
          border-radius: 12px;
          display: flex;
          align-items: center;
          margin-bottom: 43px;
          .icon{
            width: 40px;
            height: 40px;
            margin-left: 23px;
            margin-right: 22px;
          }
          span{
            font-weight: 500;
            font-size: 24px;
            color: #333333;
          }

        }
      }

      .wrap-btn{
        position: absolute;
        bottom: 41px;
        left: 122px;
        .btn-white{
          width: 131px;
          height: 42px;
          background: #FFFFFF;
          box-shadow: 0px 0px 8px 0px rgba(228,228,228,0.25);
          border-radius: 4px;

          font-weight: 500;
          font-size: 16px;
          color: #04AB81;

          cursor: pointer;
          border: none;
        }

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

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

          cursor: pointer;
          border: none;
        }
      }

      .icon-right{
        width: 236px;
        height: 272px;
        position: absolute;
        top: 101px;
        right: 27px;
      }
      .img-center{
        width: 754px;
        height: 502px;
        position: absolute;
        top: 136px;
        right: 198px;
      }

    }
    .wrap-1{
      width: 1440px;
      height: 582px;
      position: relative;
      background: url("../image/index/bg_index_wrap_1.jpg");

      .wrap-info{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 40px;
        .name{
          font-weight: 500;
          font-size: 32px;
          color: #FFFFFF;
        }
        .desp{
          font-weight: 400;
          font-size: 20px;
          color: #FFFFFF;
          margin-top: 20px;
        }
      }
      .box{
        margin: 45px 145px 0 145px;
        display: flex;
        .box-left{
          width: 259px;
          height: 340px;
          background: rgba(255,255,255,0.2);
          border-radius: 6px 0 0 6px;
          padding-top: 24px;
          li{
            width: 206px;
            height: 36px;
            line-height: 36px;
            border-radius: 4px;
            margin-left: 14px;
            margin-right: 14px;
            margin-bottom: 20px;
            padding-left: 25px;

            font-weight: 400;
            font-size: 18px;
            color: #FFFFFF;

            cursor: pointer;

          }
          li:hover{
            background: #04AB81;
          }
          .curr{
            background: #04AB81;
          }

        }
        .box-right{
          width: 891px;
          height: 364px;
          background: rgba(255,255,255,0.08);
          border-radius: 0px 6px 6px 0px;

          .con{
            padding: 30px 60px;
            .title{
              font-weight: 500;
              font-size: 24px;
              color: #FFFFFF;
              margin-bottom: 20px;
            }
            .desp{
              font-weight: 500;
              font-size: 18px;
              color: #FFFFFF;
              line-height: 28px;
            }
            .btn-white{
              width: 131px;
              height: 42px;
              background: #FFFFFF;
              border-radius: 4px;
              font-weight: 500;
              font-size: 16px;
              color: #04AB81;
              cursor: pointer;
              border: none;
              margin-top: 50px;
            }
            ul{
              list-style: inherit;
              margin-left: 20px;
              margin-top: 20px;
              li{
                font-weight: 500;
                font-size: 14px;
                color: #FFFFFF;
                line-height: 24px;
                margin-top: 4px;
              }
            }
          }

        }
      }

    }
    .wrap-2{
      width: 1440px;
      height: 435px;
      position: relative;
      background: url("../image/index/bg_index_wrap_2.jpg");
      .wrap-info{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 40px;
        .name{
          font-weight: 500;
          font-size: 32px;
          color: #333333;
        }
        .desp{
          font-weight: 400;
          font-size: 20px;
          color: #86909C;
          margin-top: 20px;
        }
      }
      ul{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 120px;
        margin-top: 92px;
        li{
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          .value-w{
            .value{
              font-family: Microsoft YaHei, Microsoft YaHei;
              font-weight: bold;
              font-size: 52px;
              color: #04AB81;
            }
            .unit{
              font-family: Microsoft YaHei, Microsoft YaHei;
              //font-weight: bold;
              font-size: 22px;
              color: #04AB81;
            }
          }
          .label{
            font-weight: 400;
            font-size: 22px;
            color: #86909C;
            margin-top: 30px;
          }
        }
      }
      .wrap-btn{
        position: absolute;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        bottom: 40px;
        .btn-white{
          width: 131px;
          height: 42px;
          background: #FFFFFF;
          box-shadow: 0px 0px 8px 0px rgba(228,228,228,0.25);
          border-radius: 4px;

          font-weight: 500;
          font-size: 16px;
          color: #04AB81;

          cursor: pointer;
          border: none;
        }

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

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

          cursor: pointer;
          border: none;
        }
      }
    }
    .wrap-3{
      width: 1440px;
      height: 511px;
      position: relative;
      background: #F9FCFE;

      .wrap-info{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 40px;
        .name{
          font-weight: 500;
          font-size: 32px;
          color: #333333;
        }
        .desp{
          font-weight: 400;
          font-size: 20px;
          color: #86909C;
          margin-top: 20px;
        }
      }

    }
    .wrap-4{
      width: 1440px;
      height: 500px;
      position: relative;
      background: url("../image/index/bg_index_wrap_4.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: #FFFFFF;
        }
        .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;
        }
      }
    }
    .wrap-5{
      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;
        }
      }
    }


  }
}

.container-m{
  .content{
    .banner-box{
      width: 100%;
      height: 7.34rem;
      position: relative;
      //margin-top: -1px;
      .swiper-container {
        width: 100%;
        height: 100%;
        .swiper-slide {
          img{
            width: 100%;
            height: 100%;
            object-fit: cover;
          }
        }
        //.swiper-slide-active {
        //  height: auto;
        //}
        .swiper-pagination .swiper-pagination-bullet {
          width: 32px;
          height: 7px;
          background: rgba(255,255,255,0.3);
          border-radius: 15px;
        }
        .swiper-pagination .swiper-pagination-bullet-active {
          width: 32px;
          height: 7px;
          background: #FFFFFF;
          border-radius: 15px;
        }
      }
      .wrap-info{
        position: absolute;
        left: 0;
        right: 0;
        top: 1.37rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        z-index: 9;
        .name{
          font-family: PingFang SC, PingFang SC;
          font-weight: 500;
          font-size: 0.34rem;
          color: #FFFFFF;
          line-height: 0.4rem;
          letter-spacing: 0.05rem;
          margin-right: -0.05rem;
        }
        .desp{
          width: 3.11rem;
          font-family: Microsoft YaHei, Microsoft YaHei;
          font-weight: 400;
          font-size: 0.14rem;
          color: #FFFFFF;
          line-height: 1.5;
          margin-top: 0.22rem;
          text-align: center;
        }
        .wrap-btn{
          display: flex;
          align-items: center;
          margin-top: 0.49rem;
          .btn-white{
            width: 1.1rem;
            height: 0.36rem;
            background: #FFFFFF;
            border-radius: 0.04rem;
            font-weight: 500;
            font-size: 0.14rem;
            color: #04AB81;
            letter-spacing: 3px;

            cursor: pointer;
            border: none;
            margin-right: 0.22rem;
          }

          .btn-green{
            width: 1.1rem;
            height: 0.36rem;
            background: #04AB81;
            border-radius: 0.04rem;
            font-weight: 500;
            font-size: 0.14rem;
            color: #FFFFFF;
            letter-spacing: 3px;

            cursor: pointer;
            border: none;

          }
        }
      }
    }
    .box-1{
      display: flex;
      flex-direction: column;
      align-items: center;
      background: #F7F8FA;
      padding-bottom: 0.22rem;
      position: relative;
      .title{
        margin-top: 0.24rem;
        font-weight: 500;
        font-size: 0.16rem;
        color: #333333;
        line-height: 0.22rem;
      }
      .sub{
        margin-top: 0.06rem;
        font-weight: 400;
        font-size: 0.12rem;
        color: #86909C;
        line-height: 0.17rem;
      }
      .img-center{
        margin-top: 0.1rem;
        width: 3.55rem;
        height: 2.25rem;
        object-fit: cover;
        z-index: 1;
      }
      .icon-right{
        width: 0.44rem;
        height: 0.52rem;
        position: absolute;
        top: 1.03rem;
        right: 0.05rem;
      }
      .list{
        display: flex;
        flex-wrap: wrap;
        margin-top: 0.15rem;
        padding: 0 0.05rem;
        .item{
          width: 1.70rem;
          height: 0.4rem;
          background: rgba(239,239,239,0.73);
          box-shadow: 0rem 0rem 0.1rem 0rem rgba(206,206,206,0.09);
          border-radius: 0.04rem;
          display: flex;
          align-items: center;
          margin: 0 0.06rem 0.14rem 0.06rem;
          .icon{
            width: 0.22rem;
            height: 0.22rem;
            margin-left: 0.14rem;
            margin-right: 0.09rem;
          }
          span{
            font-weight: 500;
            font-size: 0.14rem;
            color: #333333;
          }
        }
      }
      .wrap-btn{
        display: flex;
        margin-top: 0.06rem;
        .btn-white{
          width: 1.73rem;
          height: 0.4rem;
          background: #FFFFFF;
          box-shadow: 0rem 0rem 0.08rem 0rem rgba(228,228,228,0.25);
          border-radius: 0.04rem;
          border: 0.01rem solid #04AB81;
          font-weight: 500;
          font-size: 0.14rem;
          color: #04AB81;

          cursor: pointer;
          border: none;
          margin-right: 0.09rem;
        }

        .btn-green{
          width: 1.73rem;
          height: 0.4rem;
          background: #04AB81;
          box-shadow: 0rem 0rem 0.08rem 0rem rgba(228,228,228,0.25);
          border-radius: 0.04rem;
          border: 0.01rem solid #04AB81;

          font-weight: 500;
          font-size: 0.14rem;
          color: #FFFFFF;

          cursor: pointer;
          border: none;

        }
      }
    }
    .box-2{
      display: flex;
      flex-direction: column;
      align-items: center;
      background: #FFFFFF;
      position: relative;
      .title{
        margin-top: 0.24rem;
        font-weight: 500;
        font-size: 0.16rem;
        color: #333333;
        line-height: 0.22rem;
      }
      .sub{
        width: 2.7rem;
        margin-top: 0.06rem;
        font-weight: 400;
        font-size: 0.12rem;
        color: #86909C;
        line-height: 0.17rem;
        text-align: center;
      }
      .tab-group{
        //width:100%;
        width: 3.51rem;
        margin-top: 0.24rem;
        display: flex;
        white-space: nowrap;
        overflow-x: auto;
        padding: 0 0.12rem;

        li{
          font-weight: 400;
          font-size: 0.14rem;
          color: #333333;
          line-height: 0.2rem;
          margin-right: 0.2rem;
          border-bottom: 0.03rem solid transparent;
        }
        .active{
          color: #04AB81;
          border-bottom: 0.03rem solid #04AB81;
        }
      }
      .fa-des{
        width: 3.75rem;
        height: 2.62rem;
        margin-top: 0.2rem;
        background: url("../imagem/index/img_index_box_2_bg.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        .box-info{
          padding: 0 0.17rem;
          .name{
            font-weight: 500;
            font-size: 0.16rem;
            color: #FFFFFF;
            line-height: 0.22rem;
            margin-top: 0.32rem;
          }
          .des{
            font-weight: 400;
            font-size: 0.14rem;
            color: #FFFFFF;
            line-height: 1.5;
            margin-top: 0.16rem;
          }
          ul{
            list-style: inherit;
            margin-left: 0.17rem;
            margin-top: 0.1rem;
            li{
              font-weight: 400;
              font-size: 0.14rem;
              color: #FFFFFF;
              line-height: 1.5;
              margin-top: 0.06rem;
            }
          }
          .btn-green{
            width: 1.1rem;
            height: 0.36rem;

            background: #04AB81;
            border-radius: 0.04rem;
            font-weight: 400;
            font-size: 0.14rem;
            color: #FFFFFF;
            margin-top: 0.23rem;
          }
        }
      }
    }
    .box-3{
      height: 3.16rem;
      background: url("../imagem/index/img_index_box_3_bg.jpg");
      background-repeat: no-repeat;
      background-size: cover;

      display: flex;
      flex-direction: column;
      align-items: center;
      position: relative;

      .title{
        margin-top: 0.24rem;
        font-weight: 500;
        font-size: 0.16rem;
        color: #333333;
        line-height: 0.22rem;
      }
      .sub{
        width: 2.52rem;
        margin-top: 0.06rem;
        font-weight: 400;
        font-size: 0.12rem;
        color: #86909C;
        line-height: 0.17rem;
        text-align: center;
      }

      .list{
        display: flex;
        flex-wrap: wrap;
        margin-top: 0.24rem;
        .item{
          width: 50%;
          display: flex;
          flex-direction: column;
          align-items: center;
          margin-bottom: 0.18rem;
          .value-w{
            display: flex;
            align-items: baseline;
            .value{
              font-weight: bold;
              font-size: 0.24rem;
              color: #04AB81;
              line-height: 0.32rem;
            }
            .unit{
              font-size: 0.12rem;
              color: #04AB81;
            }
          }
          .label{
            font-weight: 400;
            font-size: 0.14rem;
            color: #86909C;
            margin-top: 0.04rem;
            line-height: 0.2rem;
          }
        }
      }

      .btn-white{
        width: 1.1rem;
        height: 0.36rem;
        background: #FFFFFF;
        border-radius: 0.04rem;
        font-weight: 500;
        font-size: 0.14rem;
        color: #04AB81;
        margin-top: 0.02rem;
      }

    }
    .box-4{
      background: #F9FCFE;
      display: flex;
      flex-direction: column;
      align-items: center;
      position: relative;
      padding-bottom: 0.24rem;
      .title{
        margin-top: 0.24rem;
        font-weight: 500;
        font-size: 0.16rem;
        color: #333333;
        line-height: 0.22rem;
      }
      .sub{
        width: 2.52rem;
        margin-top: 0.06rem;
        font-weight: 400;
        font-size: 0.12rem;
        color: #86909C;
        line-height: 0.17rem;
        text-align: center;
      }
    }
    .box-5{
      background: #ffffff;
      display: flex;
      flex-direction: column;
      align-items: center;
      position: relative;
      padding-bottom: 0.08rem;
      .title{
        margin-top: 0.2rem;
        font-weight: 500;
        font-size: 0.16rem;
        color: #333333;
        line-height: 0.22rem;
      }
      img{
        width: 100%;
        //height: 1.18rem;
        margin-top: 0.08rem;
        object-fit: cover;
      }
    }
    .box-6{
      width: 100%;
      height: 1.16rem;
      background: url("../imagem/index/img_index_box_6_bg.jpg");
      background-repeat: no-repeat;
      background-size: cover;
      display: flex;
      flex-direction: column;
      align-items: center;
      position: relative;

      .top{
        font-weight: 500;
        font-size: 0.14rem;
        color: #333333;
        line-height: 0.2rem;
        margin-top: 0.12rem;
      }

      .tel{
        font-weight: 500;
        font-size: 0.14rem;
        color: #333333;
        line-height: 0.2rem;
        margin-top: 0.09rem;
      }
      .btn-green{
        width: 1.1rem;
        height: 0.36rem;
        background: #04AB81;
        border-radius: 0.04rem;
        font-weight: 500;
        font-size: 0.14rem;
        color: #FFFFFF;
        margin-top: 0.09rem;

      }

    }
  }
  .footer-m{
    background: #000414;
    padding: 0.3rem 0 0.7rem 0.22rem;
    position: relative;
    .menu-list{
      display: flex;
      align-items: center;
      .menu{
        font-weight: 400;
        font-size: 0.14rem;
        color: #969AA7;
        line-height: 0.16rem;
        padding-left: 0.09rem;
        padding-right: 0.09rem;
        border-right: 0.01rem solid #969AA7;
      }
      .menu:first-child{
        padding-left: 0;
      }
      .menu:last-child{
        border-right: none;
      }
      .active{
        color: #FFFFFF;
      }
    }
    .logo{
      width: 0.9rem;
      height: 0.34rem;
      margin-top: 0.22rem;
    }
    .wrap-label{
      display: flex;
      align-items: center;
      margin-top: 0.2rem;
      .icon-tel{
        width: 0.12rem;
        height: 0.12rem;
        margin-right: 0.06rem;
      }
      .icon-email{
        width: 0.13rem;
        height: 0.1rem;
        margin-right: 0.05rem;
      }
      .label{
        font-weight: 400;
        font-size: 0.14rem;
        color: #969AA7;
        line-height: 0.2rem;
      }
    }
    .tel,.email{
      font-weight: 500;
      font-size: 0.16rem;
      color: #FFFFFF;
      line-height: 0.22rem;
      margin-top: 0.08rem;
    }

    .wrap-qr{
      display: flex;
      flex-direction: column;
      align-items: center;
      position: absolute;
      top: 1.39rem;
      right: 0.3rem;
      .icon{
        width: 0.8rem;
        height: 0.8rem;
      }
      .label{
        font-weight: 400;
        font-size: 0.12rem;
        color: #969AA7;
        line-height: 0.17rem;
        margin-top: 0.06rem;
      }
    }
  }
  .box-bot-fixed{
    height: 0.61rem;
    background: rgba(0,0,0,0.8);
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 0.14rem;
    z-index: 999;

    .btn-white{
      width: 1.66rem;
      height: 0.34rem;
      background: #FFFFFF;
      border-radius: 0.04rem;
      font-weight: 500;
      font-size: 0.14rem;
      color: #04AB81;
      letter-spacing: 3px;
    }
    .btn-green{
      width: 1.66rem;
      height: 0.34rem;
      background: #04AB81;
      border-radius: 0.04rem;
      font-weight: 500;
      font-size: 0.14rem;
      color: #FFFFFF;
      letter-spacing: 3px;
    }
  }
}

.footer-m {
  padding: 0.3rem 0 0.7rem 0.22rem;
}

// 媒体查询
@media screen and (max-width: 768px) {
  .container-m .footer-m .menu-list .menu:nth-child(1) {
    color: #FFFFFF;
  }
  .sidebox .menu-list .menu:nth-child(1) {
    color: #04AB81;
  }
}




