@charset "gb2312";

/* 12号字 */
.f12{
    font-size:12px;
}
/* 14号字 */
.f14{
    font-size:14px;
}
/* 18号字 */
.f18{
    font-size:18px;
}
.f18h{
    font-size:18px;
	font-family:黑体;
}
/* 16号字 */
.f16{
    font-size:16px;
}
.f16h{
    font-size:16px;
	font-family:黑体;
}
/* 24号字 */
.f24{
    font-size:24px;
}
/* 文字加粗 */
.fontB{
    font-weight:bold;
}
/* 文字不粗 */
.fontNb{
    font-weight:normal;
}
.fontWr{
	font-family:"微软雅黑", Arial, Helvetica, sans-serif;
}

/* 白色 */
.white{
    color:#FFFFFF;
}
.white a{
    color:#ffffff;
	text-decoration:none;
}
.white a:hover{
    color:#ffffff;
	text-decoration:underline;
}

.white2{
	color:#ffc8fc;
}
.white2 a{
    color:#ffc8fc;
	text-decoration:none;
}
.white2 a:hover{
    color:#ffc8fc;
	text-decoration:underline;
}

/* 紫色 */
.violet1{
	color:#d06ecb;
}
.violet1 a{
	color:#d06ecb;
	text-decoration:none;
}
.violet1 a:hover{
	color:#d06ecb;
	text-decoration:underline;
}

.violet2{
	color:#b85fb2;
}
.violet2 a{
	color:#b85fb2;
	text-decoration:none;
}
.violet2 a:hover{
	color:#b85fb2;
	text-decoration:underline;
}

.violet3{
	color:#912c8c;
}
.violet3 a{
	color:#912c8c;
	text-decoration:none;
}
.violet3 a:hover{
	color:#912c8c;
	text-decoration:underline;
}
/* 红色 */
.red{
    color:#d50000;
}
.red a{
    color:#d50000;
	text-decoration:none;
}
.red a:hover{
    color:#d50000;
	text-decoration:underline;
}

.red2{
    color:#cf0045;
}
.red2 a{
    color:#cf0045;
	text-decoration:none;
}
.red2 a:hover{
    color:#cf0045;
	text-decoration:underline;
}
/* 灰色 */
.gray{
    color:#999999;
}
.gray a{
    color:#999999;
	text-decoration:none;
}
.gray a:hover{
    color:#999999;
	text-decoration:underline;
}
/* 灰色2 */
.gray2{
    color:#717171;
	}
.gray2 a{
    color:#717171;
	text-decoration:none;
	}
.gray2 a:hover{
    color:#717171;
	text-decoration:underline;
	}
.gray3{
	color:#858585;
}
.gray3 a{
	color:#858585;
	text-decoration:none;
}
.gray3 a{
	color:#858585;
	text-decoration:underline;
}

/* 黑色 */
.black{
    color:#404040;
	}
.black a{
    color:#404040;
	text-decoration:none;
	}
.black a:hover{
    color:#404040;
	text-decoration:underline;
	}
/* 黄色 */
.yellow{
    color:#fe6c00;
	}
.yellow a{
    color:#fe6c00;
	text-decoration:none;
	}
.yellow a:hover{
    color:#fe6c00;
	text-decoration:underline;
	}
/* 蓝色 */
.blue{
    color:#3788d2;
	}
.blue a{
    color:#3788d2;
	text-decoration:none;
	}
.blue a:hover{
    color:#3788d2;
	text-decoration:underline;
	}

/* 绿色 */
.green{
    color:#406604;
	}
.green a{
    color:#406604;
	text-decoration:none;
	}
.green a:hover{
    color:#FF0000;
	text-decoration:underline;
	}
	
	

@charset "gb2312";

#mainWiap{
    width:998px;
	height:100%;
	margin:0px auto;
	overflow:hidden;
	background:#FFF;
	border:#e0e0e0 1px solid;
}

.cont1{
	width:1000px;
	overflow:hidden;
	margin:0 auto;
}
.cont1 .contL{
	width:720px;
	overflow:hidden;
}
.cont1 .contR{
	width:260px;
	overflow:hidden;
}











