@charset "UTF-8";


@media (max-width:1920px) {}

@media (max-width:1599px) {}

@media (max-width:1477px) {}

@media (max-width:1365px) {}

@media (max-width:1199px) {
	.footer_container {
		width: 96%;
	}

	.copy_container {
		width: 96%;
	}
}

@media (max-width:990px) {
	.footer_left {
		width: 30%;
	}

	.footer_left_info li {
		width: 100% !important;
	}

	.info {
		flex-wrap: wrap;
	}

	.footer_center {
		width: 30%;
	}

	.footer_right {
		width: 30%;
	}

	.footer_ewm_pic {
		width: 100% !important;
		height: 100% !important;
		zoom: 1;
	}

	.footer_ewm_pic img {
		width: 100%;
		height: 100%;
	}
}

@media (max-width:767px) {
	.footer_contant {
		flex-wrap: wrap;
	}

	.footer_left {
		width: 100%;
	}

	.footer_center {
		width: 100%;
	}

	.footer_center_info {
		width: 100%;
	}

	.footer_center_info li {
		width: unset;
	}

	.footer_right {
		width: 100%;
		margin-top: 10px;
	}

	.footer_ewm_pic {
		width: 60% !important;
		height: auto !important;
		margin: 0 auto;
	}

	.footer_ewm_title {
		width: 60%;
		margin: 0 auto;
		margin-top: 0;
	}

	.copy_contant {
		padding: 15px 0;
		flex-wrap: wrap;
	}
}
