.search-section {
  width: 100%;
  min-width: 1200px;
  background: url(/assets/images/news/background2.png) no-repeat center top;
  background-size: 100% 110px;
  padding-top: 55px;
  padding-bottom: 2px;
}
.search-section .search {
  padding-top: 32px;
  width: 1200px;
  height: 104px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.08);
  margin: 0 auto;
}
.search-section .search .type {
  margin-left: 175px;
  margin-bottom: 10px;
}
.search-section .search .type .type-item {
  font-size: 14px;
  color: #fff;
  margin-right: 20px;
  cursor: pointer;
}
.search-section .search .type .type-item.active {
  color: #ffa256;
}
.search-section .search .search-input {
  width: 760px;
  height: 40px;
  transition: 0.5s;
  display: flex;
  margin: 0 auto;
}
.search-section .search .search-input .logo {
  padding-right: 22px;
  height: 48px;
  margin-top: -4px;
}
.search-section .search .search-input #search-form {
  display: contents;
}
.search-section .search .search-input .input {
  width: 480px;
  height: 40px;
  outline: none;
  border: none;
  font-size: 16px;
  margin-left: 10px;
  border-radius: 6px 0 0 6px;
  background-color: #f5f5f5;
  padding-left: 21px;
  color: #666;
}
.search-section .search .search-input .input::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #666;
  opacity: 0.47;
}
.search-section .search .search-input .button {
  width: 100px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  background: #07aea0;
  user-select: none;
  border-radius: 0px 6px 6px 0px;
  border: 1px solid #fff;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  transition: 0.4s;
}
.search-section .nav {
  padding-top: 62px;
}
.search-section .nav ul {
  position: relative;
}
.search-section .nav ul li {
  padding-left: 10px;
  padding-right: 10px;
  height: 32px;
  float: left;
  font-size: 16px;
  font-weight: 400;
  margin-right: 20px;
  color: #ffffff;
  cursor: pointer;
}
.search-section .nav ul li:hover {
  border-bottom: 4px solid #0a847a;
}
.search-section .nav ul li:hover > .classify {
  max-height: 10000px;
  transition: all 1s ease-in-out;
}
.search-section .nav ul li .classify {
  width: 188px;
  max-height: 0;
  background: #ffffff;
  box-shadow: 0px 3px 46px 0px rgba(7, 77, 154, 0.25);
  transition: all 1s ease-in-out;
  border-radius: 4px;
  position: absolute;
  top: 32px;
  left: 23px;
  z-index: 999;
  overflow: hidden;
}
.search-section .nav ul li .classify:hover {
  display: block;
}
.search-section .nav ul li .classify .classify-content {
  width: 74px;
  float: left;
  margin-bottom: 20px;
}
.search-section .nav ul li .classify .classify-content .classify-name {
  font-size: 14px;
  font-weight: 400;
  height: 14px;
  line-height: 14px;
  color: #666666;
  cursor: pointer;
}
.search-section .nav ul li .classify .classify-content .classify-name:hover {
  color: #07aea0;
}
.search-section .nav ul li a {
  color: #ffffff;
  font-size: 16px;
}
