/*http://www.jinghua.cn 京华网_wallen*/


/*网站整体样式*/
body{
margin:0px auto;
padding:0px;
font-size:12px;
font-family:"宋体";
}
div{
 margin:0px auto;
 padding:0px;
}
img{
 border:0px;
}
ul{
 margin:0px;
 padding:0px;
}
ul li{
 list-style:none;
}
h1,h2,h3,h4,h5,h6,{
 margin:0px;
 padding:0px;
}
/*****
li定义例如(更换背景图片即可):

.li{
 text-indent:18px;
 background:url(/images/img_index/1/p_01.gif) no-repeat 7px 8px;
}
*****/

.clear{
 clear:both;
 height:0px;
 overflow:hidden;
}
.left{
 float:left;
}
.right{
 float:right;
}
/*空白层栏目块间距时候用*/
.blank_01{
 width:100%;
 height:8px;
 line-height:8px;
}
.blank_02{
 width:100%;
 height:5px;
 line-height:5px;
}
.blank_03{
 width:100%;
 height:0px;
 line-height:0px;
}




/*字体样式*/

/*灰色12px和加粗、14px和加粗*/
.grey_12px{
 font-size:12px;
 color:#9c9b9b;
}
.grey_12px_b{
 font-size:12px;
 font-weight:bold;
 color:#9c9b9b;
}
.grey_14px{
 font-size:14px;
 color:#9c9b9b;
}
.grey_14px_b{
 font-size:14px;
 font-weight:bold;
 color:#9c9b9b;
}

/*红色12px和加粗、14px和加粗*/
.d_red_12px{
 font-size:12px;
 color:#bd0a01;
}
.d_red_12px_b{
 font-size:12px;
 font-weight:bold;
 color:#bd0a01;
}
.d_red_14px{
 font-size:14px;
 color:#bd0a01;
}
.d_red_14px_b{
 font-size:14px;
 font-weight:bold;
 color:#bd0a01;
}
/*黑色12px和加粗、14px和加粗*/
.black_12px{
 font-size:12px;
 color:#343434;
}
.black_12px_b{
 font-size:12px;
 font-weight:bold;
 color:#343434;
}
.black_14px{
 font-size:14px;
 color:#343434;
}
.black_14px_b{
 font-size:14px;
 font-weight:bold;
 color:#343434;
}
/*亮蓝色12px和加粗、14px和加粗*/
.l_blue_12px{
 font-size:12px;
 color:#1f376d;
}
.l_blue_12px_b{
 font-size:12px;
 font-weight:bold;
 color:#1f376d;
}
.l_blue_14px{
 font-size:14px;
 color:#1f376d;
}
.l_blue_14px_b{
 font-size:14px;
 font-weight:bold;
 color:#1f376d;
}




/*整体链接样式*/
/*默认链接颜色深蓝色，鼠标经过颜色变深红有下划线，点击后无变化*/
a{
 color:#1f376d;
 text-decoration:none;
}
a:hover{
 color:#bd0a01;
 text-decoration:underline;
}

/*黑色链接，鼠标经过颜色变深红有下划线，点击后无变化*/
.black{
 color:#343434;
 text-decoration:none;
}
.black:hover{
 color:#bd0a01;
 text-decoration:underline;
}

/*深红色链接，鼠标经过颜色无变化有下划线，点击后无变化*/
.d_red{
 color:#bd0a01;
 text-decoration:none;
}
.d_red:hover{
 color:#bd0a01;
 text-decoration:underline;
}

/*亮蓝色链接，鼠标经过颜色无变化有下划线，点击后无变化*/
.l_blue{
 color:#1f376d;
 text-decoration:none;
}
.l_blue:hover{
 color:#1f376d;
 text-decoration:underline;
}
/*深蓝色链接常态下有下划线，鼠标经过颜色变深红下划线无，点击后无变化*/
.d_blue{
 color:#163483;
 text-decoration:underline;
}
.d_blue:hover{
 color:#bd0a01;
 text-decoration:none;
}
/*默认链接颜色深蓝色常态下有下划线，鼠标经过颜色变深红无下划线，点击后无变化*/
.d_blue2{
 color:#1f376d;
 text-decoration:underline;
}
.d_blue2:hover{
 color:#bd0a01;
 text-decoration:none;
}
/*深蓝色链接，鼠标经过颜色变深红有下划线，点击后无变化*/
.d_blue3{
 color:#163483;
 text-decoration:none;
}
.d_blue3:hover{
 color:#bd0a01;
 text-decoration:underline;
}
/*灰色链接，鼠标经过颜色无变化有下划线，点击后无变化*/
.grey_l{
 color:#9c9b9b;
 text-decoration:none;
}
.grey_l:hover{
 color:#9c9b9b;
 text-decoration:underline;
}
/*灰色链接，鼠标经过颜色无变化有下划线，点击后无变化*/
.grey_l2{
 color:#686666;
 text-decoration:none;
}
.grey_l2:hover{
 color:#bd0a01;
 text-decoration:underline;
}

