@media only screen and (max-width: 1240px) {
	/*.footer .footer-min{
		width: 80%;
	}*/
}
@media only screen and (max-width: 1200px) {
	/*.header{
		display: none;
	}
	.header-mobile{
		display: block;
	}*/
	.information{
		display: block;
	}
	.map{
		display: none;
	}
	.email{
		width: 80%;
	}
	.email-con .name, .company, .tel{
		width: 48.1%;
	}
}

@media only screen and (max-width:980px ) {
	.information-list{
		width: 50%;
	}
}
@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%;
	}*/
	.contact-banner-fon{
		font-size: 18px;
	}
	.information-list{
		width: 100%;
		margin-bottom: 20px;
	}
	.email{
		width: 100%;
	}
	.email-con{
		padding: 30px;
	}
	.email-fon{
		padding: 0 30px;
	}
	.email-fon h3{
		font-size: 16px;
	}
	.email-con .name, .company, .tel{
		width: 100%;
	}
}