/*客服样式*/
.erweima{
width: 100px;
height: 100px;
position: fixed;
top: 45%;
float: right;
z-index: 999999;
margin-top: -13px;
right: -1px;
}
#haiiskefu{width:130px;position:fixed;right:-80px;top:90%;margin-top:-183px;z-index:999;}
#haiiskefu .kfleft{width:50px;height:50px;background:url(../images/zaixiankefu.png) no-repeat;cursor:pointer;float:left;}
#haiiskefu ul{width:80px;height:566px;background:url(../images/kefu1.png) no-repeat;float:left;}
#haiiskefu ul li a{width:80px;height:80px;display:block;margin-bottom:1px;background:#EEE;-moz-opacity:0.4;filter:alpha(opacity=40);opacity:0.4;}
#haiiskefu ul li a:hover{-moz-opacity:0;filter:alpha(opacity=0);opacity:0;transition:all 0.5s linear;-webkit-transition:all 0.5s linear;-moz-transition:all 0.5s linear;-o-transition:all 0.5s linear;}


#haiiskefu1{position:fixed;right:0px;top:46%;margin-top:-183px;z-index:999;}

/*ie6*/
*html{overflow:hidden;}
*html #haiiskefu{position:absolute;right:expression(eval(document.documentElement.scrollLeft))-80;top:expression(eval(document.documentElement.scrollTop))-283;}