.main {
  background: url(http://39.129.25.206:5001/static/cdn_img/web/garden/imgbg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 600px;
}
.tob {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 289px;
}
.tob .title {
  /** 文本1 */
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  text-align: center;
}
.tob .lie {
  width: 32px;
  border-top: 3px solid #ed653b;
  background: #cccccc;
  margin: 5px 0 30px 0;
}
.tob .gardenConten {
  width: 1200px;
  /** 文本1 */
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #666666;
  text-align: center;
}
.picImage {
  width: 100%;
  height: 748px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f5f7fb;
  background: url(http://39.129.25.206:5001/static/cdn_img/web/garden/bg@2x.png);
  background-size: 100% 100%;
}
.picImage img {
  width: 638px;
  height: 638px;
}
.greenery {
  width: 100%;
  height: 586px;
  background: url(http://39.129.25.206:5001/static/cdn_img/web/garden/blue-bg.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.greenery .picImg {
  width: 932px;
  height: 350px;
  margin-bottom: 56px;
}
.greenery .picImg img {
  width: 100%;
  height: 100%;
}
.greenery .conten {
  width: 552px;
  /** 文本1 */
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
}
.sixSys {
  width: 100%;
  height: 489px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
}
.sixSys .sysPicImg {
  width: 1200px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 50px;
}
.sixSys .sysPicImg .sysIcon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 271px;
  height: 122px;
  border-radius: 8px;
  background: linear-gradient(270deg, #ffffff 0%, #ebf4ff 100%);
  box-shadow: 0px 0px 16px 0px rgba(0, 16, 43, 0.1);
  margin-bottom: 40px;
}
.sixSys .sysPicImg .sysIcon img {
  width: 100%;
  height: 100%;
}
.gardenUnder {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 733px;
  background: #f5f7fb;
}
.gardenUnder .box {
  width: 992px;
  height: 613px;
}
.gardenUnder .box img {
  width: 100%;
  height: 100%;
}
.system {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 607px;
  background: #0c234a;
}
.system .title {
  /** 文本1 */
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
}
.system img {
  width: 1200px;
  height: 386px;
  margin-top: 44px;
}
