@charset "UTF-8";
.index-foot {
    background: #191D26;
    width: 100%;
}
.index-foot-bottom1 {
    background: #191D26;
    width: 100%;
    height: 230px;
    overflow: hidden;
    border-top: 1px solid #f1f1f1
}

.index-foot-bottom1 ul {
    padding-top: 18px
}

.index-foot-bottom1 ul li {
    float: left;
    padding-left: 50px;
    width: 170px
}

.index-foot-bottom1 ul li span, #index-foot-bottom1 ul li a {
    display: block
}

.index-foot-bottom1 ul li span {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 40px
}

.index-foot-bottom1 ul li a {
    font-size: 14px;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.55);
}

.index-foot-bottom1 ul li a:hover {
    text-decoration: underline
}

.index-foot-bottom1 ul li.wxsaoma {
    /* background-position: 40px -460px; */
    background-position: 40px -477px;
    width: 250px;
    height: 180px;
    /* border-left: 1px solid #e5e5e5; */
    padding-left: 40px
}

.index-foot-bottom2 {
    background: #191D26;
    width: 100%;
    height: 140px;
    overflow: hidden
}

.index-foot-bottom2 p {
    padding-top: 20px;
    text-align: center;
    color: #666;
    line-height: 24px
}

.index-foot-bottom2 p.ptnone {
    padding-top: 0
}

.index-foot-bottom2 p.ptnone a {
    color: #666;
    font-size: 12px
}

.index-foot-bottom2 p a {
    font-size: 14px;
    color: #acacac;
    padding: 0 0 0 8px;
    line-height: 28px
}

.index-foot-bottom2 p a:hover {
    text-decoration: underline
}

