/**********模块样式**********/
#divhead {
	clear:both;
}
#divfoot {
	clear:both;
}
#divbody {
	clear:both;
}
.divwarp {
	clear:both;
	width:960px;
	height:100%;
	overflow:hidden;
	margin:0 auto;
}
#divleft {
	float:left;
	width:750px;
	text-align:left;
}
#divright {
	float:right;
	width:200px;
	text-align:left;
}
.divbank {
	clear:both;
	height:10px;
	overflow:hidden;
}
/**********万能盒子**********/
/*******mbox********/
.mbox {
	clear:both;
	height:100%;
	overflow:hidden;
}
.mboxbd {
	clear:both;
	height:100%;
	overflow:hidden;
	border:1px solid #ccc;
}
.mboxcnbd {
	clear:none;
	height:100%;
	overflow:hidden;
	border:1px solid #ccc;
}
.divhd {
	clear:both;
	height:100% inherit;
	overflow:hidden;
}
.divbd {
	clear:both;
	height:100% inherit;
	overflow:hidden;
}
/********bd-mt-pb-bg********/
.bd {
	border:1px solid #ccc;
}
.mt {
	margin-top:10px;
}
.pt {
	padding-top:10px;
}
.pb {
	padding-top:10px;
}
.ptpb {
	padding-top:10px;
	padding-bottom:10px;
}