@charset "gb2312";
/* 首页CSS */
.i_topNews{
	width:718px;
	height:109px;
	overflow:hidden;
	border:#e0e0e0 1px solid;
	background:url(imagesrd_title_02.png) no-repeat 3px 3px #FFF;
}
.i_topNews .contMain{
	width:638px;
	overflow:hidden;
	display:inline;
	float:right;
	margin-right:15px;
}
.i_topNews .contMain h1{
	width:638px;
	height:54px;
	overflow:hidden;
	display:block;
	text-align:center;
	line-height:54px;
}
.i_topNews .contMain .content{
	width:638px;
	height:48px;
	overflow:hidden;
	line-height:24px;
}

.slideBox{
	width:298px;
	height:261px;
	overflow:hidden;
	position: relative;
	display:inline;
	margin-top:20px;
	border:#FFF 1px solid;
}
.slideBox .hd {
	position: absolute;
	bottom:0;
	right:0;
	width:62px;
	height:19px;
}
.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
}
.slideBox .hd ul li {
	width: 9px;
	height: 9px;
	margin:0 6px auto auto;
	display:inline;
	cursor: pointer;
	overflow:hidden;
	background:url(imagesrd_off.png) no-repeat;
    _background:none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/rd_off.png");
}
.slideBox .hd ul li.on {
	background:url(imagesrd_on.png) no-repeat;
    _background:none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/rd_on.png");
}
.slideBox .bd {
	height:261px;
	overflow:hidden;
}
.slideBox .bd ul {
	height:261px;
	overflow:hidden;
}
.slideBox .bd ul li {
	position:relative;
	height:261px;
	overflow:hidden;
}
.slideBox .bd ul li .pic {
	width: 298px;
	height: 261px;
	overflow: hidden;
}
.slideBox .bd ul li .pic a {
	display:block;
	overflow:hidden;
	height:261px;
}
.slideBox .bd ul li .pic img {
	width: 298px;
	height: 261px;
	overflow: hidden;
}
.slideBox .bd ul li .bg {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #000;
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	height:32px;
	width:298px;
}
.slideBox .bd ul li .title {
	position: absolute;
	height: 32px;
	line-height: 32px;
	bottom: 0;
	left:0;
	width:232px;
	overflow:hidden;
}
.slideBox .bd ul li .title a {
	margin-left:10px;
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
}
.slideBox .bd ul li .title a:hover{
	color:#FFF;
}


.i_zhyw{
	width:398px;
	height:261px;
	overflow:hidden;
	display:inline;
	border:#e0e0e0 1px solid;
	margin-top:20px;
	background:#FFF;
}
.i_zhyw .title{
	line-height:32px;
	height:32px;
	overflow:hidden;
	background:url(imagesrd_title_03.png) repeat-x;
}
.i_zhyw .title h2{
	width:auto;
	height:32px;
	display:block;
	overflow:hidden;
	background:url(imagesrd_title_04.png) no-repeat 14px center;
	text-indent:26px;
}
.i_zhyw .title h5{
	width:48px;
	height:32px;
	overflow:hidden;
	display:block;
}
.i_zhyw .contMain{
	width:370px;
	overflow:hidden;
	margin:0 auto;
	padding-top:14px;
}
.i_zhyw .contMain ul li{
	width:370px;
	height:25px;
	overflow:hidden;
	line-height:25px;
}

.i_ty_r{
	width:258px;
	overflow:hidden;
	border:#e0e0e0 1px solid;
	background:#FFF;
}
.i_ty_r .title{
	height:33px;
	overflow:hidden;
	line-height:30px;
	background:url(imagesrd_title_05.png) repeat-x;
}
.i_ty_r .title h2{
	width:110px;
	height:33px;
	overflow:hidden;
	display:block;
	background:url(imagesrd_title_01.png) no-repeat;
	text-indent:10px;
}
.i_ty_r .title h5{
	width:46px;
	height:33px;
	overflow:hidden;
	display:block;
}
.i_notic{
	width:224px;
	height:359px;
	overflow:hidden;
	margin:0 auto;
}
.i_notic dl{
	width:224px;
	overflow:hidden;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:#999999 1px dashed;
	background:url(imagesrd_index_23.png) no-repeat 3px 22px;
}
.i_notic dl dt{
	width:214px;
	line-height:24px;
	overflow:hidden;
	float:right;
}

