/* 底部导航 */
.footer_main{
    padding: 80px 0 50px 0;
    background-color: #2d3845;
    border-bottom: 1px solid rgba(255,255,255,.08);
}
.up_img{
    width: 30px;
    height: 30px;
    text-align: center;
    color: #ffffff;
    font-size: .9rem;
}
.up_img:hover{color: #ffffff;}
.footer_content{
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.footer_content li{
    width: 100%;
    float: left;
    font-weight: 300;
}
.footer_content li a{
    height: 26px;
    line-height: 26px;
    color: #9faebe;
    font-size: 12px;
}
.footer_content li:first-child a{
    height: 40px;
    line-height: 40px;
    color: #e5ebf0;
    margin: 0;
    font-size: 14px;
    font-weight: bold;
}
.footer_us{
    height: 60px;
    line-height: 40px;
    text-align: right;
    padding: 0;
}
.footer_us i{
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 20px 30px 0 0;
}
.footer_us_txt{
    padding: 30px 0 0 0;
}
.footer_us_txt p,.footer_us_txt h4{
    color: #e5ebf0;
    margin: 0;
    text-align: right;
}
.footer_us_txt h4{
    font-size: 30px;
}

/* 备案记录 */
.record_main{
    height: 80px;
    background-color: #2d3845;
}
.friends_link{
    padding: 20px 0 0 0;
    color: #64717f;
    font-size: 14px;
}
.friends_link h4{
    float: left;
    margin: 0;
}
.friends_link a{
    margin-left: 30px;
    color: #3991c4;
}
.record_txt{
    height: 30px;
}
.record_txt p{
    line-height: 30px;
    color: #64717f;
    margin: 0;
    font-size: 14px;
    text-align: center;
}
.record_txt a{
    color: #9faebe;
    font-size: 14px;
}