@CHARSET "UTF-8";

/*-----flash-----*/
#flash_bg {
	display: block;
	position: relative;
	width: 932px;
	height: 354px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	background: #ffffff;
}

#flash1,#flash2,#flash3 {
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
	opacity: 1;
	filter: Alpha(opacity =   100);
}

#flash1 {
	display: block;
}

#b1,#b2,#b3 {
	font-size: 9pt;
	font-family: "黑体";
	color: #000;
	background: #fff;
	width: 12px;
	height: 12px;
	padding-top: 3px;
	padding-left: 9px;
	opacity: 0.6;
	filter: Alpha(opacity =   60);
}

#b1 {
	position: absolute;
	left: 800px;
	top: 330px;
}

#b2 {
	position: absolute;
	left: 840px;
	top: 330px;
}

#b3 {
	position: absolute;
	left: 880px;
	top: 330px;
}