@charset "utf-8";
/*********标准文字*********/
/************标准title***************/
/*************标题背景英文字体******************/
/**************标题背景中文字体********************/
/**************板块中标题*****************/
/*************小村题******************/
.font-title {
  font: normal 20px "Microsoft YaHei", "Helvetica Neue", "Marmelad", "Lucida Grande", "Hiragino Sans GB", Georgia, sans-serif;
  font-size: 30px;
  color: #404040;
  font-weight: bold;
}
.font-title-1 {
  font: normal 20px "Microsoft YaHei", "Helvetica Neue", "Marmelad", "Lucida Grande", "Hiragino Sans GB", Georgia, sans-serif;
  font-size: 28px;
  color: #555;
}
.font-title-2 {
  font: normal 20px "Microsoft YaHei", "Helvetica Neue", "Marmelad", "Lucida Grande", "Hiragino Sans GB", Georgia, sans-serif;
  font-size: 24px;
  color: #555;
  font-weight: bold;
}
.font-title-3 {
  font: normal 20px "Microsoft YaHei", "Helvetica Neue", "Marmelad", "Lucida Grande", "Hiragino Sans GB", Georgia, sans-serif;
  font-size: 20px;
  color: #555;
  font-weight: bold;
}
.font-content {
  font: normal 20px "Microsoft YaHei", "Helvetica Neue", "Marmelad", "Lucida Grande", "Hiragino Sans GB", Georgia, sans-serif;
  font-size: 20px;
  color: #939393;
}
.font-content-3 {
  font: normal 20px "Microsoft YaHei", "Helvetica Neue", "Marmelad", "Lucida Grande", "Hiragino Sans GB", Georgia, sans-serif;
  font-size: 18px;
  color: #939393;
}
.font-content-4 {
  font: normal 20px "Microsoft YaHei", "Helvetica Neue", "Marmelad", "Lucida Grande", "Hiragino Sans GB", Georgia, sans-serif;
  font-size: 16px;
  color: #939393;
}
.programme-info {
  width: 1020px;
  text-align: left;
  margin-top: 50px;
}
.equipment-info {
  margin: 50px 0;
}
.equipment-info ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
.equipment-info ul li {
  position: relative;
  display: inline-block;
  width: 23%;
  margin: 6px;
  overflow: hidden;
  border: 1px #fff solid;
}
.equipment-info ul li .mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0px;
}
.equipment-info ul li img {
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
.equipment-info .title {
  color: #fff;
  padding-top: 30px;
  padding-left: 30px;
  font-size: 22px;
  height: 100%;
  background: #297AFF;
}
.equipment-info .tip {
  background: #fff;
  width: 35px;
  height: 4px;
  margin-bottom: 10px;
}
.equipment-info .mask-title {
  background: rgba(0, 0, 0, 0.6);
  padding: 10px 0;
  color: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 18px;
  opacity: 0;
  transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
.equipment-info ul li:hover .mask-title {
  opacity: 1;
}
.equipment-info ul li:hover img {
  transform: scale(1.05, 1.05);
}
.equipment-info ul li:hover .mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0px;
  transition-duration: 1s;
}
.industry-info {
  margin: 2rem auto;
  width: 1020px;
}
.industry-info .text-1 {
  color: #404040;
  padding: 4% 0;
  font-size: 18px;
  letter-spacing: 2px;
  text-align: left;
}
.industry-img {
  display: flex;
  justify-content: space-between;
  margin: 70px auto 90px;
}
.industry-img .img-box {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0px 20px 40px 0px rgba(200, 200, 200, 0.3);
  width: calc(33.33% - 30px);
  padding: 50px 0px;
}
.industry-img .text {
  width: 56%;
  font-size: 16px;
  line-height: 25px;
  color: #888888;
}
.framework-info {
  background-image: url(images/agriculturalSolutions/bg-1.png);
  background-repeat: round;
  width: 100%;
  height: 1006px;
  padding-top: 150px;
}
.function-info {
  margin-top: 72px;
  display: flex;
  flex-direction: row;
  position: relative;
  width: 1020px;
  text-align: left;
}
.function-info img {
  width: 50%;
  position: relative;
}
.function-info .function-info-img {
  position: absolute;
  width: 202px;
  height: 397px;
}
.function-info .function-center {
  padding: 100px 45px 20px;
  width: 50%;
}
.function-info .function-title {
  font-size: 22px;
  color: #404040 ;
  font-weight: 500;
  margin-bottom: 20px;
}
.function-info .function-subtitle {
  display: flex;
  justify-content: initial;
  color: #888888;
  margin-bottom: 12px;
  font-size: 16px;
}
.function-info .function-subtitle div {
  width: 33%;
  text-align: left;
}
.function-info .function-subtitle .dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #297AFF;
  display: inline-block;
  text-align: center;
  margin: 4px 10px 4px 0px;
}
.product-info {
  width: 1020px;
  display: flex;
  justify-content: space-between;
  margin: 50px 0 60px;
}
.product-info .product-box {
  width: calc(33.33% - 30px);
}
.product-info .product-img {
  background: #fff;
  border: 1px #eee solid;
  border-radius: 10px;
  width: 310px;
  max-height: 347px;
  overflow: hidden;
}
.product-info .product-img img {
  width: 100%;
}
.product-info .product-name {
  color: #888888;
  margin-top: 20px;
  font-size: 20px;
}
.product-info .product-btn {
  padding: 4px 16px;
  margin-top: 19px;
  background: #fff;
  border: 1px solid #BFBFBF;
  color: #B0B0B0;
  border-radius: 2px;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
}
.product-info .product-btn:hover {
  background: #297AFF;
  border: 1px solid #297AFF;
  color: #FFF;
  box-shadow: 0px 10px 20px 0px rgba(41, 122, 255, 0.3);
}
