.logo-header {
  height: 60px;
  background: #f0f0f0;
  /* position: fixed; */
}

.menu-btn {
  position: absolute;
  left: 20px;
  top: 20px;
  color: gray;
  z-index: 99;
}

.active-btn {
  border: 1px solid #027DBC;
  color: #027DBC;
}

.banner img {
  width: 100%;
}

.nav-mobile {
  position: fixed;

}

.nav-mobile-wrapper {
  position: fixed;
  width: 100%;
  height: calc(100% - 60px);
  top: 60px;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
  display: none;
}

.nav-mobile-inner {
  position: fixed;
  height: calc(100% - 60px);
  top: 60px;
  left: -70vw;
  width: 70vw;
  background: #ffffff;
  z-index: 100;
}

.mobile-menu {
  padding: 0;
  margin: 0;
}

.mobile-menu li {
  width: 100%;
  line-height: 40px;
}

.mobile-menu li a {
  padding-left: 30px;
  display: block;
  height: 40px;
  line-height: 40px;
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid #ddd;
  position: relative;
}

.mobile-menu .sub-menu a {
  line-height: 1.5;
  height: auto;
  padding: 5px 5px 5px 50px;
}

.collapse-btn {
  position: absolute;
  right: 20px;
  top: 13px;
}

.sub-menu {
  display: none;
  padding-left: 0;
}

.current {
  background-color: #92DAFF;
}

.white-bg {
  background: #ffffff;
  height: 15px;
}

@media (min-width: 770px) {
  .copyright {
    line-height: 60px;
  }
}

@media (max-width: 769px) {

  /* 手机端样式 */
  .logo-header {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .copyright-a {
    display: block;
  }

  .copyright {
    line-height: 1.2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .logo-header img {
    width: 140px;
  }

  .copyright {
    font-size: 12px;
  }

  .menu-btn {
    font-size: 16px;
  }

  .header-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #F0F0F0;
    z-index: 999;
  }

  body {
    padding-top: 60px;
  }
}

/* 小屏幕（平板，大于等于 768px） */
@media (min-width: 768px) and (max-width: 990px) {
  .logo-header {
    height: 60px;
    background: #f0f0f0;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .logo-header img {
    width: 35rem;
  }

  .menu-btn {
    font-size: 2rem;
    position: absolute;
  }

  .header-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #F0F0F0;
    z-index: 999;
  }

  body {
    padding-top: 60px;
  }
}

.logo-header {
  position: relative;
}

.ddlSomoveLanguage {
  position: absolute;
  right: 0;
  top: 50%;
}

@media (min-width: 992px) {
  .logo-header {
    height: 80px;
    background: #f0f0f0;
  }

  .logo-header .logo {
    margin-left: 35px;
    margin-top: 22px;
  }

  .header-nav {
    height: 60px;
    display: flex !important;
  }

  .nav-wrapper {
    background: #027DBC;
  }

  .header-nav li {
    flex-grow: 1;
    text-align: center;
    background-color: #007dbc;
    margin: 0;
    width: 16.66%;
    /* letter-spacing: 0em;  */
  }

  .header-nav li+li {
    margin: 0;
    /* width: 200px; */
  }

  /* #nav li {
    width: 16.66%;
  } */

  #nav li>ul>li {
    width: 100%;
  }

  .header-nav li a {
    border-radius: 0;
    color: #ffffff;
    letter-spacing: 2.0px;
    padding: 0;
  }

  .header-nav li a p {
    font-size: 14px;

  }

  .header-nav>li>a {
    display: block;
    font-size: 14px;
    height: 60px;
    white-space: nowrap;
    line-height: 60px;
  }

  .header-nav li a:hover,
  .header-nav li a:active {
    color: #013d3b;
    background: #92daff;
  }

  .header-nav li a.active,
  .header-nav li a.active {
    color: #013d3b;
    background: #92daff;
  }

  .nav .open>a,
  .nav .open>a:focus,
  .nav .open>a:hover {
    color: #013d3b;
    background: #92daff;
  }

  .dropdown-menu {
    padding: 0;
    width: 265%;
    left: -79%;
  }

  .dropdown-menu>li>a {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border-left: solid 1px #92daff;
    border-right: solid 1px #92daff;
    border-bottom: solid 1px #002c63;
    border-top: solid 1px #92daff;

  }
}

.container {
  padding: 0;
}

.copyright {
  height: 60px;
  background-color: #e6e6e6;
  text-align: center;
}

.copyright-a {
  color: inherit;
  margin-left: 5px;
}