.warp {
    width: 100%;
    height: auto;
    margin: 0 auto;
}


/* lb */

.lb {
    width: 100%;
    height: auto;
}

.flexslider {
    width: 100%;
    position: relative;
    height: 500px;
    overflow: hidden;
    background: #ffffff;
}

.slides {
    position: relative;
    z-index: 1;
}

.slides li {
    height: 500px;
}

.slides li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.slides li a p {
    position: absolute;
    padding: 20px;
    bottom: 40px;
    left: 18.75%;
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
    background: url(/DFS/template/17/images/tm.png) repeat;
}

.flex-control-nav {
    position: absolute;
    bottom: 10px;
    z-index: 2;
    width: 100%;
    text-align: center;
}

.flex-control-nav li {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 5px;
    *display: inline;
    zoom: 1;
}

.flex-control-nav a {
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 40px;
    overflow: hidden;
    cursor: pointer;
}

.flex-control-nav .flex-active {}

.flex-direction-nav {
    position: absolute;
    z-index: 3;
    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 {
    /* width: 80px;
    height: 80px;
    background: url(/DFS/template/17/images/left.png) no-repeat center center;
    left: 18.75%; */
}

.flex-direction-nav li a.flex-next {
    /* width: 80px;
    height: 80px;
    background: url(/DFS/template/17/images/right.png) no-repeat center center;
    right: 18.75%; */
}