/*===================
    bannerLiist-css
======================*/
.banner {
  width: 950px;
  height: 450px;
  overflow: hidden;
  position: relative;
  margin: 0 auto; }

.banner > ul {
  display: none;
  /*width: 999999999px;*/
  height: 476px;
  position: absolute;
  top: 0;
  left: 0; }

.banner > ul > li {
  float: left;
  height: 476px; }

.banner > ul > li > a {
  display: block;
  font-size: 200px;
  line-height: 450px;
  font-weight: bold; }

.left-btn, .right-btn {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 45%;
  right: 30px;
  background: url("../../land/img/gj/right-1.png");
  -moz-background-size: cover;
       background-size: cover;
  cursor: pointer; }

.left-btn {
  left: 30px;
  background: url("../../land/img/gj/left-1.png");
  -moz-background-size: cover;
       background-size: cover; }

.img-btn-list {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 10px;
  left: 0;
  text-align: center; }

.img-btn-list > span {
  display: inline-block;
  width: 24px;
  height: 24px;
  -webkit-border-radius: 12px;
     -moz-border-radius: 12px;
          border-radius: 12px;
  margin: 0 5px;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer; }

.img-btn-list > span.current {
  border: 3px solid rgba(0, 0, 0, 0.8);
  background: rgba(255, 255, 255, 0.8); }
