body {
  background-color: #e7fff6;
  position: relative;
  padding-bottom: 125px;
}
.main {
  width: 1200px;
  margin: 0 auto;
}
.item {
  margin-top: 45px;
}
.item .t {
  display: block;
  margin: 0 auto;
}
.item .c {
  margin-top: 25px;
  background-color: #d3ffee;
  border-radius: 10px;
  padding: 10px 20px;
}
.item .c > p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 2px;
  color: #069577;
}
.item .c img {
  display: block;
}
.item img {
  display: block;
  margin: 0 auto;
}
.dashed {
  margin-top: 20px;
  border-radius: 10px;
  border: dashed 2px #009b4c;
  padding: 15px;
}
.dashed img {
  float: left;
}
.dashed p {
  font-size: 18px;
  font-weight: bold;
  line-height: 36px;
  letter-spacing: 2px;
  color: #069577;
}
.item01 .dashed p {
  padding-left: 80px;
}
.item ul {
  margin-top: 20px;
}
.item ul li a {
  margin-top: 10px;
  position: relative;
  display: block;
  line-height: 20px;
  font-size: 16px;
  letter-spacing: 2px;
  color: #000;
  padding-left: 54px;
}
.item ul li a i {
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #009273;
  top: 7px;
  left: 28px;
}
.item02 .c {
  position: relative;
}
.item02 .right {
  position: absolute;
  height: 40px;
  width: 60px;
  background-image: url(../images/right.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
}
.item06 .c {
  padding: 20px;
}
.item06 .dashed {
  margin-top: 0;
}
.item06 .dashed a {
  display: block;
  position: relative;
}
.item06 .dashed a i {
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #009273;
  top: 15px;
  left: 15px;
}
.item06 .dashed a p {
  padding-left: 30px;
}
.item07 .c {
  padding: 25px 39px;
}
.item07 .c a {
  float: left;
  margin-right: 50px;
}
.item07 .c a:last-child {
  margin-right: 0;
}

.footer {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: -1;
}
