@charset "utf-8";
/* CSS Document */

.posNum {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 300px;
    height: 50px;
    margin: -500px 0 0 -150px;
    background: #000;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    z-index: 99999;
    /*display: none;*/

}

body {
    background: white;
}

.wrap {
    overflow: hidden;
}

.wrap > div {
    height: 980px;
    position: relative;
}

.objs > li {
    position: absolute;
    left: 50%;
}


:root{

    -ms-overflow-style: none;
    overflow: auto;
}

::-webkit-scrollbar{
    display:none;

}


#scene01 {
    background: url("../img/scene02/bg_new.jpg") no-repeat center top;
}

#quick {
    width: 186px;
    height: 563px;
    background: url("../img/gnb/location_01.png") no-repeat center top;
    position: absolute;
    left: 50%;
    top: 179px;
    margin-left: 752px;
    z-index: 9999;

}

.quick {
    position: fixed !important;
}

#quick > li {
    width: 80px;
    height: 77px;
    position: absolute;
    left: 61px;
}

#quick .list1 {
    background: url("../img/gnb/location_05.png") no-repeat center top;
    top: 491px;
}

#quick .list1.on {
    background: url("../img/gnb/location_05_over.png") no-repeat center top;
}

#quick .list1:hover {
    background: url("../img/gnb/location_05_over.png") no-repeat center top;
}

#quick .list2 {
    background: url("../img/gnb/location_04.png") no-repeat center top;
    top: 408px;
}

#quick .list2.on {
    background: url("../img/gnb/location_04_over.png") no-repeat center top;
}

#quick .list2:hover {
    background: url("../img/gnb/location_04_over.png") no-repeat center top;
}

#quick .list3 {
    background: url("../img/gnb/location_03.png") no-repeat center top;
    top: 325px;
}

#quick .list3.on {
    background: url("../img/gnb/location_03_over.png") no-repeat center top;
}

#quick .list3:hover {
    background: url("../img/gnb/location_03_over.png") no-repeat center top;
}

#quick .list4 {
    background: url("../img/gnb/location_02.png") no-repeat center top;
    top: 245px;
}

#quick .list4.on {
    background: url("../img/gnb/location_02_over.png") no-repeat center top;
}

#quick .list4:hover {
    background: url("../img/gnb/location_02_over.png") no-repeat center top;
}

#quick > li a {
    display: block;
    height: 100%;
}

#sc1_slides {
    width: 485px;
    height: 562px;
    position: absolute;
    left: 50%;
    top: 47px;
    margin-left: 161px;
    padding-top: 81px;
}

#sc1_slides .slidesjs-previous {
    width: 53px;
    height: 73px;
    background: url("../img/scene02/buutton_02.png") no-repeat center top;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    text-indent: -9999px;
}

#sc1_slides .slidesjs-next {
    width: 53px;
    height: 73px;
    background: url("../img/scene02/buutton_01.png") no-repeat center top;
    position: absolute;
    right: 0;
    top: 252px;
    z-index: 100;
    text-indent: -9999px;
}

#scene01 .panda > div {
    position: absolute;
    left: 50%;
}

#scene01 .panda .left {
    margin-left: -5px;
    top: 188px;
    z-index: 100;
}

#scene01 .panda .right {
    margin-left: 618px;
    top: 507px;
    z-index: 100;
}

#scene01 .cover1 {
    position: absolute;
    left: 50%;
    top: 120px;
    margin-left: -960px;
    z-index: 1000;
}

#scene01 .scroll .mouse {
    position: absolute;
    left: 50%;
    bottom: 44px;
    margin-left: -20px;
}

#scene01 .scroll .up {
    position: absolute;
    left: 50%;
    bottom: 105px;
    margin-left: -4px;
    opacity: 0;
}

#scene01 .scroll .up1 {
    animation: scroll linear infinite normal 2s;
}
#scene01 .scroll .up2 {
    animation: scroll linear infinite normal 2s 1s;
}


@keyframes scroll {
    0% {
        bottom: 88px;
        opacity: 1
    }
    50% {
        opacity: 1
    }
    100% {
        bottom: 105px;
        opacity: 0;
    }
}

#scene01 .cover2 {
    position: absolute;
    left: 50%;
    margin-left: -334px;
    top: -794px;
    z-index: 1000;
}

#scene01 .bus {
    position: absolute;
    left: 50%;
    top: 940px;
    margin-left: 880px;
    z-index: 200;
    animation: bus linear 15s infinite normal;
    transform: rotateY(0deg);
}

@keyframes bus {
    0% {
        top: 940px;
        margin-left: 880px;
    }
    50% {
        top: -100px;
        margin-left: -880px;
        transform: rotateY(0deg);
    }
    51% {
        transform: rotateY(180deg);
    }
    100% {
        top: -1174px;
        margin-left: 957px;
        transform: rotateY(180deg);
    }
}

