*, body, h1, h2, h3, h4, h5, h6, li, ul {
    margin: 0;
    padding: 0
}

* {
    outline: 0
}

article, aside, dialog, figure, footer, header, menu, nav, section {
    display: block
}

a {
    text-decoration: none;
    -webkit-tap-highlight-color: transparent
}

a:active, a:hover, a:link, a:visited {
    text-decoration: none
}

.main-page, body {
    -webkit-box-orient: vertical
}

html {
    height: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    width: 100%;
    height: 100%;
    overflow: hidden;
    min-height: 100%;
    background: #DBF9EE;
    font-weight: 300;
    font-size: 62.5%;
    line-height: 1.231;
    display: -webkit-box;
    -webkit-box-align: stretch;
    position: relative
}

li, ul {
    list-style: none
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0
}

@font-face {
    font-family: nexa-bold;
    src: url(../fonts/nexa-bold.woff2) format('woff2'), url(../fonts/nexa-bold.woff) format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: SourceHanSansCN-Bold;
    src: url(../fonts/SourceHanSansCN-Bold.otf) format('otf');
}

@font-face {
    font-family: SourceHanSansCN-Medium;
    src: url(../fonts/SourceHanSansCN-Medium.otf) format('otf');
}
@font-face {
    font-family: SourceHanSansCN-Regular;
    src: url(../fonts/SourceHanSansCN-Regular.eot);
    src: url(../fonts/SourceHanSansCN-Regular.eot#iefix) format('embedded-opentype'), url(../fonts/SourceHanSansCN-Regular.otf) format('truetype'), url(../fonts/SourceHanSansCN-Regular.woff) format('woff'), url(../fonts/SourceHanSansCN-Regular.svg#icomoon) format('svg');
}

.nr input, textarea {
    resize: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
    border-radius: 0;
    line-height: 120%;
    display: inline-block !important
}

.nr a {
    display: inline-block;
    text-align: center
}

#playBtn {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 25px;
    opacity: .6;
    z-index: 99999
}

.rotate {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.main {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
    overflow: hidden
}

.main-page {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #DCFAF0;
    position: absolute;
    border: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    z-index: 0;
    display: none;
    -webkit-transform-origin: center center
}

.m-img {
    width: 100%;
    height: 100%;
    position: relative
}

.current {
    display: block;
    z-index: 1
}

.slide {
    display: block;
    z-index: 2
}

.swipe {
    display: block;
    z-index: 3;
    transition-duration: 0s !important;
    -webkit-transition-duration: 0s !important
}

.u-arrow-bottom, .u-arrow-bottom img {
    position: absolute;
    width: 22px;
    height: 14px;
    left: 50%
}

.u-arrow-bottom {
    bottom: 10px;
    z-index: 150;
    margin-left: -11px
}

.u-arrow-bottom img {
    top: 50%;
    margin: -7px 0 0 -14px;
    background-position: 0 -82px;
    -webkit-animation: start 1.5s infinite ease-in-out;
    -moz-animation: start 1.5s infinite ease-in-out;
    animation: start 1.5s infinite ease-in-out
}

.pre-wrap {
    width: 22px;
    height: 14px;
    position: relative;
    -webkit-animation: start 1.5s infinite ease-in-out;
    -moz-animation: start 1.5s infinite ease-in-out;
    animation: start 1.5s infinite ease-in-out
}

.pre-box1, .pre-box2 {
    border-radius: 2px;
    height: 15px;
    width: 11px;
    position: absolute;
    top: -5px;
    overflow: hidden
}

.pre-box2 {
    left: 10px
}

.pre1, .pre2 {
    width: 14px;
    height: 3px;
    position: absolute;
    box-shadow: 1px -1px 3px #aaa;
    top: 6px;
    background: #fff
}

.pre1 {
    transform: rotate(130deg);
    -webkit-transform: rotate(130deg);
    left: 1px
}

.pre2 {
    left: -4.5px;
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg)
}

