@charset "utf-8";



/*浮动窗*/
#CS{ position:fixed; z-index:100; top:auto; bottom:25%; left:auto; right:0; background:#2d2f33; width:44px; min-height:44px; line-height:0;}
#CS:before{ content:""; display:inline-block; width:0; height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:10px solid #009944; position:absolute; top:-8px; left:16px;}
#CS a{ position:relative; display:inline-block; width:44px; height:55px; background-image:url(../images/CS.png); background-repeat:no-repeat; cursor:hand; cursor:pointer;}
a#CS_Top2{ background-position: center top; background-color:#009944; height:44px;}
a#CS_QQ{ background-position:center -44px;}
a#CS_Tel{ background-position:center -99px;}
a#CS_Tel span{ position:absolute; left:auto; right:100%; top:auto; bottom:10px; white-space:nowrap; line-height:35px; padding:0 1em; display:none; background:#2d2f33; color:#fff; border-right:#fff 1px solid;}
a#CS_Tel:hover span{ display:inline-block;}
