/* CSS Document */
body {
margin:0;
padding:0;
background:#fff url(bg.jpg) repeat-x 50% 0;
behavior:url(ie-css3.htc);
min-width:1200px;
}
/* 文字样式 */
.hide-text{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0;}
.text-center{text-align:center;}
.text-left{text-align:left;}
.text-right{text-align:right;}


/* 按钮 */
.btn{display:inline-block;border:none;text-align:center;background:#158064;color:#fff;min-height:34px;line-height:34px;padding:0 15px;-webkit-transition:background 0.3s,border 0.3s;transition:background 0.3s,border 0.3s;}
.btn:hover{background:#009966;color:#fff;}
.btn.white{background:#fff;color:#666;border:1px solid #ddd;}
.btn.white:hover{background:#666;color:#fff;border:1px solid #666;}
.btn.disabled{background:#f1f1f1;border-color:#aaa;color:#aaa;cursor:default;}

/* 边距 */
.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt25{margin-top:25px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.ml5{margin-left:5px;}
.ml10{margin-left:10px;}
.ml15{margin-left:15px;}
.ml20{margin-left:20px;}
.mr10{margin-right:10px;}
.mr15{margin-right:15px;}
.pt10{padding-top:10px;}
.pt15{padding-top:15px;}
.pl5 {
	padding-left:5px;
}
.pl8 {
	padding-left:8px;
}

/* 浮动 */
.fl{float:left!important;}
.fr{float:right!important;}
.clearfix{*zoom:1;}
.clearfix:before,
.clearfix:after{
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;;}
.clearfix:after{clear:both;}

/*显示形式*/
.inline{display:inline;}
.block{display:block;}
.inline-block{display:inline-block;zoom:1;*display:inline;}
.hidden{display:none;}
.d-inline {
_display:inline;
}
/* 下拉三角符号 */
.caret{display:inline-block;width:0;height:0;vertical-align:middle;border-top:8px solid #000000;border-right:8px solid transparent;border-left:8px solid transparent;content:"";}
.caret.up{border-top:none;border-bottom:8px solid #ccc;}
.caret.down{border-top:8px solid #ccc;border-bottom:none;}

.main-1200 {
	width:1200px;
	margin:0 auto;
}
header {
	background:url(headbg.jpg) no-repeat 50% 0;
	height:730px;
}
#content1 {

padding-bottom:30px;	
}

#c1-left {
	width:630px;
	height:400px;
	float:left;
	overflow:hidden;
	position:relative;
}
#c1-right {
padding-top:15px;
float:left;
margin-left:20px;
width:550px;	
}
#c1-right a {
	display:block;
	height:120px;
	padding:10px 15px;	
}
#c1-right dl {

}
#c1-right a:hover {
background:#568535;	
}

#c1-right a:hover dt {
			color:#fff;
			font-size:18px;
			line-height:40px;	
			height:40px;	}
			

#c1-right a dt {
			color:#568535;
			font-size:18px;
			line-height:40px;
	}
			
#c1-right a  dd {
	color:#000;
font-size:14px;
		line-height:28px;
}

#c1-right a:hover dd {
color:#fff;
text-decoration:none;
}
.index-tt {
height:26px;	
}
.index-tt h3 {
	background:#568535;	
	float:right;
	padding:0 15px;
	line-height:26px;
	height:26px;
	border-radius:4px;
}
.index-tt h3 a {
	color:#fff;
}
footer {
	padding:30px 0;
	text-align:center;
	line-height:30px;
}

#content2 {
	
}
#c2-newlist {
padding-bottom:25px;	
}
#c2-newlist dl {
	float:left;
	width:380px;
	margin-left:15px;
	margin-top:20px;
}
#c2-newlist dl dt {
	height:50px;
	line-height:50px;
	text-align:center;
	font-size:18px;
	background:#61a43a;
}
#c2-newlist dl dt a {
	color:#fff;
}
#c2-newlist dl dd {
	background:#eee;
	padding:12px;
	line-height:28px;
	font-size:16px;
	height:110px;
}
#content3 {
background:#e0ebda;
padding:30px 0;	
}

#c3-new {
	
}
#c3-new { width:890px; height:400px; overflow:hidden; position:relative;  margin:0 auto; }
		#c3-new  .hd{ height:15px; overflow:hidden;position:absolute; right:48%; bottom:5px; z-index:1;color:#fff; }
		#c3-new  .hd ul{ overflow:hidden; zoom:1;   }
		#c3-new  .hd ul li{ color:#333;float:left; margin-right:2px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
		#c3-new  .hd ul li.on{ background:#f00; color:#fff; }
		#c3-new  .bd{ position:relative; height:100%; z-index:0;   }
		#c3-new  .bd li{ zoom:1; vertical-align:middle; }
		#c3-new  .bd img{ width:700px; height:400px; display:block; margin:0 auto; }
	#c3-new .prev,
		#c3-new .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
		#c3-new .next{ left:auto; right:3%; background-position:8px 5px; }
		#c3-new .prev:hover,
		#c3-new .next:hover{ filter:alpha(opacity=100);opacity:1;  }
		#c3-new .prevStop{ display:none;  }
		#c3-new .nextStop{ display:none;  }