.upper {
    width: 100%;
    height: 54px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0.6;
    z-index: 10;
}

.mk_banup {
    width: 1200px;
    height: 54px;
    /*    background: red;*/
    margin: 0 auto;
}

.mk_zxgg {
    width: 120px;
    font-size: 18px;
    color: #fefbfb;
    text-align: right;
    background: url(../img/gg.png) no-repeat 14px center;
    line-height: 54px;
    float: left;
}

.mk_dot {
    font-size: 36px;
    color: #fff;
    line-height: 50px;
    float: left;
}

#swiper {
    width: 1000px;
    height: 54px;
    margin: 0px auto;
    /*    background: #999;*/
    float: left;
    /*    background: url(../img/n_1.png) no-repeat 100% 100%;*/
    background-size: 500px 50px;
    margin-left: 50px;
}

#swiper .swiper-slide {
    overflow: hidden;
}

#swiper a {
    display: block;
    width: 500px;
    height: 54px;
    float: left;
    text-decoration: none;
}

.mk_news {
    width: 450px;
    font-size: 18px;
    color: #fff;
    line-height: 54px;
/*    text-align: center;*/
    float: left;
    margin-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#swiper p:nth-of-type(odd) {
    /*    margin-right: 60px;*/
}