.contact{
	background-color:#fff;	
	padding:1px;
}
.contact-wrap{
	width:1400px;
	display:flex;
	box-sizing:border-box;
	margin:50px auto;
}
.contact-left{
	width:40%;
	box-sizing:border-box;
	background-color:#f8f8f8;
	border:solid 1px #eee;
	padding:70px;
	border-radius:20px;
}
.contact-right{
	width:60%;
	box-sizing:border-box;
	padding-left:100px;
}
.contact-left h2{
	font-size: 40px;
    font-weight: 500;
	color:#000;
}
.contact-left .item{
	padding-top:50px;
	font-size: 18px;
    font-weight: 500;
	color:#000;
	line-height:25px;
}
.contact-left img{
	display:block;
	width:40px;
	margin-bottom:5px;
}
.contact-right h2{
	font-size: 40px;
    font-weight: 500;
	color:#000;
	margin:10px 0px;
}
.contact-right .item{
	padding:10px 0px;
}
.contact-right .item.a{
	width:100%;
}
.contact-right .item.b{
	width:100%;
}
.contact-right .item.c{
	width:100%;
}
.feedback .field-label{
    font-size: 20px;
    font-weight: 300;
    line-height: 26px;
}
.feedback .elementor-field{
	background-color: #f8f8f8;
    border:solid 1px #999;
    border-radius: 24px;
	width:100%;
	font-size: 16px;
    font-weight: 300;
    line-height: 26px;
	min-height: 33px;
    padding: 4px 12px;
	box-sizing:border-box;
}
.feedback .elementor-button{
	background-color: #000;
	font-weight: 500;
    border-radius: 44px;
    padding: 0 50px;
	line-height:50px;
	color:#fff;
	border:0;
	font-size:20px;
	text-transform:uppercase;
}
.lianxi-wrap{
	width:100%;
	display:flex;
	margin:30px auto;
}
.lianxi{
	width:50%;
	padding:50px;
	box-sizing:border-box;
}
.lianxi p{
	font-size:20px;
	line-height:40px;
	color:#555;
	text-wrap:normal!important;
}
.lianxi span{
	text-wrap:normal!important;
}
.mapbox{
	width:50%;
	margin-top:30px;
	background-color:#f7f7f7;
}
.map{
	width:100%;
	height:450px;
	font-size:15px;
}

@media (max-width: 730px) {
.contact-wrap{
	width:100%;
	display:block;
	margin:30px auto;
}
.contact-left{
	width:100%;
	padding:30px;
	border-radius:20px;
}
.contact-right{
	width:100%;
	padding:10px;
}
.contact-left h2{
	font-size: 30px;
}
.contact-left .item{
	padding-top:30px;
	line-height:25px;
}
.contact-left img{
	display:block;
	width:40px;
	margin-bottom:5px;
}
.contact-right h2{
	font-size: 30px;
}
.lianxi-wrap{
	width:100%;
	display:block;
	margin:30px auto;
}
.lianxi{
	width:100%;
	padding:20px;
	box-sizing:border-box;
}
.lianxi p{
	font-size:20px;
	line-height:40px;
}
.mapbox{
	width:100%;
	margin-top:20px;
	background-color:#f7f7f7;
}
.map{
	width:100%;
	height:450px;
	font-size:15px;
}

}