﻿/*------------------------------------------------------------
	网站主体框架的css定义，划分网页的版块，此为网站架构
	不能随便删改！
	设计者：陈洪
	设计日期：2008年8月7日
	修改日期：2009年4月25日
------------------------------------------------------------*/

/*------------------------------------------------------------
	定义网站整体通用CSS标签开始
------------------------------------------------------------*/

/*--------清除左右浮动-----------*/
.ClearBoth
{
	clear:both;
}

/*--------占位高度-----------*/
.Height14
{
	width:100%;
	height:14px;
	clear:both;
}

/*--------行间距-----------*/
.Lineheight48
{
	line-height:48px;
}

.Lineheight32
{
	line-height:32px;
}

.Lineheight30
{
	line-height:30px;
}

.Lineheight28
{
	line-height:28px;
}

.Lineheight22
{
	line-height:22px;
}

.Lineheight18
{
	line-height:18px;
}

.Lineheight15
{
	line-height:15px;
}

/*----------------------------------------------------------*/


/*--------页头最大容器-----------*/
.HeaderWrap
{
	margin:0 auto;
	padding:0;
	width:1000px;
	height:207px;
	background:url(http://www.magnimedia.com.cn/images/bg/headerBg.png) no-repeat top left;
	overflow:hidden;
}

	/*--------logo-----------*/
	.HeaderWrap
	.Logo
	{
		float:left;
		margin:40px 0 0 91px;
		width:370px;
		height:118px;
		display:inline;
		overflow:hidden;
	}

	/*--------公司名称-----------*/
	.HeaderWrap
	.CompanyInfo
	{
		float:right;
		margin:142px 90px 0 0;
		width:auto;
		height:auto;
		font-size:16px;
		color:#888e92;
		display:inline;
		overflow:hidden;
	}
	
	/*--------公司的超级链接-----------*/
	.HeaderWrap
	.CompanyInfo a
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:17px;
		display:inline;
	}

/*----------------------------------------------------------*/

/*--------页脚最大容器-----------*/
.FooterWrap
{
	margin:0 auto;
	padding:0;
	width:1000px;
	height:110px;
	background:url(../../images/bg/footerBg.png) no-repeat top left;
	overflow:hidden;
}

	/*--------标语-----------*/
	.FooterWrap
	.Banner
	{
		float:left;
		margin:34px 0 0 113px;
		padding:0;
		width:63px;
		height:50px;
		display:inline;
		overflow:hidden;
	}

	/*--------版权-----------*/
	.FooterWrap
	.Copyright
	{
		float:left;
		margin:16px 0 0 14px;
		padding:0;
		width:auto;
		height:auto;
		line-height:24px;
		text-align:left;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#707070;
		display:inline;
		overflow:hidden;
	}

/*----------------------------------------------------------*/

/*--------主体最大容器-----------*/
.Wrap
{
	margin:0 auto;
	padding:0;
	width:1000px;
	height:auto;
	background:url(../../images/bg/MainBg.png) repeat-y;
	overflow:hidden;
}

/*----------------------------------------------------------*/

/*--------主导航最大容器-----------*/
ul.MainNav
{
	margin:0 0 0 57px;
	padding:0;
	width:auto;
	height:41px;
	line-height:41px;
	overflow:hidden;
}
	
	ul.MainNav
	li
	{
		float:left;
		margin:0 0 0 94px;
		padding:0;
		width:auto;
		height:auto;
		display:inline;
		overflow:hidden;
	}
	
		ul.MainNav
		li a
		{
			font-family:Arial, Helvetica, sans-serif;
			font-size:14px;
			color:#d2442c;
		}

	/*--------标题最大容器-----------*/
	.TitleWrap
	{
		margin:0;
		padding:1px;
		width:auto;
		height:21px;
		line-height:21px;
		border-bottom:1px dashed #d2462b;
		overflow:hidden;
	}
	
		/*--------标题最大容器 文字-----------*/
		.TitleWrap p
		{
			margin:0;
			padding:0;
			width:100%;
			height:100%;
			text-align:center;
			font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			color:#fff;
			background:#d3462c;
			overflow:hidden;
		}

	

