.elevator-nav {
  position: fixed;
  top: 350px;
  right: 50px;
  z-index: 99;
}
.elevator-nav li {
  background-color: #3147be;
  border-radius: 13px;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 17px;
}
.elevator-nav li a {
  width: 60px;
  height: 60px;
  display: block;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.elevator-nav li a span {
  /* padding-top: 7px; */
  display: block;
  font-size: 16px;
  color: white;
  line-height: 1.3;
}
.elevator-nav li a:hover {
  color: #ffffff !important;
}
.elevator-nav .text a {
  padding: 8px 4px;
}
.elevator-nav .hovereq {
  position: absolute;
  top: 3px;
  left: -177px;
  display: none;
  z-index: 100;
}
.elevator-nav .hovereq span {
  padding-left: 30px;
  font-size: 14px;
  font-weight: 400;
  color: #898989;
  line-height: 42px;
  width: 177px;
  height: 46px;
  background: url(elevator-nav_res/phone_icon.png) no-repeat;
  display: block;
  position: absolute;
}
.elevator-nav .hovergz {
  position: absolute;
  top: 2px;
  left: -123px;
  z-index: 100;
  display: none;
}
.elevator-nav .hovergz span {
  padding-left: 30px;
  font-size: 14px;
  font-weight: 400;
  color: #898989;
  line-height: 42px;
  width: 100px;
  height: 100px;
  background: url(elevator-nav_res/gongzhonghao.jpg) no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
}
.elevator-nav .hoverapp {
  position: absolute;
  top: 2px;
  left: -123px;
  z-index: 100;
  display: none;
}
.elevator-nav .hoverapp span {
  padding-left: 30px;
  font-size: 14px;
  font-weight: 400;
  color: #898989;
  line-height: 42px;
  width: 100px;
  height: 100px;
  background: url(elevator-nav_res/app.png) no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
}
.elevator-nav li:hover .hovereq,
.elevator-nav li:hover .hoverapp,
.elevator-nav li:hover .hovergz {
  display: block;
}
@media screen and (max-width: 1390px) {
  .elevator-nav {
    /* margin-right: -48%; */
  }
}