/**********
频道内容样式 

命名：
1.栏头背景图      频道缩写+title_pic_001.....；

2.栏头div命名     频道缩写+title_div_001.....；

3.各个栏目块命名  频道缩写+栏目名_div_001.....；

4.放置在页面顶部的广告、装饰图案等长方形的图片我们取名：频道名+banner；

5.在页面上位置不固定并且带有链接的小图片取名为：频道名+button；

6.在页面上某一个位置连续出现，性质相同的链接栏目的图片取名：频道名+menu；

频道名缩写例如：
  北京频道：jhbj
  新闻频道：jhxw
  文体频道：jhwt
  报网频道：jhbw
**********/




/*京华网首页整体样式*/


.line_blank_01{
 width:95%;
 height:1px;
 line-height:1px;
 background:url(/images/img_index/1/index_line_point002.gif) repeat-x;
 overflow:hidden;
}
.line_blank_02{
 width:95%;
 height:1px;
 line-height:1px;
 background:url(/images/img_index/1/index_line_point001.gif) repeat-x;
 overflow:hidden;
}
.line_blank_03{
 width:95%;
 height:1px;
 line-height:1px;
 background:url(/images/img_index/1/index_bg_point006.gif) repeat-x;
 overflow:hidden;
}



/*1—导航样式*/
#index_top{
 width:960px;
/*margin-top:50px;*margin-top:50px;_margin-top:50px;*/
}
#index_logo_box{
 width:135px;
 float:left;
}
#index_logo_box a,#index_logo_box img{
 display:block;
}

#index_nav_box{
 width:815px;
 height:63px;
 color:#fff;
 float:right;
 background:url(/images/img_index/1/index_banner.gif) no-repeat;
}
.index_nav_text2{
 width:178px;
 height:49px;
 margin-top:8px;
 float:left;
 background:url(/images/img_index/1/index_banner2.gif) no-repeat;
}

.index_nav_text{
 width:622px;
 float:left;
}

.index_nav_text ul{
 float:left;
 font-size:13px;
 line-height:24px;
 background:url(/images/img_index/1/index_bg_point003.gif) repeat-y right;
 padding-right:15px;
 padding-left:15px;
 margin-top:8px;
}
.index_nav_text ul li a{
 color:#fff;
 padding-top:2px;
 padding-left:7px;
 padding-right:7px;
 padding-bottom:1px;
 *padding-bottom:0px;
 _padding-bottom:0px;
}
.index_nav_text ul li a:hover{
 color:#1f376d;
 background:#d8edff;
 text-decoration:none;
}

.index_nav_text2 ul{
 float:left;
 font-size:12px;
 line-height:22px;
 padding-right:5px;
 padding-left:15px;
 margin-top:3px;
}
.index_nav_text2 ul li a{
 color:#fff;
 padding-top:2px;
 padding-left:10px;
 padding-right:10px;
 padding-bottom:1px;
 *padding-bottom:0px;
 _padding-bottom:0px;
 background:url(/images/img_index/1/index_bg_point004.gif) no-repeat 2px 6px;
 text-decoration:underline;
 text-align:center;
 margin-right:11px;
}
.index_nav_text2 ul li a:hover{
 color:#3f76b1;
 background:#d8edff url(/images/img_index/1/index_bg_point001.gif) no-repeat 2px 6px;
 text-decoration:none;
}



/*2—导航下广告区样式*/
.index_ad_box{
 width:958px;
 border:1px solid #d4d4d4;
 padding-top:3px;
 padding-bottom:3px;
}
/*top分类广告*/
.index_ad_box_left{
 width:154px;
 float:left;
 line-height:22px;
}
.index_ad_box_left ul li{
 text-indent:10px;
}
.index_ad_box_center{
 width:640px;
 float:left;
}
.index_ad_box_center2{
 line-height:22px;
}
.index_ad_box_center_ad a,.index_ad_box_center_ad img{
 display:block;
}
.index_ad_box_center2 ul li{
 width:128px;
 float:left;
}
.index_ad_box_right{
 width:154px;
 float:right;
 line-height:22px;
}
.index_ad_box_right ul li{
 text-indent:10px;
}










