.contact {
	width: 100%;
	height: 990px;
	overflow: hidden;
	border-top: 1px solid #3368C6;
	position: relative;
}
.contact-bg {
	display: block;
	width: 700px;
	height: 456px;
	border-radius: 4px 0px 0px 4px;
	position: absolute;
	top: 106px;
	right: 0;
	z-index: -1;
}
.contact-container {
	width: 1200px;
	margin: 0 auto;
	height: 990px;
	overflow: hidden;
}
.contact-content {
	overflow: hidden;
	width: 752px;
}
.contact-content-title {
	font-family: Source Han Sans;
	font-size: 30px;
	font-weight: bold;
	line-height: 30px;
	color: #3D3D3D;
	margin: 68px 0 18px 0;
}
.contact-content-desc {
	font-size: 12px;
	line-height: 12px;
	color: #3D3D3D;
	margin: 0 0 50px 0;
}
.contact-content-form {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.contact-content-form-title {
	font-family: Source Han Sans;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #3D3D3D;
	margin: 0 0 14px 0;
}
.contact-content-form-title span {
	color: #D60000;
}
.contact-content-form-input {
	width: 336px;
	height: 64px;
	margin: 0 0 24px 0;
}
.contact-content-form-input-content {
	width: 336px;
	height: 36px;
	opacity: 1;
	/* 纯白 */
	background: #FFFFFF;
	box-sizing: border-box;
	/* 描边色/描边浅色 */
	border: 1px solid #D8D8D8;
	padding: 0 10px;
}
.contact-content-form-select {
	width: 752px;
	margin: 0 0 24px 0;
}
.contact-content-form-select-content {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.contact-content-form-select-content-item {
	display: flex;
	align-items: center;
	width: 205px;
	height: 26px;
}
.contact-content-form-select-content-item-input {
	width: 14px;
	height: 14px;
	margin: 0 8px 0 0;
	border: 1px solid #D8D8D8;
	border-radius: 0;
}
.contact-content-form-select-content-item-text {
	font-size: 12px;
	line-height: 26px;
	color: #3D3D3D;
}
.contact-content-form-select-content-item:nth-child(4) {
	width: 135px;
}
.contact-content-form-select-content-item:nth-child(8) {
	width: 135px;
}
.contact-content-text {
	font-family: 思源黑体;
	font-size: 12px;
	line-height: 20px;
	color: #3D3D3D;
	margin: 0 0 18px 0;
}
.contact-content-select {
	width: 100%;
	display: flex;
	
}
.contact-content-select-input {
	width: 14px;
	height: 14px;
	margin: 6px 9px 0 0;
	border: 1px solid #D8D8D8;
	border-radius: 0;
}
.contact-content-select-text {
	font-family: 思源黑体;
	font-size: 12px;
	line-height: 24px;
	color: #3D3D3D;
	margin: 0 0 20px 0;
}
.contact-content-btn {
	width: 158px;
	height: 54px;
	border-radius: 4px;
	background: #3368C6;
	line-height: 54px;
	text-align: center;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 30px 0 0 0;
}