.ecological_header {
  height: 480px;
  background: url(../images/ecological_bg_header.png) no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}
.ecological_header .logo {
  margin-top: 20px;
}
.module {
  margin-top: 40px;
}
.module .module_title {
  position: relative;
  display: flex;
  justify-content: center;
}
.module .module_title .text {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 66px;
  font-size: 28px;
  background: url(../images/ecological_bg_title.png) no-repeat;
  background-size: 100% 100%;
  color: #0a7946;
  font-weight: 700;
  padding: 0 90px;
}
.module .module_title .more {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 18px;
  color: #333;
}
.module .module_title .more:hover {
  color: #0a7946;
}
.module .module_list {
  margin-top: 30px;
}
.module .module_list li {
  position: relative;
  padding-left: 24px;
  line-height: 48px;
}
.module .module_list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #0a7946;
}
.module .module_list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  color: #333;
}
.module .module_list li a:hover {
  color: #0a7946;
}
