.header-wrapper .company-info-wrap {
  height: 120px;
  display: inline-block;
}
.header-wrapper .company-info-wrap .logo-wrap {
  display: inline-block;
  vertical-align: top;
}
.header-wrapper .company-info-wrap .logo-wrap img {
  margin-top: 20px;
  max-height: 75px;
}
.header-wrapper .company-info-wrap .company-name-wrap {
  display: inline-block;
  margin: 35px 0 0 7px;
}
.header-wrapper .company-info-wrap .company-name-wrap h1 {
  margin: 0;
  color: #000;
  font-weight: bold;
  font-family: ZhenyanGB-Regular;
  font-size: 34px;
}
.header-wrapper .company-info-wrap .company-name-wrap h2 {
  color: #999;
  font-size: 16px;
  margin-top: 2px;
}
.header-wrapper .search_form {
  display: inline-block;
  width: 430px;
  height: 38px;
  margin-top: 42px;
}
.header-wrapper .search_form .input_text {
  width: 375px;
  height: 36px;
  border: 1px solid #3356A7;
  padding: 0;
  text-indent: 10px;
  outline: none;
  float: left;
}
.header-wrapper .search_form .input_sub {
  width: 53px;
  height: 38px;
  background: #3356A7;
  border: 0;
  float: left;
  color: white;
  cursor: pointer;
}
.nav {
  background: #2C4E9D;
  height: 46px;
}
.nav ul {
  display: flex;
  justify-content: space-between;
}
.nav ul li {
  display: flex;
  align-items: center;
  position: relative;
  line-height: 46px;
}
.nav ul li a {
  color: #FFF;
  font-size: 16px;
  width: 128px;
  text-align: center;
}
.nav ul li a:hover,
.nav ul li a.active {
  background: url("../img/bg-nav.png") no-repeat;
}
.footer-wrapper {
  padding: 30px 0 30px 0;
  background: #3B465C;
  min-height: 133px;
  box-sizing: border-box;
  text-align: center;
}
.footer-wrapper .footer-info {
  color: #949494;
  font-size: 14px;
  line-height: 23px;
}
.footer-wrapper .footer-info a {
  color: #949494;
}
.footer-wrapper .footer-info a:hover {
  color: #409eff;
  cursor: pointer;
  text-decoration: underline;
}
/*# sourceMappingURL=header-footer.css.map */