﻿#slcd {
    position: relative;
    bottom: 0;
    width: 100%;
    z-index: 888;
    height: 3.5rem;
    display: inline-block;
    float: left;
}

#slcd ul {
    margin: 0 auto;
    list-style-type: none;
    width: 100%;
    height: 100%;
    background-color: #2f3192;
    background-image: url(../img/icon_cp.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 8px;
    z-index: 10;
}

#slcd ul li {
    float: left;
    width: 100%!important;
    height: 100%;
    text-align: center;
    position: relative;
}

#slcd ul li .line {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 30;
}

#slcd ul li .slcd_li {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 20;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 0.8rem;
    padding-top: 2.3rem;
}

#slcd ul li .img_front {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 30;
    width: 100%;
    height: 100%;
}

#slcd ul li .img_front img {
    width: 100%;
    height: 100%;
}

#slcd ul li span {
    position: absolute;
    bottom: -240px;
    width: 100%;
    margin-bottom: 0px;
    height: 240px;
    text-align: center;
    z-index: -1;
    left: 0%;
}

#slcd ul li span div {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #3c3c3c;
}

#slcd ul li span a {
    padding-top: 0!important;
    float: left;
    width: 100%;
    height: 40px!important;
    line-height: 20px!important;
    color: #fff;
    text-decoration: none;
    border-bottom: solid 1px #fff;
}

.footer_front {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: -2;
    display: none;
}