
/* 侧边导航栏 */
.body_con .body_cebainlan {
  position: fixed !important;
  bottom: 20px;
  right: 25px;
  z-index: 20;
  background-color: #fff;
  box-shadow: 0px 5px 10px #dededa;

}
.body_cebainlan ul li {
  width: 92px;
  height: 92px;
}
.body_cebainlan ul li img{
  width: 100%;
}
.body_cebainlan ul li:first-child a {
  height: 77px;
  line-height: 77px;
  margin-top: -4px;
}



.body_cebainlan ul li a {
  height: 82px;
  width: 92px;
  display: inline-block;
  font-size: 18px;
  color: #4c4c4c;
  line-height: 82px;
  text-align: center;
  margin-top: -3px;
}

.body_cebainlan ul li:nth-child(6) a {
  height: 76px;
  line-height: 76px;
}

.body_cebainlan ul li:nth-child(5) .weweima_img{
  position: absolute;
  top: 376px;
  right: 110px;
  width: 115px;
  height: 115px;
  transition: all 0.3s linear;
  display: none;
  }
.last_img {
  display: none;
}
.body_cebainlan ul li:nth-child(5):hover .weweima_img {
  display: block;
}

.last_img a{
  height: 50px !important;
  margin-top: 0px !important;
}

.last_img a img {
  width: 39px !important;
  height: 33px;
  margin-top: 20px;
}
.body_cebainlan ul li a:hover {
  background-color: #559635;
  color: #fff;
}
.body_cebainlan ul .last_img a:hover {
  background-color: #fff;
}