/*内容区块样式*/
.index_part_01{
 width:960px;
}
.index_part_01_left_sb{
 width:399px;
 border:1px solid #d4d4d4;
 float:left;
margin-left:10px;
}

.index_part_01_left{
 width:315px;
 border:1px solid #d4d4d4;
 float:left;
}

.index_part_03_leftsb{
 width:315px;
 float:left;
 position:relative;
 top:1px;
}
.index_part_03_left{
 width:315px;
 border:1px solid #d4d4d4;
 float:left;
 position:relative;
 top:1px;
}
.index_part_01_left1_title_sb{
 height:26px;
 background:url(/images/img_index/1/399.gif) no-repeat;
}

.index_part_01_left1_title{
 height:26px;
 background:url(/images/img_index/1/index_bg_003.gif) no-repeat;
}
.index_part_01_left1_title2{
 font-size:14px;
 color:#4a4848;
 font-weight:bold;
 line-height:26px;
 text-indent:27px;
 float:left;
 font-family:微软雅黑,宋体;
}
.index_part_01_left1_title3{
 float:right
}
.index_part_01_left1_title3 img{
 position:relative;
 top:8px;
 right:8px;
}
.index_part_01_left1_xwfm{
 width:260px;
}
.index_part_01_left1_xwfm_sb{
 width:390px;
}
.index_title_xwfm{

 
 border-top:1px solid #cccccc;
 
 margin-top:6px;
}
.index_title_xwfm h2{
 font-family:微软雅黑,宋体;
 font-weight:normal;
 font-size:12px;
 text-align:center;
 margin:0px;
 padding:0px;
 color:#2f498b;
 line-height:23px;
}
.index_title_xwfm h2 span{
 color:red;
}
.index_img_xwfm{
 text-align:center;
 border-top:1px solid #cccccc;
 border-right:2px solid #c5c5c5;
 border-left:1px solid #cccccc;
 border-bottom:2px solid #c5c5c5;
 padding-top:4px;
}
.index_img_xwfm h3{
 font-size:12px;
 font-weight:normal;
 text-align:center;
 margin:4px 0px 0px 0px;
 padding:0px;
 line-height:22px;
}
.index_news_li{
 height:200px;
 font-size:14px;
 line-height:24px;
}
.index_news_li ul li{
 background:url(/images/img_index/1/index_bg_point002.gif) no-repeat 8px 9px;
 text-indent:18px;
 height:24px;
} 



.index_part_01_center_sb{
 width:315px;
 float:left;

}
.index_part_01_center{
 width:401px;
 float:left;
margin-left:10px;
}
.index_part_bj_sb{
 width:315px;
 border:1px solid #c9dbef;
}

.index_part_bj{
 width:399px;
 border:1px solid #c9dbef;
}
.index_part_bj_title_sb{
 width:315px;
 height:25px;
 margin-top:2px;
 background:url(/images/img_index/1/index_bg_001.gif) no-repeat;
}
.index_part_bj_title{
 width:395px;
 height:25px;
 margin-top:2px;
 background:url(/images/img_index/1/index_bg_001.gif) no-repeat;
}
.index_part_bjlh{
 width:399px;
 border:1px solid #DADADA;
}
.index_part_bj_titlelh{
 width:395px;
 height:25px;
 margin-top:2px;
 background:url(/images/img_index/1/index_lh_001.gif) no-repeat;
}

.index_part_bj_title2lh{
 font-size:13px;
 line-height:25px;
 color:#ffffff;
 font-weight:bold;
 text-indent:10px;
 float:left;
 font-size:13px;
 font-family:微软雅黑,宋体;
}

.bai{
 color:#FFFFFF;
 text-decoration:none;
 line-height:20px;
}
.bai:hover{
 color:#FFD800;
 text-decoration:underline;
 line-height:20px;
}

.index_part_bj_title2{
 font-size:13px;
 line-height:25px;
 color:#3f76b1;
 font-weight:bold;
 text-indent:10px;
 float:left;
 font-size:13px;
 font-family:微软雅黑,宋体;
}
.index_part_bj_title3{
 font-size:12px;
 line-height:25px;
 float:right;
 background:url(/images/img_index/1/index_bg_point005.gif) no-repeat 5px 8px;
 text-indent:15px;
 padding-right:2px;
}
.index_part_bj_b_sb h2{
 font-size:14px;
 font-family:微软雅黑,宋体;
 text-align:center;
 margin:0px;
 padding:0px;
 line-height:29px;
}

