.head {
    background: #2a5ab1;
}
.head .head-top {
    padding: 14px 0;
    overflow: hidden;
}
@media (min-width: 1400px)
.container {
    width: 1380px;
}
@media (min-width: 1200px)
.container {
    width: 1180px;
    margin: 0 auto;
    padding: 0;
}
.clearfix {
    zoom: 1;
}
.head .head-top .head-logo {
    width: 607px;
}
.head .head-nav {
    width: 100%;
    height: 58px;
    z-index: 999;
    background: url(../images/bg_nav.png) repeat-x top center;
}
.head .head-nav .container .nav-main {
    width: 100%;
    position: relative;
    z-index: 999;
}
.head .head-nav .container .nav-main li:nth-child(1) {
    margin-left: 0;
}
.head .head-nav .container .nav-main li {
    width: 16%;
}
.head .head-nav .container .nav-main li {
    width: 8.3%;
    float: left;
    text-align: center;
    position: relative;
}
.head .head-nav .container .nav-main li a {
    font-size: 16px;
}
.head .head-nav .container .nav-main li a {
    font-size: 16px;
    color: #fff;
    line-height: 56px;
}
.bottom {
    padding-top: 20px;
    padding-bottom: 9px;
    background: url(../images/bg_bottom.png) no-repeat;
}
.bottom .logo {
    height: 60px;
    margin-right: 30px;
}
.fl {
    float: left;
}
.bottom .bottom-font {
    margin-top: 5px;
    font-size: 13px;
    color: #fff;
    line-height: 30px;
}
.fr {
    float: right;
}
.bottom .select {
    height: 36px;
    margin-top: 20px;
    font-size: 13px;
    background: #4369b4;
    border: 1px solid #849ac7;
    float: left;
    position: relative;
    z-index: 9;
    display: inline-block;
}
.bottom .select dt {
    width: 318px;
    height: 36px;
    padding: 0 10px;
    color: #fff;
    line-height: 36px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    z-index: 99;
}
.bottom .select dd {
    width: 338px;
    position: absolute;
    left: -1px;
    top: 36px;
    border: 1px solid #849ac7;
    background: #4369b4;
    display: none;
}
.bottom .select dd ul {
    padding: 4px;
    max-height: 115px;
    overflow: auto;
}
.bottom .select dd ul li {
    height: 30px;
}
.bottom .select dd ul li a {
    padding: 0 8px;
    font-size: 13px;
    color: #fff;
    line-height: 30px;
    display: block;
}

.clear {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
}
.bottom .bq {
    margin-top: 20px;
    padding-top: 27px;
    font-size: 13px;
    color: #fff;
    border-top: 1px solid #849ac7;
}
