body{
	background: rgb(235,240,242);
}
.contact-bg{
	width: 100%;
	height: 0;
	padding-top: 15.65%;
	background: url(../img/contact.jpg) no-repeat;
	background-size: 100% 100%;
	position: relative;
}
.con-tit{
	position: absolute;
	bottom: 40px;
	color: #fff;
	font-size: 28px;
	left: 23%;
}
.contact-con{
	height: 650px;
	position: relative;
	background: #fff;
}
.contact-con-box{
	position: absolute;
	top: -20px;
	background: #fff;
	width: 100%;
	padding: 40px;
	color: #000;
}
.contact-con-box .zi{
	font-size: 24px;
	
}
.zi-1{
	font-size: 20px;
	margin-bottom: 40px;
}
.contact-line{
	width: 70px;
	border: 1px solid rgb(0,121,253);
	margin: 10px 16px 40px;
}
.sam{
	height: 40px;
	line-height: 40px;
}
.er-code{
	position: absolute;
	z-index: 20;
	width: 200px;
	height: 200px;
	right: 80px;
	top: 40px;
	
}
iframe{
	position: absolute;
	z-index: 9;
	bottom: 20px;
	left: 20px;
}