.contact{
	margin-top: 33px;
}
.contact-row{
	margin-top: 40px;
	display: flex;
	flex-flow: row;
	justify-content: space-around;
}
.contact-item-title{
	height: 66px;
	width: 120px;
	line-height: 66px;
	border-bottom: 3px solid #C6BAA5;
	text-align: center;
	font-size: 24px;
	color: #332C2B;
}
.contact-item-content{
	height: 55px;
	width: 200px;
	line-height: 24px;
	font-size: 16px;
	color: #666666;
	margin-top: 20px;
	text-align: center;
}
.contact-item{
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
}
.liuyan{
	margin-top: 80px;
}
.liuyan-row-one{
	margin-top: 40px;
	width: 100%;
	display: flex;
	flex-flow: row;
	justify-content: space-between;
}
.liuyan-row-one>div{
	height: 40px;
	width: 380px;
	padding-left: 10px;
	background: rgba(145, 145, 145, 0);
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	display: flex;
	align-items: center;
	
}
.liuyan-row-one>div>input{
	height: 35px;
	width: 300px;
	margin-left: 20px;
}
.liuyan-row-one>div>input::placeholder{
	font-size: 15px;
	color: #999999;
}

.liuyan-row-two{
	margin-top: 30px;
	width: 100%;
	height: 120px;
	background-color: #FFFFFF;
	background: rgba(255, 255, 255, 0);
	border: 1px solid #CCCCCC;
	border-radius: 4px;
}
.liuyan-row-two>textarea::placeholder{
	font-size: 15px;
	color: #CCCCCC;
}
.liuyan-row-three{
	width: 100%;
	margin-top: 30px;
	display: flex;
	flex-flow: row;
	justify-content: space-between;
}
.liuyan-row-three>div{
	width: 45%;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	text-align: center;
	border: 1px solid #C6BAA5;
	border-radius: 4px;
}

.liuyan-row-three>div:nth-child(1){
	color: #C6BAA5;
	background: #FFFFFF;
}
.liuyan-row-three>div:nth-child(2){
	color: #FFFFFF;
	background: #C6BAA5;
}
.liuyan-row-three>div:hover{
	cursor: pointer
}
.map{
	width: 100%;
	margin-top: 70px;
	margin-bottom: 30px;
}