@-webkit-keyframes cloudanimate {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 0;
	}

	40% {
		-webkit-transform: translate3d(-40px, 0, 0);
		transform: translate3d(-40px, 0, 0);
		opacity: 0.5;
	}

	90% {
		-webkit-transform: translate3d(-80px, 0, 0);
		transform: translate3d(-80px, 0, 0);
		opacity: 1;
	}

	100% {
		-webkit-transform: translate3d(-120px, 0, 0);
		transform: translate3d(-120px, 0, 0);
		opacity: 0;
	}
}

@keyframes cloudanimate {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 0;
	}

	25% {
		-webkit-transform: translate3d(-30px, 0, 0);
		transform: translate3d(-30px, 0, 0);
		opacity: 0.5;
	}

	50% {
		-webkit-transform: translate3d(-60px, 0, 0);
		transform: translate3d(-60px, 0, 0);
		opacity: 1;
	}

	75% {
		-webkit-transform: translate3d(-90px, 0, 0);
		transform: translate3d(-90px, 0, 0);
		opacity: 1;
	}

	100% {
		-webkit-transform: translate3d(-120px, 0, 0);
		transform: translate3d(-120px, 0, 0);
		opacity: 0;
	}
}

.stage {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	pointer-events: none;
}

body{
	background: url(../images/bg.jpg) center top no-repeat;
}

.header {
	height: 102px;
	background: url(../images/header_bg.png) center no-repeat;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 1;
	white-space: nowrap;
}

.header .public-container {
	width: 1000px;
	position: relative;
	height: 100%;
	/* text-align: left; */
}

.header .link-content {
    position: absolute;
    display: flex;
    display: -webkit-flex;
    top: 26px;
    bottom: 0;
    line-height: 16px;
	left: 222px;
}

.header .link-content a {
	height: 100%;
    color: #ffffff;
    font-size: 16px;
    margin-right: 36px;
	position: relative;
}

.header .link-content a i{
	position: absolute;
	width: 50px;
	height: 3px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-color: #ffb26c;
	bottom: 48px;
	display: none;
}

.header .link-content a:hover i{
	display: block;
}

.header a.logo {
	position: absolute;
	width: 119px;
	height: 26px;
	background: url(../images/logo.png) center top no-repeat;
	top: 14px;
	left: 23px;
}

.header a.call-us{
	font-size: 16px;
	line-height: 16px;
	color: #FFF;
	position: absolute;
	top: 25px;
	left: 734px;
}

.header a.call-us i{
	font-weight: bold;
}

.banner{

}

.banner .public-container{
	padding-top: 67px;
}

.banner .public-container>img{
	position: absolute;
}

.banner .banner-bg{
    height: 977px;
    background: url(../images/book_bg.png) left center no-repeat;
    position: absolute;
    top: 0;
    left: -360px;
    right: -360px;
}

.banner .mountain-right{
	top: 580px;
	left: 676px;
}

.banner .mountain-left{
	top: 647px;
	left: 237px;
}

.banner .banner-cloud{
	top: 458px;
	left: 250px;
	animation: cloudanimate 4s linear infinite;
	-webkit-animation: cloudanimate 4s linear infinite;
}

.banner .banner-content{
	width: 831px;
	height: 513px;
	background: url(../images/banner_shadow.png) center no-repeat;
	position: relative;
	margin-left: 131px;
}

.banner .banner-content img{
	position: absolute;
}

.banner .banner-content .banner-title{
	left: 524px;
	top: 15px;
}

.banner .banner-content .banner-content1{
	left: 478px;
	top: 104px;
}

.banner .banner-content .banner-content2{
	left: 296px;
	top: 120px;
}

.part{
	position: relative;
}

.part2{
    margin-top: 586px;
}

.part2 .part2-title{
    width: 1471px;
    height: 560px;
    position: absolute;
    left: -144px;
    top: -372px;
    background: url(../images/part2_title.png) center no-repeat;
}

.part2 .part2-title img{
	position: absolute;
}

.part2 .part2-title .part2-book{
	left: 610px;
	top: 168px;
}

.part2 .part2-title .letter{
	position: absolute;
	width: 70px;
	height: 70px;
	background: url(../images/part2_title_letter.png) center no-repeat;
	bottom: 221px;
	left: 463px;
}

.part2 .part2-title .letter2{
	left: 670px;
}

.part2 .part2-title .letter3{
	left: 868px;
}

.part2 .part2-title .part2-title-content{
	left: 462px;
	top: 177px;
}

.part2 .every-part{
	width: 200px;
	height: 200px;
	position: relative;
	margin-left: 90px;
}

.part2 .every-part img{
	position: absolute;
}

