﻿@charset "utf-8";
/* CSS Document */

.imgbox{ position:relative;  display:block; width:768px;width:1024px}

.swiper-container {
width: 100%;
height: 100%;
}
.sw .swiper-slide {
text-align: center;
font-size: 18px;

/* Center slide text vertically */
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}

.swiper-button-next,.swiper-button-prev{width:163px;height:130px;top:50%;}
.swiper-button-next:after,.swiper-button-prev:after{ content:'';}
.swiper-button-next{background: url(../images/next.png); right:-200px; margin-top:-50px; outline:none;}
.swiper-button-prev{background: url(../images/prev.png);left:-200px;margin-top:-50px; outline:none;}
.swiper-pagination-bullet-active{ background:#FFF;}


.sw img{ width:100%; height:100%;}






}