#scene01 .click1 {
    position: absolute;
    left: 50%;
    margin-left: -592px;
    top: 370px;
    z-index: 1000;
}

#scene01 .click2 {
    position: absolute;
    left: 50%;
    margin-left: -580px;
    top: 399px;
    z-index: 1000;
}

#scene01 .click_fake1 {
    width: 470px;
    height: 350px;
    position: absolute;
    left: 50%;
    margin-left: -800px;
    top: 470px;
    z-index: 1000;
    cursor: pointer;
}

.pop {
    /*display: none;*/
}

.pop1 {
    display: none;
}

.pop_slides {
    width: 729px;
    height: 438px;
    position: absolute;
    left: 50%;
    top: 44px;
    padding: 0 37px;
}

.pop_slides .slidesjs-previous {
    width: 29px;
    height: 43px;
    background: url("../img/pop/left.png") no-repeat center top;
    position: absolute;
    left: 0;
    top: 175px;
    z-index: 100;
    text-indent: -9999px;
}

.pop_slides .slidesjs-next {
    width: 29px;
    height: 43px;
    background: url("../img/pop/right.png") no-repeat center top;
    position: absolute;
    right: 0;
    top: 175px;
    z-index: 100;
    text-indent: -9999px;
}

.pop .close {
    position: absolute;
    left: 50%;
    z-index: 3000;
    cursor: pointer;
}

#pop1_slides {
    top: 44px;
    margin-left: -790px;
    z-index: 3000;
}

.pop1 .close {
    margin-left: -39px;
    top: 49px;
}

/*  scene01 end   */

#scene02 {
    background: url("../img/scene03/bg.jpg") no-repeat center top;
    z-index: 10;
}

#scene02 .movie_btn {
    position: absolute;
    left: 50%;
    margin-left: -501px;
    top: 535px;
    cursor: pointer;
    z-index: 4500;
}

#pop2 {

}

#pop2 > div {
    position: fixed;
    display: none;
    z-index: 99999;
}

#pop2 .bg {
    width: 100%;
    height: 100%;
    /*background: rgba(0, 0, 0, 0.7);*/
    left: 50%;
    margin-left: -960px;
    top: 0;
    z-index: 99998;

}

#pop2 .left {
    left: 50%;
    margin-left: -537px;
    top: 138px;
}

#pop2 .right {
    left: 50%;
    margin-left: 408px;
    top: 138px;
}

#pop2 .main {
    left: 50%;
    margin-left: -480px;
    top: 241px;
    /*border: 4px solid #fff;*/
    z-index: 99997;
}

#pop2 .play {
    left: 50%;
    margin-left: -67px;
    top: 507px;
    cursor: pointer;
}

#pop2 .video {
    width: 1000px;
    height: 650px;
    left: 50%;
    margin-left: -480px;
    top: 230px;
    overflow: hidden;
    z-index: 99996;
}

#player {
    position: relative;
    left: -78px;
    top: -30px;
}

#pop2 .tit {
    left: 50%;
    top: 184px;
    margin-left: -170px;
    z-index: 99997;

}

#pop2 .close {
    left: 50%;
    margin-left: -20px;
    top: 112px;
    cursor: pointer;
}

#scene02 .click1 {
    position: absolute;
    left: 50%;
    margin-left: -532px;
    top: 285px;
    z-index: 3500;
}

#scene02 .click2 {
    position: absolute;
    left: 50%;
    margin-left: -521px;
    top: 316px;
    z-index: 3500;
}

#scene02 .train > li {
    z-index: 3000;
}

#scene02 .train .list1 {
    top: -1454px;
    margin-left: 960px;
}

#scene02 .train .list2 {
    top: 550px;
    margin-left: -2400px;
}

#scene02 .cover3 {
    position: absolute;
    left: 50%;
    margin-left: -960px;
    top: -413px;
    z-index: 3500;
}

@keyframes wind {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(3600deg)
    }
}

.wind {
    width: 32px;
    height: 80px;
    background: url("../img/scene03/baram_01.png") no-repeat center top;
    position: absolute;
    left: 50%;
    top: 189px;
    margin-left: -220px;
    z-index: 4000;
}

.wind .list1 {
    position: absolute;
    top: -22px;
    margin-left: -23px;
    animation: wind linear 10s infinite normal;
}

#scene02 .wind1 {
    top: 189px;
    margin-left: -220px;
}

#scene02 .wind2 {
    top: -330px;
    margin-left: 450px;
}

/*  scene02 end   */

#scene03 {
    height: 981px;
    background: url("../img/scene04/bg.jpg") no-repeat center top;
}

#scene03 .click1 {
    position: absolute;
    left: 50%;
    margin-left: 247px;
    top: 201px;
    z-index: 3500;
}

#scene03 .click2 {
    position: absolute;
    left: 50%;
    margin-left: 259px;
    top: 231px;
    z-index: 3500;
}

