@charset "utf-8";
/* CSS Document */
/*图片轮换央视*/

#imageChange {

	width: 100%;
	height:507px;
	float: left;
	overflow: hidden;
	position: relative;
}
#imageChange * {

	margin: 0;
	padding: 0;
	border: 0;
}
#imageChange dt {
	overflow: hidden;
	position: absolute;
	display:block;
	bottom: 0px;
	width: 100%;
	height: 60px;

	
}
#imageChange dt.i1 span {
	right: 154px;
}
#imageChange dt.i2 span {
	right: 124px;

}
#imageChange dt.i3 span {
	right: 94px;

}
#imageChange dt.i4 span {
	right: 64px;

}
#imageChange dt.i5 span {
	right: 34px;

}
#imageChange dt.i6 span {
	right: 4px;

}
#imageChange dt span {
	position: absolute;
	height: 24px;
	line-height: 24px;
	width: 18px;
    z-index: 99;
	font-size: 10px;
	text-align: center;
	cursor: pointer;
	margin: 0;
	padding: 0;
	background-color: #FFF;
	bottom: 20px;
	font-size:1em;

}
#imageChange dt span:hover {
	background-color: #F0983F;
	color:#FFF;

}

#imageChange dt.iFouce {
		z-index: 89;
		
}
#imageChange dt.iFouce span {
	background-color: #DA2200;
	color:#FFF;

}
#imageChange dt .dt_bg {
width: 100%;
height: 60px;
background: #000;
opacity: 0.6;
-moz-opacity: 0.6;
filter: alpha(opacity=60);
position: absolute;
bottom: 0;
left: 0;
}
#imageChange dt .dt_txt {
	
	overflow: hidden;
	display: none;
}
#imageChange dt.iFouce .dt_txt {
	
	position: absolute;
	bottom: 15px;
	text-indent: 20px;
	z-index: 99;
	line-height: 30px;
	height: 30px;
	text-align: left;
	display: block;
	width: 80%;
	color: #FFF;
	left: 0px; display:none;
}
#imageChange dd {
	position: absolute;width: 100%;
}
#imageChange dd img {
	width: 100%;
	height: 507px;
	overflow: hidden;
}
.index-banner {
    width: 1200px;
    float: unset;
    height: 100%;
    min-height: 338px;
    max-height: 800px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}