@charset "utf-8";
.elevator-nav {
  position: fixed;
  top: 300px;
  right: 50%;
  margin-right: -690px;
  z-index: 99;
}
.elevator-nav li {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 15px;
}
.elevator-nav li a {
  border-radius: 17px;
  width: 79px;
  display: block;
  text-align: center;
}
.elevator-nav li a:hover {
  color: #ffffff!important;
}
.elevator-nav li a img {
  width: 79px;
  height: 79px;
  border-radius: 17px;
  transform: none !important;
}
.elevator-nav li a span {
  padding-top: 5px;
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}
.elevator-nav .text a {
  padding: 8px 4px;
}
.elevator-nav .phone {
  position: absolute;
  top: 0px;
  left: -264px;
  display: none;
  z-index: 100;
}
.elevator-nav .phone span {
  background: url(../images/servicehotline.png) no-repeat;
  width: 265px;
  height: 62px;
  display: block;
  position: absolute;
}
.elevator-nav .active:hover .phone {
  display: block;
}
.elevator-nav .hovereq {
  position: absolute;
  top: 2px;
  left: -112px;
  display: none;
  z-index: 100;
}
.elevator-nav .hovereq span {
  background: url(../images/qrcode.png) no-repeat;
  width: 109px;
  height: 100px;
  display: block;
  position: absolute;
}
.elevator-nav .eqAPP:hover .hovereq {
  display: block;
}
@media screen and (max-width: 1390px) {
  .elevator-nav {
    margin-right: -48%;
  }
}
