.public_w2 {
  max-width: 1750px;
  width: 92%;
  margin: 0 auto;
}
.public_w {
  max-width: 1400px;
  width: 85%;
  margin: 0 auto;
}
.header .public_w2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo_nav {
  max-width: 1225px;
  width: 75%;
  display: flex;
  height: 100px;
  align-items: center;
}
.logo_nav .logo {
  display: flex;
  width: 17.4%;
  align-items: center;
  margin-right: 8%;
}
.logo_nav .logo img {
  max-width: 214px;
  width: 100%;
}
.logo_nav .nav {
  width: 58%;
  display: flex;
  height: 100%;
  justify-content: space-between;
  margin-right: 4.5%;
}
.logo_nav .nav li {
  height: 100%;
}
.logo_nav .nav li a {
  display: flex;
  height: 100%;
  align-items: center;
  font-size: calc(8px + 0.5rem);
  font-weight: 400;
  color: #8D8D8D;
  padding: 0 0.5rem;
  transition: all 0.3s;
}
.logo_nav .nav li .hover,
.logo_nav .nav li a:hover {
  color: #0182C8;
}
.logo_nav .languageBox {
  display: flex;
  font-size: calc(8px + 0.4rem);
  font-weight: 400;
  color: #8D8D8D;
}
.logo_nav .languageBox .lang {
  white-space: nowrap;
}
.logo_nav .languageBox .lang1 {
  color: #444;
}
.logo_nav .languageBox .division {
  margin: 0 0.5rem;
}
.manifesto {
  text-align: center;
}
.manifesto h5 {
  font-size: calc(10px + 1rem);
  font-family: SENTYZHAO;
  font-weight: 400;
  color: #2D9DCF;
  background: linear-gradient(180deg, #2AA7C5 0%, #0D8CC8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
}
.manifesto p {
  font-size: calc(10px + 0.5rem);
  font-family: SENTYZHAO;
  font-weight: 400;
  color: #2D9DCF;
}
