.header {
  height: 204px;
  width: 100%;
  background: url("/material/2024/images/bg-xq.jpg") #A0D1F6 center no-repeat;
  background-size: auto 204px;
  min-width: 1330px;
}
.header .main-header {
  width: 1330px;
  margin: 0 auto;
  padding-top: 24px;
}
.header .main-header .main-top {
  display: flex;
  justify-content: space-between;
  height: 20px;
  font-weight: 400;
  font-size: 14px;
  color: #111111;
  line-height: 20px;
}
.header .main-header .main-top a {
  color: #111111;
}
.header .main-header .main-top a ~ a {
  margin-right: 10px;
}
.header .main-header .header-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 21px;
}
.header .main-header .header-box .main-logo {
  height: 93px;
}
.header .main-header .header-box .main-logo img {
  height: 100%;
  display: block;
}
.header .main-header .header-box .main-search {
  display: flex;
  width: 432px;
  height: 50px;
  background: #FFFFFF;
  border-radius: 8px;
  border: 1px solid #0068B7;
  overflow: hidden;
}
.header .main-header .header-box .main-search .search-input {
  flex: 1;
  height: 50px;
  padding-left: 15px;
  font-size: 14px;
}
.header .main-header .header-box .main-search .search-btn {
  width: 102px;
  height: 50px;
  background: #1D8BD1;
  display: flex;
  font-size: 20px;
  font-weight: 500;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.header .main-header .header-box .main-search .search-btn .search-ico {
  width: 17px;
  height: 17px;
  display: block;
  margin-right: 8px;
}

.nav {
  width: 100%;
  min-width: 1330px;
  height: 64px;
  background: #1D8BD1;
}
.nav .nav-box {
  display: flex;
  width: 1330px;
  margin: 0 auto;
  justify-content: space-between;
}
.nav .nav-box .nav-item {
  height: 64px;
  font-weight: 500;
  font-size: 22px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
}
.nav .nav-box .nav-item .nav-icon {
  width: 30px;
  height: 30px;
  display: block;
  margin-right: 8px;
}

@media (max-width: 1330px) {
  .header {
    min-width: unset;
    background-size: cover;
    padding-bottom: 80px;
    height: auto;
  }
  .header .main-header {
    width: 100%;
  }
  .header .main-top {
    margin: 0 10px;
  }
  .nav {
    overflow-x: auto;
    min-width: unset;
  }
}
@media (max-width: 768px) {
  .header {
    padding-bottom: 40px;
  }
  .header .main-header .main-top {
    flex-wrap: wrap;
  }
  .header .main-header .header-box {
    display: block;
  }
  .header .main-header .header-box .main-logo {
    height: 60px;
  }
  .header .main-header .header-box .main-logo img {
    height: 100%;
    display: block;
    margin: 0 auto;
  }
  .header .main-header .header-box .main-search {
    width: 90%;
    height: 40px;
    margin: 10px auto;
  }
  .header .main-header .header-box .main-search .search-input {
    height: 40px;
    font-size: 16px;
  }
  .header .main-header .header-box .main-search .search-btn {
    white-space: nowrap;
    padding: 0 10px;
    width: 100px;
    height: 40px;
    font-size: 18px;
  }
  .nav {
    height: 40px;
  }
  .nav .nav-box {
    width: unset;
    justify-content: flex-start;
  }
  .nav .nav-box .nav-item {
    height: 40px;
    font-size: 16px;
    white-space: nowrap;
    padding: 0 10px;
  }
  .nav .nav-box .nav-item .nav-icon {
    width: 20px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}/*# sourceMappingURL=header.css.map */