/*banner焦点图*/
.lunbotu{
	height:520px;
	position:relative;
}
.lunbotu ul{
	height:100%;
	width:100%;
}
.lunbotu li{
	display:none;
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	
	z-index:0;
}
.lunbotu .btnWrap{
    width: 50%;
    height: 70px;
    float: left;
}
.lunbotu .btnWrap span{
         top: 30px;
	float:left;
    	position: relative;
    	left: 50%;
	cursor:pointer;
	display:inline-block;
	width:19px;
	height:19px;
	line-height:19px;
	text-align:center;
	margin:0 5px;
	background:url(banner.png) no-repeat 0 center;
}
.lunbotu .btnWrap span.selected{
	color:white;
	background-position:-22px center;
}
.publicWidth {
    float: left;
    height: 90px;
	width:100%;

}

.lunbotu .textShow{
	color:white;
	height:100px;
	padding-top:10px;
	width:100%;
	bottom:0;
	left:0;
	position:absolute;
	z-index:1;
	text-shadow:#333 1px 1px;
    filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000);
}
.lunbotu .textShow h3{
        width:50%;
	font-size:30px;
	line-height:60px;
}
.lunbotu .textShow p{
	line-height:18px;	
}
.lunbotu ul li img {
   width: 100%;
   height: 520px;
}