@media only screen and (max-width:1050px) {
	
	.header {height:700px;}
		.header .box {width:100%;}
			.header .management {right:50px;}
			.header .nav {width:100%}
				.header .nav-left {left:82px;}
					.header .nav-left a {margin-right:20px;}
				.header .nav-right {right:50px;}
					.header .nav-right a {margin-left:20px;}

		.header .banner {height:700px;}

		.content .box {width:90%;}
			.map iframe {width:100%; height:400px;}
			.property-item .address h3 {font-size:16px;}
			.property-item .address p {font-size:14px;}
				
		.footer .box {width:90%;}

}