.address {
	height: 550px;
	width: 100%;
	background-color: #355087;
}
.address .address-site {
	width: 100%;
}

.address .address-site .site-title {
	color: rgba(255, 255, 255, 0.8);
	font-size: 22px;
	font-weight: normal;
}

.address .address-site .site-content {
	display: flex;
	color: rgba(255, 255, 255, 0.5);
	font-size: 16px;
	font-weight: normal;
	margin-top: 15px;
	word-break: break-all;
}

.site-content1 {
	display: none !important;
}

.site-content2 {
	display: flex;
	color: rgba(255, 255, 255, 0.5);
	font-size: 16px;
	font-weight: normal;
	margin-top: 15px;
	word-break: break-all;
}

.pl-20 {
	padding: 20px;
}

.site-content .site-content-small {
	font-size: 14px;
	padding-top: 1px;
}

.address .address-code {
	text-align: center;
	margin-top: 20px;
}

.address .address-code .code-img {
	height: 120px;
	width: 120px;
}

.tf-footer {
	width: 100%;
	background-color: #000;
	color: #616770;
	height: 80px;
	line-height: 24px;
	font-weight: normal;
	font-family: "Adobe Heiti Std";
}

.tf-footer-first {
	padding-top: 15px;
}

.tf-footer-first, .tf-footer-sceond {
	text-align: center;
	font-size: 14px;
	margin-bottom: 2px;
}