@charset "utf-8";
/* some reset*/
body{line-height:1.4;}
body,input,textarea,select{font-size:14px; color:#333; font-family:Helvetica,Verdana,tahoma,arial,sans-serif; border:0;}
input{padding:0; outline:none;}
body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,dd,form{margin:0;}
ul,ol{padding-left:0; list-style-type:none;}
h1{font-size:0;}
h1,h2,h3,h4,h5,h6{font-size:14px; font-weight:normal;}
/*image with no-border*/
img{border:0;}

/*网站链接基色*/
a{text-decoration:none; color:#333; outline:none;}
/*a:hover{color:#e74105; text-decoration:underline;}*/

/*-----------------------------------------css lib css库，新成员必看，精简class，集成样式，方便小调试与维护-------------------------------*/

/*-----------------single-declaration css lib 单声明CSS库--------------*/
/*display*/
.dn{display:none;}
.db{display:block;}
.di{display:inline;}
.dib{display:inline-block;}
/*height*/
.h14{height:14px;}
.h16{height:16px;}
.h18{height:18px;}
.h20{height:20px;}
.h22{height:22px;}
.h24{height:24px;}
.h26{height:26px;}
.h30{height:30px;}
.h40{height:40px;}
/*line-heigth*/
.lh14{line-height:14px;}
.lh16{line-height:16px;}
.lh18{line-height:18px;}
.lh20{line-height:20px;}
.lh22{line-height:22px;}
.lh24{line-height:24px;}
.lh26{line-height:26px;}
.lh30{line-height:30px;}
/*margin*/
.m0{margin:0;}
.ml-1{margin-left:-1px;}.ml1{margin-left:1px;}.ml2{margin-left:2px;}.ml5{margin-left:5px;}.ml10{margin-left:10px;}.ml20{margin-left:20px;}.ml30{margin-left:30px;}
.mr1{margin-right:1px;}.mr2{margin-right:2px;}.mr5{margin-right:5px;}.mr10{margin-right:10px;}.mr20{margin-right:20px;}
.mt1{margin-top:1px;}.mt2{margin-top:2px;}.mt5{margin-top:5px;}.mt10{margin-top:10px;}.mt15{margin-top:15px;}.mt20{margin-top:20px;}.mt30{margin-top:30px;}.mt-1{margin-top:-1px;}.mt-2{margin-top:-2px;}
.mb1{margin-bottom:1px;}.mb2{margin-bottom:2px;}.mb5{margin-bottom:5px;}.mb10{margin-bottom:10px;}.mb20{margin-bottom:20px;}
/*padding*/
.p1{padding:1px;}.pl1{padding-left:1px;}.pt1{padding-top:1px;}.pr1{padding-right:1px;}.pb1{padding-bottom:1px;}
.p2{padding:2px;}.pl2{padding-left:2px;}.pt2{padding-top:2px;}.pr2{padding-right:2px;}.pb2{padding-bottom:2px;}
.p5{padding:5px;}.pl5{padding-left:5px;}.pt5{padding-top:5px;}.pr5{padding-right:5px;}.pb5{padding-bottom:5px;}
.p10{padding:10px;}.pl10{padding-left:10px;}.pt10{padding-top:10px;}.pr10{padding-right:10px;}.pb10{padding-bottom:10px;}
.pl15{padding-left:15px}
.p20{padding:20px;}.pl20{padding-left:20px;}.pt20{padding-top:20px;}.pr20{padding-right:20px;}.pb20{padding-bottom:20px;}
/*background*/
.bgwh{background-color:#fff;}
/*color*/
.g0{color:#000;}
.g5{color:#454545;}
.g9{color:#999;}
.g7{color:#757575}
.gc{color:#ccc;}
.wh{color:white;}
.g1d8{color:#1D88CB}
.g30b{color:#30BA99;}
.red{color:#842F36;}
.yellow{color:#BC9B58;}
.blue{color:#3AB2E4;}
.orange{color:#FF931F;}
/*font-size*/
.f0{font-size:0;}
.f10{font-size:10px;}
.f12{font-size:12px;}
.f13{font-size:13px;}
.f14{font-size:14px;}
.f16{font-size:16px;}
.f20{font-size:20px;}
.f24{font-size:24px;}
/*font-family*/
.fs{font-family:'宋体';}
.fw{font-family:'微软雅黑';}
.fi{font-style:italic;}
/*font-weight*/
.n{font-weight:normal; font-style:normal;}
.b{font-weight:bold;}
/*text-align*/
.tc{text-align:center;}
.tr{text-align:right;}
.tl{text-align:left;}
.tj{text-align:justify;}
/*word-break*/
.bk{word-break:break-all; word-wrap:break-word;}
.nowrap{white-space:nowrap;}
/*vertical-align*/
.vm{vertical-align:middle;}
.vb{vertical-align:bottom;}
.vt{vertical-align:top;}
.vtb{vertical-align:text-bottom;}
.vn{vertical-align:-2px;}
.v-4{vertical-align:-4px;}
/*float*/
.l{float:left;}
.r{float:right;}
/*position*/
.rel{position:relative;}
.abs{position:absolute;}
/*z-index*/
.zx1{z-index:1;}
.zx2{z-index:2;}
/*cursor*/
.poi{cursor:pointer;}
.def{cursor:default;}
.txt{cursor:text;}
/*overflow*/
.ovh{overflow:hidden;}
.ovs{overflow:scroll;}
.ova{overflow:auto;}
/*visibility*/
.vh{visibility:hidden;}
.vv{visibility:visible;}
/*zomm*/
.z{*zoom:1;}
/*text-indent*/
.ti2{text-indent:2em;}
/*text*/
.tdn:hover{text-decoration:none;}


/*----------------multi-declaration css lib 多声明CSS库-----------------------*/
/*block元素居中对齐*/
.auto{
	margin-left:auto;
	margin-right:auto;
}
/*浮动清除*/
.fix{*zoom:1;}
.fix:after{
	display:block;
	content:"$";
	height:0;
	clear:both;
	overflow:hidden;
	visibility:hidden;
}
/*双栏自适应*/
.cell{
	display:table-cell;
	*display:inline-block;
	width:2000px;
	*width:auto;
}
/*inline-block与float列表*/
.inline_box{
	font-size:1px; 
	letter-spacing:-3px;
}
.inline_two, .inline_three, .inline_four, .inline_five, .inline_six, .inline_any{
	display:inline-block; 
	*display:inline; 
	font-size:14px; 
	letter-spacing:0; 
	vertical-align:top; 
	*zoom:1;
}
.inline_two{width:49.8%;}
.inline_three{width:33.3%;}
.inline_four{width:24.9%;}
.inline_five{width:19.9%;}
.inline_six{width:16.6%;}

/*元素绝对定位隐藏*/
.abs_out{
	position:absolute;
	left:-9999px;
	top:-9999px;
}
.abs_in .abs_out{position:static;}


/*外发光*/
.boxsh2{
	-webkit-box-shadow:0 0 3px #bbb;
	-moz-box-shadow:0 0 3px #bbb;
	-o-box-shadow:0 0 3px #bbb;
	box-shadow:0 0 3px #bbb;
}


/*--------------------------项目样式库 project css lib---------------------*/
/*特定width*/
.w620{width:620px;}
.w660{width:660px;}
/*按比例定宽*/
.pct15{width:15%;}
.pct20{width:20%;}
.pct25{width:25%;}
.pct30{width:30%;}
.pct33{width:33.3%;}
.pct40{width:40%;}
.pct50{width:50%;}
.pct55{width:55%;}
.pct60{width:59.8%;}
.pct66{width:66.6%;}
.pct74{width:74%;}
.pct80{width:80%;}
.pct95{width:95%;}
.pct98{width:98%;}

/*边框*/
.bbca_dash{border-bottom:1px dashed #CACACA;}

/*大小不定元素垂直居中*/
.dib_vm{display:inline-block; width:0; height:100%; vertical-align:middle;}

/*水平翻转*/
.flipx{
	-moz-transform:scaleX(-1);
	-webkit-transform:scaleX(-1);
	-o-transform:scaleX(-1);
	transform:scaleX(-1);
	/*IE*/
	filter:FlipH;
}
/*垂直翻转*/
.flipy{
	-moz-transform:scaleY(-1);
	-webkit-transform:scaleY(-1);
	-o-transform:scaleY(-1);
	transform:scaleY(-1);
	/*IE*/
	filter:FlipV;
}

/*圆角*/
.bdrad3{
	-moz-border-radius:3px;	
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
}

/*------------------------网站结构--------------------------*/
body{}


/*container*/


/*居中框*/
.constr{width:1000px; margin-left:auto; margin-right:auto;}

/*footer*/
/*footer*/
.footer{text-align:center; color:#333;}
.footer .constr{/*padding-top:140px;*/ height:80px; line-height:42px; color:#333;}
.bdc{border-bottom:1px solid #ccc;}

.more a{color:#4C3255;}

.head{height:332px; background:url(../images/head_bg.jpg?1) center top no-repeat; background-size:cover;}

.block_1{background:url(../images/block1_bg.jpg) center top no-repeat; background-size:cover; /*height:427px;*/}
/*.block_1 .constr{width:1000px;}*/
.head .constr{width:1000px; padding-top:360px;}
/*.block_1 .more{text-align:right;}*/
.head .more{text-align:right;}
.head .more a:hover{color:#FAD175;}
/*.block_1 .more a:hover{color:#FAD175;}*/
.first_box{padding-bottom:30px;}
.pic_focus{width:507px; float:left;}
.top_slide_box{margin-top:25px;}
.top_slide_box,.top_slide_box dl{width:507px; height:380px; overflow:hidden; position:relative;}
.top_slide_box,.top_slide_box img{width:507px; height:380px;}
.top_slide_box dl dt{width:487px; height:25px; font-size:20px; padding: 10px 10px 25px 10px; position:absolute; right:0; bottom:0;}
.top_slide_box dl dt a{color:#fff;}
.top_slide_box dl .bg{width:507px; height: 65px; background-color:#000; position:absolute; opacity:0.6; filter:alpha(opacity=60); right:0; bottom:0;}
.top_slide_list{width:9999px;}
.top_slide_box .index{position:absolute; right:10px; bottom:5px; z-index:15;}
.top_slide_box .index a{display:inline-block; width:12px; height:12px; line-height:12px; border-radius:12px; *margin-left:5px; margin-left:5px; background-color:#fff; overflow:hidden;}
.top_slide_box .index .on{background-color:#ffe833;}

.zxdt_box{padding-left:35px;}
.zxdt_box .top_news{margin-top:25px; overflow:hidden; color:#fff;}
.zxdt_box .top_news dl{margin-bottom:20px;}
.zxdt_box .top_news dt{font-size:28px; font-family:"微软雅黑"; background:url(../images/point2.jpg) 0 12px no-repeat;}
.zxdt_box .top_news dt a{color:#ffe833; font-weight:600;}
.zxdt_box .top_news dt a:hover{text-decoration:none;}
.zxdt_box .top_news dd a{color:#ffe833;}
/*.zxdt_box .top_news dt a:hover,.zxdt_box .top_news dd a:hover{color:#FAD175;}*/
.zxdt_box .top_news dd{margin-top:20px; padding-bottom:20px; font-size:14px; line-height:22px; color:#fff6a7; font-family:"微软雅黑"; border-bottom:1px dashed #fff73d;}

/*.block_2{background-color:#bc0808; height:475px;}*/
/*.block_2 .constr{background:url(../images/xbh_title.jpg) no-repeat;}*/
.block_2 .left_box{width:498px; float:left; margin-right:4px;}
.block_2 .left_box .row{border-bottom:1px dashed #B1B1B1; padding-bottom:10px;}
.block_2 .left_box .more{text-align:right;}
.block_2 .left_box dt{font-size:20px; font-weight:bold; text-align:center;}
.block_2 .left_box dd{line-height:1.5em; font-size:14px; font-family:"微软雅黑"; color:#666;}
.block_2 .left_box dd a{color:#D73832;}
.block_2 .left_box ul li{padding-left:30px; line-height:28px; font-size:18px; font-family:"微软雅黑"; font-weight:600; background:url(../images/point1.png) 0 12px no-repeat;}
.block_2 .left_box ul li.i_audio{background:url(../images/point3.png) no-repeat;}
.block_2 .left_box ul li.i_audio:hover{background:url(../images/point3_on.png) no-repeat;}
.block_2 .right_box{position:relative; width:498px; float:left;}
.block_2 .right_box ul li{width:190px; height:145px; position:absolute;}
.block_2 .right_box ul li a{display:block; width:190px; height:145px; position:relative;}
.block_2 .right_box ul li .title{width:170px; padding:0 10px; position:absolute; bottom:0; left:0; color:#fff; line-height:28px; background-color:#000; opacity:0.9; filter:alpha(opacity=90);}
.block_2 .right_box ul li img{width:190px; height:145px;}
.block_2 .right_box ul li .v_2{display:inline-block; width:40px; height:40px; background:url(../images/v2.png); position:absolute; left:70px; top:40px;}
.block_2 .right_box .li_1{width:305px; height:475px; right:0; top:0;}
.block_2 .right_box .li_1 a{width:305px; height:475px;}
.block_2 .right_box .li_1 img{width:305px; height:475px;}

.block_2 .right_box .li_1 .text{height:100px; width:275px; padding-left:30px; background-color:#000; opacity:0.9; filter:alpha(opacity=90); position:absolute; left:0; bottom:0; color:#fff; background-color:#000; opacity:0.9; filter:alpha(opacity=90);}
.block_2 .right_box .li_1 .text .desc{font-family:"微软雅黑"; margin-top:5px; color:#ccc;}
.block_2 .right_box .li_1 .text .tit{line-height:30px; font-size:20px;}
.block_2 .right_box .li_1 .v_3{display:inline-block; width:30px; height:30px; background:url(../images/v3.png); position:absolute; left:0; bottom:70px;}
.block_2 .right_box .li_2,.block_2 .right_box .li_3,.block_2 .right_box .li_4{right:325px;}
.block_2 .right_box .li_2{top:0;}
.block_2 .right_box .li_3{top:165px;}
.block_2 .right_box .li_4{top:330px;}

.block_3{background-color:#bc0808;}
/*.block_3 .constr{padding-top:155px; background:url(../images/hgs_title.jpg) no-repeat;}*/
.block_3 .left_box{width:550px; height:300px; float:left;}
.block_3 .left_box ul li{width:300px; height:145px; margin:0 15px 15px 0; position:relative; float:left;}
.block_3 .left_box ul li img{width:300px; height:145px;}
.block_3 .left_box ul li .title{width:280px; line-height:28px; padding:0 10px; color:#fff; position:absolute; bottom:0; left:0; background-color:#000; opacity:0.9; filter:alpha(opacity=90);}
.block_3 .left_box ul li.small{width:210px;}
.block_3 .left_box ul li.small .title{width:190px;}
.block_3 .left_box ul li.small img{width:210px;}
.block_3 .right_box{width:450px; float:left;}
.block_3 .right_box .more{text-align:right;}
.block_3 .right_box dt{font-size:20px; font-weight:bold; text-align:center;}
.block_3 .right_box dd{line-height:1.5em; font-size:14px; font-family:"微软雅黑"; color:#666;}
.block_3 .right_box dd a{color:#D73832;}
.block_3 .right_box ul{padding-top:20px;}
.block_3 .right_box ul li{padding-left:30px; line-height:30px; font-weight:bold; background:url(../images/point1.png) 0 12px no-repeat;}

.block_4{background-color:#bc0808;}
/*.block_4 .constr{padding-top:70px; padding-bottom:30px; background:url(../images/gsh_title.jpg) no-repeat; border-bottom:1px dashed #ccc;}*/
.block_4 .left_box{width:540px; padding-left:10px; height:300px; float:left;}
.block_4 .left_box ul li{width:300px; height:145px; margin:0 0 15px 15px; position:relative; float:left;}
.block_4 .left_box ul li img{width:300px; height:145px;}
.block_4 .left_box ul li .title{width:280px; line-height:28px; padding:0 10px; color:#fff; position:absolute; bottom:0; left:0; background-color:#000; opacity:0.9; filter:alpha(opacity=90);}
.block_4 .left_box ul li.small{width:210px;}
.block_4 .left_box ul li.small .title{width:190px;}
.block_4 .left_box ul li.small img{width:210px;}
.block_4 .right_box{width:450px; float:left;}
.block_4 .right_box .more{text-align:right;}
.block_4 .right_box dt{font-size:20px; font-weight:bold; text-align:center;}
.block_4 .right_box dd{line-height:1.5em; font-size:14px; font-family:"微软雅黑"; color:#666;}
.block_4 .right_box dd a{color:#D73832;}
.block_4 .right_box ul{padding-top:20px;}
.block_4 .right_box ul li{padding-left:30px; line-height:30px; font-weight:bold; background:url(../images/point1.png) 0 12px no-repeat;}


.block_5{background-color:#bc0808;}
.block5_title{width:1000px; height:180px; background:url(../images/lh_yx.jpg) center top no-repeat; margin:0 auto;}
.block_5 .constr{width:100%; background-color:#bc0808; /*:url(../images/block5_bg.jpg) center top no-repeat; background-size:cover;*/}


/*.block_6{background-color:#bc0808;}*/
.block_6{height:760px; background:url(../images/block6_bg.jpg)center top no-repeat; background-size:cover;}
.block_6 .block6_title{width:1000px; height:184px; background:url(../images/wyzgz.jpg) center top no-repeat; margin:0 auto;}
/*.block_6 .constr{height:245px; background:url(../images/zjc_title.jpg); border-bottom:1px dashed #ccc; background-color:#e1f8ff;}*/
.block_6 .constr{background-color:#fee9d2;}
.block_6 .left_box{width:470px; padding-top:50px; float:left;}
.block_6 .left_box dt{font-size:20px; font-weight:bold;}
.block_6 .left_box dd{line-height:1.5em;}
.block_6 .left_box ul{padding-top:15px; padding-left:15px;}
.block_6 .left_box ul li{padding-left:30px; line-height:30px; font-weight:bold; background:url(../images/point1.png) 0 12px no-repeat;}
.block_6 .red_box a{display:block; padding:5px 0 0 45px; color:#D73832;}
.block_6 .red_box span{font-weight:600;}
.block_6 .more{padding-right:20px; text-align:right;}
.block_6 .right_box{width:530px; float:left;}
.block_6 .right_box p{padding:105px 0 0 20px; line-height:1.8em; text-indent:2em;  text-align:justify; font-size:18px; font-weight:600;}

.block_7{background-color:#fbf0ef; background:url(../images/block7_bg.jpg) center top no-repeat; background-size:100%; height:498px;}
.block_7 .constr{padding-top:150px;}
.pic_focus_2{width:545px; float:left;}
.top_slide_box_2{}
.top_slide_box_2,.top_slide_box_2 dl{width:545px; height:240px; overflow:hidden; position:relative;}
.top_slide_box_2,.top_slide_box_2 img{width:545px; height:240px;}
.top_slide_box_2 dl dt{width:487px; height:25px; padding:10px 10px 15px 10px; position:absolute; right:0; bottom:0;}
.top_slide_box_2 dl dt a{color:#fff;}
.top_slide_box_2 dl .bg{width:507px; height:50px; background-color:#000; position:absolute; opacity:0.6; filter:alpha(opacity=60); right:0; bottom:0;}
.top_slide_list_2{width:9999px;}
.top_slide_box_2 .index{position:absolute; right:10px; bottom:5px; z-index:15;}
.top_slide_box_2 .index a{display:inline-block; width:12px; height:12px; line-height:12px; border-radius:12px; *margin-left:5px; margin-left:5px; background-color:#fff; overflow:hidden;}
.top_slide_box_2 .index .on{background-color:#D73832;}
.block_7 .right_box ul li{width:190px; height:115px; float:left; margin:0 0 10px 10px;}
.block_7 .right_box ul li img{width:190px; height:115px;}

.footer{width:100%; height:260px; /*background:url(../images/footer_bg.png?1) center top no-repeat; background-size:cover;*/ background-color:#fff;}
.footer .constr a{color:#333;}

#content-dialog {
	/*background:url(../images/pop_bg.jpg);*/
        background-color:#DBEBED;
	padding: 20px 30px;
	text-align: left;
	max-width: 600px;
	margin: 40px auto;
	position: relative;

}
.content-dialog {line-height:150%;letter-spacing: 1px;font-size:16px; padding:30px !important;}
.content-dialog p{text-indent: 2em;margin-top: 15px;}
.content-dialog h1{
	margin-top: 15px;
	font-family: "微软雅黑";
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
.content-dialog h2{
	margin-top: 15px;
    font-size: 18px;
    font-weight: bold;
}
.content-dialog a{text-decoration:underline;color:red;}



.v_list .constr{padding-bottom:20px; border-bottom:1px dashed #ccc;}
.v_list ul li{width:25%; height:210px; float:left;}
.v_list ul li .title{margin-top:10px;}

.v_box{margin-top:40px;}
.v_box .left_box{width:280px; height:300px; padding-top:180px; float:left; background:url(../images/sp_bg.gif) #e4f0d9 no-repeat;}
.v_box .left_box p{padding:10px 20px 20px 20px; line-height:22px; text-indent:2em; font-family:"微软雅黑";}
.v_box .right_box{width:720px; height:480px; float:right;}
.v_box .right_box img{width:720px; height:480px;}

.axqy_box{margin-top:40px; font-family:"微软雅黑"; font-size:22px; text-align:center; border-bottom:3px solid #89c997; background-color:#eee; line-height:55px; color:#4e9667;}

div.gd_videolist1 .videolist1-wrap ul li { height: 26px; line-height: 26px; font-size: 14px;overflow:hidden;}
div.gd_videolist1 .videolist1-wrap ul li a { display: inline-block; height: 26px; line-height:26px; overflow: hidden; }
div.gd_videolist1 .videolist1-wrap ul li a:hover { background: url(../images/video-icon2.png) no-repeat scroll left center;}
div.gd_videolist1 .videolist1-wrap ul li a.point_icon {background: url(../images/point1.png) no-repeat scroll left; *background-position-y:20%; padding-left: 12px;}
div.gd_videolist1 .videolist1-wrap ul li a.point_icon:hover { background: url(../images/point1.png) no-repeat scroll left center; text-decoration: underline;}
.mtxf_ctn{width:480px; height:200px; overflow:hidden; float:left;}
.mtxf_ctn .title{height:50px; line-height:50px; padding-right:20px; font-size:20px; font-weight:bold;}
.mtxf_ctn .title a{float:right; font-size:12px; color:#999;}
.mtxf_ctn .img{width:200px; float:left;}
.mtxf_ctn .img img{width:200px;}
.mtxf_ctn .list{width:250px; padding-left:10px; padding-right:20px; float:left;}
.mtxf_ctn .list h5{font-size:14px;}
.mtxf_ctn .list p{margin-top:5px; color:#999;}
.mtxf_ctn .list ul{margin-top:10px;}

.block_3 .right_box ul li.i_video,.block_4 .right_box ul li.i_video{background:url(../images/i_video.png) no-repeat;}
.block_3 .right_box ul li.i_audio,.block_4 .right_box ul li.i_audio{background:url(../images/point3.jpg) no-repeat;}

.block2_title{width:1000px; height:130px; background:url(../images/lh_sy.jpg) center top no-repeat;}
.left_top{width:498px; height:54px; background:url(../images/sy_rd.jpg) center top no-repeat;}
.right_top{width:498px; height:54px; background:url(../images/sy_zx.jpg) center top no-repeat;}
.block_2 .left_box .left_content{width:462px; height:290px; margin-left:35px; background-color:#fee9d2;}
.block_2 .right_box .right_content{width:462px; height:290px; background-color:#fee9d2;}
.block3_title{width:1000px; height:171px; background:url(../images/lh_jj.jpg) center top no-repeat;}
.block_3 .constr .yxft{width:1000px; height:255px;}
.block_3 .constr .yxft .yxft_title{width:1000px; height:56px; background:url(../images/yxft.jpg) center top no-repeat;}
.block_3 .constr .yxft .yxft_content{width:1000px; height:199px; background-color:#fee9d2;}
.yxft_content ul{width:1000px; padding-left:9px; overflow:hidden;}
.yxft_content ul li{margin-top:28px; margin-right:6px; width:192px; height:145px; float:left; position:relative;}
.yxft_content ul li img{width:192px; height:145px;}
.yxft_content ul li i{width:40px; height:40px; position:absolute; background:url(../images/video_play_btn_26.png) center top no-repeat; background-size:cover; top:50px; left:75px;}
.yxft_content ul li .yx_title{width:180px; height:35px; line-height:35px; font-size:13px; opacity:0.9; color:#fff; padding-left:12px; position:absolute; bottom:0px; background-color:#24211e;}

.block_3 .constr .sdjd .sdjd_title{width:1003px; height:54px; background:url(../images/sdjd.jpg) center top no-repeat;}
.block_3 .constr .sdjd{width:1000px; height:395px;}
.block_3 .constr .sdjd .sdjd_content{width:1000px; height:341px; background-color:#fee9d2;}
.sdjd .sdjd_content .sdjd_left{width:385px; height:300px; position:relative; float:left; margin-top:15px; margin-left:40px; margin-right:15px;}
.sdjd .sdjd_content .sdjd_left img{width:385px; height:300px;}
.sdjd .sdjd_content .sdjd_left .left_title{width:385px; height:35px; line-height:35px; text-align:center; position:absolute; bottom:0px; color:#fff; background-color:#1c0a0c; opacity:0.9;}
.sdjd .sdjd_content .sdjd_left i{width:40px; height:40px; position:absolute; background:url(../images/video_play_btn_26.png) center top no-repeat; background-size:cover; top:120px; left:175px;}
.sdjd .sdjd_content .sdjd_right{width:525px; height:300px; float:left; margin-top:5px;}
.sdjd .sdjd_content .sdjd_right ul li.small{width:191px; height:145px; margin-right:15px; margin-top:10px; float:left; position:relative; overflow:hidden;}
.sdjd .sdjd_content .sdjd_right ul li.small img{width:191px; height:145px;}
.sdjd .sdjd_content .sdjd_right ul li.small i{width:40px; height:40px; position:absolute; background:url(../images/video_play_btn_26.png) center top no-repeat; background-size:cover; top:50px; left:75px;}
.sdjd .sdjd_content .sdjd_right ul li.small .title{width:181px; height:35px; line-height:35px; padding-left:10px; position:absolute; bottom:0px; color:#fff; background-color:#1c0a0c; opacity:0.9;}
.sdjd .sdjd_content .sdjd_right ul li.big i{width:40px; height:40px; position:absolute; background:url(../images/video_play_btn_26.png) center top no-repeat; background-size:cover; top:50px; left:125px;}
.sdjd .sdjd_content .sdjd_right ul li.big{width:300px; height:145px; margin-top:10px; margin-right:15px; float:left; position:relative; overflow:hidden;}
.sdjd .sdjd_content .sdjd_right ul li.big img{width:300px; height:145px;}
.sdjd .sdjd_content .sdjd_right ul li.big .title{width:290px; height:35px; line-height:35px; padding-left:10px; position:absolute; bottom:0px; color:#fff; background-color:#1c0a0c; opacity:0.9;}


.block4_title{width:1000px; height:170px; background:url(../images/lh_gjc.jpg) center top no-repeat;}
.block4_main{width:1000px; height:440px; background-color:#fee9d2;}
.block4_main .block4_top{width:1000px; height:30px; background-color:#fbc428;}
.block4_content{width:1000px; height:412px;}
.block4_content ul{width:1000px; height:412px; overflow:hidden; padding-left:10px;}
.block4_content ul li{width:243px; height:393px; float:left; margin-top:10px; margin-right:5px; position:relative;}
.block4_content ul li img{width:243px; height:393px;}
.block4_content ul li .gjc_cover{width:243px; height:30px; position:absolute; bottom:0px; line-height:30px; color:#fff; background-color:#020101;}
.block4_content ul li .gjc_cover .gjc_title{padding-left:13px; color:#fff;}
.block4_content ul li .gjc_cover .gjc_desc{display:none; color:#fff;}
.block4_content ul li:hover .gjc_cover{width:243px; height:393px; color:#fff; background-color:#b33933; opacity:0.9; position:absolute; top:0px; left:0px;}
.block4_content ul li:hover .gjc_cover .gjc_title{margin-top:80px; margin-bottom:40px; width:230px; height:66px; padding:0px 10px; font-size:24px; font-weight:600; font-family:"微软雅黑"; color:#fff; opacity:1.0; z-index:11;}
.block4_content ul li:hover .gjc_cover .gjc_desc{display:block; width:230px; padding:0px 10px; color:#fff;}
.block4_content ul li:hover .gjc_cover .gjc_desc a{color:#fff;}
.block4_content ul li .bg{width:243px; height:7px; position:absolute; top:393px;}
.block4_content ul li:hover .bg{width:243px; height:7px; background-color:#fdcf23;}



.news_list{width:450px; height:205px;}
.news_list ul{width:450px; height:205px; overflow:hidden;}
.news_list ul li{line-height: 33px; background-image: url(../images/dian.gif); background-repeat: no-repeat; padding-left: 13px; font-size:18px; color:#fff6a7; background-position: 0 15px; height: 33px; overflow: hidden;}
.news_list ul a:hover li{color:#ffe833; text-decoration:underline;}


.left_content .left_box{width:100%; padding:10px 0px;}
.left_content .left_box .pre_btn{display:inline-block; width:104px; height:15px; background-image:url(../images/pre.gif);}
.left_content .left_box .pre_btn:hover{background-image:url(../images/pre_hover.gif);}
.left_content .left_box .next_btn{display:inline-block; width:104px; height:15px; background-image:url(../images/next.gif);}
.left_content .left_box .next_btn:hover{display:inline-block; width:109px; height:15px; background-image:url(../images/next_hover.gif);}

.right_content .right_box{width:100%; padding:10px 0px;}
.right_content .right_box .pre_btn{display:inline-block; width:104px; height:15px; background-image:url(../images/pre.gif);}
.right_content .right_box .pre_btn:hover{background-image:url(../images/pre_hover.gif);}
.right_content .right_box .next_btn{display:inline-block; width:104px; height:15px; background-image:url(../images/next.gif);}
.right_content .right_box .next_btn:hover{display:inline-block; width:109px; height:15px; background-image:url(../images/next_hover.gif);}

.slide_2{height:235px; overflow:hidden;}
.slide_2 dl{width:430px; height:38px; overflow:hidden; padding-left:30px;}
.block_2 .left_box .slide_2 dl:hover dd a{text-decoration:none;}
.block_2 .left_box .slide_2 dl dd{margin-bottom:10px; padding-top:10px; font-size:18px; color:#333;}
.block_2 .right_box .slide_2 dl:hover dd a{text-decoration:none;}
.block_2 .right_box .slide_2 dl dd{margin-bottom:10px; padding-top:10px; font-size:18px; font-family:"微软雅黑"; color:#333;}
.slide_2 dl dd i.i_video{margin-top:5px; margin-right:5px; width:15px; height:15px; background:url(../images/i_video.png)center top no-repeat; display:block; float:left;}
.slide_2 dl dd i.i_news{margin-top:12px; margin-right:5px; width:5px; height:5px; background:url(../images/sy_dian.gif)center top no-repeat; display:block; float:left;}
.slide_2 dl dt a{color:#}



.nav{width:75px; height:425px; background-color:#730000; border:4px solid #f7b014; position:fixed; right:30px; top:95px; margin-top:75px;}
.nav a{display:block; width:54px; height:60px; text-align:center; color:#fff; font-size:18px; margin-top:10px; margin-left:11px; border-bottom:1px dashed #fff;}
.nav a:hover{text-decoration:none;}
.nav a.on{display:block; width:67px; height:60px; margin-top:4px; padding-top:7px; margin-left:4px; border-bottom:0px; background-color:#ce1f0f; text-decoration:none;}

.more{width:50px; height:25px; background:url(../images/more.jpg)center top no-repeat; float:right; margin-top:-25px; margin-right:25px;}
.block_5 .block4_top{margin:0 auto; width:1000px; height:30px; background-color:#fbc428;}

.comment_block{background-color:#fee9d2; height:530px; padding-top:20px; overflow-y:scroll;}
.comment_block li{overflow:hidden; border-top:1px dashed #d7d7d7;margin:0px 20px 15px 20px;}
.comment_block li .content_left{width:60px; height:60px; float:left; margin-right:15px; margin-top:15px;}
.comment_block li .content_left img{width:60px; height:60px;}
.comment_block li .content_right{width:865px; float:left; margin-top:15px; overflow:hidden;}
.comment_block li .content_right .top_info{margin-bottom:5px; line-height:20px;; overflow:hidden;}
.comment_block li .content_right .top_info .info_date{font-size:12px; color: #999;}
.comment_block li .content_right .top_info .top_name{margin-right:15px; font-weight:bold; float:left;}




















