* {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-decoration: none;
}

.example {
    display: none;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}


.banner {
    width: 1200px;
    height: 534px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.bannermain div {
    width: 1200px;
    height: 534px;
    display: block;

}

.banner1 {
    width: 100%;
    height: 100%;
    float: left;
}

.banner .btnleft {
    width: 43px;
    height: 74px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto 0;
    z-index: 60;
    text-align: center;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.05));
}

.btnleft img,
.btnright img {
    width: 43px;
    height: 74px;
}

.banner .btnright {
    width: 43px;
    height: 74px;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.05));
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 0;
    z-index: 60;
    text-align: center;
}

.banner .btns {
    width: 60px;
    height: 10px;
    position: absolute;
    left: 50%;
    bottom: 30px;
    z-index: 100;
}

.swiper-paginatio {
    width: 100px !important;
    position: absolute !important;
    right: 0 !important;
    left: 0 !important;
    margin: 0 auto !important;
    bottom: 20px !important;
    z-index: 100 !important;
}

.swiper-paginatio span {
    width: 20px;
    height: 20px;
    background-color: #7A724E;
    margin-right: 10px !important;
}
.nav-bar{
    width: 1200px;
    height: 48px;
    background: url(../img/navback.png) repeat-x;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 17px;
    z-index: 999;

}


