@charset "utf-8";

/* flexslider */

.flexslider {
    margin: 0 auto;
    position: relative;
    width: 100%;
    overflow: hidden;
    zoom: 1;
    height: 375px;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}

.flexslider .slides {
    zoom: 1;
}

.flex-direction-nav a {
    display: none;
    width: 60px;
    height: 90px;
    line-height: 99em;
    overflow: hidden;
    margin: -60px 0 0;
    display: block;
    background: url(../images/ad_ctr.png) no-repeat;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease;
}

.flex-direction-nav .flex-next {
    background-position: 0 -90px;
    right: 50%;
    margin-right: -600px;
}

.flex-direction-nav .flex-prev {
    left: 50%;
    margin-left: -600px;
}

.flexslider:hover .flex-next {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1;
    filter: alpha(opacity=50);
}

.flex-control-nav {
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 650px;
    text-align: right;
}

.flex-control-nav li {
    margin: 0 2px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    background: #fff ;
    display: block;
    border-radius: 50%;
    height: 10px;
    overflow: hidden;
    width: 10px;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    line-height: 10px;
    color: #fff;
    text-indent: 2rem;
}

.flex-control-paging li a.flex-active {
    background: #c35202;
}

