@charset "utf-8";
#bannerSlide {
	height: 380px;
	position: relative;
	overflow: hidden;
	zoom: 1;
	z-index: 0;
	min-width: 100%;
	float: left;
}
.clearfix:before, .clearfix:after {
	display: block;
	overflow: hidden;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
	width: 0;
	height: 0;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}
.icon-arrow-a-left {
	background: url(../img/icon1.png) no-repeat;
	left:10px;
}
.icon-arrow-a-right{
	background: url(../img/icon2.png) no-repeat;
	right:10px;
}
.icon-arrow-a-left,.icon-arrow-a-right{
	background-position: center center;
	height: 40px;
	width: 40px;
}
#index_b_hero {
	width: 1200px;
	height: 380px;
	margin: auto;
	position: relative;
}
#index_b_hero img {
	width: 1200px;
	height: 380px;
}
#index_b_hero .heros {
	width: 1200px;
	height: 380px;
}
#index_b_hero .hero-wrap {
	overflow: visible;
	position: absolute;
}
#index_b_hero .next, #index_b_hero .prev {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	z-index: 3;
	cursor: pointer;
	filter:alpha(opacity=70);
	opacity:0.7;
}
#index_b_hero .next:hover, #index_b_hero .prev:hover {
	filter:alpha(opacity=100);
	opacity:1;
}
#index_b_hero .next {
	margin: -25px 0 0 0;
	right:10px;
}
#index_b_hero .disabled {
	background-color: #000;
}
#index_b_hero .mask-left, #index_b_hero .mask-right, #index_b_hero .hero {
	background: #000;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 1200px;
	height: 380px;
	overflow: hidden;
	left: 2400px;
}
#index_b_hero .mask-right, #index_b_hero .mask-left {
	z-index: 4;
	left: -1200px;
	filter: alpha(Opacity=50);
	opacity: .5;
	background: #000;
	overflow: hidden;
}
#index_b_hero .mask-right {
	left: 1200px;
}
#index_b_hero .active {
	z-index: 2;
	left: 0;
}
#bannerSlide .text {
	position: absolute!important;
	z-index: 9999999 !important;
	bottom: 34px;
	left: 200px !important;
	text-align: left;
	height: 36px;
	font-size: 16px;
	color: #fff;
	float: left;
	line-height: 36px;
	padding: 0 12px;
}