
.swiper1 {
    width: 100%;
    height:auto;
}

.swiper1 .swiper-wrapper .swiper-slide img {
    width:100%;
    height:100%;
}

.swiper2 {
    /*width:1200px;*/
    /*height:340px;*/
}

.swiper2 .swiper-wrapper {
    /*height:253px;*/
    /*width:200px;*/
    /*float: left;*/
}

.swiper2 .swiper-wrapper .swiper-slide div {
    width:198px;
    height:218px;
    border:1px solid #bfbfbf;
}

.swiper2 .swiper-wrapper .swiper-slide div img {
    width:100%;
    height:100%;
    cursor: pointer;
}
.swiper2 .swiper-wrapper .swiper-slide span {
    font-size:18px;
    color:#505050;
    display:block;
    width:100%;
    /*height:15px;*/
    margin-top:18px;
    text-align: center;
}

.swiper3 {
    width:965px;
    height:380px;
    /*margin-top:56px;*/
    /*margin-bottom:70px;*/
    position: relative;
}

.swiper3 .swiper-wrapper .swiper-slide {
    width:168px;
    /*height:380px;*/
}

.swiper3 .swiper-wrapper .swiper-slide img {
    width:168px;
    /*height:380px;*/
}

.swiper-button-prev {
    position: relative;
    left:50px;
    top:-250px;
    width:32px;
    height:50px;
    background:url("../images/prev.jpg")no-repeat center;
    background-size:32px 50px;
    filter:alpha(opacity:50);
    opacity:0.5;
}

.swiper-button-prev:hover {
    filter:alpha(opacity:100);
    opacity:1;
}

.swiper-button-next {
    position: relative;
    top:-278px;
    right:50px;
    float: right;
    width:32px;
    height:50px;
    background:url("../images/next.jpg")no-repeat center;
    background-size:32px 50px;
    filter:alpha(opacity:50);
    opacity:0.5;
}

.swiper-button-next:hover {
    filter:alpha(opacity:100);
    opacity:1;
}