/*网页底部*/
.n_footer {
    width: 100%;
    height: 100px;
}

/**bottom**/
.footer_clearfix:after, .footer_clearfix:before {
    content: "";
    display: table;
}

.footer_clearfix:after {
    clear: both;
}

.footer_clearfix {
    zoom: 1;
}

.nm-footer {
    width: 100%;
    height: auto;
    background: #474747;
    color: #fff;
    position: relative;
    z-index: 200;
}

.footer-link {
    width: 100%;
    height: auto;
    padding: 15px 0;
    border-bottom: 1px solid #666;
    box-sizing: border-box;
}

.footer-link span {
    font-size: 16px;
    color: #fff;
    line-height: 34px;
}

.footer-link a {
    width: 100%;
    height: 34px;
    background: #ededed;
    border-radius: 2px;
    line-height: 34px;
    padding: 0 10px;
    font-size: 14px;
    color: #333;
    display: block;
    text-align: center;
    position: relative;
    box-sizing: border-box;
}

.footer-link a:hover {
    background: #ededed;
    color: #015293;
}

.footer-link a:active {
    background: #e6b045;
    color: #fff;
}

.foot-gov {
    width: 100%;
    height: auto;
    position: relative;
    padding: 15px 0 30px 0;
}

.foot-gov-c {
    width: 70%;
    margin: 0 auto;
    float: left;
}

.foot-nav {
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
}

.foot-nav li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    position: relative;
}

.foot-nav li::after {
    content: "";
    width: 1px;
    height: 15px;
    background: #ccc;
    position: absolute;
    right: -15px;
    top: 8px;
}

.foot-nav li:last-child::after {
    content: none;
}

.foot-nav li a {
    font-size: 14px;
    color: #fff;
}

.foot-cc {
    font-size: 13px;
    color: #e5e5e5;
}

.foot-cc p {
    line-height: 25px;
}

.foot-cc span {
    margin: 0 10px;
}

.foot-cc a {
    color: #fff;
    margin: 0 5px;
}

.foot-cc a:hover {
    text-decoration: underline;
}

.foot-gov .gov-red {
    float: right;
    margin-right: 15px;
}

.foot-gov .gov-jiucuo {
    float: right;
    margin-top: 10px;
    margin-right: 15px;
}

/**bottom-end**/
