.footer_content {
			width: 100%;
			background: #7B6756;
			height: 424px;
		}

		.footer_top {
			width: 1200px;
			margin: 0 auto;
			display: flex;
			box-sizing: border-box;
			padding: 71px 0 72px;
			color: #EDE3DA;
			justify-content: space-between;
		}

		.footer_bot {
			height: 56px;
			text-align: center;
			background: #6D5846;
			line-height: 56px;
			color: #EDE3DA;
			font-size: 14px;
		}

		.footer_top_left {
			width: 294px;

			box-sizing: border-box;
			font-size: 19px;
			line-height: 26px;
			display: flex;
			align-items: center;
		}

		.footer_top_line {
			width: 2px;
			height: 225px;
			background: #ffffff;
			margin: 0 102px;
		}

		.footer_top_right {
			flex: 1;
		}

		.contact span {
			display: block;
			color: #ffffff;
			font-size: 20px;
			line-height: 26px;
		}

		.contact span:nth-child(2) {
			color: #EDE3DA;
			font-size: 16px;
			line-height: 22px;
			margin-top: 4px;
		}

		.address {
			display: flex;
			justify-content: space-between;
			margin-top: 40px;
			color: #EDE3DA;
		}

		.office p:first-child {
			font-size: 20px;
			line-height: 28px;
			color: #ffffff;
		}

		.office p {
			margin-bottom: 3px;
			line-height: 22px;
		}

		.erweima p {
			font-size: 20px;
			line-height: 28px;
			color: #ffffff;
			margin-bottom: 6px;
		}