@charset "utf-8";
body{
	position: relative;
	overflow-x: hidden;
	background: #efeff4;
	overflow-y: hidden;
}
.p1{
	width: 100%;
	height: 100%;
	background: url("../../images/zt/zt_2023nianzhong/banner_bg.jpg") no-repeat center;
	display: flex;
	background-size: cover;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	top: 0;
	transition: top 0.5s;
	z-index: 1000;
}
.p1_main{
	width: 1300px;
	height: 640px;
	position: relative;
}
.qjk{
	width: 100%;
	height: 100%;
	background: url('../../images/zt/zt_2023nianzhong/jqk.png') no-repeat;
	animation: qjk 5s  ease-out alternate infinite, qjk2 2s ease-out alternate infinite;;
	position: relative;
}
@keyframes qjk{
	from{
		opacity: 0.6;
		transform: rotate(-1deg) scale(0.98);
		top: -20px;
	}
	to{
		opacity: 1;
		transform: rotate(2deg) scale(1);
		top: 0px;
	}
}
@keyframes qjk2{
	from{
		top: -10px;
	}
	to{
		top: 0px;
	}
}

.rect{
	width: 30px;
	height: 257px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: url("../../images/zt/zt_2023nianzhong/qj_xt_xu.png") no-repeat;
	overflow: hidden;
	opacity: 0.6;
}
.xt_shi{
	width: 100%;
	height: 100%;
	display: block;
	background: url("../../images/zt/zt_2023nianzhong/qj_xt_shi.png") no-repeat;
	background-position: 0% 100%;
}
.rect_right{
	right: 0;
}
.rect_clip{
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 100%;
}
.rect_left_clip{
	animation: rect 2s 0.5s infinite ease-out;
}
.rect_right_clip{
	animation: rect 2s infinite ease-in;
}
@keyframes rect{
	0%{
		top: 100%;
	}
	50%{
		top: 0;
	}
	100%{
		top: 90%;
	}
}

.rec{
	position: absolute;
	left: 10px;
	top: 20px;
	overflow: hidden;
}
.rec span{
	width: 10px;
	height: 10px;
	background: #fff;
	display: block;
	border-radius: 50%;
	float: left;
	animation: rec 2s infinite ease-in;
}
.rec p{
	color: #fff;
	font-size: 14px;
	float: left;
	margin-left: 5px;
	line-height: 12px;
}

@keyframes rec{
	0%{
		background: #fff;
	}
	30%{
		background: #f97104;
	}
	60%{
		background: #e60013;
	}
	100%{
		background: #fff;
	}
}
.title{
	width: 916px;
	height: 410px;
	position: absolute;
	left: 50%;
	top: 60px;
	margin-left: -458px;
	transform: scale(1);
	/* animation: title 1s 3s 1 forwards; */
}
.title span{
	display: block;
	position: absolute;
}
.jt{
	width: 130px;
	height: 130px;
	background: url("../../images/zt/zt_2023nianzhong/banner_xj.png");
	top: 11px;
	left: 335px;
	animation: jt 2s linear, jt2 10s 2s linear infinite;
	z-index: 10;
}
.two{
	width: 120px;
	height: 149px;
	position: absolute;
	top: 0;
	left: 341px;
	background: url("../../images/zt/zt_2023nianzhong/2.png");
	transform: scale(0);
}
.tow_1{
	animation: two1 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.5s 1 forwards;
}
.tow_2{
	animation: two2 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1s 1 forwards;
}
.tow_3{
	animation: two3 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) 1.5s 1 forwards;
}
.title_text{
	width: 818px;
	height: 253px;
	background: url("../../images/zt/zt_2023nianzhong/banner_text.png");
	position: absolute;
	top: 200px;
	left: 49px;
	animation: title_text 1s cubic-bezier(0.075, 0.82, 0.165, 1) 2s 1 forwards;
	opacity: 0;
}