.index_part_bj_b h2{
 font-size:14px;
 font-family:微软雅黑,宋体;
 text-align:center;
 margin:0px;
 padding:0px;
 line-height:30px;
}

.index_part_bj_b_sb{
 font-size:14px;
 line-height:24px;
}
.index_part_bj_b{
 font-size:14px;
 line-height:24px;
}
.index_part_bj_b_ul1{
 margin-top:8px;
 *margin-top:4px;
 _margin-top:7px;
 margin-bottom:10px;
 *margin-bottom:4px;
 _margin-bottom:7px; 
 padding-top:2px;
 *padding-top:7px;
 _padding-top:2px;
}
.index_part_bj_b_ul1 li{
 background:url(/images/img_index/1/index_bg_point001.gif) no-repeat 20px 9px;
 text-indent:30px;
}
.index_part_bj_b_ul2{
 margin-top:5px;
 margin-bottom:12px;
 *margin-bottom:7px;
 _margin-bottom:9px;
 position:relative;
 top:-3px;
 *top:0px;
 _top:0px;
}
.index_part_bj_b_ul2 li{
 float:left;
 width:199px;
 background:url(/images/img_index/1/index_bg_point001.gif) no-repeat 20px 9px;
 text-indent:30px;
}

.index_part_bj_b_ul2222 li{
 
 background:url(/images/img_index/1/index_bg_point001.gif) no-repeat 20px 9px;
 text-indent:30px;
}
.index_part_bj_b_ul3{
 margin-top:5px;
 margin-bottom:12px;
 *margin-bottom:7px;
 _margin-bottom:7px;
 display:none;
  position:relative;
  top:-3px;
 *top:0px;
 _top:0px;
}
.index_part_bj_b_ul3 li{
 float:left;
 width:199px;
 background:url(/images/img_index/1/index_bg_point001.gif) no-repeat 10px 9px;
 text-indent:20px;
}
.index_part_bj_b_ul4{
 margin-top:9px;
 *margin-top:9px;
 _margin-top:9px;
 margin-bottom:16px;
 *margin-bottom:7px;
 _margin-bottom:7px;
  position:relative;
  top:-5px;
 *top:0px;
 _top:0px;
}
.index_part_bj_b_ul4 li{
 float:left;
 width:199px;
 background:url(/images/img_index/1/index_bg_point001.gif) no-repeat 10px 9px;
 text-indent:20px;
}
.index_part_bj_b_ul5{
 margin-top:7px;
 *margin-top:7px;
 _margin-top:8px;
 margin-bottom:16px;
 *margin-bottom:7px;
 _margin-bottom:5px;
  position:relative;
  top:-9px;
 *top:0px;
 _top:0px;
}
.index_part_bj_b_ul5 li{
 float:left;
 width:199px;
 background:url(/images/img_index/1/index_bg_point001.gif) no-repeat 10px 9px;
 text-indent:20px;
}
.img_v{
 width:16px;
 height:10px;
 margin-top:0px;
 *margin-top:0px;
 _margin-top:6px;
}

.index_qh_box{
 float:left;
 width:250px;
}
.index_qh_box ul li{
 float:left;
}
.index_qh_box_01{
 width:77px;
 height:25px;
 line-height:25px;
 text-align:center;
 font-size:13px;
 font-family:微软雅黑,宋体;
 color:#3f76b1;
 font-weight:bold;
 background:url(/images/img_index/1/index_bg_title_left.gif) no-repeat;
 margin-right:3px;
 position:relative;
 top:1px;
 cursor:pointer;
}
.index_qh_box_02{
 width:77px;
 height:25px;
 line-height:25px;
 text-align:center;
 font-size:13px;
 font-family:微软雅黑,宋体;
 color:#3f76b1;
 background:url(/images/img_index/1/index_bg_title_right.gif) no-repeat bottom;
 margin-right:3px;
 cursor:pointer;
}

.index_part_n_boxsb{
 width:315px;
 border:1px solid #c9dbef;
 font-size:14px;
 line-height:24px;
}
.index_part_n_box2sb{
 width:315px;
 border:1px solid #c9dbef;
 font-size:14px;
 line-height:24px;
 display:none;
}

