* {
	box-sizing: border-box;
}

html, body {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana;
}

.header {
	width: 100%;
}

.header img {
	width: 100%;
	height: auto;
}

.top-header {
	width: 1200px;
	height: 66px;
	margin: 0 auto;
	padding: 10px;
}

.logo {
	width: 300px;
	height: 46px;
	float: left;
}

.phone {
	font-size: 30px;
	display: inline-block;
	float: right;
	margin-top: 5px;
	margin-right: 10px;
	padding-left: 40px;
	background: url("../img/phone.png") no-repeat left center;
}

.phone a {
	color: #000;
	text-decoration: none;
}

.content {
	width: 1200px;
	margin: 0 auto;
}

.home-items {
	width: 1200px;
	padding-top: 30px;
	font-size: 0;
	text-align: center;
}

.home-items .item {
	display: inline-block;
	width: 370px;
	margin-left: 15px;
	margin-right: 15px;
	background: green;
	position: relative;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	margin-bottom: 30px;
	max-width: 100%;
}

.home-items .item img {
	max-width: 100%;
	height: auto;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

.home-items .item span {
	display: block;
	height: 50px;
	width: 100%;
	line-height: 50px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.3);
	color: #FFF;
	text-align: center;
	line-height: 50px;
	font-family: Arial;
	border-bottom-right-radius: 20px;
	font-size: 16px;
}

.clear {
	clear: both;
	height: 1px;
	display: block;
}

.footer {
	width: 100%;
	height: 30px;
	line-height: 30px;
	background: #000;
	color: #FFF;
	text-align: center;
	margin-top: 30px;
	font-size: 12px;
	font-family: Arial;
}

.header-img {
	width: 100%;
	background: url('../img/banner.jpg') no-repeat center center;
	padding-top: 20px;
	padding-bottom: 20px;
	box-sizing: border-box;
}

.header-container {
	width: 1200px;
	margin: 0 auto;
	background: rgba(0, 0, 0, 0.7);
	border-radius: 20px;
}

.location-top-info {
	width: calc(100% - 480px);
	float: left;
}

.main-photo {
	width: 450px;
	height: auto;
	float: left;
	padding: 30px;
}

h1 {
	color: #FFF;
	margin: 0;
	padding-top: 25px;
	font-size: 22px;
}

.description {
	margin-top: 10px;
	color: #FFF;
	text-align: justify;
}

.back {
	display: inline-block;
	background: rgba(0, 0, 0, 0.3);
	padding: 10px 15px;
	color: #FFF;
	text-decoration: none;
	border-radius: 10px;
	font-size: 14px;
	margin-bottom: 20px;
}

.photo-gallery {
	font-size: 0;
}

.photo-gallery .photo {
	display: inline-block;
	width: 160px;
	height: 120px;
	margin: 5px;
}

.prices table {
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
}

.prices table th, .prices table td {
	border: 1px solid #CCC;
	padding: 5px;
	font-size: 12px;
	text-align: center;
}

.location-info-left {
	width: 800px;
	float: left;
}

.location-info-right {
	width: 350px;
	margin-left: 50px;
	float: left;
}

#map {
	width: 100%;
	height: 400px;
}

@media only screen and (max-width: 1200px) {
	.top-header {
		width: 100%;
		text-align: center;
		height: auto;
	}

	.logo {
		float: none;
		margin: 0 auto;
	}

	.phone {
		float: none;
	}

	.header > img {
		display: none;
	}

	.home-items {
		width: 100%;
	}

	.header-container {
		width: 100%;
	}

	.header-img {
		background: none;
		padding-top: 0;
	}

	.header-container {
		background: none;
		text-align: center;
	}

	.main-photo {
		margin: 0 auto;
		padding: 10px 20px;
		float: none;
		width: 100%;
	}

	.location-top-info {
		width: 100%;
		padding: 0 20px;
	}

	h1 {
		color: #000;
	}

	.description {
		color: #000;
	}

	.content {
		width: 100%;
	}

	.location-info {
		text-align: center;
	}

	.location-info-left {
		width: 100%;
		float: none;
		padding: 0 20px;
		text-align: center;
	}

	.location-info-right {
		width: 100%;
		float: none;
		padding: 0 20px;
		margin-left: 0;
		text-align: center;
	}
}

@media only screen and (max-width: 400px) {
	.home-items .item {
		width: calc(100% - 30px);
		height: auto;
	}
}











