.public_w {
  max-width: 1400px;
  width: 90%;
  margin: 0 auto;
}
.public_w2 {
  max-width: 1520px;
  width: 95%;
  margin: 0 auto;
}
.header {
  width: 100%;
}
.header .logo_nav {
  background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0.2) 100%);
}
.header .public_w2 {
  display: flex;
  height: calc(80px + 1rem);
  align-items: center;
}
.header .logo {
  display: flex;
  height: 100%;
  align-items: center;
  margin-right: 7.5rem;
}
.header .logo img {
  height: 60%;
  margin-right: 0.7rem;
}
.header .logo .company_name {
  font-size: calc(10px + 1.3rem);
  font-family: CenturyGothicB;
  color: #333;
}
.header .nav {
  display: flex;
  width: 43.3%;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  margin-right: 3rem;
}
.header .nav .head_nav {
  height: 100%;
}
.header .nav .head_nav a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: calc(10px + 0.4rem);
  font-family: CenturyGothic;
  font-weight: bold;
  color: #888888;
  transition: 0.3s;
}
.header .nav .head_nav.ativeHove a,
.header .nav .head_nav:hover a {
  color: #E60012;
}
.header .header_contact {
  display: flex;
  align-items: center;
}
.header .header_contact img {
  width: calc(20px + 0.5rem);
  margin-right: 0.7rem;
}
.header .header_contact span {
  font-size: calc(10px + 0.7rem);
  font-family: CenturyGothic;
  font-weight: normal;
  color: #D80717;
}
