/*底部*/
.footer {
    min-height: 122px;
    line-height: 34px;
    min-width: 1200px;
    font-size: 14px;
    position: relative;
    z-index: 5;
    color: #666;
    text-align: center;
    margin-top: 36px;
}

.footer .mainbody {
    border-top: 1px solid #e7e7e7;
}

.css_footer_wjinfo {
    display: inline-block;
    margin-top: 20px;
}

.css_footer_wjinfo li{
    height: 14px;
    line-height: 14px;
    float: left;
    padding: 0 24px;
    border-left: #666 1px solid;
}

.css_footer_wjinfo li.css_nav_first{
    border-left: none;
}

.css_footer_wjinfo a{
    color: #666;
}

.css_footer_wjinfo a[href]:hover{
    color: #2273c9;
}

.css_footer_copyright {
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 26px;
}