锘

img{
	vertical-align: middle;
}
li{
	list-style: none;
}

#focus-banner{
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-top: 0px;
}

#focus-banner-list{
	position: relative;
}
#focus-banner-list li{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
#focus-banner-list li img{
	width: 100%;
	
}
.focus-banner-img:before{
	content: "";
	display: block;
	position: absolute;
	z-index: 0;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	background: url(/img/top_bg_3.png) center bottom repeat-x;
	background-size: auto 4.1rem;
}
.focus-banner-img{
	display: block;
}

#focus-banner-list .focus-banner-text{
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
	font-size: 0.28rem;
	margin: 0 auto;
}

#focus-banner-list .focus-banner-text p{margin: 0 auto;text-align: center;padding: 15px 35px;position: absolute;bottom: 17%;width:100%;font-weight: bold;}

/*
#focus-banner .focus-handle{
	position: absolute;
	top: 50%;
	margin-top: -40px;
	z-index: 100;
	display: block;
	width: 80px;
	height: 80px;
	background-image: url("/img/focus_handle.png");
}
 */
#next-img{
	left: 0;
}
#next-img{
	left: 50px;
	background-position: 0 0;
}
#next-img:hover{
	background-position: 0 -80px;
}
#prev-img{
	right: 0;
}
#prev-img{
	right: 50px;
	background-position: -80px 0;
}
#prev-img:hover{
	background-position: -80px -80px;
}

#focus-bubble{
	position: absolute;
    left: 50%;
    bottom: 26%;
    z-index: 999;
}
#focus-bubble li{
	float: left;
	width: 12px;
	height:12px;
	margin: 0 5px;
	cursor: pointer;
	background: #fff;
	-webkit-border-radius: 50%;
    border-radius: 50%;
}
#focus-bubble li a{
	display: block;
	width: 100%;
	height: 100%;
	filter:alpha(opacity=0);
	opacity: 0;
}
#focus-bubble li.current{
	background-color: #ea992f;
}<!--0.00018787384033203-->