/*  =超级链接的设置
-------------------------------------------------------------------------------*/

/*------公司网址超级链接------*/
a.Company_link:link{text-decoration:none; color:#d3462c;}
a.Company_link:visited{text-decoration:none; color:#d3462c;}
a.Company_link:hover{text-decoration:underline; color:#d3462c;}

/*------主导航默认超级链接------*/
a.MainNav_link:link{text-decoration:none; color:#d2442c;}
a.MainNav_link:visited{text-decoration:none; color:#d2442c;}
a.MainNav_link:hover{text-decoration:underline; color:#d2442c;}

/*------主导航已选择超级链接------*/
a.MainNavSelected_link:link{text-decoration:underline; color:#d2442c;}
a.MainNavSelected_link:visited{text-decoration:underline; color:#d2442c;}
a.MainNavSelected_link:hover{text-decoration:underline; color:#d2442c;}

/*------email超级链接------*/
a.Email_link:link{text-decoration:none; color:#707070;}
a.Email_link:visited{text-decoration:none; color:#707070;}
a.Email_link:hover{text-decoration:underline; color:#707070;}

/*------------------------------------------------------------
	定义网站整体通用CSS标签结束
------------------------------------------------------------*/


/*------------------------------------------------------------
	定义网站首页CSS标签开始
------------------------------------------------------------*/

/*--------主导航最大容器-----------*/
.MainFlash
{
	margin:0 auto 16px auto;
	padding:0;
	width:845px;
	height:343px;
	overflow:hidden;
}

/*----------------------------------------------------------*/

/*--------栏目最大容器-----------*/
.ColumnWrap
{
	margin:0 auto 12px auto;
	padding:0;
	width:845px;
	height:auto;
	overflow:hidden;
}

	/*--------栏目容器-----------*/
	.AboutUsWrap
	{
		float:left;
		margin:0;
		padding:0;
		width:261px;
		height:274px;
		border:1px dashed #d2462b;
		display:inline;
		overflow:hidden;
	}
	
	.ProjectsWrap
	{
		float:left;
		margin:0 0 0 11px;
		padding:0;
		width:569px;
		height:274px;
		border:1px dashed #d2462b;
		display:inline;
		overflow:hidden;
	}
	
	.StarsWrap
	{
		float:left;
		margin:0;
		padding:0;
		width:321px;
		height:274px;
		border:1px dashed #d2462b;
		display:inline;
		overflow:hidden;
	}
	
	.PartnersWrap
	{
		float:left;
		margin:0 0 0 11px;
		padding:0;
		width:261px;
		height:274px;
		border:1px dashed #d2462b;
		display:inline;
		overflow:hidden;
	}
	
	.FlashMoiveWrap
	{
		float:right;
		margin:0;
		padding:2px;
		width:232px;
		height:272px;
		background:url(../../images/bg/FlashVideoBg.png) no-repeat;
		display:inline;
		overflow:hidden;
	}	
	
/*----------------------------------------------------------*/
	
	/*--------栏目内容容器-----------*/
	.ColumnNoteWrap
	{
		margin:0;
		padding:1px;
		width:100%;
		height:100%;
		text-align:left;
		overflow:hidden;
	}
		
		/*--------栏目内容容器-----------*/
		.ColumnNoteWrap
		.MMGTagBottom
		{
			position:absolute;
			right:5px;
			bottom:30px;
			padding:0;
			width:71px;
			height:24px;
			overflow:hidden;
			cursor:pointer;
		}
	
		/*--------栏目内容容器-----------*/
		.ColumnNoteWrap
		.MMGTagTop
		{
			position:absolute;
			top:8px;
			left:7px;
			padding:0;
			width:71px;
			height:24px;
			overflow:hidden;
			cursor:pointer;
		}
		
		/*--------标题背景容器-----------*/
		.ColumnNoteWrap
		.ProjectsTagBg
		{
			position:absolute;
			bottom:16px;
			left:0;
			padding:0;
			width:238px;
			height:32px;
			background:#fff;
			opacity: 0.30;
			filter:Alpha(style=0,opacity=30,finishOpacity=0);
			overflow:hidden;
		}
		
		/*--------标题背景容器-----------*/
		.ColumnNoteWrap
		.ProjectsTag
		{
			position:absolute;
			bottom:16px;
			left:0;
			padding:0;
			width:238px;
			height:32px;
			line-height:32px;
			text-align:center;
			font-family:Arial, Helvetica, sans-serif;
			color:#fcfcfc;
			overflow:hidden;
		}
	
		/*--------栏目内容容器 图片-----------*/
		.ColumnNoteWrap
		div.ProjectsImgWrap
		{
			float:left;
			margin:13px 6px 0 12px;
			*margin:11px 6px 0 12px!important;
			*margin:13px 6px 0 12px;
			padding:0;
			width:238px;
			height:220px;
			border:1px solid #642015;
			display:inline;
			overflow:hidden;
		}
		
		/*--------栏目内容容器 图片-----------*/
		.ColumnNoteWrap
		div.ProjectsTextWrap
		{
			float:left;
			margin:3px 0 0 0;
			padding:0;
			width:310px;
			height:auto;
			display:inline;
			overflow:hidden;
		}
		
		/*--------栏目内容容器 图片-----------*/
		.ColumnNoteWrap
		div.PartnersTextWrap
		{
			margin:12px 0 0 12px;
			padding:0;
			width:auto;
			height:auto;
			text-align:left;
			overflow:hidden;
		}
		
			/*--------栏目内容容器 图片-----------*/
			.ColumnNoteWrap
			div.PartnersTextWrap ul li
			{
				font-size:14px;
			}
			
		/*--------栏目内容容器-----------*/
		.ColumnNoteWrap
		ul
		{
			margin:0 8px 0 11px;
			padding:1px;
			width:auto;
			height:100%;
			overflow:hidden;
		}
		
		/*--------栏目内容容器-----------*/
		.ColumnNoteWrap
		ul li
		{
			margin:0;
			padding:0;
			width:auto;
			height:auto;
			text-align:left;
			font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			color:#9e2d2e;
			overflow:hidden;
		}

		/*--------栏目内容容器-----------*/
		.ColumnNoteWrap
		ul li.More
		{
			text-align:right;
			font-family:Arial, Helvetica, sans-serif;
			overflow:hidden;
		}

/*  =超级链接的设置
-------------------------------------------------------------------------------*/

/*------'更多'超级链接------*/
a.MoreNote_link:link{text-decoration:underline; color:#9e2d2e;}
a.MoreNote_link:visited{text-decoration:underline; color:#9e2d2e;}
a.MoreNote_link:hover{text-decoration:none; color:#9e2d2e;}

/*------projects超级链接------*/
a.Projects_link:link{text-decoration:none; color:#9e2d2e;}
a.Projects_link:visited{text-decoration:none; color:#9e2d2e;}
a.Projects_link:hover{text-decoration:underline; color:#9e2d2e;}

/*------合作伙伴超级链接------*/
a.Partners_link:link{text-decoration:none; color:#9e2d2e; font-size:14px;}
a.Partners_link:visited{text-decoration:none; color:#9e2d2e; font-size:14px;}
a.Partners_link:hover{text-decoration:underline; color:#9e2d2e; font-size:14px;}

/*------------------------------------------------------------
	定义网站首页CSS标签结束
------------------------------------------------------------*/


/*------------------------------------------------------------
	定义网站关于我们CSS标签开始
------------------------------------------------------------*/

	/*--------列表框容器-----------*/
	.AUListWrap
	{
		margin:0 auto 23px auto;
		padding:22px 60px 65px 60px;
		width:721px;
		height:auto;
		line-height:36px;
		text-align:left;
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		color:#9e2d2e;
		border:1px dashed #d2462b;
		overflow:hidden;
	}
	
		/*--------箭头框容器-----------*/
		.AUListWrap
		.AUArrowWrap
		{
			position:absolute;
			top:10px;
			right:9px;
			width:22px;
			height:22px;
			overflow:hidden;
		}
		
			/*--------箭头框容器-----------*/
			.AUListWrap
			.AUArrowWrap img.Arrow
			{
				margin:0;
				border:0;
			}
	
		/*--------列表框容器-----------*/
		.AUListWrap span
		{
			font-family:Arial, Helvetica, sans-serif;
			font-size:16px;
			color:#fdfcaa;
		}
		
		/*--------列表框容器-----------*/
		.AUListWrap span.CompanyInfoList
		{
			float:right;
			text-align:right;
			font-size:14px;
			color:#9e2d2e;
		}

		/*--------列表框容器-----------*/
		.AUListWrap img
		{
			margin-top:14px;
			border:1px solid #9e2d2e;
		}

/*  =超级链接的设置
-------------------------------------------------------------------------------*/

/*------email超级链接------*/
a.AUListEmail_link:link{text-decoration:none; color:#9e2d2e; font-size:14px;}
a.AUListEmail_link:visited{text-decoration:none; color:#9e2d2e; font-size:14px;}
a.AUListEmail_link:hover{text-decoration:underline; color:#9e2d2e; font-size:14px;}

/*------------------------------------------------------------
	定义网站关于我们CSS标签结束
------------------------------------------------------------*/


/*------------------------------------------------------------
	定义网站Project CSS标签开始
------------------------------------------------------------*/
	
	/*--------列表框容器-----------*/
	.PJListWrap
	{
		margin:0 auto 23px auto;
		padding:0;
		width:721px;
		height:auto;
		border:1px dashed #d2462b;
	}
	
		/*--------箭头框容器-----------*/
		.PJListWrap
		.PJArrowWrap
		{
			position:absolute;
			bottom:0;
			right:-28px;
			width:22px;
			height:22px;
			overflow:hidden;
		}
		
			/*--------箭头框容器-----------*/
			.PJListWrap
			.PJArrowWrap img.Arrow
			{
				margin:0;
				border:0;
			}
	
		/*--------列表框容器 有边框-----------*/
		.PJListWrap
		.ListWrap
		{
			margin:0;
			padding:1px;
			width:719px;
			height:auto;
			border-bottom:1px dashed #d2462b;
			overflow:hidden;
		}
		
		/*--------列表框容器 无边框-----------*/
		.PJListWrap
		.ListNoBorderWrap
		{
			margin:0;
			padding:1px;
			width:719px;
			height:auto;
			overflow:hidden;
		}
		
		/*--------列表框容器 即将发生容器-----------*/
		.PJListWrap
		.TitleLabel
		{
			margin:0 auto;
			padding:15px 0 0 0;
			width:690px;
			height:auto;
			text-align:left;
			display:block;
			overflow:hidden;
		}
		
		/*--------列表框容器 即将发生容器-----------*/
		.PJListWrap
		.ImgLabel
		{
			margin:0 auto;
			padding:0 0 15px 0;
			width:690px;
			height:auto;
			text-align:left;
			display:block;
			overflow:hidden;
		}
		
		/*--------列表框容器 即将发生容器-----------*/
		.PJListWrap
		.ImgLabel div
		{
			margin-right:1px;
		}
		
		

		/*--------列表框容器-----------*/
		.PJListWrap
		.ImgWrap
		{
			float:left;
			margin:0;
			padding:0;
			width:auto;
			height:auto;
			display:inline;
			overflow:hidden;
		}
		
		/*--------列表框容器-----------*/
		.PJListWrap
		.TextWrap
		{
			float:left;
			margin:0 6px 0 10px;
			padding:15px 0 0 0;
			width:380px;
			height:auto;
			line-height:25px;
			text-align:left;
			font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			color:#9e2d2e;
			display:inline;
			overflow:hidden;
		}

		/*--------列表框容器-----------*/
		.PJListWrap span
		{
			font-family:Arial, Helvetica, sans-serif;
			font-size:14px;
			line-height:18px;
			color:#fdfcaa;
		}

		/*--------列表框容器-----------*/
		.PJListWrap span span
		{
			font-family:Arial, Helvetica, sans-serif;
			font-size:10px;
			line-height:18px;
			color:#fdfcaa;
		}

/*------------------------------------------------------------
	定义网站Project CSS标签结束
------------------------------------------------------------*/


/*------------------------------------------------------------
	定义网站Stars CSS标签开始
------------------------------------------------------------*/
	
	/*--------列表框容器-----------*/
	.SSListWrap
	{
		margin:0 auto 23px auto;
		padding:0;
		width:723px;
		height:auto;
	}
	
		/*--------箭头框容器-----------*/
		.SSListWrap
		.SSArrowWrap
		{
			position:absolute;
			bottom:0;
			right:-28px;
			width:22px;
			height:22px;
			overflow:hidden;
		}
		
			/*--------箭头框容器-----------*/
			.SSListWrap
			.SSArrowWrap img.Arrow
			{
				margin:0;
				border:0;
			}
		
		/*--------箭头框容器-----------*/
		.SSListWrap
		.Line723
		{
			margin:1px 0 0 0;
			*margin:1px 0 0 0!important;
			*margin:-3px 0 0 0;
			padding:0;
			width:723px;
			height:2px;
			background:#9d2c2e;
			overflow:hidden;
		}
	
		/*--------列表框容器-----------*/
		.SSListWrap
		ul
		{
			margin:7px 0 0 0;
			padding:0;
			width:723px;
			height:auto;
			display:table;
		}
		
			/*--------列表框容器-----------*/
			.SSListWrap
			ul li
			{
				float:left;
				margin:0 3px 0 5px;
				padding:0;
				width:112px;
				height:89px;
				display:inline;
			}

			/*--------列表框容器-----------*/
			.SSListWrap
			ul li div
			{
				margin:0;
				padding:26px 0 0 0;
				width:112px;
				height:63px;
				color:#fff;
				background:url(../../images/index/stars/Style1.png) no-repeat;
			}
			
			/*--------列表框容器-----------*/
			.SSListWrap
			ul li div span#CHN_Tag
			{
				text-align:center;
				font-family:"黑体";
				font-size:30px;
				color:#fff;
			}
			
			/*--------列表框容器-----------*/
			.SSListWrap
			ul li div span#ELG_Tag
			{
				text-align:right;
				font-family:Arial, Helvetica, sans-serif;
				font-size:13px;
				color:#fff;
			}

/*------------------------------------------------------------
	定义网站Stars CSS标签结束
------------------------------------------------------------*/


/*------------------------------------------------------------
	定义网站Blog CSS标签开始
------------------------------------------------------------*/
	
	/*--------列表框容器-----------*/
	.PAListWrap
	{
		margin:0 auto 23px auto;
		padding:0;
		width:721px;
		height:auto;
	}

/*------------------------------------------------------------
	定义网站Blog CSS标签结束
------------------------------------------------------------*/	


/*------------------------------------------------------------
	定义网站Blog CSS标签开始
------------------------------------------------------------*/
	
	/*--------列表框容器-----------*/
	.BlogListWrap
	{
		margin:0 auto 23px auto;
		padding:0;
		width:841px;
		height:auto;
		border:1px dashed #d2462b;
	}

/*------------------------------------------------------------
	定义网站Blog CSS标签结束
------------------------------------------------------------*/	
	

/*------------------------------------------------------------
	定义网站小导航CSS标签开始
------------------------------------------------------------*/

	/*--------列表框容器-----------*/
	.AU_SubNavWrap
	{
		position:absolute;
		top:47px;
		left:0;
		margin:0;
		padding:0;
		width:106px;
		height:auto;
		text-align:left;
		overflow:hidden;
		z-index:99999;
	}
	
	.PJ_SubNavWrap
	{
		position:absolute;
		top:145px;
		left:0;
		margin:0;
		padding:0;
		width:106px;
		height:auto;
		text-align:left;
		overflow:hidden;
		z-index:99999;
	}
	
	.SS_SubNavWrap
	{
		position:absolute;
		top:152px;
		left:0;
		margin:0;
		padding:0;
		width:106px;
		height:auto;
		text-align:left;
		overflow:hidden;
		z-index:99999;
	}

/*  =超级链接的设置
-------------------------------------------------------------------------------*/	

/*--------列表框容器-----------*/
a.NavTag:link, a.NavTag:visited
{
	margin:5px 0 0 0;
	padding:0 0 0 8px;
	width:79px;
	height:20px;
	line-height:22px;
	text-align:left;
	font-size:12px;
	text-decoration:none;
	color:#e79485;
	background:url(../../images/button/SubNav.png) no-repeat;
	background-position:0 -30px;
	display:block;
	overflow:hidden;
}

/*--------列表框容器-----------*/
a.NavTag:hover
{
	margin:5px 0 0 0;
	padding:0 0 0 8px;
	width:98px;
	height:20px;
	line-height:22px;
	text-align:left;
	font-size:12px;
	text-decoration:none;
	color:#fdfcaa;
	background:url(../../images/button/SubNav.png) no-repeat;
	background-position:0 -80px;
	display:block;
	overflow:hidden;
}

/*--------列表框容器-----------*/
a.NavTagCur:link, a.NavTagCur:visited, a.NavTagCur:hover
{
	margin:5px 0 0 0;
	padding:0 0 0 8px;
	width:98px;
	height:20px;
	line-height:22px;
	text-align:left;
	font-size:12px;
	text-decoration:none;
	color:#fdfcaa;
	background:url(../../images/button/SubNav.png) no-repeat;
	background-position:0 -80px;
	display:block;
	overflow:hidden;
}

/*------------------------------------------------------------
	定义网站小导航CSS标签结束
------------------------------------------------------------*/

	
/*------------------------------------------------------------
	定义网站Flash CSS标签开始
------------------------------------------------------------*/

/*--------flash 容器-----------*/
.FlashWrap
{
	margin:0;
	padding:0;
	width:845px;
	height:343px;
	overflow:hidden;
}

	/*--------flash 图片-----------*/
	.FlashWrap
	.ImgWrap
	{
		position:absolute;
		top:0;
		left:0;
		margin:0;
		padding:0;
		width:625px;
		height:343px;
		overflow:hidden;
		z-index:100;
	}
	
	#Flash_Img1
	{
		position:absolute;
		top:0;
		left:0;
		z-index:104;
	}
	
	#Flash_Img2
	{
		position:absolute;
		top:0;
		left:0;
		z-index:103;
	}
	
	#Flash_Img3
	{
		position:absolute;
		top:0;
		left:0;
		z-index:102;
	}
	
	#Flash_Img4
	{
		position:absolute;
		top:0;
		left:0;
		z-index:101;
	}

	/*--------flash 文字-----------*/
	.FlashWrap
	.TextWrap
	{
		position:absolute;
		top:0;
		right:0;
		margin:0;
		padding:0;
		width:245px;
		height:343px;
		overflow:hidden;
		z-index:200;
	}
	
		/*--------flash 过渡图片-----------*/
		.FlashWrap
		.TextWrap
		.SideBorder
		{
			position:absolute;
			top:0;
			left:0;
			margin:0;
			padding:0;
			width:23px;
			height:343px;
			overflow:hidden;
			z-index:201;
		}

		/*--------flash 过渡图片-----------*/
		.FlashWrap
		.TextWrap
		.Note
		{
			position:absolute;
			top:0;
			right:0;
			margin:0;
			padding:0;
			width:222px;
			height:343px;
			text-align:left;
			color:#fcfcfc;
			background:#d3462b;
			overflow:hidden;
			z-index:202;
		}
			
			/*--------flash 过渡图片-----------*/
			.FlashWrap
			.TextWrap .Note
			p.Title
			{
				padding:25px 12px 0 0;
				width:210px;
				height:auto;
				line-height:44px;
				text-align:right;
				font-family:Arial, Helvetica, sans-serif;
				font-size:56px;
				color:#fcfcfc;
				background:#d3462b;
				overflow:hidden;
			}
			
			/*--------flash 过渡图片-----------*/
			.FlashWrap
			.TextWrap .Note
			p.List
			{
				padding:15px 12px 0 0;
				width:210px;
				height:auto;
				line-height:30px;
				text-align:left;
				font-family:Arial, Helvetica, sans-serif;
				font-size:14px;
				color:#fcfcfc;
				background:#d3462b;
				overflow:hidden;
			}
			
			/*--------flash 过渡图片-----------*/
			.FlashWrap
			.TextWrap .Note
			p.More
			{
				position:absolute;
				right:9px;
				bottom:8px;
				padding:0;
				width:auto;
				height:auto;
				text-align:right;
				font-family:Arial, Helvetica, sans-serif;
				color:#fcfcfc;
				overflow:hidden;
			}
		
			#Flash_Note1
			{
				position:absolute;
				top:0;
				left:0;
				height:343px;
				z-index:204;
			}
			
			#Flash_Note2
			{
				position:absolute;
				top:0;
				left:0;
				height:343px;
				z-index:203;
			}
			
			#Flash_Note3
			{
				position:absolute;
				top:0;
				left:0;
				height:343px;
				z-index:202;
			}
			
			#Flash_Note4
			{
				position:absolute;
				top:0;
				left:0;
				height:343px;
				z-index:201;
			}

	/*--------flash 按钮-----------*/
	.FlashWrap
	.ButtonWrap
	{
		position:absolute;
		top:0;
		left:14px;
		margin:0;
		padding:0;
		width:124px;
		height:328px;
		overflow:hidden;
		z-index:300;
	}

		/*--------flash 单个按钮-----------*/
		.FlashWrap
		.ButtonWrap
		#CurBtn
		{
			top:-27px;
		}
		
		/*--------flash 单个按钮-----------*/
		.FlashWrap
		.ButtonWrap
		.Btn_1
		{
			position:absolute;
			top:0;
			left:0;
			margin:0;
			padding:0;
			width:23px;
			height:328px;
			overflow:hidden;
			z-index:300;
		}
		
		/*--------flash 单个按钮-----------*/
		.FlashWrap
		.ButtonWrap
		.Btn_2
		{
			position:absolute;
			top:0;
			left:33px;
			margin:0;
			padding:0;
			width:23px;
			height:328px;
			overflow:hidden;
			z-index:300;
		}
		
		/*--------flash 单个按钮-----------*/
		.FlashWrap
		.ButtonWrap
		.Btn_3
		{
			position:absolute;
			top:0;
			left:67px;
			margin:0;
			padding:0;
			width:23px;
			height:328px;
			overflow:hidden;
			z-index:300;
		}
		
		/*--------flash 单个按钮-----------*/
		.FlashWrap
		.ButtonWrap
		.Btn_4
		{
			position:absolute;
			top:0;
			left:101px;
			margin:0;
			padding:0;
			width:23px;
			height:328px;
			overflow:hidden;
			z-index:300;
		}
			
			/*--------flash 单个按钮-----------*/
			.FlashWrap
			.ButtonWrap
			.Btn_1
			.Line
			{
				margin:0 auto;
				padding:0;
				width:1px;
				height:305px;
				overflow:hidden;
				z-index:301;
				cursor:pointer;
			}
	
			/*--------flash 单个按钮-----------*/
			.FlashWrap
			.ButtonWrap
			.Btn_1
			.Block
			{
				margin:0;
				padding:0;
				width:23px;
				height:23px;
				overflow:hidden;
				z-index:301;
			}
	
				/*--------flash 单个按钮-----------*/
				.FlashWrap
				.ButtonWrap
				.Btn_1
				.Block
				.BlockBg
				{
					position:absolute;
					top:0;
					left:0;
					margin:0;
					padding:0;
					width:23px;
					height:23px;
					overflow:hidden;
					z-index:301;
					cursor:pointer;
				}

				/*--------flash 单个按钮-----------*/
				.FlashWrap
				.ButtonWrap
				.Btn_1
				.Block
				.BlockText
				{
					position:absolute;
					top:0;
					left:0;
					margin:0;
					padding:0;
					width:23px;
					height:23px;
					line-height:23px;
					font-family:Arial, Helvetica, sans-serif;
					text-align:center;
					color:#fcfcfc;
					overflow:hidden;
					z-index:302;
					cursor:pointer;
				}
				
			/*--------flash 单个按钮-----------*/
			.FlashWrap
			.ButtonWrap
			.Btn_2
			.Line
			{
				margin:0 auto;
				padding:0;
				width:1px;
				height:305px;
				overflow:hidden;
				z-index:301;
				cursor:pointer;
			}
	
			/*--------flash 单个按钮-----------*/
			.FlashWrap
			.ButtonWrap
			.Btn_2
			.Block
			{
				margin:0;
				padding:0;
				width:23px;
				height:23px;
				overflow:hidden;
				z-index:301;
			}
	
				/*--------flash 单个按钮-----------*/
				.FlashWrap
				.ButtonWrap
				.Btn_2
				.Block
				.BlockBg
				{
					position:absolute;
					top:0;
					left:0;
					margin:0;
					padding:0;
					width:23px;
					height:23px;
					overflow:hidden;
					z-index:301;
					cursor:pointer;
				}

				/*--------flash 单个按钮-----------*/
				.FlashWrap
				.ButtonWrap
				.Btn_2
				.Block
				.BlockText
				{
					position:absolute;
					top:0;
					left:0;
					margin:0;
					padding:0;
					width:23px;
					height:23px;
					line-height:23px;
					font-family:Arial, Helvetica, sans-serif;
					text-align:center;
					color:#fcfcfc;
					overflow:hidden;
					z-index:302;
					cursor:pointer;
				}
				
			/*--------flash 单个按钮-----------*/
			.FlashWrap
			.ButtonWrap
			.Btn_3
			.Line
			{
				margin:0 auto;
				padding:0;
				width:1px;
				height:305px;
				overflow:hidden;
				z-index:301;
				cursor:pointer;
			}
	
			/*--------flash 单个按钮-----------*/
			.FlashWrap
			.ButtonWrap
			.Btn_3
			.Block
			{
				margin:0;
				padding:0;
				width:23px;
				height:23px;
				overflow:hidden;
				z-index:301;
			}
	
				/*--------flash 单个按钮-----------*/
				.FlashWrap
				.ButtonWrap
				.Btn_3
				.Block
				.BlockBg
				{
					position:absolute;
					top:0;
					left:0;
					margin:0;
					padding:0;
					width:23px;
					height:23px;
					overflow:hidden;
					z-index:301;
					cursor:pointer;
				}

				/*--------flash 单个按钮-----------*/
				.FlashWrap
				.ButtonWrap
				.Btn_3
				.Block
				.BlockText
				{
					position:absolute;
					top:0;
					left:0;
					margin:0;
					padding:0;
					width:23px;
					height:23px;
					line-height:23px;
					font-family:Arial, Helvetica, sans-serif;
					text-align:center;
					color:#fcfcfc;
					overflow:hidden;
					z-index:302;
					cursor:pointer;
				}
				
			/*--------flash 单个按钮-----------*/
			.FlashWrap
			.ButtonWrap
			.Btn_4
			.Line
			{
				margin:0 auto;
				padding:0;
				width:1px;
				height:305px;
				overflow:hidden;
				z-index:301;
				cursor:pointer;
			}
	
			/*--------flash 单个按钮-----------*/
			.FlashWrap
			.ButtonWrap
			.Btn_4
			.Block
			{
				margin:0;
				padding:0;
				width:23px;
				height:23px;
				overflow:hidden;
				z-index:301;
			}
	
				/*--------flash 单个按钮-----------*/
				.FlashWrap
				.ButtonWrap
				.Btn_4
				.Block
				.BlockBg
				{
					position:absolute;
					top:0;
					left:0;
					margin:0;
					padding:0;
					width:23px;
					height:23px;
					overflow:hidden;
					z-index:301;
					cursor:pointer;
				}

				/*--------flash 单个按钮-----------*/
				.FlashWrap
				.ButtonWrap
				.Btn_4
				.Block
				.BlockText
				{
					position:absolute;
					top:0;
					left:0;
					margin:0;
					padding:0;
					width:23px;
					height:23px;
					line-height:23px;
					font-family:Arial, Helvetica, sans-serif;
					text-align:center;
					color:#fcfcfc;
					overflow:hidden;
					z-index:302;
					cursor:pointer;
				}


/*  =超级链接的设置
-------------------------------------------------------------------------------*/

/*------'更多'超级链接------*/
a.FlashMoreNote_link:link{text-decoration:underline; color:#fcfcfc;}
a.FlashMoreNote_link:visited{text-decoration:underline; color:#fcfcfc;}
a.FlashMoreNote_link:hover{text-decoration:none; color:#fcfcfc;}
	
/*------------------------------------------------------------
	定义网站Flash CSS标签结束
------------------------------------------------------------*/















































