@charset "UTF-8";

.header-ul {
    width: 100%;
    background-color: #337ab7;
    font-family: "微软雅黑";
    font-size: 14px;
}

.header-ul > li > a {
    color: #FFF;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #eee;
    color: red;
}

.header-li-home {
    width: 10%;
}

.header-li-other {
    width: 15%;
}

.border-right {
    border-right: 1px solid;
    border-right-color: #cccccc;
}

.border_top_menu {
    border-color: darkblue;
    box-shadow: 0 0 1px #fff;
}

.loading {
    width: 160px;
    height: 56px;
    position: absolute;
    top: 50%;
    left: 50%;
    line-height: 56px;
    color: #fff;
    padding-left: 60px;
    font-size: 15px;
    background: #000 url(../../img/home/loading.gif) no-repeat 10px 50%;
    opacity: 0.7;
    z-index: 9999;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}

.arch_source {
    text-align: center;
    height: 10px;
    width: 98%;
    margin-left: 1%;
    color: #8c8c8c;
    padding: 7px 0 9px;
    margin-bottom: 33px;
    position: relative;
    /* border-top: #f0f0f0 1px solid; */
    border-bottom: #f0f0f0 1px solid;
}

.public_info {
    border-right: #f0f0f0 1px solid;
    margin: 0px 1px 0px 0px;
}

.context {
    font-size: 25px;
    margin-bottom: 25px;
}

.header_container {
    min-height: 130px;
    width: 97%;
    margin-left: 1%;
}

.header_info_container {
    text-align: right;margin: 2px
}

.header_info {
    color:white;
}