/**
@Author: yu_Wj
@Description：banner样式文件
*/

#focus {}
.focus {
	width:100%;
	margin:0 auto;
	position:relative;
	overflow:hidden;
	line-height: 0;
}
.focus .hd {
	width:100%;
	height:15px;
	position:absolute;
	z-index:1;
	bottom:1em;
	text-align:center;
}
.focus .hd ul {
	display:inline-block;
	height:10px;
	font-size:0;
	vertical-align:top;
}
.focus .hd ul li {
	display:inline-block;
	width:14px;
	height:14px;
	background:none;
	border: solid 2px #cf5d68;
	margin:0 5px;
	border-radius: 50%;
	vertical-align:top;
	overflow:hidden;
}
.focus .hd ul .on {
	background:#cf5d68;
}
.focus .bd {
	position:relative;
	z-index:0;
}
.focus .bd li img {
	width:100%;
}
.focus .bd li a {
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}