@font-face {
	font-family: 'Source Han Serif CN';
	src: url('../fonts/SourceHanSerifCN-Bold-2.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}

.zt_zgjs_top {
	width: 100%;
	height: 480px;
	background-image: url(../images/zt_zgjs_banner.png);
	background-size: 100% 100%;
	overflow: hidden;
	min-width: 1200px;
}

.zt_zgjs_top_wrapper {
	width: 1200px;
	margin: 0 auto;
}

.zgjs_title {
	margin-top: 50px;
	margin-bottom: 20px;
	display: flex;justify-content: center;
	padding-left: 100px;
}

.zgjs_title img {
	width: 730px;
	height: 210px;
    object-fit: cover;
}

.zgjs_zd {
	width: 100%;
	height: 200px;
	background-image: url(../images/zt_zgjs_zd.png);
	background-size: 100% 100%;
	padding: 16px 30px;

}

.zgjs_zd h3 {
	font-family: Source Han Serif CN;
	font-size: 32px;
	font-weight: 900;
	color: #f23e09;
}

.zgjs_zd_content {
	margin-top: 28px;
	font-family: PingFang SC;
	font-size: 14px;
	font-weight: 500;
	line-height: 28px;
	color: #935115;
	width: 100%;
	height: 112px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.zgjs_content {
	width: 100%;
	margin-top: 50px;
}

.zgjs_center {
	width: 1200px;
	height: 660px;
	margin: 40px auto;
}

.zgjs_content_top {
	display: flex;
	justify-content: space-between;

}

.zgjs_content_top_left {
	width: 160px;
	height: 500px;
}

.zgjs_content_top_left img {
	width: 100%;
	height: 100%;
}

.zgjs_content_top_right {
	width: 1020px;
	height: 500px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.zgjs_class {
	display: flex;
	gap: 20px;

}

.zgjs_class_item {
	width: 240px;
	height: 80px;
	background-color: #fef4ea;
	border-radius: 8px;
	background-image: url(../images/zgjs_class.png);
	background-size: 100%, 100%;
	font-family: Source Han Serif CN;
	font-size: 18px;
	font-weight: 900;
	line-height: normal;
	text-align: center;
	letter-spacing: 0em;
	font-variation-settings: "opsz" auto;
	color: #9E320E;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 14px;
	overflow: hidden;
	cursor: pointer;
}

.zgjs_class_item span {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: flex;
	align-items: center;
	justify-content: center;

}

.zgjs_class_item_select {
	background-image: url(../images/zgjs_class_select.png);
}

.zgjs_class_item:hover {
	background-image: url(../images/zgjs_class_select.png);
}

.zgjs_content_list {
	width: 100%;
	height: 410px;
	background-image: url(../images/zgjs_content_bg.png);
	background-size: 100% 100%;
	padding: 70px 40px 40px 40px;




}

.zgjs_content_list_box {
	width: 100%;
	height: 100%;
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	overflow-y: auto;
	/* 内容超出时显示滚动条 */
	-ms-overflow-style: none;
	/* IE和Edge浏览器隐藏滚动条 */
	scrollbar-width: none;
	/* Firefox浏览器隐藏滚动条 */
}

.zgjs_content_list_box::-webkit-scrollbar {
	/* Chrome、Safari和Opera浏览器隐藏滚动条 */
	display: none;
}

.zgjs_content_list_item {
	width: 220px;
	height: 60px;
	background-image: url(../images/zgjs_content_list_item.png);
	background-size: 100% 100%;

	text-align: center;
	line-height: 60px;
	overflow: hidden;
	text-overflow: ellipsis;

	font-size: 17px;
	color: #935115;
	cursor: pointer;
}

.zgjs_content_list_item_select {
	font-family: Source Han Serif CN;
	background-image: url(../images/zgjs_content_list_item_select.png);
}

.zgjs_content_list_item:hover {
	font-family: Source Han Serif CN;
	background-image: url(../images/zgjs_content_list_item_select.png);
}

.zgjs_bottom {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}

.zgjs_bottom img {
	width: 386px;
	height: 120px;
}

.zt_zgjsDetail {
	width: 100%;
	height: 300px;
	background-image: url(../images/zgjsDetail_banner.png);
	background-size: 100% 100%;
	overflow: hidden;

}

.zgjs_title_box {
	width: 1200px;
	height: 220px;
	display: flex;
	margin: 40px auto;
	justify-content: space-between;
}

.zgjs_title_box img {
	width: 380px;
	height: 220px;
	object-fit: cover;
}

.zgjs_title_box_center {
	width: 680px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 20px;
	padding-top: 27px;
}

.zgjs_title_box_center h2 {
	font-family: Source Han Serif CN;
	font-size: 36px;
	color: #9E320E;
}

.zgjs_title_box_center p {
	font-family: Source Han Serif CN;
	font-size: 24px;
	color: #9E320E;
	line-height: 48px;
	overflow: hidden;
	height: 140px;
	display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;font-size: 16px;
}

.zgjs_goback {
	height: 24px;
	width: 60px;
	display: flex;
	align-items: center;
	gap: 4px;
	font-family: PingFang SC;
	font-size: 14px;
	font-weight: 500;
	color: #9E320E;
	cursor: pointer;

}

.zgjs_goback img {
	width: 24px;
	height: 24px;
}

.zgjs_goback:hover {
	font-weight: 600;
}

.zgjs_zsjjh {
	width: 100%;
	height: 280px;
	background-image: url(../images/zgjs_sjjg_bj.png);
	background-size: 100% 100%;

}

.zgjs_zsjjh h3 {
	position: relative;
	padding-left: 45px;
	font-family: Source Han Serif CN;
	font-size: 20px;
	color: #9E320E;
	line-height: 60px;
}

.zgjs_zsjjh h3 img {
	width: 40px;
	height: 70px;
	position: absolute;
	left: 10px;
	top: -20px;
}

.zgjs_zsjjh_item {
	font-family: PingFang SC;
	font-size: 14px;
	line-height: 28px;
	color: #000000;
	padding: 0 20px;
	display: flex;
	gap: 10px;
	margin-bottom: 20px;

}

.zgjs_zsjjh_item_left {
	margin-top: 10px;
	width: 4px;
	height: 10px;
	border-radius: 13px;
	background: #935115;
	flex-shrink: 0;
}

.zgjs_zsjjh_item p {
	flex: 1;
}

.zgjs_spzq {
	width: 100%;
	height: 262px;
	background-color: #fdf7ef;
	margin-top: 40px;
	position: relative;
	padding: 47px 20px 0 20px;
}

.zgjs_spzq_title {
	width: 210px;
	height: 42px;
	line-height: 40px;
	text-align: center;
	background-image: url(../images/zgjs_title_bg.png);
	background-size: 100% 100%;
	font-family: Source Han Serif CN;
	font-size: 20px;
	font-weight: 900;
	color: #9E320E;
	position: absolute;
	top: -15px;
	left: 50%;
	transform: translateX(-50%);
}

.zgjs_spzq_list {
	width: 100%;
	display: flex;
	gap: 20px;
}

.zgjs_spzq_list_item {
	width: 275px;

}

.zgjs_spzq_list_item img {
	width: 275px;
	height: 155px;
	object-fit: cover;
}

.zgjs_spzq_list_item p {

	font-family: PingFang SC;
	width: 100%;
	height: 20px;
	font-size: 14px;
	font-weight: 600;
	color: #000;
	margin-top: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;

}

.zgjs_button {
	width: 60px;
	height: 40px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}

.zgjs_pre {
	left: -10px;
}

.zgjs_next {
	right: -10px;
}

.zgjs_button:hover {
	scale: 1.1;
}

.zgjs_kmrw {
	width: 100%;
	height: 310px;
	background-image: url(../images/zgjs_kmrw_bg.png);
	background-size: 100% 100%;
	position: relative;
}


.km {
	width: 100%;
	margin: 50px auto 0 auto;
}

.kmitem {
	width: 100%;
	height: 345px;

}

.kmitem1 {
	position: relative;
	width: 1200px;
	margin: auto;
	height: 100%;
}

.kmswiper {
	padding-top: 50px !important;
	width: 1120px !important;

}

.kmitem .swiper-container {
	width: 100%;
	height: 100%;
}

.kmitem .swiper-slide {
	position: relative;
	cursor: pointer;
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	transition: 300ms;
	transform: scale(0.8);
	overflow: hidden;
	width: 386px;
	height: 240px;
}

.kmrw>p {
	z-index: 10;
	position: absolute;
	bottom: 0;
	padding: 0 3%;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: left;
	font-size: 16px;
	overflow: hidden;
	display: -webkit-box;
	word-break: break-all;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	color: #fff;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(17, 17, 17, 0) 100%);
}

.kmrw>img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	transition: all 0.5s;
}

.kmrw:hover img {
	transform: scale(1.2);
}

.kmitem .swiper-slide-active,
.swiper-slide-duplicate-active {
	transform: scale(1);
}

.kmitem .swiper-wrapper {
	width: 1120px !important;
}

.kmitem .swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
	content: '' !important;
}

.kmitem .swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
	content: '' !important;
}

.kmitem .swiper-button-next {
	width: 32px !important;
	height: 32px !important;
	background: url(../images/ytdd_next.png) no-repeat !important;
	background-size: 100% 100% !important;
	outline: none !important;
}

.kmitem .swiper-button-prev {
	width: 32px !important;
	height: 32px !important;
	background: url(../images/ytdd_pre.png) no-repeat !important;
	background-size: 100% 100% !important;
	outline: none !important;
}

.zgjs_zywz {
	width: 1200px;
	margin: 0 auto;
	margin-top: 40px;
	height: 350px;
	position: relative;
	margin-bottom: 40px;
}

.zgjs_zywz_top {
	width: 100%;
	height: 16px;
	background: linear-gradient(180deg, #FFF7E7 0%, #F6CDA3 100%);
}

.zgjs_zywz_list {
	margin-top: 40px;
	width: 100%;
	height: 254px;
	display: flex;
	justify-content: space-between;
}

.zgjs_zywz_list_item {
	width: 590px;
	height: 100%;
	background: #fdf7ef;
	
	
}

.hander_active {
	display: none;
}

.ztwz_item {
	width: 100%;
	height: 85px;
	padding: 10px 10px 0 10px;
	
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	gap: 5px;
	box-sizing: border-box;

}
.ztwz_item_right{
	flex: 1;
	height: 100%;
	border-bottom: 1px solid #D8D8D8;
}

.ztwz_item_right h3 {
	width: 550px;
	color: #000000;
	font-size: 14px;
	font-weight: 600;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ztwz_item img {
	width: 16px;
	height: 16px;
}

.ztwz_item_right p {
	width: 100%;
	
	font-family: PingFang SC;
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	height: 34px;
	margin-top: 10px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	
}

.ztwz_item:last-child .ztwz_item_right{
	border-bottom: none;
}



.ztwz_item:hover{
	background: linear-gradient(90deg, #E3D0AC 0%, #FDF6EE 100%);
	color: #8C4F42;
}
.ztwz_item:hover h3{
	color: #8C4F42;
}
.ztwz_item:hover .ztwz_item_right{
	border: none;
}

.ztwz_item:hover .hander_active {
	display: block;
}

.ztwz_item:hover .hander {
	display: none;
}
.zgjs_title_box_left{
	width: 380px;
	height: 220px;
	border: 4px solid #fff4e1;
}
.zgjs_title_box_left img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}