/* section {
  padding-bottom: 60px;
} */

section.bg-gray {
  background: #fafafb;
  padding: 65px 0;
}

.services-for-agriculture .content ul li {
  color: #222;
}

.services-for-agriculture .content ul li p {
  color      : #666;
  text-indent: 2em;
}

.image-text .products-wrap {
  overflow: hidden;
}

.convenient  {
  padding-bottom: 60px;
}

.farmer {
  padding-top: 85px;
}

.xiaowei .content ul li {
  display: flex;
}
.xiaowei .content ul li span{
  color: #222;
}
.xiaowei .content ul li div {
  color: #666;
  flex: 1;
}


@media screen and (max-width:580px) {
  .convenient .products-wrap {
    height: 150px;
  }

  .convenient .products-wrap img,.xiaowei .products-wrap img,.farmer .products-wrap img,.station .products-wrap img {
    height: 100%;
    width : auto
  }

  .xiaowei .products-wrap{
    height:260px;
  }

  .farmer .products-wrap{
    height:350px;
  }
  .station .products-wrap{
    height:380px;
  }
}


@media screen and (max-width:480px) {
  .station .products-wrap{
    height:450px;
  }
  .farmer .products-wrap{
    height:390px;
  }
}