﻿/* HTML5 display-role reset for older browsers */
 
/* Browser Resets */
.banner_sy{
	background-color: #000;
}
.slides{
	text-align: center;
	overflow: hidden;
	display: block; max-height:800px;
}
.flex-container a:active,
.flexslider a:active {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;z-index: 2;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {
	width: 100%;
	overflow: hidden;
}
.flexslider .slides > li {display: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides > li::after{
	position: absolute;
	content: " "; 
	left: 50.3%;
    width: 150%;
    top: 0;
    height: 200%; }
.flexslider .slides img {
	width: 100%; max-height:800px;
	display: block;
	text-align: center;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
/* 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;
}
.flexslider .slides {zoom: 1;}
.flexslider .slides > li {position: relative;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {zoom: 1; position: relative;}

/* Caption style */
/* IE rgba() hack */
.flex-caption {background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1;}
.flex-caption {width: 96%; padding: 2%; position: absolute; left: 0; bottom: 0; background: rgba(0,0,0,.3); color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,.3); font-size: 14px; line-height: 18px;}

/* Direction Nav */
.flex-direction-nav li a {
	width: 50px;
	height: 50px;
	margin: -13px 0 0;
	display: block;
	position: absolute;
	bottom: 45%;
	cursor: pointer;
	font-size: 0;
	background-position: 0 0;
	z-index: 1;
	color: #278032;
    background: #e05f03;
	text-align: center;
}
.flexslider:hover a.next, .flexslider:hover a.prev{
	filter:alpha(opacity=100); /*IE滤镜，透明度50%*/
	-moz-opacity:1; /*Firefox私有，透明度50%*/
	opacity:1;/*其他，透明度50%*/
	
}
.flex-direction-nav li a.next{ right: 0;}
.flex-direction-nav li a.prev{ left: 0;}
.flex-direction-nav li a.next::before {
	font-family: "iconfont" !important;
	content: "\e61a";
    font-style: normal;
    font-weight: bold;
    speak: none;
    -webkit-font-smoothing: antialiased;
    text-transform: none;
    font-size: 30px;
	color: #FFF;
	line-height: 50px;
	margin-right: -3px;
}
.flex-direction-nav li a.prev::before {
	font-family: "iconfont" !important;
 	content: "\e7d1";
    font-style: normal;
    speak: none;
    -webkit-font-smoothing: antialiased;
    text-transform: none;
    font-size: 32px;
	color: #FFF;
	line-height: 53px;
	margin-left: -5px;
}
.flex-direction-nav li a.prev:hover::before , .flex-direction-nav li a.next:hover::before{
	color: #FF0000;
}

/* Control Nav */
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 2%; display: none;
	text-align: center;
	overflow: hidden;
	height: 20px;
}
.flex-control-nav li {
	display: inline-block;
	zoom: 1;
*display: inline;
margin: 0px 5px 0px 5px;
}

.flex-control-nav li a {
	width: 50px;
	height: 4px;
	display: block;
	cursor: pointer;
	text-indent: -9999px;
	background-color: #FFF;
	border: 2px solid #FFF;
}
.flex-control-nav li a:hover {
	background-color: #CCC;
}
.flex-control-nav li a.active {
	cursor: default;
	background-color: #FF0000;
}

/*文字*/
.banner-text{ width: 100%; height: 100%; position: absolute; top: 0; left: 0;z-index: 1;}
.banner-text-c{ width: 90%; height: 100%; max-width: 1200px; margin: auto; position: relative;}
.banner-text-c .itme{ position: absolute; top: 25%; right: 0; width: 45%; text-align:right; }
.banner-text-c .itme .th{
	font-size: 50px;
    color: #fff;
    font-weight: 600;
	margin-bottom: 10px;
	text-transform:uppercase;
	}
.banner-text-c .itme p{
	color: #666;
font-size: 18px;
line-height: 28px;
margin-bottom: 20px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
}
.banner-text-c .itme span a{
	color: #e05f03;
	display: inline-block;
    padding: 20px 26px;
    font-weight: 600;
    text-decoration: none;
    outline: none;
	background-color: #FF0000;
    text-transform: uppercase;
	transition: ease all 0.4s;
-webkit-transition: ease all 0.4s;
-moz-transition: ease all 0.4s;
-o-transition: ease all 0.4s;
}
.banner-text-c .itme span a:hover{
	color: #FF0000;
	background-color: #e05f03;
}
@media screen and (max-width:1320px){.banner-text-c .itme .th {font-size: 40px;}}
@media screen and (max-width:1044px){
.banner-text-c .itme .th {font-size: 30px;}
.banner-text-c .itme p{
font-size: 16px;
line-height: 24px;
margin-bottom: 20px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
}
@media screen and (max-width:768px){
.banner-text-c .itme{top: 20%; }
.banner-text-c .itme .th {font-size:  18px;}
.banner-text-c .itme p{ display: none;}
.banner-text-c .itme span a{
	line-height: 28px;
	padding: 0px 10px;
}
.flex-direction-nav li a {
	width: 30px;
	height: 30px;
	bottom: 40%;
}
.flex-direction-nav li a.next:before, .flex-direction-nav li a.prev:before{
    font-size: 20px;
	line-height: 30px;
}
.flex-control-nav li {margin: 0px 2px 0px 2px;}
.flex-control-nav li a {
	width: 30px;
	height: 5px;
	border-radius: 0;
	border: 1px solid #FFF;
}

}
@media screen and (max-width: 480px){
.banner-text-c .itme .th { font-size: 16px; font-weight: normal;}
.banner-text-c .itme span a {
	font-size: 14px;
    line-height: 24px;
    padding: 0px 10px;
	font-weight: normal;
}
}