@charset "utf-8";
/*网页全局样式开始*/
	html{
		/*页面变灰*/
		/*filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);*/
	}

	body
	{
		/*body基本样式开始*/
			background-color:#eaebec;	/*背景颜色*/
			font-size:9pt;	/*字体大小*/
			color:#3D3D3D;	/*字体颜色*/
			FONT-FAMILY:宋体;	/*字体*/
			margin-top: 0px;	/*页面上边距*/
			margin-bottom: 0px;	/*页面下边距*/
			margin-left: 0px;	/*页面左边距*/
			margin-right: 0px;	/*页面右边距*/
			width:1002px;
			max-width:1002px;!important;margin:0 auto; height:auto;!important;
		/*body基本样式结束*/

	}

	page
	{
		width:auto;!important;
		max-width:1002px;!important;margin:0 auto; height:auto;!important;
		width:1002px;
	}

	/*页面容器初始化开始,*/
	tr,td {font-size:9pt; color:#3D3D3D; FONT-FAMILY:宋体; line-height:180%;}
	/*页面容器初始化结束*/
	/*td内容为空时显示边框及背景*/
	table {border-collapse:collapse;}
    td {empty-cells:show;}

/*网页全局样式结束*/

/*版通基本样式开始*/
	/*文章标题样式*/
	.title{font-size:16pt; FONT-FAMILY:宋体; color:#3D3D3D; font-weight:bold; line-height:150%;}

	/*首页、频道页栏目默认标题列表样式 小字体*/
	.bt_link{font-size:9pt; FONT-FAMILY:宋体; text-decoration:none; color:#3D3D3D;}

	/*底层栏目页标题列表及文章正文样式 大字体*/
	.bt_content{font-size:10.5pt; FONT-FAMILY:宋体; text-decoration:none; color:#3D3D3D; line-height:180%;}

	/*时间显示样式*/
	.bt_time {  font-size:7pt; color:#999999; FONT-FAMILY:Verdana}
	.bt_date {  font-size:7pt; color:#999999; FONT-FAMILY:Verdana}

	/*"更多"显示样式*/
	.bt_more {font-size:9pt ;text-decoration:underline; color:#3D3D3D}

	.bt_unline  {border-bottom:#999999 dashed 1px;}
/*版通基本样式结束*/

/*超链接样式开始 可自行扩展*/
/*整个网页超链接样式开始*/
	a:link {FONT-FAMILY:宋体; text-decoration:none; color:#3D3D3D;}
	a:active {FONT-FAMILY:宋体; text-decoration:none;}
	a:visited {FONT-FAMILY:宋体; text-decoration:none;}
	a:hover {FONT-FAMILY:宋体; text-decoration:none; color:#ff0000;}
	
	A.bt_link:link{font-size:14px; FONT-FAMILY:宋体; text-decoration:none; color:#3D3D3D;}
	A.bt_link:visited{font-size:14px; FONT-FAMILY:宋体; text-decoration:none; color:#3D3D3D;}
	A.bt_link:hover{font-size:14px; FONT-FAMILY:宋体; text-decoration:none; color:#ff0000;}
	
	
	a.white:link {FONT-FAMILY:宋体; text-decoration: none; color:#ffffff;}
	a.white:visited{FONT-FAMILY:宋体; text-decoration: none; color:#ffffff;}
	a.white:hover {FONT-FAMILY:宋体; text-decoration:none; color:#ff0000;}
	
	
	a.bt_more:link {FONT-FAMILY:宋体; text-decoration: none; color:#3D3D3D;}
	a.bt_more:visited {FONT-FAMILY:宋体; text-decoration: none; color:#3D3D3D;}
	a.bt_more:hover {FONT-FAMILY:宋体; text-decoration: none; color:#FF0000;}
	
	
	a.blue:link {color:#406EC2; font-size: 10pt; text-decoration:none;FONT-FAMILY:宋体;}
	a.blue:visited {color:#406EC2; font-size: 10pt; text-decoration:none;FONT-FAMILY:宋体;}
	a.blue:hover {color:#ac2a01; font-size: 10pt; text-decoration:none;FONT-FAMILY:宋体;}
	
	
	.menu {font-size:10.5pt;font-weight:bold;color:#626363;line-height:27px;}
    A.menu:link {font-size:10.5pt;font-weight:bold;color:#626363;line-height:27px;}
	A.menu:visited {font-size:10.5pt;font-weight:bold;color:#626363;line-height:27px;}
    A.menu:hover {font-size:10.5pt;font-weight:bold;color:#ac2a01;line-height:27px;}
    
	.daohang_ziti{
	font-family: "宋体";
	font-size: 14px;
	text-decoration: none;
	color:#FFFFFF;
	font-weight:bold;
	line-height:180%;}
	a.daohang_ziti:link{
	font-family: "宋体";
	font-size: 14px;
	text-decoration: none;
	color:#FFFFFF;
	line-height:180%;
	font-weight:bold;
}	
	a.daohang_ziti:visited{
	font-family: "宋体";
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	color:#ffffff;
	line-height:180%;
	font-weight:bold;
}
	a.daohang_ziti:hover{
	font-family: "宋体";
	font-size: 14px;
	text-decoration: none;
	color:#FFFFFF;
	line-height:180%;
	font-weight:bold;
}
/*超链接样式结束*/

/* 自定义样式开始 */
	/*各种颜色样式 可自行扩展*/
	.blue{color:#406EC2; font-size: 9pt; text-decoration:none; }
	.white{color:#FFFFFF; font-size: 9pt; text-decoration:none; }
	.red {text-decoration:underline;color:#C70506; }
	.yellow {text-decoration:none;color:#FFB900; }
	.green {text-decoration:underline;color:#038C54; }
	.coffee {color:#A70404;font-size: 9pt; text-decoration:none; }
	.purple {color:#70017A;font-size: 9pt; text-decoration:none; }

	/* 四周为1象素的边框*/
	.border1 
	{  
		BORDER-RIGHT: #3D3D3D 1px solid; BORDER-LEFT: #3D3D3D 1px solid; BORDER-BOTTOM: #3D3D3D 1px solid;BORDER-TOP: #3D3D3D 1px solid;background-color:#ffffff
	}

	/*表格背景图片不动*/
	.bgimg{background-image:url(images/图片文件);background-repeat:no-repeat;background-position:right bottom;}

	/*	一些滤镜的样式 慎用 */
	/* Glow 扩充的阴影字 IE4.0+*/
	.glow
	{
		FONT-SIZE: 10.5pt; 
		filter: Glow(Color=#3D3D3D, Strength=2)
	}   

	/* Gradient 渐变 gradientType=0垂直渐变 1水平渐变默认 00完全透明  ff完全不透明 IE5.5+ */
	.grad
	{
		FONT-SIZE: 10.5pt; 
		FILTER:progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#FF0000FF,endColorStr=#00000000)
	}	

	/* AlphaImageLoader 图片平铺  scale:拉伸图片满表格 crop:显示图片自身大小并显示背景色 image:只显示图片 IE5.5+*/
	.alphaimage
	{
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/rdl_ice.jpg', sizingMethod='scale')
	} 

	/* Blur IE5.5+ 模糊阴影字*/
	.blur1
	{
		filter:progid:DXImageTransform.Microsoft.Blur(makeShadow=true,pixelRadius=1,shadowOpacity=0.25)
	}	

	/* Blur IE5.5+ 模糊阴影字*/
	.blur2
	{
		filter:blur(add=ture,direction=135,strength=6)
	}	

	/* DropShadow 有斜度的阴影字 IE4.0+ */
	.dropshadow1 
	{
		color: #ff0000;
		filter: DropShadow(Color=#ffffff, OffX=1, OffY=1, Positive=1)
	}	

	/*	制作对象的阴影效果IE5.5+*/
	.dropshadow2
	{
		filter:progid:DXImageTransform.Microsoft.DropShadow(color=#FF404040,offX=3,offY=3,positives=true)
	}
	
	.font12{
	font-family: "宋体";
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	color:#2F2F2F;
	line-height:180%;
	
}
	a.font12:link{
	font-family: "宋体";
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	color:#2F2F2F;
	line-height:180%;
}	
	a.font12:visited{
	font-family: "宋体";
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	color:#2F2F2F;
	line-height:180%;
}
	a.font12:hover{
	font-family: "宋体";
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	color:#ac2a01;
	line-height:180%;
	/*text-decoration:underline;*/
}
	
	.font14{
	font-family: "宋体";
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	color:#FFFFFF;
	line-height:180%;
	font-weight:bold;	
}
	a.font14:link{
	font-family: "宋体";
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	color:#FFFFFF;
	line-height:180%;
	font-weight:bold;
}	
	a.font14:visited{
	font-family: "宋体";
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	color:#FFFFFF;
	line-height:180%;
	font-weight:bold;
}
	a.font14:hover{
	font-family: "宋体";
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	color:#FFFFFF;
	line-height:180%;
	font-weight:bold;
	/*text-decoration:underline;*/
}
	
	
	.font14_red{
	font-family: "宋体";
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	color:#CC0202;
	line-height:180%;
	font-weight:bold;	
}
	a.font14_red:link{
	font-family: "宋体";
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	color:#CC0202;
	line-height:180%;
	font-weight:bold;
}	
	a.font14_red:visited{
	font-family: "宋体";
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	color:#CC0202;
	line-height:180%;
	font-weight:bold;
}
	a.font14_red:hover{
	font-family: "宋体";
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	color:#CC0202;
	line-height:180%;
	font-weight:bold;
	/*text-decoration:underline;*/
}
	.table{
		border:#E2E2E2 solid 1px;
	}
	
table {
		border-collapse:collapse;
}
td {
	empty-cells:show;
}	

.tab1{
	font-size:12px;
	color:#FFFFFF;
	font-family:'宋体';
	cursor:pointer;
	background:url(gr_tab_1.jpg);
	font-weight:bold;
}
.tab2{
	font-size:12px;
	color:#333333;
	font-family:'宋体';
	font-weight:bold;
}

.tab3{
	font-size:12px;
	color:#CD0000;
	background-color:#FFE7CF;
	font-family:'宋体';
	font-weight:bold;
	cursor:pointer;
}
.tab4{
	font-size:12px;
	color:#999999;
	font-family:'宋体';
	font-weight:bold;
	background-color:#FFF9F3;
}

.tab5{
	font-size:12px;
	color:#ffffff;
	background-color:#BF180F;
	font-family:'宋体';
	cursor:pointer;
	border-bottom:#FFFFFF 1px solid;
	border-right:#E2E2E2 1px solid;
	border-top:#E2E2E2 1px solid;
}
.tab6{
	font-size:12px;
	color:#333333;
	background-color:#FFFFFF;
	font-family:'宋体';
	cursor:hand;
	border-bottom:#E2E2E2 1px solid;
	border-right:#E2E2E2 1px solid;
	border-top:#E2E2E2 1px solid;
}

	
/* 自定义样式结束 */