/* CSS Document */
body {
margin:0;
padding:0;
background:#fff  repeat-x 50% 0;
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;	
}
#tout {
background:#619847;
height:120px;	
}
#tout h1 {
line-height:120px;
font-size:30px;
color:#fff;
text-align:center;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
#tout h1  a {
color:#fff;	
font-weight:bold;
}
header {
background:url(headbg.jpg) no-repeat 50% 0;
height:828px;
}

#c2-left {
float:left;
width:760px;	
}
#c2-left ul li {
width:360px;
float:left;	
margin-right:20px;
}

#c2-left ul li img {
width:360px;
height:230px;
display:block;	
}
#c2-left ul li  {
padding:0 10px;	
}
#c2-left ul li dt {
	padding:12px 0;
border-bottom:1px dashed #ccc;	
}
#c2-left ul li dt a {
color:#e10008;
font-size:20px;
font-weight:bold;	
line-height:40px;
}
#c2-left ul li dd {
line-height:32px;
	color:#333;
padding-top:12px;
}

#c2-right {
width:410px;
float:left;
margin-left:30px;	
}

#c2-right  ul li {
height:46px;
line-height:46px;
background:url(ico.jpg) no-repeat 5px 22px;
text-indent:22px;
font-size:17px;	
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}

footer {
	margin-top:40px;
background:#93bf50;
color:#fff;
line-height:36px;
text-align:center;
padding:40px 0;	
font-size:14px;
}

.index-tt1 {
padding-top:20px;

}

.index-tt1 h2 {
width:140px;
height:32px;
line-height:32px;
text-align:center;
color:#fff;
background:#db1e01;	
margin:0 auto;
border-radius:8px;
}
.index-tt1 h2 a {
color:#fff;	
}

