* {
  margin: 0;
  padding: 0;
}
@font-face {
  font-family: din;
  src: url(../DIN-Medium.otf);
}
.head {
  z-index: 9999;
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  height: 103px;
  background-color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.header {
  width: 1200px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-left {
  display: flex;
  align-items: center;
}
.header-left a img {
  width: 264px;
  height: 70px;
}
.header-right {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
.header-right .phone {
  line-height: 1;
  display: flex;
  align-items: center;
}
.header-right .phone img {
  width: 24px;
  height: 24px;
}
.header-right .phone span {
  margin-left: 5px;
  font-size: 26px;
  color: #e5b759;
  font-family: din;
}
.navlist {
  margin-top: 22px;
  display: flex;
}
.navlist a {
  margin-left: 57px;
  height: 40px;
  font-size: 18px;
  color: #fff;
  border-bottom: 2px solid transparent;
  box-sizing: border-box;
  line-height: 1;
}
.navlist .navActive,
.navlist a:hover {
  color: #e5b759;
  border-bottom: 2px solid #e5b759;
}
