@charset "utf-8";
*{
	margin: 0;
	padding: 0;
}
html,body{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
img{
	display: block;
	width: 100%;
	height: auto;
}
a{
	text-decoration: none;
}

* 导航 */
.nav{
	width: 100%;
	height: 60px;
	background: #E33F1C;
}
.nav_main{
	width: 1300px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	display: flex;
	justify-content: space-between;
}
.nav_main_l{
	width: 120px;
	height: 29px;
	margin-top: 4px;
}
.nav_main_r > a{
	height: 100%;
	display: inline-block;
	font-size: 16px;
	color: #f7e382;
	padding: 0 9px;
	line-height: 36px;
}
.nav_main_r > a:hover{
	color: #f8f5c0;
	font-weight: bold;
}
.nav_link{
	color: #f8f5c0;
}
.juzheng{
	position: relative;
	display: inline-block;
	color: #f7e382;
	padding: 0 10px;
	box-sizing: border-box;
	cursor: pointer;
	font-size: 18px;
}
.juzheng i{
	border: 6px;
	border-style: solid;
	border-color: #f7e382 transparent transparent transparent;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -16px;
}
.juzheng_list{
	width: 120px;
	height: 0;
	overflow: hidden;
	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: #f8f5c0;
	font-size: 16px;
	line-height: 36px;
	font-weight: normal;
}
.juzheng_list a:hover{
	background: #f8f5c0;
	color: #bf1f1f;
}
.juzheng:hover .juzheng_list{
	height: 134px;
	overflow: hidden;
}

.main{
	width: 100%;
	height: 100%;
	background: url(../../images/zt_xnxyq/bg_pc.jpg) no-repeat center top;
	background-size: auto 100%;
}
.qt{
	width: 378px;
	height: 579px;
	margin: 0 auto;
	background: url(../../images/zt_xnxyq/qian_all_pc.png) no-repeat;
	position: fixed;
	bottom: -30px;
	left: 50%;
	margin-left: -189px;
	transform-origin: 50% 100%;
	transition: 2s;
	
}
.qian{
	width: 102px;
	height: 260px;
	position: fixed;
	left: 50%;
	top: 55%;
	margin-left: -51px;
	margin-top: -130px;
	background: url(../../images/zt_xnxyq/qian_pc.png) no-repeat;
	transform-origin: 50% 50%;
	transform: scale(0);
	transition: 1s;
}
.btn{
	width: 299px;
	height: 77px;
	background: url(../../images/zt_xnxyq/btn.png) no-repeat;
	position: absolute;
	left: 50%;
	bottom: 100px;
	margin-left: -140px;
	cursor: pointer;
}
.cards{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.6);
	display: none;
	opacity: 0;
	transition: opacity 1s;
}
.cards_main{
	width: 460px;
	height: 817px;
	margin: 0 auto;
	position: relative;
	padding-right: 40px;
	top: 0;
	left: 50%;
	margin-left: -230px;
}
.card{
	width: 364px;
	height: 100%;
	position: absolute;
	left: 50px;
	top: 0;
	transform: scale(0);
}
.back{
	width: 56px;
	height: 56px;
	background: url(../../images/zt_xnxyq/back_pc.png) no-repeat;
	position: absolute;
	right: 0px;
	top: 200px;
	cursor: pointer;
}

.an_qt{
	animation: qt 0.2s ease-in-out;
	animation-iteration-count: 3;
}
.an_qian{
	animation: qian 2s ease-in-out;
}
.an_cards{
	animation: card 0.5s linear forwards;
}

@keyframes qt{
	0%{transform: rotate(0deg);}
	25%{transform: rotate(-10deg);}	
	50%{transform: rotate(0deg);}
	75%{transform: rotate(10deg);}
	100%{transform: rotate(0deg);}
}
@keyframes qian{
	0%{transform: scale(0);}
	50%{transform: scale(1);}
	75%{opacity: 1;}
	100%{opacity: 0;}
}
@keyframes card{
	0%{transform: scale(0);}
	100%{transform: scale(1);}
}
.tips{
	display: none;
}

/* 底部 */
.foot{
	width: 100%;
	height: 40px;
	color: #f7e382;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	position: fixed;
	bottom: 0;
}
.foot p{
	display: inline-block;
	margin: 0 10px;
}
.foot a{
	color: #f7e382;
	margin: 0 10px;
	display: inline-block;
}


/**********************/
/**********************/
/**********************/
/**********************/
/**********************/
/**********************/
/**********************/
/**********************/
/**********************/
/**********************/
/**********************/
/**********************/
/**********************/
/**********************/
/**********************/
/**********************/

@media only screen and (orientation:portrait) {
	.main{
		background: url(../../images/zt_xnxyq/bg_ph.jpg) no-repeat center;
		background-size: 100% auto;
		padding: 1.6rem 0;
		box-sizing: border-box;
	}
	.content{
		width: 100%;
		height: 100%;
		position: relative;
	}
	.title{
		width: 7.11rem;
		height: 4.25rem;
		position: absolute;
		left: 50%;
		top: 0.4rem;
		transform: translateX(-50%);
		background: url(../../images/zt_xnxyq/title_ph.png) no-repeat;
		background-size: cover;
	}
	.qt{
		width: 3.73rem;
		height: 6.4rem;
		background: url(../../images/zt_xnxyq/qian_all_ph.png);
		background-size: 100% auto;
		margin-left: -1.86rem;
		bottom: inherit;
		top: 5.2rem;
	}
	.btn{
		width: 3.64rem;
		height: 0.86rem;
		background-size: cover;
		margin-left: -1.82rem;
		bottom: inherit;
		top: 8rem;
	}
	.qian{
		width: 0.99rem;
		height: 2.54rem;
		top: 45%;
		margin-left: -0.5rem;
		margin-top: -0.127rem;
		background-size: cover;
	}
	.cards{
		/* background: url(../../images/zt_xnxyq/bg_card_ph.jpg) no-repeat center bottom;
		background: 100% auto; */
	}
	.cards_main{
		width: 100%;
		height: 100%;
		padding: 0;
		left: 0;
		top: 0;
		margin-left: 0;
	}
	.card{
		/* width: 4.56rem;
		height: 10.24rem;
		left: 50%;
		margin-left: -2.28rem; */
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
	}
	.back{
		width: 0.8rem;
		height: 0.8rem;
		background-size: cover;
		right: 50%;
		top: initial;
		transform: translateX(50%);
		top: 10.6rem;
	}
	.tips{
		width: 100%;
		color: #e4d5c0;
		position: absolute;
		left: 50%;
		top: 11.6rem;
		transform: translateX(-50%);
		font-size: 0.26rem;
		text-align: center;
	}
	.nav{
		display: none;
	}
	/* 底部 */
	.foot{
		display: none;
	}
}