﻿@charset "utf-8";
/*---------------------FLASH全屏样式带序号----------------------------------*/
#bn { position: relative; margin:0px auto}
#bn a{ text-decoration:none;}
#bn .wrap{ position:relative; margin:0 auto;}
#bn .tu{ width:100%; position:absolute; top:0; overflow:hidden; text-align:center;}
#bn .tu .lianjie {
	display: block;
}

/* 序列号 */
#bn #hao {
	position: absolute;
	right: 45%;
	height: 35px;
	z-index: 999;
	bottom: 0px; list-style:none;
}
#bn #hao .xu {
	background-image: url(../images/imagehei.png);
	display: inline;
	float: left;
	width: 70px;
	height:5px;
	line-height:5px;
	margin-right:10px;
	color: #666;
	font-size: 12px;
	font-weight: bolder;
	cursor:pointer;
	background-repeat: no-repeat;
	background-position: center center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	text-align:center;
}

.moreContent{ position:relative; margin:0 auto; top:0px;}

/* 文本标题 */
#bn .txt {
	display: none;
	position: absolute;
	top: 423px;
	height: 53px;
	left: 990px;
	z-index: 3;
	text-align:center;
}
#bn .txt .zi {
	background-image: url(../images/14c6c81f2bd743b8a14d4bedf57f8e73.gif);
	background-repeat: no-repeat;
	display: block;
	height: 53px;
	width: 154px;
	font-size: 14px;
	font-style: normal;
	line-height: 50px;
	color: #FFFFFF;
	font-weight: bold;
	position: absolute;
	left: 7px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-position: center center;
	z-index: 3;
}

/* 底部透明条 */
#bn .tiao {
	background-color: #000000;
	height: 25px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	z-index: 2;
	left: 0px;
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
}