﻿/*︻▓▇▇◤全局样式︻▓▇▇◤ */
*{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;  
}
#btn_submit,.btn_submit{
	background-image: url(submit.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	width:80px;
	height:30px;line-height:30px;
	color: #FFFFFF;	
	cursor: pointer;
	font-weight: bold;
}
/*︻▓▇▇◤公共样式︻▓▇▇◤ */
html{background-color: #ebe9e8;}
body {font-family:"Microsoft Yahei";
	text-align:center;	
	font-size:16px;
	color: #5A5A5A;
}
#top{font-size:12px;
	background-color: #eeeeee;color:#333;
	overflow: hidden;
}
#topInner{text-align:left;height:32px;line-height:32px;width:1180px;margin:0 auto;}
#topInner span{float:left;}
#topInner iframe{float:right;margin-top:5px;}
#header {padding-top:178px;background: url(3_banner.jpg) no-repeat center top;}
#navoutter {height:50px;background-color: #3498db;}
/*菜单和搜索*/
#nav{position: relative;width: 1180px;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:#095486; color:#fff;}	


#searchBox{
	position: absolute;z-index: 1;
	margin:0 auto;
	top: -19px;
	right: 7px;
	background-image: url(3_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: #3498db;
	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: #156092;
	height: 137px;color: #fff;
}
#footerInner{
	width:1180px;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;}
#_ideConac img{margin-bottom:-15px;margin-right:-15px;}
/*#footer .ico {margin-top: 5px;}*/

/*︻▓▇▇◤◤首页︻▓▇▇◤ */
#container {
	position:relative;
	margin:0px auto;
	text-align:left;
	width:1180px;
	padding:0 0px 0;
}
/************************main1*********************************/
#main1{padding-top:30px;}
#m1L,
#m1R { display: inline-block; width: 540px; height: 380px; padding:20px; background: #fff;}


.carousel {
  position: relative;
  display: inline-block;
}
.carousel_inner {
   width:540px; height: 380px;
  overflow: hidden;
}
.carousel_item {
  display: none;
  float: left;
  position: relative;
  width: 100%;
  height: 100%;
}
.carousel_item img {
   width:540px; height: 330px;
}
.carousel_item .title {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  /*background: rgba(0, 0, 0, 0.5);*/
  font-size: 20px;
  color: #333;
  line-height: 1.2;
  margin-top:25px;
}
.carousel_item .title:hover {
  cursor: pointer;
}
.carousel_item.active {
  display: block;
}
.carousel_doc {
  position: absolute;
  bottom: 30px;
  right: 0;
  display: block;
  text-align: right;
  /*background: rgba(0, 0, 0, 0.7);*/
}
.carousel_doc li {
  display: inline-block;
  width: 30px;
  height: 5px;
  background: #e5e5e5;
  margin-left: 3px;
  vertical-align: middle;
}
.carousel_doc li.active {
  background: #2980b9; 
}




/*#m1R,#m2R{display:inline;
	width:604px;}*/
	
.tag{
	height:40px;
	background-color: #eee;
}
.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: #fff; background: #3498db;}

.nList {display:none;
	height: auto;
    min-height: 110px;
    position: relative;
    padding-top: 5px;
	}
.nList h4{margin-top: 8px;margin-bottom: 8px;}
.nList h4 a{width: 90%;
    margin: 0 auto;
    line-height: 36px;
    font-size: 24px;
    text-align: center;
    display: block;
    color: #2980b9;
    font-weight: 700;
	}
.nList p{
    line-height: 22px;
    overflow: hidden;
    padding-left: 0;
    text-indent: 28px;
    margin-bottom: 8px;
    font-size: 14px;
	color: #999;
	overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2; -webkit-box-orient: vertical;
	padding-bottom: 18px;
	border-bottom: 1px solid #e9eaea;
	}
.nList p a{ color:#c34602;
}
.nList li{
		margin-left: 2px;
		padding-left: 13px;
        background-image: url(6_dot.jpg);
        background-repeat: no-repeat;
        background-position: left 50%;
		line-height: 36px;
		font-size: 16px;
	}
.nList li a{width:70%;display:block;}

.nList li span{
	float: right;
	color: #999;
	font-size: 14px;
}
.nListG {
	height:330px;
	overflow: hidden;
}
.nListG li{height:38px;}
.nListG li a{float:left;width:370px;margin-right:60px;
		display: block;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;}
.nListG li span{float:left;}
/*********************************************************/
.h3{border-bottom: 1px solid #D2CCCE;width:100%;height:38px;line-height:38px;}
.h3 a{
	float:right;
	font-size:13px;
	font-weight: normal;margin-right:10px;color:#9A9A9A;
}
.h3 b{
	width:110px;
	height:36px;
	display: block;
	border-bottom: 3px solid #006CC1;
	color: #006CC1;
	text-align: center;
	position: relative;
	z-index: 1;
	bottom: -1px;
}
/************************main2*********************************/
#main2{margin-top:20px;}
/*#main2 .tag a{font-size:16px;}*/
#m2L {display: inline-block; width: 340px; height: 220px; padding:20px; background: #fff;}
#m2R {display: inline-block; width: 740px; height: 220px; padding:20px; background: #fff;}

/***********************main3**********************************/
#main3{margin-top:12px;
	height: 120px;
	overflow: hidden;
}
#picbox{position: relative;}
#ulOuter{height:120px;}
#picbox .bx_wrap{
	height:120px;	
	position: relative;
}
#picbox .bx_container{
	width:100%;
	height:120px;
	overflow: hidden;
	position: absolute;
	left:0;
	z-index: 998;	
}
#picbox #demo img{border:0;
	height: 120px;
	width: 380px;
}
#picbox .bx_wrap a.prev,#picbox .bx_wrap a.next{
	display: block;
	position: absolute;
	height: 50px;
	width: 20px;
	top: 35px;
	z-index: 999;
	background: url(3_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;}
