.banner {
	width: 100%;
}

.banner img {
	display: block;
	width: 100%;
}

.main {
	background-color: #FFFFFF;
	padding-bottom: 120px;
}

.main .top {
	padding-top: 40px;
	border-bottom: 1px solid #b6b6b6;
}

.main .top h4.title {
	font-size: 46px;
	color: #575757;
	font-weight: 500;
	text-align: center;
	line-height: 166px;
}

.main #map {
	width: 100%;
	height: 360px;
	margin-top: 60px;
}

.main .contacts {
	margin-top: 45px;
}

.main .contacts .l h4 {
	font-size: 30px;
	font-weight: 500;
	color: #a68556;
	line-height: 60px;
	margin-bottom: 4px;
}

.main .contacts .l p {
	font-family: calibri;
	font-size: 18px;
	color: #494d55;
	line-height: 26px;
}



.main .contacts .r ul.code_list {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-end;
}

.main .contacts .r ul.code_list li {
	margin-left: 35px;
}

.main .contacts .r ul.code_list li .pic {
	padding: 20px;
	border: 1px solid #bfbfbf;
}

.main .contacts .r ul.code_list li .pic img {
	display: block;
	width: 180px;
}

.main .contacts .r ul.code_list li p {
	font-family: 'pingfang';
	font-size: 14px;
	color: #494d55;
	line-height: 58px;
	text-align: center;
}

@media screen and (max-width: 550px) {
	
	.main {
		padding-bottom: 70px;
	}
	
	.main .top h4.title {
		font-size: 28px;
		line-height: 48px;
	}
	
	.main .top {
		padding-top: 20px;
	}
	
	.main #map {
		margin-top: 0px;
		height: 260px;
	}
	
	.main .contacts {
		margin-top: 20px;
	}
	
	.main .contacts .l {
		width: 100%;
		box-sizing: border-box;
		padding: 0 10px;
	}
	
	.main .contacts .l h4 {
		font-size: 20px;
		line-height: 40px;
	}
	
	.main .contacts .l p {
		font-size: 16px;
		
	}
	
	.main .contacts .r {
		display: none;
	}
	
}