@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    list-style-type: none;
}


/* flexslider */

.flexslider {
    position: relative;
    height: auto;
    float: left;
    width: 100%;
    /* background: url(/image/loading2.gif) 50% no-repeat; */
}

.flexslider2 {
    position: relative;
    height: auto;
    float: left;
    width: 100%;
    /* background: url(/image/loading2.gif) 50% no-repeat; */
}

.slides {
    position: relative;
    z-index: 100;
    float: left;
}

.slides li img {
    width: 100%;
}

.slides li a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: left;
    text-indent: -9999px
}

.flex-control-nav {
    position: absolute;
    bottom: 10px;
    z-index: 999999;
    width: 100%;
    text-align: center;
}

.flex-control-nav li {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: 05px;
    *display: inline;
    zoom: 1;
}

.flex-control-nav a {
    display: inline-block;
    width: 13px;
    height: 13px;
    line-height: 40px;
    overflow: hidden;
    background: url(images/dot.png) right 0 no-repeat;
    cursor: pointer;
}

.flex-control-nav .flex-active {
    background-position: 0 0;
}

.flex-direction-nav {
    position: absolute;
    z-index: 9999;
    left: 0;
    width: 100%;
    top: 45%;
}

.flex-direction-nav li a {
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
}

.flex-direction-nav li a.flex-prev {
    left: 60px;
    background: url(images/prev.png) center center no-repeat;
}

.flex-direction-nav li a.flex-next {
    right: 60px;
    background: url(images/next.png) center center no-repeat;
}