*{
	margin: 0;
	padding: 0;
}
html,body{
	width: 100%;
	height: 100%;
	font-family: "microsoft yahei";
}
img{
	display: block;
}
a{
	text-decoration: none;
	color: #333;
}
.main{
	width: 100%;
	height: 965px;
	background: url(../../images/yyc/bg.jpg) no-repeat center top;
	overflow: hidden;
	background-size: cover;
}
.book{
	width: 1300px;
	height: 760px;
	margin: 0 auto;
	margin-top: 60px;
	position: relative;
}
.bool_cont{
	width: 1200px;
	height: 100%;
	position: relative;
	margin: 0 auto;
}
.prev,.next{
	width: 50px;
	height: 150px;
	position: absolute;
	top: 50%;
	margin-top: -75px;
	cursor: pointer;
}
.prev{
	background: url(../../images/yyc/prev.png) no-repeat;
	left: 0;
}
.next{
	background: url(../../images/yyc/next.png) no-repeat;
	right: 0;
}
.next_wap,.prev_wap{
	display: none;
}
.flipbook{
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
.flipbook>div{
	box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}
.hard{
	width: 600px;
}
.deep{
	width: 30px;
	height: 100%;
	position: absolute;
	top: 0;
	opacity: 0;
}
.deep_l{
	left: 0px;
	background: url(../../images/yyc/deep_l.jpg) no-repeat;
}
.deep_r{
	right: 0px;
	background: url(../../images/yyc/deep_r.jpg) no-repeat;
}
.page{
	background: #fff;
} 
.hard img{
	width: 100%;
	height: auto;
}
.page img{
	width: 100%;
	height: auto;
}

.zz{
	width: 30px;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 100;
	opacity: 0;
}
.zz_l{
	left: 570px;
	background-image: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,0.3));
}
.zz_r{
	left: 600px;
	background-image: linear-gradient(to left, rgba(0,0,0,0), rgba(0,0,0,0.3));
}
.xz{
	width: 29px;
	height: 49px;
	display: block;
	background: url(../../images/yyc/xz.png) no-repeat;
	position: absolute;
	right: 140px;
	top: 110px;
}
.xz i{
	display: block;
	width: 19px;
	height: 28px;
	position: absolute;
	top: 40px;
	right: 0px;
	background: url(../../images/yyc/finger.png) no-repeat;
	animation: finger 2s linear reverse infinite;
}
@keyframes finger{
	0%{transform: scale(1);}
	50%{transform: scale(0.7);}
	100%{transform: scale(1);}
}
.page3_video{
	width: 510px;
	height: 286px;
	position: absolute;
	top: 300px;
	left: 50%;
	transform: translateX(-50%);
	background: #4B515F;
	z-index: 300;
}
.page3_video video{
	width: 100%;
	height: 100%;
	border: 6px solid #4b515f;
	box-sizing: border-box;
}
.page3_video i{
	width: 60px;
	height: 60px;
	display: block;
	background: url(../../images/yyc/icon_play.png) no-repeat;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
}
.page3_link{
	width: 100%;
	position: absolute;
	top: 630px;
	left: 0;
	overflow: hidden;
	padding: 0 30px;
	box-sizing: border-box;
}
.page3_link i{
	display: block;
	width: 33px;
	height: 17px;
	background: url(../../images/yyc/jt.png) no-repeat;
	left: 30px;
	position: absolute;
	top: 11px;
	animation: jt 2s linear reverse infinite;
}
@keyframes jt{
	0%{left: 20px;}
	50%{left: 30px;}
	100%{left: 20px;}
}
.page3_link a{
	font-size: 18px;
	color: #333;
	line-height: 40px;
	float: left;
	margin-left: 40px;
}
.page3_link a:hover{
	color: #4B515F;
	text-decoration: underline;
}

.swiper3{
	width: 450px;
	height: 274px;
	position: absolute;
	top: 300px;
	left: 60px;
	overflow: hidden;
	border: 6px solid #4b515f;
	box-sizing: border-box;
}
.dynImg_lr01_imgBox{
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.dynImg_lr01_imgBox a{
	height: 100%;
	display: block;
	float: left;
	overflow: hidden;
	position: relative;
}
.dynImg_lr01_imgBox a img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transition: all 0.6s ease-in-out;
}
.swiper3 .dynImg_lr01_imgBox a img:hover{
	transform: scale(1.03);
}
.dynImg_lr01_imgBox a p{
	display: none;
}
.swiper3 .dynImg_lr01_textBox{
	width: 100%;
	height: 110px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
}
.dynImg_lr01_textBox p{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 10px;
	font-size: 18px;
	color: #fff;
	text-align: left;
	line-height: 27px;
	padding: 0 10px;
	box-sizing: border-box;
}
.swiper3 .dynImg_lr01_textBox p{
	text-align: center;
}
.dynImg_lr01_iconBox{
	height: 10px;
	text-align: left;
	position: absolute;
	right: 10px;
	bottom: 17px;
	font-size: 0;
}
.swiper3 .dynImg_lr01_iconBox{
	width: 100%;
	right: 0;
	top: 10px;
}
.dynImg_lr01_iconBox span{
	width: 10px;
	height: 10px;
	display: inline-block;
	border: 2px solid #fff;
	margin:0 5px;
	border-radius: 50%;
	box-sizing: border-box;
	transition: all 0.6s ease-in-out;
}
.swiper3 .dynImg_lr01_iconBox .dynImg_lr01_iconCur{
	background: #fff;
	transform: scale(1.1);
}
.nextPrev{
	display: block;
	cursor: pointer;
	transition: all 1s;
	position: absolute;
	display: none;
}
.swiper3 .nextPrev{
	width: 48px;
	height: 48px;
	border-radius: 50%;
	top: 50%;
	margin-top: -24px;
}
.swiper3 .dynImg_lr01_pre{
	left: 10px;
	background: url(../../images/yyc/p11_prev.png) no-repeat;
	background-size: 100%;
}