.i_rdcwh{
	width:718px;
	height:262px;
	overflow:hidden;
	border:#e0e0e0 1px solid;
	background:#FFF;
}
.i_rdcwh .title{
	height:32px;
	overflow:hidden;
	background:url(imagesrd_title_03.png) repeat-x;
}
.i_rdcwh .title ul li{
	width:120px;
	height:32px;
	overflow:hidden;
	line-height:32px;
	text-align:center;
}
.i_rdcwh .title ul li.on{
	background:#a70101;
}
.i_rdcwh .title ul li a:hover{
	text-decoration:none;
}
.i_rdcwh .contMain{
	width:678px;
	overflow:hidden;
	margin:0 auto;
	padding-top:15px;
}
.i_rdcwh .contMain ul li{
	width:678px;
	height:25px;
	line-height:25px;
	overflow:hidden;
}
.i_rdcwh .contMain ul li span{
	float:right;
	color:#999;
}


.i_scba{
	width:348px;
	height:191px;
	overflow:hidden;
	border:#e0e0e0 1px solid;
	background:#FFF;
}
.i_scba .title{
	height:32px;
	overflow:hidden;
	background:url(imagesrd_title_03.png) repeat-x;
}
.i_scba .title ul li{
	width:120px;
	height:32px;
	overflow:hidden;
	line-height:32px;
	text-align:center;
}
.i_scba .title ul li.on{
	background:#a70101;
}
.i_scba .title ul li a:hover{
	text-decoration:none;
}
.i_scba .contMain{
	width:308px;
	overflow:hidden;
	margin:0 auto;
	padding-top:16px;
}
.i_scba .contMain ul li{
	width:308px;
	height:25px;
	line-height:25px;
	overflow:hidden;
}


.i_dbfc{
	width:718px;
	height:217px;
	overflow:hidden;
	border:#e0e0e0 1px solid;
	background:#FFF;
}
.i_dbfc .title{
	line-height:32px;
	height:32px;
	overflow:hidden;
	background:url(imagesrd_title_03.png) repeat-x;
}
.i_dbfc .title h2{
	width:auto;
	height:32px;
	display:block;
	overflow:hidden;
	background:url(imagesrd_title_04.png) no-repeat 14px center;
	text-indent:26px;
}
.i_dbfc .title h5{
	width:48px;
	height:32px;
	overflow:hidden;
	display:block;
}
.i_dbfc .contMain{
	width:718px;
	overflow:hidden;
}
.i_dbfc .contMain ul{
	width:6000px;
	overflow:hidden;
	display:block;
}
.i_dbfc .contMain ul li{
	width:160px;
	height:160px;
	overflow:hidden;
	margin:15px auto auto 16px;
}
.i_dbfc .contMain ul li .pic{
	width:158px;
	height:110px;
	overflow:hidden;
	border:#d2d2d2 1px solid;
}
.i_dbfc .contMain ul li h3{
	width:160px;
	height:40px;
	overflow:hidden;
	display:block;
	line-height:40px;
	text-align:center;
}
.i_myzj{
	width:228px;
	height:158px;
	overflow:hidden;
	margin:0 auto;
}
.i_myzj dl{
	width:228px;
	height:80px;
	overflow:hidden;
	display:block;
	border-bottom:#bcbcbc 1px dashed;
}
.i_myzj dl dt{
	width:162px;
	height:50px;
	overflow:hidden;
	display:inline;
	float:right;
	margin-top:13px;
	line-height:25px;
}
.i_myzj dl dd.pic{
	width:46px;
	height:46px;
	overflow:hidden;
	display:inline;
	margin-top:17px;
	float:left;
}

