﻿@charset "UTF-8";

/* Css for PEL, ver 1.0 CopyRight By Dongyi Network Technology CO.,Ltd Design Center 
本网站通用布局

*/
/* Css Reset */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
img {
    padding: 0;
    margin: 0;
}

body {
    min-width: 1125px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    vertical-align: top;
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var,
i {
    font-weight: normal;
    font-style: normal;
}

ol,
ul,
li {
    list-style: none;
}

div,
dl,
dt,
dd,
ol,
ul,
li {
    zoom: 1;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
}

article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu,
time {
    margin: 0;
    padding: 0;
    display: block;
    zoom: 1;
}

/* Public */
body {
    color: #333;
    font-size: 16px;
    line-height: 1.5;
    font-family: "Microsoft YaHei", SimSun, Arial, Helvetica, Tahoma, sans-serif;
    -webkit-text-size-adjust: none;
}

a {
    color: #333;
    text-decoration: none;
    outline: none;
}

a:hover {
    color: #E20500;
    text-decoration: underline;
}

.clearbox {
    border: none;
    border-top: 1px solid transparent !important;
    clear: both;
    font-size: 0;
    height: 0;
    line-height: 0;
    margin-top: -1px !important;
    visibility: hidden;
}

.blank {
    display: block;
    height: 10px;
    font-size: 0px;
    line-height: 0;
    overflow: hidden;
    clear: both;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html .clearfix {
    height: 1%;
}

*+html .clearfix {
    min-height: 1%;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.hide {
    display: none;
}

.noData {
    font-size: 14px;
}

.sw,
.mainNav {
    width: 1200px;
    margin: 0 auto;
}



#accessNull,#skip{display: none;}
/*header*/
.topPanel{
	position: absolute; 
    color: #ce0707; 
    top: 5px; 
    right: 50%; 
    margin-right: -600px; 
    font-size: 14px; 
    line-height: 25px;
    padding: 0 10px;
}
.topPanel a{
	color: #ce0707;
}
.topPanel a:hover{
	text-decoration: underline; 
    color: #ce0707;
}
.ihome{
    width:1165px; 
    margin:0 auto;
}
.ihome a{
    height: 649px; 
    display:block;
}

.bannerbg {
	position: relative;
    height: 649px;
    background: url(img/bannerbg.jpg) no-repeat center top;
}
.part1{ background: url(img/part1bg.jpg) repeat-x center top;}
.nav {
    height: 66px;
    line-height: 66px;
    background: #fff;
}

.mainNav li {
    float: left;
    width: 184px;
}

.mainNav .li1 a {
    font: 24px/66px "Microsoft YaHei";
    color: #333;
    display: block;
    text-align: center;
    text-decoration: none;
}
.mainNav li.on1 a{
 background: #d7110b;
 color: #fff;
}


.headNews .title {
    line-height: 60px;
    font-size: 30px;
    text-align: center;
    padding-top:20px;
}

.headNews .title a {
    color: #d7110b;
    text-decoration: none;
    font-weight: bold;
}

.headNews .intro {
    font-size: 16px;
    line-height: 24px;
    color: #333;
}


#focusNews {
    width: 600px;
    height: 430px;
    overflow: hidden;
    position: relative;
    margin: 0px 0 26px 0;
    float:left;
}

#focusNews .hd {
    position: absolute;
    z-index: 20;
    right: 10px;
    bottom: 20px;
    z-index: 15;
}

#focusNews .hd ul {
    zoom: 1;
    z-index: 2;
}

#focusNews .hd ul li {
    float: left;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    text-indent: -999em;
    cursor: pointer;
    overflow: hidden;
    background: #fff;
transform:rotate(45deg);
}

#focusNews .hd ul li.on {
    background: #d7110b;
}

#focusNews .bd {
    z-index: 0;
}

#focusNews .bd ul li {
    z-index: 9;
}

#focusNews .bd .pic {
    position: relative;
    z-index: 0;
}
#focusNews .bd .pic img{width: 600px; height: 430px;}
#focusNews .bd .txt {
    display: none;
}

