@charset "utf-8";
.elevator-nav {
  position: fixed;
  top: 350px;
  right: 50%;
  margin-right: -690px;
  z-index: 99;
}
.elevator-nav li {
  background-color: #3364C0;
  border-radius: 13px;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 17px;
}
.elevator-nav li a {
  width: 76px;
  height: 76px;
  display: block;
  text-align: center;
}
.elevator-nav li a:hover {
  color: #ffffff!important;
}
.elevator-nav li a span {
  padding-top: 10px;
  display: block;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
}
.elevator-nav .text a {
  padding: 8px 4px;
}
.elevator-nav .hovereq {
  position: absolute;
  top: 26px;
  left: -167px;
  display: none;
  z-index: 100;
}
.elevator-nav .hovereq span {
  padding-left: 30px;
  font-size: 14px;
  font-weight: 400;
  color: #898989;
  line-height: 42px;
  width: 162px;
  height: 42px;
  background: url(../images/phone_icon.png) no-repeat;
  display: block;
  position: absolute;
}
.elevator-nav li:hover .hovereq,
.elevator-nav li:hover .hoverapp {
  display: block;
}
@media screen and (max-width: 1390px) {
  .elevator-nav {
    margin-right: -48%;
  }
}
