.hygq {
  background-color: #fff;
}

.hygq .banner {
  height: 440px;
  background: url(./hygqbanner.png) center repeat-x;
  background-size: cover;
}

.new_top {
  display: none;
}

.ss_box {
  width: 995px;
  height: 70px;
  padding: 10px 17px;
  background: url(./ssbg.png) no-repeat #fff;
  margin: 0 auto 20px;
  display: flex;
  position: relative;
  align-items: center;
  box-sizing: border-box;
  margin-top: 40px;
}

.ss_box .input-text {
  cursor: auto;
  width: 913px;
  height: 100%;
  background: #ffffff;
  text-indent: 18px;
  font-size: 18px;
  border: none;
}

.ss_box .input-text::placeholder {
  font-size: 16px;
  color: #666666;
}

.ss_box .btn {
  margin: 5px 11px;
  float: right;
  background: url(./ss.png);
  width: 25px;
  height: 23px;
  border: none;
  cursor: pointer;
}