﻿﻿.wrapper {
    margin: 0 auto;
    position: relative;
    height: 854px;
}

.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;
}

.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;
}

.box_skitter .prev_button {
    position: absolute;
    top: 50%;
    left: 300px;
    z-index: 100;
    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 {
    position: absolute;
    top: 50%;
    right: 300px;
    z-index: 100;
    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: 854px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
    overflow-x: hidden;
}

#slideshow ul {
    display: none;
}