.part2 .every-part .part2-star{
	left: 24px;
	top: 47px;
}

.part2 .every-part .every-part-bg{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: url(../images/part2_every.png) center no-repeat;
}

.part2 .every-part1 .part2-letter{
	left: 22px;
	top: 16px;
}

.part2 .every-part2{
	margin-top: 8px;
	margin-bottom: 25px;
}

.part2 .every-part2 .part2-letter{
	left: 14px;
	top: 27px;
}

.part2 .every-part3{
	height: 199px;
}

.part2 .every-part3 .every-part-bg{
	background: url(../images/part2_every3.png) center no-repeat;
}

.part2 .every-part3 .part2-star{
	top: 46px;
}

.part2 .every-part3 .part2-letter3{
	left: 10px;
	top: -10px;
}

.part2 .every-part3 .part2-letter4{
	left: 52px;
	top: 53px;
}

.part2 .every-part .part2-content{
	left: 214px;
}

.part2 .every-part1 .part2-content{
	top: 22px;
}

.part2 .every-part2 .part2-content{
	top: 44px;
}

.part2 .every-part3 .part2-content{
	top: 56px;
	left: 221px;
}

.pub-title{
	height: 111px;
}

.pub-title .pub-title-bg{
	position: absolute;
	top: 0;
	bottom: 0;
	left: -360px;
	width: 1913px;
	background: url(../images/pub_title.png) center no-repeat;
}

.pub-title .pub-title-shadow{
	position: absolute;
	top: 5px;
	left: 370px;
}

.pub-title .title-img{
	position: absolute;
	top: 3px;
	left: 390px;
}

.title1{
	margin-top: 44px;
	margin-bottom: 340px;
}

.part3{
	width: 1082px;
	height: 98px;
	background: url(../images/part3.png) center no-repeat;
	margin-left: 63px;
}

.part3 .book{
	width: 201px;
	height: 268px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/part3_book2.png);
	position: absolute;
	bottom: 85px;
	cursor: pointer;
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
}

.part3 .book:hover{
    transform:scale3d(1.1, 1.1, 1.1);
    -ms-transform:scale3d(1.1, 1.1, 1.1);
    -webkit-transform:scale3d(1.1, 1.1, 1.1);
}

.part3 .book1{
	width: 203px;
	background-image: url(../images/part3_book1.png);
	left: 90px;
}

.part3 .book2{
	left: 330px;
}

.part3 .book3{
	left: 567px;
}

.part3 .book4{
	width: 202px;
	background-image: url(../images/part3_book4.png);
	left: 804px;
}

.part3 .book img{
	position: absolute;
}

.part3 .book .book-left{
	left: -14px;
	top: -9px;
}

.part3 .book1 .book-left{
	left: -13px;
}

.part3 .book .part2-line-left{
	top: 38px;
	left: 48px;
}

.part3 .book2 .part2-line-left,
.part3 .book4 .part2-line-left{
	left: 47px;
}

.part3 .book1 .part2-line-right{
	top: 62px;
	right: 13px;
}

.part3 .book2 .part2-line-right{
	top: 69px;
	right: 9px;
}

.part3 .book3 .part2-line-right{
	top: 43px;
	right: 11px;
}

.part3 .book4 .part2-line-right{
	top: 80px;
	right: 12px;
}

.part4{
	padding-top: 8px;
}

.part4 .part4-title{
	display: block;
	margin-left: 202px;
	position: relative;
}

.part4 .part4-gift{
	display: block;
	position: relative;
	margin-top: 605px;
	margin-left: 181px;
}

.part4 .part4-link{
    width: 327px;
    height: 78px;
    line-height: 78px;
    border-radius: 8px;
    font-size: 32px;
    color: #ffffff;
    background: url(../images/part4_link.png) center no-repeat;
    position: absolute;
    left: 658px;
    top: 763px;
    box-shadow: 0px 15px 15px 0px rgb(23 10 5 / 80%);
}

.part4 .part4-content{
	color: #ffffff;
    white-space: nowrap;
    position: absolute;
    font-size: 24px;
    top: 106px;
    text-align: left;
    line-height: 48px;
    left: 194px;
}

.part4 .part4-content span{
	display: inline-block;
	vertical-align: bottom;
}

.part4 .part4-content img{
    vertical-align: top;
    position: relative;
    top: 2px;
}

.title5{
    margin-top: -5px;
}

.part5{
	padding-top: 147px;
}

.part5 .part5-title{
	position: absolute;
	top: 59px;
	left: 348px;
}

.part5 .part5-paper{
	width: 923px;
	height: 424px;
	background: url(../images/part5_paper.png) center no-repeat;
	margin-left: 141px;
	position: relative;
}

