/* .tab-contain {
    margin: 50px auto;
    width: 1000px;
    padding: 100px;
    background: #7F7D7D;
} */

#tabs {
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #052146;
}

#tabs li {
    /* float: left; */
    margin: 0;
}

.dianji a {
    position: relative;
    /* background: #ddd; */
    padding: 10px 50px;
    float: left;
    text-decoration: none;
    color: #444;
    /* text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
    border-radius: 20px 20px 0 0;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .4); */
}

.actived a {
    outline: 0;
    background: #052146;
    z-index: 4;
    color: #fff;
}

.hoverItem a {
    background: #fff;
    /* color: #052146; */
}

.item {
    display: none;
}

.show {
    display: block;
    margin-top: 10px;
}

#banner_wrap {
    width: 1000px;
    height: 267px;
    margin: 0 auto;
    border: 1px solid #c0a599;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
    margin-bottom: 6px;
}

#banner {
    position: absolute;
    height: 400px;
}

.oLi {
    width: 1000px;
    height: 400px;
    float: left;
}