.floating_ck{position:fixed;left:0px;top:11%;z-index: 9999; font-size: 14px; border-radius: 5px;}
.floating_ck dl dt{ height: 6px; background: url(images/kficon1.png) no-repeat center; }
.floating_ck dl dd{transition: all 0.3s; color:#fff;position:relative;width:45px;height:90px; border: 4px solid #fff; font-size: 18px;line-height: 33px;font-weight: bold; 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: #195aaa; }
.floating_ck dl dd:hover .floating_left{display:block;}
.consult{background-image:url(images/kficon3.png);}
.quote{background-image:url(images/kficon4.png);color:#fff;}
.qrcord{background-image:url(images/kficon5.png);}
.qrcord1{background-image:url(images/kficon6.png);}
.floating_ck dl dd.return{background-image:url(images/kficon2.png); background-color: #195aaa;}
.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:80px;background-color:#195aaa; display:none;}
.floating_left a{color:#fff;line-height:80px;}
.floating_ewm{height:200px;top:-120px;}
.floating_ewm i{display:block;width:145px;height:145px;margin:auto;margin-top:7px; background:url(../images/wx1.html) 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:url(../images/ewm.jpg) center no-repeat;    background-size: 100% 100%;}
.floating_ewm1 p{color:#fff;margin-top:5px;}
@media(max-width:992px) {
	.floating_ck dl dd{
		width: 122px!important;
		height: 60px!important;
		line-height: 24px!important;
		font-size: 12px!important;
	}
}
@media(min-width: 992px) {
	.floating_ck dl dd{
		width:200px!important;
	}
}