/* CSS Document */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid #c0c0c0;}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}
/* customize stylesheet */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,figure,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,b,i,th,var,dt{font-style:normal;font-weight:normal;}
body {
    font: 13px/1.42857143 "微软雅黑";
    color: #000;
    background-color: #fff;
	min-width:1440px;
}
a {color: #000;text-decoration: none;}
a:hover,a:focus{text-decoration: none;}
a:focus {outline: thin dotted;outline: 5px auto -webkit-focus-ring-color;outline-offset: -2px;}
area{outline:none;}
hr {margin: 20px 0;border: 0;border-top: 1px solid #eee;}
h1,h2,h3,h4,h5,h6{font-size: 100%;font-family: inherit;font-weight: normal;line-height: 1.1;color: inherit;}
h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small{font-weight: normal;line-height: 1;color: #777;font-size: 65%;}
img,input,button{vertical-align:middle;}
input,button,select,textarea {font-family: inherit;font-size: inherit;line-height: inherit;}
caption,th{text-align:left;}
ol,ul{list-style:none;}
/*@article-content 正文样式，用于后台编辑器内容*/
.article-content p{line-height:1.5em;}
.article-content b{font-weight: bold;}
.article-content i{font-style:italic;}
.article-content ul{list-style-type:disc;}
.article-content ol{list-style-type:decimal;}
.article-content img{width:100%;}

/*@common style*/
input[type="text"],input[type="password"]{border:1px solid #dde1e4;height:35px;line-height:35px;text-indent: 4px;}
.img-responsive{display: block;max-width: 100%;height: auto;}
.hidden{display:none !important;}
.clear:after{content:"";display:block;height:0;line-height:0;clear:both;visibility:hidden;}
.clear{*zoom:1;}

.fl{float:left !important;display:inline;}
.fr{float:right !important;display:inline;}

::-webkit-scrollbar{ width:8px; height:8px; border-radius:4px; background:#eee;}
::-webkit-scrollbar-thumb{ border-radius:4px; background-color:#999;}
/*方正兰亭字体*/
@font-face {
  font-family: 'fzlt';
  src: url('./font/fzlt.eot'); /* IE9 Compat Modes */
  src: url('./font/fzlt.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('./font/fzlt.woff2') format('woff2'), /* Modern Browsers */
    url('./font/fzlt.woff') format('woff'), /* Modern Browsers */
    url('./font/fzlt.ttf') format('truetype'), /* Safari, Android, iOS */
    url('./font/fzlt.svg') format('svg'); /* Legacy iOS */ 
}

input:-webkit-autofill{-webkit-box-shadow:0 0 0px 1000px white inset;}

/*正文开始*/
.section{ overflow:hidden;}
.main-nav{ position:fixed; width:100%; height:100px; background-color:#fff; z-index:99; top:-100px; left:0;}
.main-nav .logo{ position:absolute; left:25%; margin-left:-220px; top:20px;}
.intro{ width:100%; height:100%; position:fixed; top:0; left:0; background-color:#fff; z-index:9999;}
.intro .logo{ position:absolute; background:none; width:222px; height:180px; top:50%; left:50%; margin-top:-200px; margin-left:-111px;}
.progress{ width:222px; position:absolute; top:50%; left:50%; margin-left:-111px;}
.progress .tit{ text-align:center; font-size:12px; padding-top:40px; padding-bottom:10px;}
.progress-bg{ height:6px; background-color:#EBEBEB; border-radius:3px; overflow:hidden; position:relative;}
.progress-bg .action{ height:6px; float:left; width:0; background-color:#000;}
.page{}
.p1-left{ float:left; width:50%; height:100%; position:relative; z-index:2;}
.p1-left .line{ width:0; height:5px; background-color:#000; position:absolute; top:140px; left:50%; margin-left:-145px; z-index:10;}
.p1-right{ float:left; width:50%; height:100%; z-index:2;-webkit-perspective:2000px;perspective:2000px; position:relative;}
.p1-left .logo{ position:relative; padding-top:46px; padding-bottom:40px;}
.logo-img{ position:relative; left:50%; margin-left:-220px;}
.p1-left .text{ position:relative; width:315px; height:0; background:url(../images/p1-title.png) no-repeat left top; left:50%; margin-left:-145px; top:227px; z-index:3; opacity:0;}
.text-zhezhao1{ position:absolute; width:315px; height:284px; background-color:#fff; left:50%; margin-left:-155px; top:100px; z-index:2;}
.login-progress{ width:290px; height:1px; background-color:#ddd; position:absolute; left:50%; margin-left:-145px; top:373px; z-index:5;}
.login-progress .per{ float:left; width:0; height:1px; background-color:#000;}
.login-box{ position:relative; width:290px; height:230px; left:50%; margin-left:-145px; background-color:#fff; top:-220px; z-index:1; opacity:0;}
.login-list{ height:88px; border-top:solid 1px #000; position:relative;}
.login-list .tit{ line-height:20px; padding-top:10px; font-size:12px; color:#C0C0C0; padding-left:20px; padding-bottom:10px;}
.login-list input{ width:270px; padding-left:20px; text-indent:0; border:none; outline:0; background-color:#fff;}
.login-list input:hover{ background-color:#fff;}
.forget-password{ width:80px; height:25px; position:absolute; top:30px; right:0; border-radius:12px; background-color:#FFFC00; color:#000; display:block; text-align:center; line-height:25px; font-size:12px;}
.login-btn{ width:140px; height:50px; float:left; text-align: center; line-height:50px; font-size:14px; background-color:#000; color:#fff; border:none; border-radius:0; margin-right:5px;}
.reg-btn{ width:140px; height:50px; float:left; text-align: center; line-height:50px; font-size:14px; background-color:#000; color:#fff; border:none; border-radius:0; margin-left:5px;}
.p1-swiper-box{ height:80%; padding-bottom:50px; position:relative; left:10px; transform-style:preserve-3d; opacity:0; -webkit-transform-style: preserve-3d; transform:rotateY(35deg);  -webkit-transform:rotateY(35deg); transform-origin:100% 50%; -webkit-transform-origin:100% 50%; transition:all 0.5s ease-in; -webkit-transition:all 0.5s ease-in;}
.p1-swiper-box.take-on{ height:80%; padding-bottom:50px; opacity:1; transform-style:preserve-3d; -webkit-transform-style: preserve-3d; transform:rotateY(0deg);  -webkit-transform:rotateY(0deg); transform-origin:100% 50%; -webkit-transform-origin:100% 50%; transition:all 0.5s ease-out; -webkit-transition:all 0.5s ease-out;}
.swiper-slide, .swiper-wrapper{ height:100%;}
.swiper-container-horizontal>.swiper-pagination{ font-size:20px; font-family:'fzlt'; padding-left:100px; text-align:left;}
.swiper-button-next, .swiper-button-prev{ bottom:10px !important; background-image:none; width:40px; height:30px;}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{ left:0;}
.swiper-button-next::before{ content:""; width:10px; height:10px; border-top:solid 1px #000; border-right:solid 1px #000; position:absolute; left:8px; top:10px; -webkit-transform:rotate(45deg); transform:rotate(45deg); -webkit-transition:all 0.3s linear; transition:all 0.3s linaer;}
.swiper-button-next::after{ content:""; width:0; height:1px; background-color:#000; position:absolute; right:21px; top:15px; -webkit-transition:all 0.3s linear; transition:all 0.3s linaer;}
.swiper-button-next:hover::before{ content:""; width:10px; height:10px; border-top:solid 1px #000; border-right:solid 1px #000; position:absolute; left:23px; top:10px; -webkit-transform:rotate(45deg); transform:rotate(45deg);}
.swiper-button-next:hover::after{ content:""; width:30px; height:1px; background-color:#000; position:absolute; right:6px; top:15px;}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{ left:50px;}
.swiper-button-prev::before{ content:""; width:10px; height:10px; border-left:solid 1px #000; border-bottom:solid 1px #000; position:absolute; left:20px; top:10px; -webkit-transform:rotate(45deg); transform:rotate(45deg); -webkit-transition:all 0.3s linear; transition:all 0.3s linaer;}
.swiper-button-prev::after{ content:""; width:0; height:1px; background-color:#000; position:absolute; left:20px; top:15px; -webkit-transition:all 0.3s linear; transition:all 0.3s linaer;}
.swiper-button-prev:hover::before{ content:""; width:10px; height:10px; border-left:solid 1px #000; border-bottom:solid 1px #000; position:absolute; left:5px; top:10px; -webkit-transform:rotate(45deg); transform:rotate(45deg);}
.swiper-button-prev:hover::after{ content:""; width:30px; height:1px; background-color:#000; position:absolute; left:5px; top:15px;}


.p1-swiper-box .swiper-slide .bg{ position:absolute; width:100%; height:100%; top:0; left:0; background-color:#000; opacity:0.1; z-index:1;}
.p1-swiper-box .swiper-slide .text-pic{ position:absolute;top:50%; margin-top:-60px; left:100px; z-index:2; opacity:1;}

.p1-swiper-box .line{ width:1px; height:16px; position:absolute; left:45px; bottom:17px; background:#eee;}
.how-piles-work{ position:absolute; width:50%; left:0; top:100%; margin-top:-40px; z-index:10;}
.how-l{ width:0; height:40px; background:#06AB72; float:left;}
.how-r{ float:left; width:0; height:0; background-color:#0DBF81; position:relative;}
.how-r .tit{ padding:28px 38px 0; top:20px; font-size:35px; font-family:'fzlt'; color:#fff; font-weight:bold; position:relative; opacity:0;}
.how-r .text{ padding:20px 38px 0; top:20px; font-size:15px; color:#fff; line-height:30px; position:relative; opacity:0;}
.how-r .line{ position:absolute; width:0; height:1px; background-color:#D3D4D5; top:85px; left:38px;}
.how-r .line .per{ float:left; height:1px; width:0; background-color:#fff;}
.one-things-btn{ width:163px; height:75px; display:none; background-color:#FFFC00; position:absolute; top:180px; left:15%; text-align:center; line-height:75px; font-size:20px; font-family:'fzlt'; font-weight:bold; padding-right:55px; cursor:pointer; z-index:9;}
.one-things-btn::before{ content:""; position:absolute; width:10px; height:10px; top:28px; right:48px; border-bottom:solid 1px #000; border-right:solid 1px #000; -webkit-transform:rotate(45deg); transform:rotate(45deg); -webkit-transition:all 0.3s linear; transition:all 0.3s linear;}
.one-things-btn::after{ content:""; position:absolute; width:1px; height:0; bottom:36px; right:53px; background-color:#000; -webkit-transition:all 0.3s linear; transition:all 0.3s linear;}
.one-things-btn:hover::before{ content:""; position:absolute; width:10px; height:10px; top:33px; right:48px; border-bottom:solid 1px #000; border-right:solid 1px #000; -webkit-transform:rotate(45deg); transform:rotate(45deg);}
.one-things-btn:hover::after{ content:""; position:absolute; width:1px; height:20px; bottom:31px; right:53px; background-color:#000;}
.p2-right{ position:absolute; top:0; left:0; width:100%; height:100%;}
.book{ width:332px; left:50%; position:absolute;}
.book img{ width:100%;}
.book1{ top:150px; z-index:8; margin-left:28px; opacity:0;}
.book2{ width:216px; top:60px; z-index:3; margin-left:282px; opacity:0; }
.book3{ width:206px; top:420px; z-index:2; margin-left:262px; opacity:0; }
.book4{ width:126px; top:610px; z-index:1; margin-left:67px; opacity:0; }
.book5{
    opacity: 0;
    width: 260px;
    margin-left: -425px;
    top: 374px;}
.book6{
    opacity: 0;
    width: 164px;
    margin-left: -560px;
    top: 535px;
	-webkit-transform:rotate(180deg);
	}
.book7{
    opacity: 0;
    width: 146px;
    margin-left: -645px;
    top: 409px;
    transform: rotate(90deg);
    z-index: 5;}
.book8{
    opacity: 0;
    width: 140px;
    margin-left: -244px;
    top: 483px;
    z-index: 6;
    transform: rotate(90deg);}
.book9{
    opacity: 0;
    width: 248px;
    margin-left: -200px;
    top: 340px;}
.book10{
    opacity: 0;
    width: 188px;
    margin-left: -161px;
    top: 533px;
    transform: rotate(90deg);
    z-index: 1;}
.book11{
    opacity: 0;
    width: 206px;
    margin-left: 300px;
    top: 294px;
    transform: rotate(90deg);}
.book12{
    opacity: 0;
    width: 126px;
    margin-left: 159px;
    top: 600px;}
.book13{
    opacity: 0;
    width: 188px;
    left: -398px;
    top: 639px;
    transform: rotate(90deg);
    z-index: 1;
	}
.book14{
    opacity: 0;
    width: 162px;
    margin-left: 344px;
    top: 676px;
    transform: rotate(90deg);
    z-index: 5;}

.page3{-webkit-perspective:2000px;perspective:2000px;}
.book31{ width:280px; opacity:1; margin-left:-500px; top:-390px; padding-right:30px; overflow:hidden;}
.book31 .y-line{ width:5px; height:200px; position:absolute; top:0; right:17px;}
.book31 .y-line .color-block{ width:5px; height:0; position:absolute; top:0; left:0; background-color:#FF8A00;}
.book31 .time-tips{ width:10px; height:100px; position:absolute; top:-100px; right:0;}
.more-join-btn{ width:215px; height:75px; background-color:#FFFC00; padding-right:15px; cursor:pointer; font-size:20px; font-family:'fzlt'; position:absolute; left:50%; margin-left:-500px; bottom:130px; text-align:center; line-height:75px; font-weight:bold; opacity:0;}
.more-join-btn::before{ content:""; width:12px; height:12px; border-right:solid 1px #000; border-bottom:solid 1px #000; position:absolute; bottom:36px; right:37px; -webkit-transform:rotate(45deg); transform:rotate(45deg); -webkit-transition:all 0.3s linear; transition:all 0.3s linear;}
.more-join-btn::after{ content:""; width:1px; height:0; position:absolute; bottom:35px; right:43px; background-color:#000; -webkit-transition:all 0.3s linear; transition:all 0.3s linear;}
.more-join-btn:hover::before{ content:""; width:12px; height:12px; border-right:solid 1px #000; border-bottom:solid 1px #000; position:absolute; bottom:31px; right:37px; -webkit-transform:rotate(45deg); transform:rotate(45deg);}
.more-join-btn:hover::after{ content:""; width:1px; height:20px; position:absolute; bottom:30px; right:43px; background-color:#000;}
.p3-text-box{ position:absolute; left:50%; top:110px;}
.p3-text-box .tit{ font-size:35px; font-family:'fzlt'; font-weight:bold; position:relative; padding-bottom:15px; top:10px; opacity:0;}
.p3-text-box .cont{ font-size:16px; color:#9D9D9D; position:relative; line-height:30px; top:10px; opacity:0;}
.p3-video{ width:50%; position:absolute; right:0; bottom:0; opacity:0; overflow:hidden; transform-style:preserve-3d; -webkit-transform-style: preserve-3d; transform:rotateY(35deg);  -webkit-transform:rotateY(35deg); transform-origin:100% 50%; -webkit-transform-origin:100% 50%; transition:all 0.5s ease-in; -webkit-transition:all 0.5s ease-in;}
.p3-video img{ width:100%;}
.p3-video.take-on{ opacity:1; transform-style:preserve-3d; -webkit-transform-style: preserve-3d; transform:rotateY(0deg);  -webkit-transform:rotateY(0deg); transform-origin:100% 50%; -webkit-transform-origin:100% 50%; transition:all 0.5s ease-out; -webkit-transition:all 0.5s ease-out;}


.book41{ width:200px; opacity:1; margin-left:-500px; top:110px; padding-right:30px; overflow:hidden;}
.book41 .y-line{ width:5px; height:200px; position:absolute; top:0; right:17px;}
.book41 .y-line .color-block{ width:5px; height:0; position:absolute; top:0; left:0; background-color:#FF8A00;}
.book41 .time-tips{ width:10px; height:100px; position:absolute; top:-100px; right:0;}
.p4-book1{ margin-left:-585px;}
.p4-book1 .y-line .color-block{background-color:#FF8A00;}
.p4-book2{ margin-left:-350px;}
.p4-book2 .y-line .color-block{background-color:#50EB26;}
.p4-book3{ margin-left:-115px;}
.p4-book3 .y-line .color-block{background-color:#B3C3E4;}
.p4-book4{ margin-left:120px;}
.p4-book4 .y-line .color-block{background-color:#50EB26;}
.p4-book5{ margin-left:355px;}
.p4-book5 .y-line .color-block{background-color:#F4A6E6;}
.p4-book6{ margin-left:-585px; top:500px;}
.p4-book6 .y-line .color-block{background-color:#88C9EE;}
.p4-book7{ margin-left:-350px; top:500px;}
.p4-book7 .y-line .color-block{background-color:#FFE9AD;}
.p4-book8{ margin-left:-115px; top:500px;}
.p4-book8 .y-line .color-block{background-color:#00FFF6;}
.p4-book9{ margin-left:120px; top:500px;}
.p4-book9 .y-line .color-block{background-color:#FF604F;}
.p4-book10{ margin-left:355px; top:500px;}
.p4-book10 .y-line .color-block{background-color:#84F981;}
.p4-text{ width:100%; position:absolute; bottom:180px; left:0;}
.p4-text .tit{ font-size:35px; font-family:'fzlt'; font-weight:bold; text-align:center; padding-bottom:0; position: relative; top:10px; opacity:0;}
.p4-text .cont{ font-size:16px; text-align:center; position:relative; color:#d6d6d6; line-height:30px; top:10px; opacity:0;}
.small-things-collection{ width:216px; height:75px; position:absolute; left:50%; margin-left:-108px; bottom:75px; background-color:#FFFC00; opacity:0; text-align:center; line-height:75px; font-family:'fzlt'; font-size:20px; font-weight:bold;}
.small-things-collection::before{ content:""; width:12px; height:12px; border-right:solid 1px #000; border-bottom:solid 1px #000; position:absolute; bottom:-31px; right:100px; -webkit-transform:rotate(45deg); transform:rotate(45deg); -webkit-transition:all 0.3s linear; transition:all 0.3s linear;}
.small-things-collection::after{ content:""; width:1px; height:0; position:absolute; bottom:-31px; right:106px; background-color:#000; -webkit-transition:all 0.3s linear; transition:all 0.3s linear;}
.small-things-collection:hover::before{ content:""; width:12px; height:12px; border-right:solid 1px #000; border-bottom:solid 1px #000; position:absolute; bottom:-36px; right:100px; -webkit-transform:rotate(45deg); transform:rotate(45deg);}
.small-things-collection:hover::after{ content:""; width:1px; height:20px; position:absolute; bottom:-36px; right:106px; background-color:#000;}
.p5-text{ position:absolute; left:15%; top:50%; margin-top:-340px;}
.p5-text .tit{ font-size:35px; font-family:'fzlt'; font-weight:bold; padding-bottom:10px; position: relative; top:10px; opacity:0;}
.p5-text .cont{ font-size:16px; position:relative; color:#9D9D9D; line-height:30px; top:10px; opacity:0;}
.p5-video{ width:50%; height:450px; position:absolute; top:50%; margin-top:-125px; left:0;}
.p5-video .line{ width:10px; height:0; background-color:#FFFC00; position:absolute; left:30%; margin-left:-10px; top:0;}
.vi-l{ width:0; height:100%; float:left; background-color:#FFA800;}
.vi-r{ width:0; height:100%; float:left;}
.video-sp{ width:100%; height:100%; position:relative; overflow:hidden;}
.p5-right{ width:508px; height:673px; position:absolute; left:50%; margin-left:20px; top:50%; margin-top:-336px; background:url(../images/p5-book.png) no-repeat center center;}
.line1{ width:10px; height:10px; position:absolute; top:60px; left:50%; margin-left:30px; background-color:#000;}
.p5-line{ width:175px; height:5px; position:absolute; left:50%;}
.line2{ width:5px; background-color:#FFF600; top:215px; margin-left:-225px;}
.line3{ width:5px; background-color:#6FB6F3; top:215px; margin-left:5px;}
.line4{ width:5px; background-color:#00FF5A; top:235px; margin-left:-225px;}
.line5{ width:5px; background-color:#FFA800; top:235px; margin-left:5px;}
.line6{ width:5px; background-color:#FFADFE; top:255px; margin-left:-225px;}
.p5-book{ width:104px; height:138px; left:50%; background:url(../images/p5-book1.png) no-repeat center center; position:absolute; opacity:0;}
.p5-book1{ top:310px; margin-left:-208px; opacity:0;}
.p5-book2{ top:310px; margin-left:-104px; opacity:0;}
.p5-book3{ top:310px; margin-left:0; opacity:0;}
.p5-book4{ top:310px; margin-left:104px; opacity:0;}
.p5-book5{ top:490px; margin-left:-208px; opacity:0;}
.p5-book6{ top:490px; margin-left:-104px; opacity:0;}
.p5-book7{ top:490px; margin-left:0; opacity:0;}
.p5-book8{ top:490px; margin-left:104px; opacity:0;}
.p5-book-btn{ position:absolute; left:30px; bottom:30px; opacity:0;}
.p5-btn{ width:206px; height:75px; padding-right:10px; position:absolute; left:15%; bottom:50px; background-color:#FFFC00; opacity:0; text-align:center; line-height:75px; font-family:'fzlt'; font-size:20px; font-weight:bold;}
.p5-btn::before{ content:""; width:12px; height:12px; border-right:solid 1px #000; border-bottom:solid 1px #000; position:absolute; bottom:36px; right:37px; -webkit-transform:rotate(45deg); transform:rotate(45deg); -webkit-transition:all 0.3s linear; transition:all 0.3s linear;}
.p5-btn::after{ content:""; width:1px; height:0; position:absolute; bottom:35px; right:43px; background-color:#000; -webkit-transition:all 0.3s linear; transition:all 0.3s linear;}
.p5-btn:hover::before{ content:""; width:12px; height:12px; border-right:solid 1px #000; border-bottom:solid 1px #000; position:absolute; bottom:31px; right:37px; -webkit-transform:rotate(45deg); transform:rotate(45deg);}
.p5-btn:hover::after{ content:""; width:1px; height:20px; position:absolute; bottom:30px; right:43px; background-color:#000;}
.p6-text{ position:relative; padding-top:130px;}
.p6-text .tit{ text-align:center; font-size:35px; font-family:'fzlt'; font-weight:bold; position:relative; padding-top:10px; top:10px; opacity:0;}
.p6-text .cont{ text-align:center; font-size:16px; line-height:30px; color:#d6d6d6; position:relative; opacity:0;}
.p6-book img{ width:100%;}
.p6-book1{width:368px; position:absolute; left:50%; z-index:5; margin-left:-184px; top:270px; opacity:1;}
.p6-book2{width: 273px; position:absolute; left:50%; z-index:4; margin-left: -152px;top: 365px; opacity:1;}
.p6-book3{width: 253px; position:absolute; left:50%; z-index:3;top: 400px;margin-left: -100px; opacity:1;}
.p6-book4{width: 200px; position:absolute; left:50%; z-index:3;top: 270px;margin-left: -60px; transform:rotate(90deg); -webkit-transform:rotate(90deg); opacity:1;}
.p6-book5{width: 200px; position:absolute; left:50%; z-index:3;top: 250px;margin-left: -145px; transform:rotate(90deg); -webkit-transform:rotate(90deg); opacity:1;}
.p6-btn{ width:216px; height:75px; position:absolute; bottom:60px; left:50%; margin-left:-108px; text-align:center; line-height:75px; opacity:0; background-color:#FFFC00; font-size:20px; font-family:'fzlt'; font-weight:bold;}
.footer{ background-color:#000;}
.footer-nav{ border:solid 1px #FFFFFF; width:446px; margin:80px auto;}
.footer-nav li{ width:148px; height:58px; position:relative; background-color:#000;  font-size:12px; float:left; border-right:solid 1px #fff;}
.footer-nav li .tit{ width:148px; height:58px; position:relative; line-height:58px; text-align:center; color:#FFF; -webkit-transition:all 0.3s linear; transition:all 0.3s linear;}
.footer-nav li:hover .tit{ color:#4D4D1A;}
.footer-nav li::before{ content:""; position:absolute; height:0; width:100%; background-color:#FFFC00; left:0; bottom:0; -webkit-transition:all 0.3s linear; transition:all 0.3s linear;}
.footer-nav li:hover::before{ content:""; position:absolute; height:58px; width:100%; background-color:#FFFC00; left:0; bottom:0;}
.copyright{ text-align:center; color:#5A5A5A; font-size:12px; padding-bottom:80px;}
.copyright a{ color:#FFFC00;}





.logo-box{ width:100px; height:100px; position:relative; top:50%; margin:0 auto; margin-top:-200px;}
.logo-s{ position:absolute; z-index:7; top:29px; left:32px; -webkit-animation:logo-s 2.5s linear; animation:logo-s 2.5s linear;}
.border-1{ width:40px; height:40px; left:30px; top:10px; -webkit-transform:rotate(30deg); transform:rotate(30deg); -webkit-transform-origin:20px 40px;transform-origin:20px 40px; position:absolute;}
.border-2{ width:40px; height:40px; left:30px; top:10px; -webkit-transform:rotate(90deg); transform:rotate(90deg); -webkit-transform-origin:20px 40px;transform-origin:20px 40px; position:absolute;}
.border-3{ width:40px; height:40px; left:30px; top:10px; -webkit-transform:rotate(150deg); transform:rotate(150deg); -webkit-transform-origin:20px 40px;transform-origin:20px 40px; position:absolute;}
.border-4{ width:40px; height:40px; left:30px; top:10px; -webkit-transform:rotate(210deg); transform:rotate(210deg); -webkit-transform-origin:20px 40px;transform-origin:20px 40px; position:absolute;}
.border-5{ width:40px; height:40px; left:30px; top:10px; -webkit-transform:rotate(270deg); transform:rotate(270deg); -webkit-transform-origin:20px 40px;transform-origin:20px 40px; position:absolute;}
.border-6{ width:40px; height:40px; left:30px; top:10px; -webkit-transform:rotate(330deg); transform:rotate(330deg); -webkit-transform-origin:20px 40px;transform-origin:20px 40px; position:absolute;}
.border-1::before{ content:""; position:absolute; width:42px; height:4px; background-color:#ddd; top:3px; left:0; z-index:1;}
.border-2::before{ content:""; position:absolute; width:42px; height:4px; background-color:#ddd; top:3px; left:0; z-index:1;}
.border-3::before{ content:""; position:absolute; width:42px; height:4px; background-color:#ddd; top:3px; left:0; z-index:1;}
.border-4::before{ content:""; position:absolute; width:42px; height:4px; background-color:#ddd; top:3px; left:0; z-index:1;}
.border-5::before{ content:""; position:absolute; width:42px; height:4px; background-color:#ddd; top:3px; left:0; z-index:1;}
.border-6::before{ content:""; position:absolute; width:42px; height:4px; background-color:#ddd; top:3px; left:0; z-index:1;}
.border-1::after{ content:""; position:absolute; width:42px; height:4px; background-color:#000; top:3px; left:0; -webkit-animation:b1-a 2.5s linear; animation:b1-a 2.5s linear; z-index:6;}
.border-2::after{ content:""; position:absolute; width:42px; height:4px; background-color:#000; top:3px; left:0; -webkit-animation:b2-a 2.5s linear; animation:b2-a 2.5s linear; z-index:5;}
.border-3::after{ content:""; position:absolute; width:42px; height:4px; background-color:#000; top:3px; left:0; -webkit-animation:b3-a 2.5s linear; animation:b3-a 2.5s linear; z-index:4;}
.border-4::after{ content:""; position:absolute; width:42px; height:4px; background-color:#000; top:3px; left:0; -webkit-animation:b4-a 2.5s linear; animation:b4-a 2.5s linear; z-index:3;}
.border-5::after{ content:""; position:absolute; width:42px; height:4px; background-color:#000; top:3px; left:0; -webkit-animation:b5-a 2.5s linear; animation:b5-a 2.5s linear; z-index:2;}
.border-6::after{ content:""; position:absolute; width:42px; height:4px; background-color:#000; top:3px; left:0; -webkit-animation:b6-a 2.5s linear; animation:b6-a 2.5s linear; z-index:1;}
@-webkit-keyframes b1-a{
	0%{ width:0;}
	16.66%{ width:42px;}
	100%{ width:42px;}
}
@keyframes b1-a{
	0%{ width:0;}
	16.66%{ width:42px;}
	100%{ width:42px;}
}
@-webkit-keyframes b2-a{
	0%{ width:0;}
	16.66%{ width:0}
	33.32%{ width:42px;}
	100%{ width:42px;}
}
@keyframes b2-a{
	0%{ width:0;}
	16.66%{ width:0;}
	33.32%{ width:42px;}
	100%{ width:42px;}
}
@-webkit-keyframes b3-a{
	0%{ width:0;}
	33.32%{ width:0}
	49.98%{ width:42px;}
	100%{ width:42px;}
}
@keyframes b3-a{
	0%{ width:0;}
	33.32%{ width:0;}
	49.98%{ width:42px;}
	100%{ width:42px;}
}
@-webkit-keyframes b4-a{
	0%{ width:0;}
	49.98%{ width:0}
	66.64%{ width:42px;}
	100%{ width:42px;}
}
@keyframes b4-a{
	0%{ width:0;}
	49.98%{ width:0;}
	66.64%{ width:42px;}
	100%{ width:42px;}
}
@-webkit-keyframes b5-a{
	0%{ width:0;}
	66.64%{ width:0}
	83.30%{ width:42px;}
	100%{ width:42px;}
}
@keyframes b5-a{
	0%{ width:0;}
	66.64%{ width:0;}
	83.30%{ width:42px;}
	100%{ width:42px;}
}
@-webkit-keyframes b6-a{
	0%{ width:0;}
	83.30%{ width:0;}
	100%{ width:42px;}
}
@keyframes b6-a{
	0%{ width:0;}
	83.30%{ width:0;}
	100%{ width:42px;}
}
@-webkit-keyframes logo-s{
	0%{ opacity:0.1;}
	100%{ opacity:1;}
}
@keyframes logo-s{
	0%{ opacity:0.1;}
	100%{ opacity:1;}
}






@media screen and (max-width:1500px){
	.book41{ width:180px; top:100px;}
	.p4-book6{ top:370px;}
	.p4-book7{ top:370px;}
	.p4-book8{ top:370px;}
	.p4-book9{ top:370px;}
	.p4-book10{ top:370px;}
	.p4-text{ bottom:130px;}
	.p4-text .tit{ padding-bottom:0;}
	.p4-text .cont{ line-height:20px;}
	.p5-video{ margin-top:-75px; height:330px;}
	.small-things-collection{ bottom:50px; height:60px; line-height:60px;}
	.p5-text{ margin-top:-295px;}
	.p5-right{ margin-top:-295px;}
	.p5-btn{ bottom:45px;}
	.p6-text{ padding-top:100px;}
	.p6-book1{top:220px;}
	.p6-book2{top:315px;}
	.p6-book3{top:350px;}
	.p6-book4{top:220px;}
	.p6-book5{top:200px;}
	.p6-btn{bottom:10px;}
}




