.head1 img {
	width: 300px;
	height: 280px;
}

.head2 {
	height: 280px;
	padding-left: 30px;
	padding-top: 20px;
	width: calc(100% - 300px);
	float: right;
	position: relative;
}

.jiage {
	font-size: 3em;
	color: red;
}

.zhjia {
	position: absolute;
	bottom: 10px;
	width: 100%;
}

#an {
	position: absolute;
	right: 10%;
	bottom: 0px;
	background-color: #f44336;
	border: none;
	color: white;
	padding: 10px 1em;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
}

#h {
	width: 100%;
	height: 30px;
	background-color: #eeeeee;
}

#h p {
	text-align: center;
	line-height: 30px;
}
.content1{
	margin-top: 20px;
	margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
	.head1 img {
		width: 100%;
		height: auto;
	}

	.head2 {
		width: 100%;
		float: none;
		height: auto;
		padding-left:1px;
	}

	.miaoshu {
		margin-bottom: 30px;
	}

	.zhjia {
		position: unset;
	}

	#an {
		display: block;
		margin-top: 10px;
		position: unset;
	}
}
