.section .describe {
  padding: 40px 0;
}
.section .describe ul {
  height: 130px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.section .describe ul li {
  text-align: center;
}
.pFunction {
  position: relative;
  height: 626px;
}
.pFunction h3 {
  padding-top: 60px;
}
.pFunction .pFunction-list {
  width: 100%;
  height: 140px;
  border-top: 1px solid #363b41bb;
  position: absolute;
  bottom: 0;
  background: rgba(255, 255, 255, 0.089);
}
.pFunction .pFunction-list ul {
  margin: 0 auto;
  width: 80%;
  height: 140px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.machine {
  width: 80%;
  margin: 46px auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.machine li {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.peopleWork {
  height: 300px;
}
.peopleWork ul {
  height: 300px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.peopleWork ul li {
  text-align: center;
}
.patrol {
  height: 585px;
}
.workQuality {
  display: flex;
  padding-top: 40px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.workQuality .workQuality-left li {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 30px 0;
  width: 500px;
}
.workQuality .workQuality-left li .right-box {
  width: 440px;
}
.facilities {
  background: #F6F8FB;
}
.monitoring-center {
  width: 100%;
  height: 722px;
}
.monitoring-center .monitoring-list {
  display: flex;
  flex-direction: row;
}
.monitoring-center .monitoring-list li {
  width: 300px;
  display: flex;
  flex-direction: row;
}
.monitoring-data {
  height: 790px;
}
.environmental {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.environmental li {
  text-align: center;
}
.all-pList {
  height: 116px !important;
  background-color: #1f252c34;
}
.all-pList ul {
  height: 116px !important;
}
.all-pList ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: left;
}
