
.right_fixed {
    position: fixed;
    right: 2%;
    top: 35%;
    z-index: 9999;
}

    .right_fixed ul li {
        position: relative;
        height: 58px;
        margin-bottom: 2px;
    }

.fed {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    height: 56px;
    line-height: 56px;
    width: 200px;
    background: #ef9a48 url(../images/tel_bg.png) no-repeat 6% 50% !important;
    color: #fff;
    font-size: 16px;
    padding-left: 28px;
}

.page {
    /*height: 38px;*/
    text-align: center;
    clear: both;
    overflow: hidden;
}

    .page span {
        display: inline-block;
        /*padding: 8px 15px;*/
        border: 1px solid #e5e5e5;
        background: #fff;
        font-size: 14px;
        color: #666;
        font-style: normal;
        cursor: pointer;
        margin: 0 2px;
    }

        .page span.current, .page span.disabled {
            padding: 8px 15px;
        }

        .page span a {
            /*padding: 8px 15px;*/
            display: inline-block;
        }

        .page span:hover {
            border: 1px solid #d43f03;
            color: #fff;
            background: #d43f03;
        }

    .page .page_on {
        border: 1px solid #d43f03;
        color: #fff;
        background: #d43f03;
    }
    /*前台新闻 分页用的current */
    .page span.current {
        border: 1px solid #d43f03;
        color: #fff;
        background: #d43f03;
    }

    .page span:hover A {
        text-decoration: none;
        color: #fff;
    }





.right_fixed ul li:hover .fed {
    display: block;
}

.wx {
    display: none;
    position: absolute;
    top: 0;
    right: 58px;
    width: 172px;
    height: 160px;
    background: #fff;
    border: 1px solid #a5e4fd;
    font-size: 16px;
}

.right_fixed ul li:hover .wx {
    display: block;
}

.wx dt {
    text-align: center;
    line-height: 38px;
    font-size: 16px;
    font-weight: bold;
}

.wx dd {
    text-align: center;
}


.qq {
    display: none;
    position: absolute;
    width: 172px;
    /*height: 198px;*/
    min-height: 198px;
    background: #fff;
    border: 1px solid #a5e4fd;
    right: 58px;
    top: 0;
}

.right_fixed ul li:hover .qq {
    display: block;
}

.qq dt {
    text-align: center;
    line-height: 38px;
    font-size: 16px;
    font-weight: bold;
}

.qq dd {
    /*padding: 2% 10% 0;*/
    padding: 2px 5% 0;
    font-size: 14px;
}

    .qq dd img {
        vertical-align: middle;
        padding-right: 6%;
    }

.qq dt {
    border-bottom: none;
}

.qq dd {
}
