@charset "utf-8";
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html,body{
	width: 100%;
	height: 100%;
}
body{
	font-family: "microsoft yahei";
	font-size: 18px;
	color: #333;
}
img{
	display: block;
	border: 0;
	width: 100%;
	height: 100%;
}
ul, li{
	list-style: none;
}
a{
	text-decoration: none;
	color: #333;
}
.banner{
	width: 100%;
	height: 824px;
	background: url(../../images/zt_2022cj/bg01.jpg) no-repeat;
	background-size: auto 100%;
	position: relative;
}
/* 导航 */
.nav{
	width: 100%;
	height: 40px;
	position: absolute;
	left: 0;
	top: 0;
	background: #b30808;
	z-index: 10;
}
.logo{
	display: block;
	width: 119px;
	height: 28px !important;
	left: 0;
	top: 6px;
	background: url(../../images/zt_2022cj/logo.png) no-repeat;
	position: absolute;
}
.nav_main{
	width: 1300px;
	margin: 0 auto;
	position: relative;
	text-align: right;
}
.nav_main > a{
	height: 100%;
	display: inline-block;
	font-size: 16px;
	color: #fff;
	padding: 0 4px;
	line-height: 40px;
}
.nav_main > a:hover{
	color: #fff;
	font-weight: bold;
}
.nav_link{
	color: #fff;
}
.juzheng{
	position: relative;
	display: inline-block;
	color: #FFFFFF;
	padding: 0 10px;
	box-sizing: border-box;
	cursor: pointer;
	font-size: 16px;
}
.juzheng i{
	border: 6px;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -16px;
}
.juzheng_list{
	width: 120px;
	height: 0;
	overflow: hidden;
	background: #fff;
	position: absolute;
	left: 50%;
	margin-left: -60px;
	top: 40px;
	transition: height 0.3s;
	z-index: 200;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.juzheng a{
	display: block;
	width: 100%;
	text-align: center;
	color: #333;
	font-size: 18px;
	line-height: 45px;
	font-weight: normal;
}
.juzheng_list a:hover{
	background: #f5f5f7;
	color: #E33F1C;
}
.juzheng:hover .juzheng_list{
	height: 134px;
	overflow: hidden;
}

.cl{
	width: 100%;
	height: 525px;
	background: url(../../images/zt_2022cj/cl.png) center top no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 30px;
	z-index: 5;
}

.main{
	width: 1300px;
	height: auto;
	margin: 0 auto;
	position: relative;
	left: 50%;
	margin-left: -650px;
}
.hldaj{
	width: 911px;
	height: 556px;
	background: url(../../images/zt_2022cj/hndj.png) no-repeat;
	background-position: 0 35px;
	margin: 0 auto;
	transform: scale(0);
	animation: hldj 1s ease-in-out forwards;
}
@keyframes hldj{
	from{transform: scale(0);}
	to{transform: scale(1);}
}
.zhuf{
	width: 543px;
	height: 99px;
	background: url(../../images/zt_2022cj/zhufu.png) no-repeat;
	margin: 0 auto;
	margin-top: 90px;
	opacity: 0;
	animation: zf 1s 0.3s ease-in-out forwards;
}
@keyframes zf{
	from{
		opacity: 0;
		margin-top: 200px;
	}
	to{
		opacity: 1;
		margin-top: 90px;
	}
}
.dl{
	width: 100%;
	height: 0;
	position: absolute;
	top: 40px;
	left: 0;
	z-index: 2;
}

@keyframes dl{
	from{
		height: 0;
	}
	to{
		height: 577px;
	}
}

.dl div{
	width: 93px;
	height: 0;
	position: absolute;
	top: 60px;
	animation: dl 2s 1.4s forwards linear;
}
.sl{
	left: 30px;
	background: url(../../images/zt_2022cj/sl.png) no-repeat;
}
.xl{
	right: 30px;
	background: url(../../images/zt_2022cj/xl.png) no-repeat;
}
.dl img{
	width: 243px;
	height: auto;
	position: absolute;
	top: -276px;
	animation: lh 2s 1s linear forwards;
}
.sl img{
	left: -98px;
}
.xl img{
	right: -98px;
	
}
@keyframes lh{
	from{
		top: -276px;
	}
	to{
		top: 400px;
	}
}

/* 2022 */
.yw{
	width: 100%;
	height: 1096px;
	overflow: hidden;
	background: url(../../images/zt_2022cj/bg02.jpg) center top no-repeat;
	background-size: cover;
	position: relative;
}
.yw_2022{
	width: 1292px;
	height: 540px;
	margin: 0 auto;
	margin-top: 97px;
	position: relative;
	background: url(../../images/zt_2022cj/2022.png) no-repeat;
}
.yw_2022_item{
	width: 202px;
	height: 210px;
	display: block;
	position: absolute;
	transform-style: preserve-3d;
	perspective: 5000px;
}
.yw_2022_item:nth-of-type(1){
	left: 106px;
	top: 0;
}
.yw_2022_item:nth-of-type(2){
	left: 0;
	top: 330px;
}
.yw_2022_item:nth-of-type(3){
	left: 328px;
	top: 0;
}
.yw_2022_item:nth-of-type(4){
	left: 434px;
	top: 330px;
}
.yw_2022_item:nth-of-type(5){
	left: 762px;
	top: 0;
}
.yw_2022_item:nth-of-type(6){
	left: 656px;
	top: 330px;
}
.yw_2022_item:nth-of-type(7){
	left: 1090px;
	top: 0;
}
.yw_2022_item:nth-of-type(8){
	left: 984px;
	top: 330px;
}
.yw_2022_img{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	backface-visibility: hidden;
	transition: all 1s ease-out;
}
.yw_2022_text{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transform: rotateY(180deg);
	backface-visibility: hidden;
	padding: 10px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 1s ease-out;
}
.yw_2022_text p{
	font-size: 18px;
	line-height: 27px;
}
.yw_2022_item:hover .yw_2022_img{
	transform: rotateY(-180deg);
}
.yw_2022_item:hover .yw_2022_text{
	transform: rotateY(0deg);
}
.more{
	width: 231px;
	height: 34px;
	background: url(../../images/zt_2022cj/more.png) no-repeat;
	display: block;
	position: absolute;
	left: 50%;
	bottom: 362px;
	transform: translateX(-50%);
}
.title1{
	width: 702px;
	height: 141px;
	background: url(../../images/zt_2022cj/title01.png) no-repeat;
	position: absolute;
	left: 50%;
	bottom: 14px;
	transform: translateX(-50%);
}

/* 被问了吗 */
.bwlm{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #f7d2a2;
	padding: 30px 0 90px 0;
}
.b_v{
	width: 1200px;
	height: 675px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	border-radius: 20px;
	border: 10px solid #d20000;
	background: #D20000;
	display: none;
}
.b_v a{
	width: 100%;
	height: 100%;
	display: block;
}
.play{
	display: block;
	width: 80px;
	height: 80px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: url(../../images/zt_2022cj/play.png);
}
.v_play{
	background: url(../../images/zt_2022cj/play.png);
}
.v_paush{
	background: url(../../images/zt_2022cj/push.png);
}
.v_t,.v_b{
	display: block;
	width: 1200px;
	height: 49px;
	position: absolute;
	left: -10px;
	z-index: 10;
}
.v_t{
	background: url(../../images/zt_2022cj/v_t.png);
	top: -10px;
}
.v_b{
	background: url(../../images/zt_2022cj/v_b.png);
	bottom: -10px;
}
.s_v{
	width: 1200px;
	height: 215px;
	margin: 0 auto;
	margin-top: 50px;
}
.s_v_i{
	width: 382px;
	height: 100%;
	overflow: hidden;
	float: left;
	margin-left: 27px;
	position: relative;
	display: block;
}
.s_v_i:first-of-type{
	margin-left: 0;
}

/* 年俗看海报 */
.nsk{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #d41c1c;
	padding: 100px 0 40px 0;
}
.title2{
	width: 584px;
	height: 141px;
	background: url(../../images/zt_2022cj/title02.png);
	margin: 0 auto;
}
.swiper{
	width: 90%;
	height: 700px;
	margin-top: 60px;
}
.swiper-slide{
	width: 438px;
	height: 100%;
}

/* 送祝福 */
.last{
	width: 100%;
	height: 1380px;
	background: url(../../images/zt_2022cj/bg03.jpg) no-repeat center top;
	overflow: hidden;
	background-size: cover;
}
.last_main{
	width: 1300px;
	height: 859px;
	margin: 0 auto;
	margin-top: 328px;
	display: flex;
	justify-content: center;
}
.last_main span{
	display: block;
	width: 548px;
	height: 100%;
	float: left;
}
.last_main span:last-of-type{
	float: right;
}
.last p{
	margin: 0 auto;
	padding-top: 63px;
	font-size: 16px;
	color: #F7D2A2;
	clear: both;
	text-align: center;
}