/* CSS Document */
body {
margin:0;
padding:0;
background:#fff url(bg.jpg) repeat-x 50% 0;
behavior:url(/zyzt2020/images/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(/zyzt2020/images/headbg.jpg) no-repeat 50% 0;
	height:565px;
}

#content1 {
margin-top:25px;	
}

#c1-left {
width:600px;
height:406px;
float:left;	
position:relative;
overflow:hidden;
}
#c1-left  .focusBoxpic img {display: block;width:600px;
height:406px; }
	#c1-left .focusBoxtxt-bg { position: absolute; bottom: 0; z-index: 1; height: 40px; width:100%;  background: #333; filter: alpha(opacity=40); opacity: 0.4; overflow: hidden; }
	#c1-left .focusBoxtxt { position: absolute; bottom: 0; z-index: 2; height: 40px; width:100%; overflow: hidden; }
	#c1-left .focusBoxtxt li{ height:36px; line-height:36px; position:absolute; bottom:-36px;}
	#c1-left .focusBoxtxt li a{ display: block; color: white; padding: 0 0 0 10px; font-size: 16px; text-decoration: none; }
	#c1-left .focusBoxnum { position: absolute; z-index: 3; bottom: 10px; right: 8px; font-size: 12px;}
	#c1-left .focusBoxnum li{ float: left; position: relative; width: 20px; height: 20px; line-height: 20px; overflow: hidden; text-align: center; margin-right: 1px; cursor: pointer; }
	#c1-left .focusBoxnum li a,#c1-left .focusBoxnum li span { position: absolute; z-index: 2; display: block; color: white; width: 100%; height: 100%; top: 0; left: 0; text-decoration: none; }
	#c1-left .focusBoxnum li span { z-index: 1; background: black; filter: alpha(opacity=50); opacity: 0.5; }
	#c1-left .focusBoxnum li.on a,#c1-left .focusBoxnum a:hover{ background:#f60;  }
#c1-right {
float:left;	
width:576px;
margin-left:24px;
}
.index-list ul li {
	height:60px;
	line-height:60px;
	font-size:18px;
	background:url(/zyzt2020/images/ico.jpg) no-repeat 0 24px;
	text-indent:19px;
overflow: hidden;/*溢出隐藏*/
    text-overflow: ellipsis;/*文本溢出省略号*/
    white-space: nowrap;/*不换行*/
}

#content2 {
	margin-top:25px;
}
.c2-left {
	width:404px;
	float:left;
}
.c2-right {
	
width:770px;
float:left;	
margin-left:24px;
}
.c2-righttu {
	margin-top:34px;
	width:338px;
	height:262px;
	float:left;
}
.c2-righttu ul li img {
	width:338px;
	height:262px;	
}
.c2-rightnew {
	width:410px;
	float:left;
	margin-left:20px;
}

#content3 {
	margin-top:25px;
}

footer {
	margin-top:25px;
background:#115eea;
padding:30px 0;
text-align:center;
line-height:30px;
color:#fff;	
}