.banner {
	width: 100%;
}

.banner img {
	display: block;
	width: 100%;
}

.main {
	background-color: #eeeeee;
	padding-top: 110px;
	padding-bottom: 200px;
}

.main .contact {
	width: 100%;
	height: 500px;
	background-color: #f5f5f5;
	box-shadow: 0 0 20px #aaaaaa;
	box-sizing: border-box;
	padding: 30px;
}

.main .contact .l {
	height: 100%;
}

.main .contact .l #map {
	width: 740px;
	height: 100%;
}

.main .contact .r {
	width: calc(100% - 740px);
	box-sizing: border-box;
	padding-left: 50px;
	position: relative;
}

.main .contact .r .txt {
	background-image: url(../images/contact_txt_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 15px;
	margin-top: 130px;
}

.main .contact .r .txt p {
	font-size: 14px;
	color: #707070;
	line-height: 26px;
}

.main .contact .r .title {
	font-size: 36px;
	color: #FFFFFF;
	text-align: center;
	line-height: 90px;
	height: 120px;
	width: 260px;
	background-image: url(../images/title_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top: 30px;
	right: -60px;
}
