div.wrapper {
    margin: 0 auto;
    position: relative;
    height: 550px;
    left: 50%;
    margin-left: -960px;
    width: 1920px;
}

.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: 18%;
    z-index: 100;
    width: 67px;
    height: 67px;
    overflow: hidden;
    text-indent: -9999em;
    margin-top: -33px;
    background: url(../images/left.png) no-repeat left top !important;
}

.box_skitter .next_button {
    position: absolute;
    top: 50%;
    right: 18%;
    z-index: 100;
    width: 67px;
    height: 67px;
    overflow: hidden;
    text-indent: -9999em;
    margin-top: -33px;
    background: url(../images/right.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: 550px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
    overflow-x: hidden;
}

#slideshow ul {
    display: none;
}

.info_slide {
    display: block!important;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 20px;
    text-align: center;
    z-index: 9999;
}

.info_slide span {
    display: inline-block;
    width: 8px;
    height: 8px;
    border: 1px solid #fff;
    border-radius: 50%;
    background: none!important;
    margin: 0 5px;
    text-indent: -999px;
    overflow: hidden;
    cursor: pointer;
}

.info_slide span.image_number_select {
    background: #fff!important;
}