

/*---- banner ---*/
.swiper-container {
    height:350px;
    width:100%;
    text-align:center;
    margin:0 auto;
    position:relative;
    overflow:hidden;
    z-index:5;
    background:#F8F8F8;
}
.swiper-wrapper {
    position: relative;
    z-index:10;
	overflow:hidden;
}
.swiper-slide {
    position:relative;
    text-align:center;
    float:left;
}
.swiper-container,.swiper-wrapper,.swiper-slide{
    height: 350px;
}
.swiper-slide img{
    width:100%;
    height:350px;
    vertical-align:middle;
    position:relative;
}
@media screen and (max-width:320px)
{
  .swiper-container,.swiper-wrapper,.swiper-slide{
    height: 300px;
    }
    .swiper-slide img{
        height:300px;
    }
}
@media screen and (min-width:400px)
{
  .swiper-container,.swiper-wrapper,.swiper-slide{
    height: 380px;
    }
    .swiper-slide img{
        height:380px;
    }
}
@media screen and (min-width:768px)
{
  .swiper-container,.swiper-wrapper,.swiper-slide{
    height: 600px;
    }
    .swiper-slide img{
        height:600px;
    }
}

.pagination{
    position:absolute;
    width:100%;
    bottom:0.4em;
    z-index:100;

}
.pagination .swiper-pagination-switch{
    display:inline-block;
    height:6px;
    width:6px;
    background:#999;
    border-radius:50%;
    margin: 0 0.5em;
}
.pagination .swiper-active-switch{
    background:#ff381b;
}





















