div.wrapper {
  margin: 0 auto;
  position: relative;
  height: 680px;
}

.family_x {
  position: absolute;
  right: 400px;
  top: 520px;
  width: 200px;
  z-index: 9999;
}

.family_x ul {
}

.family_x ul li {
  width: 100px;
  float: left;
  height: 22px;
  line-height: 22px;
}

.family_x ul li a {
  font: bold 14px/22px "微乳雅黑";
  color: #bcbcbc;
  display: block;
  padding-left: 30px;
}

.family_x ul li a:visited {
  color: #bcbcbc;
}

.family_x ul li a:hover {
  text-decoration: none;
  color: #ffcc00;
}

.family_x ul li.fam_01 {
  background: url(../images/zg.png) no-repeat 0px 50%;
}

.family_x ul li.fam_02 {
  background: url(../images/yw.png) no-repeat 0px 50%;
}

.fn-clear {
  zoom: 1;
}

.box_skitter {
  position: relative;
  background: none;
}

.box_skitter ul {
  display: none;
}

.box_skitter .container_skitter {
  overflow: hidden;
  position: relative;
}

.box_skitter .image {
  overflow: hidden;
}

.box_skitter .image img {
  display: none;
  width: 1920px;
  height: 680px;
}

.box_skitter .box_clone {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  overflow: hidden;
  display: none;
  z-index: 20;
}

.box_skitter .box_clone img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  width: 1920px;
  height: 680px;
}

.box_skitter .prev_button {
  display: none;
  position: absolute;
  top: 50%;
  left: 12%;
  z-index: 999;
  width: 57px;
  height: 62px;
  overflow: hidden;
  text-indent: -9999em;
  margin-top: -25px;
  background: url(../images/prev.png) no-repeat left top !important;
}

.box_skitter .next_button {
  display: none;
  position: absolute;
  top: 50%;
  right: 12%;
  z-index: 999;
  width: 57px;
  height: 62px;
  overflow: hidden;
  text-indent: -9999em;
  margin-top: -25px;
  background: url(../images/next.png) no-repeat left top !important;
}

.box_skitter .label_skitter {
  z-index: 150;
  position: absolute;
  display: none;
}

.loading {
  position: absolute;
  top: 50%;
  right: 50%;
  z-index: 10000;
  margin: -16px -16px;
  color: #fff;
  text-indent: -9999em;
  overflow: hidden;
  background: url(../images/ajax-loader.gif) no-repeat left top;
  width: 31px;
  height: 31px;
}

#slideshow {
  width: 1920px;
  height: 680px;
  position: relative;
  left: 50%;
  margin-left: -960px;
  overflow-x: hidden;
}

#slideshow ul {
  display: none;
}
