footer {
    background-color: #21286C;
    background-image:url(./../../img/index/底部BG.png);
    float: left;
    width: 100%;
    position: relative;
    /*z-index: 999;*/
}

.links {
    height: 104px;
    width: 100%;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
    padding-top: 38px;
}

.links .title,
.aboutUS .title {
    width: 115px;
    border-left: 3px solid #fff;
    color: #fff;
    padding-left: 6px;
    font-size: 16px;
    line-height: 1;
}

.links .friend {
    width: 1085px;
}

.links .friend a {
    float: left;
    width: 155px;
    text-align: left;
    color: #A9AEBF;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 16px;
}

.links .friend a:hover {
    color: #fff;
}

.aboutUS {
    padding-top: 24px;
}

.aboutUS .inside {
    width: 100%;
    margin: 20px 0 14px;
}

.aboutUS .inside .link {
    padding: 0 15px;
    border-right: 1px solid #A9AEBF;
    float: left;
    line-height: 1;
    text-align: center;
}

.aboutUS .inside .link:nth-child(1) {
    padding-left: 0;
    text-align: left;
}

.aboutUS .inside .link a {
    font-size: 14px;
    color: #A9AEBF;
    display: inline-block;
    line-height: 1;
}

.aboutUS .inside .link a:hover {
    color: #fff;
}

.official {
    font-size: 14px;
    line-height: 1;
    color: #A9AEBF;
    white-space: pre;
    float: left;
}

.authentication {
    width: 100%;
    float: left;
    margin-top: 24px;
}
.authentication img{
    width: 92px;
    height: 34px;
}