 html, body {
        position: relative;
        height: 100%;
    }
    body {
        background: #000;
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
        font-size: 14px;
        color:#000;
        margin: 0;
        padding: 0;
    }
    .swiper-container {
        width: 100%;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .photo{
        width: 100%;
        height: 100%;
        background: #000;
    }
    .photo img{
        width: 100%;
        height: 100%;
    }
    .p-child{
        width: 60%;
        margin: 0 auto;
    }
    .photo-p{
        width: 100%;
        height: 100%;
        background: #000;
    }
    .p-content{
        width: 100%;
        margin: 0 auto;
    }
    .p-title img{
        width: 50%;
    }
    .p-content img{
        width: 85%;
        margin: 0 auto;
    }
    .p-title{
        width: 50%;
        margin: 0 auto;
    }
    .button-box{
        width: 50%;
        overflow: hidden;
        margin: 0 auto;
    }
    .button-box a{
        padding: 5px 10px;
        background: #FFF;
        border-radius: 4px;
        float: left;
        margin-right: 20px;
        margin-top: 20px;
        text-decoration: none;
        color: #000;
    }