html,
body {
    margin: 0;
    font-family: "Microsoft YaHei", SimSun;
}

a {
    text-decoration: none;
}

#wrap {
    width: 100vw;
    height: 100vh;
    overflow-y: hidden;
    overflow-x: auto;

}

.ftz-root {

    font-size: 0;
    width: 13014px;
    height: 100%;
}

.ftz-bg {
    height: 100%;
    display: inline-block;
    vertical-align: top;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
    margin-left: -1px;
}

#bg1 {
    width: 1920px;
    background-image: url("../img/bg1.jpg");
    background-size: 100% 100%;

}

#bg2 {
    width: 2212px;
    background-image: url("../img/bg2.jpg");
    background-size: 100% 100%;
}

#bg3 {
    width: 2040px;
    background-image: url("../img/bg3.jpg");
    background-size: 100% 100%;
}

#bg4 {
    width: 2289px;
    background-image: url("../img/bg4.jpg");
    background-size: 100% 100%;
}

#bg5 {
    width: 2137px;
    background-image: url("../img/bg5.jpg");
    background-size: 100% 100%;
}


#bg6 {
    width: 2402px;
    background-image: url("../img/bg6.jpg");
    background-size: 100% 100%;
}



.loading {
    display: block;
    width: 100vw;
    height: 100vh;
    background-image: url(../img/fbg1.jpg);
    position: absolute;
    background-position: center;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.loading_bg3 {
    display: none;
    width: 100vw;
    height: 100vh;
    background-image: url(../img/fbg3.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    position: absolute;
    top: 0
}

.loading_bg2 {
    display: none;
    width: 100vw;
    height: 100vh;
    background-image: url(../img/fbg2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    position: absolute;
    top: 0
}

.loading_bg4 {
    display: none;
    width: 100vw;
    height: 100vh;
    background-image: url(../img/fbg4.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    position: absolute;
    top: 0
}


#progress {
    position: absolute;
    width: 270px;
    height: 15px;
    top: 89%;
    bottom: 0;
    left: 0;
    right: 80px;
    margin: auto;
    display: flex;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 0 5px 0px #ddd inset;
}

#progress span {
    display: inline-block;
    width: 100%;
    height: 100%;
    background: #2989d8;
    /* Old browsers */
    background: -moz-linear-gradient(45deg, #2989d8 33%, #7db9e8 34%, #7db9e8 59%, #2989d8 60%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(33%, #2989d8), color-stop(34%, #7db9e8), color-stop(59%, #7db9e8), color-stop(60%, #2989d8));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(45deg, #2989d8 33%, #7db9e8 34%, #7db9e8 59%, #2989d8 60%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(45deg, #2989d8 33%, #7db9e8 34%, #7db9e8 59%, #2989d8 60%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(45deg, #2989d8 33%, #7db9e8 34%, #7db9e8 59%, #2989d8 60%);
    /* IE10+ */
    background: linear-gradient(45deg, #2989d8 33%, #7db9e8 34%, #7db9e8 59%, #2989d8 60%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#2989d8', endColorstr='#2989d8', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    background-size: 60px 30px;
    text-align: center;
    color: #fff;
    -webkit-animation: load 1.5s ease-in;
}

@keyframes load {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }

}

@-webkit-keyframes load {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}


#baige {
    width: 1515px;
    top: 10%;
    left: 8%;
    opacity: 0;
    animation: fadeInLeft 0.3s linear 1.2s forwards;
    position: absolute
}

#zt {
    /*width: 923px;*/
    top: 0px;
    right: 32%;
    opacity: 0;
    animation: fadeInLeft 0.5s linear 1.2s forwards;
    position: absolute;
    width: 40%;
}

#logo {
    width: 820px;
    left: 0px;
    right: 0px;
    opacity: 0;
    position: absolute;
    margin: auto;
    animation: zoomInScale 0.8s linear 1.2s forwards;
    bottom: 0px;
}

#tip {
    position: absolute;
    width: 198px;
    height: 33px;
    bottom: 30px;
    left: 5%;
    opacity: 0;
    animation: fadeInLeft 1s linear 1.2s forwards;

}

#point {
    height: 70px;
    width: 100pxpx;
    bottom: 10px;
    left: 1%;
    position: absolute;
    width: 70px;
    opacity: 0;
    animation: fadeInLeft 1.9s linear 2.2s forwards;
}



.septitle {
    left: 150px;
    position: absolute;
    width: 35%;
    bottom: 220px;
}

.videodiv {
    width: 753px;
    height: 517px;
    position: absolute;
    right: 350px;
    background-image: url(../img/2.png);
    background-size: 100% 80%;
    background-repeat: no-repeat;
    bottom: 60px;

}

