* {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #000;
}

.daoh {
  position: relative;
  width: 1366px;
  height: 70px;
  position: relative;
  border-bottom: 5px solid #96BF5E;
  margin: auto;
}

.daoh>img {
  position: absolute;
  top: 10px;
  left: 60px;
}

.daohlan {
  display: flex;
  flex-direction: row;
  position: absolute;
  left: 36%;
}

.daohlan li {
  height: 70px;
  line-height: 70px;
  width: 101px;
  text-align: center;
}

.ssl {
  line-height: 78px !important;
}

.daohlan a:hover {
  color: #96BF5E;
}

.banner {
  width: 1366px;
  height: 681px;
  margin: auto;
  background: url('../img/bnner.png');
  margin-bottom: 50px;
}

/* 页脚 */
.foot {
  width: 1366px;
  height: 400px;
  padding-top: 100px;
  background-color: #C8E2A7;
  margin: auto;
  position: relative;

}



.erw {

  color: #fff;
  font-size: 14px;
  text-align: center;
  display: flex;
  flex-direction: column;
  line-height: 30px;
  float: left;
  margin-left: 220px;
}

.erw>p {
  float: left;
  z-index: 50;
}

.xxi {
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 258px;
}

.guany {
  width: 1037px;
  height: 1386px;
  margin: auto;
  position: relative;
  margin-bottom: 40px;
}

.da {
  margin-bottom: 42px;
  float: left;
}

.da img {
  margin-right: 17px;
}

.sa {
  width: 648px;
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 15px;
}

.yuan {
  width: 70px;
  height: 70px;
  border-radius: 35px;
  background-color: #BBDC9F;
  margin-bottom: 20px;
  float: left;
}

.yuan:hover {
  background-color: #A5C181;
}

.in {
  height: 80px;
  text-align: center;
  width: 213px;
  padding-top: 10px;
}

.in p {

  font-size: 23px;
}

.in span {
  font-size: 13px;
}

.in p:hover {
  color: #96BF5E;
}

.qiu {
  float: right;
  width: 104px;
  height: 357px;
  position: sticky;
  top: 150px;
}

.qiu li {
  width: 100px;
  height: 100px;
  margin-bottom: 35px;
  border-radius: 100px;
  text-align: center;

  background-color: #A5C181;
  color: #000;
}

.qiu>li:hover {
  color: #fff;
}

.qiu li p {
  line-height: 100px;
}

.aa {
  display: none;
}

.aa li {
  background-color: rgba(255, 255, 255, 0.5);
}

.aas:hover .aa {
  display: block;
}