#banner_b{
	float: left;
	width:980px;
	height: 470px;
	margin-top: 20px;
	margin-bottom: 10px;
}

#flashAD{
	float: left;
	width:980px;
	height: 470px;
	background-size:cover;
}

#banner_m{
	float: left;
	width:980px;
	height: 179px;
	padding:12px 0 15px 0;
}

.bannerItem{
	float: left;
	width:315px;
	height:177px;
	border:#ebebeb 1px solid;
	margin-right: 14.5px;
}

.bannerItem:last-child{
	margin-right: 0px;
}

#subMenu{
	float: left;
	width:980px;
	height: 19px;
	padding: 11px 0;
	background: #bf9d5b;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

#subMenu li{
	display: inline-block;
	width: 125px;
	height: 19px;
	text-align: center;
	font-size: 1em;
	border-right:#fff 1px solid;
	color: #fff;
}

#subMenu a:last-child li{
	border-right:0;
}

#info{
	float: left;
	width:980px;
	padding:20px 0 5px 0;
}

.infoItem{
	position: relative;
	float: left;
	width:316px;
	min-height: 255px;
	border:#d6bf93 1px solid;
	margin:0 13px 15px 0;
}

.infoItem p{
	width: 90%;
	margin: 0 auto;
	font-size: 0.8em;
}

.infoItem:nth-child(3n){
	margin-right: 0px;
}

.infoImg{
	margin:16px 8.5px 10px;
	max-width: 297px;
	max-height: 105px;
}

.infoText{
	width: 90%;
	margin:0 auto;
	font-size:0.8em;
}

.infoBTN{
	position: absolute;
	bottom: 8px;
	left: 8px;
	width: 50px;
	height: 20px;
	/*background: url('../images/more.jpg');*/
	cursor: pointer;
}

#fb{
	float: left;
	width: 978px;
	height: 264px;
	border:#6484b2 1px solid;
}



#subMenu a{
	color:#ffffff;
	text-decoration:none;
}

#IndexBannerSelect ul{
	bottom:0;
	right:0;
	margin:-20px 0px 10px 10px;
	width: 100%;
	height: 9px;
}
#IndexBannerSelect ul li{
	float:left;
	padding:0 3px;
	background:url(../images/point_2.png) no-repeat left;
	cursor:pointer;
    cursor:hand;
	height:9px;
	width:9px;
}
#IndexBannerSelect ul li.active{
	background:url(../images/point_1.png) no-repeat left;
}

.MainContent{
	width:100%;
	margin: 0 auto;
	float: left;
}

