@CHARSET "UTF-8";
html{margin:0;padding:0;border:0;}
body,div,span,object,iframe,h1,h2,h3,h4,p,blockquote,pre,a,address,code,b,em,img,
dl,dt,dd,ol,ul,li,fieldset,form,label,footer,
header,hgroup,nav,section
{margin:0;padding:0;border:0;}
body{background:#fff;color:#666;position:relative;font:14px Microsoft YaHei,arial,微软雅黑,sans-serif;vertical-align:baseline;width:100%;overflow-x:hidden;}
a{text-decoration:none;outline:none;}
a:link{color:#666;}
a:visited{color:#666;}
a:hover,a:active,a:focus{color:#0262b8;text-decoration:none;outline:none;}

input{padding:0;margin:0;font-family:'Microsoft YaHei';}
img{border:none;background:none;vertical-align:middle;}
ul,ol,li{list-style-type:none;}
select,input,img,select{vertical-align:middle;}
table{border-collapse:collapse;border-spacing:0}
table, th, td {vertical-align: middle}
.clearfix:after{content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden;}
.clearfix{zoom:1}
.clearboth{height:0px;line-height:0px;overflow:hidden;clear:both;font-size:0px;}

h1,h2,h3,h4{font-size:14px;font-weight:bold;}
hr {border: 0;border-top:1px solid #ccc;height:0;}
#focus-banner {
	position: relative;
	width: 100%;
	overflow: hidden;
}

#focus-banner-list {
	position: relative;
}

#focus-banner-list li {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

#focus-banner-list li img {
	width: 100%;
	vertical-align: top;
}

.focus-banner-img {
	display: block;
}

#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: 20px;
	z-index: 999;
}

#focus-bubble li {
	float: left;
	width: 12px;
	height: 12px;
	border-radius: 6px;
	margin: 0 8px;
	background-color: #fff;
	cursor: pointer;
}

#focus-bubble li a {
	display: block;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=0);
	opacity: 0;
}

#focus-bubble li.current {
	background-color: #fa7821;
}