﻿/************************************* Flash栏目通用样式 *************************************/
.flashbar {
	position:relative;
	overflow:hidden;
}
.flashbar .flashwarp {
	display:none;
	z-index:101;
}
/************************************* Flash栏目-标题栏 *************************************/
.flash_titlewrap, .flash_title {
	position:absolute;	
	bottom:0;
}
.flash_titlewrap {
	left:0;
	width:100%;
	height:20px;
	background:#ccc;
	z-index:99;
}
.flash_title {
	left:40px;
	font:bold 14px/19px "宋体";
	color:#fff;
	z-index:100;
}
/************************************* Flash栏目-数字按钮栏 *************************************/
.flashbar .numberbar {
	position:absolute;
	right:0;
	bottom:1px;
	z-index:102;
}
.flashbar .numberbar a {
	float:left;
	text-align:center;
}
.flashbar .numberbar .on {}
/************************************* 图片广告栏-中间广告 *************************************/
#banner {
	float:left;
	width:747px;
	height:169px;
	padding:0 0 4px 1px;
	background:#fff;
}
#fma {
	width:747px;
	height:169px;
	background:#ededed;
}
#fma .flash_titlewrap, #fma .flash_title { display:none; }
#fma img {
	display:block;
	width:737px;
	height:164px;
	margin:0 0 5px 5px;
}
#fma .numberbar {
	right:25px;
	bottom:10px;
}
#fma .numberbar a {
	width:14px;
	height:14px;
	margin:0 0 0 18px;
	background:#ddd;
	font:bold 12px/15px Arial;
	color:#f56315;
	overflow:hidden;
}
#fma .numberbar .on, #fma .numberbar a:hover {
	background:#fff;
	color:#1291bb !important;
}

