@charset "utf-8";
.flash_div{
	width:100%;
	height:456px;
	overflow:hidden;
	position: relative;
}
.bannerWrapper{
	width:100%;
	height:456px;
	overflow:hidden;
	position: absolute;
	top:0;
	left:0;
}
.bannerWrapper img{
	width:980px;
	height:456px;
	vertical-align: bottom;
}
.bannerWrapper a.prevBtn, .bannerWrapper a.nextBtn {
	width: 37px;
	height: 60px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	_zoom: 1;
	position: absolute;
	top: 220px;
	z-index: 15;
}
.bannerWrapper a.prevBtn {
	background: url(../images/index-prevBtn.png) no-repeat;
	left: 10px;
}
.bannerWrapper a.nextBtn {
	background: url(../images/index-nextBtn.png) no-repeat;
	right: 10px;
}
.bannerWrapper ul {
	width: 980px;
	height: 456px;
	overflow: hidden;
	_zoom: 1;
}
.bannerWrapper li {
	width: 980px;
	height: 456px;
	float: left;
	overflow: hidden;
	position: relative;
}
.bannerWrapper li img {
	width: 980px;
	height: 456px;
	overflow: hidden;
}
.bannerWrapper li a {
	font-size: 16px;
	color: #fff;
	position: absolute;
	top: 322px;
	right: 50px;
}
.bannerWrapper li a:hover, .bannerWrapper li.bannerList2 a:hover {
	color: #007dcc;
}
.bannerWrapper li.bannerList2 a {
	color: #555;
}
.indexBanner{
	height:150px;
	padding:0 20px;
	padding-top:50px;
	position: relative;
}
.moreDiv{
	position: absolute;
	right:210px;
	bottom:26px;
	font-size:14px;
	padding-right:23px;
	background:url(../images/bg_moreIndex.png) no-repeat right center;
}
.moreDiv a:link, .moreDiv a:visited{
	color:#007dcc;
	text-decoration: none;
}
.moreDiv a:hover{
	color:#007dcc;
	text-decoration: underline;
}
.indexBom{
	padding:50px 20px;
	padding-bottom:0;
}
.newsDiv{
	width:410px;
}
.newsTitle{
	color:#333;
	font-size:14px;
	text-align: left;
}
.newsImg{
	width:190px;
	height:144px;
	background:url(../images/bg_newImg.gif) no-repeat;
}
.newsImg img{
	width:190px;
	height:130px;
}
.newsInfo{
	width:200px;
}
.newsInfo p{
	height:114px;
	overflow:hidden;
	text-align:left;
}
.newsInfo a{
	display:block;
	float:right;
}
.newsInfo a:link, .newsInfo a:visited{
	color:#1881c3;
	text-decoration: none;
}
.newsInfo a:hover{
	color:#1881c3;
	text-decoration: underline;
}