.i_jgjs{
	width:230px;
	height:143px;
	overflow:hidden;
	margin:0 auto;
	padding-top:15px;
}
.i_jgjs ul li{
	width:230px;
	height:25px;
	line-height:25px;
	overflow:hidden;
}

.i_rdgb{
	width:258px;
	height:217px;
	overflow:hidden;
	border:#e0e0e0 1px solid;
	background:#FFF;
}
.i_rdgb .title{
	height:32px;
	overflow:hidden;
	background:url(imagesrd_title_03.png) repeat-x;
}
.i_rdgb .title ul li{
	width:120px;
	height:32px;
	overflow:hidden;
	line-height:32px;
	text-align:center;
}
.i_rdgb .title ul li.on{
	background:#a70101;
}
.i_rdgb .title ul li a:hover{
	text-decoration:none;
}
.i_rdgb .contMain{
	width:230px;
	overflow:hidden;
	margin:0 auto;
	padding-top:16px;
}
.i_rdgb .contMain ul li{
	width:230px;
	height:25px;
	line-height:25px;
	overflow:hidden;
}






@charset "gb2312";
/* 内页CSS */
.p_dqwz{
	width:960px;
	height:50px;
	overflow:hidden;
	line-height:50px;
	margin:0 auto;
}


.p_dis_wiap{
	width:1000px;
	overflow:hidden;
	margin:0 auto;
	background:url(imagesrd_list_bg.png) repeat-y;
}
.p_dis_mian{
	width:1000px;
	overflow:hidden;
	background:url(imagesrd_list_bg2.png) no-repeat center bottom;
}
.p_menu{
	width:210px;
	overflow:hidden;
}
.p_menu h2{
	width:210px;
	height:59px;
	overflow:hidden;
	display:block;
	line-height:59px;
	background:url(imagesrd_title_menu_01.png) no-repeat;
	text-indent:50px;
}
.p_menu .contMain{
	width:182px;
	height:100%;
	position:relative;
	overflow:hidden;
	margin-left:20px;
}
.p_menu .contMain ul li {
	display:block;
	width:182px;
	list-style:none;
	overflow:hidden;
}
.p_menu .contMain ul li span {
	display:block;
	height:38px; 
	width:182px;
	line-height:38px;
	text-indent:36px;
	outline:none;
	position:relative;
	font-size:16px;
}
.p_menu .contMain ul li span.sel{
	height:36px; 
	width:182px;
	position:relative;
	display:block;
	overflow:hidden;
	color:#db0100;
	background:url(imagesrd_ico_menu_on.png) no-repeat left center;
}
.p_menu .contMain ul li span.sel a{
	color:#db0100;
}
.p_menu .contMain ul li span a:hover{
	height:36px; 
	width:182px;
	position:relative;
	background:none;
	display:block;
	overflow:hidden;
	color:#db0100;
	text-decoration:none;
	background:url(imagesrd_ico_menu_on.png) no-repeat left center;
}

.p_dis_cont{
	width:730px;
	overflow:hidden;
	display:inline;
	margin-right:30px;
}
.p_dis_cont h1{
	width:730px;
	overflow:hidden;
	line-height:50px;
	padding-bottom:10px;
	padding-top:10px;
	display:block;
	text-align:center;
}
.p_dis_cont .time{
	width:730px;
	height:28px;
	line-height:28px;
	overflow:hidden;
	border-bottom:#CCC 1px dashed;
	border-top:#CCC 1px dashed;
	text-align:center;
}
.p_dis_cont .content{
	width:730px;
	overflow:hidden;
	line-height:220%;
}

.wyxx_tit{
	width:730px;
	overflow:hidden;
	line-height:42px;
	height:42px;
	background:url(imagesrd_list_title_02.png) repeat-x;
}

.wyxx_tit span{
	width:auto;
	height:42px;
	overflow:hidden;
	display:block;
	padding-left:12px;
	padding-right:12px;
	float:left;
	background:url(imagesrd_list_title_01.png) repeat-x;
}

