html{
	width:100%;
	overflow-x:hidden;
}
.banner_index {
	width:100%;
	margin:0 auto;
	height:356px;
	text-align:center;
	display:block;
	_margin-top:-4px;
}
.banner_index .flashlist {
	width:1400px;
	height:356px;
	position:absolute;
	left:50%;
	margin-left:-700px;
	overflow:hidden;	
}
.banner_index .flashlist .f_out img{
	width:1400px;
	height:356px;
}

.banner_index .flash_tab {
	width:990px;
	height:14px;
	margin:auto;
	position:relative;
	padding-top:320px;
	z-index:999;
}
.banner_index .flash_tab .tabs {
	width:990px;
	height:14px;
}
.banner_index .flash_tab .tabs ul{
	width:172px;
	height:14px;
	margin:auto;
}
.banner_index .flash_tab .tabs ul li {
	width:14px;
	height:14px;
	margin:0 5px;
	float:left;
	display:inline;
	cursor:pointer;
}

.banner_index .flash_tab .tabs ul li.opdiv a {
	width:14px;
	height:14px;
	display:block;
	background:url(../image/ctr1.png) no-repeat;
	_background: none; /* IE6 */
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../lty/templates/default/image/ctr1.png');  /* IE6 */
}
.banner_index .flash_tab .tabs ul li.noopdiv a {
	width:14px;
	height:14px;
	background:url(../image/ctr2.png) no-repeat;
	_background: none; /* IE6 */
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../lty/templates/default/image/ctr2.png');  /* IE6 */
	display:block;
}
