.footer {
    padding: 5px 0;
    width: 100%;
    line-height: 2;
    color: #fff;
    font-size: 12px;
    text-align: center;
    letter-spacing: 0.5px;
    margin-top: 50px;
}
.footer a,
.footer a:hover {
    color: #fff;
}
.footer.current {
    position: relative;
    top: 110px;
}
.fr_link {
    width: 100%;
    height: 285px;
    overflow: hidden;
    background-image: url('../images/fred_link_bg.png');
    background-size: cover;
}
.fr_link .sjBg {
    width: 100%;
    height: auto;
    max-width: 1952px;
    margin: 0 auto;
    padding-top: 1%;
}
.beian:hover {
    color: #337ab7;
}

#frilink {
    width: 1000px;
    margin: 0 auto;
}
#frilink h3 {
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    line-height: 50px;
}
#frilink ul li {
    font-size: 12px;
    color: #fff;
    line-height: 30px;
}
#frilink ul li:hover {
    text-decoration: underline;
    cursor: pointer;
}
#frilink ul li a {
    font-size: 12px;
    color: #fff;
    line-height: 30px;
}
.call {
    width: auto;
    overflow: hidden;
    margin-top: 48px;
}
.call .code {
    float: left;
    width: 85px;
    height: 85px;
    background: url('../images/code.png') no-repeat center center;
    background-size: cover;
}
.call .code2 {
    float: left;
    width: 85px;
    height: 85px;
    background: url('../images/heidun.png') no-repeat center center;
    background-size: cover;
    margin-left: 20px;
}
.call span {
    display: block;
    width: 85px;
    color: #fff;
    font-size: 12px;
    text-align: center;
}
.call span:hover {
    cursor: pointer;
}
.call span.codetitle {
    clear: both;
    width: 206px;
    padding-top: 10px;
}
@media (max-width: 768px) {
    .fotter span {
        display: block;
    }
    .fotter {
        line-height: 1.7;
        padding: 10px 0;
        font-size: 13px;
    }
}
