 @charset "utf-8";

 .minBanner,
 .minBanner ul,
 .minBanner img {
     height: 200px
 }

 .minBanner {
     width: 100%;
     min-width: 1000px;
     position: relative;
     overflow: hidden
 }

 .minBanner ul {
     width: 100%
 }

 .minBanner li {
     width: 100%;
     position: absolute;
     z-index: 1;
     overflow: hidden;
     background: #FFF
 }

 .minBanner img {
     width: 1440px;
     display: block;
     position: relative;
     left: 50%;
     margin-left: -720px;
     top: 0
 }

 .minBanner .tip {
     width: 100%;
     height: 8px;
     line-height: 0;
     font-size: 0;
     text-align: center;
     position: absolute;
     left: 0;
     bottom: -10px;
     z-index: 3
 }

 .minBanner .tip span {
     display: inline-block;
     width: 8px;
     height: 8px;
     background: rgba(255, 255, 255, 0.5) !important;
     filter: Alpha(opacity=50);
     background: #FFF;
     margin: 0 5px;
     cursor: pointer
 }

 .minBanner .tip span.cur {
     background: rgba(255, 255, 255, 0.8) !important;
     filter: Alpha(opacity=80);
     background: #FFF;
     _background: #CC0000
 }