#focusNews .bd .con {
    width: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    *bottom: 3px;
    height: 60px;
    line-height: 60px;
    text-align: center;
}

#focusNews .bd .con .title {
    position: absolute;
    width: 100%;
    left: 0;
    text-align: left;
    padding-left: 15px;
    z-index: 1;
    line-height: 60px;
}

#focusNews .bd .con .title a {
    color: #fff;
    font-size: 18px;
}

#focusNews .bd .con .titleBg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;  
filter: alpha(opacity=50); 
opacity: 0.5;
    left: 0;
    top: 0;
}
.headNews{
    margin-bottom: 20px;
}

.lhbd {
    overflow: hidden;
    background: #fff;
    height: 410px;
    text-align: left;
    padding:20px 20px 0 20px;
}

.lhbd .hd {
    height:60px;
    line-height: 60px;
 overflow: hidden;
}

.lhbd .hd li {
   float: left;
   margin-right:30px;
}

.lhbd .hd li a {
    padding-right:30px;
    color: #333;
    font: bold 24px/60px "Microsoft YaHei";
    text-decoration: none;
}
.lhbd .hd li.on a {
    color: #d40a07;

}


.lhbd .hd li.btn1,.lhbd .hd li.btn2{ background: url(img/hdot.png) no-repeat right center;}


.lhbd .list li {
    line-height:48px;
    font-size: 18px;
}

.lhbd .list li a {
    padding-left: 20px;
    background: url(img/rdot.png) no-repeat left center;
}
.lhbd .list li .date{display: none;}
.lhbd .list li.more,.lhVideo .more{
	background: #f4f4f4;
	text-align: center;
	height: 42px;
	line-height: 42px;
	border-radius: 6px;
        margin-top: 20px;
}
.lhbd .list li.more a{
	background: none;
font-size: 14px;
}
/*工作报告*/
.gzbg {
    height: 624px;
    background: #f6f6f6;
    padding:20px 0;
    margin-top: 20px;
}
.gzbg .sw{
     position: relative;
     height: 580px;
      padding: 20px 0 20px 0;
}
.gzbg .sw .bg{
	background: #fff;
	 position: absolute;
    width: 100%;
    height: 100%;
filter: alpha(opacity=80); 
opacity: 0.8;
        top: 0;
    left: 0;
    z-index: 0;
   
}
.gzbg h3,.lhtj .hd h3 {
    height: 100px;
    line-height: 100px;
}
.gzbg h3 a{
    display: block;
    width: 206px;
     height: 68px;
    left: 495px;
}
.gzbg h3{
	background: url(img/gzbg.png) no-repeat center;
}
.gzbg h3 a,.lhtj .hd a {
    display: block;
    font-size: 40px;
    color: #d71e18;
    font-weight: bold;
    position: absolute;
    left: 516px;
    text-decoration: none;
}
.lhtj .hd a{left: 546px;}

.gzbg_intro{
	float: left;
	width: 940px;
	height: 600px;
	background: #fff;
}
.ColumnIntro {
    width: 840px;
    height: 466px;
    position: absolute;
    left: 25px;
    top: 110px;
    padding:20px 50px;
    font-size:16px;
}

.bglist li a {
    display: block;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 23px 50px;
}
.bglist li.li5 a{
 padding: 13px 50px;
}
.bglist li{
    height: 104px;
    margin-bottom:20px;
}
.bglist li.li1{
	background: #e54c4c;
}
.bglist li.li2{
	background: #ee9843;
}
.bglist li.li3{
	background: #3baeda;
}
.bglist li.li4{
	background: #3bc7b1;
}
.bglist li.li5{
	background: #abbf4f;
}

.lhVideo .hdt{
    height: 80px;
    line-height: 80px;
    background: url(img/lhsp_tit.png) no-repeat;
}
.lhtj .hd{
    background: url(img/lhtj_tit.png) no-repeat;  
}
.lhtj .hd h3{
    width: 400px;
    margin: 0 auto;
}
.lhtj .hd a{
    display: block;
    width: 400px;
    height: 80px;
}
.bglist{
	float: right;
	width: 248px;
}

