﻿
/* QQ客服 */

.QQbox{ z-index:99; width: 145px; right: 0; top: 198px; position: absolute;}

.QQbox .press{ right: 0; border: none; cursor: pointer;width: 33px; height: 158px;position: absolute;}

.QQbox .Qlist{ right: 0; width: 145px;position: absolute;overflow:hidden;}

.QQbox .Qlist .t,

.QQbox .Qlist .b{ float: right; height: 6px; width: 145px; font-size: 1px; }

.QQbox .Qlist .t{ background: url(../img/qq_listbg.gif) no-repeat left; }

.QQbox .Qlist .b{ background: url(../img/qq_listbg.gif) no-repeat right; }

.QQbox .Qlist .con{ background: #fff; width: 141px; margin: 0 auto;overflow:hidden; border:2px #3a708d solid;border-top:none;}

.QQbox .Qlist .con h2{ height: 22px; font: bold 12px/22px "宋体"; background: #17457a;text-align: center; color:#fff;}

.QQbox .Qlist .con ul{list-style:none;margin:0;padding:0;}

.QQbox .Qlist .con ul li{  padding: 5px 0 0 8px;margin:0;height: 20px; background: #ffffff;list-style:none;}

.QQbox .Qlist .con ul li.odd{ background: #fff; }

/*.QQbox END*/