﻿*{ margin:0px; padding:0px;}
body 
{
    line-height:1.5;
    font-family:微软雅黑;
}
a{ text-decoration:none;}
ul,li{ list-style:none; }

.flexslider {
    background: #ffffff;
    position: relative;
    zoom: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}

.flexslider .slides {
    zoom: 1;
}

.flexslider .slides img {
    height: auto;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

.carousel li {
    margin-right: 5px;
}

.flex-direction-nav {
    *height: 0;
    position: absolute;
    width: 100%;
    height: 40px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 999;
    overflow: hidden;
}

.flex-direction-nav li {
    width: 40px;
    height: 40px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.flex-direction-nav li.flex-nav-prev {
    left: -40px;
}

.flex-direction-nav li.flex-nav-next {
    right: -40px;
}

.flex-direction-nav a {
    display: block;
    width: 40px;
    height: 40px;
    background: url(../images/icon.png);
}

.flex-direction-nav a.flex-prev {
    background-position: 0 -76px;
}

.flex-direction-nav a.flex-next {
    background-position: -40px -76px;
}

.flexslider:hover .flex-direction-nav li.flex-nav-prev {
    opacity: 0.7;
    left: 2px;
}

.flexslider:hover .flex-direction-nav li.flex-nav-prev:hover {
    opacity: 1;
}

.flexslider:hover .flex-direction-nav li.flex-nav-next {
    opacity: 0.7;
    right: 2px;
}

.flexslider:hover .flex-direction-nav li.flex-nav-next:hover {
    opacity: 1;
}

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
}

 

.flex-control-nav {
    position: absolute;
    bottom: 40px;
    z-index: 9;
    right: 0;
}

.flex-control-nav li {
    margin: 0 3px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    width: 12px;
    height: 6px;
    display: block;
    background: #fff;
    cursor: pointer;
    border-radius: 3px;
    text-indent: -9999px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.flex-control-paging li a:hover { 
    background: #945c19;
}

.flex-control-paging li a.flex-active { 
    background: #945c19;
    cursor: default;
}
  

.jqfree  
{
    position:relative; 
    width: 500px;  
    height: 330px;
    margin:30px;
}

 
.jqfree ul.slides {
    height: 330px;
}

.jqfree ul.slides li {
    width: 100%;
    height: 100%;
    position: relative;
}

.jqfree ul.slides li .img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.jqfree ul.slides li .img img {
    width: 100%;
    display: block;
}

.jqfree ul.slides li p {
    position: absolute;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    left: 0;
    bottom: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
}