﻿html, body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    color: #333;
    width: 100%;
    height: 100%;
    min-height: 854px;
}

.header {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
}

.main_body {
    width: 100%;
    min-height: 646px;
    background-color: #fff;
    position: absolute;
    top: 110px;
    bottom: 104px;
}

.footer {
    width: 100%;
    position: fixed;
    bottom: 0;
}

.footer_container {
    width: 960px;
    height: 100px;
    margin: 0 auto;
    border-top: 2px solid #036292;
    background-color: #f1f1f1;
}

.clear {
    clear: both;
}

.login_bar_container {
    width: 100%;
    height: 30px;
    float: left;
    background-color: #333;
    color: #fff;
}

    .login_bar_container a {
        color: #fff;
        text-decoration: none;
    }

.login_bar {
    width: 960px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
}

.login_bar_left {
    float: left;
}

    .login_bar_left span {
        margin-right: 30px;
    }

.login_bar_right {
    float: right;
}

    .login_bar_right span {
        margin-left: 10px;
    }

.logo_bar_container {
    width: 100%;
    height: 110px;
    float: left;
    background-color: #fff;
}

.logo_bar {
    width: 960px;
    margin: 0 auto;
}

    .logo_bar::after {
        content: '';
        clear: both;
        display: block;
    }

.logo_container {
    float: left;
    width: 220px;
    height: 68px;
    margin: 21px 0;
}

    .logo_container img {
        border: 0;
        float: left;
    }

.search_container {
    float: left;
    width: 266px;
    height: 50px;
    margin: 30px 0;
    margin-left: 124px;
    font-size: 12px;
    overflow: hidden;
}

    .search_container span {
        vertical-align: middle;
        line-height: 25px;
    }

    .search_container input[type=radio] {
        vertical-align: middle;
        margin-top: -2px;
    }

.search_ipt {
    border: 1px solid #afafaf;
    height: 15px;
    width: 204px;
    margin: 0;
    padding: 5px;
    float: left;
}

.search_button {
    float: left;
    width: 50px;
    height: 27px;
    cursor: pointer;
    color: #fff;
    background-color: #3465aa;
    background: linear-gradient(#3e79d1, #2c5089);
    text-align: center;
    font-size: 14px;
}

.search_left {
    float: left;
    margin-right: 15px;
    margin-top: 3px;
}

.search_right {
    color: #004175;
    float: right;
    margin-top: 3px;
    cursor: pointer;
    text-decoration: underline;
}

.banner_container {
    float: right;
    width: 237px;
    height: 110px;
}

    .banner_container img {
        border: 0;
    }

.catalog_bar_container {
    width: 100%;
    height: 85px;
    float: left;
    background-color: #3465aa;
}

.catalog_bar {
    width: 960px;
    margin: 0 auto;
    height: 55px;
    margin-top: 12px;
}

    .catalog_bar a {
        color: #fff;
        text-decoration: none;
    }

    .catalog_bar ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
        float: left;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

        .catalog_bar ul li {
            float: left;
            color: #fff;
            margin-right: 68px;
            font-size: 15px;
            line-height: 30px;
        }

.footer_left {
    width: 170px;
    height: 75px;
    overflow: hidden;
    float: left;
    line-height: 25px;
    font-size: 12px;
    color: #333;
    margin-top: 12px;
}

    .footer_left span {
        width: 100%;
        float: left;
    }

    .footer_left a {
        text-decoration: none;
        color: #004175;
        float: left;
        padding-right: 36px;
    }

.footer_middle {
    width: 500px;
    height: 75px;
    overflow: hidden;
    float: left;
    line-height: 25px;
    font-size: 12px;
    color: #333;
    margin-top: 12px;
    margin-left: 37px;
}

    .footer_middle span {
        width: 100%;
        float: left;
    }

    .footer_middle a {
        color: #333;
        text-decoration: none;
    }

.footer_right {
    width: 250px;
    float: right;
    line-height: 25px;
    font-size: 12px;
    color: #333;
    overflow: hidden;
    height: 100px;
}

    .footer_right img {
        float: left;
        display: block;
        margin-right: 17px;
    }

    .footer_right span {
        float: left;
        display: block;
        width: 83px;
        white-space: nowrap;
        overflow: hidden;
    }

    .footer_right div {
        width: 83px;
        height: 100px;
        overflow: hidden;
        float: right;
        font-size: 12px;
        line-height: 18px;
        text-align: center;
        padding-left: 25px;
    }

        .footer_right div span {
            float: left;
            width: 100%;
        }



.main_body_container {
    width: 960px;
    height: auto;
    margin: 0 auto;
}

    .main_body_container::after {
        content: '';
        clear: both;
        display: block;
    }

.location_bar {
    width: 960px;
    height: 35px;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    line-height: 35px;
    color: #333;
    font-size: 13px;
}

.location {
    float: left;
    width: 740px;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .location a {
        text-decoration: none;
        color: #333;
    }

.location_right {
    float: right;
}

    .location_right span {
        float: left;
        cursor: pointer;
    }

.top_login {
    cursor: pointer;
}

.top_register {
    cursor: pointer;
}

.top_loginname {
    cursor: pointer;
}

.top_quit {
    cursor: pointer;
    margin-left: 30px;
}
