@charset "utf-8";
/* CSS Document */
/*slide*/

.focus {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}

.focus .hd {
	width: 100%;
	height: 20px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

.focus .hd ul {
	display: inline-block;
	height: 20px;
}

.focus .hd ul li {
	display: inline-block;
	width: 16px;
	height: 16px;
	text-indent: -464rem;
	background: rgba(255, 255, 255, 0.8);
	margin: 0 5px;
	vertical-align: top;
	overflow: hidden;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	-o-border-radius: 100%;
}

.focus .hd ul .on {
	background: #C10003;
}

.focus .bd {
	position: relative;
	z-index: 0;
}

.focus .bd li {
	height: auto;
	overflow: hidden;
}

.focus .bd li a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.focus .bd li a img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0;
	padding: 0;
}


/*slide end*/