@charset "utf-8";
/* CSS Document */
#banner_tabs {
	margin: 0px auto ;
	position: relative;
	height:200px;
	width:907px;
	float: left;
	overflow: hidden;
	zoom: 1;
}
#banner_tabs .slides img{width:100% !important;/* min-width:1440px;*/ height:200px !important;}
#banner_tabs .slides li {
	width: 100%;
	height: 100%;
}

.flex-direction-nav a {
	width: 70px;
	height: 70px;
	line-height: 99em;
	overflow: hidden;
	margin: -35px 0 0;
	display: block;
	background: url(../img/ad_ctr.png) no-repeat;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
	border-radius: 35px;
}
.flex-next:hover {
	opacity: 0.8;				/* 透明度 */
	filter: alpha(opacity=25); /* 兼容IE的写法 */
}

.flex-prev:hover{
	opacity: 0.8;
	filter: alpha(opacity=25);
}


#bannerCtrl {
	width: 100%;
	position: absolute;
	bottom: 10px;
	text-align: center;
}

#bannerCtrl li {
	margin: 0 2px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

#bannerCtrl li a {
	background-color:#fff;
	border-radius: 50%;
	display: block;
	height: 12px;
	overflow: hidden;
	text-indent: -99em;
	width: 12px;
	cursor: pointer;
}

#bannerCtrl li a.flex-active,
#bannerCtrl li.active a {
	background-position: 0 0;
	background: #e51c23;
}




