/* HTML5 display-role reset for older browsers */
 
/* Browser Resets */
.banner_sy{
	background-color: #000;
}
.slides{
	text-align: center;
	overflow: hidden;
	display: block;
}
.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 img {
	width: 100%;
	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{ width:100%;}
.flex-direction-nav li{position: absolute; bottom: 45%;}
.flex-direction-nav li:nth-child(1){ left:10px;}
.flex-direction-nav li:nth-child(2){ right:10px;}
.flex-direction-nav li a {
	color: #fff;
	width: 40px;
	height: 40px;
	margin: -13px 0 0;
	display: block;
	overflow: hidden;
	cursor: pointer;
	background-position: 0 0;
	z-index: 1;
	font-size: 0;
	text-align: center;
	border: 1px solid #fff;
	filter:alpha(opacity=0); /*IE滤镜，透明度50%*/
	-moz-opacity:0; /*Firefox私有，透明度50%*/
	opacity:0;/*其他，透明度50%*/
	transition: ease all 0.4s;
-webkit-transition: ease all 0.4s;
-moz-transition: ease all 0.4s;
-o-transition: ease all 0.4s;
}
.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:before {
	font-family: "iconfont" !important;
	content: "\e677";
    font-style: normal;
    speak: none;
    -webkit-font-smoothing: antialiased;
    text-transform: none;
    font-size: 24px;
	line-height: 40px;
}
.flex-direction-nav li a.prev:before {
	font-family: "iconfont" !important;
 	content: "\e643";
    font-style: normal;
    speak: none;
    -webkit-font-smoothing: antialiased;
    text-transform: none;
    font-size: 24px;
	line-height: 40px;
}
.flex-direction-nav li a.prev:hover, .flex-direction-nav li a.next:hover{
	border: 1px solid #ffbb35;
	background-color: #ffbb35;
}

/* Control Nav */
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 2%;
	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: #ffbb35;
}

/*文字*/
.banner-text{ width: 100%; height: 100%; position: absolute; top: 0; left: 0;}
.banner-text-c{ width: 90%; height: 100%; max-width: 850px; margin: auto; position: relative;}
.banner-text-c .itme{ position: absolute; top: 30%; right: 0; width: 100%; text-align: center; }
.banner-text-c .itme .th{ font-family:"Arial Black", Gadget, sans-serif; font-size: 50px; color: #ffbb35; margin-bottom: 20px;}
.banner-text-c .itme p{
	color: #fff;
font-size: 18px;
line-height: 35px;
margin-bottom: 20px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
}
.banner-text-c .itme span a{
	border: 2px solid #fff;
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	padding: 2px 15px;
	display: inline-block;
	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{
	background-color: #ffbb35;
	border: 2px solid #ffbb35;
	color: #fff;
}
@media screen and (max-width:1044px){
.banner-text-c .itme .th {font-size: 30px;}
.banner-text-c .itme p{
	color: #fff;
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 {
    line-height: 24px;
}
}