@charset "utf-8";
.clsBannerScreen {overflow: hidden;position: relative;height: 645px;width: 100%; /*border:1px solid #e1e1e1; cursor:pointer;*/ clear:both;}
.clsBannerScreen .images {position:absolute; display:none; width:100%;height:100%;}
.clsBannerButton {width:600px;cursor:pointer;border-bottom:1px solid #e1e1e1;}
.clsBannerButton li {width:100px;float:left;border-right:1px solid #e1e1e1;padding:2px;}
.clsBannerButton li.fir {border-left:1px solid #e1e1e1;}

.clsBannerButton li.labelOverClass {font-weight:bold;}

.clsBannerButton {
    position: absolute;
    bottom: 13px;
    left: 50%;
    margin: 0 auto;
    border: none;
    color: #ffffff;
}
.clsBannerButton li {
    border: none;
    width: 20px;
    height: 25px;
    line-height: 25px;
}
.clsBannerButton li.select {
    font-size: 1.3em;
}