.swiper1{
    width: 100%;
    height: 650px;
}
.swiper-wrapper{
    width: 100%;
    height: 650px;
}
.swiper1 .section1{
    background: url("../images/temp/banner1.jpg") center no-repeat;
}
.swiper1 .section2{
    background: url("../images/temp/banner2.jpg") center no-repeat;height: 100%;width: 100%
}
.swiper1 .section3{
    background: url("../images/temp/banner3.jpg") center no-repeat;
}
.swiper1 .section4{
    background: url("../images/temp/banner4.jpg") center no-repeat;
}
.swiper1 .section5{
    background: url("../images/temp/banner1.png") center no-repeat;;height: 100%;width: 100%
}
.swiper1 .swiper-slide a{
    display: block;
    height: 100%;
}
.swiper-pagination1{
    height: 16px;
    position: absolute;
    bottom: 32px;
    left: 50%;
    margin-left: -54px;
}
.swiper-pagination1 span{
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    cursor: pointer;
}
.swiper-pagination1 .swiper-pagination-switch{
    background: url("../images/page1.png") -16px 0 no-repeat;
}
.swiper-pagination1  .swiper-active-switch{
    background: url("../images/page1.png") 0 0 no-repeat;
}
.swiper1 .left,.swiper1 .right{
    position: absolute;
    top: 50%;
    margin-top: -64px;
    width: 64px;
    height: 64px;
    cursor: pointer;
}
.left{
    background: url("../images/lr_page.png") 0 0 no-repeat;
    left: -64px;
}
.right{
    background: url("../images/lr_page.png") -64px 0 no-repeat;
    right: -64px;
}