@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 {
  display: flex;
  flex-direction: row;
  margin: 4rem auto;
  width: 1200px;
}
.programme-info .text {
  background: #297AFF;
  color: #fff;
  padding: 4%;
  font-size: 18px;
  letter-spacing: 2px;
  text-align: left;
  width: 50%;
}
.programme-info .tip {
  background: #fff;
  width: 65px;
  height: 6px;
}
.industry-info {
  margin: 2rem auto;
  width: 1200px;
}
.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;
}
.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: 45px 0px;
}
.industry-img .text {
  width: 56%;
  font-size: 16px;
  line-height: 25px;
  color: #888888;
}
.function-info {
  margin-top: 72px;
  display: flex;
  flex-direction: row;
  position: relative;
  width: 1200px;
  text-align: left;
}
.function-info img {
  width: 50%;
  position: relative;
}
.function-info .function-info-img {
  position: absolute;
  width: 202px;
  height: 397px;
}
.function-info .title {
  color: #404040 ;
  font-size: 20px;
}
.function-info .Subtitle {
  color: #888888;
  font-size: 16px;
  margin-top: 10px;
  line-height: 24px;
}
.function-info .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #297AFF;
  display: inline-block;
  text-align: center;
  margin: 4px 10px 4px 0px;
}
.function-info .function-centent {
  padding: 10px 100px 10px 50px;
  width: 50%;
}
.product-info {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  margin: 50px 0 60px;
}
.product-info .product-img {
  background: #EEEEEE;
  border-radius: 10px;
  width: 347px;
  height: 347px;
}
.product-info .product-name {
  color: #888888;
  margin-top: 20px;
  font-size: 24px;
}
.product-info .product-btn {
  padding: 4px 16px;
  margin-top: 19px;
  background: #fff;
  border: 1px solid #BFBFBF;
  color: #B0B0B0;
  border-radius: 2px;
}
.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);
}
.framework-info {
  background-image: url(images/agriculturalSolutions/bg-1.png);
  background-repeat: round;
  width: 100%;
  height: 1010px;
  padding-top: 180px;
}