.index_part_n_box{
 width:399px;
 border:1px solid #c9dbef;
 font-size:14px;
 line-height:24px;
}
.index_part_n_box2{
 width:399px;
 border:1px solid #c9dbef;
 font-size:14px;
 line-height:24px;
 display:none;
}
.index_part_n_box3{
 width:399px;
 border:1px solid #c9dbef;
 font-size:14px;
 line-height:24px;
 position:relative;
 top:1px;
 height:262px;
}
.index_part_v_img{
 padding-top:6px;
}
.index_part_v_img ul li{
 float:left;
 position: relative;
 margin-left:9px;
 *margin-left:9px;
 _margin-left:4px;
  margin-right:0px;
 *margin-right:0px;
 _margin-right:4px;

}
.index_part_v_img ul li h3{
 font-size:12px;
 margin:0px;
 padding:0px;
 line-height:25px;
 text-align:center;
 font-weight:normal;
}
.index_part_v_img ul li img{
 padding:2px;
 border:1px solid #dddddd;
 display:block;
}
.index_part_v_img ul li a span {
	margin-top:-9000px;/*初始化对象不可见,这里不用display: none,因为display: none对搜索引擎不友好*/
	margin-left:-9000px;
	position:absolute;
}
.index_v_a:hover {
 background:#ccc; /*IE7以下版本A状态伪类bug*/
}
.index_part_v_img ul li a:hover span {
	height:66px;
	width:119px;
	position: absolute;
	left: 0px;
	top: 0px;
	padding:2px 2px 2px 2px;/*让说明文字不要太靠上边界*/
	background:url(/images/img_index/1/index_v_bg002.gif) no-repeat center;/*LOGO图片定位*/
	/*text-indent: 28px;文本缩进28px,避免与背景LOGO叠加*/
	filter:alpha(opacity=80);/*CSS透明度滤镜*/
	opacity:0.8;/*针对Mozilla浏览器CSS透明度滤镜*/
	display: block;
	text-decoration: none;/*去除说明文字链接下划线*/
	cursor:pointer; /*让光标显示手形*/
	margin:0px;/*重定位文字说明层回到正常位置*/

	text-align:center;
}
.index_part_01_right{
 width:222px;
 float:right;
}
.index_part_01_right2{
 width:220px;
 border:1px solid #e2e2e2;
 float:right;
}
.index_part_01_right_title{
 width:216px;
 height:25px;
 font-size:13px;
 line-height:25px;
 text-indent:10px;
 font-weight:bold;
 color:#716f6f;
 margin-top:2px;
 background:url(/images/img_index/1/index_bg_002.gif) no-repeat;
 font-family:微软雅黑,宋体;
}
.index_part_hd_img{
 text-align:center;
}
.index_part_hd_img img{
 padding:2px;
 border:1px solid #e2e2e2;
 display:block;
}
.index_part_hd_img h3{
 font-size:12px;
 text-align:left;
 font-weight:normal;
 line-height:22px;
 width:190px;
 margin:3px;
 padding:0px;
}
.index_part_img{
 width:195px;
 margin-top:8px;
 *margin-top:8px;
 _margin-top:10px;
}
.index_part_hd_li{
 line-height:22px;
 text-indent:3px;
}
.index_mar2{ 
 padding-top:4px;
 *padding-top:4px;
 _padding-top:6px;
}
.index_part_hd_li ul{
 margin-top:5px;
 *margin-top:5px;
 _margin-top:5px;
 margin-bottom:7px;
 overflow:hidden;
 text-overflow:ellipsis;
 word-break:break-all;
 white-space:nowrap;

}
.index_part_hd_li ul li{
 height:22px;
}
.index_part_hd_li ul li img{
 margin-right:8px;
 position:relative;
 top:1px;
}
.index_part_sx_li{
 line-height:22px;
 text-indent:10px;
}
.index_part_sx_li ul{
 margin-top:3px;
 *margin-top:3px;
 _margin-top:5px;
 margin-bottom:1px;
}
.index_part_dc_li{
 height:102px;
 *height:112px;
 _height:112px;
}
.index_part_dc_li{
 line-height:22px;
 text-indent:10px;
}
.index_part_dc_li ul{
 margin-top:10px;
 *margin-top:10px;
 _margin-top:10px;
 margin-bottom:10px;
}
.index_right_ad1 a,.index_right_ad1 img{
 display:block;
}



