/*浮动客服*/
#floatDivBoxs{width:170px;background:#fff;position:fixed;top:180px;right:0;z-index:999; color:#222;}
#floatDivBoxs a{ color:#222;}
#floatDivBoxs a:hover{ color:#F00;}
#floatDivBoxs .floatDtt{width:100%;height:45px;line-height:45px; background:#1c1c1c;/*颜色值*/  color:#fff;font-size:18px; text-align:center; position:relative;}
#floatDivBoxs .floatDqq{padding:0 14px;}
#floatDivBoxs .floatDqq li{height:45px;line-height:45px;font-size:15px;border-bottom:1px solid #e3e3e3; padding:0 0 0 50px;}
#floatDivBoxs .floatDtxt{font-size:18px;color:#333; padding:12px 0 5px 14px;}
#floatDivBoxs .floatDtel{padding:0 0 10px 15px; font-size:20px; color:#d51800; }
#floatDivBoxs .floatDtx2{ text-align:center; padding:10px 0 10px 0;background:#EBEBEB; font-size:14px; }
#floatDivBoxs .floatDtx2 img{ max-width:136px; height:auto; padding-bottom:5px;}
#floatDivBoxs .floatDbg{width:100%;height:30px;background:url(../../img/online_top.png) no-repeat center #333; box-shadow:-2px 0 3px rgba(0,0,0,0.25); -webkit-transition: all .3s ease-out; transition: all .3s ease-out;}
#floatDivBoxs .floatDbg:hover{ background:url(../../img/online_top.png) no-repeat center #ea3229;/*颜色值*/  }
.floatShadow{ background:#fff;box-shadow:-2px 0 3px rgba(0,0,0,0.25);}
#rightArrow{width:50px;height:45px;background:url(../../img/online_arrow.png) no-repeat #ea3229;/*颜色值*/  position:fixed;top:180px;right:170px;z-index:999;}
#rightArrow a{display:block;height:45px;}
