.floating_ck{position:fixed;right:20px;top:123px;z-index:101;box-shadow: 0 0 10px rgb(0 0 0 / 20%);}
.floating_ck dl dd{position:relative;width:80px;height:67px;background-color:#f6f6f6;border: 1px dashed #e8e8e8;margin-bottom: 0px;text-align:center;background-repeat:no-repeat;background-position:center 20%;cursor:pointer;}
.floating_ck dl dd:hover{background-color:#e8e8e8;border-bottom:1px dashed #e8e8e8;}
.floating_ck dl dd:hover .floating_left{display:block;}
.floating_ck dl dd .pic{padding:7px 7px 0px 7px;}
.floating_ck dl dd .pic img{width:30px;height:30px;}
.floating_ck dl dd .title{color:#666666;display:block;height:30px;line-height:30px;}



.floating_left{position:absolute;left:-160px;top:0px;width:160px;height:80px;background-color:#f6f6f6;border-bottom:solid 1px #e8e8e8;display:none;}
.floating_left a{color:#666666;line-height:80px;}
.floating_ewm{height:220px;top:-140px;}
.floating_ewm i{background-image:url(../image/sfj_barcode.jpg);background-size:100% 100%;display:block;width:145px;height:160px;margin:auto;margin-top:7px;}
.floating_ewm p{color:#666666;margin-top:5px;}
.floating_ewm .qrcord_p01{font-size:12px;line-height:20px;}
.floating_ewm .qrcord_p02{font-size:18px;}




/*首页右侧悬浮*/
.sy_rfloat{ 
	width:80px; 
	height:330px;
	position:fixed; 
	top:276px; 
	right:20px; 
	z-index:999; 
	display:block;
}

.rfloat_con{ 
	width:80px; 
	height:80px; 
	cursor:pointer;
	background:#f6f6f6;
	border: 1px dashed #e8e8e8;
	margin-bottom: 5px;
	display:inline-block;
	position: relative;
}
.rfloat_con img{
	margin: 15px 20px 0 25px;
}
.rfloat_con span{
	width: 100%;
	font-size: 16px;
	color: #666666;
	line-height: 25px;
	text-align: center;
	display: inline-block;
}
.rfloat_con .weibo{
	width: 144px;
	height: 160px;
	position: absolute;
	top:0;
	left: -144px;
	display: none;
	background: url(http://www.zmdszxyy.cn/web/js/images/weibo.png);
}
.rfloat_con .weixin{
	width: 144px;
	height: 160px;
	position: absolute;
	top:0;
	left: -144px;
	display: none;
	background: url(http://www.zmdszxyy.cn/web/js/images/weixin.png);
}
.rfloat_con:hover .weibo,.rfloat_con:hover .weixin{
	display: block;
}