ol,
ul {
  list-style: none
}

img {
  outline: none;
  border: none
}

#floatDivBoxs {
  position: fixed;
  top: 250px;
  right: 0;
  z-index: 999;
  width: 170px;
  background: #fff
}

#floatDivBoxs .floatDtt {
  position: relative;
  width: 100%;
  height: 45px;
  background: #f08326;
  color: #fff;
  text-indent: 22px;
  font-size: 18px;
  line-height: 45px
}

#floatDivBoxs .floatDqq {
  padding: 0 14px
}

#floatDivBoxs .floatDqq li {
  padding: 0 0 0 50px;
  height: 45px;
  border-bottom: 1px solid #e3e3e3;
  font-size: 15px;
  line-height: 45px
}

#floatDivBoxs .floatDtxt {
  padding: 12px 14px;
  color: #333;
  font-size: 18px
}

#floatDivBoxs .floatDtel {
  padding: 0 0 15px 10px;
  font-size: 18px
}

#floatDivBoxs .floatDtel img {
  display: block
}

#floatDivBoxs .floatDbg {
  width: 100%;
  height: 20px;
  background: url(../image/online_botbg.jpg) no-repeat
}

#floatDivBoxs .floatDbg,
.floatShadow {
  box-shadow: -2px 0 3px rgba(0, 0, 0, .25)
}

.floatShadow {
  background: #fff
}

#rightArrow {
  position: fixed;
  top: 250px;
  right: 170px;
  z-index: 999;
  width: 50px;
  height: 45px;
  background: url(../image/qqkefu.png) no-repeat 50%;
  background-color: #eee;
  background-size: auto 45px
}

#rightArrow a {
  display: block;
  height: 45px
}

@media(max-width:1024px) {

  #floatDivBoxs,
  #rightArrow {
    display: none
  }
}