.top {
  position: relative;
}
.footer {
  margin-top: 4.1667vw;
}
.wlm {
  width: 78.125vw;
  margin: 0 auto;
}
.top .head .logo {
  background-image: url(./logo1.png);
}
.top .head .nav .navul li a p {
  color: #000;
}
.top .head .nav .navul li:nth-child(2) a p:before {
  background: #999;
}
.top .head .nav .navul li:nth-child(4) a p:before {
  background: #999;
}
.top .head .nav .navul li:nth-child(2) a p:after {
  background: #999;
}
.top .head .nav .navul li:nth-child(4) a p:after {
  background: #999;
}
.from form input {
  border: 0.0521vw solid #999;
  border-right: none;
}
.from form .sou {
  border: 0.0521vw solid #999;
  border-left: none;
  background-image: url(./search22.png);
}
.lm-head {
  width: 100%;
  height: 18.2292vw;
  background-image: url(./lmbj.png);
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lm-name {
  font-weight: bold;
  font-size: 2.5vw;
  color: #ffffff;
  text-shadow: 0px 0.3125vw 0.625vw rgba(0, 0, 0, 0.5);
}
.lm-left {
  display: flex;
  align-items: center;
}
.lm-left img {
  width: 0.7292vw;
  height: 0.7292vw;

  margin-right: 0.4167vw;
}
.lm-left a {
  font-weight: 400;
  font-size: 0.9375vw;
  color: #333333;
}
.lm-top {
  border-bottom: 0.0521vw solid #ccc;
  margin-bottom: 1.5625vw;
}
.lm-top .wlm {
  height: 3.6458vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lm-right ul {
  display: flex;
}
.lm-right ul li {
  margin-left: 4.0625vw;
  position: relative;
  height: 3.6458vw;
  display: flex;
  align-items: center;
}
.lm-right ul li a {
  font-weight: 400;
  font-size: 0.9375vw;
  color: #333333;
}
.lm-right ul .active a {
  color: #c9151e;
}
.lm-right ul li:hover a {
  color: #c9151e;
}
.lm-right ul li:hover:after {
  display: block;
}
.lm-right ul li:after {
  content: "";
  width: 2.6042vw;
  height: 0.1563vw;
  background: #c9151e;
  display: inline-block;
  position: absolute;
  bottom: -0.1042vw;
  left: 0px;
  right: 0;
  margin: auto;
  background-color: #c9151e;
  transition: all 0.5s;
  display: none;
}
.lm-right ul .active:after {
  display: block;
}
@media screen and (max-width: 1000px) {
  .wlm {
    width: 95%;
    margin: 0 auto;
  }
  .lm-head {
    width: 100%;
    height: 150px;
  }
  .lm-name {
    font-size: 26px !important;
    text-shadow: 0vw 6px 12px rgba(0, 0, 0, 0.5);
  }
  .lm-left img {
    width: 14.0006px;
    height: 14.0006px;
    margin-right: 8.0006px;
  }
  .lm-left a {
    font-weight: 400;
    font-size: 16px;
  }
  .lm-right {
    display: none;
  }
  .lm-top {
    border-bottom: 1.0003px solid #ccc;
    margin-bottom: 15px;
  }
  .lm-top .wlm {
    height: 40px;
  }
}
