﻿@media (max-width : 767px) {
	body {
		max-width: 100%;
		min-width: 100%;
	}

	/* 顶部开始 */
	.zzlHeader {
		width: 100%;
		background-image: url('../images/top_bg_m.jpg');
		min-width: auto;
	}
	.zzlHeader>.cont {
		width: 100%;
		height: 70px;
	}

	.zzlHeader>.cont>a {
		background-image: url('../images/top_logo_m.png');
		background-position: left;
		width: 365px;
		height: 50px;
		margin-bottom: 0px;
	}
	/* 顶部结束 */

	/* menuStart */
	#zzlNav {
		max-width: 100%;
	}

	#zzlNav>.navbar {
		width: 100%;
	}

	#zzlNav>.navbar>.container-fluid {
		justify-content: flex-start;
	}

	#zzlNav>.navbar>.container-fluid>.navbar-toggler {
		border: none;
	}

	#zzlNav>.navbar {
		width: 100%;
		min-width: 100%;
	}

	/* menuEnd */

	/* curPosStart */
	.pos {
		max-width: 100%;
		min-width: 100%;
	}

	.pos>nav {
		width: 90%;
	}
	.pos>nav>.breadcrumb{
		width: 100%;
	}

	/* curPosEnd */


	

	/* footerStart */
	.bottom {
		width: 100%;
		height: auto;
		min-width: 370px;
	}
	
	.bottom>.bottomCont {
		width: 100%;
		height: auto;
		flex-wrap:wrap;
	}
	.bottom>.bottomCont>.bottomLeft {
		display:none;
	}
	.bottom>.bottomCont>.bottomMiddle {
		width: 100%;
	}
	/* footerEnd */
}