@keyframes jt{
	0%{
		transform: translateX(0) rotate(0) scale(1);
	}
	25%{
		transform: translateX(-130px) rotate(360deg) scale(1);
	}
	50%{
		transform: translateX(130px) rotate(720deg) scale(1.1);
	}
	75%{
		transform: translateX(260px)  rotate(1080deg) scale(1);
	}
	100%{
		transform: translateX(0px)  rotate(1440deg) scale(1);
	}
}
@keyframes jt2{
	from{
		transform: rotate(0);
	}
	to{
		transform: rotate(360deg);
	}
}
@keyframes two1{
	from{
		left: 341px;
		transform: scale(0);
	}
	to{
		left: 217px;
		transform: scale(1);
	}
}
@keyframes two2{
	from{
		left: 341px;
		transform: scale(0);
	}
	to{
		left: 464px;
		transform: scale(1);
	}
}
@keyframes two3{
	from{
		left: 341px;
		transform: scale(0);
	}
	to{
		left: 573px;
		transform: scale(1);
	}
}
@keyframes title_text{
	from{
		top: 200px;
		transform: scale(0.8);
		opacity: 1;
	}
	to{
		top: 160px;
		transform: scale(1);
		opacity: 1;
	}
}
@keyframes title{
	0%{
		transform: scale(0.99);
	}
	25%{
		transform: scale(1.01);
	}
	50%{
		transform: scale(0.99);
	}
	75%{
		transform: scale(1.01);
	}
	100%{
		transform: scale(1);
	}
}
.kd{
	width: 212px;
	height: 20px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	background: url("../../images/zt/zt_2023nianzhong/qjk_kd.png") center bottom no-repeat;
}
.sj{
	width: 0;
	height: 0;
	display: block;
	border: 5px solid ;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	left: 0;
	top: 0;
	animation: sj 5s infinite alternate ease-in-out;
}
@keyframes sj{
	from{
		left: 10%;
	}
	to{
		left: 90%;
	}
}

.circle{
	position: absolute;
	background: url("../../images/zt/zt_2023nianzhong/banner_cricle.png") no-repeat;
	background-size: 100% 100%;
}
.circle_1{
	width: 24px;
	height: 24px;
	left: 20px;
	top: 600px;
	animation: circle1 50s infinite alternate linear;
}
.circle_2{
	width: 40px;
	height: 40px;
	left: 200px;
	top: 432px;
	animation: circle2 50s infinite alternate linear;
}
.circle_3{
	width: 10px;
	height: 10px;
	left: 200px;
	top: 432px;
	animation: circle1 50s infinite alternate linear;
	background: none;
	border: 2px solid #e60013;
	border-radius: 50%;
}
.circle_4{
	width: 6px;
	height: 6px;
	left: 200px;
	top: 432px;
	animation: circle2 50s infinite alternate linear;
	background: none;
	border: 2px solid #e60013;
	border-radius: 50%;
}
@keyframes circle1{
	0%{
		left: 20px;
		top: 300px;
	}
	33%{
		left: 740px;
		top: 700px;
	}
	66%{
		left: 1300px;
		top: 300px;
	}
	100%{
		left: 1860px;
		top: 100px;
	}
}
@keyframes circle2{
	0%{
		left: 1790px;
		top: 700px;
	}
	33%{
		left: 1230px;
		top: 400px;
	}
	66%{
		left: 800px;
		top: 50px;
	}
	100%{
		left: 60px;
		top: 300px;
	}
}