.lhVideo .hdt ul {
    width: 180px;
    height: 106px;
    padding-left: 590px;
}

.lhVideo .hdt li {
    float: left;
    width: 75px;
}

.lhVideo .hdt li a {
    font-size: 33px;
    font-weight: bold;
    color: #c19a61;
    text-decoration: none;
}

.lhVideo .hdt li.on a {
    color: #fff;
}

.lhVideo .bdt {
    clear: both;
}

.picBtnTop {
    border: 6px #cfa972 solid;
    overflow: hidden;
}

.picBtnTop .hd {
    float: right;
    width: 316px;
    background: #e5e5e5;
}

.picBtnTop .hd li {
    height: 93px;
}

.picBtnTop .hd li a {
    display: block;
    height: 73px;
    padding: 10px 20px;
    font-size: 18px;
    line-height: 30px;
    border-bottom: 1px #898989 dashed;
     text-decoration: none;
}

.picBtnTop .hd li.on {
    background: #cfa972;
    position: relative;
}

.picBtnTop .hd li.on a {
    color: #fff;
    border-bottom: none;
}

.picBtnTop .bd {
    float: left;
    width: 778px;
}

.picBtnTop .bd img {
    width: 778px;
    height: 465px;
}

.picBtnTop .hd li i {
    display: none;
    position: absolute;
    z-index: 1;
    left: -30px;
    top: 40%;
    float: left;
    width: 0;
    height: 0;
    border-width: 15px;
    border-style: solid;
    border-color: transparent #cfa972 transparent transparent;
    /*灰 透明 透明 */
}

.picBtnTop .hd li.on i {
    display: block;
}



.ztFocus {
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 300px;
padding: 10px 70px 0 70px;
}

.ztFocus .i_btn {
    display: block;
    width: 20px;
    height: 34px;
    position: absolute;
    top: 56px;
    z-index: 3;
    background-image: url(img/ztzlfocusbtn.png);
}

.ztFocus .prev {
    left: 20px;
    background-position: center top;
    top: 140px;
}

.ztFocus .next {
    right: 20px;
    background-position: center -46px;
    top: 140px;
}

.slide_img {
    width: 878px;
    height: 300px;
    position: relative;
    z-index: 1;
}

.slide_img li {
    width: 300px;
    height: 300px;
    overflow: hidden;
    position: absolute;
    top: 15px;
    background: #ffffff;
}



.slide_img li .pic {
    height: 215px;
}
.slide_img li .pic img{
   height: 215px;
   width:215px;
}

.slide_img li.on {
    width: 435px;
    left: 190px;
    top: 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
    overflow: hidden;
}

.slide_img li.on img,.slide_img li.on .pic {
    width: 300px;
    height: 300px;
    opacity: 1;
    filter: alpha(opacity=100);
}

.slide_img li.left {
    left: 0;
}

.slide_img li.right {
    left: 1000px;
}

.lhVideo{
        padding:20px 0 35px 0;
   }
.lhsp{
    overflow: hidden;
    padding:40px 0 0 0;
   }
.lhsp li{
    float: left;
    margin: 0 20px 20px 0;
   position: relative;
    width: 386px;
position: relative;
}
.lhsp li.last{
   margin: 0 0px 20px 0;
   float: right;
  }

.lhsp li img{
    width: 386px;
    height: 285px;
   }
.lhsp li .title{
  font-size: 18px;
  text-align: center;
  padding-top: 10px;
}
.lhsp li .title a{
    color: #333;
}
.lhsp li .titleBg{ 
position:absolute; 
width:100%; 
height: 285px; 
background:#000; 
left:0; 
top:0; 
filter:alpha(opacity=48);
opacity:0.48; 
z-index:1;
}
.lhsp li .play{
    z-index: 3;
    display: block;
    position: absolute;
    left: 50%;
    bottom:50%;
    width: 40px;
    height: 40px;
    background: url(img/play.png) no-repeat;
    margin: 0 0 0px -20px;
}

