﻿/*︻▓▇▇◤全局样式︻▓▇▇◤ */
*{margin: 0;padding: 0;}
a:link,a:visited{color: #444;text-decoration: none;}
a:hover {color: #0F4689;}
a:active {}
h3{font-size: 18px;}
img{border: 0;}
table{border-collapse:collapse;}
li{vertical-align: bottom;}
ul,ol,li {list-style:none;}
em { font-style:normal; }
input.radio, input.checkbox {width: auto;}
.longTitle{/* 长标截断 */
	text-overflow:ellipsis;/*IE省略号*/
	white-space:nowrap;/*强制在同一行内显示所有文本，直到文本结束或者遭遇 br 对象*/
	overflow:hidden;
	-o-text-overflow:ellipsis;/*op专用省略号*/
	}
.fl {float:left;}
.fr {float:right;}
.clearf,.cf,.clear-both {
	clear:both;
	overflow:hidden;
	font-size:0px;
	line-height:0px;
}
.transparent{  
      filter:alpha(opacity=50);  
      -moz-opacity:0.5;  
      -khtml-opacity: 0.5;  
      opacity: 0.5;  
}

/*︻▓▇▇◤公共样式︻▓▇▇◤ */
html{background-color: #fff;}
body {font-family:"Microsoft Yahei";
	text-align:center;	
	font-size:16px;
	color: #5A5A5A;
}
#top{font-size:12px;
	background-color: #eee;color:#333;
	overflow: hidden;
}
#topInner{text-align:left;height:32px;line-height:32px;width:1200px;margin:0 auto;}
#topInner span{float:left;}
#topInner iframe{float:right;margin-top:5px;}
#header {padding-top:178px;background:#0097a8 url(4_banner.jpg) no-repeat center top;}
#navoutter {height:50px;background-color: #0097a8;}
/*菜单和搜索*/
#nav{position: relative;width: 1200px;margin:0 auto;text-align:center;}
#nav ul li{  font:normal 20px/30px Microsoft YaHei; float:left; overflow:hidden;}
#nav ul li a{ color:#fff;text-decoration:none; display: block;padding:10px 25px;}
#nav ul li:hover a,#nav ul li#current a { background:#025e68; color:#fff;}	


#searchBox{
	position: absolute;z-index: 1;
	margin:0 auto;
	top: -19px;
	right: 7px;
	background-image: url(4_search.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;	
	width: 402px;height: 69px;	
	font-size: 0;
}
#searchBox #searchProForm{margin-top:9px;}
#searchBox p{height:22px;}
#searchBox #keyword{
	width:204px;margin-right:0px;
	padding-left:10px;
	padding-right: 10px;
	height:27px;
	line-height:27px;
	border: 0;
	border-radius: 2px 0 0 2px;
	outline: none;
}
#searchBox #btn_Search{
	border:0;
	height: 27px;
	line-height: 27px;
	width: 69px;
	vertical-align: bottom;
	cursor: pointer;
	background-color: #0097a8;
	font-size: 14px;
	color: #FFF;	
	display: inline-block;
	letter-spacing: 2px;
	font-weight: bold;
	border-radius: 0 2px 2px 0;
}
#searchBox p{font-size:12px;margin-top:5px;color: #fff;padding-left:5px;}
#searchBox p a{font-size:12px;margin-right:10px;}
#searchBox p a:link,#searchBox p a:visited{color: #fff;}
#searchBox p a:hover {color: #A9CAED;}
/*︻▓▇▇◤◤底部︻▓▇▇◤ */
#footer {
	clear:both;
	text-align:left;
	position: relative;
	background-color: #0097a7;
	color: #fff;
}

#footerInner{
	width:1200px;
	margin:0 auto;
	height:100px;
	padding:35px 0 0 0;
	line-height:180%;
	font-size:14px;
	position: relative;	
}
#ficon{
	position: absolute;
	z-index: 1;
	right:0;
}
#footer p{line-height:200%;}
#footer a:link,#footer a:visited{color: #fff;}
#footer a:hover{color: #fff;}
#footer img {vertical-align: middle; margin-left: 25px;}
#_ideConac img {margin-left:0px; -10px;margin-bottom: -10px;}

/*︻▓▇▇◤◤首页︻▓▇▇◤ */
#container {
	position:relative;
	margin:0px auto;
	text-align:left;
	width:1200px;
	padding:0 0px 0;
}
/************************main1*********************************/
#main1{ margin-top:20px; background-color: #f8f8f8;}
#m1L{
	 display: inline-block; width:580px; height: 360px;
}
#m1L img {width: 100%;height: 100%;}



