html, body {
    position: relative;
    height: 100%;
}
body {
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color:#000;
    margin: 0;
    padding: 0;
}
.swiper-container {
    width: 100%;
    height: 100%;
    min-height: 100%;
    position: absolute;
}
.swiper-slide {
    background-position: center;
    background-size: cover;
    position: relative;
    width: 100%;
    height:100%;
    min-height: 100%;
    overflow:hidden;
}

.response-img{
    width: 100%;
    height: auto;
}

.bg{
    position: absolute;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: 500;
    background-image:url(../image/bg.png)
}

.button{
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 12%;
    width: 65%;
    height: auto;
    z-index: 120;
}
.title{
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 5%;
    width: 20%;
    height: auto;
    z-index: 100;
}

.footer{
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 3%;
    width: 22%;
    height: auto;
    z-index: 100;
}

.dongguan-footer{
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 3%;
    width: 50%;
    height: auto;
    z-index: 100;
}

.text{
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 8%;
    width: 75%;
    height: auto;
    z-index: 100;
} 
.center{
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 23%;
    width: 75%;
    height: auto;
    z-index: 100;
} 

#s1 .text{
    width: 60%;
}

#s2 .text2{
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 46%;
    width: 70%;
    height: auto;
    z-index: 100;
} 

#s0.ani .text{
    -webkit-animation: bounceInRight 1s 0.5s both;
}

#s0.ani .center{
    -webkit-animation: bounceInLeft 1s 0.5s both;
}

#s1.ani .text{
    -webkit-animation: bounceInRight 1s 0.5s both;
}

#s1.ani .center{
    -webkit-animation: bounceInLeft 1s 0.5s both;
}

#s2.ani .text{
    -webkit-animation: bounceInRight 1s 0.5s both;
}

#s2.ani .center{
    -webkit-animation: bounceInLeft 1s 0.5s both;
}

.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
}