.contact {
	background: url('../images/contact-bg.png') center center no-repeat;
	background-size: cover;
	position: relative;
}
.contact-content {
    padding-top: 60px;
    padding-bottom: 60px;
	width: 1440px;
	margin: 0 auto;
}
.contact-title {
	text-align: left;
	font-weight: 500;
	font-size: 32px;
	color: #000000;
	line-height: 38px;
	font-style: normal;
	text-transform: none;
}
.contact-title-desc {
	margin-top: 5px;
	text-align: left;
	font-weight: 500;
	font-size: 20px;
	color: #FF6D24;
	line-height: 23px;
	font-style: normal;
	text-transform: none;
}
.contact-title-image {
	text-align: left;
	margin-top: 16px;
	width: 130px;
	height: 12px;
	background: url('../images/contact-title.png') center center no-repeat;
	background-size: contain;
}
.contact-row {
	margin-top: 20px;
	width: 100%;
	overflow: hidden;
}
.contact-cell {
	float: left;
	width: 33.33%;
	box-sizing: border-box;
	padding-right: 30px;
	height: 106px;
	margin-bottom: 0px;
}

.contact-cell:nth-child(3n) {
	padding-right: 0;
}
.contact-cell-content {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
}
.contact-cell-left {
	display: flex;
	flex-direction: column;
}
.contact-cell__title {
	font-weight: 500;
	font-size: 32px;
	color: #333333;
	line-height: 38px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
.contact-cell__desc {
	margin-top: 10px;
	font-weight: 400;
	font-size: 24px;
	color: #FF6D24;
	line-height: 16px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
.contact-cell__email {
	margin-top: 18px;
	font-weight: 400;
	font-size: 24px;
	color: #666666;
	line-height: 24px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
.contact-cell-right {
	display: flex;
}
.contact-cell__qrcode {
	width: 106px;
	height: 106px;
}
.contact-cell__qrcode-image {
	width: 106px;
	height: 106px;
	object-fit: cover;
}
.contact-cell-wz {
	width: 390px;
}
.contact-cell-wz .contact-cell__title {
	font-weight: 500;
	font-size: 32px;
	color: #FF6D24;
	line-height: 38px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
.contact-cell-wz .contact-cell__desc {
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	line-height: 24px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}

/* 媒体查询：当浏览器宽度为1200px时 */
@media screen and (max-width: 1200px) {
	.contact-content {
		padding-top: 20px;
		padding-bottom: 20px;
		width: 1000px;
		margin: 0 auto;
	}
}



