* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
ul,
li {
  list-style: none;
}
a.a:hover,
a:visited,
a:link,
a:focus {
  text-decoration: none;
}
.adv-wrapper {
  background: #333;
  line-height: 1;
  top: -40px;
  width: 100%;
  right: 0;
  height: 40px;
  z-index: 9999;
}
.adv-wrapper .adv-wrapper-text {
  display: block;
  line-height: 40px;
  overflow: hidden;
  text-decoration: none;
  text-overflow: ellipsis;
  text-align: right;
  max-width: 976px;
  margin: 0 auto;
  color: #a8a8aa;
  -webkit-transform: scale(0.85);
  -o-transform: scale(1);
  font-size: 9px;
  margin-right: 7.4%;
}
@media only screen and (max-width: 1366px) {
  .adv-wrapper .adv-wrapper-text {
    margin-right: 8.4%;
  }
}
@media only screen and (max-width: 1024px) {
  .adv-wrapper {
    min-width: 20%;
  }
  .adv-wrapper .adv-wrapper-text {
    margin-left: auto;
    width: auto;
    padding: 0 25px;
    position: relative;
    left: 0;
    margin-right: 9.4%;
  }
}
@media only screen and (max-width: 768px) {
  .adv-wrapper {
    top: -44px;
    height: 44px;
  }
  .adv-wrapper .adv-wrapper-text {
    line-height: 44px;
    padding: 0;
    -webkit-transform: scale(0.8);
    -o-transform: scale(1);
    font-size: 9px;
    margin-right: -7%;
  }
}
@media only screen and (max-width: 640px) {
  .adv-wrapper .adv-wrapper-text {
    margin-right: 5%;
  }
}
@media only screen and (max-width: 414px) {
  .adv-wrapper .adv-wrapper-text {
    margin-right: -15px;
  }
}
@media only screen and (max-width: 375px) {
  .adv-wrapper .adv-wrapper-text {
    -webkit-transform: scale(0.85);
    margin-right: -2%;
  }
}
@media (max-width: 350px) {
  .adv-wrapper .adv-wrapper-text {
    margin-right: 0%;
  }
}
/*********header*********/
#header {
  width: 100%;
  height: 70px;
  background: #000;
}
#header .logoImg {
  position: relative;
}
#header .logo {
  position: absolute;
  left: 0;
  top: 16px;
}
#header .logo img {
  width: auto;
}
/*********footer*********/
#footer {
  width: 100%;
  padding: 15px 0;
  background: #000;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
}
#footer .foot {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#footer .foot::after {
  content: "";
  display: block;
  clear: both;
}
#footer .foot p {
  padding: 0 5px;
  margin: 0;
}
#footer .foot a {
  text-decoration: none;
}
#footer .foot .external {
  padding: 0 0 0 5px;
}
#footer .foot .external img {
  width: auto;
  vertical-align: middle;
}
.menu {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.4s;
  display: flex;
  align-items: center;
  z-index: 3;
}
.menu div {
  box-sizing: border-box;
}
.menu .menuShow {
  padding: 1.875vw 0.677vw;
  width: 2.1875vw;
  font-size: 0.9375vw;
  background: url(../img/menuShow.png) no-repeat;
  background-size: 100% 100%;
  color: #000000;
  cursor: pointer;
  line-height: 1.25;
  text-align: center;
}
.menu ul {
  padding: 0 0.4166vw;
  width: 7.2916vw;
  background: url(../img/menuBg.png) no-repeat;
  background-size: 100% 100%;
}
.menu ul li {
  padding: 0.9375vw 0;
  border-bottom: 1px dashed #bbcde2;
  text-align: center;
}
.menu ul li:last-child {
  border-bottom: 0;
}
.menu ul li a {
  font-size: 1.0248vw;
  color: #000;
  display: block;
  padding-top: 3.125vw;
  line-height: 1;
}
.menu ul li a.active {
  font-weight: 600;
  color: #2689e6;
}
.menu ul li a.menuTop {
  font-weight: normal !important;
  color: #000 !important;
}
.menu ul li:nth-of-type(1) a {
  background: url(../img/menu01.png) no-repeat;
  background-size: 2.6041vw 2.6041vw;
  background-position: center 0px;
}
.menu ul li:nth-of-type(1) a.active {
  background: url(../img/menu01-active.png) no-repeat;
  background-size: 2.6041vw 2.6041vw;
  background-position: center 0px;
}
.menu ul li:nth-of-type(2) a {
  background: url(../img/menu02.png) no-repeat;
  background-size: 2.6041vw 2.6041vw;
  background-position: center 0px;
}
.menu ul li:nth-of-type(2) a.active {
  background: url(../img/menu02-active.png) no-repeat;
  background-size: 2.6041vw 2.6041vw;
  background-position: center 0px;
}
.menu ul li:nth-of-type(3) a {
  background: url(../img/menu03.png) no-repeat;
  background-size: 2.6041vw 2.6041vw;
  background-position: center 0px;
}
.menu ul li:nth-of-type(3) a.active {
  background: url(../img/menu03-active.png) no-repeat;
  background-size: 2.6041vw 2.6041vw;
  background-position: center 0px;
}
.menu ul li:nth-of-type(4) a {
  background: url(../img/menu04.png) no-repeat;
  background-size: 2.6041vw 2.6041vw;
  background-position: center 0px;
}
.menu ul li:nth-of-type(4) a.active {
  background: url(../img/menu04.png) no-repeat;
  background-size: 2.6041vw 2.6041vw;
  background-position: center 0px;
}
@media (max-width: 768px) {
  .menu {
    position: fixed;
    right: -18.6666vw;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    transition: 0.4s;
  }
  .menu .menuShow {
    padding: 6.6666vw 2.1333vw;
    width: 7.3333vw;
    font-size: 2.9333vw;
    background: url(../img/menuShowMB.png) no-repeat;
    background-size: 100% 100%;
    color: #000;
  }
  .menu ul {
    width: 18.6666vw;
    padding: 0 2vw;
    background: url(../img/menuBg.png) no-repeat;
    background-size: 100% 100%;
  }
  .menu ul li {
    padding: 2.6666vw 0;
    margin: 0 1.0666vw;
    border-bottom: 1px dotted #fff;
  }
  .menu ul li:last-child {
    border-bottom: 0;
  }
  .menu ul li a {
    font-size: 2.9333vw;
    color: #000;
    display: block;
    padding-left: 0;
    padding-top: 7.4666vw;
    text-align: center;
  }
  .menu ul li:nth-of-type(1) a {
    background: url(../img/menu01.png) no-repeat;
    background-size: 6.5333vw 6.5333vw;
    background-position: center 0px;
  }
  .menu ul li:nth-of-type(1) a.active {
    background: url(../img/menu01-active.png) no-repeat;
    background-size: 6.5333vw 6.5333vw;
    background-position: center 0px;
  }
  .menu ul li:nth-of-type(2) a {
    background: url(../img/menu02.png) no-repeat;
    background-size: 6.5333vw 6.5333vw;
    background-position: center 0px;
  }
  .menu ul li:nth-of-type(2) a.active {
    background: url(../img/menu02-active.png) no-repeat;
    background-size: 6.5333vw 6.5333vw;
    background-position: center 0px;
  }
  .menu ul li:nth-of-type(3) a {
    background: url(../img/menu03.png) no-repeat;
    background-size: 6.5333vw 6.5333vw;
    background-position: center 0px;
  }
  .menu ul li:nth-of-type(3) a.active {
    background: url(../img/menu03-active.png) no-repeat;
    background-size: 6.5333vw 6.5333vw;
    background-position: center 0px;
  }
  .menu ul li:nth-of-type(4) a {
    background: url(../img/menu04.png) no-repeat;
    background-size: 6.5333vw 6.5333vw;
    background-position: center 0px;
  }
  .menu ul li:nth-of-type(4) a.active {
    background: url(../img/menu04.png) no-repeat;
    background-size: 6.5333vw 6.5333vw;
    background-position: center 0px;
  }
}
