/*banner*/

.focus {
	width: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.focus .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 10px;
	text-align: center;
}

.focus .hd ul {
	display: inline-block;
	font-size: 0;
}

.focus .hd ul li {
	display: inline-block;
	width: 12px;
	height: 12px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
	margin: 0 5px;
	vertical-align: top;
	overflow: hidden;
}

.focus .hd ul .on {
	background: #21685a;
}

.focus .bd {

	position: relative;
	z-index: 0;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

.focus .bd li {

	margin: 0px;
	padding: 0px;
	overflow: hidden;
	text-align: center
}

.focus .bd li img {

	width: 100%;
	background: url(../images/wap_loading.gif) center center no-repeat;
}

.focus .bd li a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/* 取消链接高亮 */
}



/*banner end*/
