.right_menu {
    position: fixed;
    bottom: 50px;
    right: 0;
    z-index: 999;
    width: 50px;
    height: 100px;
}
.right_menu:hover{
    height: 205px;
}
.right_menu li {
    position: absolute;
    display: none;
    left: 0;
}

.right_menu li:hover a {
    background: url("/SITE_RES/www_cqvcet_com/2020-04-12/images/right_hover.png") left no-repeat;
}

.right_menu li:hover .erweima {
    display: block;
    min-width: 102px;
}

.right_menu li a {
    display: block;
    color: #FFF;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 6px 0 0 6px;
    background: url("/SITE_RES/www_cqvcet_com/2020-04-12/images/right_bg.png") left;
}

.right_menu li a:focus {
    text-decoration: none;
}

.right_menu li a span {
    display: inline-block;
    float: left;
    width: 50px;
    height: 50px;
    font-size: 25px;
    text-align: center;
    vertical-align: -2px;
}

.right_menu .go_top {
    display: block;
    top:0;
    width: 50px;
}
.right_menu:hover li{
    display: block;
}
/*.right_menu:hover .siteMap{
    top: 306px;
}*/
.right_menu .go_top a {
    padding: 5px 0;
    line-height: 20px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    box-sizing: border-box;
}

.right_menu li.go_top span {
    display: block;
    height: 20px;
    font-size: 20px;
}

.phone {
    top: 51px;
    width: 162px;
}
.phone1{
    top: 102px;
    width: 162px;
}

.weibo {
    top: 153px;
    width: 162px;
    
}
.weibo1 {
    top: 204px;
    width: 162px;
    
}
.right_menu .weixin {
    top: 255px;
}
/*.right_menu .siteMap{
    display: block;
    top: 51px;
    width: 122px;
}
.right_menu .siteMap span{
    font-size: 28px;
}*/

.erweima {
    position: absolute;
    display: none;
    right: 51px;
    bottom: 0;
    padding: 0px;
    z-index: 999;
    border-radius: 4px;
    border: 1px solid #eee;
    box-shadow: 0 0 1px rgba(0, 0, 0, .1);
    background-color: white;
}
.erweima div{
    display: inline-block;
    width: 120px;
    padding: 10px 0 0;
    float: left;
    border-right: 1px dashed #eee;
    text-align: center;
}
.erweima img{
    width: 100px;
}

.erweima:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    right: -16px;
    bottom: 20px;
    border: 8px solid transparent;
    border-left-color: #fff;
}


.app {
    top: 357px;
    width: 123px;
}

.right_menu li.app span {
    font-size: 14px;
    font-weight: 600;
}