@charset "gb2312";
/*项目部 2013.11.22 */
/*说明：项目中，请将下面用不到的样式删除，不要保留在此文档中*/

/*网页全局样式开始*/

	body
	{
		/*body基本样式开始*/
		font-family: "微软雅黑",Tahoma,verdana;
		color:#3d3d3d;
		margin:0px;
		padding:0px;
		text-decoration:none;
        text-align: left;
		background-color:#f2f2f1;/*d2151b*/
		background-image:url(body_bg.jpg);
		width:100%;
		/*body基本样式结束*/

		/*body扩展样式开始*/
		background-repeat:repeat-x;	/*背景重复*/
		background-position: top;	/*背景居中*/
		/*body扩展样式结束*/
		
	}

	img {border:0;}/* 图片无边框*/

	/*定义整个页面的宽度*/
	page
	{
		width:auto;!important;
		max-width:1000px !important;margin:0 auto; height:auto !important
		width:1000px;
	}

	/*表格设置合并边框   注意：如果网页中用到了table的cellspace属性，会将页面的间距全部置为0，请慎用下面的样式*/
	table {border-collapse:collapse;}

	/*指定当表格的单元格无内容时，显示该单元格的边框，不支持IE6 IE7 IE8(Q)*/
	td {empty-cells:show;}

	/*页面容器初始化开始,*/
	tr,td {font-size:9pt; color:#3d3d3d; FONT-FAMILY:宋体; line-height:180%;}
    form{ padding:0px; margin:0px;}
	/*页面容器初始化结束*/	

	/*清除页面底部高度，iframe所致*/
	#vishidden{display:none}


	/*版通基本样式开始*/

		/*整个网页超链接样式开始*/
	a {FONT-FAMILY:宋体; text-decoration: none; color:#3D3D3D;}	
	a:visited { FONT-FAMILY:宋体;color:#3D3D3D;text-decoration:none;}
	a:hover {FONT-FAMILY:宋体; text-decoration: underline; color:#ff0000;}

		/*文章标题样式*/
	.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:9pt; color:#999999; FONT-FAMILY:Verdana}
	.bt_date {  font-size:9pt; color:#999999; FONT-FAMILY:Verdana}

		/*"更多"显示样式*/
	.bt_more {font-size:9pt ;color:#3D3D3D}
	a.bt_more { text-decoration:none; color:#3d3d3d;}
	a.bt_more:visited { text-decoration:none; color:#3d3d3d;} 
	a.bt_more:hover { text-decoration:none; color:#ff0000;}

	.bt_unline {border-bottom:#999999 dashed 1px;}

		/*通用导航样式*/
	a.white {text-decoration:none; color:#ffffff;font-size:10.5pt; font-weight:bold }
	a.white:visited {color:#ffffff;font-size:10.5pt;font-weight:bold}
	a.white:hover {color:#ff0000;font-size:10.5pt;font-weight:bold}

		/*通用滚动条*/
	.scrollbar{

		/*滚动条的基本颜色*/
		scrollbar-base-color:#c8e8fb;

		/*立体滚动条强阴影的颜色*/
		scrollbar-dark-shadow-color:#F5F1D8;

		/*立体滚动条凸出部分的颜色*/
		scrollbar-face-color:#E8E1B5;
	
		/*滚动条空白部分的颜色*/
		scrollbar-highlight-color:#c8e8fb;

		/*立体滚动条阴影的颜色*/
		scrollbar-shadow-color:#E8E1B5;

		/*立体滚动条亮边的颜色*/
		scrollbar-3d-light-color:#E8E1B5;

		/*上下按钮上三角箭头的颜色*/
		scrollbar-arrow-color:#4D6185;	
		
	}

	/*版通基本样式结束*/

/*网页全局样式结束*/

/* 自定义样式开始 */

	/*	一些滤镜的样式 慎用，耗内存 */		
	/* Glow 扩充的阴影字 支持IE4.0-IE9，不支持其他内核浏览器*/
	.glow
	{
		FONT-SIZE: 10.5pt; 
		filter: Glow(Color=#3D3D3D, Strength=2)
	}   

	/* Gradient 渐变 gradientType=0垂直渐变 1水平渐变默认 00完全透明  ff完全不透明， 支持IE5.5-IE9,不支持其他内核浏览器 */
	.grad
	{
		FONT-SIZE: 10.5pt; 
		FILTER:progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#FF0000FF,endColorStr=#3d3d3d00)
	}	

	/* AlphaImageLoader 图片平铺  scale:拉伸图片满表格 crop:显示图片自身大小并显示背景色 image:只显示图片， 支持IE5.5-IE9,不支持其他内核浏览器*/
	.alphaimage
	{
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/图片文件', sizingMethod='scale')
	} 

	/* Blur 模糊阴影字,支持IE5.5-IE9,不支持其他内核浏览器*/
	.blur1
	{
		filter:progid:DXImageTransform.Microsoft.Blur(makeShadow=true,pixelRadius=1,shadowOpacity=0.25)
	}	

	/* Blur 模糊阴影字，支持IE5.5—IE9，不支持其他内核浏览器 */
	.blur2
	{
		filter:blur(add=ture,direction=135,strength=6)
	}	

	/* DropShadow 有斜度的阴影字，支持IE4.0-IE9，不支持其他内核浏览器 */
	.dropshadow1 
	{
		color: #ff0000;
		filter: DropShadow(Color=#ffffff, OffX=1, OffY=1, Positive=1)
	}	

	/*	制作对象的阴影效果 ，支持IE4.0-IE9，不支持其他内核浏览器 */
	.dropshadow2
	{
		filter:progid:DXImageTransform.Microsoft.DropShadow(color=#FF404040,offX=3,offY=3,positives=true)
	}
	
	/*	文字发光，支持IE4.0-IE9，不支持其他内核浏览器 */
	.dropshadow3
	{
		filter:Dropshadow(offx=1,offy=0,color=white)Dropshadow(offx=0,offy=1,color=white)Dropshadow(offx=0,offy=-1,color=white)Dropshadow(offx=-1,offy=0,color=white)
	}
	
	/* 背景透明，支持ie6-IE9、chrome、火狐等等 */
	.alphabg
	{
		FILTER: alpha(opacity=50); opacity: 0.5; -moz-opacity: 0.5
	}

/* 自定义样式结束 */
* {margin:0 auto; padding:0;}
ul,li {list-style:none;}
/*---容器---*/
#container{ width:100%;}

/*页头--------*/

/* 手风琴css */
.tabsList{overflow:hidden;zoom:1;width:475px;}
.tabsList li{float:left;display:inline;height:183px;overflow:hidden;zoom:1;}
.tabsList li h4{width:31px;height:183px;cursor:pointer;float:left;text-indent:-9999em;overflow:hidden;}
.tabsList li h4.lia{ background:url(9.jpg)}
.tabsList li h4.lib{background:url(2.jpg);}
.tabsList li h4.lic{background:url(3.jpg);}
.tabsList li h4.lid{background:url(4.jpg);}
.tabsList li h4.lie{background:url(5.jpg);}
.tabsList li h4.lif{background:url(6.jpg);}
.tabsList li h4.lig{background:url(7.jpg);}
.tabsList li h4.lio{background:url(8.jpg);}
.tabsList li.on h4.lia{ background:url(1.jpg);}
.tabsList li.on h4.lib{background:url(10.jpg);}
.tabsList li.on h4.lic{background:url(11.jpg);}
.tabsList li.on h4.lid{background:url(12.jpg);}
.tabsList li.on h4.lie{background:url(13.jpg);}
.tabsList li.on h4.lif{background:url(14.jpg);}
.tabsList li.on h4.lig{background:url(15.jpg);}
.tabsList li.on h4.lio{background:url(16.jpg);}
.tabsList li.on .tabBody{display:block;width:223px;display:inline;float:left;}
.tabsList li .tabBody{display:none;}

/* 手风琴css */

.tab_lj1{
background:url(tab_bg1.jpg);
background-repeat:no-repeat;
font-family:"微软雅黑";
font-size:14px;
font-weight:bolder;
color:#FF6600;}

.tab_lj2{
background:url(tab_bg2.jpg);
background-repeat:no-repeat;
font-family:"微软雅黑";
font-size:14px;
font-weight:bolder;
color:#666666;
}

.tab_zw1{
font-family:"微软雅黑";
font-size:15px;
color:#21437d;
line-height:180%;
cursor:pointer;
border-bottom:1px solid #21437d;
}

.tab_zw2{
font-family:"微软雅黑";
font-size:13px;
line-height:180%;
color:#000000;
cursor:pointer;
border-bottom:1px solid #888f97;
}

.tab_gk1{
	background-repeat: no-repeat;
	font-family: "微软雅黑";
	font-size: 22px;
	color: #ffffff;
	line-height: 44px;
	cursor: pointer;
	background-image: url(ytszf_zwgk_bg_02-02.gif);
	background-position: bottom;
}

.tab_gk2{
	background: url(ytszf_zwgk_bg_02.gif);
	background-repeat: repeat-x;
	font-family: "微软雅黑";
	font-size: 21px;
	line-height: 44px;
	color: #0747a8;
	cursor: pointer;
}

.qh_bmfw{
background:
}

.font16_db:link{
font:"微软雅黑";
font-size:16px;
font-weight:bolder;
color:#1760ab;
}

.font16_db:visited{
font:"微软雅黑";
font-size:16px;
font-weight:bolder;
color:#1760ab;
}

.font16_db:hover{
font:"微软雅黑";
font-size:16px;
font-weight:bolder;
color:#ffffff;
}

.font16_tt{
font-family:"微软雅黑";
font-size:22px;
color:#000000;
padding-left:20px;
}

.font16_tt:link{
font-family:"微软雅黑";
font-size:22px;
color:#000000;
padding-left:20px;
}

.font16_tt:visited{
font-family:"微软雅黑";
font-size:22px;
color:#000000;
padding-left:20px;
}

.font16_tt:hover{
font-family:"微软雅黑";
font-size:22px;
color:#000000;
padding-left:20px;
}

.font13_wmh{
font-family:"微软雅黑";
font-size:13px;
color:#262626;}

.font15_hei{
font-family:"微软雅黑";
font-size:15px;
color:#000000;
line-height:180%;
}

.font15_hei:link{
font-family:"微软雅黑";
font-size:15px;
color:#000000;
line-height:180%;
}

.font15_hei:visited{
font-family:"微软雅黑";
font-size:15px;
color:#000000;
line-height:180%;
}

.font15_hei:hover{
font-family:"微软雅黑";
font-size:15px;
color:#ff0000;
line-height:180%;
}

.font13_hei{
font-family:"微软雅黑";
font-size:13px;
color:#000000;
line-height:180%;
}

.font13_hei:link{
font-family:"微软雅黑";
font-size:13px;
color:#000000;
line-height:180%;
}

.font13_hei:visited{
font-family:"微软雅黑";
font-size:13px;
color:#000000;
line-height:180%;
}

.font13_hei:hover{
font-family:"微软雅黑";
font-size:13px;
color:#ff0000;
line-height:180%;
}

.font13_hui{
font-family:"微软雅黑";
font-size:13px;
color:#666666;
font-weight:lighter;
line-height:180%;
}

.font13_hui:link{
font-family:"微软雅黑";
font-size:13px;
color:#666666;
font-weight:lighter;
line-height:180%;
}

.font13_hui:visited{
font-family:"微软雅黑";
font-size:13px;
color:#666666;
font-weight:lighter;
line-height:180%;
}

.font13_hui:hover{
font-family:"微软雅黑";
font-size:13px;
color:#FF3300;
font-weight:lighter;
text-decoration:none;
line-height:180%;
}

.font13_bai{
font-family:"微软雅黑";
font-size:13px;
color:#ffffff;
line-height:180%;
}

.font13_bai:link{
font-family:"微软雅黑";
font-size:13px;
color:#ffffff;
line-height:180%;
}

.font13_bai:visited{
font-family:"微软雅黑";
font-size:13px;
color:#ffffff;
line-height:180%;
}

.font13_bai:hover{
font-family:"微软雅黑";
font-size:13px;
color:#ffbc90;
text-decoration:underline;
line-height:180%;
}

.font14_fldh{
font-family:"微软雅黑";
font-size:14px;
color:#333333;
line-height:180%;
}

.font14_fldh:link{
font-family:"微软雅黑";
font-size:14px;
color:#333333;
line-height:180%;
}

.font14_fldh:visited{
font-family:"微软雅黑";
font-size:14px;
color:#333333;
line-height:180%;
}

.font14_fldh:hover{
font-family:"微软雅黑";
font-size:14px;
color:#CC6600;
text-decoration:none;
line-height:180%;
}

.font18_bq{
font-family:"微软雅黑";
font-size:18px;
color:#dcedff;
font-weight:bolder;
line-height:180%;
}
.nav_menu {
	display: inline-block;
    *display:inline;
	float: center;
	height: 19px;
	font-size: 14px;
	line-height: 19px;
	text-align: center;
	background-color: #E1EDFF;
	border: solid 1px #c4e1ff;
	margin: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #0058B0;
	font-family: "微软雅黑";
	padding: 2px;
	padding-left:5px;
	padding-right:5px;
	}
	
.nav_menu:hover {
	float: center;
	height: 19px;
	font-size: 14px;
	line-height: 19px;
	text-align: center;
	background-color: #fff1da;
	margin: 3px;
	border: solid 1px #ee6f6f;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #eb2121;
	font-family: "微软雅黑";
	padding: 2px;
	text-decoration: none;
	padding-left:5px;
	padding-right:5px;
	}
.nav_menu:active {
	float: center;
	height: 19px;
	font-size: 14px;
	line-height: 19px;
	text-align: center;
	background-color:#fff1da;
	margin:3px;
	border: solid 1px #ee6f6f;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #eb2121;
	font-family: "微软雅黑";
	padding:2px;
	padding-left:5px;
	padding-right:5px;
	}
.nav_menu:visited {
	float: center;
	height: 19px;
	font-size: 14px;
	line-height: 19px;
	text-align: center;
	background-color:#fafcff;
	border: solid 1px #c4e1ff;
	margin:3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #0058B0;
	font-family: "微软雅黑";
	padding:2px;
	padding-left:5px;
	padding-right:5px;
	}
.nav_menu1 {
      display:inline-block; 
      *display:inline;
	float: center;
	height: 19px;
	font-size: 13px;
	line-height: 19px;
	text-align: center;
	background-color:#ffffff;
	border: solid 1px #ffffff;
	margin:3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #333333;
	font-family: "微软雅黑";
	padding:2px;
	}
	
.nav_menu1:hover {
	float: center;
	height: 19px;
	font-size: 13px;
	line-height: 19px;
	text-align: center;
	background-color: #fff1da;
	margin: 3px;
	border: solid 1px #ee6f6f;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #eb2121;
	font-family: "微软雅黑";
	padding: 2px;
	text-decoration: none;
	}
.nav_menu1:active {
	float: center;
	height: 19px;
	font-size: 13px;
	line-height: 19px;
	text-align: center;
	background-color:#fff1da;
	margin:3px;
	border: solid 1px #ee6f6f;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #eb2121;
	font-family: "微软雅黑";
	padding:2px;
	}
.nav_menu1:visited {
	float: center;
	height: 19px;
	font-size: 13px;
	line-height: 19px;
	text-align: center;
	background-color:#fafcff;
	border: solid 1px #c4e1ff;
	margin:3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #0058B0;
	font-family: "微软雅黑";
	padding:2px;
	}
