.footer {
    background: #1F2C3B;
    padding   : 55px 0 15px;
}

.footer a {
    text-decoration: none;
}

.footer_contain {
    width : 1260px;
    margin: 0 auto;
}

.footer .footer_title {
    width          : 560px;
    /* margin-right:100px; */
}

.footer .footer_title .txt {
    width: 340px;
    color: rgba(255, 255, 255, 0.5);
    font-size  : 14px;
    line-height: 30px;
    margin-top : 20px;
}

.footer .footer_copyright .copyright {
    font-size : 12px;
    opacity   : 0.5;
    color     : #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.19);
    padding   : 15px 0 0;
}

.footer .footer_copyright .copyright a.first {
    margin-left: 20px;
}

.footer .footer_copyright .copyright a {
    color : #fff;
    margin: 0 10px;
}

.footer .footer_copyright .copyright a:hover {
    text-decoration: underline;
}

.footer_nav {
    color: #fff;
}

.footer_nav dl {
    margin-right: 146px;
}

.footer_nav dt {
    font-size    : 18px;
    line-height  : 32px;
    margin-bottom: 20px;
}

.footer_nav dd {
    font-size  : 14px;
    line-height: 30px;
    opacity    : 0.6;
    color      : #fff
}

.footer_nav dd a {
    font-size  : 14px;
    line-height: 20px;
    cursor     : pointer;
    color      : #fff
}

.footer_nav dd a:hover {
    text-decoration: underline;
}

.footer_friendship_links {
    font-size    : 16px;
    color        : #fff;
    margin-top   : 30px;
    margin-bottom: 15px;
}

.footer_friendship_links span {
    vertical-align: middle;
    font-size     : 18px;
}

.footer_friendship_links a {
    cursor        : pointer;
    color         : #fff;
    display       : inline-block;
    vertical-align: middle;
    margin-top    : 5px;
    margin-right  : 15px;
}

.footer_friendship_links a img {
    height: 20px;
    width : auto;
}