@charset "utf-8";
/* CSS Document */
/*焦点图*/
.flash {
	/*max-width: 640px;*/
	width:100%;
	height:auto;
	margin:0px;
	padding: 0px;
	position:relative;
	overflow:hidden;
	/*border-radius: 8px;*/
}
.hd {
	position:absolute;
	z-index:1;
	right:10px;
	bottom:8px;
	overflow:hidden;
}
.hd ul {
	overflow:hidden;
}
.hd ul li {
	margin-left: 6px;
	width:8px;
	height:8px;
	background:#393c3e;
	float:left;
	box-sizing:border-box;
	border-radius:50%;
	font-size:0px;
	border:1px solid #c6cfd7;
}
.hd ul .on {
	background:#fff;
	border:1px solid #393c3e;
}
.bd {
	position:relative;
	z-index:0;
	height:auto;
}
.bd ul {
	height: 180px;
}
.bd ul li {
	height: 180px;
}
.bd li img {
	width:100%;
	height: 180px;
}


