#fixed_r{
  position: fixed;
  left:0;
  top:50%;
  z-index:999;
  margin-top:-108px;
}
#fixed_r .wx{
  position: relative;
}
#fixed_r .wx span{
  display:block;
  padding:6px;
  transition: all linear .4s;
}
#fixed_r .wx:hover span{
  background:#fff;
}
#fixed_r .wx span em{
  display:block;
  width:42px;
  height:42px;
  background-image:url("../images/20200613142340896.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#fixed_r .wx img{
  position: absolute;
  left:54px;
  top:0;
  width:140px;
  height:140px;
  display:none;
  max-width: 140px;
}
#fixed_r .youxiang{
  position: relative;
}
#fixed_r .youxiang span{
  display:block;
  padding:6px;
  transition: all linear .4s;
}
/* #fixed_r .youxiang:hover span{
  background:#fff;
} */
#fixed_r .youxiang span em{
  display:block;
  width:42px;
  height:42px;
  background-image:url("../images/20200613112343316.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  z-index:10;
}
#fixed_r .youxiang p{
  position: absolute;
  left:0px;
  top:0;
  z-index:5;
  padding-left:60px;
  color:#333;
  font-size:14px;
  width:240px;
  height:54px;
  line-height: 54px;
  display:none;
  background:#fff;
}
#fixed_r .phone{
  position: relative;
}
#fixed_r .phone span{
  display:block;
  padding:6px;
  transition: all linear .4s;
  position: relative;
  z-index:10;
}
/* #fixed_r .phone:hover span{
  background:#fff;
} */
#fixed_r .phone span em{
  display:block;
  width:42px;
  height:42px;
  background-image:url("../images/20200613112353400.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#fixed_r .phone p{
  position: absolute;
  left:0px;
  top:0;
  z-index:5;
  padding-left:60px;
  color:#333;
  font-size:14px;
  width:240px;
  height:54px;
  line-height: 54px;
  display:none;
  background:#fff;
}
#fixed_r .top{
  position: relative;
}
#fixed_r .top span{
  display:block;
  padding:6px;
  transition: all linear .35s;
}
#fixed_r .top:hover span{
  background:#fff;
}
#fixed_r .top span em{
  display:block;
  width:42px;
  height:42px;
  background-image:url("../images/20200613112343132.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

