body{ background: #000;}

.logo {
    width: 15.94%;
    position: absolute;
    left: 7.74%;
    top: 8px;
    z-index: 999;
}
.logo img{
    width: 100%;
}
.icon-share{
    display: block;
    margin: 0;
    padding: 0;
}
.downLoad {
    width: 26.56%;
    height: 26px;
    line-height: 26px;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    background: #d22735;
    font-size: 12px;
    border-radius: 3px;
    float: right;
    position: absolute;
    right: 2.8%;
    top: 8px;
    font-family: "microsoft yahei";
}

.topBar {
    height: 43px;
    line-height: 34px;
    text-align: center;
    color: #333;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 15px;
    border-bottom: 1px solid #333;
    background: #000000;
    width: 100%;
    z-index: 999;
    margin: 0 auto;
    font-family: "microsoft yahei";
}
.topBarFixed{
    position: fixed;
}
.topBarTit {
    color: #ffffff;
    font-size: 12px;
    line-height: 16px;
    padding-left:25.44%;
    padding-top: 8px;
    text-align: left;
    font-family: "microsoft yahei";
}

.topBarTit span {
    color: #999;
    font-size: 10px;
    line-height: 15px;
    font-family: "microsoft yahei";
}


/*loading*/
@-webkit-keyframes loading{
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
    }
}
.load{ width:100%; height: 100%;min-height: 568px; background: #fff;text-align: center;  position: absolute; z-index: 11;}
.loadimg{ width: 17.5%;  margin-top: 100px; margin: 0 auto; margin-top: 300px;
    -webkit-animation: loading 1.0s linear infinite;
}
.loadimg img{  display: block;
    width: 100%;}
.loadtext{ font: normal 26px/50px "SimSun"; color: #333;}


.wrap{ width:100%; margin: 0 auto; min-width: 320px;}
.swiper-container{ width: 100%;height: 100%; }
.swiper-slide{ position: relative; top: 0;}
.swiper-slide img{ position: absolute;}

.bgs{width:100%;}
 /*.page1{ background: url(../images/bg1.jpg) bottom center no-repeat;}*/
/*第一屏动画 文字缩小*/

@-webkit-keyframes arr
{
    0% {bottom:2.7%}
    50%{bottom:3.1%}
    100% {bottom:2.7%}
}

@-o-keyframes arr
{
    0% {bottom:2.7%}
    50%{bottom:3.1%}
    100% {bottom:2.7%}
}
.arrow{
    left: 50%;
    margin-left: -6%;
    width: 11.47%;
    bottom:2.7%;
}

 .arrow{
    -webkit-animation: arr 1s ease infinite;
    -o-animation: arr 1s ease infinite;
}

/*2-5屏动画*/
@keyframes moveperson
{
    0% { margin-top:40%;}
    100% { margin-top: 0;}
}
@-webkit-keyframes moveperson
{
    0% { margin-top: 40%;}
    100% { margin-top: 0;}
}

@-o-keyframes moveperson
{
    0% { margin-top:40%;}
    100% { margin-top: 0;}
}

@keyframes movetext1
{
    0% { margin-top: 40%;opacity: 0;}
    100% { margin-top: 0;opacity: 1; }
}
@-webkit-keyframes movetext1
{
    0% { margin-top: 40%;opacity: 0;}
    100% { margin-top: 0;opacity: 1; }
}

@-o-keyframes movetext1
{
    0% { margin-top: 40%;opacity: 0; }
    100% { margin-top: 0;opacity: 1;}
}

.text1{width: 100%;top:7.1%}
.person1{width: 100%;top: 19.8%;}
.person2{width: 100%;top: 22.3%;}
.person3{width: 74.8%;top: 18.2%;left:25.2%}
.person4{width: 68.8%;top: 18.2%;left:31.2%}
.person5{width: 89.2%;top: 18.2%;left:10.8%}
.person6{width: 85.47%;top: 22.18%;left:14.59%}

.gpu{
    webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.initPage .person1,.swiper-slide-active .person1,.swiper-slide-active .person1,.swiper-slide-active .person2,.swiper-slide-active .person3,.swiper-slide-active .person4,.swiper-slide-active .person5,.swiper-slide-active .person6{
    -webkit-animation: moveperson .5s;
    -o-animation: moveperson .5s;
}
.swiper-slide-active .text1,.initPage .text1{
    -webkit-animation: movetext1 1.5s;
    -o-animation: movetext1 1.5s;
}
