#banner{
    position:absolute;
    left: 0;
    top:0;
    width: 100%;
    height:100%;
    z-index: 1000;
    overflow: hidden;
}

.bannerImg {
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    transition: all ease 1.5s;
}

#enter {
    position: fixed;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    width:13%;
    cursor: pointer;
}

.alpha100{
    opacity: 1;
}

.alpha0{
    opacity: 0;
}

#bannerbg {
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height:100%;
    background-color: #222222;
    z-index: 500;

}



#hengping{
    position: fixed;
    left: 0;
    top:0;
    width: 100%;
    height:100%;
    background-color: rgba(34, 34, 34, 0.51);
    z-index: 1500;
}

#hpContent{
    position: fixed;
    width:256px;
    height:180px;
    left: 50%;
    top:50%;
    transform: translate3d(-50%,-50%,0);
}

#hpContent img{
    position: relative;
    display: block;
    width: 128px;
    height:128px;
    left:50%;
    transform: translateX(-50%);
}

#hpContent p {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: white;
}

#guider {
    position: fixed;
    right:-400px;
    width:460px;
    top:50%;
    height:950px;
    transform: translateY(-50%);
    background: url("../images/guider_bg.png") no-repeat;
    z-index: 1400;
}

.guiderbtn {
    position: relative;
    width:400px;
    height:210px;
    cursor: pointer;
}


