div.wrapper {
    margin: 0 auto;
    position: relative;
    height: 817px;
    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: 10%;
    z-index: 100;
    width: 80px;
    height: 80px;
    overflow: hidden;
    font-size: 0px;
    border-radius: 50%;
    background: url(../images/zuo.png) no-repeat center center rgba(0, 0, 0, 0.7);
}

.box_skitter .prev_button:hover {
    position: absolute;
    top: 50%;
    left: 10%;
    z-index: 100;
    width: 80px;
    height: 80px;
    overflow: hidden;
    font-size: 0px;
    border-radius: 50%;
    background: url(../images/zuo.png) no-repeat center center rgba(215, 34, 24, 0.7);
}

.box_skitter .next_button {
    position: absolute;
    top: 50%;
    right: 10%;
    z-index: 100;
    width: 80px;
    height: 80px;
    overflow: hidden;
    font-size: 0px;
    border-radius: 50%;
    background: url(../images/you.png) no-repeat center center rgba(0, 0, 0, 0.7);
}

.box_skitter .next_button:hover {
    position: absolute;
    top: 50%;
    right: 10%;
    z-index: 100;
    width: 80px;
    height: 80px;
    overflow: hidden;
    font-size: 0px;
    border-radius: 50%;
    background: url(../images/you.png) no-repeat center center rgba(215, 34, 24, 0.9);
}

.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: 817px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
    overflow-x: hidden;
}

#slideshow ul {
    display: none;
}

#slideshow .info_slide_dots {
    position: absolute;
    bottom: 30px;
    z-index: 999;
}

#slideshow .info_slide_dots .image_number {
    width: 22px;
    height: 22px;
    display: inline-block;
    margin: 0 4px;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    font-size: 0;
    background: url(../images/b1.png) no-repeat!important;
}

#slideshow .info_slide_dots .image_number.image_number_select {
    background: url(../images/b2.png) no-repeat!important;
}