.banner{
	position: relative;
	width: 700px;
	height:410px;
	float:left;
	overflow:hidden;
	margin-top:5px;
	background:#AA0708;
}
.banner .flexslider{
	height:365px;
}
.banner .slides{
	height:365px;
}
.banner .slides img{
	display:block;
	width: 100%;
	height:365px;
}
.flex-direction-nav .flex-next{
	right:0;
	background:url(../image/huixin-nextBar.png) no-repeat center center
}
.flex-direction-nav .flex-prev{
	left:0;
	background:url(../image/huixin-lastBar.png) no-repeat center center
}
.banner .slides .title{
	display:block;
	float:left;
	margin-left:20px;
}
.banner .slides .title a{
	text-align:center;
	line-height:45px;
	font-size:20px;
	font-weight:bold;
	color:#fff;
}
.banner .slides .title a:hover{
	color:#F5DEB3;
}
.flex-control-nav{
	position:relative;
	bottom:-3px;
	left:-10px;
	z-index:9999;
	float:right;
	display:inline-block;
	width:175px;
}
.flex-control-paging li a {
	width: 20px;
	height: 20px;
	display: block;
	cursor: pointer;
	text-indent: -9999px;
	background:url("../image/huixin-unactive.png");
	background-size:cover;
	border: none;
	border-radius:0px;
}
.flex-control-paging li a:hover {
	background:url("../image/huixin-nactive.png");
	background-size:cover;
}
.flex-control-paging li a.flex-active{
	background:url("../image/huixin-nactive.png");
	background-size:cover;
}