.floating_box {
  position: fixed;
  right: 0px;
  top: 50%;
  margin-top: -190px;
  z-index: 9999999;
  font-family: "微软雅黑", "Microsoft Yahei", "Hiragino Sans GB", "tahoma", "arial", "宋体";
  font-size: 14px;
}
.floating_box .item {
  display: block;
  width: 70px;
  height: 95px;
  background-color: #dedede;
  box-sizing: border-box;
  padding-top: 10px;
  padding-left: 4px;
  padding-right: 4px;
  border-bottom: 1px solid #cdcdcd;
}
.floating_box .item a {
  display: block;
  height: 100%;
  width: 100%;
  color: #666666;
  text-align: center;
  text-decoration: none;
}
.floating_box .item a .bg {
  display: inline-block;
  width: 42px;
  height: 42px;
}
.floating_box .item a p.txt {
  padding: 0;
  margin: 0;
}
.floating_box .item:hover {
  background-color: #3981fc;
  border-bottom: 1px solid #3981fc;
}
.floating_box .consult .bg {
  background: url("../images/consult.png") no-repeat center;
}
.floating_box .consult:hover .txt {
  color: #fff;
}
.floating_box .consult:hover .bg {
  background: url("../images/consult_hot.png") no-repeat center;
}
.floating_box .consult.hot {
  background-color: #3981fc;
  border-bottom: 1px solid #3981fc;
}
.floating_box .consult.hot .txt {
  color: #fff;
}
.floating_box .consult.hot .bg {
  background: url("../images/consult_hot.png") no-repeat center;
}
.floating_box .phone {
  position: relative;
}
.floating_box .phone .hover_box {
  display: none;
  position: absolute;
  height: 95px;
  width: 115px;
  top: 0px;
  left: -115px;
  box-sizing: border-box;
  padding: 30px 0px 24px;
  background-color: #3981fc;
  color: #fff;
  font-size: 14px !important;
  text-align: center;
}
.floating_box .phone .hover_box p {
  padding: 0;
  margin: 0;
  line-height: 0;
}
.floating_box .phone .hover_box p.txt1 {
  margin-bottom: 38px;
}
.floating_box .phone .hover_box .num {
  margin-top: 5px;
  font-size: 12px !important;
}
.floating_box .phone .bg {
  background: url("../images/phone.png") no-repeat center;
}
.floating_box .phone:hover .txt {
  color: #fff;
}
.floating_box .phone:hover .bg {
  background: url("../images/phone_hot.png") no-repeat center;
}
.floating_box .phone:hover .hover_box {
  display: block;
}
.floating_box .try .bg {
  background: url("../images/try.png") no-repeat center;
}
.floating_box .try:hover .txt {
  color: #fff;
}
.floating_box .try:hover .bg {
  background: url("../images/try_hot.png") no-repeat center;
}
.floating_box .official_acct {
  position: relative;
}
.floating_box .official_acct .hover_box {
  display: none;
  position: absolute;
  height: 120px;
  width: 120px;
  top: 0px;
  left: -123px;
}
.floating_box .official_acct .hover_box img {
  width: 100%;
  height: auto;
}
.floating_box .official_acct .bg {
  background: url("../images/wx.png") no-repeat center;
}
.floating_box .official_acct:hover .txt {
  color: #fff;
}
.floating_box .official_acct:hover .bg {
  background: url("../images/wx_hot.png") no-repeat center;
}
.floating_box .official_acct:hover .hover_box {
  display: block;
}
