@charset "utf-8";
/* CSS Document */

    dl,dd,dt{margin:0;padding:0;}
    a{ text-decoration:none;}
    .floating_ck{position:fixed;right:0;top:30%;z-index:10000;border-radius:10px;}
	.floating_ck .close{position:absolute;top:-7%;right:6%;margin:0 auto;cursor:pointer;}
    .floating_ck dl dd{position:relative;width:90px;height:60px;cursor:pointer;}
	.floating_ck{padding:80px 10px 0px 10px;background:url(images/bj.png) no-repeat;/*background-size:100% auto;*/} 
	.floating_ck dl dd{margin-bottom:11px;position:relative;}
    .floating_ck dl dd a{display:block;height:100%;}
	.floating_ck dl .quote{background:url(images/kf-1.png) no-repeat center;}
	.floating_ck dl .quote:hover{background:url(images/kf-2.png) no-repeat center;}
	.floating_ck dl .tel{background:url(images/tel-1.png) no-repeat center;}
	.floating_ck dl .tel:hover{background:url(images/tel-2.png) no-repeat center;}
	.floating_ck dl .wechat{background:url(images/wechat-1.png) no-repeat center;}
	.floating_ck dl .wechat:hover{background:url(images/wechat-2.png) no-repeat center;}
	.floating_ck dl .tiktok{background:url(images/dy-1.png) no-repeat center;}
	.floating_ck dl .tiktok:hover{background:url(images/dy-2.png) no-repeat center;}
	.floating_ck dl .lytext{background:url(images/ly-1.png) no-repeat center;margin-bottom:0;}
	.floating_ck dl .lytext:hover{background:url(images/ly-2.png) no-repeat center;}
	.floating_ck dl dd:hover .floating_left{display:block;}
	.floating_left{position:absolute;right:102%;height:60px;border-radius:8px 0 0 8px!important;display:none;}
	.floating_ck dl .tel .floating_left{top:0;}
	.floating_ck .wechat .floating_left{top:-65%;}
	.floating_ck .tiktok .floating_left{top:-170%;}	
	#back-to-top{height:45px;}