.lhtj{
    padding:30px 0 50px;
background: #f6f6f6;
}
.lhtj li{
    float: left;
    width: 284px;
    height: 395px;
    margin-right: 20px;
    border-radius: 6px;
    position:relative;
}
.lhtj li img{
border-radius: 6px;
}
.lhtj li .title{
  width:100%;
  line-height: 60px;
  padding:0 10px;
  text-align: center;
  position: absolute;
  bottom:0;
  left:0;
  z-index:2;
}
.lhtj li .title a{
    color: #fff;
    font-size: 16px;
}
.lhtj li .titleBg{ 
position:absolute; 
width:100%; 
height: 60px; 
background:#000; 
left:0; 
bottom:0; 
filter:alpha(opacity=53);
opacity:0.53; 
z-index:1;
border-radius:0 0 6px 6px;
}


.lhtj li.last{
    float: right;
}


#footer{background: #bc312d; padding: 16px 0;text-align: center;clear: both;}
#footer img{
	vertical-align: middle;
}
.copyRight,.copyRight a{color: #fff; line-height: 28px;}
.copyRight img{vertical-align: middle;}

.jcImgScroll{position:relative;height:380px;margin:40px auto 0 auto;}
	.jcImgScroll li{border:1px solid #ccc;}
	.jcImgScroll li a{background:#fff;display:block;position:relative;z-index:99;height: 100%;}
	.jcImgScroll li.loading a{background:#fff url(img/loading.gif) no-repeat center center;} 
	.jcImgScroll li img,.jcImgScroll li,.jcImgScroll em,.jcImgScroll dl{border:0 none;}
	.jcImgScroll li img{width: 100%;height: 100%;}
	.jcImgScroll em.sPrev{background:url(img/arrow-left.jpg) no-repeat left center;}
	.jcImgScroll em.sNext{background:url(img/arrow-right.jpg) no-repeat right center;}
	.jcImgScroll dl dd{text-indent:-9em;}
	.jcImgScroll dl dd:hover,.jcImgScroll dl dd.curr{background-position:0 0;}
.jcImgScroll em.sPrev{left: 0 !important; top:100px !important;}
.jcImgScroll em.sNext{left: 1106px !important; top:100px !important;}
.jcImgScroll .title{display: none;}
/* 滚动条 */
#mode-cc {
    height: 430px; 
    overflow: hidden;
}

.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    padding: 0 50px 0 0;
}

.mCSB_inside > .mCSB_container {
    margin-right: 30px;
}

.mCSB_container {
    _width: 480px;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
}

.mCSB_scrollTools {
    position: absolute;
    width: 16px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
}

.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto;
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 10px;
    height: 100%;
    *height: 530px;
    margin: 0 auto;
    border-radius: 8px;
}

.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    position: relative;
    width: 14px;
    height: 100%;
    *height: 418px;
    margin: 0 auto;
    text-align: center;
    *margin: 0 0 0 -2px;
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #c9c9c9;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #d71e18;
}


