

.flexslider {
	position:relative;
	width: 100%;
}
.flexslider .slides {
}
.flexslider .slides li {
	width: 100%;
	display: none;
	position: relative;
}
.flexslider .slides li:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 75%;
    display: inline-block;
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.60) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(50%,rgba(0,0,0,0.60)),color-stop(100%,rgba(0,0,0,0)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.60) 100%);
    background: -o-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.60) 100%);
    background: -ms-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.60) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 50%,rgba(0,0,0,0.60) 100%);
}
.flexslider .photo_block {
}
.flexslider .photo_block img {
	width:100%;
	height:auto;
}
.flexslider .fullWidthCaption {
	position:absolute;
	width:50%;
	bottom:50px;
	left:50px;
	z-index:6;
}
.flexslider .fullWidthCaption h1 {
	color:#fff;
	font-size:3em;
	line-height:1.25em;
	font-family: 'Conv_Oswald_Regular','微软雅黑','Microsoft YaHei',黑体,STHeiti,Heiti;
	margin:20px 0;
}
.flexslider .fullWidthCaption p {
	color:#fff;
	font-size:1.25em;
}
.flexslider .fullWidthCaption .readmore {
	margin:35px 0;
}
.flexslider .fullWidthCaption .readmore a {
	padding:15px 35px 15px 20px;
	background:#b88c2e url(../images/readmore.png) no-repeat 90% center;
	font-size:1.05em;
	color:#fff;
	box-shadow:0px 2px 3px 0px rgba(0,0,0,0.77);
	
	-webkit-transition:all 0.2s ease-in;
	-moz-transition:all 0.2s ease-in;
	-o-transition:all 0.2s ease-in;
	transition:all 0.2s ease-in;
}
.flexslider .fullWidthCaption .readmore a:hover {
	background-color:#3d3a29;
}


.flex-direction-nav li a {
	width: 50px;
	height: 100%;
	display: ;
	position: absolute;
	top:0;
	cursor: pointer;
	text-indent: -9999px;
	z-index:5;
}
.flex-direction-nav li .next {
	background: url(../images/slider/arrow_right.png) no-repeat center;
	right: 0;
	_bottom: 0px;
	opacity:0.55;
	filter:alpha(opacity=55);
	
	-webkit-transition: all 0.2s ease 0s; 
	-moz-transition: all 0.2s ease 0s; 
	-o-transition: all 0.2s ease 0s; 
	transition: all 0.2s ease 0s;
}
.flex-direction-nav li .next:hover {
	opacity:0.85;
	filter:alpha(opacity=85);
}

.flex-direction-nav li .prev {
	background: url(../images/slider/arrow_left.png) no-repeat center;
	left: 0;	
	opacity:0.55;
	filter:alpha(opacity=55);
	
	-webkit-transition: all 0.3s ease 0s; 
	-moz-transition: all 0.3s ease 0s; 
	-o-transition: all 0.3s ease 0s; 
	transition: all 0.3s ease 0s;
}
.flex-direction-nav li .prev:hover {
	opacity:1;
}

.flex-direction-nav li .disabled {
	opacity: .5;
	filter:alpha(opacity=50);
	cursor: default;
}