.index_part_02{
 width:960px;
}
.index_part_02_left{
 width:728px;
 float:left;
}
.index_left_ad1 a,.index_left_ad1 img{
 display:block;
}
.index_part_02_img_box{
 width:136px;
 float:left;
 text-align:center;
}
.index_part_02_img_box2{
 width:110px;
 text-align:center;
}
.index_part_02_img_box img{
 padding:2px;
 border:1px solid #cccccc;
 display:block;
}
.index_part_02_img_box h3{
 font-size:12px;
 font-weight:normal;
 text-align:center;
 line-height:22px;
 margin:0px;
 padding:0px;
}
.index_part_02_li_box{
 width:178px;
 height:85px;
 float:left;
 font-size:14px;
 line-height:24px;
}
.index_part_02_li_box ul li{
 background:url(/images/img_index/1/index_bg_point005.gif) no-repeat 1px 8px;
 text-indent:9px;
}
.index_part_left{
 padding-top:10px;
 height:89px;
 *height:89px;
 _height:91px;
}
.index_news_li2{
 font-size:14px;
 line-height:24px;
}
.index_news_li2 ul li{
 background:url(/images/img_index/1/index_bg_point002.gif) no-repeat 8px 9px;
 text-indent:18px;
 height:24px;
} 
.index_part_img_box{
 width:138px;
 float:left;
}
.index_part_img_box2{
 width:111px;
}
.index_part_img_box img{
 padding:2px;
 border:1px solid #ccc;
}
.index_part_img_box h3{
 font-size:12px;
 font-weight:normal;
 text-align:center;
 line-height:22px;
 margin:0px;
 padding:0px;
}
.index_mar{
 margin-top:12px;
 height:89px;
 *height:89px;
 _height:91px;
}
.index_part_text_li{
 width:260px;
 float:left;
}
.index_part_text_li ul{
 line-height:24px;
}
.index_part_text_li ul{
 margin-top:5px;
}
.index_part_text_li ul li{
 background:url(/images/img_index/1/index_bg_point001.gif) no-repeat 0px 9px;
 text-indent:10px;
}
.index_part_photo ul li{
 position: relative;
 float:left;
 margin-left:13px;
 *margin-left:13px;
 _margin-left:6px;
  margin-right:0px;
 *margin-right:0px;
 _margin-right:7px;
 margin-top:6px;
}
.index_part_photo ul li span{
 width:115px;
 height:62px;
 display: block;
 position: absolute;
 top: 0;
 left: 0;
 background: url(/images/img_index/1/index_r_bg.png) no-repeat;
 *background: url(/images/img_index/1/index_r_bg.png) no-repeat;
 _background: url(/images/img_index/1/index_r_img.gif) no-repeat;
 cursor:pointer; /*让光标显示手形*/
}
.index_part_photo ul li a,.index_part_photo ul li img{
 display:block;
}
.index_part_photo ul{
 margin-top:10px;
}
.index_part_photo ul li h3{
 font-size:12px;
 font-weight:normal;
 margin:0px;
 padding:0px;
 text-align:center;
 line-height:25px;
}
.index_photobar{
 width:370px;
 height:26px;
 line-height:26px;
 color:#1f376d;
 text-align:center;
 font-size:12px;
 background:url(/images/img_index/1/index_photo_bg001.gif) no-repeat;
 margin-bottom:8px;
 *margin-bottom:8px;
 _margin-bottom:10px;
 margin-top:8px;
}
.index_mh_photo ul li{
 position: relative;
 float:left;
 margin-left:13px;
 *margin-left:13px;
 _margin-left:7px;
  margin-right:0px;
 *margin-right:0px;
 _margin-right:6px;
 margin-top:4px;
 *margin-top:4px;
 _margin-top:5px;
}
.index_mh_photo ul{
 margin-top:10px;
}
.index_mh_photo ul li span{
 width:180px;
 height:85px;
 display: block;
 position: absolute;
 top: 0;
 left: 0;
 background: url(/images/img_index/1/index_mh_img.png) no-repeat;
 *background: url(/images/img_index/1/index_mh_img.png) no-repeat;
 _background: url(/images/img_index/1/index_mh_img.gif) no-repeat;
 cursor:pointer; /*让光标显示手形*/
}
.index_mh_photo ul li h3{
 font-size:12px;
 font-weight:normal;
 margin:0px;
 padding:0px;
 text-align:center;
 line-height:25px; 
}
.index_mh_photo ul li a,.index_mh_photo ul li img{
 display:block;
}
.index_f_link{
 width:960px;
 line-height:28px;
 background:#f3f9ff;
 border-top:1px solid #c9dbef;
 border-bottom:1px solid #c9dbef;
 text-indent:10px;
}
.index_f_link span{
 color:#1f376d;
 font-weight:bold;
}
.index_f_link a{
 color:#1f376d;
 padding-top:2px;
 padding-bottom:1px;
 *padding-bottom:0px;
 _padding-bottom:0px;
 padding-left:6px;
 padding-right:6px;
 font-size:12px;
 margin-left:5px;
 margin-right:5px;
}
.index_f_link a:hover{
 background:#509ad8;
 color:#fff;
 text-decoration:none;
}
.index_footer{
 width:960px;
 text-align:center;
 color:#686666;
 line-height:22px;
}









