/* 响应式适配 - 平板 */
@media (max-width: 1199px) {
	.works_grid_3col {
		grid-template-columns: repeat(2, 1fr) !important;
	}

	.works_grid_4col {
		grid-template-columns: repeat(2, 1fr) !important;
	}

	.works_grid_7col {
		grid-template-columns: repeat(4, 1fr);
	}

	.work_item .work_item_img {
		height: 200px !important;
	}

}

/* 响应式适配 - 手机 */
@media (max-width: 767px) {

	.zhengwuwidth {
		width: calc(100% - 32px) !important;
	}

	.logo {
		width: 30% !important;
	}

	/* 手机菜单icon */
	.hamburger {
		display: block !important;
	}

	.nav-list {
		display: none;
		position: fixed !important;
		top: 80px !important;
		left: 0 !important;
		width: 100% !important;
		height: calc(100vh - 80px) !important;
		background-color: #fff !important;
		flex-direction: column !important;
		gap: 30px !important;
		font-size: 20px !important;
		padding-left: 30px;
	}

	.works_grid_3col,
	.works_grid_4col {
		grid-template-columns: 1fr !important;
		gap: 15px !important;
		padding: 10px 0 !important;
	}

	.works_grid_7col {
		grid-template-columns: repeat(3, 1fr);
	}

	.work_item .work_item_img {
		height: 180px !important;
	}

	.work_info_cen {
		font-size: 14px !important;
	}

	.footer_nei {
		flex-direction: column !important;
	}

	.footer_nei_righ {
		flex-direction: column !important;
		gap: 40px !important;
		margin-top: 10px;
	}

	.anli_two,
	.about_kuai {
		flex-direction: column !important;
	}

	.about_kuai_righ,
	.anli_two_righ {
		margin-top: 20px;
	}

	.footer_nei_righ {
		margin-left: 0px !important;
	}

	.footer_nei_righ_item:nth-child(2) {
		margin-left: 0 !important;
	}

	.anli_two_left,
	.anli_two_righ {
		flex: none !important;
		width: 100% !important;
		margin-right: 0 !important;
	}
	
	.anli_two{
		height: auto !important;
	}


}