.carousel {
  position: relative;
  display: inline-block;
}
.carousel_inner {
   width:580px; height: 360px;
  overflow: hidden;
}
.carousel_item {
  display: none;
  float: left;
  position: relative;

  width: 100%;
  height: 100%;
}
.carousel_item img {
  width: 100%;
  height: 100%;
}
.carousel_item .title {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 50px;
  background: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  color: #fff;
  line-height: 50px;
  padding: 0 20px;
}
.carousel_item .title:hover {
  cursor: pointer;
}
.carousel_item.active {
  display: block;
}
.carousel_doc {
  position: absolute;
  bottom: 0;
  right: 0;
  left:0;
  padding-right: 22px;
  height: 50px;
  line-height: 50px;
  display: block;
  text-align: right;
  /*background: rgba(0, 0, 0, 0.7);*/
}
.carousel_doc li {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #afa7a8;
  margin-left: 3px;
  vertical-align: middle;
  font-size: 10px; line-height: 8px; text-align: center;
  border-radius: 50%;
}
.carousel_doc li.active {
  background: #fff; color:#fff;
}


#m1R,#m2R{display:inline;
	width:560px;}
#m1R{ padding:15px 20px 20px;
	overflow: hidden;height:360px;
}	
.tag{
	height:40px;
	border:1px solid #eee;
	border-bottom: 2px solid #0097a7;
}
.tag a{
	float:left;
	height:40px;
	line-height: 40px;
	text-align: center;
	display: block;
	font-size:18px;	
	color: #333;
	padding:0 20px;
}
.tag a.active{color: #0097a7; font-weight: 700; }

.nList {display:none;
	height: auto;
    min-height: 110px;
    position: relative;
    padding-top: 5px;
	}
.nList h4{height: 36px;margin-top: 8px;margin-bottom: 8px;}
.nList h4 a{width: 90%;
    margin: 0 auto;
    height: 36px;
    font-size: 24px;
    text-align: center;
    display: block;
    color: #c7390d;
	}
.nList p{
    line-height: 20px;
    overflow: hidden;
    padding-left: 0;
    text-indent: 28px;
    margin-bottom: 5px;
    font-size: 14px;
	color: #808080;
	overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2; -webkit-box-orient: vertical;
	}
/*.nList p a{
	background-image: url(4_4.jpg);
	background-repeat: no-repeat;
	display: inline-block;
	height: 25px;
	width: 66px;margin:0 0 -5px 10px;
}*/
.nList li{
		margin-left: 2px;
		padding-left: 13px;
        background-image: url(4_dot.jpg);
        background-repeat: no-repeat;
        background-position: left 50%;
		line-height: 36px;
		font-size: 16px;
	}
.nList li a{width:70%;display:block; color:#333;}
.nList li span{
	float: right;
	color: #999;
	font-size: 14px;
}
.nListG {
	height:290px;
	overflow: hidden;
}
.nListG li{height:36px;}
.nListG li a{float:left;width:390px;margin-right:60px;
		display: block;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;}
.nListG li span{float:left;}

#main1 .tag a{
	float:left;
	height:40px;
	line-height: 40px;
	text-align: center;
	display: block;
	font-size:24px;	
	color: #666666;
	padding:0 10px;
}
#main1 .tag a.active{color: #0097a7; font-weight: bold;}
/*********************************************************/
.h3{width:100%;line-height:16px; margin-bottom: 5px;}
.h3 a{
	float:right;
	font-size: 13px; 
	font-weight: normal;color:#b2b2b2;
}
.h3 b{ 
	display: inline-block;
	border-left:4px solid #ed0000; padding-left:5px;
	color: #ed0000;font-size:16px; line-height: 1; 
}
/************************main2*********************************/
#main2{margin-top:20px; background: #fff;}
#main2 .tag a.on{color: #0097a7; font-weight: 700; padding-bottom: 2px; margin-bottom: -2px; background: #fff;}
/*#m2L .nList{padding:5px 5px 0 5px;min-height:200px;}*/
#m2L { width: 370px; }
#m2M { margin-left:30px; width: 410px; }
#m2R { width: 380px; }
#m2R a { float:left;
	line-height: 50px;
	text-align: center;
	display: block;
	height: 50px;
	width: 180px;
	margin:0 0 10px 10px;
	font-size:16px;
	color:#333; background: #e5f4f6;}
#m2R a.big {height: 80px;line-height: 80px; font-size: 18px; color:#0097a8; background:#eee;}
#m2R a img {vertical-align: middle; margin-right: 20px;}
/***********************main3**********************************/
#main3{margin-top:20px; 
	height: 85px; padding:20px 0; background: #fff;
	overflow: hidden;
}
#picbox{ padding-left:60px; background: url(zt.png) no-repeat left center;}
#ulOuter{height:85px; position: relative;}
#picbox .bx_wrap{
	height:85px;	
	position: relative;
}
#picbox .bx_container{
	width:100%;
	height:85px;
	overflow: hidden;
	position: absolute;
	left:35px;
	z-index: 99998;	
}
#picbox #demo img{border:0;
	height: 85px;
	width: 340px;
}
#picbox .bx_wrap a.prev,#picbox .bx_wrap a.next{
	display: block;
	position: absolute;
	height: 50px;
	width: 20px;
	top: 24px;
	z-index: 99999;
	background: url(4_arr.jpg) no-repeat left top;
	cursor: pointer;
	text-indent: -2000px;
}
#picbox .bx_wrap a.next{background-position: right top;right:0;}
/************************main4*********************************/
#main4{margin-top:20px;}
.h2{ height: 40px; margin-bottom:20px; border-bottom: 10px solid #7fcbd3; }
.h2>a{ color:#fff;height:50px; width: 170px; background: url(h2_bg.png) no-repeat left bottom;
	line-height: 50px;
	display: inline-block;
	font-size:18px;	
	padding-left:25px;
}
.h2 .tool {float: right; padding-bottom: 10px;}
.h2 .tool a { display: inline-block; font-size:16px; color:#666; padding-left:20px; margin-right: 20px; line-height: 40px; }


#m4L{  display:inline-block; width:940px; height: 250px;  }
#m4L .tag {background: #eee; }
#m4L {}
table { width: 100%; border:1px solid #eee; padding:10px 0; }
th {padding:0 20px; font-size: 14px; color:#999; height: 40px; background: #f6f6f6;}
td { padding:0 20px;height: 43px; font-size: 16px; color:#666;}

#m4M_a{
	display:inline-block; width:245px;
}
#m4M_a a{
	display: block;
	height: 70px;
	margin-bottom:23px;
}
#m4M_a a img { width: 100%; height: 100%; }

#m4L_a a{
	float:left;
	line-height: 32px;
	text-align: center;
	display: block;
	height: 32px;
	width: 110px;
	border: 1px solid #E6E6E6;
	margin:0 8px 8px 0;
	font-size:14px;
	color:#666; background: #fff;
}


#m4R {display:inline-block; width:245px;}
#m4R .dc a {font-size: 16px; color:#333; line-height: 24px; margin-bottom: 15px; padding-top: 6px; width: 100%;}

#m4R .dc li { background-position: left 17px; }
/************************link*********************************/

#link{
	margin-top: 20px;
	height:50px;
	line-height:50px;
	background-color: #dfdfdf;
	
}
#link p{width:1200px;margin:0 auto;}
#link select{width:258px;margin-right: 50px;height:30px;border:0;line-height:30px;background-color: #fff;color: #646464;padding-left: 10px;}

/*︻▓▇▇◤子页︻▓▇▇◤ */
.main_inner {background: #fff;}
#left {
	width:268px;
	overflow:hidden;
	float: left;
	display:inline;
	min-height:650px;
	border: 1px solid #D8D8D8;
	background-color: #F5F5F5;
}
#right {
	width:895px;
	overflow-x:hidden;
	float: right;
	min-height:280px;
	padding-right: 5px;
}
#crumb{
	margin-bottom:18px;
	height:40px;
	line-height:40px;
	font-size:14px;
	background-image: url(4_home.jpg);
	background-repeat: no-repeat;
	background-position: 10px 50%;
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D8D8D8;
}
#crumb *{color:#686868;}
#crumb h2{
	position: absolute;
	font-size: 15px;
	color:#fff;
	text-indent: 25px;	display:none;
}
#crumb span{/*background: url(images/hom.gif) no-repeat 5px 50%;*/
	text-indent: 25px;	
	float: left;
	margin-right: 30px;	
	padding-left: 10px;	font-size: 15px;	
}
#sideMenu{	
	margin-bottom:10px;
	background-color: #fff;
}
#sideMenu h3{
	
	height: 55px;
	line-height: 55px;
	overflow: hidden;
	font-size: 22px;
	font-weight: normal;
	background-image: url(4_sideMenuh3.jpg);
	background-repeat: no-repeat;
	background-position: right 0px;
	color:#FFFFFF;
	text-align: center;
	letter-spacing: 2px;
}

