.sidebar {
  position: fixed;
  bottom: 30px;
  margin-top: -152px;
  left: 0;
  z-index: 9999;
}
.sidebar ul li {
  margin-bottom: 1px;
  width: 60px;
  height: 60px;
  position: relative;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  /* Firefox 4 */
  -webkit-transition: all 0.3s;
  /* Safari 和 Chrome */
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.sidebar ul li:hover .cell {
  display: block;
}
.sidebar ul li.li1 {
  // background: #3762C7 url(../images/icon_sewm.png) no-repeat center center;
  background: #3762C7 url(../images/icon_bsxin.png) no-repeat center center;
}
.sidebar ul li.li1:hover {
  // background: #d61935 url(../images/icon_bsewm.png) no-repeat center center;
  background: #d61935 url(../images/icon_bsxin.png) no-repeat center center;
}
.sidebar ul li.li2 {
  background: #3762C7 url(../images/icon_bsxin.png) no-repeat center center;
}
.sidebar ul li.li2:hover {
  background: #d61935 url(../images/icon_bsxin.png) no-repeat center center;
}
.sidebar ul li.li3 {
  background: #3762C7 url(../images/icon_bspho.png) no-repeat center center;
}
.sidebar ul li.li3:hover {
  background: #d61935 url(../images/icon_bspho.png) no-repeat center center;
}
.sidebar ul li.li4 {
  background: #3762C7 url(../images/icon_bsqq.png) no-repeat center center;
}
.sidebar ul li.li4:hover {
  background: #d61935 url(../images/icon_bsqq.png) no-repeat center center;
}
.sidebar ul li.li5 {
  background: #c2c2c2 url(../images/icon_sedi.png) no-repeat center center;
}
.sidebar ul li.li5:hover {
  background: #d61935 url(../images/icon_bsedi.png) no-repeat center center;
}
.sidebar ul li.li6 {
  background: #c2c2c2 url(../images/icon_ssha.png) no-repeat center center;
}
.sidebar ul li.li6:hover {
  background: #d61935 url(../images/icon_bssha.png) no-repeat center center;
}
.sidebar ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.sidebar ul li .cell {
  position: absolute;
  top: 0;
  left: 60px;
  padding-left: 10px;
  display: none;
}
.sidebar ul li .cell i {
  position: absolute;
  left: 0px;
  top: 15px;
  display: block;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #d61935;
}
.sidebar ul li .cell .img_bewm {
  width: 120px;
  height: 120px;
  display: block;
  border: 10px solid #d61935;
}
.sidebar ul li .cell h3 {
  width: 120px;
  height: 60px;
  background: url(../images/img_lo5.jpg) repeat-x center center;
  position: relative;
  text-align: center;
  padding: 22px 0;
  font-size: 16px;
  color: #ffffff;
}
.sidebar ul li .cell dl {
  // margin-top: 1px;
  max-height: 180px;
  overflow-y: auto;
  overflow-x: hidden;
}
.sidebar ul li .cell dl dt {
  width: 120px;
  height: 60px;
  background: #ffffff;
  border: 1px solid #d0d0d0;
  border-top: none;
  display: table;
}
.sidebar ul li .cell dl dt:first-child {
  border-top: 1px solid #d0d0d0;
}
.sidebar ul li .cell dl dt a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.sidebar ul li .cell .tel-wrapper {
  color: #fff;
  background-color: #d61935;
  font-size: 20px;
  padding: 0 10px;
  line-height: 60px;
  white-space: nowrap;
}
.sidebar ul li .cell .tel-wrapper a {
  color: #fff;
  background-color: #d61935;
  font-size: 14px;
  padding: 0 10px;
  line-height: 40px;
  white-space: nowrap;
}
.sidebar ul li .cell .tel-wrapper a img {
  vertical-align: middle;
}