﻿/* 底部版权 */
.footer {
    width: 100%;
    min-width: 1300px;
    height: 90px;
    background: rgba(0, 0, 0, .6);
    overflow: hidden;
}

.footer .footerBox {
    width: 1300px;
    height: 75px;
    margin: 0 auto;
    padding-top: 15px;
}

.footer .footerBox, .footer .footerBox a {
    color: #e0e0e0;
    font-size: 16px;
    line-height: 30px;
}

.footer .footerBox .fr {
    height: 90px;
}

.footer .footerBox .dzjg {
    position: relative;
    top: -8px;
}

.footer .footerBox .zc {
    position: relative;
    top: -20px;
}