.header {
  width: 100%;
  /* max-width: 1920px; */
  height: 140px;
  margin: 0 auto;
  background-image: url("https://www.wmc-bj.net/ainpp/static/common/images/header/header-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right bottom;
}
.header .header-main {
  width: 1440px;
  height: 100%;
  margin: 0 auto;

  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .header-main .logo-box {
  display: flex;
  align-items: center;
  gap: 14px;
}

.header .header-main .logo-img {
  display: block;
  height: 82px;
}

.header .header-main .logo-text-img {
  display: block;
  height: 68px;
}

.header .header-main .imgs-logo {
  display: flex;
  align-items: center;
  gap: 16px;
}

.header .header-main .additional-logo {
  display: block;
  width: 80px;
  /* filter: drop-shadow(1px 1px 3px rgba(25, 107, 162, 0.6)); */
}

.header .header-main .head-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #000000;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}

.head-title-1 {
}
