
#container_banner{
	width:100%;
	height:522px;
	position:relative;
	background-color:#000000;
	min-width: 1162px;
}
#container_banner #banner{
	height:100%;
	margin: 0 auto;
}
#banner #banner_list li{
	width:1423px;
	height:522px;
	list-style:none;
}
#container_banner #tabid{
	overflow:hidden;
	position: absolute;
	bottom: 27px;
	left: 637px;
}
#container_banner #tabid li{
	float:left;
	width:22px;
	height:1px;
	margin-right:11px;
	background: #545454;
}
#container_banner #tabid li.active{
	background: url(underline.gif) repeat-x;
}
.banner_btn{
	position: absolute;
	display:block;
	width:200px;
	height:522px;
}
#banner_prev{
	left:0;
	top:0;
}
#banner_next{
	right:0;
	top:0;
}
#main{
	overflow:hidden;
	margin:0 auto;
	width:1162px;
	padding:36px 10px 7px 10px;
}
#main .slogan{
	float:left;
	font-size:25px;
	line-height:36px;
	width:357px;
}
#main #news{
	float:right;
}
#main #news li{
	list-style: none;
	float:left;
	margin-right:21px;
	position: relative;
}
#main #news li img{
	width:109px;
	height:67px;
}
.inews_hover{
	font-size:12px;
	line-height:18px;
	color:#1F1F1F;
	width:109px;
	height: 63px;
	background-color:#FFF;
	position:absolute;
	left:0;
	top:0;
	display:none;
	border-bottom:1px solid #F2003A;
	padding-bottom:3px;
}