.home_title {
	width: 100%;
	display: flex;
	gap: 10px;
	align-items: center;
	font-family: PingFang SC;
	font-size: 20px;
	font-weight: 600;
	color: #000;
	margin-bottom: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.home_title span {
	color: #999999;
	font-family: PingFang SC;
	font-size: 12px;
	cursor: pointer;

}

.home_title span:hover {
	color: #b6170e;
}

.home_title p {
	font-family: PingFang SC;
	font-size: 14px;
	color: #000000;
	cursor: pointer;
}
.select_p {
	color: #B3853F !important;
	text-decoration: underline;
}


.zhuanti_index {
	width: 100%;
	min-height: 1800px;
	background-image: url(../images/zt_index_bg.png);
	background-size: 100% 1920px;
	background-position: top left;
	background-repeat: no-repeat;
}

.zhuanti_index_box {
	width: 1200px;
	margin: 0 auto;
	padding-top: 20px;
}

.zhuanti_index_box_banner {
	width: 1200px;
	height: 380px;
	background-image: url(../images/ztbanner_bg.png);
	background-size: 100% 100%;

}

.zhuanti_index_box_banner {
	padding: 40px 60px 40px 175px;
	display: flex;
	justify-content: space-between;
}

.zhuanti_index_box_banner_left img {
	width: 720px;
	height: 300px;
	object-fit: cover;
	border-radius: 8px;
}

.zhuanti_index_box_banner_right {
	width: 205px;
	height: 300px;
	padding: 20px;
	position: relative;
}

.zhuanti_index_box_banner_right .zt_conttent_title {
	font-family: PingFang SC;
	font-size: 20px;
	font-weight: 600;
	color: #000000;
}

.zt_content_line {
	position: absolute;
	right: 0;
	top: 58px;
	width: 140px;
	height: 4px;
	background: linear-gradient(270deg, #F3D47F 0%, #E51C1C 100%);
}

.zhuanti_index_box_banner_right p {
	margin-top: 24px;
	width: 100%;
	font-family: PingFang SC;
	font-size: 12px;
	font-weight: normal;
	line-height: 24px;
	color: #333333;
	letter-spacing: 0.1em;
	height: 170px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
}

.showDetail {
	width: 120px;
	height: 28px;
	background: linear-gradient(180deg, #F38B4B 0%, #E51C1C 100%);
	border-radius: 130px;
	text-align: center;
	line-height: 28px;
	cursor: pointer;
	font-family: PingFang SC;
	font-size: 14px;
	color: #FFFFFF;
	margin: 0 auto;
	margin-top: 20px;
}

.showDetail:hover {
	font-weight: 600;

}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 60px;
	height: 60px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 60px 60px;
	background-position: center;
	background-repeat: no-repeat;
}

.swiper-button-next {
	background-image: url(../images/zt_index_next.png) ;
	right: -10px;
}

.swiper-button-prev {
	background-image: url(../images/zt_index_pre.png);
	left: -10px;
}

.szjy_list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;

}

.szjy_list_item {
	border-radius: 8px;
	width: 285px;
	height: 226px;
	overflow: hidden;
	border: 1px solid #ECEEF4;
}

.szjy_list_item img {
	width: 100%;
	height: 160px;
}

.reouce_list_item_bottom {
	width: 100%;
	height: 67px;
	padding: 10px;
	background-color: #FFFFFF;
}

.reouce_list_item_bottom h3 {
	display: block;
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	font-weight: 600;
	color: #000;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	cursor: pointer;
}

.reouce_list_item_count {
	margin-top: 12px;
	display: flex;
	justify-content: space-between;
}

.reouce_list_item_count span {
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	color: #9E9E9E;
	display: flex;
	gap: 5px;
	align-items: center;
}

.reouce_list_item_count span img {
	width: 16px;
	height: 16px;
}

/* 搜索 */
.zt_search_box {
	width: 850px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	margin-top: 50px;

}

.begin_search {
	width: 109px;
	height: 40px;
	border: 1px solid #B3853F;
	background: #FFF8EA;
	border-radius: 8px;
	line-height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	color: #B3853F;
	font-family: PingFang SC;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
}

.begin_search:hover {
	font-weight: 600;
}

.begin_search img {
	width: 16px;
	height: 16px;
}

.zt_search_box_left {
	width: 720px;
	height: 40px;
	border: 1px solid #B3853F;
	border-radius: 8px;
	padding: 0 10px;
	background-color: #FFF;
	position: relative;
	z-index: 999;
	
}

.zt_search_box_left img {
	width: 16px;
	height: 16px;
}

.zt_search_box_left_top {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.zt_search_box_left_top span{
	display: block;
	line-height: 24px;
	padding: 0 10px;
	background-color: #fff8ea;
	border-radius: 4px;
	color: #B3853F;
	font-size: 12px;
}
.zt_search_box_left_top span span{
	display: inline;
	padding: 0;
	margin-left: 0px;
	cursor: pointer;
}
.zt_search_box_left_top span span:hover{
color: #b6170e;
font-weight: 600;
}
.el-input__inner {
	border: none !important;
	height: 37px !important;
}
.el-input {
	flex: 1;
}
.zt_search_box_left:hover{
	height: auto;
	position: absolute;


}
.zt_search_box_left:hover .zt_search_box_left_bottom{
	display: block;
}
.zt_search_box_left_bottom {
	width: 700px;
	margin: 0 auto;
	border-top: 1px solid #B3853F;
	display: none;
	/* position: absolute;
	z-index: 999;
	left: 10px; */
	background-color: #FFF;
}

.zt_search_box_left_bottom_title {
	color: #999999;
	font-family: PingFang SC;
	font-size: 12px;
	line-height: 37px;
}

.zt_search_box_left_bottom_list {
	display: flex;
	gap: 10px;
	padding-bottom: 16px;
	border-bottom: 1px solid #ECEEF4;
	flex-wrap: wrap;

}

.zt_search_box_left_bottom_list_item {
	height: 24px;
	border-radius: 4px;
	border: 1px solid #ECEEF4;
	padding: 0 8px;
	font-family: PingFang SC;
	font-size: 12px;
	line-height: 24px;
	cursor: pointer;
}
.zt_search_box_left_bottom_list_item:hover{
	color: #b6170e;
	cursor: pointer;
}
.selectSearchZtMid{
	background: #FFF8EA;
	color: #B3853F;
	border-color:#FFF8EA ;
}