#scene03 .click_fake2 {
    width: 230px;
    height: 160px;
    position: absolute;
    left: 50%;
    margin-left: 160px;
    top: 285px;
    z-index: 1000;
    cursor: pointer;
}

.pop3 {
    display: none;
}

#pop3_slides {
    width: 763px;
    height: 490px;
    margin-left: -782px;
    top: 180px;
}

.pop3 .close {
    top: 185px;
    margin-left: -31px;
}

#scene04 {
    height: 979px;
    background: url("../img/scene05/bg.jpg") no-repeat center top;
}

#scene04 .click1 {
    position: absolute;
    left: 50%;
    margin-left: 123px;
    top: 63px;
    z-index: 3500;
}

#scene04 .click2 {
    position: absolute;
    left: 50%;
    margin-left: 135px;
    top: 93px;
    z-index: 3500;
}

#scene04 .click3 {
    position: absolute;
    left: 50%;
    margin-left: 444px;
    top: 165px;
    z-index: 3500;
}

#scene04 .click4 {
    position: absolute;
    left: 50%;
    margin-left: 455px;
    top: 196px;
    z-index: 3500;
}

#scene04 .click5 {
    position: absolute;
    left: 50%;
    margin-left: -241px;
    top: 191px;
    z-index: 3500;
}

#scene04 .click6 {
    position: absolute;
    left: 50%;
    margin-left: -230px;
    top: 220px;
    z-index: 3500;
}

#scene04 .click_fake3 {
    width: 50px;
    height: 60px;
    position: absolute;
    left: 50%;
    margin-left: 112px;
    top: 157px;
    z-index: 1000;
    cursor: pointer;
}

#scene04 .click_fake4 {
    width: 90px;
    height: 45px;
    position: absolute;
    left: 50%;
    margin-left: -260px;
    top: 284px;
    z-index: 1000;
    cursor: pointer;
}

#scene04 .click_fake5 {
    width: 394px;
    height: 285px;
    position: absolute;
    left: 50%;
    top: 253px;
    margin-left: 285px;
    z-index: 1000;
    cursor: pointer;
}

.pop4 {
    display: none;
}

#pop4_slides {
    top: 255px;
    margin-left: -510px;
}

.pop4 .close {
    top: 296px;
    margin-left: 245px;
}

.pop5 {
    display: none;
}

#pop5_slides {
    width: 729px;
    height: 441px;
    top: 313px;
    margin-left: -545px;
}

.pop5 .close {
    top: 355px;
    margin-left: 207px;
}

#slides4 {
    width: 435px;
    height: 258px;
    position: absolute;
    left: 50%;
    margin-left: -879px;
    top: 593px;
    padding-bottom: 140px;
    z-index: 1000;
}

#slides4 .slidesjs-next {
    width: 188px;
    height: 121px;
    background: url("../img/scene05/push1.png") no-repeat center top;
    position: absolute;
    bottom: 12px;
    left: 81px;
    z-index: 100;
    text-indent: -9999px;
    transition: all 0.3s;
}

#slides4 .slidesjs-previous {
    text-indent: -9999px;
    display: none;
}

#slides4 .slidesjs-next:active {
    bottom: -1px;
}

#scene04 .push {
    position: absolute;
    left: 50%;
    margin-left: -798px;
    top: 914px;
    z-index: 100;
}

#scene04 .jun {
    width: 394px;
    height: 572px;
    position: absolute;
    left: 50%;
    top: -49px;
    margin-left: 285px;
    overflow: hidden;
}

#scene04 .jun img {
    position: relative;
    left: 357px;
    top: -200px;
}

#scene04 .jun2 {
    width: 394px;
    height: 572px;
    position: absolute;
    left: 50%;
    top: -49px;
    margin-left: 285px;
    overflow: hidden;
}

#scene04 .jun2 img {
    position: relative;
    left: 357px;
    top: -200px;
}

#pop4 {
    display: none;
}

#pop4 > div {
    position: fixed;
    z-index: 99999;
}

#pop4 .bg {
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.7;
    left: 0;
    top: 0;
}

#pop4 .title {
    left: 50%;
    top: 108px;
    margin-left: -306px;
}

#pop4 .main {
    width: 1086px;
    height: 700px;
    left: 50%;
    margin-left: -543px;
    top: 211px;
    border: 2px solid #fff;
    overflow-y: scroll;
}

#pop4 .left {
    left: 50%;
    top: 99px;
    margin-left: -594px;
}

#pop4 .right {
    left: 50%;
    top: 99px;
    margin-left: 495px;
}

#pop4 .close {
    left: 50%;
    top: 45px;
    margin-left: -18px;
    cursor: pointer;
}

#scene04 .wind3 {
    top: 200px;
    margin-left: -800px;
}

#scene04 .wind4 {
    top: 80px;
    margin-left: -620px;
}








