.banner {
	width: 100%;
}

.banner img {
	display: block;
	width: 100%;
}

.main {
	background-color: #f7f7f7;
}

.main .r {
	width: calc(100% - 275px);
	background-color: #FFFFFF;
	box-sizing: border-box;
	padding: 0 40px;
	padding-top: 24px;
	border-radius: 5px;
}

.main .r .top_content {
	border-bottom: 1px solid #e0e0e0;
}

.main .r .top_content h4 {
	font-size: 24px;
	color: #f37020;
	line-height: 44px;
	font-weight: 500;
}

.main .r .bottom_content {
	padding-top: 40px;
	padding-bottom: 120px;
}


.main .r .bottom_content h3 {
	font-size: 30px;
	color: #f37020;
	font-weight: 500;
	line-height: 50px;
	padding-left: 74px;
}

.main .r .bottom_content p {
	font-size: 15px;
	color: #333333;
	line-height: 30px;
	padding-left: 74px;
}

.main .r .bottom_content #map {
	width: 700px;
	height: 550px;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
	margin: 0 auto;
}
