.banner {
    position: relative;
    height: 320px;
    min-width: 1180px;
    overflow: hidden;
    background-color: black;
}

.banner span {
    position: absolute;
    display: block;
    font-size: 0;
    width: 1920px;
    min-width: 1180px;
    height: 320px;
    left: 50%;
    margin-left: -960px;
    background: url(../img/banner/banner-about.jpg) no-repeat;
}


/* 小菜单 */

.top-nav {
    background-color: #f5f5f5;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-bottom: 1px solid #e9e9e9;
}

.top-nav li {
    float: left;
    width: 33.33%;
    font-size: 13px;
}

.top-nav li a {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 13px;
    color: #666;
}

.top-nav li a:hover {
    background-color: #e5e5e5;
}

.top-nav .active {
    background-color: #fff;
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
}


/* 百度map */

.baidumap {
    margin: 20px auto;
}

.map-left {
    width: 1180px;
    border: 1px solid #e9e9e9;
}


/* 位置信息 */

.loc {
    margin-bottom: 20px;
}

.loc p {
    font-size: 13px;
    margin: 10px 0;
}