.banner {
  width: 100%;
  height: 600px;
  background: #ccc;
}
.banner img {
  width: 100%;
  height: 100%;
}
body {
 font-family: Microsoft YaHei;
}
.swiper-container {
  box-sizing: border-box;
  width: 100%;
  height: 600px;
  position: relative;
  text-align: center;
  overflow: hidden;
  --swiper-navigation-size: 16px;
  --swiper-pagination-color: #6da92b;
}

.swiper-button-next,
.swiper-button-prev {
  width: 40px;
  height: 40px;
  color: #333;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.2);
}

.swiper-container:hover .swiper-button-next {
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
}

.swiper-container:hover .swiper-button-prev {
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
}
/* .consumables-box {
  margin: 100px auto 0 auto;
    .category {
      display: flex;
      justify-content: center;
      margin: 50px auto;
      li {
        // width: 120px;
        padding: 0 10px;
        height: 45px;
        background: #333333;
        color: #fff;
        margin-right: 10px;
        line-height: 45px;
        text-align: center;
        cursor: pointer;
        &:hover {
          background-color: $theme;
        }
      }
    }
  .consumables {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    .img {
      width: 550px;
      height: 350px;
      border: 1px solid #ccc;
      img {
        width: 100%;
      }
    }
    .content {
      width: 600px;
      .title-a {
        font-size: 25px;
        font-weight: bold;
        margin-bottom: 10px;
      }
      .f-title {
        font-size: 17px;
      }
      .consumables-func {
        display: flex;
        flex-wrap: wrap;
        li {
          height: 28px;
          padding: 0 15px;
          border-radius: 15px;
          border: 1px solid $theme;
          font-size: 15px;
          text-align: center;
          line-height: 28px;
          margin-top: 20px;
          margin-left: 10px;
          .func-content {
            display: flex;
            flex: 0 0 17%;
            justify-content: center;
          }
          &:hover {
            cursor: pointer;
            background: $theme;
            color: #fff;
          }
        }
      }
    }
  }
  .cj-content {
    line-height: 30px;
    padding: 10px;
  } */
.pro_container {
  width: 1200px;
  margin: 0px auto;
  background: #fff;
}
.module_box {
  padding-bottom: 20px;
}
.module_jb,
.module_gn {
  text-align: center;
 /* background-color: lavenderblush;*/
}
.module_jb img {
  width: 90%;
}
.module_jb .app_img {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.module_jb .app_img img {
  width: 20%;
}
.module_box .title {
  color: #4b9443;
  font-weight: 500;
  font-size: 23px;
  /*position: relative;*/
  margin: 0 auto 35px auto;
  padding-top: 20px;
  text-align: center;
}
.module_box .title::after {
  content: "";
  width: 50px;
  height: 4px;
  background: #4b9443;
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
.con-module {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}

.con-module li {
  display: flex;
  flex: 0 0 25%;
  justify-content: center;
}
.con-module li .consumables-content {
  width: 100%;
  border: 1px solid #dedede;
  background: #fff;
  padding: 20px 0;
}
.consumables-content .img {
  text-align: center;
}
.consumables-content .img img {
  width: 60px;
  height: 60px;
}
.consumables-content .name {
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  margin: 20px 0;
}
.consumables-content .content {
  color: #666;
  font-size: 14px;
  padding: 0 20px;
  line-height: 25px;
}
.con_classify {
}
.con_classify li {
  line-height: 40px;
  cursor: pointer;
}
.con_classify li:hover {
  color: #4b9443;
}
.active {
  color: #4b9443;
}
.system_desc {
  width: 90%;
  margin: 0 auto;
  line-height: 38px;
  font-weight: 200;
  font-size: 16px;
 /* text-indent: 2em;*/
}
.characteristic,
.benefit {
  line-height: 38px;
  font-weight: 200;
  font-size: 14px;
  margin: 0 auto;
  width: calc(100% - 300px);
}
.characteristic2 {
  line-height: 38px;
  font-weight: 200;
  font-size: 18px;
  margin-right: 50px;
}
.td_img {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.xy_img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.xy_item {
  width: 140px;
  text-align: center;
  margin-right: 40px;
}
.xy_item div {
  font-size: 13px;
  color: #999;
  line-height: 20px;
}
/* } */