.index_hz_box{
 width:960px;
}
.index_hz_ul ul li{
 line-height:25px;
}
.index_hz_li1{
 width:150px;
 border-top:1px solid #c9dbef;
 border-left:1px solid #c9dbef;
 border-right:1px solid #c9dbef;
 background:#f3f9ff;
 text-align:center;
 position:relative;
 top:1px;
 margin-right:5px;
 float:left;
 cursor:pointer; /*让光标显示手形*/
}
.index_hz_li2{
 width:150px;
 border-top:1px solid #c9dbef;
 border-left:1px solid #c9dbef;
 border-right:1px solid #c9dbef;
 text-align:center;
 position:relative;
 top:1px;
 margin-right:5px;
 float:left;
 cursor:pointer; /*让光标显示手形*/
}
.index_hz_li3{
 width:645px;
 text-align:right;
 position:relative;
 top:1px;
 float:right
}
.index_f_link{
 width:960px;
 line-height:28px;
 background:#f3f9ff;
 border:1px solid #c9dbef;
 text-indent:10px;
 text-align:left;
}
.index_f_link span{
 color:#1f376d;
 font-weight:bold;
}
.index_f_link a{
 color:#1f376d;
 padding-top:2px;
 padding-bottom:1px;
 *padding-bottom:0px;
 _padding-bottom:0px;
 padding-left:6px;
 padding-right:6px;
 font-size:12px;
 margin-left:5px;
 margin-right:5px;
}
.index_f_link a:hover{
 background:#509ad8;
 color:#fff;
 text-decoration:none;
}



.index_f_link2{
 width:960px;
 line-height:28px;
 background:#f3f9ff;
 border:1px solid #c9dbef;
 text-indent:10px;
 text-align:left;
 display:none;
}
.index_f_link2 span{
 color:#1f376d;
 font-weight:bold;
}
.index_f_link2 a{
 color:#1f376d;
 padding-top:2px;
 padding-bottom:1px;
 *padding-bottom:0px;
 _padding-bottom:0px;
 padding-left:6px;
 padding-right:6px;
 font-size:12px;
 margin-left:5px;
 margin-right:5px;
}
.index_f_link2 a:hover{
 background:#509ad8;
 color:#fff;
 text-decoration:none;
}

#index_wt1_sub,#index_wt2_sub{
 height:310px;
 *height:310px;
 _height:312px;
}
#zt_box{
 height:179px;
 *height:184px;
 _height:184px;
}
.zt_box_h{
 margin-bottom:0px;
 *margin-bottom:0px;
 _margin-bottom:-4px;
}


/*ly*/
.index_nav_text ul{
 float:left;
 font-size:13px;
 line-height:24px;
 background:url(/images/img_index/1/index_bg_point003.gif) repeat-y right;
 padding-right:8px;
 padding-left:8px;
 margin-top:8px;
}
.index_nav_text ul li a{
 color:#fff;
 padding-top:2px;
 padding-left:5px;
 padding-right:5px;
 padding-bottom:1px;
 *padding-bottom:0px;
 _padding-bottom:0px;
}
/*ly*/


.shouye390{ width:390px; font-size:12px; line-height:22px; margin-top:8px;}
.shouye390zuo{ width:200px; float:left;}
.shouye390you{ width:126px; float:right; margin-right:20px;}
.shouye390zuo001{ text-align:center; padding:5px 5px 5px 5px;}
.shouye390zuo002{ padding:0px 5px 5px 5px;}

