/*网页全局样式开始*/

	body
	{
		/*body基本样式开始*/
		font-family: "微软雅黑",Tahocmri_ulma,verdana;
		color:#3d3d3d;
		margin:0px;
		padding:0px;
		text-decoration:none;
        text-align: left;
		background-color: #FFF;
		/*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
	}

/* 自定义样式结束 */

/* 自定义样式开始 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{ margin:0; padding:0; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:bold; text-align: left; font-family: "微软雅黑"; }
input,button,textarea,select,optgroup,option { font-family:inherit; font-size:inherit; font-style:inherit; font-weight:inherit; outline: none; }
ul,ol { list-style:none; }
a { text-decoration:none; color: #333; }
a:hover { text-decoration: none; color: #b70000; }
p { font-family: '微软雅黑'; }
.fl { float: left; }
.fr { float: right; }
/* 自定义样式结束 */


/* ----------------- topBar ----------------- */
.topBar { width: 100%; height: 148px; background: url(top_pic_bgout.jpg) left top repeat-x; }
.tb_inner { width: 1000px; height: 100%; margin: 0 auto; background: url(top_pic_bg.jpg) left top no-repeat; }
.tb_inner .viewMode { width: 100%; /*height: 41px;*/ }
.tb_inner .viewMode p span { margin: 0 5px; }
.tb_inner .viewMode p a { font: 13px '微软雅黑'; }

.tb_inner .searchBar { width: 348px; height: 30px; margin-top: 30px; }
.tb_inner .searchBar .searchFrame { width: 258px; height: 30px; position: relative; }
.tb_inner .searchBar .searchFrame .search_t { width: 192px; height: 28px; height:20px\9; padding: 4px 0 4px 8px\9; padding-left: 8px; border: 1px solid #d1d1d1; background-color: #fff; color: #a9a9a9; font: 13px '微软雅黑'; }
*+html .tb_inner .searchBar .searchFrame .search_t {  width: 192px; height: 20px; padding: 4px 0 4px 8px; border: 1px solid #d1d1d1; background-color: #fff; color: #a9a9a9; font: 13px '微软雅黑'; }
.tb_inner .searchBar .searchFrame .search_b { width: 55px; height: 30px; border: 0; background: url(../images/top_button_search.gif) center center no-repeat; position: absolute; top: 0; cursor: pointer; }
.tb_inner .searchBar .searchTitle { width: 90px; height: 30px; }
.tb_inner .searchBar .searchTitle a { display: inline-block; width: 100%; height: 26px; padding-top: 4px; font: 15px '微软雅黑'; text-decoration: underline; text-align: center; }
.tb_inner .searchBar .searchTitle a:hover { text-decoration: none; }
/*end*/

/* ----------------- navBox ----------------- */
.navBox { width: 100%; height: 41px; background-color: #1760ab; }
.navKey { width: 1000px; height: 100%; margin: 0 auto; }

/* ----------------- content ----------------- */
.content { width: 100%; height: 1008px; background-color: #f2f2f1; position: relative; }
.cFloatage { width: 66px; height: 303px; background: url(content_button_bg.jpg) left top no-repeat; position: fixed; top: 235px; right: 7%; }
.cFloatage div { width: 100%; height: 76px; }
.cFloatage .last { width: 100%; height: 75px; }
.cFloatage div a { display: block; width: 100%; height: 100%; }
.cSubstance { width: 1000px; height: 996px; margin: 0 auto; background-color: #fff; }
.cSubstance .sign_board { width: 930px; height: 170px; padding-top: 24px; margin: 0 auto; }
.cSubstance .sign_board .info_bar { width: 100%; height: 100%; }
.cSubstance .sign_board .info_bar .info_title { width: 100%; height: 54px; border-bottom: 1px solid #fff; background-color: #f8f5f0; }
.cSubstance .sign_board .info_bar .info_title .main_heading { width: auto; height: 100%; padding: 0 32px; }
.cSubstance .sign_board .info_bar .info_title .main_heading h3 { width: auto; height: 100%; color: #1760ab; font: 18px '微软雅黑'; line-height: 54px; font-weight: bold; }
.cSubstance .sign_board .info_bar .info_title .scrollBar { width: auto; height: 100%; padding: 0 25px; line-height: 54px; overflow: hidden; }
.cSubstance .sign_board .info_bar .info_title .scrollBar a { display: block; width: auto; height: 19px; line-height: 19px; padding: 18px 0; color: #999; font: 15px '微软雅黑'; text-align: right; }
.cSubstance .sign_board .info_bar .info_title .scrollBar a:hover { text-decoration: underline; color: #666; }
.cSubstance .sign_board .info_bar .info_choice { width: 100%; height: 83px; padding: 16px 0; background-color: #f1dbbe; }
.cSubstance .sign_board .info_bar .info_choice .choiceBox { width: 914px; height: 100%; margin: 0 auto; }
.cSubstance .sign_board .info_bar .info_choice .choiceBox .cb_box { width: 82px; height: 82px; border-left: 1px solid #f8f5f0; float: left; text-align: center; }
.cSubstance .sign_board .info_bar .info_choice .choiceBox .cb_box a { display: block; width: 100%; height: 82px; }
.cSubstance .sign_board .info_bar .info_choice .choiceBox .cb_box a span { display: block; width: 33px; height: 49px; position: relative; margin: 0 auto; }
.cSubstance .sign_board .info_bar .info_choice .choiceBox .cb_box a span img { position: absolute; top: 17px; left: 50%; margin-left: -16px; }
.cSubstance .sign_board .info_bar .info_choice .choiceBox .cb_box a p { display: block; margin-top: 10px; font-style: normal; color: #555; font-size: 15px; font-family: '微软雅黑'; }
.cSubstance .sign_board .info_bar .info_choice .choiceBox .cb_box a:hover p { color: #333; font-weight: bold; }

.cSubstance .mainInfo { width: 100%; height: 752px; padding: 28px 0 22px 0; }
.cSubstance .mainInfo .mIBox { width: 930px; height: 100%; margin: 0 auto; }
.cSubstance .mainInfo .mIBox .mIBox_rb { width: 638px; height: 100%; border-right: 1px solid #e3e3e3; }
.cSubstance .mainInfo .mIBox .mIBox_rb .mIBox_rb_t { width: 596px; height: 346px; padding: 0 42px 30px 0; }
.cSubstance .mainInfo .mIBox .mIBox_rb .mIBox_rb_t .rbt_core { width: 100%; height: 100%; }
.cSubstance .mainInfo .mIBox .mIBox_rb .mIBox_rb_t .rbt_core h3,
.cSubstance .mainInfo .mIBox .mIBox_rb .mIBox_rb_b .rbb_core h3 { width: 590px; height: 19px; padding-left: 6px; text-align: left; line-height: 19px; font: 18px '微软雅黑'; font-weight: bold; color: #1760ab; margin-bottom: 20px; }
.cSubstance .mainInfo .mIBox .mIBox_rb .mIBox_rb_t .rbt_core .coreEssence { width: 568px; height: 302px; padding-left: 28px; background-color: #f6f6f6; }
.cSubstance .mainInfo .mIBox .mIBox_rb .mIBox_rb_t .rbt_core .coreEssence .cellBox { width: 100%; height: 225px; padding-top: 13px; }
.cSubstance .mainInfo .mIBox .mIBox_rb .mIBox_rb_t .rbt_core .coreEssence .cellBoxs { width: 100%; height: 45px; padding-bottom: 19px; }
.cSubstance .mainInfo .mIBox .mIBox_rb .mIBox_rb_t .rbt_core .coreEssence .cellBoxs .normalCell { width: 142px; height: 100%; }
.cSubstance .mainInfo .mIBox .mIBox_rb .mIBox_rb_t .rbt_core .coreEssence .cellBoxs .normalCell .cell { width: 112px; height: 35px; border: 1px solid #e7e7e7; margin: 8px 28px 0 0; background-color: #fff; }
.cSubstance .mainInfo .mIBox .mIBox_rb .mIBox_rb_t .rbt_core .coreEssence .cellBoxs .specialCell { width: 284px; height: 100%; }
.forSC { width: 254px; height: 35px; border: 1px solid #e7e7e7; margin: 8px 28px 0 0; background-color: #fff; }
.cSubstance .mainInfo .mIBox .mIBox_rb .mIBox_rb_t .rbt_core .coreEssence .cellBoxs .specialCell .forSC a { display: block; width: 100%; height: 21px; padding: 7px 0; font: 15px '微软雅黑'; color: #333; text-align: center; }
.cSubstance .mainInfo .mIBox .mIBox_rb .mIBox_rb_t .rbt_core .coreEssence .cellBox .cell,
.cSubstance .mainInfo .mIBox .mIBox_rb .mIBox_rb_b .rbb_core .coreEssence0 .cellBox0 .cell { width: 112px; height: 35px; border: 1px solid #e7e7e7; margin: 8px 28px 0 0; background-color: #fff; float: left; }
.cSubstance .mainInfo .mIBox .mIBox_rb .mIBox_rb_t .rbt_core .coreEssence .cellBox .cell a,
.cSubstance .mainInfo .mIBox .mIBox_rb .mIBox_rb_t .rbt_core .coreEssence .cellBoxs .normalCell .cell a,
.cSubstance .mainInfo .mIBox .mIBox_rb .mIBox_rb_b .rbb_core .coreEssence0 .cellBox0 .cell a { display: block; width: 100%; height: 21px; padding: 7px 0; font: 15px '微软雅黑'; color: #333; text-align: center;  }
.cSubstance .mainInfo .mIBox .mIBox_rb .mIBox_rb_t .rbt_core .coreEssence .cellBox .cell a:hover,
.cSubstance .mainInfo .mIBox .mIBox_rb .mIBox_rb_b .rbb_core .coreEssence0 .cellBox0 .cell a:hover,
.cSubstance .mainInfo .mIBox .mIBox_rb .mIBox_rb_t .rbt_core .coreEssence .cellBoxs .normalCell .cell a:hover,
.cSubstance .mainInfo .mIBox .mIBox_rb .mIBox_rb_t .rbt_core .coreEssence .cellBoxs .specialCell .forSC a:hover { background-color: #5098e4; color: #fff; text-decoration: none; }
.cSubstance .mainInfo .mIBox .mIBox_rb .mIBox_rb_b { width: 596px; height: 376px; padding-right: 42px; }
.cSubstance .mainInfo .mIBox .mIBox_rb .mIBox_rb_b .rbb_core { width: 100%; height: 100%; }
.cSubstance .mainInfo .mIBox .mIBox_rb .mIBox_rb_b .rbb_core .coreEssence0 { width: 568px; height: 338px; padding-left: 28px; background-color: #f6f6f6; }
.cSubstance .mainInfo .mIBox .mIBox_rb .mIBox_rb_b .rbb_core .coreEssence0 .cellBox0 { width: 100%; height: 315px; padding: 8px 0 15px 0; }
 

.cSubstance .mainInfo .mIBox .mIBox_lb { width: 291px; height: 100%; }
.cSubstance .mainInfo .mIBox .mIBox_lb .mIBox_lb_t { width: 255px; height: 368px; padding: 0 0 52px 36px; }
.cSubstance .mainInfo .mIBox .mIBox_lb .mIBox_lb_t .lbt_chop { width: 100%; height: 100%; }
.cSubstance .mainInfo .mIBox .mIBox_lb .mIBox_lb_t .lbt_chop h3 { width: 228px; height: 22px; line-height: 22px; padding-left: 27px; background: url(content_title_01.gif) left top no-repeat; font: 18px '微软雅黑'; font-weight: bold; color: #1760ab; margin-bottom: 24px; }
.cSubstance .mainInfo .mIBox .mIBox_lb .mIBox_lb_t .lbt_chop .lbt_chip p { width: 100%; height: 52px; border-bottom: 1px solid #ccc; margin-bottom: 11px; }
.cSubstance .mainInfo .mIBox .mIBox_lb .mIBox_lb_t .lbt_chop .lbt_chip p a { color: #333; font: 15px '微软雅黑'; line-height: 24px; }
.cSubstance .mainInfo .mIBox .mIBox_lb .mIBox_lb_t .lbt_chop .lbt_chip p a:hover { color: #b70000; text-decoration: underline; }
.cSubstance .mainInfo .mIBox .mIBox_lb .mIBox_lb_t .lbt_chop .lbt_chip p span { color: #333; font: 15px '微软雅黑'; }
.cSubstance .mainInfo .mIBox .mIBox_lb .mIBox_lb_b { width: 255px; height: 332px; padding-left:52px; }
.cSubstance .mainInfo .mIBox .mIBox_lb .mIBox_lb_b h3 { width: 228px; height: 22px; line-height: 22px; padding-left: 27px; background: url(content_title_02.gif) left top no-repeat; font: 18px '微软雅黑'; font-weight: bold; color: #1760ab; margin-bottom: 18px; }
.cSubstance .mainInfo .mIBox .mIBox_lb .mIBox_lb_b .lbb_plate { width: 226px; height: 290px; border: 1px solid #ececec; }
.cSubstance .mainInfo .mIBox .mIBox_lb .mIBox_lb_b .lbb_plate .lbbp { width: 100%; height: 260px; padding: 7px 0 25px 0; }
.cSubstance .mainInfo .mIBox .mIBox_lb .mIBox_lb_b .lbb_plate .lbbp div { width: 48px; height:18px; padding-left: 12px; margin: 14px 30px 0 21px; background: url(content_title_bendi.gif) left center no-repeat; float: left; }
.cSubstance .mainInfo .mIBox .mIBox_lb .mIBox_lb_b .lbb_plate .lbbp div a { color: #333; font: 15px '微软雅黑'; }
.cSubstance .mainInfo .mIBox .mIBox_lb .mIBox_lb_b .lbb_plate .lbbp div a:hover { color: #ffbc90; text-decoration: underline; }

.cSubstance .sign_board .info_bar .info_choice .choiceBox .cb_box .cb_word { width: 100%; height: 36px; }
.cSubstance .sign_board .info_bar .info_choice .choiceBox .cb_box .cb_word p { width: 100%; height: 20px; padding: 8px 0; color: #333; font: 15px '微软雅黑'; text-align: center; }

/*end*/

/* 引入 */
.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%;
}

.font18_bq{
font-family:"微软雅黑";
font-size:18px;
color:#dcedff;
font-weight:bolder;
line-height:180%;
}