.jzhome{
	position: relative;
	width: 100%;
	height: 100vh;
	background-color: #F6F8FF;
	overflow: hidden;
}
.jzhomes{
	position: relative;
	width: 100%;
	height: auto;
	/* min-height: 1000px; */
	padding-top: 135px;
	background-color: #F6F8FF;
	min-width: 1200px;
}
.jzhome_box{
	position: relative;
	display:block;
	width: 100%;
	min-width: 1200px;
	height:calc(100vh - 114px);
	transition:all .7s linear;
	overflow: scroll;
	z-index: 8;
}
.jzhome_sjbg{
	width: 100%;
	height:100vh;
	margin-top:0px;
	position: relative;
	min-width: 1200px;
	display: flex;
	transition:transform .7s linear;
	z-index: 8;
}
.jzhome_sjbgs{
	transform: translateY(calc(-100vh + 114px));
}
.jzhome_sjbg_top{
	/* transition:margin-top .7s linear;
	margin-top:calc(-100vh + 164px); */
	transform: translateY(calc(-100vh + 114px));
}

.jzhome_content{
	position: relative;
	width: 100%;
	height:689px;
}
.jzhome_content img{
	width: 100%;
	height:689px;
	object-fit: cover;
}
.jzhome_sjbg_content{
	position: absolute;
	top:0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.jzhome_sjbg_contents{
	width: 1200px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding-top: 16vh;
	
}
.jzhome_sjbg_tap{

	position: absolute;

	width: 62.5vw;
	height: 10vh;
	left: 50%;
	transform: translateX(-50%);
	bottom:15vh;
	display: flex;
	box-sizing: border-box;
	padding: 0 6vw;
	justify-content: space-between;
}
.jzhome_sjbg_taps{
	text-align: center;
	margin-left: 4vw;
}
.jzhome_sjbg_num{
	font-size: 64px;
	font-weight: normal;
	line-height: normal;
	text-align: center;
	letter-spacing: 0px;
	background: linear-gradient(180deg, #411CF9 0%, #70DAFF 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	margin-bottom: 10px;
}
.jzhome_sjbg_taps span{
	font-size: 18px;
	color: #000;
}
/* .jzhome{
	width: 100%;
	height: auto;
	background-color: #F6F8FF;
} */
.jzhome_hdcontent{
	position: relative;
	width: 100%;
	height: 240px;
	background: url(../jzimg/jzhome27.png) no-repeat;
	background-size: cover;
	margin-bottom:24px;
	min-width: 1200px;
}
.jzhome_contents{
	position: relative;
	width: 1200px;
	margin: 0 auto;
	margin-top: -689px;
}
.jzhome_t{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	padding-top: 32px;
	margin-bottom: 22px;
}
.jzhome_search{
	width: 800px;
	height: 48px;
	display: flex;
	align-items: center;
	border-radius: 24px;
	opacity: 1;
	background: rgba(255, 255, 255, 0.2);
	border: 1px solid #6970E5;
	margin: 0 auto;
	margin-bottom: 16px;
}
.jzhome_search1{
	border-color: #fff;
}
.jzhome_search input{
	background: transparent;
	border: none;
	outline:none;
	height:48px;
	flex: 1;
}
.jzhome_search1 input{
	color: #FFFFFF;
}
.jzhome_search img{
	width: 24px;
	height: 24px;
	margin-left: 24px;
	margin-right: 16px;
}
.jzhome_search_btn{
	width: 152px;
	height: 48px;
	line-height: 48px;
	cursor: pointer;
	text-align: center;
	border-radius: 0px 24px 24px 0px;
	opacity: 1;
	font-size: 18px;
	color:#fff;
	margin-left: 16px;
	/* 导航 1 */
	background: linear-gradient(270deg, #8B90ED 0%, #676EE5 100%);
}
.jzhome_search_btn1{
	background: rgba(255, 255, 255, 0.2);
}
.jzhome_gjz{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 28px;
}
.jzhome_gjz span{
	margin-right: 10px;
	color: #FF8000;
	cursor: pointer;
}
.jzhome_gjz1 span{
	color: #fff;
}
.jzhome_zt{
	width: 100%;
	height: 120px;
	margin-bottom:40px ;
	display: flex;
	justify-content: space-between;

}
.jzhome_zt img{
	/* width: 588px; */
	height: 100%;
}
.jzhome_title{
	display: flex;
	align-items: center;
	margin-bottom: 16px;
}
.jzhome_title h3{
	font-size: 18px;
	color: #333333;
	margin-left: 8px;
}
.jzhome_title_moer a{
	font-size: 12px;
	color: #666;
	margin-right: 5px;
}
.jzhome_title_moer img{
	
}
.jzhome_title_r{
	width: 24px;
	height: 24px;
	margin-left: 7px;
}
.jzhome_title_x{
	width: 24px;
	height: 24px;
	margin-left: 7px;
}
.jzhome_title .jzhome_title_zc{
	flex: 1;
}
.jzhome_rd_list{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.jzhome_rd_li{
	display: flex;
	cursor: pointer;
	align-items: center;
	margin-bottom: 16px;
}
.jzhome_rd_li:hover .jzhome_rd_title{
	color: #FF8000;
}
.jzhome_rd_li .jzhome_rd_img{
	width: 96px;
	height: 96px;
	border-radius: 8px;
	margin-right: 16px;
}
.jzhome_rd_content{
	width: 476px;
}
.jzhome_rd_title{
	font-size: 14px;
	font-weight: 500;
	color:#333;
	margin-bottom: 8px;
}
.jzhome_rd_li p{
	width: 476px;
	height: 35px;
	line-height: 18px;
	opacity: 1;
	font-family: PingFang SC;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #666666;
	margin-bottom: 8px;
}
.jzhome_rd_time{
	margin-left: 387px;
	font-size: 12px;
	color: #9E9E9E;
}
.jzhome_title_tap{
	width: 80px;
	height: 24px;
	border-radius: 154px 0px 131px 0px;
	opacity:0.5;
	background: linear-gradient(270deg, #8B90ED 0%, #676EE5 100%);
	line-height: 24px;
	font-size: 12px;
	color:#fff;
	text-align: center;
	margin-left: 8px;
	cursor: pointer;
}
.jzhome_title_color{
	opacity: 1;
}
.jzhome_jq_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.jzhome_jq_li{
	display: flex;
	width: 384px;
	height: 128px;
	border-radius: 8px;
	opacity: 1;
	background: #FFFFFF;
	margin-top: 48px;
	margin-bottom: 16px;
	cursor: pointer;
}
.jzhome_jq_li:hover{
	box-shadow: 0px 7px 29px 0px rgba(80, 80, 158, 0.2);
}
.jzhome_jq_li .jzhome_jq_img{
	width: 120px;
	height:168px;
	margin-top: -48px;
	margin-left: 8px;
	margin-right: 16px;
	object-fit: contain;
}
.jzhome_jq_titles{
	width: 224px;
	height: 40px;
	line-height: 20px;
	overflow: hidden;
	margin-top: 16px;
	margin-bottom: 32px;
}
.jzhome_jq_titles .jzhome_jq_b{
	font-size: 14px;
	color: #FF8000;
}
.jzhome_jq_titles .jzhome_jq_text{
	font-size: 14px;
	color: #000;
}
.jzhome_jq_bottom{
	display: flex;
	justify-content: space-between;
}
.jzhome_jq_bottom .jzhome_jq_c{
	width: 80px;
	height: 24px;
	border-radius: 206px;
	opacity: 1;
	background: #8395F8;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #FFFFFF;
	text-align: center;
	line-height: 24px;
}
.jzhome_jq_btn{
	display: flex;
	align-items: center;
}
.jzhome_jq_btn img{
	width: 16px;
	height: 16px;
}
.jzhome_jq_btn span{
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #999999;
	margin-left: 5px;
	cursor: pointer;
}
.jzhome_yb{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 16px;
}
.jzhome_yb_li{
	display: flex;
	width: 580px;
	align-items: center;
	margin-bottom: 16px;
	cursor: pointer;
}
.jzhome_yb_t{
	padding: 5px 16px;
	color: #FFFFFF;
	border-radius: 12px;
	font-size: 12px;
	background: #67B6F6;
	margin-right: 8px;
}
.jzhome_yb_title{
	flex: 1;
	overflow: hidden;
}
.jzhome_yb_b{
	font-size: 14px;
	color: #FF8000;
}
.jzhome_yb_text{
	font-size: 14px;
	color: #000;
}
.jzhome_yb_time{
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #9E9E9E;
	margin-left: 16px;
}
.jzhome_bg{
	margin-bottom: 32px;
}
.jzhome_bg_img{
	display: flex;
	justify-content: space-between;
}
.jzhome_bg_imgs{
	position: relative;
	width: 384px;
	height: 216px;
	border-radius: 8px;
	margin-bottom: 16px;
	cursor: pointer;
}
.jzhome_bg_imgs img{
	width: 384px;
	height: 216px;
	border-radius: 8px;
}
.jzhome_bg_imgs p{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 384px;
	height: 48px;
	line-height: 20px;
	border-radius: 0px 0px 8px 8px;
	background: rgba(0, 0, 0, 0.4);
	font-size: 14px;
	color:#fff;
	display: flex;
	box-sizing: border-box;
	padding: 0 8px;
	align-items: center;
}
.jzhome_bg_list{
	display: flex;
	justify-content: space-between;
	
}
.jzhome_bg_li{
	width: 384px;
	height: 240px;
	border-radius: 8px;
	opacity: 1;
	background: #FFFFFF;
}
.jzhome_bg_t{
	margin-bottom: 16px;
}
.jzhome_bg_lis{
	cursor: pointer;
	display: flex;
	padding: 0px 8px;
	margin-bottom: 16px;
	height: 24px;
	align-items: center;
}
.jzhome_wiki{
	display: flex;
	flex-wrap: wrap;
	font-size: 0px;
}
.jzhome_wiki_li{
	width: 156px;
	height: 54px;
	margin-right: 16px;
	line-height: 54px;
	border-radius: 8px;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	letter-spacing: 0px;
	color: #FFFFFF;
	background-color: #858AEB;
	margin-bottom: 16px;
	cursor: pointer;
}
.jzhome_wiki_li:nth-child(7n){
	margin-right: 0px;
}
.jzhome_wiki_list{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.jzhome_wiki_lis{
	display: flex;
	align-items: center;
	cursor: pointer;
	width: 285px;
	height: 24px;
	/* margin-right: 27px; */
	margin-bottom: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	
}
.jzhome_wiki_lis:nth-child(3n){
	margin-right: 0px;
}
.jzhome_wiki_d{
	width: 4px;
	height: 8px;
	border-radius: 2px;
	background: #848AEB;
	margin: 0px 8px;
}
.jzhome_wiki_dimg{
	width: 24px;
	height: 24px;
	margin: 0px 8px;
}
.jzhome_wiki_banner{
	position: relative;
	width: 360px;
	height: 176px;
	border-radius: 0px 8px 8px 0px;
}
.jzhome_wiki_banner div{
	position: absolute;
	width: 88px;
	height: 100%;
	opacity: 1;
	left: 0;
	top:0;
	background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}
.jzhome_wiki_banner img{
	width: 360px;
	height: 176px;
	border-radius: 0px 8px 8px 0px;
}
.jzhome_bk{
	margin-bottom: 40px;
}
.jzhome_qy{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.jzhome_qy_list{
	width: 588px;
	border-bottom: 1px dashed #ECEEF4;
	margin-bottom: 16px;
	cursor: pointer;
}
.jzhome_qy_title{
	display: flex;
	align-items: center;
	height: 24px;
	margin-bottom: 8px;
}
.jzhome_qy_d{
	width: 4px;
	border-radius: 2px;
	height: 8px;
	background: #848AEB;
	margin: 0 8px;
}
.jzhome_wiki_text{
	flex: 1;
}
.jzhome_qy_text{
	width: 416px;
	margin-right: 50px;
}
.jzhome_qy_list p{
	width: 567px;
	height: 32px;
	line-height: 16px;
	font-size: 12px;
	color: #666;
	margin-left: 20px;
	margin-bottom: 16px;
}
.jzhome_qy_time{
	display: flex;
	align-items: center;
}
.jzhome_qy_time img{
	margin-right: 8px;
}
.jzhome_qy_time span{
	font-size: 12px;
	color: #9E9E9E;
}

.jzhome_sjbg_left{
	width: 20vw;
	height: 100vh;
	background: #FFFFFF;
	box-shadow: 0px 7px 29px 0px rgba(100, 100, 111, 0.2);
}
.jzhome_sjbg_right{
	width: 80vw;
	height: 100vh;
	position: relative;
}
.jzhome_sjbg_right .swiper-pagination-bullet{
	width: 40px;
	height: 8px;
	border-radius: 4px;
}
.jzhome_sjbg_right .swiper-pagination-bullet-active{
	background: #8B90ED;
}
.jzhome_swiper{
	width: 80vw;
	height: 100vh;
	position: relative;
}
.jzhome_video_slide{
	width: 100%;
	height: 100vh;
	position: relative;
}
.jzhome_video_slide img{
	width: 100%;
	height: 100vh;
	object-fit: cover;
}
.jz_home_logo{
	position: absolute;
	width: 31.5vw;
	height: auto;
	top:11vh;
	left:11vh;
}
.jz_home_logo img{
	width: 100%;
	height: 100%;
}
.jzhome_sjbg_logo{
	text-align: center;
	padding-top:3.5vw;
}
.jzhome_sjbg_logo img{
	width: 29%;
	margin-bottom: 2.5vh;
}
.jzhome_sjbg_name{
	font-size:1.9vw;
	font-weight: 600;
	line-height: 2.5vw;
	text-align: center;
	letter-spacing: 0.2em;
	color: #000000;
	margin-bottom: 1vh;
}
.jzhome_sjbg_m{
	font-family: PingFang SC;
	font-size: 0.8vw;
	font-weight: normal;
	line-height: 1vw;
	text-align: center;
	letter-spacing: 0.3em;
	color: #000000;
	margin-bottom: 2.5vh;
}
.jzhome_sjbg_search{
	display: flex;
	width: 80%;
	height: 2.4vw;
	border-radius: 1.2vw;
	opacity: 1;
	margin: 0 auto;
	background: #ECEDFF;
	box-shadow: 0px 7px 29px 0px rgba(100, 100, 111, 0.2);
	margin-bottom: 2vh;
}
.jzhome_sjbg_search input{
	background: transparent;
	border: none;
	outline:none;
	height: 2.4vw;
	padding-left: 20px;
	width: 70%;
}
.jzhome_sjbg_btn{
	width: 26%;
	height: 2.4vw;
	border-radius: 1.2vw;
	opacity: 1;
	background: #8B90ED;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.jzhome_sjbg_btn img{
	width: 1vw;
}
.jzhome_sjbg_gjz {
	text-align: center;
}
.jzhome_sjbg_gjz span{
	font-family: PingFang SC;
	font-size: 0.6vw;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 0px;
	color: #000000;
}
.jzhome_sjbg_nav{
	
	width: 100%;
	padding: 2.4vw 0px;
}
.jzhome_sjbg_navs{
	position: relative;
	width: 100%;
	height: 2.2vw;
	padding: 0.5vw 0;
	text-align: center;
}

.jzhome_sjbg_navs_children{
  box-sizing: border-box;
  padding:  1.5vh 0;
  position: absolute;
  top: 50%;
  border-radius:1vw;
  transform: translateY(-50%);
  right: -3vw;
  width:0;
  /* height: 4.4vw; */
  background: #ECEDFF;
  z-index: 999;
  /* overflow: hidden; */
  display: none;
}
.jzhome_sjbg_navs_children .triangle{
	position: absolute;
	left: -2vw;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border: 1vw  solid;
	border-color: transparent #ECEDFF transparent transparent;
}

.jzhome_sjbg_navs a{
	width: 40%;
	height: 2.2vw;
	line-height: 2.2vw;
	border-radius: 1.1vw;
	display: inline-block;
	color:#000;
	font-size: 0.9vw;
}
.navs_children_item{
	width: 100%;
}
.navs_children_item a{
	display: inline-block;
	width: 100%;
	height: 2.2vw;
	background: #ECEDFF;
	color:#000;
	font-size: 0.9vw;
	line-height: 2.2vw;
	white-space: nowrap;
	border-radius: 0;
}
.jzhome_sjbg_navs a:hover{
	background: #ECEDFF;
	box-shadow: 0px 7px 29px 0px rgba(100, 100, 111, 0.2);
}
.jzhome_sjbg_navs:hover .jzhome_sjbg_navs_children{
  width: 40%;
  display: block;
}
.jzhome_sjbg_a {
	text-align: center;
}
.jzhome_sjbg_a img{
	width: 30%;
}
.navs_children_item a:hover{
	background-color: #8395F8;
	color: #fff;
}
/* .jzhome_sjbg_img .jzhome_sjbg_imgs{
	width:100%;
	height:100vh;
	object-fit:cover;
} */
/* .jzhome_sjbg_img1{
	width: 100%;
	height: 32px;
	text-align: center;
	margin-bottom: 30px;
}
.jzhome_sjbg_img1 img{
	width: 605px;
	height: 32px;
}
.jzhome_sjbg_img2{
	width: 100%;
	height: 101px;
	text-align: center;
	margin-bottom: 10px;
}
.jzhome_sjbg_img2 img{
	width: 504px;
	
}
.jzhome_sjbg_img3{
	width: 100%;
	height: 50px;
	text-align: center;
	margin-bottom: 4vh;
}
.jzhome_sjbg_img3 img{
	width: 459px;
	
}
.jzhome_sjbg_tap{
	display: flex;
	width: 800px;
	margin: 0 auto;
	margin-bottom: 6vh;
	justify-content: space-between;
}
.jzhome_sjbg_taps{
	text-align: center;
}
.jzhome_sjbg_num{
	font-size: 64px;
	font-weight: normal;
	line-height: normal;
	text-align: center;
	letter-spacing: 0px;
	color: #FFFFFF;
	margin-bottom: 10px;
}
.jzhome_sjbg_taps span{
	font-size: 18px;
	color: #fff;
} */
.jzhome_jq{
	margin-bottom: 40px;
}
/* 数据 */
.jz_data_slist{
	display: flex;
	flex-wrap: wrap;
}
.jz_data_sli{
	width: 282px;
	border-radius: 8px;
	background-color: #fff;
	box-sizing: border-box;
	padding: 8px 8px;
	margin-right: 24px;
	margin-bottom: 24px;
}
.jz_data_sli:nth-child(4n){
	margin-right: 0px;
}
.jz_data_t{
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #000000;
	padding-top: 8px;
	margin-bottom: 16px;
	text-align: center;
}
.jz_data_num{
	text-align: center;
	font-size: 14px;
	color: #000000;
	margin-bottom: 16px;
}
.jz_data_sli img{
	width: 264px;
	height: 168px;
	border-radius: 8px;
	margin-bottom: 8px;
}
.jz_data_time{
	display: flex;
	justify-content: space-between;
	margin-bottom: 16px;
}
.jz_data_times{
	display: flex;
	align-items: center;
}
.jz_data_times img{
	width: 16px;
	height: 16px;
	border-radius: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
}
.jz_data_times span{
	font-size: 12px;
	color: #9E9E9E;
}
.jz_data_ly{
	font-size: 12px;
	color: #9E9E9E;
}
.jz_data_ft{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.jz_data_ftbtn{
	width: 80px;
	height: 24px;
	border-radius: 12px;
	opacity: 1;
	text-align: center;
	line-height: 24px;
	background: #8395F8;
	color:#fff;
	font-size: 12px;
	cursor: pointer;
}
.jz_data_ft span{
	font-size: 12px;
	color: #FF8000;
	cursor: pointer;
}
.jzhome_zs_list{
	display: flex;
	justify-content: space-between;
	margin-bottom: 32px;
}
.jzhome_zs_li{
	box-sizing: border-box;
	width: 282px;
	height: 264px;
	border-radius: 8px;
	padding: 8px 8px;
	background-color: #fff;
}
.jzhome_zs_text{
	width: 264px;
	height: 48px;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	text-align: justify; /* 浏览器可能不支持 */
	letter-spacing: 0px;
	color: #000000;
	margin-bottom: 8px;
}
.jzhome_zs_li img{
	width: 264px;
	height: 168px;
}
.jzhome_zs_ll{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.jzhome_zs_ll img{
	width: 16px;
	height: 16px;
	margin-right: 8px;
}
.jzhome_zs_ll span{
	font-size: 12px;
	color: #999999;
}
.jzhome_ct_box{
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.jzhome_ct_left{
	width:792px;
}
.jzhome_ct_right{
	width: 384px;
}
.jzhome_ct_b{
	width: 384px;
	height: 480px;
	background: url(../jzimg/jzhome_32.png) no-repeat;
	background-size: cover;
	box-sizing: border-box;
	padding-top: 24px;
}
.jzhome_ct_b1{
	padding: 16px 8px;
}
.jzhome_ct_tname{
	display: flex;
	align-items: center;
	margin-bottom: 8px;
}
.jzhome_ct_b1:nth-child(1) .jzhome_ct_bimg{
	width: 16px;
	height: 16px;
	background: url(../jzimg/jzhome_33.png) no-repeat;
	background-size: cover;
}
.jzhome_ct_b1:nth-child(2) .jzhome_ct_bimg{
	width: 16px;
	height: 16px;
	background: url(../jzimg/jzhome_34.png) no-repeat;
	background-size: cover;
}
.jzhome_ct_b1:nth-child(3) .jzhome_ct_bimg{
	width: 16px;
	height: 16px;
	background: url(../jzimg/jzhome_35.png) no-repeat;
	background-size: cover;
}
.jzhome_ct_bcontent{
	width: 344px;
	height: 32px;
	font-size: 12px;
	font-weight: normal;
	line-height: normal;
	color: #999;
	margin-left: 24px;
}
.jzhome_ct_time{
	display: flex;
	align-items: center;
}
.jzhome_ct_time img{
	width: 16px;
	height: 16px;
	margin-right: 8px;
}
.jzhome_ct_time span{
	font-size: 12px;
	color: #9E9E9E;
}
.jzhome_ct_tname p{
	width: 205px;
	height: 24px;
	margin-left: 8px;
	margin-right: 48px;
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
	color: #000;
}
.jzhome_ct_b2{
	display: flex;
	align-items: center;
	padding: 16px 8px;
}
.jzhome_ct_b2 p{
	width: 205px;
	height: 24px;
	margin-left: 8px;
	margin-right: 48px;
	font-size: 14px;
	line-height: 24px;
	color: #000;
}
.jzhome_title_m{
	font-family: PingFang SC;
	font-size: 12px;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 0px;
	color: #FF8000;
	margin-left: 20px;
}
.jzhome_ct_li{
	position: relative;
	width: 248px;
	height: 480px;
	border-radius: 8px;
	overflow: hidden;
	/* margin-right: 20px; */
	/* transition: all 3s; */
}
.jzhome_ct_t{
	position: absolute;
	top:0px;
	right: 0px;
	width: 80px;
	height: 24px;
	/* transform: rotate(180deg); */
	border-radius: 0px 8px 0px 8px;
	opacity: 1;
	text-align: center;
	line-height: 24px;
	font-size: 12px;
	font-weight: 500;
	color: #FF8000;
	background: linear-gradient(90deg, #F7DF91 0%, #FFEABA 100%);
}
.jzhome_ct_li img {
	width: 248px;
	top: 0; /* 初始位置在底部 */
	transition: transform 3s linear; /* 平滑过渡效果 */
	position: absolute; /* 相对于容器定位 */
	left: 0;
	right: 0;
	bottom: 0;
}
.jzhome_ct_li:hover img{
	transition: transform 10s ease;
	 transform: translateY(calc(-100% + 480px));
}
.jzhome_zyxx_list{
	display: flex;
	flex-wrap: wrap;
	font-size: 0;
}
.jzhome_zyxx_li{
	box-sizing: border-box;
	width: 224px;
	height: 216px;
	border-radius: 8px;
	opacity: 1;
	padding: 8px 8px;
	background: #FFFFFF;
	margin-right: 20px;
	margin-bottom: 16px;
}
.jzhome_zyxx_li:nth-child(5n){
	margin-right: 0px;
}
.jzhome_zyxx_img{
	width: 208px;
	height: 120px;
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 8px;
}
.jzhome_zyxx_img img{
	width: 208px;
	height: 120px;
	object-fit: cover;
	transition: all .4s;
}
.jzhome_zyxx_img img:hover{
	transform: scale(1.2);
}
.jzhome_zyxx_li p{
	width: 208px;
	height: 48px;
	opacity: 1;
	font-family: PingFang SC;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	color: #000000;
	margin-bottom: 8px;
}
.jzhome_zyxx_time{
	display: flex;
	align-items: center;
}
.jzhome_zyxx_time img{
	width: 16px;
	height: 16px;
}
.jzhome_zyxx_time span{
	font-family: PingFang SC;
	font-size: 12px;
	color: #999999;
}
.jzhome_sj_user{
	position: absolute;
	top: 0px;
	width: 100%;
	left: 0px;
	display: flex;
	justify-content:space-between;
	align-items: center;
	box-sizing: border-box;
	padding:2vh 5vw;
	font-size: 14px;
	color: #000;
	height: 8vh;
	z-index:1;
}
.jzhome_sj_user span{
	font-size: 14px;
	color: #000;
}
.jzhome_hz{
	width: 1200px;
	margin: 0 auto;
}
.jzhome_hz_tab{
	display: flex;
	flex-wrap: wrap;
}
.jz_home_hz_li{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 136px;
	height: 50px;
	border-radius: 8px;
	background-color: #fff;
	margin-right: 16px;
	margin-bottom: 16px;
}
.jz_home_hz_li:nth-child(8n){
	margin-right: 0px;
}