ul {
    display:inline-block;
    margin:0 auto;
    padding:0;
    list-style:none
}

aside.services {
    position:fixed;
    z-index:2;
    top:210px;
    background-repeat:no-repeat
}
aside.services ul {
    width:130px
}
aside.services li {
    display:block;
    color:#fff227;
    font-size:20px;
    font-weight:bold;
    text-align:center
}

aside.service-right {
    right:0;
    background-image:url('/aomen/right.png');
}
aside.service-right .chat {
    height:72px
}
aside.service-right .qq {
    height:38px;
    padding-top:33px
}