body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, select, textarea, p, blockquote, th, td {
    padding: 0;
    margin: 0; }
  
  body {
      height: 3600px;
      overflow-x: hidden;
      margin:0;
      padding:0;
      background: #000 url("../images/bg.jpg") center top no-repeat;
      -moz-background-size: cover;
      background-size: cover;
  }
  
  .wrapper {
      position: relative;
      min-width: 980px;
  
  }
  
  /*.container {
      width: 1000px;
      height: 100%;
      position: absolute;
      left: 50%;
      margin-left: -596px;
  }*/
  
  .bg-primary {
    background-color: #28055f!important;
  }
  .s1{
    position: relative;
    height: 940px;
  }
  .s2{
    position: relative;
    height: 957px;
  }
  .s3{
    position: relative;
    height: 946px;
  }
  .s4{
    position: relative;
    height: 780px;
  }
  .logo {
    -moz-background-size: cover;
    background-size: cover;
    display: block;
    position: absolute;
    left: 50%;
    top: 71px;
    margin-left: -220px;
    z-index: 999;
}
  .logo2 {
      width: 172px;
      height: 33px;
      position: absolute;
      top: 0px;
      left: 0;
  
  }
  #titlebtn {
      width: 150px;
      height: 20px;
      text-align: center;
      font-size: 15px;
      color: #fff;
      position: absolute;
      padding-top: 110px;
      margin-left: 45px;
  }
  
 .w_01{
     width: 525px;
     position: absolute;
     left: 50%;
     top: 580px;
     margin-left: -250px;
     z-index: 999;
 }
 .w_01 ul li {
    float: left;
    list-style-type:none;
 }
 .w_01 ul li a{
    display: block;
 }
 .w_02 {
    display: block;
    background-image: url(../images/btn.png);
    background-repeat: no-repeat;
    background-position: -111px -263px;
    width: 270px;
    height: 76px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 747px;
    margin-left: -122px;
    z-index: 999;
}
.w_02 a{
    display: block;
}
.w_02:hover {
    background-position: -111px -348px;
}
  .btn{
      background-image: url(../images/btn.png);
      background-repeat: no-repeat;
  }
  .btn01{
      background-position: 0 0;
      height: 125px;
      width: 125px;
      text-indent: -9999px;
  }
  .btn02{
      background-position: -127px 0;
      height: 125px;
      width: 125px;
      text-indent: -9999px;
  }
  .btn03{
      background-position: -251px 0;
      height: 125px;
      width: 125px;
      text-indent: -9999px;
      display:none;
  }
  .btn04{
      background-position: -373px 0;
      height: 125px;
      width: 125px;
      text-indent: -9999px;
  }
  .btn05{
      background-position: -740px -17px;
      height: 47px;
      width: 47px;
      text-indent: -9999px;
  }
  .btn06{
      background-position: -795px -17px;
      height: 47px;
      width: 47px;
      text-indent: -9999px;
  }
  .btn07{
      background-position: -847px -17px;
      height: 47px;
      width: 47px;
      text-indent: -9999px;
  }
  .btn01:hover{
      background-position: 0 -125px;
  }
  .btn02:hover{
      background-position: -127px -125px;
  }
  .btn03:hover{
      background-position: -251px -125px;
  }
  .btn04:hover{
      background-position: -373px -125px;
  }
  .btn05:hover{
      background-position: -740px -85px;
  }
  .btn06:hover{
      background-position: -795px -85px;
  }
  .btn07:hover{
      background-position: -847px -85px;
  }
  
#scene {
    width: 100%;
    min-width: 1000px;
    position: absolute;
    height: 600px;
    margin-top: 100px;
    left: 50%;
}

#scene li.tag1 {
    margin: 0 auto;
    margin-top: -117px;
    margin-left: -808px;
    z-index: 999;
    pointer-events: none;
}

#scene li.tag2 {
    margin: 0 auto;
    margin-top: -147px;
    margin-left: 70px;
    z-index: 999;
    pointer-events: none;
}

#scene li.tag3 {
    margin: 0 auto;
    margin-top: -80px;
    margin-left: -700px;
    z-index: 990;
    pointer-events: none;
}

#scene li.tag4 {
    margin: 0 auto;
    margin-top: 135px;
    margin-left: 268px;

    z-index: 990;
    pointer-events: none;
}
footer{width: 100%;}
.footer{
      background-image: url(../images/footer.png);
      background-repeat: no-repeat;
      width: 1000px;
      height: 80px;
      margin:0 auto;
      bottom: 0;
}
@keyframes fade {
    from {
        opacity: 1.0;
    }
    50% {
        opacity: 0.4;
    }
    to {
        opacity: 1.0;
    }
}

@-webkit-keyframes fade {
    from {
        opacity: 1.0;
    }
    50% {
        opacity: 0.4;
    }
    to {
        opacity: 1.0;
    }
}
.headerBox {
    display: block;
    background-image: url(../images/from1.png);
    background-repeat: no-repeat;
    width: 335px;
    height: 344px;
    animation: fade 600ms infinite;
    -webkit-animation: fade 600ms infinite;
    position: absolute;
    top: 508px;
    left: 50%;
    margin-left: 65px;
}
.headerBox a{
    width: 335px;
    height: 344px;
    display: block;
}
.headerBox a:hover {
    background-image: url(../images/from2.png);
    width: 335px;
    height: 344px;
}
@media screen and (max-width: 1024px) {

}


@media screen and (max-width: 766px) {
    .wrapper {
        min-width: 1000px;
        width: 100%;
        padding: 0px;
    }
    body {
        background: #000 url(../images/bg_m.jpg) -483px top no-repeat;
        height: 100%;
        
    }
    #scene {
        display: none;
    }
    #scene li.tag1{display: none!important;}
    #scene li.tag2{display: none!important;}
    .logo {
        margin-left: -215px;
    }

}

  
  
  
  