﻿
@charset "utf-8";



/*-- 定位 --*/
.ui-rel { position: relative; }
.ui-ab { position: absolute; }
.ui-fixed { position: fixed; }

/*-- 浮动 --*/
.ui-clear:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.ui-l { float: left; }
.ui-r { float: right; }

/*-- 文字同一行显示 --*/
.ui-ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

#banner { height: 454px; background: #ccc; }
.banner-photo { height: 454px; overflow: hidden; }
.banner-photo img { display: none; position: absolute; top: 50%; left: 50%; margin: -227px 0 0 -960px; }
.banner-photo img:first-child { display: block; }
.banner-page { bottom: 0; left: 0; width: 100%; height: 30px; text-align: center; }
.banner-page span { display: inline-block; width: 8px; height: 8px; margin: 0 5px; background: #fff; border-radius: 50%; font: 0/0 Arial; cursor: pointer; }
.banner-page span:hover,
.banner-page span.active { background: #6c3; }