.text-line > h4 {
	font-size: 24px;
}
.section .about-content {
	padding-top: 70px;
	padding-right: 70px;
}
.section .about-content .desc {
	max-width: 200px;
	line-height: 1.2;
	margin-bottom: 1rem;
}
.section .about-more {
	background: #0092dd;
	padding: 14px 30px;
	box-sizing: border-box;
	display: inline-block;
	border-radius: 100px;
	color: #fff;
	margin-top: 30px;
}
.section .about-data {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.section .about-data .about-item {
	background: rgba(255,255,255,.5);
	width: calc(50% - 8px);
	display: inline-block;
	margin-bottom: 16px;
	padding: 24px;
	border-radius: 16px;
}
.section .about-data .about-item .about-item-num {
	font-size: 46px;
	font-weight: bold;
}
.section .about-data .about-item .about-item-info {
	right: 24px;
	bottom: 24px;
	text-align: right;
}

.contact-contact {
	background: #fff;
	border-radius: 10px;
	padding: 40px 80px;
	margin-top: -50px;
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: space-between;
}
.contact-hotline-row {
	width: 52%;
	border-right: 1px solid #d9dadc;
}
.contact-address-row {
	width: 40%;
}
.contact-contact .contact-hotline {
	
}
.contact-contact .contact-hotline .contact-hotline-title {
	font-size: 16px;
}
.contact-contact .contact-hotline .contact-hotline-subtitle {
	font-size: 32px;
	font-weight: bold;
}
.contact-contact .contact-code {
	margin-top: 100px;
}
.contact-contact .contact-code .contact-code-title {
	font-size: 24px;
	line-height: 1.4;
}
.contact-contact .contact-code .contact-code-subtitle {
	font-size: 24px;
	line-height: 1.4;
}
.contact-contact .contact-code img {
	margin-top: 20px;
	width: 125px;
	height: 125px;
}
.contact-title {
	font-size: 30px;
	margin-top: 60px;
	padding: 60px 0;
	border-top: 1px solid #d9dadc;
}
.contact-content {
	border-radius: 10px;
	background: #fff;
}
.contact-content img {
	border-radius: 10px 10px 0 0;
}
.contact-content .contact-text {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.contact-contact .contact-address-item .contact-address-title {
	font-size: 14px;
	margin-bottom: 10px;
	text-transform: capitalize;
}
.contact-contact .contact-address-item .contact-address-subtitle {
	font-size: 20px;
}
.contact-content .contact-padding {
	padding: 20px 80px;
}
.contact-content .contact-name {
	margin-bottom: 6px;
	font-size: 30px;
}

@media (max-width: 1200px) {
	.section .about-content {
		padding-top: 50px;
	}
	.section .about-data .about-item .about-item-num {
		font-size: 26px;
	}
}
@media (max-width: 992px) {
	.contact-title {
		font-size: 24px;
		padding: 30px 0;
		margin-top: 40px;
		text-align: center;
	}
}
@media (max-width: 768px) {
	.contact-contact {
		display: block;
	}
	.contact-title {
		font-size: 20px;
		margin-top: 0;
	}
	.contact-contact {
		padding: 20px;
	}
	.contact-hotline-row {
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #d9dadc;
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	.contact-address-row {
		width: 100%;
	}
	.contact-contact .contact-hotline {
		order: 1;
	}
	.contact-contact .contact-hotline .contact-hotline-title,
	.contact-contact .contact-address-item .contact-address-subtitle {
		font-size: 14px;
	}
	.contact-contact .contact-hotline .contact-hotline-subtitle {
		font-size: 18px;
	}
	.contact-contact .contact-code {
		margin: 0;
	}
	.contact-contact .contact-code .contact-code-title,
	.contact-contact .contact-code .contact-code-subtitle {
		font-size: 16px;
	}
	.contact-contact .contact-address-item {
		margin-bottom: 20px;
	}
	.contact-content .contact-padding {
		padding: 20px;
	}
	.contact-content .contact-text-left {
		padding-right: 10px;
		flex: 1;
	}
	.contact-content .contact-name {
		font-size: 18px;
	}
}