.tiyan {
	width: 100%;
	padding-top: 80px;
	padding-bottom: 120px;
	background-color: #f7f7f7;
}

.liuyan {
	display: flex;
	justify-content: space-between;
}

.liu {
	width: 535px;
}

.liu1 {
	padding-bottom: 30px;
	border-bottom: 2px solid #DBDBDB;
}

.liu1 p {
	display: flex;
	align-items: center;
	font-size: 18px;
	font-weight: 400;
	color: #1A1A1A;
	margin-bottom: 30px;

	line-height: 33px;
}

.liu2 p {
	display: flex;
	align-items: center;
	font-size: 18px;
	font-weight: 400;
	color: #1A1A1A;
	margin-bottom: 30px;

	line-height: 33px;
}

.liu1 h1 {
	font-size: 36px;
	font-weight: bold;
	color: #1A1A1A;
	margin-bottom: 80px;
}

.liu2 h1 {
	font-size: 36px;
	font-weight: bold;
	color: #1A1A1A;
	margin-bottom: 80px;
	margin-top: 60px;
}

.liu1 p img {
	width: 60px;
	height: 60px;
	margin-right: 30px;
}

.liu2 p img {
	width: 60px;
	height: 60px;
	margin-right: 30px;
}

.yan {
	width: 535px;
	padding-top: 90px;
}

.xinxi {
	display: flex;
	align-items: center;
	padding-bottom: 29px;
	padding-top: 30px;
	border-bottom: 2px solid #DBDBDB;

}

.xinxi p {
	font-size: 18px;
	font-weight: 400;
	color: #1A1A1A;
}

.xinxi1 p {
	font-size: 18px;
	font-weight: 400;
	color: #1A1A1A;
	padding-top: 30px;
}

.xinxi input {
	width: 70%;
	font-size: 16px;
	color: #555;
	border: 0;
	background-color: #f7f7f7;
	padding-left: 10px;
}

.xinxi1 textarea {
	height: 200px;
	width: 100%;
	border: 0;
	border-bottom: 2px solid #DBDBDB;
	font-size: 16px;
	padding-top: 20px;
	background-color: #f7f7f7;
}

.yan button {
	width: 220px;
	height: 48px;
	background: #D6A554;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0;
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	margin-top: 40px;
	float: right;
}

.map {
	width: 100%;
	height: 640px;
}
@media screen and (max-width:1200px) {
	.liuyan{
		flex-wrap: wrap;
	}
	.liu{
		width: 100%;
	}
	.yan{
		width: 100%;
	}
}
@media screen and (max-width:768px) {
	.liu1 h1 {
	    font-size: 25px;
	    font-weight: bold;
	    color: #1A1A1A;
	    margin-bottom: 30px;
	}
	.liu1 p img {
	    width: 40px;
	    height: 40px;
	    margin-right: 20px;
	}
	.liu2 h1 {
	    font-size: 25px;
	    font-weight: bold;
	    color: #1A1A1A;
	    margin-bottom: 30px;
	    margin-top: 30px;
	}
	.liu2 p img {
	    width: 40px;
	    height: 40px;
	    margin-right: 20px;
	}
	.liu2 p {
	    font-size: 14px;

	}
	.liu1 p {
	    font-size: 14px;
	
	}
	.yan {
	    padding-top: 15px;
	}
.xinxi input{
	width: 100%;
}
.xinxi{
	flex-wrap: wrap;
}
.map {
    width: 100%;
    height: 300px;
}
}