.jinghuashoujibao{ width:956px; border:1px solid #C9DBEF; background:#ECF6FF; margin-top:10px;}
.gundong ul li{ width:280px;/*text-overflow:ellipsis; word-break:break-all; white-space:nowrap; overflow:hidden;*/}
/*深蓝色14px和加粗*/
.shenlan13{ color:#1F376D; font-size:13px; }
/*深蓝色链接，鼠标经过颜色变深红有下划线，点击后无变化*/
.shenlanteshu{
 color:#1F376D;
 text-decoration:none;
 line-height:20px;
}
.shenlanteshu:hover{
 color:#000000;
 text-decoration:underline;
 line-height:20px;
}

.jhsy002{width:390px;}
.jhsy002 ul li{ width:107px; *width:100px; _width:100px; margin-left:12px; margin-right:10px; margin-top:8px;*margin-top:11px;_margin-top:11px;text-align:center; float:left;}
.jhsy002 ul li h2{ font-size:12px; margin-top:4px; line-height:15px; margin-bottom:6px;}

/**/
.index_part_n_boxsbl{
 width:315px;
 font-size:14px;
 line-height:24px;
}
.index_part_n_box2sbl{
 width:315px;
 font-size:14px;
 line-height:24px;
 display:none;
}
.ly_yw{
 text-align:center;
 padding-top:37px;
 *padding-top:11px;
 _padding-top:13px;
}
.ly_yw h2{
 font-size:14px;
 line-height:20px;
 margin-top:8px;
 *margin-top:8px;
 _margin-top:8px;
 margin-bottom:15px;
 *margin-bottom:5px;
 _margin-bottom:5px;
}
.ly_img{
 border:1px solid #C2C2C2;
}
.index_part_bj_b_uly{
 margin-top:7px;
 margin-bottom:9px;
 *margin-bottom:11px;
 _margin-bottom:9px;
 padding-top:8px;
 *padding-top:10px;
 _padding-top:11px;
 border-top:1px dashed #D4D4D4;
}
.index_part_bj_b_uly li{
 background:url(/images/img_index/1/index_bg_point001.gif) no-repeat 20px 9px;
 text-indent:30px;
}
.ly_dzbt{
 width:125px;
 margin-left:5px;
 margin-top:15px;
 *margin-top:12px;
 _margin-top:12px;
 margin-bottom:16px;
 *margin-bottom:11px;
 _margin-bottom:11px;
 margin-right:6px;
 float:left;
}
.ly_dzbs{
 width:63px;
 margin-top:1px;
 margin-bottom:0px;
 margin-right:6px;
 float:left;
}
.ly_dzbs ul li{
 line-height:26px;
 font-weight:bold;
}
.blank_04{
 width:100%;
 height:10px;
 line-height:10px;
}

IMG {
	BORDER-BOTTOM-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-TOP-STYLE: none; BORDER-LEFT-STYLE: none
}
ul {
	list-style-type: none;
}
* {
	margin: 0px;
	padding: 0px;

}

.slide {
	OVERFLOW: hidden;
}
.slide A {
	WIDTH: 382px;
	DISPLAY: block;
	HEIGHT: 274px;
	FONT-SIZE: 14px;
	FONT-WEIGHT: 700;
	PADDING-TOP: 15px;
	background-image: url(/images/img_index/1/slideimg_b.gif);
	background-repeat: no-repeat;
	text-align: left;
}
.slide A IMG {
	WIDTH: 360px;
	HEIGHT: 240px;
	MARGIN: 0px auto 13px; DISPLAY: block
}
.slide LI {
	WIDTH: 112px;
	FLOAT: left;
	HEIGHT: 95px;
	margin-left:10px;
	CURSOR: pointer;
	background-image: url(/images/img_index/1/slideimg_s_off1.gif);
	background-repeat: no-repeat;
	background-position: center 50%;
}
.aa{
	padding:5px;
}
.aaa img{
	WIDTH: 100px;
	HEIGHT: 60px;
}
.slide LI.current {
	WIDTH: 112px;
	background-image: url(/images/img_index/1/slideimg_s_on1.gif);
	background-repeat: no-repeat;
	background-position: center 50%;
}
.slide LI IMG {
	MARGIN: 16px auto 0px; DISPLAY: block 
}


/*60周年样式
body{
margin:0px auto;
padding:0px;
font-size:12px;
font-family:"宋体";
background:url(/images/img_index/1/index_gqbg.jpg) no-repeat center top;
}

#index_nav_box{
 width:815px;
 height:63px;
 color:#fff;
 float:right;
 background:url(/images/img_index/1/index_banner.jpg) no-repeat;
}
.index_nav_text2{
 width:178px;
 height:49px;
 margin-top:8px;
 float:left;
 background:url(/images/img_index/1/index_banner2.jpg) no-repeat;
}
*/