/* * {
  margin: 0;
  padding: 0;
} */

* {
  /* 新細明體 */
  font-family: "PMingLiU";
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.slideShow {
  width: 700px;
  /* height: 325px; */
  height: 466px;
  /* width: 600px;
  height: 400; */
  border: 1px #eeeeee solid;
  /* margin: 100px auto; */
  position: relative;
  overflow: hidden;
}

.slideShow ul {
  width: 5000px;
  position: relative;
}

.slideShow ul li {
  float: left;
  width: 700px;
  /* width: 600px; */
}

.slideShow .showNav {
  position: absolute;
  right: 10px;
  bottom: 5px;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
}

.slideShow .showNav span {
  cursor: pointer;
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  background: #517263;
  margin-left: 2px;
  color: #fff;
}

.slideShow .showNav .active {
  background: #2f423a;
}
