.ibanner{
	width: 100%;
	height: 200px;
	overflow: hidden;
}
.ibanner .b_center{
	width: 100%;
	height: 200px;
	margin: 0 auto;
	position: relative;
}
.ibanner .b_center .focusBox{
	position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.ibanner .b_center .focusBox .pic{
	position: relative;
    width: 100%;
    height: 200px;	
    z-index: 0;
    left: 0;
    top: 0;
}
.ibanner .b_center .focusBox .pic li{
	position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
}
.ibanner .b_center .focusBox .pic li a img{
	width: 100%;
	height: 200px;
}
.ibanner .b_center .focusBox .hd{
	width: 180px;
	height: 4px;
    position: absolute;
    bottom: 5%;
    z-index: 1;
    left: 50%;
    margin-left: -90px;
}
.ibanner .b_center .focusBox .hd li{
    cursor: pointer;
    zoom: 1;
	width: 40px;
	height: 4px;
	overflow: hidden;
	float: left;
	margin: 0 10px;
	background: url(../images/bd_off.html) no-repeat;
}
.ibanner .b_center .focusBox .hd .on{
	background: url(../images/bd_on.html) no-repeat;
}