#sideMenu ul{}
#sideMenu li{height:50px;border-bottom: 1px solid #d8d8d8;}
#sideMenu a{
	height:50px;
	line-height:50px;
	display: block;
	text-align: center;
	letter-spacing: 2px; color:#333;
	border-left:6px solid transparent;
	font-size: 18px;}
#sideMenu a:link,#sideMenu a:visited{}
#sideMenu a:hover,#currentLi a:link,#sideMenu #currentLi a:visited,#sideMenu #currentLi a:hover{
	border-left: 6px solid #025e68;
	color: #0097a8;
	text-decoration: none;
	background-color: #eefffe;}
	
#op1{padding:0;}
#op1 ul li {
	height:41px;
	line-height:41px;
	overflow:hidden;
	border-bottom: 1px dashed #D8D8D8;}
#op1 ul li a {
	white-space:normal;
	float:left;
	display: block;
	font-size: 16px;  color:#333;
	width:80%;}
#op1 span{
	width:90px;
	margin-left:-90px;
	float:right;
	text-align:right;
	font-size: 14px;
	color: #999;
}
/*分页钮*/
#pagetop{clear: both;height: 20px;clear: both;}
.pages {clear:both;	PADDING-RIGHT: 3px; PADDING-LEFT: 3px; PADDING-BOTTOM: 13px; MARGIN: 3px; PADDING-TOP:13px; TEXT-ALIGN: center;}
.pages A {BORDER: #D7D7D7 1px solid; PADDING: 2px 10px;  MARGIN: 2px; TEXT-DECORATION: none}
.pages A:hover,.pages A:active {COLOR: #666; BORDER: #d7d7d7 1px solid}
.pages .current {BORDER: #0097a7 1px solid;
	PADDING: 2px 12px;	
	FONT-WEIGHT: bold;	
	MARGIN: 2px;
	COLOR: #fff;	
	BACKGROUND-COLOR: #0097a7;
}
.pages .disabled {
	BORDER: #D7D7D7 1px solid;
	PADDING: 2px 10px;	
	MARGIN: 2px;
	COLOR: #bbb;	
}
/*文章内容页*/
#content{
	font-size: 16px;
	line-height: 28px;
	padding: 10px 20px 10px 20px;	color:#333;
}
#contentPic{text-align: center;}
#contentPic img{max-width:980px;margin:0 auto;margin-bottom:20px;}
#content table td{
	margin:0 auto;
	border: 1px solid #999;	
}
#content p{	font-size: 16px;margin-bottom:10px;}
#Err{
	
	height: 300px;
}
#ShowArtOne{border: 0px solid #DCDCDC;padding:10px;
	position: relative;margin-bottom:10px;
}
#ShowArtOne #title{
	font-size: 12px;
	text-align: center;
	margin:10px;
	border-bottom: 1px solid #DDDDDD;
	padding-bottom:10px;
}
#ShowArtOne #title h1{
	line-height:26px;
	font-size: 26px;
	margin-top:10px;
	padding-bottom:10px;
	margin-bottom:10px;
	color:#333;
	font-weight: 700;
}
#ShowArtOne #title p{
	height:30px;font-size: 12px; color:#999;
	line-height:30px;
	
}
#ShowArtOne #title em{font-style: normal;margin-left:10px;}
#ShowArtOne hr{border-top: 1px dashed #C1C1C1;}
#backLastPageBtn{color:#3F6F9F;}
#PreNext{
	border-top: 1px dashed #CCCCCC;
	margin-top:15px;margin-bottom:15px;padding-top:5px;
	font-size: 12px;
}
#PreNext li{height:24px;
}
#fuJian{
	clear:both;
	margin:30px 0;padding-top:20px;
}
#fuJian h3{
	height:30px;
	line-height:30px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #183181;
	font-weight: normal;
}
#fuJian a{
	line-height:30px;
	font-size: 14px;
	margin-bottom:6px;
	display: block;
	text-decoration: underline;
}
#fuJian a:link,#fuJian a:visited{color: #193080;}
#btns{padding-bottom:30px;padding-left:300px;}
#btns #btn1,#btns #btn2,#btns #btn3,#btns #btn4{
	float:left;
	width: 72px;
	height: 34px;
	display: inline-block;
	margin-right: 14px;
	text-decoration: none;
	text-indent: -2000px;
}
#btns #btn1{background: url(4_btn1.jpg) no-repeat 0px 0px;}
#btns #btn2{background: url(4_btn2.jpg) no-repeat 0px 0px;}
#btns #btn3{background: url(4_btn3.jpg) no-repeat 0px 0px;}
#btns #btn4{background: url(4_btn4.jpg) no-repeat 0px 0px; width: 128px;padding-left:82px;}