@import"https://img1.tiancitycdn.com/project5/fs2/v3/css/base.css";
html body{background:#383838;width:100%;}
#loading{ width: 100%; height: 100%; position: fixed; top: 0; left: 0; background:#000; z-index:20; font-size: 18px; color: #cfd1cc; z-index: 101;}
#loading .box{ width: 100%; height: 1px; background: #414141; margin: 0 auto; position: relative; top: 50%; transform: translateY(-50%); left: 0;}
#loading .box span{ height: 1px; background: #c4c4c4; position: relative; top: 0; left: 0; display: block;}
#loading .box p{ font-size: 16px; line-height: 30px; color: #c0c0c0; text-align: center;}
.wraper{width:100%; min-width: 1200px; max-width: 1920px; margin:40px auto 0; position: relative; overflow: hidden; background: #383838; }

.wraper .bg { width: 100%; margin: 0 auto}
.wraper .bg div { height: 1080px;}
.wraper.bg-1 .bg .bg2 { background: url(../images/bg1_img_02.jpg) repeat-y center top;}
.wraper.bg-1 .bg .bg3 { background: url(../images/bg1_img_03.jpg) repeat-y center top;}
.wraper.bg-1 .bg .bg4 { background: url(../images/bg1_img_04.jpg) repeat-y center top;}
.wraper.bg-1 .bg .bg5 { background: url(../images/bg1_img_05.jpg) repeat-y center top;}
.wraper.bg-1 .bg .bg6 { background: url(../images/bg1_img_06.jpg) repeat-y center top;}
.wraper.bg-1 .bg .bg7 { background: url(../images/bg1_img_07.jpg) repeat-y center top;}
.wraper.bg-1 .bg .bg8 { height: 1440px; background: url(../images/bg1_img_08.jpg) repeat-y center top;}


.wraper .content{ width:100%; min-width: 1200px; margin:0 auto; position:absolute; top: 0; left: 0;}
.wraper .layer { width: 100%; margin: 0 auto; height: 1080px; position: relative; overflow: hidden;}
.wraper #obindex{ width: 174px; height: 118px; position:absolute; top: 48px; left: 50%; margin-left: -87px; z-index: 10; text-indent:-999em; background: url(../images/logo.png) no-repeat;}
.wraper .bgimg{ width: 1920px; height: 100%; position: absolute; left: 50%; top: 0; margin-left: -960px; background: url(../images/body.jpg) no-repeat center top; z-index: 1; }
.wraper .npc-1{ width: 1920px; height: 100%; position: absolute; left: 50%; top: 0; margin-left: -960px; background: url(../images/npc-1.png) no-repeat; z-index: 3; }
.wraper .npc-2{ width: 1920px; height: 100%; position: absolute; left: 50%; top: 0; margin-left: -960px; background: url(../images/npc-2.png) no-repeat; z-index: 4; }
.wraper .cover{ width: 1920px; height: 100%; position: absolute; left: 50%; top: 0; margin-left: -960px; background: url(../images/cover.png) no-repeat; z-index: 5; }
.wraper .slogan{ width: 1920px; height: 100%; position: absolute; left: 50%; bottom: 0; margin-left: -960px; background: url(../images/slogan.png) no-repeat; z-index: 8; }
.wraper .mask{ width: 1920px; height: 100%; position: absolute; left: 50%; top: 0; margin-left: -960px; background: url(../images/mask.png) no-repeat; z-index: 6; }

#obindex{ opacity: 0; filter: blur(10px);}
.layer .bgimg,.layer .slogan,.layer .cover{ opacity: 0; transform: scale(1.8);filter: blur(10px);} 
.layer .npc-1{ transform: scale(1.5) translate(100px,0); opacity: 0; filter: blur(10px);}
.layer .npc-2{ transform: scale(1.5) translate(-100px,0); opacity: 0; filter: blur(10px);}

.load_complate #obindex,.load_complate .layer .bgimg,.load_complate .layer .npc-1,.load_complate .layer .npc-2,.load_complate .layer .slogan,.load_complate .layer .cover{ filter: blur(0); transform: scale(1) translate(0,0); opacity: 1; transition: all 1s ease;}
.load_complate .layer .bgimg { transition-delay: 0s }
.load_complate .layer .npc-1 { transition-delay: .1s }
.load_complate .layer .npc-2 { transition-delay: .2s }
.load_complate .layer .slogan { transition-delay: .1s }
.load_complate .layer .cover { transition-delay: .3s }


.wraper .nav{ width: 1050px; height: 140px; position: absolute; top: 766px; left: 50%; margin-left: -525px; z-index: 9; display: flex; justify-content: space-between;}	
.wraper .nav a{ width: 340px; height: 100%; font-size: 28px; text-align: left; display: inline-block; margin: 0 -10px;}
.wraper .nav a span{ width: 100%; height: 100%; line-height: 42px; background: url(../images/btn-nav.png) no-repeat left top; display: flex; align-items: center; color: #f9f9ff; font-weight: bold; box-sizing: border-box; text-shadow: 1px 1px 1px #1168cb,1px 1px 1px #1168cb,1px -1px 1px #1168cb,-1px -1px 1px #1168cb; transition:margin .3s ease-in-out 0s; padding:20px 0 0 130px;}
.wraper .nav a:hover span{ background-position: left bottom;  margin-top: -16px; color: #fffc18; }


.wraper .nav a{ transform: translateY(50px) scale(1.2); opacity: 0; filter: blur(10px);}
.load_complate .nav a{transform: translateY(0) scale(1);opacity: 1;transition: all 0.5s ease; filter: blur(0);}
.load_complate .nav a.n1 { transition-delay: .6s;}
.load_complate .nav a.n2 {transition-delay: .7s;}
.load_complate .nav a.n3 { transition-delay: .8s;}
.load_complate .nav a.n4 {transition-delay: .9s;}


.wraper #go_top { right:1%; position:fixed; z-index: 20; top:1200px; box-sizing: border-box; width: 240px;}
.wraper #go_top a {display: block;width: 240px;height: 57px; font-size: 28px; margin-bottom: 5px; box-sizing: border-box; padding:0 0 4px 50px; color: #fff; font-weight: bold; display: flex; justify-content: center; align-items: center; position: relative; text-shadow: 1px 1px 1px #1168cb,1px 1px 1px #1168cb,1px -1px 1px #1168cb,-1px -1px 1px #1168cb;}
.wraper #go_top a:hover,.wraper #go_top a.on{ color: #fffd50; background: url(../images/top-a.png) center top / contain no-repeat;}



