/* 联系我们 */
.cantant{
	width: 100%;
	box-sizing: border-box;
	padding-top: 0.6rem;
	height: auto;
}
.cantant .title-box{
	background-color: #ffffff;
}
.content-item{
	margin-top: 0.5rem/* 30px */;
	margin-bottom: 0.6rem;
	width: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-around;
}
.left-li{
	width: 4rem/* 300px */;
	font-size: 0.18rem/* 18px */;
	margin-bottom: 0.3rem/* 30px */;
	position: relative;
	height: 0.36rem/* 36px */;
	line-height: 0.36rem/* 36px */;
	padding-left: 0.5rem/* 46px */;
}
.left-li img{
	position: absolute;
	left: 0;
	height: 0.36rem;
	top: 0;
}

.right-msg{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 0.5rem/* 50px */;
	background-color: #f2f2f2;
	padding-bottom: 0.3rem;
}
.right-msg label{
	display: flex;
	align-items: center;
	margin-top: 0.3rem/* 30px */;
	font-size: 0.15rem/* 15px */;
}
.right-msg button{
	margin-top: 0.3rem/* 30px */;
	border:none;
	font-size: 0.18rem/* 18px */;
	background-color: #ff7e11;
	width: 1.5rem/* 150px */;
	height: 0.4rem/* 40px */;
	color: #ffffff;
	outline: none;
}
.right-msg label p{
	margin-right: 0.1rem/* 10px */;
}
.right-msg label input{
	outline: none;
	border: solid 0.02rem/* 2px */ #cccccc;
	background-color: #f2f2f2;
	text-indent: 0.04rem/* 4px */;
	width: 6rem/* 390px */;
	height: 0.45rem/* 35px */;
}
.right-msg textarea{
	resize: none;
	width: 6rem/* 390px */;
	outline: none;
	border: solid 0.02rem/* 2px */ #cccccc;
	background-color: #f2f2f2;
	text-indent: 0.04rem/* 4px */;
	height: 100px;
}



.left-text{
	width: 100%;
	box-sizing: border-box;
	padding: 0.3rem 0.35rem 0;
	height: auto;
}
.left-text .title{
	font-size: 0.3rem/* 30px */;
	font-weight: bold;
	color: #f16622;
	line-height: 1rem/* 100px */;
	position: relative;
}
.left-text .title::before{
	content: "ALL ABOUT US";
	position: absolute;
	top: -0.38rem/* 38px */;
	font-size: 0.14rem/* 14px */;
	font-weight: lighter;
	color: #635b57;
}
.left-text .title::after{
	content: "";
	position: absolute;
	height: 0.04rem/* 4px */;
	width: 0.5rem/* 50px */;
	background-color: #f16622;
	bottom: 0.1rem/* 10px */;
	left: 0;
}

.left-text .text-detail{
	margin-top: 0.2rem/* 40px */;
	text-indent: 2em;
	font-size: 0.15rem/* 15px */;
}

#map{
	width: 100%;
	height: 4.4rem/* 440px */;
	margin-top: 0.7rem/* 70px */;
	margin-bottom: 0.8rem/* 80px */;
}