@CHARSET "UTF-8";
.pages{
	width:100%;
	margin:40px auto 0 auto;
	text-align: center;
}
.pages a,.pages span {
    display:inline-block;
    padding:6px 10px;
    margin:0 4px;
    border:1px solid #f0f0f0;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
}
.pages a {
    text-decoration:none; color:#424446;
    -moz-transition:border-color .6s ease-in,border-color .6s ease-out;
    -webkit-transition:border-color .6s ease-in,border-color .6s ease-out;
    -o-transition:border-color .6s ease-in,border-color .6s ease-out;
    transition:border-color .6s ease-in,border-color .6s ease-out;
}
.pages a.first,.pages a.prev,.pages a.next,.pages a.end{
    margin:0;
}
.pages a:hover{
    border-color:#424446;
}
.pages span.current{
    background:#424446;
    color:#FFF;
    font-weight:700;
    border-color:#424446;
}
/*swiper4轮播使用*/
.swiper-container {
    width: 960px;
    height: 432px;
}
.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: white;
    opacity: 1;
    background: rgba(0,0,0,0.2);
}
.swiper-pagination-bullet-active{
    background-color: red;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image:url("/Static/app/image/home/scroll_page_right.png");
    right: 10px;
    left: auto;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("/Static/app/image/home/scroll_page_left.png");
    left: 10px;
    right: auto;
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 18px;
    height: 21px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 18px 21px;
    background-position: center;
    background-repeat: no-repeat;
}