.p_list_cont{
	width:730px;
	overflow:hidden;
}
.p_list_cont ul{
	width:730px;
	overflow:hidden;
	display:block;
	padding-top:14px;
	padding-bottom:14px;
	border-bottom:1px dashed #cacaca;
}
.p_list_cont ul li{
	width:730px;
	height:26px;
	line-height:26px;
	overflow:hidden;
}
.p_list_cont ul li span{
	float:right;
	color:#999;
}


.p_list_t_ico{
	width:auto;
	height:21px;
	display:inline;
	margin:8px 10px auto auto;
	overflow:hidden;
}
.p_list_t_ico ul li{
	width:59px;
	height:21px;
	overflow:hidden;
	line-height:21px;
	background:url(imagesrd_bm_gl_05.png) no-repeat;
	margin-left:10px;
	text-align:center;
}
.p_list_t_ico ul li.on{
	background:url(imagesrd_bm_gl_03.png) no-repeat;
}

.p_fw_ga_dis{
	width:960px;
	overflow:hidden;
	background:#fbfbfb;
	margin:0 auto;
}
.p_fw_ga_dis h1{
	width:882px;
	display:block;
	overflow:hidden;
	display:block;
	line-height:50px;
	padding-bottom:10px;
	padding-top:10px;
	text-align:center;
	margin:0 auto;
}
.p_fw_ga_dis .time{
	width:882px;
	height:30px;
	line-height:30px;
	overflow:hidden;
	margin:0 auto;
	border-bottom:#d5d5d5 1px dashed;
	border-top:#d5d5d5 1px dashed;
	text-align:center;
}
.p_fw_ga_dis .content{
	width:882px;
	overflow:hidden;
	margin:0 auto;
	line-height:220%;
}

.p_dis_next{
	width:882px;
	height:38px;
	overflow:hidden;
	margin:0 auto;
	line-height:38px;
}
.p_dis_next .prev,.p_dis_next .next{
	width:auto;
	height:38px;
	overflow:hidden;
}
.p_dis_next .prev{
	background:url(imagesrd_dis_ico_01.png) no-repeat;
	padding-left:52px;
}
.p_dis_next .next{
	background:url(imagesrd_dis_ico_02.png) no-repeat right center;
	padding-right:52px;
	text-align:right;
}
.p_pt_list{
	width:730px;
	overflow:hidden;
}
.p_pt_list ul{
	width:780px;
	display:block;
	overflow:hidden;
}
.p_pt_list ul li{
	width:226px;
	height:178px;
	overflow:hidden;
	margin:24px 26px auto auto;
	text-align:center;
	line-height:32px;
}

.p_ld_list{
	width:730px;
	overflow:hidden;
}
.p_ld_list dl{
	width:327px;
	height:153px;
	overflow:hidden;
	float:left;
	display:inline;
	margin-right:30px;
	margin-top:30px;
	background:url(imagesrd_ld_02.png) repeat-y right top;
}
.p_ld_list dl dt{
	width:185px;
	height:42px;
	overflow:hidden;
	float:right;
	line-height:42px;
}
.p_ld_list dl dd.pic{
	width:125px;
	height:153px;
	overflow:hidden;
	float:left;
}
.p_ld_list dl dd.more{
	width:185px;
	overflow:hidden;
	float:right;
	line-height:22px;
	float:right;
}






@charset "gb2312";





*{padding:0px; margin:0px;}

body {
	font-size: 12px;
	color: #333333;
	font-family:"宋体";
	background:url(imagesrd_bg.jpg) no-repeat center top #FFF;
}


.fl{ float:left;}
.fr{ float:right;}

.clear{
    content:".";
    display:block;
    font-size:0px;
    line-height:0px;
    height:0px;
    clear:both;
    visibility:hidden;
}


a{
	color:#333333;
	text-decoration:none;
}
a:hover{
	color:#d30000;
	text-decoration:underline;
}
ul{
    list-style-type:none;
	clear:both;
	}
li{
    display:inline;
	float:left;
	}
