/* 焦点图 */
.focusBox { position: relative; width: 100%; margin:10px 0;  overflow: hidden; text-align: center; background:#fff; padding: 5px 0 35px 0;}
.focusBox .pic li { width: 100%; }
.focusBox .num { position: absolute; z-index: 3; bottom: 10px; right: 47%; }
.focusBox .num li{ 
	float: left; position: relative; width: 12px; height: 12px; 
	line-height: 12px; overflow: hidden; text-align: center; margin-right: 8px; cursor: pointer; 
	border-radius: 6px; border: none;
}
.focusBox .num li a,.focusBox .num li span { 
	position: absolute; z-index: 2; display: block; width: 100%; height: 100%; top: 0; left: 0; text-decoration: none; 
}
.focusBox .num li span { z-index: 1; background: black; filter: alpha(opacity=50); opacity: 0.5; }
.focusBox .num li.on a,.focusBox .num a:hover{ background:#ec5151; color:#ec5151;}
.focusBox .pic li .aw-nav {
	display: block;
	width: 25%;
	float: left;
	padding: 6px 4px;
	box-sizing: border-box;
    color: #222222;
    font-size: 1.3rem;
    line-height: 20px;
}
.focusBox .pic li .aw-nav img {
	max-width: 60%;
}