/*音乐*/
.music_blk{z-index:999;position:fixed;bottom:20px;right:20px;display: none}
.music{display:block;width:30px;height:30px;background:url('../images/music_on.png?1') no-repeat;background-size:100% 100%;}
.music_on{
            -webkit-animation:rotate 1.2s linear infinite;
            animation:rotate 1.2s linear infinite;
}
@keyframes rotate{
    0%{
         -webkit-transform:rotateZ(0deg);
        transform:rotateZ(0deg);
      }
    100%{
        -webkit-transform:rotateZ(360deg);
        transform:rotateZ(360deg);
      }
}
@-webkit-keyframes rotate{
    0%{
         -webkit-transform:rotateZ(0deg);
        transform:rotateZ(0deg);
      }
    100%{
        -webkit-transform:rotateZ(360deg);
        transform:rotateZ(360deg);
    }
}
*{
    margin: 0;
    padding: 0;
}
html,body{
    position: absolute;
    width: 100%;
    height: 100%;
}
.loadWrap{
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/p1.jpg?3);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.loading{
    position: absolute;
    width: 16%;
    height: 13%;
    left: 40%;
    top: 63%;
    background-image: url(../images/p1.3.png?1);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.l_1{
    position: absolute;
    width: 12%;
    height: 14%;
    left: 42%;
    top: 62.5%;
    background-image: url(../images/p1.3.1.png?1);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    animation: bk_img 2s linear infinite both;
    -webkit-animation: bk_img 2s linear infinite both;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
}
@keyframes bk_img{
    0%{
         background-image: url(../images/p1.3.1.png?1);
    }
    24%{
         background-image: url(../images/p1.3.1.png?1);
    }
    25%{
         background-image: url(../images/p1.3.2.png?1);
    }
    49%{
         background-image: url(../images/p1.3.2.png?1);
    }
    50%{
         background-image: url(../images/p1.3.3.png?1);
    }
    74%{
         background-image: url(../images/p1.3.3.png?1);
    }
    75%{
         background-image: url(../images/p1.3.4.png?1);
    }
    99%{
        background-image: url(../images/p1.3.4.png?1);
    }
    100%{
        background-image: url(../images/p1.3.1.png?1);
    }
}
@-webkit-keyframes bk_img{
    0%{
         background-image: url(../images/p1.3.1.png?1);
    }
    24%{
         background-image: url(../images/p1.3.1.png?1);
    }
    25%{
         background-image: url(../images/p1.3.2.png?1);
    }
    49%{
         background-image: url(../images/p1.3.2.png?1);
    }
    50%{
         background-image: url(../images/p1.3.3.png?1);
    }
    74%{
         background-image: url(../images/p1.3.3.png?1);
    }
    75%{
         background-image: url(../images/p1.3.4.png?1);
    }
    99%{
        background-image: url(../images/p1.3.4.png?1);
    }
    100%{
        background-image: url(../images/p1.3.1.png?1);
    }
}
.swiper-container{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
}
.swiper-wrapper{
    width: 100%;
    height: 100%;
}
.page0{
    position: relative;
    width: 100%;
    height: 100%;
    background-image: url(../images/p1.jpg?3);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.p0_1{
    position: absolute;
    width: 12%;
    height: 4%;
    left: 44%;
    top: 85%;
    background-image: url(../images/p2.7.png?2);
    background-size: 100% 100%;
    background-repeat: no-repeat; 
    opacity: 0;
    animation: fadeInUp 1s 1s linear infinite;
    -webkit-animation: fadeInUp 1s  1s linear infinite; 
}
.page1{
    position: relative;
    width: 100%;
    height: 100%;
    background-image: url(../images/p2.jpg?1);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    contain: style;
}
.p1_1{
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/p2.1.png?1);
    background-size: 100% 100%;
    background-repeat: no-repeat;   
}
.p1_2{
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/p2.2.png?1);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    opacity: 0;
}
.ani .p1_2{
     animation: fadeInUp 1s linear both;
     -webkit-animation: fadeInUp 1s linear both;
}
.p1_3{
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/p2.3.png?1);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    opacity: 0;  
}
.ani .p1_3{
    animation: fadeIn 2s 2s linear both;
    -webkit-animation: fadeIn 2s 2s linear both;
}
.p1_4{
    position: absolute;
    width: 8%;
    height: 5%;
    left: 64%;
    top: 63%;
    background-image: url(../images/p2.4.png?1);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    opacity: 0;  
}
.ani .p1_4{
     animation: cir_ani 1s 4s linear infinite alternate;
    -webkit-animation: cir_ani 1s 4s linear infinite alternate;
}
@keyframes cir_ani{
    0%{
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1);
    }
    100%{
       opacity: 1;
       transform: scale(1.2); 
       -webkit-transform: scale(1.2);
    }
}
@-webkit-keyframes cir_ani{
    0%{
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1);
    }
    100%{
       opacity: 1;
       transform: scale(1.2); 
       -webkit-transform: scale(1.2);
    }
}
.p1_5{
    position: absolute;
    width: 22%;
    height: 2.5%;
    left: 72%;
    top: 66%;
    background-image: url(../images/p2.5.png?1);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    opacity: 0;   
}
.ani .p1_5{
    animation: fadeIn 1s 3.5s linear both;
    -webkit-animation: fadeIn 1s 3.5s linear both;
}
.p1_6{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/p2.6.png?1);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.p1_arrow{
    position: absolute;
    width: 12%;
    height: 4%;
    left: 44%;
    top: 85%;
    background-image: url(../images/p2.7.png?2);
    background-size: 100% 100%;
    background-repeat: no-repeat; 
    opacity: 0; 
}
.ani .p1_arrow{
    animation: fadeInUp 1s 5s linear infinite;
    -webkit-animation: fadeInUp 1s  5s linear infinite;
}
.p1_click{
    position: absolute;
    width: 38%;
    height: 5%;
    left: 31%;
    top: 61%;
}
.page2{
    position: relative;
    width: 100%;
    height: 100%;
    background-image: url(../images/p3.jpg?2);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    contain:style;
}
.p2_1{
    position: absolute;
    width: 8%;
    height: 5%;
    left: 63%;
    top: 84%;
    background-image: url(../images/p2.4.png?1);
    background-size: 100% 100%;
    background-repeat: no-repeat;
     animation: cir_ani 1s linear infinite alternate;
    -webkit-animation: cir_ani 1s linear infinite alternate;
}
#ipt{
    position: absolute;
    width: 66%;
    height: 8%;
    left: 20%;
    top: 65.5%;
    border: none;
    outline: none;
    background-color: transparent;
    font-size: 20px;
}
input::-webkit-input-placeholder{
    color: #dae0e0;
    font-size:20px;
}
.p2_click{
    position: absolute;
    width: 34%;
    height: 5%;
    left: 33%;
    top: 81.9%;
}
.p2_2{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/p3.2.png?1);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.p2_word{
    position: absolute;
    color: #00008b;
    left:62%;
    top: 34%;
    transform: translate3d(-50%,0,0);
    -webkit-transform: translate3d(-50%,0,0);
}
.p2_3{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/p3.3.png?1);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.p2_4{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/p3.4.png?1);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.page3{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/p4.jpg?1);
    background-size: 100% 100%;
    background-repeat: no-repeat; 
    overflow: hidden;
}
.p3_1{
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/p4.8.png?1);
    background-size: 100% 100%;
    background-repeat: no-repeat; 
}
.p3_2{
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/p4.1.png?1);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    opacity: 0;
    animation: fadeIn 1s 1s linear both,flash 3s 2s linear infinite alternate;
    -webkit-animation: fadeIn 1s 1s linear both,flash 3s 2s linear infinite alternate;
}
.p3_3{
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/p4.2.png?2);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    opacity: 0;
    animation: fadeIn 1s 2s linear both;
    -webkit-animation: fadeIn 1s 2s linear both;
}
.show_img{
    position: absolute;
    left: 49%;
    top: 44%;
    transform: translate3d(-51%,-56%,0);  
    -webkit-transform: translate3d(-51%,-56%,0);
}

