.banner_section {
	overflow: hidden;
	background-color: #ecf0f4;
	height: 400px;
}

.banner_section span {
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 400px;
	width: 100%;
}

.content {
	max-width: 1200px;
	width: 100%;
	margin: 0px auto;
	margin-top: 90px;
	box-sizing: border-box;
}

.content .zx_tabs {
	display: flex;
	border-bottom: 1px solid #6088B6;
	font-size: 26px;
	font-weight: 400;
}

.content .zx_tabs ul {
	display: flex;
}

.content .zx_tabs ul li {
	margin-right: 100px;
	cursor: pointer;
	position: relative;
	padding: 24px 0;
	list-style: none;
}

.content .zx_tabs .tabs_item_active::after {
	content: '';
	width: 151px;
	height: 4px;
	background: linear-gradient(90deg, #3D92C8, #69C5C4);
	position: absolute;
	bottom: -2px;
	left: 0;
}

.content .zx_tabs .tabs_list_show {
	display: block;
}

.content .section-list {
	margin-top: 60px;
	display: none;
}
.content .section-list.tabs_list_show {
    display: block;
}
.content .section-list .section-item {
	display: flex;
	align-items: center;
	background: #FFFFFF;
	margin-bottom: 30px;
	border: 1px solid #F0EEEE;
	box-shadow: 0px 7px 6px 0px rgba(0, 0, 0, 0.08);
	cursor: pointer;
	position: relative;
}

.content .section-list .section-item .lf {
	flex: 0.4;
	width: 480px;
	height: 230px;
	overflow: hidden;
}

.content .section-list .section-item .lf img {
	width: 480px;
	height: 230px;
	object-fit: cover;
}

.content .section-list .section-item:hover .lf img{
	transform: scale(1.2);
	transition: transform 0.5s;
}

.content .section-list .section-item .rt {
	flex: 0.6;
	padding: 30px;
    height: 230px;
}

.content .section-list .section-item .btn {
	width: 140px;
	height: 40px;
	background: linear-gradient(-90deg, #3D92C8, #69C5C4);
	border-radius: 20px;
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 36px;
	text-align: center;
	position: absolute;
	right: 25px;
	top: 40px;
}

.content .section-list .section-item .title {
	font-size: 24px;
	font-weight: 400;
	color: #323232;
	line-height: 24px;
	padding: 20px 0;
}

.content .section-list .section-item .tag {
	font-size: 12px;
	font-weight: 400;
	color: #999999;
	line-height: 24px;
}

.content .section-list .section-item .tag span {
	margin-right: 10px;
    background: linear-gradient(90deg, #3D92C8, #69C5C4);
    padding: 4px 15px;
    border-radius: 20px;
    color: #FFFFFF;
    font-size: 14px;
}

.content .section-list .section-item .price {
	font-size: 24px;
	font-weight: 400;
	color: #FF7901;
	line-height: 24px;
	margin: 20px 0px 40px 0px;
	letter-spacing: 2px;
}

.content .section-list .section-item .price span {
	font-size: 12px;
}

.content .section-list .section-item .address {
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	line-height: 24px;
}
.code{
    width:564px
}
.content .section-list .section-item .address img {
	width: 12px;
	height: 16px;
	object-fit: cover;
	margin-right: 8px;
}

.footer_bg {
	/* background-size: 100% 100% !important; */
}

@media (max-width: 1200px) {
	.content {
		padding: 0px 40px;
	}

}

@media (max-width: 820px) {
	.code{
		width:278px
	}
	.banner_section {
		height: 200px;
	}

	.banner_section span {
		height: 200px;
	}

	.content {
		padding: 0px 20px;
		margin-top: 20px;
	}
	.content .section-list{
		margin-top: 20px;
	}
	.content .section-list .section-item {
		display: block;
	}

	.content .section-list .section-item .lf {
		width: 100%;
		height: auto;
	}

	.content .section-list .section-item .lf img {
		width: 100%;
		height: auto;
	}

	.content .section-list .section-item .rt {
		padding: 10px 10px;
	}

	.content .section-list .section-item .price {
		margin: 10px 0px;
	}

	.content .section-list .section-item .address {
		font-size: 12px;
		line-height: 24px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.content .section-list .section-item .btn {
		width: 80px;
		height: 30px;
		line-height: 30px;
		font-size: 12px;
		right: 10px;
		top: 75%;
	}
	.content .zx_tabs{
		    font-size: 18px;
	}
	.content .zx_tabs ul{
		width: 100%;
		justify-content: space-around;
	}
	.content .zx_tabs ul li{
		margin-right: 0px;
		    padding: 10px;
	}
	.content .zx_tabs .tabs_item_active::after {
	    width: 100%;
	}
}
