/* CSS Document */
body {
margin:0;
padding:0;
background:#fff url(bg.jpg) repeat-x 50% 0;
behavior:url(ie-css3.htc);
}
/* 文字样式 */
.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-1000 {
	width:1000px;
	margin:0px auto;	
}
header {
	background:url(headbg.jpg) no-repeat 50% 0;
	height:622px;
}
#content1 {
	margin-top:20px;
}
#tt1 {
	background:url(tt1.jpg) no-repeat 50% 0;
	height:190px;
}
.tt a {
	width:1000px;
	height:180px;
display:block;
margin:0px auto;
}
#c1-left {
	width:600px;
	
	height:390px;
	overflow:hidden;
	position:relative;
	float:left;
	
}
#c1-right {
	float:left;
	margin-left:20px;
	width:380px;
}
#c1-right dl dt {
	margin-top:10px;	
}
#c1-right dl dt a {
	color:#ce0120;
	font-size:18px;
	font-family:"Microsoft YaHei","微软雅黑","黑体";
	line-height:32px;

}
#c1-right dl  dd {
	line-height:26px;
	font-size:14px;
	border-bottom:1px dashed #ccc;
	padding-bottom:8px;
}
#content2 {
	background:url(c2bg.jpg) no-repeat 50% 0;
	height:760px;
	
}
#tt2 {
	margin-top:20px;
	background:url(tt2.jpg) no-repeat 50% 0;	
	height:192px;
}
#c2-tu {
height:460px;
overflow:hidden;
position:relative;
margin-top:20px;	
}
#c2-tu .pic img { width:1000px;height:460px; display: block; }
#c2-tu .hd { overflow:hidden; zoom:1; position:absolute; bottom:5px; right:10px; z-index:3}
#c2-tu .hd li{float:left; line-height:15px; text-align:center; font-size:12px; width:25px; height:10px; cursor:pointer; overflow:hidden; background:#919191; margin-left:4px; filter:alpha(opacity=80); opacity:.8; -webkit-transition:All .5s ease;-moz-transition:All .5s ease;-o-transition:All .5s ease }
#c2-tu .hd .on{ background:#fff; filter:alpha(opacity=100);opacity:1;   }

#c2-tu .prev,
#c2-tu .next { width:45px; height:99px; position:absolute; top:150px; z-index:3; filter:alpha(opacity=20); -moz-opacity:.2; opacity:.2; -webkit-transition:All .5s ease;-moz-transition:All .5s ease;-o-transition:All .5s ease}
#c2-tu .prev { background-image:url(super-20160225.png); background-position:-112px 0; left:0 }
#c2-tu .next { background-image:url(super-20160225.png); background-position:-158px 0; right:0 }
#c2-tu .prev:hover,
#c2-tu .next:hover { filter:alpha(opacity=60); -moz-opacity:.6; opacity:.6 }

#content3  {
	
}
#tt3 {
	background:url(tt3.jpg) no-repeat 50% 0;
	height:192px;
}
#c3-tu {
	margin-top:20px;
}
#c3-tu ul li {
	
	margin-top:25px;
	
}
#c3-tu ul li img {
width:1000px;
height:250px;	
}
footer {
	line-height:30px;
	text-align:center;
	padding:30px 0;
}