/* dede58.com 做最好的织梦模板 */
 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 
/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}
/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}
/* FlexSlider Default Theme
*********************************/
.flexslider {position: relative;  zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}
 .loading {min-height:350px;margin:0 auto; background: url("../images/loading.gif") no-repeat center center;}
.carousel li {margin-right: 5px}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}
/*______________________________________________________________*/
/*                  FLEX SLIDER CSS                             */
/*______________________________________________________________*/
.flex-direction-nav li a.flex-next,
.flex-direction-nav li a.flex-prev { width:64px;height:64px;text-indent:-9999px;display:block;position:absolute;top:42%; }
.flex-direction-nav li .flex-next  {background:url("../images/slider-next.png") top left no-repeat;right:40px;}
.flex-direction-nav li .flex-prev  { background:url("../images/slider-prev.png") top left no-repeat;left:40px;}
.flex-direction-nav li .flex-next:hover  {background:url("../images/slider-next.png")bottom left no-repeat;}
.flex-direction-nav li .flex-prev:hover  { background:url("../images/slider-prev.png") bottom left no-repeat;}
.flex-direction-nav{display: none;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}
.flex-control-nav {width: auto;position: absolute;text-align:center;display:block;z-index:250;right:35px;bottom:25px;}
.flex-control-nav li {margin: 0px 0 0 7px; display: inline-block; zoom: 1; *display: inline;text-indent:-9999px;}
.flex-control-nav li:first-child {margin: 0;}
.flex-control-nav li a {-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;width: 10px; height: 10px;display: block; background:#FFF;cursor:pointer; text-indent: -999em;border-radius:100px;}
.flex-control-nav li a:hover {background:#cacaca;}
.flex-control-nav li a.flex-active {background:#fd4326;}
.flex-caption {zoom: 1;background:#fd4326;background:rgba(253,67,38,0.7);width:auto;height:auto;position:absolute;left:0;bottom:70px;z-index:111;padding:20px; }
.flex-caption h3{color:#FFF;text-transform:uppercase;display:inline-block;margin-bottom:0;}
