﻿﻿﻿/*首页banner*/

div.wrapper {
    margin: 0 auto;
    position: relative;
    height:496px;
}

.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: 496px !important;
}
.wrapper{/*margin-top: -40px;*/    height: 496px;}
.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: 60%;
    left: 15%;
    z-index: 100;
    width: 60px;
    height: 45px;
    overflow: hidden;
    text-indent: -9999em;
    margin-top: -25px;
    background: url(../images/prev.png) no-repeat left top !important;
}

.info_slide_dots {
    position: absolute;
    z-index: 999;
    bottom: 13px;
    display: none;
}

.info_slide_dots .image_number {
    /*width: 17px;
    height: 17px;*/
    display: block;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    margin: 0 8px;
    background: transparent !important;
    margin-top: 6px;
}
.info_slide_dots .image_number s {
    width: 14px;
    height: 14px;
    display: block;
    background: #eb880e;
    border-radius: 50%;
    margin: 2px auto;
}
.info_slide_dots .image_number_select s{
    background: url(../images/b1.png) no-repeat center;
    width: 58px;
    height: 16px;
    border-radius: 0;
}
.info_slide_dots span{color: transparent!important;}
.box_skitter .next_button {
    position: absolute;
    top: 60%;
    right: 15%;
    z-index: 100;
    width: 40px;
    height: 45px;
    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: 496px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
    overflow-x: hidden;
}

#slideshow ul {
    display: none;
}

#slideshow ul img {
    width: 1920px;
    height: 759px;
}