@-webkit-keyframes start {
    0%, 30% {
        opacity: 0;
        -webkit-transform: translate(0, 10px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate(0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate(0, -8px)
    }
}

@-moz-keyframes start {
    0%, 30% {
        opacity: 0;
        -moz-transform: translate(0, 10px)
    }
    60% {
        opacity: 1;
        -moz-transform: translate(0, 0)
    }
    100% {
        opacity: 0;
        -moz-transform: translate(0, -8px)
    }
}

@keyframes start {
    0%, 30% {
        opacity: 0;
        transform: translate(0, 10px)
    }
    60% {
        opacity: 1;
        transform: translate(0, 0)
    }
    100% {
        opacity: 0;
        transform: translate(0, -8px)
    }
}

.logo {
    width: 38.6%;
    margin-top: 20px;
    margin-left: 25px;
    margin-bottom: 16%
}

.page1 p {
    color: #013C78;
    font-family: nexa-bold;
    font-size: 42px;
    text-align: center;
    line-height: 1
}

.rainbow {
    width: 80%;
    margin-top: 42px;
    margin-left: 10%
}

.mountain {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0
}

.page2 .title {
    color: #0096b4;
    font-family: SourceHanSansCN-Regular;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.1;
    padding: 8% 25px 20px
}

.page2 .content {
    color: #004f76;
    font-family: SourceHanSansCN-Regular;
    font-size: 12px;
    padding: 0 25px;
    text-align: justify
}

.page2 .content p {
    margin-bottom: 12px
}

.page2 .left {
    width: 100%;
    position: absolute;
    bottom: 0%
}

.page2 .right {
    position: absolute;
    right: 0;
    width: 15%;
    bottom: 40%
}

.page2 .photo {
    position: absolute;
    width: 52%;
    left: 33%;
    bottom: 6.5%
}

@media (max-height: 520px) {
    .page2 .left {
        width: 30%;
        bottom: 2%
    }

    .page2 .right {
        width: 13%;
        bottom: 40%
    }

    .page2 .photo {
        width: 46%;
        left: 37%
    }
}

.page2 .sign {
    position: absolute;
    width: 22%;
    right: 18%;
    bottom: 2%
}

.page3 {
    font-family: SourceHanSansCN-Regular;
    font-weight: 600;
    color: #004f76;
    font-size: 20px;
    background-image: url(../img/page3bg.png);
    background-size: cover;
    background-position: center
}

.page3 p {
    padding-left: 20px
}

.page3 p:first-of-type {
    margin-top: 50px;
}

.page3 span {
    color: #0096b4;
    font-size: 28px;
}

.ball {
    width: 80%;
    position: absolute;
    left: 10%;
    top: 108px
}

.region1 {
    width: 15%;
    position: absolute;
    top: 250px;
    left: 21%
}

.region2 {
    width: 10%;
    position: absolute;
    top: 201.6px;
    left: 72.5%
}

.region3 {
    width: 20%;
    position: absolute;
    top: 201.1px;
    left: 33%
}

.region4 {
    width: 11%;
    position: absolute;
    top: 278.3px;
    left: 72.5%
}

.region5 {
    width: 18%;
    position: absolute;
    top: 321.5px;
    left: 25%
}

.region6 {
    width: 11%;
    position: absolute;
    top: 125px;
    left: 29.3%
}

.region7 {
    width: 10%;
    position: absolute;
    top: 134.1px;
    left: 52%
}

.region8 {
    width: 12%;
    position: absolute;
    top: 284px;
    left: 50%
}

.region9 {
    width: 15.5%;
    position: absolute;
    top: 196.5px;
    left: 17%
}

.page4 {
    color: #004f76
}

.page4 p {
    font-family: SourceHanSansCN-Regular;
    margin-right: 4px;
    margin-left: 4px;
    padding-top: 4px;
}

.timeline {
    width: 20px;
    position: absolute;
    left: 150px;
    z-index: 1;
    top: 2%
}

.map {
    position: absolute;
    bottom: 2%;
    width: 300px;
    left: 10px;
    z-index: 2
}

.time1 > img, .time2 > img, .time3 > img, .time4 > img, .time6 > img, .time7 > img, .time8 > img {
    width: 115px;
    margin-bottom: -6px
}

.lipot {
    width: 5px;
    vertical-align: middle
}

.time1 {
    position: absolute;
    top: 66px;
    left: 28px;
    width: 115px;
    z-index: 2;
}

.time1 .animated1 {
    animation-delay: 1s
}

.time2 {
    position: absolute;
    top: 116px;
    right: 28px;
    width: 115px;
    z-index: 2;
}

.time2 .animated1 {
    animation-delay: 2.1s
}

.time3 {
    position: absolute;
    top: 160px;
    left: 28px;
    width: 115px;
    z-index: 2;
}

.time3 .animated1 {
    animation-delay: 3.1s
}

.time4 {
    position: absolute;
    top: 166px;
    left: 28px;
    width: 115px;
    z-index: 2;
}

.time4 .animated1 {
    animation-delay: 4.1s
}

.time5.animated1 {
    animation-delay: 5.1s
}

.time6 {
    position: absolute;
    top: 222px;
    left: 28px;
    width: 115px;
    z-index: 2;
}

.time6 .animated1 {
    animation-delay: 6.1s
}

.time7 {
    position: absolute;
    top: 216px;
    right: 28px;
    width: 115px;
    z-index: 2;
}

.time7 .animated1 {
    animation-delay: 7.1s
}

.time8 {
    position: absolute;
    top: 290px;
    left: 28px;
    width: 115px;
    z-index: 2;
}

.time8 .animated1 {
    animation-delay: 8.1s
}

.timepot1 {
    width: 20px;
    position: absolute;
    left: 150px;
    top: 66px;
    animation-delay: 1s
}

.timepot2 {
    width: 20px;
    position: absolute;
    left: 150px;
    top: 116px;
    animation-delay: 2.1s
}

.timepot3 {
    width: 20px;
    position: absolute;
    left: 150px;
    top: 160px;
    animation-delay: 3.1s
}

.timepot4 {
    width: 20px;
    position: absolute;
    left: 150px;
    top: 166px;
    animation-delay: 4.1s
}

.timepot6 {
    width: 20px;
    position: absolute;
    left: 150px;
    top: 222px;
    animation-delay: 6.1s
}

.timepot7 {
    width: 20px;
    position: absolute;
    left: 150px;
    top: 216px;
    animation-delay: 7.1s
}

.timepot8 {
    width: 20px;
    position: absolute;
    left: 150px;
    top: 290px;
    animation-delay: 8.1s
}

.city1 {
    z-index: 11;
    width: auto;
    height: 250px;
    position: absolute;
    bottom: 40px;
    left: 30px;
    animation-duration: 2s;
    animation-fill-mode: both;
    animation-delay: 1s
}

.city2 {
    z-index: 11;
    width: auto;
    height: 250px;
    position: absolute;
    bottom: 40px;
    left: 30px;
    animation-duration: 2s;
    animation-fill-mode: both;
    animation-delay: 2.1s
}

.city3 {
    z-index: 11;
    width: 154px;
    position: absolute;
    bottom: 33px;
    left: 95px;
    animation-duration: 2s;
    animation-fill-mode: both;
    animation-delay: 3.1s
}

.city4 {
    z-index: 11;
    width: 234px;
    position: absolute;
    bottom: 40px;
    left: 30px;
    animation-duration: 2s;
    animation-fill-mode: both;
    animation-delay: 4.1s
}

.city5 {
    z-index: 11;
    width: auto;
    height: 250px;
    position: absolute;
    bottom: 40px;
    left: 30px;
    animation-duration: 2s;
    animation-fill-mode: both;
    animation-delay: 5.1s
}

.city6 {
    z-index: 11;
    width: 234px;
    position: absolute;
    bottom: 40px;
    left: 50px;
    animation-duration: 2s;
    animation-fill-mode: both;
    animation-delay: 6.1s
}

.city7 {
    z-index: 11;
    width: auto;
    height: 250px;
    position: absolute;
    bottom: 40px;
    left: 30px;
    animation-duration: 2s;
    animation-fill-mode: both;
    animation-delay: 7.1s
}

.city8 {
    z-index: 11;
    width: 234px;
    position: absolute;
    bottom: 40px;
    left: 30px;
    animation-duration: 2s;
    animation-fill-mode: both;
    animation-delay: 8.1s
}

.location1 {
    width: 35px;
    position: absolute;
    right: 38px;
    bottom: 122px;
    animation-delay: 1s
}

.location2 {
    width: 35px;
    position: absolute;
    right: 48px;
    bottom: 178px;
    animation-delay: 2.1s
}

.location3 {
    width: 25px;
    position: absolute;
    right: 84px;
    bottom: 58px;
    animation-delay: 3.1s
}

.location4 {
    width: 35px;
    position: absolute;
    right: 64px;
    bottom: 70px;
    animation-delay: 4.1s
}

.location5 {
    width: 35px;
    position: absolute;
    right: 65px;
    bottom: 135px;
    animation-delay: 5.1s
}

.location6 {
    width: 25px;
    position: absolute;
    right: 80px;
    bottom: 180px;
    animation-delay: 6.1s
}

.location7 {
    width: 35px;
    position: absolute;
    right: 38px;
    bottom: 122px;
    animation-delay: 7.1s
}

.location8 {
    width: 35px;
    position: absolute;
    right: 63px;
    bottom: 200px;
    animation-delay: 8.1s
}

.spaceInRight2 {
    -webkit-animation-name: spaceInRight2;
    animation-name: spaceInRight2
}

.spaceInLeft2 {
    -webkit-animation-name: spaceInLeft2;
    animation-name: spaceInLeft2
}

@keyframes spaceInRight2 {
    0% {
        opacity: 0;
        transform-origin: 100% 50%;
        transform: scale(.2) translate(300px, 0)
    }
    70% {
        opacity: 1;
        transform-origin: 100% 50%;
        transform: scale(1) translate(0, 0)
    }
    100% {
        opacity: 0
    }
}

@keyframes spaceInLeft2 {
    0% {
        opacity: 0;
        transform-origin: 0 50%;
        transform: scale(.2) translate(-300px, 0)
    }
    70% {
        opacity: 1;
        transform-origin: 0 50%;
        transform: scale(1) translate(0, 0)
    }
    100% {
        opacity: 0
    }
}

.page5 {
    background-image: url(../img/page5bg.png);
    background-size: cover;
    background-position: center
}

.page5 .m-img > div {
    width: 100%
}

.page5img1, .page5img3 {
    float: left;
    width: 50%;
    margin-top: 10px;
    padding-left: 20px
}

.page5title1, .page5title3 {
    float: right;
    width: 40%;
    color: #0096b4;
    margin-top: 10px;
    text-align: center
}

.page5title1 > h1, .page5title3 > h1 {
    background: url(../img/titleright.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    font-family: SourceHanSansCN-Bold;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    width: 110px;
    padding: 4px 0 12px 13px;
    margin-bottom: -4px
}

.page5title1 > span, .page5title2 > span, .page5title3 > span {
    display: inline-block;
    font-family: nexa-bold;
    font-weight: 400
}

.page5content1, .page5content3 {
    float: right;
    color: #32bebe;
    line-height: 1.4;
    padding-right: 3px;
    font-size: 12px;
    text-align: left
}

.page5content3 {
    padding-right: 10px
}

.page5title2 {
    float: left;
    margin-top: 25px;
    margin-left: 20px;
    color: #fff
}

.page5title2 > h1 {
    color: #0096b4;
    background: url(../img/titleleft.png) no-repeat;
    background-size: contain;
    display: block;
    font-family: SourceHanSansCN-Bold;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    width: 110px;
    padding: 4px 13px 12px 0;
    margin-bottom: -4px
}

.page5content2 {
    color: #fff;
    line-height: 1.4;
    font-size: 12px
}

.page5img2 {
    width: 212px;
    position: absolute;
    right: 10px;
    top: 75px
}

.page5img3 {
    margin-top: 70px
}

.page5title3 {
    margin-top: 30px
}

.page5 .m-img > div:nth-of-type(2) {
    position: absolute;
    top: 37%
}

.page5 .m-img > div:last-of-type {
    position: absolute;
    top: 65.5%
}

.page6 p {
    color: #0096b4;
    font-family: SourceHanSansCN-Regular;
    font-size: 20px;
    padding: 11% 0 5% 25px
}

.page6 .sixsteps {
    width: 70%;
    padding-left: 25px;
    display: block
}

.page6 .step1 {
    height: 125px;
    position: absolute;
    left: 10px;
    bottom: 92px;
    z-index: 2
}

.page6 .step2 {
    height: 125px;
    position: absolute;
    left: 50px;
    bottom: 180px;
    z-index: 2
}

.page6 .step3 {
    height: 125px;
    position: absolute;
    left: 110px;
    bottom: 132px;
    z-index: 2
}

.page6 .step4 {
    height: 125px;
    position: absolute;
    left: 142px;
    bottom: 220px;
    z-index: 2
}

.page6 .step5 {
    height: 125px;
    position: absolute;
    left: 210px;
    bottom: 170px;
    z-index: 2
}

.page6 .step6 {
    height: 125px;
    position: absolute;
    left: 254px;
    bottom: 260px;
    z-index: 2
}

.dashed1 {
    width: 60px;
    position: absolute;
    left: 23px;
    bottom: 180px;
    z-index: 1
}

.dashed2 {
    width: 66px;
    position: absolute;
    left: 80px;
    bottom: 220px;
    z-index: 1
}

.dashed3 {
    width: 60px;
    position: absolute;
    left: 120px;
    bottom: 220px;
    z-index: 1
}

.dashed4 {
    width: 66px;
    position: absolute;
    left: 180px;
    bottom: 256px;
    z-index: 1
}

.dashed5 {
    width: 60px;
    position: absolute;
    left: 230px;
    bottom: 270px;
    z-index: 1
}

.page7 {
    text-align: center;
    background-image: url(../img/page7bg.png);
    background-size: cover;
    background-position: center;
    font-family: nexa-bold
}

.page7 header {
    margin: 17px 0 5px
}

.page7title1 > h1, .page7title2 > h1, .page7title3 > h1 {
    font-family: SourceHanSansCN-Bold;
    margin-bottom: -4px;
    color: #0096b4;
    background: url(../img/page8title.png) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    font-weight: 600;
    font-size: 15px;
    width: 80px;
    padding: 6px 16px 10px
}

.page7 header span {
    display: block;
    color: #fff;
    font-weight: 400;
    font-size: 10px
}

.page7 .page7title2 > span {
    color: #0096b4
}

.page7imgs1 {
    margin: 0 25px
}

.page7imgs1 img {
    width: 70px;
    vertical-align: top;
    margin-bottom: 3px
}

.page7imgs2 img, .page7imgs3 img {
    width: 109px;
    vertical-align: top;
    margin-bottom: 3px
}

.page7 .m-img > div:nth-of-type(2) {
    position: absolute;
    top: 27%
}

.page7 .m-img > div:last-of-type {
    position: absolute;
    top: 65%
}

.more1 {
    color: #fff;
    position: absolute;
    top: 28%;
    right: 16%
}

.more2 {
    color: #0096b4;
    position: absolute;
    top: 66%;
    right: 16%
}

.more3 {
    color: #fff;
    position: absolute;
    bottom: 4%;
    right: 16%
}

.page8 {
    font-family: SourceHanSansCN-Regular;
    background: url(../img/page8bg_new2025.png);
    background-size: 100% 100%;
    text-align: center
}

.page8 header {
    color: #0096b4;
    background: url(../img/page8title.png) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    font-weight: 600;
    font-size: 15px;
    width: 208px;
    font-family: SourceHanSansCN-Bold;
    padding: 8px 18px 12px;
    margin: 10px 0
}

.page8 header:first-of-type {
    margin-top: 25px
}

.page8line {
    width: 72%;
    margin-top: 20px
}

.page8img2 {
    width: 80%;
    position: absolute;
    bottom: 20.5%;
    left: 10%
}

.page8img3 {
    width: 80%;
    position: absolute;
    bottom: 10%;
    left: 10%
}

.email {
    color: #fff;
    position: absolute;
    bottom: 6%;
    right: 10%
}

.zuoyou {
    animation: zuoyou 1.2s infinite linear .2s
}

.youzuo {
    animation: youzuo 1.2s infinite linear .2s
}

@-webkit-keyframes zuoyou {
    0% {
        -webkit-transform: translateX(-2px);
        opacity: .8
    }
    50% {
        -webkit-transform: translateX(3px);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(-2px);
        opacity: .8
    }
}

@-webkit-keyframes youzuo {
    0% {
        -webkit-transform: translateX(2px);
        opacity: .8
    }
    50% {
        -webkit-transform: translateX(-4px);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(2px);
        opacity: .8
    }
}

@keyframes zuoyou {
    0% {
        transform: translateX(-2px);
        opacity: .8
    }
    50% {
        transform: translateX(3px);
        opacity: 1
    }
    100% {
        transform: translateX(-2px);
        opacity: .8
    }
}

@keyframes youzuo {
    0% {
        transform: translateX(2px);
        opacity: .8
    }
    50% {
        transform: translateX(-4px);
        opacity: 1
    }
    100% {
        transform: translateX(2px);
        opacity: .8
    }
}

.announce {
    width: 100%;
    position: absolute;
    bottom: 16%;
    left: 0
}

.page9 p {
    text-align: center;
    color: #013C78;
    font-family: SourceHanSansCN-Regular;
    font-size: 10px
}

.code {
    position: absolute;
    right: 28px;
    top: 38%;
    text-align: center;
    z-index: 11
}

.code img {
    width: 108px
}

.mailbox {
    width: 82px;
    position: absolute;
    bottom: 98px;
    left: 46px
}

.plane {
    width: 40px;
    position: absolute;
    bottom: 295px;
    left: 58px
}

@media (max-height: 600px) {
    .page5img1 {
        width: 47%
    }

    .page5title2 {
        margin-top: 20px
    }

    .page5img2 {
        top: 70px
    }

    .page8 header:first-of-type {
        margin-top: 15px
    }

    .page8 header {
        margin-bottom: 2px
    }

    .page8line {
        margin: 0 0 -3px
    }

    .announce {
        bottom: 14%
    }

    .page8img2 {
        bottom: 20.5%
    }

    .page8img3 {
        bottom: 10%
    }

    .email {
        bottom: 6%
    }

    .mailbox {
        bottom: 48px
    }

    .plane {
        bottom: 245px
    }
}
