@charset "utf-8";
/* CSS Document */
.imgBlock {
  position: relative;
  width: 100%;
  overflow: hidden;
  min-width:1000px;
    background-color: #fff;
}
.imgBlock img {
  display: none;
}
.imgBlock ul li{
  display: block;
  height: 100%;
  width: 100%;
}
.imgBlock a{
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  display: block;
}
/*.current{display:block !important;  opacity:1 !important;}*/

.item{
  overflow: hidden;
  width:100% !important;

}