img{
	border:0;
}
h2{
	font-family:"微软雅黑" , Arial, Helvetica, sans-serif;
}
.blankH10{
    height:10px;
	font-size:0px;
	overflow:hidden;
}
.blankH12{
    height:12px;
	font-size:0px;
	overflow:hidden;
}
.blankH5{
    height:5px;
	font-size:0px;
	overflow:hidden;
}
.blankH3{
    height:3px;
	font-size:0px;
	overflow:hidden;
}
.blankH2{
    height:2px;
	font-size:0px;
	overflow:hidden;
}
.blankH6{
    height:6px;
	font-size:0px;
	overflow:hidden;
}
.blankH8{
    height:8px;
	font-size:0px;
	overflow:hidden;
}
.blankH24{
    height:24px;
	overflow:hidden;
}
.blankH28{
    height:28px;
	overflow:hidden;
}
.blankH30{
    height:30px;
	overflow:hidden;
}

.blankH20{
    height:20px;
	overflow:hidden;
}
.blankH22{
    height:22px;
	overflow:hidden;
}
.blankH10{
    height:10px;
	overflow:hidden;
}
.blankH16{
    height:16px;
	overflow:hidden;
}
.blankH18{
    height:18px;
	overflow:hidden;
}
.blankH14{
    height:14px;
	overflow:hidden;
}

	
/* 公用头部样式 */
#topWiap{
	width:1000px;
	height:30px;
	overflow:hidden;
	margin:0 auto;
}
#topWiap .text{
	width:145px;
	height:30px;
	overflow:hidden;
	float:right;
	background:url(imagesrd_top_bg.png) no-repeat;
	line-height:30px;
	text-align:center;
}
#topLogo{
	width:1000px;
	height:187px;
	overflow:hidden;
	margin:0 auto;
}
#navWiap{
	width:1000px;
	height:43px;
	overflow:hidden;
	margin:0 auto;
	background:url(imagesrd_nav_bg.png) repeat-x;
}
.navCont{
	width:780px;
	height:43px;
	overflow:hidden;
}
.navCont ul li{
	width:112px;
	height:43px;
	line-height:43px;
	overflow:hidden;
	text-align:center;
}
.navCont ul li.on{
	background:#a70101;
}
.topSer{
	width:200px;
	height:26px;
	overflow:hidden;
	display:inline;
	margin:10px 7px auto auto;
}
.topSer ul li.t1{
	width:164px;
	height:26px;
	overflow:hidden;
	background:#FFF;
}
.topSer ul li.t1 input{
	width:164px;
	height:26px;
	overflow:hidden;
	float:left;
	border:0;
	background:none;
	padding-left:4px;
	line-height:26px;
	color:#999;
}
.topSer ul li.t2{
	width:36px;
	height:26px;
	overflow:hidden;
	background:url(imagesrd_ser_sub.png) no-repeat;
}
.topSer ul li.t2 input{
	width:36px;
	height:26px;
	overflow:hidden;
	float:left;
	border:0;
	background:none;
	cursor:pointer;
	display:block;
	text-indent:-9999px;
}

#botLink{
	width:100%;
	height:40px;
	overflow:hidden;
	background:#e0e0e0;
}
#botLink .contMain{
	width:1000px;
	height:40px;
	overflow:hidden;
	margin:0 auto;
}
#botLink .contMain ul{
	width:1400px;
	overflow:hidden;
	display:block;
}
#botLink .contMain ul li.t1{
	width:127px;
	height:40px;
	line-height:40px;
	overflow:hidden;
}
#botLink .contMain ul li.t2{
	width:240px;
	overflow:hidden;
	margin:7px 76px auto auto;
}
#botLink .contMain ul li.t2 select{
	width:238px;
	height:24px;
	overflow:hidden;
	border:#c7c7c7 1px solid;
	line-height:24px;
	text-align:center;
	float:left;
}
#botWiap{
	width:100%;
	overflow:hidden;
	background:url(imagesrd_bot_bg.png) repeat-x center top #FFF;
	border-top:#ca1608 3px solid;
	padding-top:20px;
}
#botWiap .content{
	width:800px;
	overflow:hidden;
	padding-left:158px;
	line-height:24px;
	background:url(imagesrd_ico_bot_01.png) no-repeat 52px center;
}