.nextPage{
	width: 60px;
	height: 140px;
	position: absolute;
	right: 60px;
	bottom: 0;
}
.nextPage span{
	display: block;
	position: absolute;
	box-sizing: border-box;
}
.nextPage_up{
	width: 60px;
	height: 60px;
	border-radius: 60px;
	border: 1px solid #fff;
	top: 0;
	left: 0;
	cursor: pointer;
}
.line{
	width: 1px;
	height: 80px;
	top: 30px;
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
}
.nextPage_down{
	width: 60px;
	height: 60px;
	border-radius: 60px;
	border: 1px dashed #fff;
	left: 0;
	top: 80px;
	animation: nextPage_down 50s infinite alternate linear;
}
.nextPage p{
	width: 100%;
	font-size: 12px;
	color: #fff;
	position: absolute;
	top: 58px;
	left: 3px;
	user-select: none;
}
@keyframes nextPage_down{
	from{
		transform: rotate(0);
	}
	to{
		transform: rotate(360deg);
	}
}
/* 第二页 */
.content{
	width: 100%;
	height: auto;
	overflow: hidden;
	user-select: none;
	position: absolute;
	top: 0;
	transition: top 0.5s;
}
.cont_main{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: url("../../images/zt/zt_2023nianzhong/cont_bg.jpg") no-repeat center bottom;
	padding-bottom: 80px;
}
.main{
	width: 1300px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 60px;
}
.main_top{
	width: 100%;
	height: 133px;
	overflow: hidden;
}
.slog{
	width: 296px;
	height: 100%;
	float: left;
}
.tab{ 
	height: 100%;
	float: left; 
	margin-left: 60px;
	display: flex;
	align-items: center;
}
.tab_item{
	width: 89px;
	height: 93px;
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
	margin-right: 40px;
	position: relative;
	cursor: pointer;
}
.tab_item:last-child{
	margin-right: 0;
}
.tab_font{
	width: 81px;
	height: 44px;
	background-repeat: no-repeat;
}
/* .tab_item:nth-child(1) .tab_font{
	background-image: url("../../images/zt/zt_2023nianzhong/title01.png");
}
.tab_item:nth-child(2) .tab_font{
	background-image: url("../../images/zt/zt_2023nianzhong/title02.png");
}
.tab_item:nth-child(3) .tab_font{
	background-image: url("../../images/zt/zt_2023nianzhong/title03.png");
}
.tab_item:nth-child(4) .tab_font{
	background-image: url("../../images/zt/zt_2023nianzhong/title04.png");
}
.tab_item:nth-child(5) .tab_font{
	background-image: url("../../images/zt/zt_2023nianzhong/title05.png");
} */
.tab_bg{
	width: 100%;
	height: 100%;
	display: none;
	position: absolute;
	left: 0;
	top: 2px;
}
.tab_item:nth-child(1) .tab_bg{
	background: url("../../images/zt/zt_2023nianzhong/title_bg01.png");
	display: block;
}
.tab_item:nth-child(2) .tab_bg{
	background: url("../../images/zt/zt_2023nianzhong/title_bg02.png");
}
.tab_item:nth-of-type(3) .tab_bg{
	background: url("../../images/zt/zt_2023nianzhong/title_bg03.png");
}
.tab_item:nth-child(4) .tab_bg{
	background: url("../../images/zt/zt_2023nianzhong/title_bg04.png");
}
.tab_item:nth-child(5) .tab_bg{
	background: url("../../images/zt/zt_2023nianzhong/title_bg05.png");
}

/* .tab_item:nth-child(1):hover .tab_font{
	background-image: url("../../images/zt/zt_2023nianzhong/title01_active.png");
}
.tab_item:nth-child(2):hover .tab_font{
	background-image: url("../../images/zt/zt_2023nianzhong/title02_active.png");
}
.tab_item:nth-child(3):hover .tab_font{
	background-image: url("../../images/zt/zt_2023nianzhong/title03_active.png");
}
.tab_item:nth-child(4):hover .tab_font{
	background-image: url("../../images/zt/zt_2023nianzhong/title04_active.png");
}
.tab_item:nth-child(5):hover .tab_font{
	background-image: url("../../images/zt/zt_2023nianzhong/title05_active.png");
} */

.tab_item:nth-child(1):hover .tab_bg{
	display: block;
}
.tab_item:nth-child(2):hover .tab_bg{
	display: block;
}
.tab_item:nth-child(3):hover .tab_bg{
	display: block;
}
.tab_item:nth-child(4):hover .tab_bg{
	display: block;
}
.tab_item:nth-child(5):hover .tab_bg{
	display: block;
}

.tab_color{
	height: 100%;
	display: flex;
	align-items: center;
	float: right;
}
.tab_color span{
	display: block;
	width: 16px;
	height: 16px;
	margin: 0 5px;
	transition: width 0.5s;
}
.tab_color span:nth-child(1){
	width: 192px;
	background: #e60013;
}
.tab_color span:nth-child(2){
	background: #00a2e6;
}
.tab_color span:nth-child(3){
	background: #ffbb02;
}
.tab_color span:nth-child(4){
	background: #3fbe0d;
}
.tab_color span:nth-child(5){
	background: #b088ed;
}

