.contact {
	display: flex;
	width: 1200px;
	margin: 0 auto;
	margin-top: -65px;
	z-index: 99;
	position: relative;
}

.conleft {
	width: 370px;
	height: 450px;
	background: #ffffff;
	box-shadow: -0.91px 1.78px 8.73px 0.06px rgba(51, 51, 51, 0.10);
}

.conright {
	width: 830px;
	height: 449px;
}

.ads {
	display: flex;
	align-items: center;
	margin-left: 27px;
}

.adstxt{
	margin-left: 20px;
}

.adstxt>p {
	font-size: 14px;
	font-family: Microsoft YaHei UI, Microsoft YaHei UI-Bold;
	font-weight: 700;
	/* text-align: left; */
	color: #333333;
}

.adstxt>span {
	font-size: 14px;
	font-family: Microsoft YaHei UI, Microsoft YaHei UI-Bold;
	font-weight: 400;
	/* text-align: left; */
	color: #333333;
}