.flex-control-nav {
	position:relative;
	width:200px;
	margin:0 auto;
	margin-top:-40px;
	text-align:center;
	z-index:6;
}
.flex-control-nav li {
	margin: 0 0 0 7px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.flex-control-nav li:first-child {
	margin: 0;
}
.flex-control-nav li a {
	width: 13px;
	height: 13px;
	display: block;
	background: url(../images/slider/headpic_control_nav.png) no-repeat 0 0;
	cursor: pointer;
	text-indent: -9999px;
}
.flex-control-nav li a:hover {
	background-position: 0 -13px;
}
.flex-control-nav li a.active {
	background-position: 0 -26px;
	cursor: default;
}







/* Mobile */
@media screen and (max-width: 767px) {
.flexslider {
	position:relative;
	width: 100%;
	background:#fff;
}
.flexslider .slides {
}
.flexslider .slides li {
	width: 100%;
	display: none;
	position: relative;
}
.flexslider .slides li:after {
	display:none;
}
.flexslider .photo_block {
}
.flexslider .photo_block img {
	width:100%;
	height:auto;
}
.flexslider .fullWidthCaption {
	position: relative;
	width:80%;
	margin-top:30px;
	margin-bottom:80px;
	bottom:inherit;
	left:50px;
	z-index:6;
}
.flexslider .fullWidthCaption h1 {
	font-size:2em;
	color:#3d3a29;
}
.flexslider .fullWidthCaption p {
	font-size:1.05em;
	color:#3d3a29;
}
.flexslider .fullWidthCaption .readmore {
}
.flexslider .fullWidthCaption .readmore a {
}
.flex-control-nav {
	margin-bottom:20px;
}
.flex-direction-nav li a {
	display:none;
}



}














/* Browser Resets*
.flex-container a:active,
.flexslider a:active {
	outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.flexslider {
	position:relative;
	width: 100%;
	min-width:1100px;
	min-height:600px;
	height:auto;
	overflow: hidden;
	padding:0 !important;
	zoom: 1;
	background:#fff;
}
.flexslider .slides {
	zoom: 1;
}
.flexslider .slides > li {
	width: 100%;
	height:600px;
	overflow:hidden;
	display: none;
	position: relative;
	background:#fff;
}
.flexslider .slides > li:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 75%;
    display: inline-block;
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.60) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(50%,rgba(0,0,0,0.60)),color-stop(100%,rgba(0,0,0,0)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.60) 100%);
    background: -o-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.60) 100%);
    background: -ms-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.60) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 50%,rgba(0,0,0,0.60) 100%);
}

.flexslider .slides li .caption_shadow {
	display:none;
	position:absolute;
	z-index:5;
	bottom:0;
	width:100%;
	height:250px;
	display:block;
	background:url(../images/slider/shadow.png) repeat-x left bottom;
}
.flexslider .slides .imgbg {
	position:absolute;
	width: 100%;
	height:auto;
	display: block;
}
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides {
	display: block;
}

.no-js .slides > li:first-child {
	display: block;
}

.flex-container {
	zoom: 1;
	position: relative;
}

.flex-caption {
	width: 90%;
	padding:0 5%;
	position: absolute;
	text-align: left;
	bottom:40px;
	left:0;
	color: #fff;
	overflow: hidden;
	z-index:8;
	
	-webkit-transition: all 0.3s ease 0s; 
	-moz-transition: all 0.3s ease 0s; 
	-o-transition: all 0.3s ease 0s; 
	transition: all 0.3s ease 0s;
}
.flex-caption:hover {
	color:#FF0;
}
.flex-caption h4 {
	font-size:3em;
	line-height:1.4em;
	color:#fff;
	width:100%;
	margin:10px auto;
	font-family:'Microsoft Yahei',微软雅黑;
	font-weight:bold !important;
}
.flex-caption p {
	font-size:1.2em;
	line-height:1.2em;
	letter-spacing:1px;
	color:#fff;
	margin:10px auto;
}

.flex-caption .readmore {
	margin:35px 0;
}
.flex-caption .readmore a {
	padding:15px 35px 15px 20px;
	background:#b88c2e url(../images/readmore.png) no-repeat 90% center;
	font-size:1.05em;
	color:#fff;
	box-shadow:0px 2px 3px 0px rgba(0,0,0,0.77);
	
	-webkit-transition:all 0.2s ease-in;
	-moz-transition:all 0.2s ease-in;
	-o-transition:all 0.2s ease-in;
	transition:all 0.2s ease-in;
}
.flex-caption .readmore a:hover {
	background-color:#3d3a29;
}


.flex-direction-nav li a {
	width: 50px;
	height: 100%;
	display: ;
	position: absolute;
	top:0;
	cursor: pointer;
	text-indent: -9999px;
	z-index:5;
}
.flex-direction-nav li .next {
	background: url(../images/slider/arrow_right.png) no-repeat center;
	right: 0;
	_bottom: 0px;
	opacity:0.55;
	filter:alpha(opacity=55);
	
	-webkit-transition: all 0.2s ease 0s; 
	-moz-transition: all 0.2s ease 0s; 
	-o-transition: all 0.2s ease 0s; 
	transition: all 0.2s ease 0s;
}
.flex-direction-nav li .next:hover {
	opacity:0.85;
	filter:alpha(opacity=85);
}

.flex-direction-nav li .prev {
	background: url(../images/slider/arrow_left.png) no-repeat center;
	left: 0;	
	opacity:0.55;
	filter:alpha(opacity=55);
	
	-webkit-transition: all 0.3s ease 0s; 
	-moz-transition: all 0.3s ease 0s; 
	-o-transition: all 0.3s ease 0s; 
	transition: all 0.3s ease 0s;
}
.flex-direction-nav li .prev:hover {
	opacity:1;
}

.flex-direction-nav li .disabled {
	opacity: .5;
	filter:alpha(opacity=50);
	cursor: default;
}


.flex-control-nav {
	position:relative;
	width:200px;
	margin:0 auto;
	margin-top:-40px;
	text-align:center;
	z-index:6;
}
.flex-control-nav li {
	margin: 0 0 0 7px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.flex-control-nav li:first-child {
	margin: 0;
}
.flex-control-nav li a {
	width: 13px;
	height: 13px;
	display: block;
	background: url(../images/slider/headpic_control_nav.png) no-repeat 0 0;
	cursor: pointer;
	text-indent: -9999px;
}
.flex-control-nav li a:hover {
	background-position: 0 -13px;
}
.flex-control-nav li a.active {
	background-position: 0 -26px;
	cursor: default;
}




@media only screen and (min-width: 1300px) and (max-width: 1400px) {
.flexslider {min-height:570px;}
.flexslider .slides > li {height:570px;}
}
@media only screen and (min-width: 1250px) and (max-width: 1300px) {
.flexslider {min-height:550px;}
.flexslider .slides > li {height:550px;}
}
@media only screen and (min-width: 1200px) and (max-width: 1250px) {
.flexslider {min-height:520px;}
.flexslider .slides > li {height:520px;}
}
@media only screen and (min-width: 1100px) and (max-width: 1200px) {
.flexslider {min-height:500px;}
.flexslider .slides > li {height:500px;}
}
@media only screen and (min-width: 1100px) and (max-width: 1200px) {
.flexslider {min-height:480px;}
.flexslider .slides > li {height:480px;}
}

@media only screen and (min-width: 1024px) and (max-width: 1100px) {
.flexslider {min-height:470px;}
.flexslider .slides > li {height:470px;}
}

/* Tablet *
@media only screen and (min-width: 768px) and (max-width: 1024px) {
.flexslider {min-height:470px;}
.flexslider .slides > li {
	width: 1024px;
	height:470px;
}




}

/* Mobile *
@media screen and (max-width: 767px) {
.flexslider {
	min-width:767px;
	min-height:580px;
}
.flexslider .slides > li {
	width: 767px;
	max-width:767px;
	height:580px;
}
.flexslider .slides > li:after {
	display:none;
}
.flex-caption {
	bottom:inherit;
	top:360px;
}
.flex-caption h4 {
	font-size:2em;
	color:#3d3a29;
}
.flex-caption p {
	font-size:1.05em;
	color:#3d3a29;
}
.flex-direction-nav {
	display:none;
}
.flex-direction-nav li a {
	display: none;
}
.flexslider .slides li .caption_shadow {
	display:none;
}


.flex-control-nav {
	margin-top:-60px;
}






}