.part5 .part5-paper>img{
	position: absolute;
}

.part5 .part5-paper .paper-line{
	top: 68px;
}

.part5 .part5-paper .line-left{
	left: 70px;
}

.part5 .part5-paper .line-right{
	right: 65px;
}

.part5 .part5-paper .part5-paper-left{
	left: -36px;
	top: -33px;
}

.part5 .part5-paper .part5-paper-right{
	right: -38px;
	top: -31px;
}

.part5 .part5-paper .video-content{
    position: absolute;
    /* background-color: #000; */
    top: 18px;
    bottom: 47px;
    left: 142px;
    right: 141px;
}

.part5 .part5-paper .video-content iframe{
    display: block;
    width: 100%;
    height: 100%;
    border: none;
}

.part5 .part5-paper .video-content .i-shadow{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.4);
}

.part5 .part5-paper .video-content .i-shadow .play-button{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: rgba(0,0,0,0.8);
    width: 90px;
    height: 90px;
    line-height: 90px;
    font-size: 0;
    border-radius: 50%;
    padding-left: 10px;
	cursor: pointer;
}

.part5 .part5-paper .video-content .i-shadow .play-button img{
	vertical-align: middle;
}

.part5 .part5-bottom{
    margin-top: 33px;
    display: flex;
    display: -webkit-flex;
    padding-left: 100px;
}

.part5 .part5-bottom>div{
    position: relative;
    height: 118px;
    border-radius: 50px;
    background-position: center;
    background-repeat: no-repeat;
    line-height: 28px;
    padding-top: 24px;
}

.part5 .part5-bottom>div img{
	position: absolute;
}

.part5 .part5-bottom>div .content-flower{
    bottom: -24px;
}

.part5 .part5-bottom>div .letter{
	color: #fcf6e1;
	font-size: 24px;
}

.part5 .part5-bottom .content1{
	width: 380px;
	background-image: url(../images/content1.png);
	margin-right: 30px;
}

.part5 .part5-bottom .content2{
	width: 575px;
	background-image: url(../images/content2.png);
}

.part5 .part5-bottom .content1 .content-flower{
	right: -29px;
}

.part5 .part5-bottom .content2 .content-flower{
	right: -27px;
}

.part5 .part5-bottom>div .content-img{
	top: 83px;
}

.part5 .part5-bottom .content1 .content-img{
	left: 105px;
}

.part5 .part5-bottom .content2 .content-img{
	left: 321px;
}

.part5 .part5-link{
	display: block;
	width: 327px;
	height: 78px;
	line-height: 78px;
	border-radius: 8px;
	background: url(../images/part5_link.png) center no-repeat;
	box-shadow: 0px 15px 15px 0px rgba(23, 10, 5, 0.8);
	font-size: 36px;
	color: #ffffff;
	margin-top: 75px;
	margin-left: 431px;
}

.title6{
	margin-top: 90px;
}

.part6{
	width: 844px;
	height: 287px;
	background: url(../images/part6.png) center no-repeat;
	margin-left: 187px;
	margin-top: 435px;
}

.part6 .part6-link{
	position: absolute;
	width: 210px;
	height: 64px;
	line-height: 64px;
	color: #ffffff;
	font-size: 28px;
	border-radius: 8px;
	right: 32px;
	bottom: 43px;
	box-shadow: 0px 15px 15px 0px rgba(23, 10, 5, 0.8);
}

.part6 .part6-link i{
	position: absolute;
	white-space: nowrap;
}

.part6 .part6-link i.i-pulse{
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: url(../images/part6_link.png) center no-repeat;
}

.part6 .part6-link i.i1{
    font-weight: bold;
    font-size: 22px;
    line-height: 22px;
    top: 6px;
	color: #fcf6e1;
	right: 229px;
}

.part6 .part6-link i.i2{
    font-size: 18px;
    line-height: 18px;
    bottom: 2px;
	color: #fcf6e1;
	right: 229px;
}

.part6 .part6-paper{
	width: 895px;
	height: 505px;
	background: url(../images/part6_paper.png) center no-repeat;
	position: absolute;
	bottom: 111px;
	left: -24px;
}

.part6 .part6-paper img{
	position: absolute;
}

.part6 .part6-paper .part6-cloud{
	bottom: 21px;
	right: -62px;
	animation: cloudanimate 4s linear infinite;
	-webkit-animation: cloudanimate 4s linear infinite;
}

.part6 .part6-paper .part6-papers{
	left: -62px;
	bottom: -86px;
}

.part6 .part6-paper .part6-line1{
	left: 18px;
	top: 108px;
}

.part6 .part6-paper .part6-line2{
	left: 72px;
	top: 104px;
}