#main4 .h2{margin-bottom:12px; line-height: 1;border-left: 8px solid #2980b9; padding-left:12px;
}
#main4 .h2 a{color:#2980b9; font-size: 28px; font-weight: 700;  }

#m4L{
	display: inline-block; width: 340px; height: 230px; padding:20px; background: #fff;
}
#m4R {display: inline-block; width: 740px; height: 230px; padding:20px; background: #fff;}


#m4L_a{
	background: #f6f6f6; border-top:1px solid #d2d2d2; padding:10px 0;
}
#m4L_a a{
	float:left;
	line-height: 35px;
	text-align: left;
	display: block;
	width: 120px;
	margin:0 10px 0 0;
	font-size:16px;
	color:#333;
	padding-left:40px;
	background: url(dot2.png) no-repeat 22px center;
}


#m4M_l{
	display: inline-block; width: 540px; height: 267px; padding:20px; background: #fff;
}
#m4M_search {background: #e9f2f8; font-size: 0; padding:20px 30px 17px;}
#m4M_search h6 {font-size: 24px; color:#333; font-weight: 400; margin-bottom: 15px;}
#m4M_search .input {  display: inline-block;width: 380px; height: 30px; padding:10px; line-height: 30px; text-align: left; font-size: 18px; color:#333; border:none; background: #fff;vertical-align: middle; outline: none;}
#m4M_search .submit { display: inline-block; width: 80px; height: 50px; padding:10px 0; line-height: 30px; text-align: center; font-size: 18px; color:#fff; background: #2baa3f; vertical-align: middle; border:none;outline: none; }
#m4M_img {margin-top: 15px;}
#m4M_r{
	display: inline-block; width: 540px; height: 267px; padding:20px; background: #fff;
}
#m4M_r .tool { float: right; display: inline-block; margin-top: 7px; font-size: 14px; color:#333;}
#m4M_r .tool a {font-size: 14px; color:#333; margin-left: 5px;}
#m4M_r .tool img { vertical-align: text-top; margin-right: 4px; }
/*
#m4R{
	display: inline-block; width: 540px; height: 267px; padding:20px; background: #fff;
}

#m4L_b{
	width:450px;	
	display:inline;
}

#m4M_a {margin-bottom:10px;}
#m4M_a a{
	margin-right:27px;
	width:120px;
	float:left;
}
#m4M_a a img{width:120px;height:auto;vertical-align：top}	
#m4R_a {margin-bottom:10px;}

#m4M_b{padding-top:16px;}
#m4M_b #jbImg{float:left;width:102px;height:68px;
	margin-right:8px;
	display:inline;}
#m4M_b dl{float:left;
	width:304px;	
	display:inline;	
	}
#m4M_b dt{font-size: 16px;width:100%;height:25px;}
#m4M_b dt a{
	color: #0063C3;
	display: block;
}
#m4M_b dd{line-height:20px;font-size:14px;}
#m4R_a a{padding-top:6px;
	margin-right:35px;
	width:76px;
	height:115px;
	float:left;
	display: inline-block;
	text-align: center;
	font-size:14px;
}
#m4R_a a img{width:76px;height:auto;vertical-align:top;margin-bottom:3px;}
*/
/*#main4 .nList li a{width:100%;}*/

/************************link*********************************/

/************************link*********************************/

#link{ margin-top: 20px;
	height:50px;
	line-height:50px;
	background-color: #c9cfd3;	
}
#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;}


/*︻▓▇▇◤子页︻▓▇▇◤ */
.main_inner { width: 1200px; background: #fff;}
#left {
	width:268px;
	overflow:hidden;
	float: left;
	display:inline;
	min-height:830px;
	border: 1px solid #D8D8D8;
	background-color: #F5F5F5;
}
#right {
	width:895px;
	overflow-x:hidden;
	float: right;
	min-height:280px;
	padding-right: 5px;
}
#crumb{ margin-top:20px;
	margin-bottom:18px;
	height:40px;
	line-height:40px;
	font-size:14px;
	background-image: url(3_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(3_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 #d60a00;
	color: #d60a00;
	text-decoration: none;
	background-color: #ffeeee;}
	
#op1{padding:0 20px;}
#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; font-weight: 400;}
.pages a:hover,.pages a:active {COLOR: #666; BORDER: #d7d7d7 1px solid}
.pages .current {BORDER: #2c97de 1px solid;
	PADDING: 2px 12px;	
	FONT-WEIGHT: bold;	
	MARGIN: 2px;
	COLOR: #fff;	
	BACKGROUND-COLOR: #2c97de;
}
.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:#005388;
	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{margin-bottom:30px; text-align: center;}
#btns > a{
	width: 72px;
	height: 34px;
	display: inline-block;
	margin-right: 14px;
	text-decoration: none;
	text-indent: -2000px;
}
#btns #btn1{background: url(3_btn1.jpg) no-repeat 0px 0px;}
#btns #btn2{background: url(3_btn2.jpg) no-repeat 0px 0px;}
#btns #btn3{background: url(3_btn3.jpg) no-repeat 0px 0px;}
#btns #btn4{background: url(3_btn4.jpg) no-repeat 0px 0px; display: inline-block; padding-top:5px; height: 34px; width: 210px; text-align: right;}
#btns #btn4 a {  display: inline-block; width: 24px; height: 24px; vertical-align: middle; margin-right: 8px;}



.main_inner img{
	margin:0 auto;
	display: block;
}