.header {
  position: relative;
  z-index: 100000000;
}
.nav-wrapper {
  justify-content: space-between;
}
.nav-wrapper .nav {
  height: 96px;
}
.nav-wrapper .nav * {
  cursor: pointer;
}
.nav-wrapper .nav .menu {
  box-sizing: border-box;
  width: 108px;
  height: 100%;
  position: relative;
}
.nav-wrapper .nav .menu > div:first-child {
  height: 100%;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 96px;
  text-align: center;
}
.nav-wrapper .nav .menu .sub-menu {
  display: none;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0);
  width: 200%;
  padding: 5px 0;
}
.nav-wrapper .nav .menu .sub-menu > div {
  text-align: center;
  font-size: 16px;
  line-height: 2;
  font-family: Microsoft YaHei;
  padding: 0 8px;
  background-color: #ffffff;
}
.nav-wrapper .nav .menu .sub-menu > div:hover {
  background-color: #e1e1e1;
}
.nav-wrapper .nav .menu:hover {
  border-bottom: 3px solid #00A8EB;
}
.nav-wrapper .nav .menu:hover > div:first-child a {
  color: #00A8EB;
}
.nav-wrapper .nav .menu:hover .sub-menu {
  display: block;
}
.nav-wrapper .search-wrap > div:first-child {
  width: 146px;
  height: 34px;
  background: #f1f1f1;
  border: 1px solid #E3E3E3;
  border-radius: 17px;
  padding: 18px;
}
.nav-wrapper .search-wrap > div:first-child input {
  background-color: transparent;
  flex: 1;
  width: 90px;
  margin-right: 5px;
}
.nav-wrapper .search-wrap .phone-wrap {
  margin: 0 34px;
  position: relative;
}
.nav-wrapper .search-wrap .phone-wrap img:last-child {
  display: none;
  position: absolute;
  top: 90px;
}
.nav-wrapper .search-wrap .phone-wrap:hover img:last-child {
  display: block;
}
.nav-wrapper #m-menu {
  display: none;
}
.copyright {
  width: 100%;
  height: 58px;
  background: #383838;
  line-height: 58px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 1600px) and (min-width: 1000px) {
  .header .content-wrapper {
    width: 90%;
  }
  .nav-wrapper {
    justify-content: space-between;
  }
  .nav-wrapper .nav {
    height: 96px;
  }
  .nav-wrapper .nav * {
    cursor: pointer;
  }
  .nav-wrapper .nav .menu {
    box-sizing: border-box;
    width: 86px;
    height: 100%;
    position: relative;
  }
  .nav-wrapper .nav .menu > div:first-child {
    height: 100%;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 96px;
    text-align: center;
  }
  .nav-wrapper .nav .menu .sub-menu > div {
    font-size: 16px;
    line-height: 2;
    font-family: Microsoft YaHei;
    padding: 0 8px;
    background-color: #ffffff;
  }
  .nav-wrapper .nav .menu .sub-menu > div:hover {
    background-color: #e1e1e1;
  }
  .nav-wrapper .nav .menu:hover {
    border-bottom: 3px solid #00A8EB;
  }
  .nav-wrapper .nav .menu:hover > div:first-child a {
    color: #00A8EB;
  }
  .nav-wrapper .nav .menu:hover .sub-menu {
    display: block;
  }
  .nav-wrapper .search-wrap > div:first-child {
    width: 100px;
    height: 34px;
    background: #f1f1f1;
    border: 1px solid #E3E3E3;
    border-radius: 17px;
    padding: 18px;
  }
  .nav-wrapper .search-wrap > div:first-child input {
    background-color: transparent;
    flex: 1;
    width: 50px;
    margin-right: 5px;
  }
  .nav-wrapper .search-wrap .phone-wrap {
    margin: 0 10px;
    position: relative;
  }
  .nav-wrapper .search-wrap .phone-wrap img:last-child {
    display: none;
    position: absolute;
    bottom: -60px;
  }
  .nav-wrapper .search-wrap .phone-wrap:hover img:last-child {
    display: block;
  }
  .nav-wrapper #m-menu {
    display: none;
  }
}
@media (max-width: 999px) {
  .header {
    border-bottom: 1px solid #00A8EB;
  }
  .nav-wrapper {
    height: 60px;
    position: relative;
    z-index: 3;
  }
  .nav-wrapper .nav {
    z-index: 10000000;
    display: none;
    position: absolute;
    left: -8px;
    width: 100vw;
    height: auto;
    padding: 10px 0;
    top: 100%;
    border-top: 1px solid #00A8EB;
    border-bottom: 1px solid #00A8EB;
    background-color: #FFFFFF;
    box-shadow: 0 2px 5px #cccccc;
  }
  .nav-wrapper .nav .menu {
    width: 100%;
    height: 30px;
  }
  .nav-wrapper .nav .menu > div:first-child {
    font-size: 14px;
    line-height: 30px;
  }
  .nav-wrapper .nav .menu:hover .sub-menu {
    display: none;
  }
  .nav-wrapper .search-wrap > div:first-child {
    display: none;
  }
  .nav-wrapper .search-wrap .phone-wrap {
    display: none;
  }
  .nav-wrapper .search-wrap > a:last-child img {
    width: 30px;
    height: auto;
    margin-left: 50px;
  }
  .nav-wrapper .logo {
    height: 40px;
    margin-left: 10px;
  }
  .nav-wrapper .logo img {
    height: 40px;
    width: auto;
  }
  .nav-wrapper #m-menu {
    display: block;
  }
  .nav-wrapper #m-menu img {
    width: 36px;
    height: auto;
  }
  .copyright {
    padding: 15px 0;
    height: 72px;
    background: #383838;
    line-height: 28px;
  }
}
/*# sourceMappingURL=header.css.map */