@media only screen and (max-width: 1240px) {
	.footer .footer-min{
		width: 80%;
	}
	.news-action-fon{
		width: 100%;
	}
}

@media only screen and (max-width: 1200px) {
	.header{
		display: none;
	}
	.header-mobile{
		display: block;
	}
}
@media only screen and (max-width: 780px) {
	.footer .footer-min{
		width: 90%;
	}
	.footer .footer-min ul{
		width: 48%;
		margin-bottom: 50px;
	}
}
@media only screen and (max-width: 720px) {
	.head-mobile{
		line-height: 0;
		
	}
	.logo-mobile{
		margin-left: 20px;
		margin-top: 10px;
	}
	.nav-mobile{
		margin-top: 13px;
	}
	.seach-layer{
		width: 100%;
		margin-left: 20px;
		text-align: left;
	}
	.seach-layer .sea-mobile{
		width: 92%;
	}
	.news-action-bread{
		padding: 20px;
		padding-left: 50px;
	}
	.news-action-content{
		width: 100%;
		padding: 20px;
	}
	.news-action-title h2{
		font-size: 24px;
		line-height: 36px;
	}
	.news-action-page{
		width: 100%;
		padding: 20px;
	}
}