@media screen and (max-width:1130px){
	.all_content{
		width: 1000px !important;
		margin: 0 auto !important;
	}
	.img_section img {
	width: 1000px;
	}
	.head_bottom {
	margin-left: 12% !important;
	}
	.menu_section ul {
	text-align: center;
	}
}
@media screen and (max-width:1025px){
	.all_content{
		width: 900px !important;
		margin: 0 auto !important;
	}
	.img_section img {
	width: 900px;
	}
	.head_bottom {
	margin-left: 10% !important;
	}
	.menu_section ul {
	text-align: center;
	}
}
@media screen and (max-width:925px){
	.all_content{
		width: 800px !important;
		margin: 0 auto !important;
	}
	.img_section img {
	width: 800px;
	}
	.head_bottom {
	margin-left: 12% !important;
	}
	.head_bottom p {
	font-size: 40px;
	}
	.menu_section ul {
	text-align: center;
	}
}
@media screen and (max-width:825px){
	.all_content{
		width: 700px !important;
		margin: 0 auto !important;
	}
	.img_section img {
	width: 700px;
	}
	.head_bottom {
	margin-left: 10% !important;
	}
	.head_bottom p {
	font-size: 40px;
	}
	.menu_section ul {
	text-align: center;
	}
}
@media screen and (max-width:718px){
	.all_content{
		width: 600px !important;
		margin: 0 auto !important;
	}
	.img_section img {
	width: 600px;
	}
	.head_bottom {
	margin-left: 14% !important;
	margin-bottom: 30px !important;
	}
	.head_bottom p {
	font-size: 30px;
	}
	.menu_section ul {
	text-align: center;
	}
	.menu_section ul li {
	font-size: 25px;
	}
}
@media screen and (max-width:608px){
	.all_content{
		width: 500px !important;
		margin: 0 auto !important;
	}
	.head_top p {
	font-size: 20px;
	font-weight: 600;
	}
	.img_section img {
	width: 500px;
	}
	.head_bottom {
	margin-left: 15% !important;
	margin-bottom: 25px !important;
	}
	.head_bottom p {
	font-size: 25px;
	}
	.menu_section ul {
	text-align: center;
	}
	.menu_section ul li {
	font-size: 20px;
	}
}
@media screen and (max-width:520px){
	.all_content{
		width: 400px !important;
		margin: 0 auto !important;
	}
	.head_top p {
	font-size: 20px;
	font-weight: 600;
	}
	.img_section img {
	width: 400px;
	}
	.head_bottom {
	margin-left: 15% !important;
	margin-bottom: 25px !important;
	}
	.head_bottom p {
	font-size: 25px;
	}
	.menu_section ul {
	text-align: center;
	}
	.menu_section ul li {
	font-size: 16px;
	}
	.footer h1 {
	font-size: 17px;
	}
	.footer h2 {
	font-size: 15px !important;
	}
}