﻿/*
 * jQuery FlexSlider v2.4.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */

.slides, .slides > li, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
	margin: 0;
	width: 100%;
	/*height: 311px;*/
	padding: 0;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
	/*height: 311px;*/
    overflow: hidden;
	border-radius: 10px;
}
.flexslider .slides img {
	min-width: 100%;
	display: block;
}

.flexslider .slides:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .flexslider .slides {
	display: block;
}
* html .flexslider .slides {
	height: 1%;
}
.no-js .flexslider .slides > li:first-child {
	display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
	position: relative;
	margin: 0 auto;
}
.flexslider .slides {
	zoom: 1;
}

.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;
}
.flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 40px;
	height: 60px;
	margin: -20px 0 0;
	position: absolute;
	top: 39%;
	z-index: 10;
	overflow: hidden;
	opacity: 0.4;
	cursor: pointer;
	color: rgba(0, 0, 0, 0.8);
	text-shadow: 1px 1px 0 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 a:before {
	font-family: "flexslider-icon";
	font-size: 2.4em;
	display: inline-block;
	color: rgba(0, 0, 0, 0.8);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav .flex-prev {
	background: url(../images/arrow.png) 0 0;
	left: 0;
	zoom: 85%;
	text-indent: -5000px;
}
.flex-direction-nav .flex-next {
	background: url(../images/arrow.png) right 0;
	right: 0;
	zoom: 85%;
	text-indent: -5000px;
}
.flexslider:hover .flex-direction-nav .flex-prev {
	opacity: 0.7;
	background: url(../images/arrow.png) 0 0;
	left: 0;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
	opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
	opacity: 0.7;
	background: url(../images/arrow.png) right 0;
	right: 0;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
	opacity: 1;
}
.flex-direction-nav .flex-disabled {
	opacity: 0!important;
	filter: alpha(opacity=0);
	cursor: default;
}
/* 标题 */
.flexslider-caption {
    display: none;
    width: 100%;
    height: auto;
    display: block;
    background-color: rgba(37,37,37,0.75);
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding: 0 0 10px 0;
}

@media screen and (max-device-width: 480px) {
.flexslider {
 width: 100%;
}
.flexslider-caption {
	width: 100%;
	height:100%;
	background-color: rgba(37,37,37,0.75);
 }
.Content .Container .Block2 .SlideShow .flexslider .slides li a .flexslider-caption.SlideShow{
width: 100%;
margin-left: 0px;
margin-top: 0px;
padding-top: 5px;
padding-bottom: 10px;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
	}
	
.flexslider .slides img {
    height: 185px;
}

}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.flexslider {
 width: 100%;
}
.flexslider-caption {
	position: inherit;
	left: 0;
	top: 0px;
 margin:0px;
	width: 100%;
	height:100%;
	color: #fff;
	display: block;
	background: rgba(0, 0, 0, 0.7);
 }
.Content .Container .Block2 .SlideShow .flexslider .slides li a .flexslider-caption.SlideShow{
	width:100%;
	margin-left:0px;
	margin-top:0px;
	padding-top:5px;
	padding-bottom:5px;
	margin-right:0px;
	height: 82px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
	}
}


@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation:portrait){
.Content .Container .Block2 .SlideShow .flexslider .slides li a .flexslider-caption.SlideShow {
    height: 75px;
}	
	
	
}