.jinjia_div {
    position: absolute;
    z-index: 999;
    right: 5px;
    top: 85px;
    color: #e22c08;
}

/*走马灯*/
.jinjia-text ul,li {list-style-type: none;margin:0px;}
.jinjia-text li,#jinjia-text li {height: 3rem;line-height:1.3rem;color: #e22c08;}
.jinjia-text{max-width:120rem; margin:0px auto; overflow:hidden; height:3rem;width:100%; text-align:left;}
.jinjia-text li {padding:0 0rem 0 0rem;font-size: 1.3rem;}

/**
 * 框架覆盖
 */
/* 手机模式下 */
@media only screen and (max-width: 1024px) {
    .jinjia_div {
        position: absolute;
        z-index: 999;
        right: 50px;
        top: 63px;
        color: #e22c08;
    }
}
@media only screen and (max-width: 768px) {
    .jinjia_div {
        position: absolute;
        z-index: 999;
        right: 22px;
        top: 62px;
        color: #e22c08;
    }
}
@media only screen and (max-width: 640px) {
    .jinjia_div {
        position: absolute;
        z-index: 999;
        right: 88px;
        top: 8px;
        color: #e22c08;
    }
}
@media only screen and (max-width: 425px) {
    .jinjia_div {
        position: absolute;
        z-index: 999;
        right: 88px;
        top: 8px;
        color: #e22c08;
    }
}