.in_img{
    position: absolute;
    width: 726px;
    left: 0%;
    top: 0%;
/*
    left: 48%;
    top: 46%;
    transform: translate3d(-52%,-54%,0);
*/
    opacity: 0;
}
.p3_click1{
    position: absolute;
    width: 28%;
    height: 6%;
    left: 36%;
    top: 82%;
}
.p3_click2{
    position: absolute;
    width: 28%;
    height: 6%;
    left: 65%;
    top: 82%;
}
.p3_click3{
    position: absolute;
    width: 28%;
    height: 6%;
    left: 7%;
    top: 82%;
}
.p3_all{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
}
.p3_a1{
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/p4.3.png?1);
    background-size: 100% 100%;
    background-repeat: no-repeat; 
}
.p3_a2{
    position: absolute;
    width: 8%;
    height: 5%;
    left: 91%;
    top: 51%;
    background-image: url(../images/p2.4.png?1);
    background-size: 100% 100%;
    background-repeat: no-repeat;
     animation: cir_ani 1s linear infinite alternate;
    -webkit-animation: cir_ani 1s linear infinite alternate;
}
.p3_aleft{
    position: absolute;
    width: 8%;
    height: 8%;
    left: 5%;
    top: 45%;
    background-image: url(../images/p4.7.1.png?1);
    background-size: 100% 100%;
    background-repeat: no-repeat; 
}
.p3_aright{
    position: absolute;
    width: 8%;
    height: 8%;
    right: 5%;
    top: 45%;
    background-image: url(../images/p4.7.png?1);
    background-size: 100% 100%;
    background-repeat: no-repeat; 
}
.p3_aclick{
    position: absolute;
    width: 12%;
    height: 8%;
    left: 44%;
    top: 89%;
}
.p3_4{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/p4.6.png?2);
    background-size: 100% 100%;
    background-repeat: no-repeat; 
}
