

@media screen and (max-width: 1200px) {
	.header-nav,
	.head-write,
	.headContact {
		display: none;
	}
	.menu-handler,
	.menuBox {
		display: block;
	}
	.header {
		height: 55px;
		position: fixed;
		top: 0 !important;
		left: 0;
		box-shadow: 0 0 3px #eee;
	}
	.header .head-logo {
		width: 110px;
		top: 9.5px;
		display: block;
	}
	.mtop {
		height: 55px;
	}
	.head-wrap {
		height: 55px;
		line-height: 55px;
	}

	.w1400 {
		width: 90%;
	}
	.w1200 {
		width: 90%;
	}
	.hwtxt {
		display: none;
	}
	.hricon {
		width: 25px;
		height: 25px;
		line-height: 25px;
		font-size: 15px;
	}
	.hrtxt {
		font-size: 12px;
		margin-left: 5px;
	}
	.htphone {
		font-size: 16px;
	}
	.hwr {
		margin-right: 35px;
	}

}

