﻿.sidehelp{
  position: fixed;
  right: 10px;
  top: 50%;
  transform: translate(0,-50%);
  font-size: 12px;
  z-index: 1000;
  box-sizing:border-box;
}
.sidehelp>ul>li{
  margin-bottom:10px;
  position: relative;
  
}
.sidehelp>ul>li>a{
  display: block;
  width: 60px;
  height: 60px;
  border: 1px solid #56b257;
  border-radius: 7px;
  background-color: #fff;
  text-align: center;
  position: relative;
}
.sidehelp>ul>li>a p{
  padding-top: 34px;
  background: url(/content/20180206/images/jzxcx-56.png) no-repeat center 3px;
  background-size: 30px 30px;
}
.sidehelp>ul>li:nth-child(2)>a p{
  background-image: url(/content/20180206/images/jzxcx-58.png)
}
.sidehelp>ul>li:nth-child(3)>a p{
  background-image: url(/content/20180206/images/jzxcx-60.png)
}
.sidehelp>ul>li:hover{
  color: #fff;
}
.sidehelp>ul>li:hover>a{
  color: #fff;
  opacity: 1;
  background-color: #56b257;
}
.sidehelp>ul>li:hover>a p{
  background-image: url(/content/20180206/images/jzxcx-57.png)
}
/* .sidehelp>ul>li:nth-child(2):hover>a{
  width: 200px;
  margin-left: -140px;
}
.sidehelp>ul>li:nth-child(2):hover .tele-box{
  display: block;
}
.sidehelp>ul>li:nth-child(2):hover p{
  display: none;
} */
.sidehelp>ul>li:nth-child(2) .tele-box{
  padding-right: 0px;
  background: url(/content/20180206/images/jzxcx-59.png) no-repeat 93% 10%;
  background-size: 50px 50px;
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 10px;
  display: none;
 
}
.sidehelp>ul>li:nth-child(2) .tele-box span{
  display: block;
  color: #fff;
  margin-right:55px;

}
.sidehelp>ul>li:nth-child(2) .tele-box i{
  display: block;
  font-size: 18px;
  color: #fff;
  font-style: normal;
   margin-right:55px;
}
.sidehelp>ul>li:nth-child(3):hover>a p{
  background-image: url(/content/20180206/images/jzxcx-61.png)
}
.sidehelp>ul>li:nth-child(3) .ewm_box{
  position: absolute;
  right: 60px;
  bottom: -30px;
  padding-right: 20px;
  display: none;
}
.sidehelp>ul>li:nth-child(3) .ewm_box .ewm_box_content{
  width: 155px;
  background-color: #fff;
  text-align: center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.sidehelp>ul>li:nth-child(3) .ewm_box .ewm_box_content:after{
  content: "";
  display: block;
  position: absolute;
  bottom: 55px;
  right: 5px;
  border: 7px solid transparent;
  border-left: 8px solid #fff;
  width: 0;
  height: 0px;
}
.sidehelp>ul>li:nth-child(3) .ewm_box .ewm_box_content img{
  width: 120px;
  height: 120px;
  border: 2px solid #eaeaea;
  display: inline-block;
  margin: 15px 0;
}
.sidehelp>ul>li:nth-child(3) .ewm_box .ewm_box_content p{
  line-height: 34px;
  width: 100%;
  background-color: #46dba4;
  font-size: 14px;
  color: #fff;
}
.sidehelp>ul>li:nth-child(3):hover .ewm_box{
  display: block;
}