body{
	position: relative;
	height: 100%;
}
.container-fluid{
	padding: 0px;
	/*overflow: hidden;*/
}
/*定义页面宽度 1200px*/
@media (min-width:1200px){ 

	.container {
		width: 1200px !important;
	}
}


/*背景色,主要用于上下两个板块的间隔背景色，如一白一灰*/
.bg202203111527{
	background-color: #eee;
}

/*主题颜色，如左侧栏目标题的背景色，字体颜色，大小等*/
.zhu_ti_yan_se{
	color:#fff;
	background-color: #000;
}

@media(max-width:767.5px){
	/*手机版内容的左右页边距*/
	.wap_pd{
		padding-left: 40px;
		padding-right: 40px;
	}
}

/*每个板块之间的行间距*/
/*手机端*/
.jian_ju202203111528{
	height: 30px;
	clear: both;
}
/*非手机端*/
@media(min-width:768px){
	.jian_ju202203111528{
		height: 30px;
	}
}

