.rightposition {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 10001;
    list-style: outside none none;
    width: 54px;
    margin-top: -90px;
}

.rightposition li {
    position: relative;
    list-style: outside none none;
    float: left;
    height: 54px;
    width: 54px;
}

.right-list {
    width: 54px;
    height: 54px;
    float: left;
    position: absolute;
    right: 0;
    transition: all 0.3s ease 0s;
    /* overflow: hidden; */
    word-break: keep-all;
    white-space: nowrap;
}

.right-icon {
    line-height: 16px;
    vertical-align: text-top;
    height: 30px;
    margin: 12px;
    width: 30px;
    display: inline-block;
    background-image: url(../images/rightpos.png);
}

.right-service {
    background: rgb(62, 163, 255);
}

.right-service-icon {
    background: url(../images/service.png);
}

.right-text {
    padding-right: 10px;
    color: #fff;
    position: relative;
    top: 17px;
}


.right-phone {
    background: rgb(49, 53, 61);
}

.right-phone-icon {
    background-position: 30px 0px;
}

.right-tutorials {
    background: rgb(49, 53, 61);
}

.right-tutorials-icon {
    background-position: 30px -184px;
}

.right-weixin {
    background: rgb(49, 53, 61);
}

.right-weixin-icon {
    background-position: 30px -80px;
}

.right-qq {
    background: rgb(49, 53, 61);
}

.right-qq-icon {
    background-position: 30px -40px;
}

.r-listhov1:hover {
    width: 180px;
    background: rgb(62, 163, 255);
}

.right-img,.right-img img {
    border-radius: 5px;
    position: absolute;
	right:30px;
}

.right-img-weixin {
    top: -10px;
    left: -90px;
	display: none;
    transition: all .5s;
}

/* .right-weixin:hover >.right-img-weixin {
    opacity: 1;
} */

.right-img-qq {
    top: -5px;
    left: -90px;
    opacity: 0;
    transition: all .5s;
}

.right-qq:hover .right-img-qq {
    opacity: 1;
}