.banner {
	width: 100%;
}

.banner img {
	display: block;
	width: 100%;
}

.main {
	padding-bottom: 120px;
}

.main h4.title {
	font-size: 46px;
	color: #575757;
	font-weight: 500;
	text-align: center;
	line-height: 166px;
	margin-top: 20px;
}

.main .r {
	width: 390px;
	padding-top: 104px;
}

.main .r h4 {
	font-size: 18px;
	color: #ffffff;
	text-align: center;
	line-height: 60px;
	background-color: #a68556;
	font-weight: 500;
}

.main .r p.hotline {
	font-size: 18px;
	color: #444444;
	text-align: center;
	line-height: 60px;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
	margin-top: 5px;
}

.main .r .area {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	margin-top: 5px;
}

.main .r .area select {
	display: block;
	width: calc((100% - 2px) / 2);
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
	font-size: 14px;
	color: #494949;
	line-height: 40px;
	height: 40px;
	text-align: center;
}

.main .r ul.address_list li {
	font-size: 12px;
	color: #494949;
	line-height: 40px;
	height: 40px;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
	width: 100%;
	padding-left: 18px;
	margin-top: 5px;
}

@media screen and (max-width: 550px) {
	
	.main h4.title {
		font-size: 24px;
		line-height: 56px;
	}
	
	.main .content .l,
	.main .content .r {
		float: none;
	}
	
	.main .content .l img {
		display: block;
		width: 100%;
	}
	
	.main .r {
		width: 100%;
		padding-top: 50px;
	}
	
}