a{
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
body{
height:100%;
overflow:auto;
}
html{
height:100%;
overflow:hidden;
}
.clear{
  clear:both;
}
#content {
    /*height: 1200px;*/
    height:100%;
margin-bottom: 0;
position: absolute;
}
.matter{
  height:100%;
  overflow:hidden;

}
.item1 img{
  width: 100%；
  height: 100%;
}
.wrapper{
    position: absolute;
    overflow: hidden;


}
/*.item {
    position: relative;
}*/



/*.item1{
    background: url(../images/page1.jpg) center no-repeat;
    background-size: 100% 100%;
}
.item1.pageActive{
    background: url(../images/page2.jpg) center no-repeat;
    background-size: 100% 100%;
}*/

/*.item1 img, .item2 img, .item3 img, .item4 img{

  position: absolute;
  width:100%;
  top:0;
  left:0
}*/

.active{
  position:absolute;
  left: 0;
  top: 0;
  z-index: 999;
}
.button{
  position:absolute;
  right: 0;
  top: 0px;
  z-index: 999;
}

matter a{
  display: block;
  overflow:auto;
}
.float{
    float:left
}

.item2{
    position: relative;
    overflow: hidden;
    background: url(../images/Bg.jpg);
  background-size: 100% 100%;
}
.mar-1{
  margin-top:-1px
}