.videodiv video {
    position: relative;
    top: 9.8%;
    left: 17.3%;

}

.videodiv .seimg1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    pointer-events: none;
    width: 750px;
}

#seplay {
    position: absolute;
    right: 45%;
    bottom: 19%;
    z-index: 999;
    width: 40px;
}

.navdiv {
    width: 1200px;
    height: 200px;
    position: absolute;
    bottom: 2%;


}

.nav {
    width: 100%;

}

.nav li {
    display: inline-block
}

.nav .n1 {
    position: absolute;
    top: 25px;
    left: 150px;
}

.nav .n2 {
    position: absolute;
    top: 25px;
    left: 950px;
}

.nav .n3 {
    position: absolute;
    top: 120px;
    left: 550px;
}

.nav .n4 {
    position: absolute;
    top: 120px;
    left: 1400px;
}



.nav img {
    display: block;
    transform: scale(1) !important;
}

.nav li:hover img {
    transform: scale(1.1) !important;
}


.list_nav {
    position: absolute;
    width: 400px;
    background-size: 100% 100%;
    background-image: url(../img/list.png);
    z-index: 9999;
    height: 100%;
}


.list_nav img {
    width: 150px;
    height: 75px;
    margin: 15px 0px;
}


.listnav {
    padding: 30px 125px;
    width: 60%;
    height: 60%;
}

.ship1 {
    position: absolute;
    right: 21%;
    top: 0%;
}

.ship2 {
    position: absolute;
    right: 21%;
    top: 20%;
}

.ship3 {
    position: absolute;
    right: 15%;
    top: 44%;
}


.nlist:hover {
    transform: scale(1.25) !important;
}

.sep.startAnimate {
    animation: fadeInUp 2.3s forwards .2s;
}


.list_nav1 {
    background-image: url(../img/list1.png);
}

.list_nav2 {
    background-image: url(../img/list2.png);
}

.list_nav3 {
    background-image: url(../img/list3.png);
}

.list_nav4 {
    background-image: url(../img/list4.png);
}



#bubble1 {
    position: absolute;
    left: 2%;
    animation: twinklingup 4.6s infinite ease-in-out 2s;
}

#bubble2 {
    position: absolute;
    right: 2%;
    animation: twinklingup 4.6s infinite ease-in-out 2s;
}



@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 10%, 0);
        -moz-transform: translate3d(0, 10%, 0);
        -ms-transform: translate3d(0, 10%, 0);
        -o-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -10%, 0);
        -moz-transform: translate3d(0, -10%, 0);
        -ms-transform: translate3d(0, -10%, 0);
        -o-transform: translate3d(0, -10%, 0);
        transform: translate3d(0, -10%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
}

@keyframes zoomInScale {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        -moz-transform: scale3d(.3, .3, .3);
        -ms-transform: scale3d(.3, .3, .3);
        -o-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@keyframes shipIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 270px, 0) scale3d(.3, .3, .3);
        -moz-transform: translate3d(0, 270px, 0) scale3d(.3, .3, .3);
        -ms-transform: translate3d(0, 270px, 0) scale3d(.3, .3, .3);
        -o-transform: translate3d(0, 270px, 0) scale3d(.3, .3, .3);
        transform: translate3d(0, 270px, 0) scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}


@keyframes waveUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
        -moz-transform: translate3d(0, 20px, 0);
        -ms-transform: translate3d(0, 20px, 0);
        -o-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-15%, 0, 0);
        -moz-transform: translate3d(-15%, 0, 0);
        -ms-transform: translate3d(-15%, 0, 0);
        -o-transform: translate3d(-15%, 0, 0);
        transform: translate3d(-15%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
}

@keyframes longFadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-35%, 0, 0);
        -moz-transform: translate3d(-35%, 0, 0);
        -ms-transform: translate3d(-35%, 0, 0);
        -o-transform: translate3d(-35%, 0, 0);
        transform: translate3d(-35%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
}


@keyframes twinklingdown {
    0% {
        opacity: 0;
        top: 0px;
    }

    100% {
        opacity: 1;
        top: 200px;
    }
}

@-webkit-keyframes twinklingdown {
    0% {
        opacity: 0;
        top: 0px;
    }

    100% {
        opacity: 1;
        top: 200px;
    }
}

@keyframes twinklingup {
    0% {
        opacity: 0.5;
        top: 555px;
    }

    100% {
        opacity: 1;
        top: -500px;
    }
}

@-webkit-keyframes twinklingup {
    0% {
        opacity: 0.5;
        top: 555px;
    }

    100% {
        opacity: 1;
        top: -500px;
    }
}