.swiper3 .dynImg_lr01_next{
	background: url(../../images/yyc/p11_next.png) no-repeat;
	background-size: 100%;
	right: 10px;
}
.dm{
	width: 100%;
	height: 150px;
	position: absolute;
	top: 32px;
	left: 0;
}
.dm p{
	color: #fff;
	font-size: 16px;
	display: block;
	white-space: nowrap;
	position: absolute;
	text-shadow: 1px 1px rgba(0,0,0,0.6);
	opacity: 0.6;
}
.dm p:nth-child(1){
	top: 20px;
}
.dm p:nth-child(2){
	top: 56px;
}
.dm p:nth-child(3){
	top: 100px;
}
.page_link{
	display: block;
	position: absolute;
	height: 40px;
}
.page_link i{
	display: block;
	width: 33px;
	height: 17px;
	background: url(../../images/yyc/jt2.png) no-repeat;
	display: block;
	position: absolute;
	top: 12px;
}
.page8_link{
	width: 300px;
	left: 90px;
	top: 187px;
}
.page8_link i{
	right: 0;
	transform: rotate(180deg);
	animation: jt8 2s linear reverse infinite;
}
@keyframes jt8{
	0%{right: 10px;}
	50%{right: 0px;}
	100%{right: 10px;}
}
.page9_link{
	width: 360px;
	right: 90px;
	top: 187px;
}
.page9_link i{
	left: 0;
	animation: jt9 2s linear reverse infinite;
}
@keyframes jt9{
	0%{left: 10px;}
	50%{left: 0px;}
	100%{left: 10px;}
}

.page10_link1{
	width: 260px;
	left: 30px;
	top: 138px;
}
.page10_link1 i{
	right: 0;
	transform: rotate(180deg);
	animation: jt101 2s linear reverse infinite;
}
@keyframes jt101{
	0%{right: 10px;}
	50%{right: 0px;}
	100%{right: 10px;}
}

.page10_link2{
	width: 210px;
	right: 60px;
	top: 488px;
}
.page10_link2 i{
	left: 0;
	animation: jt102 2s linear reverse infinite;
}
@keyframes jt102{
	0%{left: 10px;}
	50%{left: 0px;}
	100%{left: 10px;}
}


@media only screen and (orientation:portrait) {
	.main{
		height: 100%;
		position: relative;
	}
	.book{
		width: 90%;
		height: 8.2rem;
		margin-top: 0.4rem;
	}
	.bool_cont{
		width: 100%;
		height: 7.3rem;
	}
	.flipbook{
		width: 100%!important;
		height: 100%;
	}
	.zz,.deep{
		display: none!important;
	}
	.xz{
		right: 50px;
		top: 80px;
	}
	.prev,.next{
		display: none;
	}
	.prev_wap,.next_wap{
		display: block;
		width: 1.2rem;
		height: 0.6rem;
		position: absolute;
		bottom: 0;
	}
	.prev_wap{
		background: url(../../images/yyc/prev_ph.png) no-repeat;
		left: 0.1rem;
		background-size: 100%;
	}
	.next_wap{
		background: url(../../images/yyc/next_ph.png) no-repeat;
		right: 0.1rem;
		background-size: 100%;
	}
	.page3_video {
		width: 5.2rem;
		height: 2.92rem;
		top: 2.7rem;
	}
	.page3_link{
		top: 6rem;
		padding: 0 0.2rem;
	}
	.page3_link a{
		font-size: 0.22rem;
		line-height: 0.33rem;
	}
	.page3_link i{
		width: 0.7rem;
		height: 0.4rem;
		left: 0px;
		top: 0.1rem;
		animation: jt_ph 2s linear reverse infinite;
	}
	@keyframes jt_ph{
		0%{left: 0.2rem;}
		50%{left: 0.1rem;}
		100%{left: 0.2rem;}
	}
	.swiper3{
		width: 5rem;
		height: 3rem;
		top: 3rem;
		left: 0.2rem;
	}
	.page_link {
		height: 0.4rem;
	}
	.page8_link{
		width: 3.6rem;
		left: 0.7rem;
		top: 1.8rem
	}
	.page9_link{
		width: 4.1rem;
		right: 0.7rem;
		top: 1.8rem;
	}
	.page_link i{
		background-size: cover;
		top: 0rem;
	}
	.page10_link1{
		width: 2.6rem;
		left: 0.7rem;
		top: 1.36rem;
	}
	.page10_link2{
		width: 2.4rem;
		right: 0.7rem;
		top: 4.7rem
	}
	.dm{
		width: 100%;
		height: 1.4rem;
		top: 0.4rem;
	}
	.dm p{
		font-size: 0.2rem;
		line-height: 1.5em;
	}
	.dm p:nth-child(1){
		top: 0;
	}
	.dm p:nth-child(2){
		top: 0.6rem;
	}
	.dm p:nth-child(3){
		top: 1rem;
	}
	.swiper3 .dynImg_lr01_textBox p{
		font-size: 0.22rem;
		line-height: 1.5em;
	}
	.page11_link{
		top: 6.2rem;
	}
	.page11_link i{
		top: 0;
	}
}