/*main--------------------------------------------------*/
.main-box .mHd{border-bottom:4px solid #dcdbdb; height:50px; position:relative;}
.main-box .mBd{margin:0px 20px;}
.main-box .mHd h3{border-bottom:4px solid #bf0009; float:left; font-size:30px;line-height: 58px; font-weight:bold; position:absolute; bottom:-4px; left:0px; z-index:2;color:#bf0009;}
.main-box .mHd .path{position:absolute;bottom:5px;right:0px;}
/* 文章内容页 -----------------------------------------*/
.articleCon{text-align: left; padding: 20px 50px 0;}
.printArea .title{font-size: 32px; line-height: 1.5; text-align: center; margin-bottom: 30px; color: #404040;font-weight:bold; }
.printArea .subTitle{font-size: 20px; color: #555; text-align: center; margin-bottom: 20px;}
.printArea .property{font-size: 14px; margin-bottom: 20px; padding: 6px 10px; text-align: center; color: #777; border-bottom: 1px solid #ddd;}
.printArea .property span{padding: 0 5px;}
.printArea .conTxt{color: #333; font-size: 16px; line-height: 2; padding: 0 0 20px 0; overflow: hidden;}
.printArea .conTxt img{max-width: 800px; height: auto !important;}
.printArea .conTxt td{border: 1px solid #ccc;}
.printArea .conTxt p{text-indent:2em; margin:7.8pt 0;line-height:150%;font-family: "宋体";}
.printArea .conTxt a{color: blue; text-decoration: underline;}
.printArea .conTxt em{font-style: italic;}
.printArea .conTxt ul,
.printArea .conTxt ol{padding-left: 2em;}
.printArea .conTxt ul li{zoom: normal; list-style: square; text-indent: 0 !important;}
.printArea .conTxt ol li{zoom: normal; list-style: decimal; text-indent: 0 !important;}
.printArea .conTxt h1{font-size: 2em; margin: .67em 0;}
.printArea .conTxt h2{font-size: 1.5em; margin: .75em 0;}
.printArea .conTxt h3{font-size: 1.17em; margin: .83em 0;}
.printArea .conTxt h5{font-size: .83em; margin: 1.5em 0;}
.printArea .conTxt h6{font-size: .75em; margin: 1.67em 0;}
.articleCon .others font,.articleCon .others span{color: #e53a3a !important;}
.ewm-page{text-align: center; padding-bottom: 20px;}
.ewm-page p{line-height: 30px;}
.printArea .conTxt h1,
.printArea .conTxt h2,
.printArea .conTxt h3,
.printArea .conTxt h4,
.printArea .conTxt h5,
.printArea .conTxt h6,
.printArea .conTxt b,
.printArea .conTxt strong{font-weight: bolder;}
.printArea .vedioPlayer{position: relative; z-index: 1500; background: #000; width: 800px; text-align: center; margin: 20px auto; height: 480px;}
.articleCon .userControl{font-size: 14px; border-bottom: 1px solid #ddd; overflow: hidden; text-align: left; margin-bottom: 20px; padding: 10px 0;}
.articleCon .userControl .a{color: #777; margin: 10px 10px 0 0; float: left;}
.articleCon .userControl .bdsharebuttonbox{float: right;}
.articleCon .page{padding: 10px 0; text-align: center; overflow: hidden;}
.articleCon .others{margin-bottom: 15px; font-size: 16px;}
/* url_方块样式分页 */
.page{font-size: 0;text-align:center;padding: 25px 0;clear: both;line-height: 24px;}
.page a, .page span{font-size: 14px;display: inline-block; *display: inline;zoom: 1;border: 1px solid #E1E1E1;padding: 0 6px;margin-right: 5px;}
.page a:hover{border: 1px solid #e53a3a; text-decoration: none; color: #e53a3a;}
.page .current{background: #e53a3a;border: 1px solid #e53a3a;color: #fff !important;font-weight: bold;padding: 0 6px;}
.page select{height: 20px; line-height: 20px; padding: 0 8px; background: #fff; border: 0 solid #E1E1E1; vertical-align: middle;}
/* 文章-列表页 ----------------------------------------- */
#articleList ul.infoList{padding: 10px;}
#articleList ul.infoList li{font-size: 16px;}
#articleList ul.infoList li.split{background: none; padding-left: 0; border-bottom: 1px dashed #ccc; height: 1px; line-height: 1px; overflow: hidden; padding-top: 10px; margin-bottom: 10px;}
.infoList li{line-height:36px; height:36px; overflow:hidden; background:url(img/hdot.png) no-repeat left center;padding-left:20px;}
.infoList li .date{float:right; color:#999;}

.videoPlayer{text-indent:0px;margin:0 auto;}
.main-box{
	background: #fff;
}
.main-box.sw {
    padding: 20px;
    width: 1160px;
}
.lhVideo .hdt {overflow: hidden;}
.lhVideo .hdt .more{ float: right;line-height:70px;background:none;margin-top:0px;}
.lhVideo .hdt .more a{font-size: 18px; color:#e54c4c;line-height:70px;font-weight: bolder;}