/* 地址 */
.address {
	height: 596px;
	min-width: 1400px;
	display: flex;
	justify-content:center;
	align-items:center;
	background-color: #355087;
}
.address .address-site {
	width: 800px;
}

.address .address-site .site-title {
	color: rgba(255, 255, 255, 0.8);
	font-size: 24px;
	font-weight: normal;
	margin-top: 73px;
}

.address .address-site .site-content {
	display: flex;
	color: rgba(255, 255, 255, 0.5);
	font-size: 24px;
	font-weight: normal;
	margin-top: 23px;
}

.site-content2 {
	display: none;
}

.pl-20 {
	padding-left: 40px;
}

.site-content .site-content-small {
	font-size: 14px;
	padding-top: 10px;
}

.address .address-code {
	width: 400px;
	text-align: center;
}

.address .address-code .code-img {
	height: 240px;
	width: 240px;
}

.tf-footer {
	min-width: 1400px;
	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;
}