.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
}

@media screen and (max-width:768px) {
	.contentNav .Navcontaniner .back[data-v-0120d07e] {
		display: none
	}
}

.content[data-v-b048c44a] {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1200px;
	flex-wrap: wrap;
	margin: 0 auto;
	padding: 60px 0 120px 0
}

@media screen and (max-width:768px) {
	.content[data-v-b048c44a] {
		padding: 20px 0;
		width: 100%
	}
}

.content .content-box[data-v-b048c44a] {
	display: block;
	flex: 0 0 585px;
	width: 585px;
	height: 210px;
	background-color: #fff;
	box-shadow: 0 1px 10px 0 hsla(0, 0%, 46.3%, .3);
	border: 1px solid #d2b385;
	margin: 15px 0;
	padding: 50px 40px;
	overflow: hidden;
	cursor: pointer;
	position: relative
}

@media screen and (max-width:768px) {
	.content .content-box[data-v-b048c44a] {
		flex: 0 0 82%;
		width: 82%;
		height: 120px;
		padding: 16px;
		margin: 12px auto;
		overflow: hidden;
		text-overflow: ellipsis
	}
}

.content .content-box .title[data-v-b048c44a] {
	color: #cea15a;
	font-weight: 600;
	display: flex;
	align-items: center
}

@media screen and (max-width:768px) {
	.content .content-box .title[data-v-b048c44a] {
		font-size: 13px
	}
}

.content .content-box .title img[data-v-b048c44a] {
	width: 42px;
	position: absolute;
	margin-right: 15px
}

@media screen and (max-width:768px) {
	.content .content-box .title img[data-v-b048c44a] {
		width: 42px
	}
}

.content .content-box .title span[data-v-b048c44a] {
	padding-left: 46px
}

.content .content-box .text[data-v-b048c44a] {
	margin-top: 20px;
	color: #a9a9a9;
	font-size: 14px;
	line-height: 24px
}

@media screen and (max-width:768px) {
	.content .content-box .text[data-v-b048c44a] {
		font-size: 10px;
		line-height: 20px;
		margin-top: 14px
	}
}