@charset "utf-8";

/*公用*/
  body{margin:0;padding:0;font:400 13px/1.5 HelveticaNeue-Thin,"Helvetica Neue",Helvetica,Arial,PingFangSC-Light,"PingFang SC","Hiragino Sans GB","Heiti SC","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;font-style:normal;font-size:12px;color:#686868; background: #ffff}
ul,dl,dt,dd,li,h2,h3,h4{margin:0;padding:0;list-style:none; font-weight: normal}
h2 {font-size:26px;color:#333; font-weight: bold}
h3 {font-size:18px;color: #333; padding-left: 20px; margin-top: 15px}
 h4 {font-size:16px;color: #333; margin-top: 10px}
a{text-decoration:none;color:#686868; }
a:hover{color:#f00;}
img{border: none 0;}
.shadow0 {-moz-box-shadow:darkgrey 10px 10px 30px 5px; -webkit-box-shadow:darkgrey 10px 10px 30px 5px;box-shadow:darkgrey 2px 2px 30px 2px}
.animate  {-webkit-animation: bounceInRight 1s;}
.animate_bottom  {-webkit-animation:bounceInUp 1s ;}
.animate_left {-webkit-animation:bounceInLeft 1s ;}
#ad_img img {width:500px}
.noBorderTable {}
 
/*TOP页*/	 
#header{width:100%;display: block; height: 100px; background:url('../images/header_bg.jpg') bottom}
.header  {width:1440px; display: block; margin: auto}
.header_left{width:700px;height:100px;display:inline; float: left}
.header_right{width:300px;height:50px;display:inline; float: right; position: absolute;z-index: 9999}
.header_left .logo{width:605px; height: 100px;display: inline-block; float: left;overflow: hidden }
.logo img {width:605px;height: auto; margin-top: 20px}
.header_right ul{height: 30px; width: 300px;display: block; margin-top: 15px; line-height: 26px}
.header_right li{width:90px;height:26px;float:left;position:relative;}
.header_right .weibo {display: inline-block; float: left;background: url('../images/sina.png')  3px center  no-repeat; background-size: 20px auto; width:100px; text-align: left;text-indent: 30px}
.header_right .weixin{display: inline-block; float: left;background: url('../images/wechat.png') 3px center  no-repeat; background-size: 20px auto; width:100px; text-align: left;text-indent: 30px}
.header_right .wap{display: inline-block; float: left;background: url('../images/m.png') 3px center no-repeat; background-size: 20px auto; width:100px; text-align:left;text-indent: 26px}
.xia_erweima img {z-index: 9999;position:absolute;}
/*-- Search ------------------------------------------------*/
.search-box {
	margin-top: 50px;
   margin-right: 24px;
	width:300px;
	display: inline;
	float:right;
	position:absolute;
	z-index:1;
}
.search-box .search-text {
    background-color: #fff;   
    color: #ACACAC;
    font-family:  ‘微软雅黑’，Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin-top: 2px;
    padding: 3px 5px;
    position: absolute;
	z-index:1;
    right: 32px;
    width: 85%;
	border:1px solid #ccc;
}
.search-box .search-submit {
    background: #2c4c8e url("../images/search.png") no-repeat center center;
    background-size:15px;
    border: medium none;
    cursor: pointer;
    height: 22px;
    position: absolute;
    right: 0;
    top: 2px;
    width: 30px;
    z-index: 1;
}

.xia_erweima{width:100%;height:79px;position:absolute;left:0;top:26px;z-index:9999;display:none;}

/*导航*/
.nav{width:100%;display: inline-block; float:right; height: 40px; background: #2c4c8e; text-align: center}
.nav div {width:1046px; display: block; margin: auto}
.nav ul {width: auto; margin: auto; display: block}
/*下拉菜单*/	 
.nav ul li{text-align:center;width:auto;width:auto;padding: 0px 45px; float:left;height:40px;line-height:40px;color:#FFF;font-size:14px;position: relative;z-index: 9999;display: inline;}
.nav ul li:hover{background: #00a54a}
.nav ul li a{color:#fff;display: block; font-size:14px; font-weight: bold; line-height: 40px}
.nav ul li a:hover{color: #fff; }
.nav ul li ul{background-color: none;position: absolute;display: none; width: auto; z-index: 9999}
.nav ul li:hover ul{background-color: none;display: block; height: 30px;padding:0px 0px; margin-left: -50px; width:auto; line-height: 30px}
.nav ul li:hover ul li{background:#2c4c8e;height:30px;line-height: 30px; padding:0px;font-size: 12px;display: block;width:156px;text-align: center;border-bottom: 1px dotted #fff;
filter:alpha(opacity=80);
-moz-opacity:0.8;
-khtml-opacity: 0.8;
opacity: 0.8;}
.nav ul li ul li a{color: #fff;  font-size: 12px; font-weight:normal; display:block; line-height: 30px}
.nav ul li ul li:hover{color:#bb002a}
.nav ul li ul li:hover a{color: #fff;}
.nav ul li ul li span{font-size:13px;color: #fff}
.notice {width:100%; height: 48px; line-height: 38px; display: block; background: url('../images/gonggao.jpg') repeat-x；
FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#b8c4cb,endColorStr=red); /*IE 6 7 8*/ 

background: -ms-linear-gradient(top, #fff,  #eee);        /* IE 10 */

background:-moz-linear-gradient(top,#ffff,#eee);/*火狐*/ 

background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#fff), to(#eee));/*谷歌*/ 

background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#eee));      /* Safari 4-5, Chrome 1-9*/

background: -webkit-linear-gradient(top, #fff, #eee);   /*Safari5.1 Chrome 10+*/

background: -o-linear-gradient(top, #fff, #eee);  /*Opera 11.10+*/}

.ind_dynamic_content{width:800px;height:42px;line-height:47px;position:absolute; margin-left:100px;overflow:hidden;}
.ind_dynamic_content li{width:100%;height:42px;position:relative;}
.ind_dynamic_content li span{color:#999;}

#main {width:1220px; margin: auto; margin-top:20px;display: block; height: 100%;}
.main_left{width:206px; float: left; display: inline-block; height: 100%;}
.main_right {width:975px; display: inline-block;float: right; height: 100%; border: 1px solid #eee; padding: 15px 15px 30px 15px}
.loacation{width:98%; height: 35px; display: block; text-align: right; }

/*首页新闻*/	 

#index_news_img {width:100%; height: auto}
.news-top{ width:100%;height:50px;margin: auto;margin-bottom: 18px;border-bottom:1px solid #ccc;}
.newsheader{width:118px;height: 50px;display: block; margin: auto; text-align:center; border-bottom:2px solid #be0024;}
.news-content{ width:100%;height:260px;display: block;}
.news-left {width:50%; height: 260px; display: inline-block; float: left; overflow: hidden; background:#ccc }
.news-left img {width:100%; height: auto}
.news-right{width:50%;height:260px; display: inline-block; float: left; overflow: hidden;}
.ncrbottom{overflow: hidden;width:600px;}
.ncrbottom ul li{display: block;width:570px;margin-left:30px;height:49px;line-height:49px;font-size: 14px; color: #333;border-bottom:1px solid #eee; overflow: hidden;}
.text{display: inline-block;float:left; text-indent: 10px; font-size:15px;white-space:nowrap;}
.date{display: inline-block;float:right;padding-right:20px;white-space:nowrap;}
#list1 {margin:10px}
#list1 li{ height:35px; line-height: 35px; border-bottom:1px solid #f1f1f1;font-size: 14px}
#list1 li span {float: right; margin-right: 10px; color: #ccc}

.newsbanner { display: block;text-align: center;width: 290px;height: 230px; background: #000;overflow: hidden}
.newsbanner li { list-style: none; }
.newsbanner ul li { float: left; }
#b03 {display: block;width: 290px; height:230px;  background: #f6f6f6; overflow: hidden;border: 0px solid #f00}
#b03 .imglist{width:290px;height: 230px; overflow: hidden}
#b03 .imglist img {margin-left: 0px}
#b03 .dots {position: absolute;z-index: 9999;margin-left: 120px; height: 80px;width: 200px; bottom:0px !important;}
#b03 .dots li {display: inline-block;width:10px;height:10px;margin: 0 4px;text-indent: -999em;border: 2px solid #fff; border-radius: 6px; cursor: pointer; opacity: .4; 
-webkit-transition: background .5s, opacity .5s; 
-moz-transition: background .5s, opacity .5s; 
transition: background .5s, opacity .5s;}
#b03 .dots li.active {background: #fff;opacity: 1;}


/*首页新闻图片轮番*/	 
div.slideBox{ position:relative; width:100%; height:400px; overflow:hidden; }
div.slideBox img{width:100%;height: auto}
div.slideBox ul.items{ position:absolute; float:left; background:none; list-style:none; padding:0px; margin:0px;}
div.slideBox ul.items li{ float:left; background:none; list-style:none; padding:0px; margin:0px;}
div.slideBox ul.items li a{ float:left; line-height:normal !important; padding:0px !important; border:none/*For IE.ADD.JENA.201206300844*/;}
div.slideBox ul.items li a img{ margin:0px !important; padding:0px !important;  border:none/*For IE.ADD.JENA.201206300844*/;}
div.slideBox div.tips{ position:absolute; bottom:0px; width:100%; height:50px; background-color:none; overflow:hidden;}
div.slideBox div.tips div.title{ position:absolute; left:0px; top:0px; height:100%;}
div.slideBox div.tips div.title a{ color:#FFF; font-size:18px; line-height:50px; margin-left:10px; text-decoration:none;}
div.slideBox div.tips div.title a:hover{ text-decoration:underline !important;}
div.slideBox div.tips div.nums{ position:absolute; right:20px; top:0px; height:100%;}
div.slideBox div.tips div.nums a{ display:inline-block; >float:left/*For IE.ADD.JENA.201206300844*/; width:20px; height:20px; background-color:#FFF; text-indent:-99999px; margin:15px 10px 0px 0px;}
div.slideBox div.tips div.nums a.active{ background-color:#f00;}

/*首页新闻Tab*/	 
.tab-wrapper {margin:  auto;width: 100%}
.tab-menu{background:url('../images/news_tab_bg1.jpg'); height: 35px; width: 100%; display: block}
.tab-menu li {position:relative;color:#333;font-size:14px;display: inline-block;float:left;margin-left:0px;width:90px;height: 32px; line-height: 35px;text-align: center;opacity: 0.8;cursor:pointer;z-index:0;}
.tab-menu li:hover {color:#25255d;}
.tab-menu li.active {color:#fff;background:url('../images/news_tab_bg.jpg') no-repeat center bottom;opacity: 1;}
.tab-menu li.active:hover {color:#fff;}
.tab-content>div {background-color: #fff;box-sizing:border-box;width: 100%;padding-left: 5px; display: block;clear: both;}
.tab-content li{border-bottom:1px solid #eee;height: 35px;line-height: 35px;display: block;clear: both;}

.tab-content  .text{width: auto;display: inline-block;float:left; text-indent: 10px; font-size:15px; white-space:nowrap; }
.tab-content  .date{display: inline-block;float:right;padding-right:20px; white-space:nowrap;}


#playbtn {position: absolute;width:50px;margin-left:17%;margin-top:215px;z-index: 100;}
	
	
/*文章内页、图片内页*/	 
.news_tab {width:100%;background:#fff;height:auto;display: block;}
.new_tab_container {margin: auto; width:100%;height: auto; display: block; }
.news_content {margin:50px auto; width:100%; height: auto; display: block; overflow: hidden}
.photo_content {margin:50px auto; width:80%; height: auto; display: block; overflow: hidden}
.news_tab_left {width:206px; height: 34px; line-height: 34px;  color: #fff; font-size: 16px; text-indent: 30px; display: block; background: url('../images/left_top.jpg') no-repeat}
.news_tab_right {width:auto;line-height: 20px;  color: #333; font-size: 14px;display:block;overflow: hidden;padding: 18px 0px;border: 1px solid #f1f1f1}
.news_tab_right li {display: block; margin: auto; height: 28px; line-height: 28px; width:195px;text-indent: 35px;}
.news_tab_right .p_nav a{display: block; font-size:13px; font-weight: normal; width:195px;height: 28px;background: url('../images/cat_bg.jpg') no-repeat;}
.news_tab_right .s_nav a{margin: 0px 1px; font-size:12.5px; height: 28px}
.news_tab_right span {display:block;margin: auto; text-align: center; margin-bottom: 10px}

.news_list{width:98%; height: 120px;margin-top: 15px; display: block; clear: both; padding-bottom: 30px; border-bottom: 1px solid #f1f1f1}
.news_img {width:22%; height: 120px;display: inline-block; float: left; overflow: hidden;}
.news_img div {display: table-cell; vertical-align: middle; height: 120px}
.news_img img {width:100%;height: auto}
.news_text {width:75%;height: auto; display: inline-block; float: right}
.news_date {display: block; width: 95%; height: 30px; color: #ccc; font-size:14px}
.news_title {display: block; width:95%; height: 30%; color: #222; font-size:16px; font-weight: bold}
.news_des {display: block; width:95%; height: auto; color: #ddd; font-size:15px; margin-top: 0px; line-height: 26px}
.news_title a{color:#333}
.news_title a:hover{color:#f00}
.news_des a{color:#888}
.news_more {font-size:15px; margin-top: 10px}
.news_more a{color:#2c4c8e}
.content_title {height: auto; width:100%; margin-bottom: 20px; font-size:22px; color: #333; font-weight: bold; border-bottom: 1px #ccc solid; text-align: center;}
.content_date {display: block; width: 95%; height: 30px; color: #ccc; font-size:14px; margin: auto; text-align: center}
.content_con {margin-top: 0px; font-size:14px; line-height: 28px; }
.content_con p {padding-top:20px;}
.content_con img{margin-left: 0px; max-width:955px}
.p_contact img {display:none}

#contents img {margin-left: 0px}
#contentsbak p {text-indent: 0px!important}
.prev_next_nav {margin-top: 30px; font-size: 14px; border-top:1px solid #ccc;padding-top: 20px}
#dis_none {display: none}
.photo_left {width:16%; height: auto;display: inline-block; float: left; background: #f5f5f5;padding:15px 0px 80px 15px}
.photo_right {width:auto; height: auto;display: inline-block;float: right; overflow: hidden}
.photo_right1 {width:80%; height: auto;display: inline-block;float: right; overflow: hidden}
.photo_left .p_cate {font-size:16px;height: 35px; margin-top: 15px}
.photo_left .p_cate a{color:#111;}
.photo_left .s_cate {display: block; height: 30px; font-size:14px}
.photo_list {display: inline; float: left;margin:10px 9px 10px 3px;width: 231.5px;height:225px;margin-bottom: 15px}
.photo_title {width:100%; height: 50px; display: block; text-align: center; font-size:14px; padding-top: 5px; overflow: hidden}

.photo_title a {display:table; vertical-align:middle; text-align: center;width: 100%;margin: auto; height: 50px;overflow: hidden; font-size:12px}
.photo_img {overflow: hidden; height:160px;width: 100%;display: block;text-align: center;border: 1px solid #eee}
.photo_img img{height:auto;width:100%;display: block; margin: auto; } 
.photo_content_img{width:100%; height: auto;display: block; background: #fff}
.photo_content_text{width:94%; height: auto;display: block; background: #f5f5f5;padding:5px 30px; line-height: 28px;font-size:14px}
.text_h1 {font-size:35px; color:#25265e;font-weight: bold}
.photo_content_text .title h1 {font-size:23px;  padding:20px 0px;color:#25265e}
.photo_content_img img {height:auto; width: 100%;}
.sitemap {display: block; height: 50px}
.sitemap .p_nav{height: 30px; width:auto; margin-right: 25px; display:inline-block;float: left}
.sitemap .s_nav {height:auto; padding: 5px; display:inline-block;float: left;margin-right: 20px}

.page {display: block; width: 95%; height: 30px;margin:30px auto; text-align: right; font-size:14px; }
.page ul {margin: auto; width:auto; float: right}
.page li {display: inline-block; float: left; margin-left: 10px}
.page a {padding:3px 8px; height: 20px; background: #f6f6f6;display: inline-block; float: left; border: 1px solid #f1f1f1; margin-left: 10px}
.page span {padding:3px 5px; display: inline-block; float: left; }
 
.blk_18 {
 overflow:hidden;
 zoom:1;
 font-size:9pt;
 border:1px solid #fff;
 background:#fff;
 width:358px;
 margin-top:15px;
}
.blk_18 .pcont {
 width:300px;
 float:left;
 overflow:hidden;
 padding-left:5px;
}
.blk_18 .ScrCont {
 width:32766px;
 zoom:1;
 margin-left:-5px;
}
.blk_18 #List1_1, .blk_18 #List2_1 {
 float:left;
}
.blk_18 .LeftBotton, .blk_18 .RightBotton {
 width:15px;
 height:74px;
 float:left;
 background:url(../images/ax.gif) no-repeat;
}
.blk_18 .LeftBotton {
 background-position: 0 0;
 margin:8px 5px 0;
}
.blk_18 .RightBotton {
 background-position: 0 -100px;
 margin:8px 1px 10px 5px;
}
.blk_18 .LeftBotton:hover {
 background-position: -20px 0;
}
.blk_18 .RightBotton:hover {
 background-position: -20px -100px;
}
.blk_18 .pl img {
 display:block;
 cursor:pointer;
 border:none;
 margin:6px auto 1px auto;
}
.blk_18 .pl {
 width:105px;
 border:1px solid #fff;
 float:left;
 float:left;
 text-align:center;
 line-height:24px;
}
.blk_18 a.pl:hover {
 border:1px solid #5dacec;
 color:#5dacec;
 background:#fff;
}

.footer{display: block;width:100%;height:100%;background:#eee;
   }
   .footertop{width:1100px;display: block;
    margin:15px auto;
	height:100%;
	padding-top: 25px;
	line-height:26px;
   }
   .footertop div{
width:130px;
	 height: auto;
    float:left;
	display: inline-block;
	list-style:none;
	padding:0px 3% 0px 5px;
	}
.footertop img {width:120px; float: right;margin:3px 2px 0px 10px}
.footertop .p_nav {display:block;font-weight: bold; font-size:15px;margin-bottom: 10px }
.footertop .p_nav a {font-weight: bold; font-size:15px; color: #000; height:160px;}
.footertop .p_nav a:hover {font-weight: bold; font-size:16px; color: #555}
.footertop .s_nav {display:block;font-size: 14px;height: 30px}
.footertop .s_nav1 {display:inline-block; float:left;font-size: 14px;height: 30px}
.bottom-nav {font-size:16px;font-weight: bold;margin-bottom: 5px; color: #333}

	  
   .footerbottom{
	   clear: both;
	display: block;
    margin: auto;
	width:100%;
	height:40px;
	line-height:40px;
	text-align:center;
	border-top:1px solid #ccc
   }
	



   .js-lightBox{
    cursor: pointer;
    opacity: .8;
  }
  
  .js-lightBox:hover{
    opacity: 1;
  }
  
  .lightBox-view img{
      display: block;
      display: none;
      border:0px;
      margin:0px !important;
  }
  
  .lightBox-popupMask{
    position: fixed;
    background:black;
    filter:alpha(opacity=80);/* IE */
    opacity:0.8;
    width:100%;
    height: 100%;
    z-index:9999;
    display: none;
    background-image: url('../images/icon/overlay.png');
  }
  
  .lightBox-popup{
  
  }
  
  .lightBox-popup{
    display: none; 
    position: fixed;
    z-index:10000;
    top:0%;
    left:50%;
    height: 50%;
    background-color: white;
    /* margin-left:-500px; */
    border-radius: 10px;
    border:5px solid white;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('../images/icon/loading.gif'); 
    background-size: 8%;
  }
  
  .lightBox-description .lightBox-btn{
   /*  position: absolute;
    top:0; */
    display: inline-block;
    height: 100%;
    width:50%;
    text-align: center;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
    filter:alpha(opacity=20);/* IE */ 
    opacity: .4;
    background-image: url('../images/icon/opacity.png');
  }
  .lightBox-description .lightBox-btn:hover{
    filter:alpha(opacity=100);/* IE */ 
    opacity: 1;
  }
  
  /* .lightBox-view .lightBox-prev-btn{
    left:0; 
  }
  .lightBox-view .lightBox-next-btn{
    right:0;
  } */
  
  .lightBox-description .lightBox-prev-btn.active{
    background-image: url('../images/icon/prev.png'); 
  }
  .lightBox-description .lightBox-next-btn.active{
    background-image: url('../images/icon/next.png'); 
  }
  
  .lightBox-description .lightBox-prev-btn.disable{
    background-image: url('../images/icon/prev.png');
    opacity: 0.1;
    cursor: default;
  }
  .lightBox-description .lightBox-next-btn.disable{
    background-image: url('../images/icon/next.png'); 
    opacity: 0.1;
    cursor: default;
  }
  
  .lightBox-view .lightBox-description{
    position: absolute;
    bottom:0;
    right:0;
    left:0;
    padding:15px;
    display: none;
    color:white;
    background-color: black;
    filter:alpha(opacity=80);/* IE */ 
    background: rgba(0,0,0,.8);
  }
  .lightBox-view .lightBox-description .lightBox-current-index{
    margin-top: 5px;
    display: block;
    font-style:italic;
  }
  .lightBox-view .lightBox-description .lightBox-close{
    float: right;
    display: block;
    width:40px;
    height:40px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-image: url('../images/icon/close.png'); 
    background-position: center center;
  }
  .lightBox-description .btn-position{
    float: right;
    position:relative;
    width:100px;
    height: 40px;
  }