/*返回顶部*/
a:focus{outline:thin dotted}
a:active,a:hover,a:visited{outline:0;text-decoration: none}
.floatBox{width:60px;height:400px;position:fixed;z-index: 99;bottom: 165px; right: 10px;display: none;}
.floatBox a{display:block;cursor:pointer;font-size:14px;text-align:center;width:100%;height:60px;border:1px solid #2ea7e0;border-radius: 6px;color: #2ea7e0;margin-bottom: 5px;font-size: 12px}
.floatBox a:hover{background:#fff;text-decoration: none;}
.floatBox p{margin:0;}
.floatBox i{display:block;width:100%;height:40px;}
.floatBox .talk i{background:url(qq.png) center center no-repeat;}
.floatBox .qq i{background:url(qq.png) center center no-repeat;}
.floatBox .phone i{background:url(tel.png) center center no-repeat;}
.floatBox .weibo i{background:url(weibo.png) center center no-repeat;}
.floatBox .weibo .wximg{display:none;position:absolute;right:100%;top:0;padding: 10px;width: 250px}
.floatBox .weibo  img{width: 250px;height: auto;float: left}
.floatBox .weibo:hover .wximg{display:block;}

.floatBox .wx{position:relative;}
.floatBox .wx i{background:url(wx.png) center center no-repeat;}
.floatBox .wx .wximg{display:none;position:absolute;right:100%;top:-80px;padding: 10px;width: 180px}
.floatBox .wx .wximg img{width: 180px;height: auto;float: left}
.floatBox .wx:hover .wximg{display:block;}
.floatBox .qr i{background:url(../images/32.png) center center no-repeat;}
.floatBox a.qr s{width: 277px;height: 259px;position: absolute;left: -277px;top: 50%;margin-top: -120px;display: none;background-position: 0 0;}
.floatBox a.qr:hover s{height:259px;width:276px;margin-top: -118px;background-position: 0 0;display:block;}
.floatBox .gotop i{background:url(top.png) center center no-repeat;}
