.floating_ck{position:fixed;right:20px;bottom:10%;z-index: 9999; font-size: 14px; border-radius: 5px;}
.floating_ck dl dt{width:0;margin:0 auto;border-style: solid;border-width: 6px;border-color: transparent transparent #2f8e66 transparent; }
.floating_ck dl dd{transition: all 0.3s; position:relative;width:45px;height:45px; margin-bottom: 1px; background-color:#423E3D; background-repeat:no-repeat;background-position:center; text-align: center; cursor:pointer;}
.floating_ck dl dd:hover{ background-color: #2f8e66; }
.floating_ck dl dd:hover .floating_left{display:block;}
.consult{background-image:url(../images/kficon3.png);}
.quote{background-image:url(../images/phone.png);background-size: cover;}
.qrcord{background-image:url(../images/What.png);background-size: cover;}
.qrcord1{background-image:url(../images/kficon6.png);}
.floating_ck dl dd.return{background-image:url(../images/kficon2.png); background-color: #2f8e66;}
.return span{ float: left; width: 100%; height: 100%; }

.floating_ck dl dd:nth-child(0) { border-radius: 10px 10px 0 0; background: #ff0; }
.floating_ck dl dd:last-child { border-radius: 0 0 10px 10px; }

.floating_left{position:absolute;left:-160px;top:0px;width:160px;height:45px;background-color:#2f8e66; display:none;}
.floating_left a{color:#fff;line-height:45px;}
.floating_ewm{height:200px;top:-120px;}
.floating_ewm i{display:block;width:145px;height:145px;margin:auto;margin-top:7px; background:url(../images/wx.jpg) center no-repeat;background-size: 100% 100%}
.floating_ewm p{color:#fff;margin-top:5px;}
.floating_ewm1{height:200px;top:-155px;}
.floating_ewm1 i{display:block;width:145px;height:145px;margin:auto;margin-top:7px; background-size: 100% 100%}
.floating_ewm1 p{color:#fff;margin-top:5px;}

.slide{
    position: relative;
  }
.navs {
  position: absolute;
  left: 0px;
  top: 100px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  height: auto;
  overflow: hidden;
  width: 360px;
  transition: all 0.6s ease 0s;
  transform: translate3d(0, 10px, 0);
  -moz-transform: translate3d(0, 10px, 0);
  -webkit-transform: translate3d(0, 10px, 0);
  display: flex;
  flex-wrap: wrap;
}
.slide:hover .navs {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  text-align: center;
}
.navs li {
  display: block;
  clear: left;
  width: 100%;
  background: none;
  height: 45px;
  background-color: #2f8e66;
  border-bottom: #2f8e66 solid 1px;
  line-height: 45px;
  margin: 0;
  padding: 0;
  text-align: center;
}
.navs li a {
  background-color: #2f8e66;
  font-size: 16px;
}
.navs li a {
  display: block;
  font-size: 12px;
  color: #fff;
  height: 45px;
  line-height: 45px;
  background: none;
  padding-right: 0;
  width: 100%;
}
.navs li a:hover {
  color: #fff;
  background-color: #f9a701;
}