* {
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    height: 100%;
    background-color: #000;
}

.wrapper {
    width: 100%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 80%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 80%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 80%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background-attachment: fixed;
    min-width: 1200px;
}

.wrapperCover {
    background-image: url(../img/repeat.png);
    background-repeat: repeat;
    width: 100%;
    z-index: 888;

}

.wrapper02 {
    width: 100%;
    background-image: url(../img/mb.jpg);
    background-position: top center;
    background-repeat: no-repeat;
}

.logo {
    background-image: url(../img/logo.png);
    width: 184px;
    height: 128px;
    position: absolute;
    top: 50px;
    left: 50px;
}

.fb {
    background-image: url(../img/fb.png);
    width: 69px;
    height: 69px;
    position: absolute;
    top: 60px;
    right: 80px;
}


.mainBox {
    background-image: url(../img/topBG.png);
    background-position: top center;
    background-repeat: no-repeat;
    width: 1200px;
    height: 1706px;
    margin: 0 auto;
    position: relative;
}

.lighting {
    position: relative;
    background-image: url(../img/topBG_2.png);
    background-position: top center;
    background-repeat: no-repeat;
    width: 1200px;
    height: 900px;
    margin: 0 auto;
}

.btn01:hover {
    background-image: url(../img/btn01_hover.png);
}

.btn01 {
    position: absolute;
    background-image: url(../img/btn01.png);
    width: 245px;
    height: 244px;
    display: block;
    top: 700px;
    left: 135px;
}

.btn02:hover {
    background-image: url(../img/btn02_hover.png);
}

.btn02 {
    position: absolute;
    background-image: url(../img/btn02.png);
    width: 260px;
    height: 300px;
    top: 680px;
    left: 365px;
}

.btn03:hover {
    background-image: url(../img/btn03_hover.png);
}

.btn03 {
    position: absolute;
    background-image: url(../img/btn03.png);
    width: 245px;
    height: 244px;
    display: block;
    top: 700px;
    left: 610px;
}

.btn04:hover {
    background-image: url(../img/btn04_hover.png);
}

.btn04 {
    position: absolute;
    background-image: url(../img/btn04.png);
    width: 245px;
    height: 244px;
    display: block;
    top: 700px;
    left: 848px;
}

.btn2_box {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.btn05,
.btn06 {
    display: inline-block;
    width: 231px;
    height: 80px;
    margin-right: 50px;
}

.btn05 {
    background-image: url(../img/btn05.png);
}

.btn06 {
    background-image: url(../img/btn06.png);
}

.btn07 {
    background-image: url(../img/btn07.png);
    display: inline-block;
    width: 231px;
    height: 80px;
    margin-left: 0;
}

.film {
    margin: 60px auto 75px auto;
    text-align: center;
}

.footer02 {
    width: 100%;
    height: 100px;
    margin: 0 auto;
    background-image: url(../img/footer.jpg);
    background-color: #000;
    background-position: center top;
    background-repeat: no-repeat;
    z-index: 999;
}