.main_bot{
	width: 100%;
	/* height: 830px; */
	height: 626px;
	margin-top: 40px;
	position: relative;
	z-index: 10;
}
.main_p1{
	width: 100%;
	height: 100%;
}
.mian_list{
	width: 960px;
	height: 100%;
	padding: 20px 16px;
	box-sizing: border-box;
	border: 1px solid #e60013;
	float: left;
	background: #fff;
	overflow: hidden;
	position: relative;
}
.main_list_scroll{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.main_list_item{
	/* width: 294px;
	height: 384px; */
	width: 216px;
	height: 282px;
	float: left;
	margin-right: 20px;
	border: 2px solid rgba(230, 0, 19, 0.2);
	box-sizing: border-box;
	position: relative;
	margin-bottom: 20px;
	cursor: pointer;
}
.null{
	width: 100%;
	height: 20px;
	float: left;
}
.main_list_item:nth-child(4n){
	margin-right: 0;
}
.main_list_item:hover{
	border: 2px solid rgba(230, 0, 19, 0.5);
}
.main_item_img{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.main_list_item_PerInfo{
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	bottom: 0;
}

.main_item_name{
	display: inline-block;
	padding: 0 10px;
	background: rgba(230, 0, 19, 0.6);
	color: #fff;
	line-height: 34px;
	font-weight: bold;
}
.main_item_status{
	width: 100%;
	height: auto;
	background: linear-gradient(to left, rgba(229, 0, 19, 0), rgba(242,123,4,1));
	padding: 10px 10px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	margin-top: 10px;
}
.main_item_status p{
	color: #ffedc3;
	font-size: 14px;
	width: 100%;
	height: auto;
	white-space: pre-wrap;
	line-height: 21px;
}
.main_list_item span{
	width: 60px;
	height: 60px;
	display: block;
	background: url("../../images/zt/zt_2023nianzhong/play.png") no-repeat;
	background-size: 100% 100%;
	position: absolute;
	right: 10px;
	top: 10px;
}

.main_videos{
	width: 300px;
	height: 100%;
	float: right;
	overflow: hidden;
	position: relative;
}
.main_videos_list{
	height: 566px;
	margin-top: 60px;
	position: relative;
	overflow: hidden;
}
.video_tit{
	font-size: 20px;
	line-height: 40px;
	background: #e60013;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 0;
	top: 0;
	width: 100%;
}
.main_video_scroll{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.main_video_item{
	width: 100%;
	height: 168px;
	margin-bottom: 10px;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}
.main_video_item span{
	display: block;
	width: 40px;
	height: 40px;
	left: 10px;
	bottom: 10px;
	position: absolute;
	background: url("../../images/zt/zt_2023nianzhong/play.png") no-repeat;
	background-size: 100% 100%;
	z-index: 10;
}
.main_video_item:last-child{
	margin-bottom: 0;
}
.main_video_item:hover .main_video_title{
	top: 0;
}
.main_video_title{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	left: 0;
	top: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	box-sizing: border-box;
	transition: top 0.5s cubic-bezier(0, 0.27, 0.08, 1.02);
}
.main_video_title p{
	font-size: 16px;
	color: #fff;
	white-space: pre-wrap;
	text-align: center;
}

.iScrollVerticalScrollbar{
	width: 4px !important;
	z-index: 20 !important;
}
.iScrollIndicator{
	background-color: rgba(230, 0, 19, 0.4) !important;
	border: none !important;
}

.video_show{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.9);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 100;
	display: none;
}
.videoBox{
	width: 1260px;
	height: 675px;
	position: relative;
}
.bigVide{
	width: 1200px;
	height: 675px;
	margin: 0 auto;
}
.video_show_close{
	width: 40px;
	height: 40px;
	position: absolute;
	right: 0;
	top: 20px;
	background: url("../../images/zt/zt_2023nianzhong/back.png") no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
}

/* 详情 */
.details{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #fff;
	border: 1px solid #e60013;
	padding: 40px 50px 20px 50px;
	box-sizing: border-box;
	z-index: 200;
	display: none;
}
.details_top{
	width: 100%;
	height: 366px;
}
.details_person{
	width: 280px;
	height: 100%;
	float: left;
	position: relative;
	margin-left: 110px;
	margin-right: 40px;
}
.details_person_img{
	width: 100%;
	height: 100%;
}
.details_person_info{
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	bottom: 0;
}
.details_person_name{
	display: inline-block;
	padding: 0 20px;
	box-sizing: border-box;
	background: rgba(230, 0, 19, 0.6);
	color: #fff;
	line-height: 34px;
}
.main_status{
	width: 100%;
	height: auto;
	background: linear-gradient(to left, rgba(229, 0, 19, 0), rgba(242,123,4,1));
	padding: 10px 20px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	margin-top: 10px;
}
.main_status p{
	color: #ffedc3;
	font-size: 16px;
	width: 100%;
	height: auto;
	white-space: pre-wrap;
}

.details_video{
	width: 650px;
	height: 100%;
	float: left;
	display: none;
	position: relative;
}
.details_video video{
	width: 100%;
	height: 100%;
}
.details_video_title{
	width: 100%;
	height: auto;
	overflow: hidden;
	display: flex;
	align-items: center;
	padding: 6px 10px;
	box-sizing: border-box;
	background: rgba(0,0,0,0.6);
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}
.details_video_title p{
	color: #fff;
	font-size: 18px;
	text-align: center;
	width: 100%;
}
.detail_swiper_out{
	width: 650px;
	height: 100%;
	float: left;
}
.detail_swiper{
	width: 100%;
	height: 100%;
}
.detail_swiper_title{
	width: 100%;
	height: auto;
	overflow: hidden;
	display: flex;
	align-items: center;
	padding: 6px 10px;
	padding-top: 100px;
	box-sizing: border-box;
	background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
	position: absolute;
	left: 0;
	bottom: 0;
}
.detail_swiper_title p{
	color: #fff;
	font-size: 16px;
	text-align: center;
	width: 100%;
}
.swiper-button-prev,
.swiper-button-next{
	color: #e60013;
}
.swiper-pagination{
	text-align: right;
	padding-right: 10px;
	box-sizing: border-box;
	z-index: 50;
}

.details_bot{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	padding: 0 110px;
	box-sizing: border-box;
}
.details_bot a{
	font-size: 22px;
	font-weight: bold;
	color: #e60013;
}
.details_bot p{
	font-size: 16px;
	margin-top: 10px;
	text-indent: 2em;
}
.details_bot span{
	display: block;
	width: 200px;
	height: 1px;
	background: #e60013;
	margin: 0 auto;
	margin-top: 40px;
}
.prev, .back, .next{
	width: 40px;
	height: 40px;
	position: absolute;
	bottom: 10px;
	cursor: pointer;
	background-size: 100% 100%;
}
.prev{
	left: 150px;
	background-image: url("../../images/zt/zt_2023nianzhong/prev.png");
}
.back{
	left: 50%;
	transform: translateX(-50%);
	background-image: url("../../images/zt/zt_2023nianzhong/back.png");
}
.next{
	right: 150px;
	background-image: url("../../images/zt/zt_2023nianzhong/next.png");
}
.prev:hover{
	background-image: url("../../images/zt/zt_2023nianzhong/prev_hover.png");
}
.back:hover{
	background-image: url("../../images/zt/zt_2023nianzhong/back_hover.png");
}
.next:hover{
	background-image: url("../../images/zt/zt_2023nianzhong/next_hover.png");
}

.showMsg{
	width: auto;
	height: auto;
	padding: 10px 20px;
	box-sizing: border-box;
	background: #fff;
	color: #e60013;
	border-radius: 6px;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50% -50%);
	display: none;
	z-index: 500;
}
/*******************************/
/*******************************/
/*******************************/
/*******************************/
/*******************************/
/*******************************/
/*******************************/
.foot{
	margin-top: 0;
}
@media screen and (orientation:portrait){
	body{
		position: relative;
		overflow-x: hidden;
		overflow-y: hidden;
	}
	.p1{
		background: url("../../images/zt/zt_2023nianzhong/banner_bg_wap.jpg") no-repeat center;
		background-size: 100% 100%;
	}
	.p1_main{
		width: 6.8rem;
		height: 6.4rem;
	}
	.qjk{
		background: url('../../images/zt/zt_2023nianzhong/qjk_wap.png') no-repeat;
		background-size: 100% 100%;
		animation: qjk 5s  ease-out alternate infinite, qjk2 2s ease-out alternate infinite;;
		position: relative;
	}
	@keyframes qjk{
		from{
			opacity: 0.6;
			transform: rotate(-1deg) scale(0.98);
			top: -20px;
		}
		to{
			opacity: 1;
			transform: rotate(2deg) scale(1);
			top: 0px;
		}
	}
	@keyframes qjk2{
		from{
			top: -10px;
		}
		to{
			top: 0px;
		}
	}
	
	.rect{
		width: 2.58rem;
		height: 0.31rem;
		top: 0;
		left: 50%;
		transform: translateY(0%) translateX(-50%);
		background: url("../../images/zt/zt_2023nianzhong/qj_xt_xu_wap.png") no-repeat;
	}
	.xt_shi{
		background: url("../../images/zt/zt_2023nianzhong/qj_xt_shi_wap.png") no-repeat;
	}
	.rect_clip{
		width: 100%;
		height: 100%;
		display: block;
		position: absolute;
		left: 0;
		top: 0;
	}
	.rect_left_clip{
		animation: rect 2s 0.5s infinite ease-out;
	}
	.rect_right_clip{
		animation: rect 2s infinite ease-in;
	}
	@keyframes rect{
		0%{
			left: 0;
		}
		50%{
			left: 90%;
		}
		100%{
			left: 0;
		}
	}
	
	.rec{
		left: 0.1rem;
		top: 0.2rem;
	}
	.rec span{
		width: 0.1rem;
		height: 0.1rem;
		animation: rec 2s infinite ease-in;
	}
	.rec p{
		font-size: 0.22rem;
		margin-left: 0.1rem;
		line-height: 0.22rem;
	}
	
	@keyframes rec{
		0%{
			background: #fff;
		}
		30%{
			background: #f97104;
		}
		60%{
			background: #e60013;
		}
		100%{
			background: #fff;
		}
	}
	.title{
		width: 6.3rem;
		height: 2rem;
		position: absolute;
		left: 50%;
		top: 1rem;
		margin-left: -3.15rem;
		transform: scale(0.8);
		/* animation: title 1s 3s 1 forwards; */
	}
	.jt{
		width: 0.96rem;
		height: 0.96rem;
		background-size: 100% 100%;
		top: 0;
		left: 2.4rem;
		animation: jt 2s linear, jt2 10s 2s linear infinite;
	}
	.two{
		width: 0.84rem;
		height: 0.96rem;
		left: 2.4rem;
		background-size: 100% 100%;
	}
	.tow_1{
		animation: two1 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.5s 1 forwards;
	}
	.tow_2{
		animation: two2 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1s 1 forwards;
	}
	.tow_3{
		animation: two3 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) 1.5s 1 forwards;
	}
	.title_text{
		width: 100%;
		height: 1.68rem;
		background-size: 100% 100%;
		top: 1.2rem;
		left: 0;
		/* animation: title_text 1s cubic-bezier(0.075, 0.82, 0.165, 1) 2s 1 forwards; */
	}
	
	@keyframes jt{
		0%{
			transform: translateX(0) rotate(0) scale(1);
		}
		25%{
			transform: translateX(-0.7rem) rotate(360deg) scale(1);
		}
		50%{
			transform: translateX(1rem) rotate(720deg) scale(1.1);
		}
		75%{
			transform: translateX(1.8rem)  rotate(1080deg) scale(1);
		}
		100%{
			transform: translateX(0px)  rotate(1440deg) scale(1);
		}
	}
	@keyframes jt2{
		from{
			transform: rotate(0);
		}
		to{
			transform: rotate(360deg);
		}
	}
	@keyframes two1{
		from{
			left: 2.4rem;
			transform: scale(0);
		}
		to{
			left: 1.55rem;
			transform: scale(1);
		}
	}
	@keyframes two2{
		from{
			left: 2.4rem;
			transform: scale(0);
		}
		to{
			left: 3.36rem;
			transform: scale(1);
		}
	}
	@keyframes two3{
		from{
			left: 2.4rem;
			transform: scale(0);
		}
		to{
			left: 4.2rem;
			transform: scale(1);
		}
	}
	@keyframes title_text{
		from{
			top: 3rem;
			transform: scale(0.8);
			opacity: 1;
		}
		to{
			top: 1.2rem;
			transform: scale(1);
			opacity: 1;
		}
	}
	@keyframes title{
		0%{
			transform: scale(0.8);
		}
		25%{
			transform: scale(1.3);
		}
		50%{
			transform: scale(0.6);
		}
		75%{
			transform: scale(1.2);
		}
		100%{
			transform: scale(1);
		}
	}
	.kd{
		width: 2.12rem;
		height: 0.3rem;
		background-size: 100% auto;
	}
	.sj{
		width: 0;
		height: 0.4rem;
		display: block;
		border: 0.1rem solid ;
		border-color: #fff transparent transparent transparent;
		animation: sj 5s infinite alternate ease-in-out;
	}
	@keyframes sj{
		from{
			left: 10%;
		}
		to{
			left: 90%;
		}
	}
	
	.circle{
		display: none;
	}
	
	.nextPage{
		width: 0.6rem;
		height: 1.6rem;
		right: 50%;
		bottom: 0.6rem;
		transform: translateX(50%);
	}
	.nextPage_up{
		width: 0.6rem;
		height: 0.6rem;
		border-radius: 50%;
	}
	.line{
		width: 1px;
		height: 1rem;
		top: 0.3rem;
	}
	.nextPage_down{
		width: 0.6rem;
		height: 0.6rem;
		border-radius: 50%;
		top: 1rem;
		animation: nextPage_down 50s infinite alternate linear;
	}
	.nextPage p{
		font-size: 0.16rem;
		top: initial;
		bottom: -0.5rem;
		left: -0.1rem;
		white-space: nowrap;
		opacity: 0.6;
		text-align: center;
	}
	@keyframes nextPage_down{
		from{
			transform: rotate(0);
		}
		to{
			transform: rotate(360deg);
		}
	}
	
	/* 第二页 */
	.content{
		width: 100%;
	}
	.cont_main{
		padding: 0 0.2rem;
		box-sizing: border-box;
		background: none;
		padding-bottom: 0.6rem;
		background: #fff;
	}
	.main{
		width: 100%;
		margin-top: 0.6rem;
	}
	.main_top{
		height: 1.2rem;
	}
	.slog{
		display: none;
	}
	.tab{ 
		float: none; 
		margin-left: 0;
		justify-content: center;
	}
	.tab_item{
		width: 1.1rem;
		height: 1.2rem;
		margin-right: auto;
	}
	.tab_font{
		width: 0.89rem;
		height: 0.6rem;
		background-repeat: no-repeat;
	}
	.tab_bg{
		width: 100%;
		height: 100%;
		display: none;
		position: absolute;
		left: 0;
		top: 2px;
	}
	.tab_item:nth-child(1) .tab_bg{
		background-size: 100% 100%;
	}
	.tab_item:nth-child(2) .tab_bg{
		background-size: 100% 100%;
	}
	.tab_item:nth-of-type(3) .tab_bg{
		background-size: 100% 100%;
	}
	.tab_item:nth-child(4) .tab_bg{
		background-size: 100% 100%;
	}
	.tab_item:nth-child(5) .tab_bg{
		background-size: 100% 100%;
	}
	
	.tab_item:nth-child(1):hover .tab_bg{
		display: none;
	}
	.tab_item:nth-child(2):hover .tab_bg{
		display: none;
	}
	.tab_item:nth-child(3):hover .tab_bg{
		display: none;
	}
	.tab_item:nth-child(4):hover .tab_bg{
		display: none;
	}
	.tab_item:nth-child(5):hover .tab_bg{
		display: none;
	}
	
	.tab_color{
		display: none;
	}
	
	.main_bot{
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-top: 0.4rem;
		background: #fff;
	}
	.main_p1{
		width: 100%;
		height: auto;
		overflow: hidden;
		overflow: auto;
	}
	.mian_list{
		width: 100%;
		padding: 0;
		float: none;
		border: none;
	}
	
	.main_list_item{
		width: 3.2rem;
		height: 4.17rem;
		margin-right: 0.4rem;
		border: 1px solid rgba(230, 0, 19, 0.6);
		margin-bottom: 0.4rem;
		box-sizing: border-box;
	}
	.main_list_item:nth-child(2n){
		margin-right: 0;
	}
	.main_item_name{
		padding: 0 0.1rem;
		font-size: 0.28rem;
	}
	.main_item_status{
		padding: 0.1rem;
		margin-top: 0.1rem;
	}
	.main_item_status p{
		font-size: 0.24rem;
		line-height: 0.36rem;
	}
	.main_list_item span{
		width: 0.6rem;
		height: 0.6rem;
		right: 0.1rem;
		top: 0.1rem;
	}
	
	.main_videos{
		display: none;
	}
	.videoBox{
		width: 6.8rem;
		height: 3.82rem;
	}
	.bigVide{
		width: 100%;
		height: 3.82rem;
	}
	.video_show_close{
		width: 0.6rem;
		height: 0.6rem;
		right: 0;
		top: 0.2rem;
	}
	
	/* 详情 */
	.details{
		left: 0;
		top: 0;
		border: none;
		padding: 0;
		background: rgba(0, 0, 0, 0.8);
		position: fixed;
		align-items: center;
		justify-content: center;
	}
	.details_top{
		width: 6.8rem;
		height: auto;
		overflow: hidden;
		background: #fff;
		margin: 0 auto;
		border-radius: 0.2rem 0.2rem 0 0;
		padding-top: 0.4rem;
	}
	.details_person{
		width: 100%;
		height: auto;
		overflow: hidden;
		float: none;
		position: relative;
		margin-left: 0;
		margin-right: 0;
	}
	.details_person_img{
		display: none;
	}
	.details_person_info{
		position: relative;
	}
	.details_person_name{
		display: block;
		padding: 0 0.2rem;
		background: none;
		color: #333;
		text-align: center;
		line-height: 1.5em;
		font-size: 0.32rem;
		font-weight: bold;
	}
	.main_status{
		background: none;
		padding: 0 0.2rem;
		display: block;
		margin-top: 0;
	}
	.main_status p{
		color: #333;
		font-size: 0.26rem;
		text-align: center;
	}
	
	.details_video{
		width: 6.6rem;
		height: 4.35rem;
		float: none;
		display: none;
		position: relative;
		margin: 0 auto;
		margin-top: 0.2rem;
	}
	.details_video video{
		width: 6.6rem;
		height: 3.72rem;
	}
	.details_video_title{
		padding: 0.1rem;
		top: initial;
		bottom: 0;
		background: #fff;
	}
	.details_video_title p{
		font-size: 0.26rem;
		color: #333;
	}
	
	.detail_swiper_out{
		width: 6.6rem;
		height: 3.72rem;
		float: none;
		margin: 0 auto;
		margin-top: 0.2rem;
	}
	.detail_swiper{
		width: 100%;
		height: 100%;
	}
	.detail_swiper_title{
		padding: 0.1rem;
		padding-top: 1rem;
	}
	.detail_swiper_title p{
		font-size: 0.26rem;
	}
	.swiper-pagination{
		padding-right: 0.1rem;
	}
	
	.details_bot{
		width: 6.8rem;
		margin: 0 auto;
		margin-top: 0;
		padding: 0;
		background: #fff;
		padding: 0 0.1rem;
		padding-bottom: 0.4rem;
		border-radius: 0 0 0.2rem 0.2rem;
	}
	.details_bot a{
		font-size: 0.28rem;
	}
	.details_bot p{
		font-size: 0.26rem;
		margin-top: 0.1rem;
	}
	.details_bot span{
		width: 4rem;
		margin-top: 0.4rem;
		position: initial;
	}
	.prev, .back, .next{
		width: 0.6rem;
		height: 0.6rem;
		margin-top: 0.4rem;
		position: initial;
	}
	.prev{
		display: none;
	}
	.back{
		margin: 0 auto;
		margin-top: 0.4rem;
		background-image: url("../../images/zt/zt_2023nianzhong/back.png");
	}
	.next{
		display: none;
	}
	
	.showMsg{
		display: none;
	}
	.wap_video_tit{
		width: 100%;
		font-size: 0.36rem;
		font-weight: bold;
		text-align: center;
		color: #e60013;
		margin-top: 0.4rem;
		background: #fff;
		padding-top: 0.2rem;
	}
	.wap_video{
		width: 100%;
		height: 3.42rem;
		padding-top: 0.1rem;
		background: #fff;
		margin-bottom: 0.1rem;
	}
	.wap_video .swiper-slide{
		width: 5rem;
		height: 100%;
	}
	.wap_video_item{
		background: #fff;
	}
	.wap_video_item img{
		display: block;
		height: 2.82rem;
	}
	.wap_video_title{
		width: 100%;
	}
	.wap_video_title p{
		text-align: center;
		font-style: 0.28rem;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
	}
}
	