.flbg {
	font-family: "黑体";
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #ACACAC;
	position: static;
	visibility: visible;
}
.dzt {
	font-family: "黑体";
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	color: #999999;
	text-decoration: none;
}
.hg1 {
	font-family: "宋体";
	font-size: 12px;
	font-style: normal;
	line-height: 7mm;
	color: #666666;
	text-decoration: none;
}
.hg2 {
	font-family: "宋体";
	font-size: 14px;
	font-style: normal;
	line-height: 7mm;
	color:  #666666;
	text-decoration: none;
	font-weight: bold;
}
dhzt2 {
	font-family: "黑体";
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	color: #FF0000;
	text-decoration: none;
}
.dhzt2 {
	font-family: "宋体";
	font-size: 14px;
	font-style: normal;
	line-height: 7mm;
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}
/*JS轮换CSS*/
#MainPromotionBanner{
	float:right;
	margin-right:0px;
	width:413px;
	height:86px;
	overflow:hidden;
}
#MainPromotionBanner #SlidePlayer {
	position:relative;
	margin: 0 auto;
}
#MainPromotionBanner .Slides{
	padding: 0;
	margin: 0;
	list-style: none;
	height: 86px;
	overflow: hidden;
}
#MainPromotionBanner .Slides li {
	float: left;
	width: 413px;
	height: 86px;
}

#MainPromotionBanner .Slides img{
	border:0;
	display: block;
	width: 413px;
	height: 86px;	
}
#MainPromotionBanner .SlideTriggers{
	margin: 0;
	padding: 0;
	list-style: none; 
	position: absolute;	 
	right: 0px;
	z-index: 10;
	height: 25px;	
}
#MainPromotionBanner .SlideTriggers li{
	float: left;
	display: inline;
	color: #cccccc;
	text-align: center;
	line-height:12px;
	width: 12px;
	height: 12px;
	font-family: Arial;
	font-size: .9em;
	cursor: pointer;
	overflow: hidden; 
	margin:2px 1px;
	padding:0px 0px;
	border:1px solid #cccccc;
	background-color:#fff;
}
#MainPromotionBanner .SlideTriggers li.Current{ 
	color:#ffffff; 
        background-color:#cccccc;
	border:0; 
	font-weight:bold;
	font-size: 0.9em;
	line-height: 12px;
	height: 12px;
	width: 12px;
	text-align: center;
	padding:0px 0px;
	margin:0 1px; 
}