.part6 .part6-paper .part6-line3{
	left: 123px;
	top: 102px;
}

.part6 .part6-paper .part6-line4{
	left: 177px;
	top: 105px;
}

.part6 .part6-paper .part6-line5{
	left: 237px;
	top: 118px;
}

.part6 .part6-paper .part6-line7{
	top: 183px;
}

.part6 .part6-paper .part6-line6{
		left: 308px;
}

.part6 .part6-paper .part6-line77{
			left: 366px;
}

.part6 .part6-paper .part6-line8{
			left: 426px;
}

.part6 .part6-paper .part6-line9{
			left: 481px;
}

.part6 .part6-paper .part6-line10{
			left: 533px;
}

.part6 .part6-paper .part6-line11{
			left: 589px;
}

.part6 .part6-paper .part6-line12{
			left: 645px;
}

.part6 .part6-paper .part6-title{
	left: 45px;
	top: -52px;
}

.title7{
	margin-top: 90px;
}

.part8{
    display: flex;
    display: -webkit-flex;
    padding-left: 127px;
    margin-top: 70px;
    margin-bottom: 60px;
}

.part8 .every-qr{
	width: 224px;
	height: 226px;
	background: url(../images/qr_border.png) center no-repeat;
	position: relative;
	margin-right: 18px;
	position: relative;
	line-height: 226px;
	font-size: 0;
}

.part8 .every-qr .qr-content{
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 227px;
}

.part8 .every-qr .qr-img{
    vertical-align: middle;
    width: 150px;
}

.bottom-fixed{
    height: 100px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../images/fixed_bottom.png) center no-repeat;
}

.bottom-fixed img{
	position: absolute;
}

.bottom-fixed .bottom-line{
    position: absolute;
    width: 520px;
    height: 65px;
    background: url(../images/fixed_line.png) center no-repeat;
    left: 246px;
    top: 36px;
    line-height: 65px;
    font-size: 20px;
    color: #ffffff;
}

.bottom-fixed .fixed-title{
    top: 12px;
    left: 122px;
}

.bottom-fixed .fixed-img1{
	top: -27px;
	left: 1002px;
}

.bottom-fixed .fixed-img2{
    top: 10px;
    left: -47px;
}

.bottom-fixed .bottom-link{
    position: absolute;
    width: 189px;
    height: 55px;
    border-radius: 8px;
    box-shadow: 0px 15px 15px 0px rgb(23 10 5 / 50%);
    background: url(../images/bottom_link.png) center no-repeat;
    top: 22px;
    left: 940px;
    line-height: 55px;
    font-size: 24px;
    color: #ffffff;
}

.public-footer {
    height: 220px;
    color: #FFF;
}

.public-footer .public-container {
    line-height: 114px;
    font-size: 0;
}

.public-footer .public-container p {
	display: inline-block;
	font-size: 12px;
	line-height: 20px;
	vertical-align: middle;
}

.float-right{
	position: fixed;
	width: 125px;
	height: 464px;
	right: 15px;
	top: 0px;
	bottom: 0;
	margin: auto 0;
	background: url(../images/float_bg.png) center no-repeat;
}

.float-right a{
	position: absolute;
	background-position: center;
	background-repeat: no-repeat;
}

.float-right a.link1{
	width: 105px;
	height: 46px;
	background-image: url(../images/link1.png);
	top: 46px;
	left: 11px;
}

.float-right a.link2{
	width: 115px;
	height: 45px;
	background-image: url(../images/link2.png);
	top: 118px;
	left: 8px;
}

.float-right a.link3{
	width: 106px;
	height: 48px;
	background-image: url(../images/link3.png);
	top: 186px;
	left: 13px;
}

.float-right a.link4{
	width: 108px;
	height: 47px;
	background-image: url(../images/link4.png);
	top: 258px;
	left: 11px;
}

.float-right a.link5{
    width: 133px;
    height: 47px;
    background-image: url(../images/link5.png);
    top: 328px;
    left: -3px;
}

.float-right a.link6{
	width: 76px;
	height: 44px;
	background-image: url(../images/link6.png);
	top: 396px;
	left: 26px;
}

.float-right .float-line{
	position: absolute;
	left: -14px;
}

.float-right .line1{
	top: 92px;
}

.float-right .line2{
	top: 163px;
}

.float-right .line3{
	top: 231px;
}

.float-right .line4{
	top: 303px;
}

.float-right .line5{
	top: 372px;
}

.float-right .float-close{
    position: absolute;
    cursor: pointer;
    width: 44px;
    height: 36px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.float-after{
	position: fixed;
	right: 15px;
	top: 0px;
	bottom: 0;
	margin: auto 0;
	cursor: pointer;
	display: none;
}