﻿.hpContainer {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.swf_placeholder {
	position: absolute; left:0px; top:0px; z-index: 1;
	width: 100%;
	height: 100%;
	border: 0px solid blue;
}
.container {
	height: 100%;
	position: relative; top: 0; z-index: 9;
	background-color: transparent;
	border: 0px solid red;
}
.intro {
	_clear:both;
	width: 100%;
	height: auto;
	position: absolute; left: 0px; bottom: 20px; z-index: 9;
	border: 0px solid blue;
}
.intro .columns {
	float: right;
	width: 100%;
	height: 140px;
	margin: 0 auto;
	border: 0px solid green;
}
.intro .columns .box {
	float: right;
	width: 216px;
	height: 116px;
	padding: 12px 8px;
	margin: 0;
	margin-left: 16px;
	overflow: hidden;
	background-color: #ddd;
	opacity: 0.6; filter: alpha(opacity=60);
	border: 0px solid red;
}
.intro .columns .last {
	margin-left: 0;
}
.intro .columns .box:hover,
.intro .columns .boxHover {
	background-color: #fec900;
	opacity: 0.9; filter: alpha(opacity=90);
}
.intro .columns .off_box {
	opacity: 0.5; filter: alpha(opacity=50);
}

/*
.intro .columns span {
	float: right;
	width: 100%;

	line-height: normal;
	font-weight: normal;
	color: #000;
	cursor: pointer;
}
.intro .columns a span.title {
	height: 18px;
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 42px;
}
.intro .columns a span.desc {
	font-size: 12px;
}*/