@charset "utf-8";
.elevator-nav {
  position: fixed;
  top: 350px;
  right: 50%;
  margin-right: -660px;
}
.elevator-nav li {
  width: 50px;
  height: 50px;
  background-color: #e60012;
  border-radius: 4px;
  margin-top: 8px;
  box-sizing: border-box;
  position: relative;
}
.elevator-nav li a,
.elevator-nav li span {
  display: inline-block;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  padding: 8px 11px;
  line-height: 17px;
}
.elevator-nav li a:hover,
.elevator-nav li span:hover {
  color: #ffffff!important;
}
.elevator-nav .text a {
  padding: 8px 4px;
}
.elevator-nav .icon {
  display: block;
  width: 24px;
  height: 24px;
}
.elevator-nav .back {
  padding: 14px;
}
.elevator-nav .hovereq {
  position: absolute;
  top: -68px;
  left: -100px;
  display: none;
}
.elevator-nav .hovereq span {
  background: url(../images/qrcode.png);
  width: 163px;
  height: 138px;
  display: block;
  position: absolute;
  top: -20px;
  left: -83px;
  box-sizing: border-box;
}
.elevator-nav .active:hover .hovereq {
  display: block;
}
.elevator-nav .hoverwx {
  position: absolute;
  top: -68px;
  left: -100px;
  display: none;
}
.elevator-nav .hoverwx span {
  background: url(../images/wechat.png);
  width: 163px;
  height: 138px;
  display: block;
  position: absolute;
  top: -20px;
  left: -83px;
  box-sizing: border-box;
}
.elevator-nav .text:hover .hoverwx {
  display: block;
}
@media screen and (max-width: 1390px) {
  .elevator-nav {
    margin-right: -48%;
  }
}

.sidebar-right {
  box-sizing: border-box;
  position: absolute;
  right: 50%;
  margin-right: -685px;
  top: 420px;
  width: 60px;
  height: auto;
}
#sidebarRight {
  position: relative;
  width: 100%;
  min-height: 70px;
}
.sidebar-right .sidebar-right-item {
  box-sizing: border-box;
  width: 60px;
  height: 60px;
  padding: 8px 9px;
  border-radius: 10px;
  margin-bottom: 10px;
  position: relative;
  background-color: #ba0000;
}
.sidebar-right .sidebar-right-item .name {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 22px;
  text-align: center;
  letter-spacing: 1px;
}
.sidebar-right .sidebar_is_show {
  display: block;
}
.sidebar-right .sidebar-right-item .sidebar_img{
	position: absolute;
	bottom: 8px;
	left: -175px;
	width: 163px;
	height: 138px;
	display: none;
        z-index: 99999;
}
.sidebar-right .sidebar-right-item .sidebar_img img{
	width: 90%;
	height: 100%;
}
.sidebar-right .sidebar-right-item:hover .sidebar_img{
	display: block;
}