
/*此处 处理 导航占位 问题*/


@media only screen and (max-width: 500px) {
	.index-banner-out {
		margin-top: -40px !important;
	}
}
/*屏幕宽度 <700px*/
@media only screen and (max-width: 700px) {
	
	.index-banner-out {
		margin-top: -60px !important;
	}
	
}

@media only screen and (min-width: 700px) {
	.index-banner-out {
		margin-top: -70px !important;
	}
}
