﻿@charset "utf-8";
/* CSS Document */
/* floatPanel */
#floatPanel {width:36px;height:210px;font-size: 12px;background:#fff url(float-bg.jpg) no-repeat left top;border:solid 1px #ddd;position:fixed;right:25px;top:300px;z-index:10000; _position:absolute; /* for IE6 */_top:expression(documentElement.scrollTop + 300);}
#floatPanel .floatbox {position: relative;width: 36px;height: 210px;}
#floatPanel  .arrow{height:29px;line-height:28px;margin:1px auto;text-align: center;cursor: pointer;color:#ff6600;}
#floatPanel  .arrow span{display:none;}
#floatPanel  .arrow:hover{background:#f4f4f4;}
#floatPanel  .arrow:hover span{display:block;}
#floatPanel  .contact{height:60px;display:block;margin: 2px auto;text-align: center;color:#ff6600;cursor: pointer}
#floatPanel  .contact span{line-height:90px;}
#floatPanel  .weixin{height:42px;margin:2px auto;cursor: pointer}
#floatPanel  .weixin a{display:none;}
#floatPanel  .qq{height:40px;display:block;margin:2px auto;cursor: pointer}
#floatPanel  .qq span{display:none;}
#floatPanel  a{color:#ff6600;letter-spacing:1px;overflow:hidden;text-decoration: none;}
#floatPanel .pop{ border:solid 1px #ddd;position: absolute;display: none;}
#floatPanel .weixin .pop{width:210px;height:230px;right: 44px;top: 0;overflow:hidden;text-align:center;background:#fff;}
#floatPanel .qq .pop{width:148px;height:100px;right: 44px;top: 105px;padding:5px 0;overflow:hidden;text-align:center;background:#fff;border:solid 1px #ddd;}
#floatPanel .qq .pop ul{ list-style-type: none;margin: 0;padding: 0;}
#floatPanel .qq .pop ul li{border-bottom:dotted 1px #ddd;padding: 2px 0;margin: 0;}

