.hd {
  border-top: 10px solid #32b16c;
  width: 100%;
  height: auto;
}

.hd1 {
  width: 100%;
  height: 124px;
  background: url(qlkcy20250805_tp21.jpg) no-repeat center center;

}

.hd1-auto {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.hd1-auto .logo img {
  padding-top: 18px;
}

.hd1-auto .cent img {
  padding-top: 40px;
}

.hd1-auto .ss-au {
  width: 297px;
  height: 38px;
  background: url(qlkcy20250805_tp2.png) no-repeat center center;
  background-size: 100%;
  margin-top: 45px;
}

.hd1-auto .inp {
  height: 38px;
  line-height: 38px;
  width: 208px;
  padding-left: 20px;
  font-size: 20px;
  background: transparent;
  border: 0;
  outline: 0;
}

.hd1-auto .ss {
  width: 50px;
  height: 38px;
  cursor: pointer;
}

.nav-v {
  width: 100%;
  height: 70px;
  background: url(qlkcy20250805_tp12.png) no-repeat center center #0f9ac1;
  position: relative;
  z-index: 9999999;
}

.nav {
  width: 1200px;
  margin: 0 auto;
  height: 70px;
}
.nav li {
  position: relative;
  float: left;
  display: inline;
  width: 171px;
  text-align: center;
  line-height: 70px;
}
.nav li:hover > a {
  background: url(qlkcy20250805_tp22.png) no-repeat center 10px;
  background-size: 90%;
}
.nav li:hover .nav-sub {
  display: block;
}
.nav li .verline {
  position: absolute;
  width: 1px;
  height: 30px;
  background: #80ff94;
  right: 0;
  bottom: 20px;
}
.nav li a {
  width: 80%;
  height: 70px;
  display: block;
  font-size: 20px;
  margin: 0 auto;
  color: #fff;
}
.nav li p {
  line-height: 24px;
  font-size: 10px;
  color: #d5e9f9;
}
.nav li div {
  display: none;
  position: absolute;
  width: 123px;
  background: #c1ead2;
  border-bottom: solid #004a20 5px;
  z-index: 999;
  top: 70px;
  left: 23px;
}
.nav li .nav-sub a {
  width: 100%;
  height: 40px !important;
  line-height: 40px;
  display: block;
  background: url(qlkcy20250805_tp27.jpg) no-repeat center center;
  background-size: 100%;
  font-size: 12px;
  color: #004a20;
  text-align: center;
}
.nav li .nav-sub a:hover {
  background: url(qlkcy20250805_tp27.jpg) no-repeat center center;
  background-size: 100%;
  color: #ffffff;
}