.banner[data-v-0120d07e] {
	display: block;
	position: relative;
	width: 100%;
	height: 448px;
	overflow: hidden
}

@media screen and (max-width:768px) {
	.banner[data-v-0120d07e] {
		height: 140px
	}
}

.banner .bannerimg[data-v-0120d07e] {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -9;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

@media screen and (max-width:768px) {
	.banner .bannerimg[data-v-0120d07e] {
		height: 100%;
		width: 100%
	}
}

.banner .bannerText[data-v-0120d07e] {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 999
}

@media screen and (max-width:768px) {
	.banner .bannerText[data-v-0120d07e] {
		height: 20px
	}
}

.contentNav[data-v-0120d07e] {
	position: relative;
	width: 100%;
	height: 50px;
	background-color: #f0f0f0;
	line-height: 50px
}

@media screen and (max-width:768px) {
	.contentNav[data-v-0120d07e] {
		height: 33px
	}
}

.contentNav .Navcontaniner[data-v-0120d07e] {
	position: relative;
	display: flex;
	width: 1200px;
	margin: 0 auto;
	height: 100%;
	align-items: center
}

@media screen and (max-width:768px) {
	.contentNav .Navcontaniner[data-v-0120d07e] {
		width: 100%;
		padding: 0 33px;
		font-size: 14px!important
	}
}

.contentNav .Navcontaniner .back[data-v-0120d07e] {
	width: 80px;
	height: 35px;
	background-color: #d0a971;
	text-align: center;
	color: #fff;
	line-height: 35px;
	margin-right: 20px;
	cursor: pointer
}
.contentNav .Navcontaniner .back[data-v-0120d07e] a{ color: #fff;}
@media screen and (max-width:768px) {
	.contentNav .Navcontaniner .back[data-v-0120d07e] {
		display: none
	}
}

.content[data-v-0fac0642] {
	position: relative;
	display: block;
	width: 1200px;
	margin: 0 auto
}

@media screen and (max-width:768px) {
	.content[data-v-0fac0642] {
		width: 100%;
		padding: 26px 21px;
		overflow: hidden
	}
}

.content .Item-from[data-v-0fac0642] {
	width: 100%;
	height: 320px;
	background-color: #fff;
	box-shadow: 0 1px 10px 0 hsla(0, 0%, 87.1%, .3);
	border-radius: 5px;
	margin: 20px 0
}

@media screen and (max-width:768px) {
	.content .Item-from[data-v-0fac0642] {
		margin: 0;
		box-shadow: none;
		height: auto
	}
}

.content .Item-from .Item-flex[data-v-0fac0642] {
	display: flex
}

@media screen and (max-width:768px) {
	.content .Item-from .Item-flex[data-v-0fac0642] {
		display: block
	}
}

.content .Item-from .Item-flex .el-form-item[data-v-0fac0642] {
	width: 380px;
	margin: 15px auto
}

@media screen and (max-width:768px) {
	.content .Item-from .Item-flex .el-form-item[data-v-0fac0642] {
		width: 100%
	}
}

.content .Item-from .Item-flex .el-form-item .submit[data-v-0fac0642] {
	background: #bd9d6c;
	border-radius: 2px;
	border: 1px solid #bd9d6c
}

@media screen and (max-width:768px) {
	.content .Item-from .Item-flex .el-form-item .submit[data-v-0fac0642] {
		margin: 0 auto;
		display: block
	}
}

.content .map[data-v-0fac0642] {
	position: relative;
	display: block;
	margin: 20px 0;
	width: 100%;
	overflow: hidden;
	height: 350px
}

@media screen and (max-width:768px) {
	.content .map[data-v-0fac0642] {
		margin: 40px 0
	}
}

.content .map img[data-v-0fac0642] {
	width: 1200px;
	height: auto
}

@media screen and (max-width:768px) {
	.content .map img[data-v-0fac0642] {
		width: 100%
	}
}

.Icon_group[data-v-0fac0642] {
	position: fixed;
	right: 100px;
	height: 240px;
	top: 50%;
	z-index: 99999;
	display: flex;
	justify-content: space-between;
	flex-direction: column
}

@media screen and (max-width:1300px) {
	.Icon_group[data-v-0fac0642] {
		height: 163px
	}
}

@media screen and (max-width:768px) {
	.Icon_group[data-v-0fac0642] {
		right: 33px
	}
}

.Icon_group .Icon_item[data-v-0fac0642] {
	width: 60px;
	height: 60px;
	cursor: pointer
}

@media screen and (max-width:1300px) {
	.Icon_group .Icon_item[data-v-0fac0642] {
		height: 40px;
		width: 40px
	}
}

.Icon_group .Icon_item img[data-v-0fac0642] {
	width: 100%
}