* {
  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: 1366px;
  height: 1050px;
  margin: auto;
  position: relative;
  margin-bottom: 40px;
}

.jt {
  width: 1184px;
  height: 273px;
  margin: auto;
  color: #BFDC9D;
}

.jt>p {
  font-size: 16px;
}

.jt ul {
  display: flex;
  justify-content: space-around;
  text-align: center;
  font-size: 14px;
}

.j1 {
  float: left;
  margin-left: 81px;
}

.j2 {
  float: right;
  margin-right: 50px;
}

.jt>ul p {
  margin-top: 6px;
}

.jt li {
  width: 138px;

}

.jt img {
  width: 138px;
  height: 138px;
}

.jt img:hover {

  width: 200px;
  height: 200px;
}

.aa {
  display: none;
}

.aa li {
  background-color: rgba(255, 255, 255, 0.5);
}

.aas:hover .aa {
  display: block;
}