.sNav {
  /* background: rgb(0, 216, 224); */
  height: 60px;
  padding: 0;
  margin: 0 auto;
}

.sNav>a {
  width: 145px;
  font-size: 20px;
  list-style: none;
  float: left;
  text-decoration: none;
  position: relative;
  font-weight: bold;
  overflow: hidden;
}

.sNav>a li {
  /* background: rgb(0, 216, 224); */
  padding: 0px 20px;
  text-align: center;
  /* color: white; */
  height: 60px;
  line-height: 60px;
}

/* .sNav>a li:hover {
  color: #084564;
  background-color: #fff;
} */

.nav {
  margin-top: 40px;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -600px;
  z-index: 1000;
}

.nav .logo img {
  width: 100px;
  height: 100px;
}

.nav .changeLang {
  position: absolute;
  top: -25px;
  right: 40px;
}

.nav .nav_list {
  margin-top: 28px;
  margin-left: 70px;
}

.Slogen {
  position: absolute;
  top: 30%;
  left: 50%;
  /* color: #fff; */
  z-index: 99999;
  font-size: 30px;
  font-weight: 900;
  margin-left: -400px;
  width: 800px;
  text-align: center;
}

.server_list_1 {
  position: absolute;
  top: 38%;
  left: 50%;
  /* color: #fff; */
  z-index: 99999;
  font-size: 22px;
  margin-left: -600px;
  text-align: center;
}

.server_list_2 {
  position: absolute;
  top: 45%;
  left: 50%;
  /* color: #fff; */
  z-index: 99999;
  font-size: 22px;
  margin-left: -600px;
  text-align: center;
}