header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  display: block;
  width: 100%;
  height: 80px;
  background-color: #ffffff;
}
header .logo {
  margin: 25px 0 0 20px;
  height: 30px;
}
header nav {
  position: fixed;
  z-index: 301;
  top: 0;
  right: 0;
  display: block;
}
@media screen and (max-width: 1300px) {
/*   header nav {
    display: none;
  } */
}
header nav ul {
  display: inline-block;
}
header nav ul li {
  display: inline-block;
  height: 80px;
  line-height: 80px;
  font-size: 16px;
  list-style: none;
  margin: 0 16px;
  cursor: pointer;
}
header nav .nav__tel {
  display: inline-block;
  height: 40px;
  margin: 20px 16px 0 0;
}
header nav .nav__tel h3 {
  font-size: 22px;
  line-height: 25px;
  height: 25px;
  color: #2864B4;
}
header nav .nav__tel p {
  font-size: 14px;
  line-height: 15px;
  height: 15px;
  color: #2864B4;
}

/*# sourceMappingURL=header.css.map */
