﻿/*在线客服*/
.SonlineBox { width:120px; font-size:12px; overflow:hidden; z-index:9999; /*right: 5px !important; top: 280px !important;*/ }
.SonlineBox .openTrigger { width:30px; height:130px; position:absolute; top:0px;  z-index:1; cursor:pointer;  background:#a9060e url(greenOpen.jpg) no-repeat;} 
.SonlineBox .titleBox { width:100%; height:55px;line-height:55px; text-align: center; }
.SonlineBox .titleBox span { color: #fff; font-size: 22px; }
.SonlineBox .contentBoxC { width: 120px; background: #1F58A7 url(../images/sider_bg.jpg) no-repeat left top; position: absolute; z-index: 2; }
.SonlineBox .contentBoxC .closeTrigger { width:25px; height:25px; display:block; cursor:pointer;  position:absolute; top:5px;right:5px;-webkit-transition:all 0.8s ease-out; background:url(close.gif) no-repeat center center;  display: none;}
.SonlineBox .contentBoxC .closeTrigger:hover {-webkit-transform:scale(1) rotate(360deg);}
.SonlineBox .contentBoxC .listBox { overflow: hidden; margin-bottom: 10px; text-align: center; }
.SonlineBox .contentBoxC .listBox .QQList { display: block;  margin: 0px auto 10px; text-align: center; }
.SonlineBox .contentBoxC .listBox .QQList a { display: block; width: 100px; height: 28px; line-height: 28px; background: #fff url(../images/icon.png) 5px -445px; border: 1px solid #dcdcdc; font-size: 14px; color: #666; text-indent: 10px; margin: 0 auto; }
.SonlineBox .contentBoxC .listBox .QQList a:hover { background-position: 5px -395px; }
.SonlineBox .contentBoxC .WwBox { padding:0px 0px 0px 10px; line-height:20px;height:20px;}
.SonlineBox .contentBoxC .WwBox img { vertical-align: middle;}
.SonlineBox .contentBoxC .otherBox {clear:both;height:115px;text-align:center;}
.SonlineBox .contentBoxC .otherBox img {width:105px;height:105px;}
.SonlineBox .contentBoxC .telBox {display:block;padding:36px 0 10px 0;color:#DF3232;font-size:13px;line-height:26px;font-family:'微软雅黑';background:url(telBg.gif) 0 0 no-repeat;text-align:center;font-weight:bold;}
