*{
    margin: 0;
    padding: 0;
}

ul,li{list-style:none;}
i{font-style: normal;}

body{
    font-family:"Microsoft YaHei",Helvetica,Georgia,Arial,sans-serif;
}

#wrap{
    width: 100%;
    height: 3000px;
    background: url("https://static.1000yy.com/1000y/pic/2017/0125jjnf/bg_wrap.jpg") no-repeat top center;
    overflow: hidden;
}

#center{
    width: 990px;
    height: 3000px;
    margin: 0 auto;
    background: url("https://static.1000yy.com/1000y/pic/2017/0125jjnf/bg_main.jpg") no-repeat top center;
    position: relative;
}

.logo{
    display: block;
    width: 109px;
    height: 207px;
    background: url("https://static.1000yy.com/1000y/pic/2017/0125jjnf/logo.png") no-repeat top center;
    position: absolute;
    top: 155px;
    left:50%;
    margin-left: -50px;
}

.btn_con{
    display: block;
    width: 238px;
    height: 268px;
    float: left;
    margin-top: 550px;
}
.btn_con1{
    background: url("https://static.1000yy.com/1000y/pic/2017/0125jjnf/btn_con1.png") no-repeat top center;
    margin-left: 50px;
}
.btn_con2{
    margin-left: 30px;
    background: url("https://static.1000yy.com/1000y/pic/2017/0125jjnf/btn_con2.png") no-repeat top center;
}

#r_nav{
    width: 64px;
    height: 352px;
    background: url("https://static.1000yy.com/1000y/pic/2017/0125jjnf/nav.png") no-repeat top center;
    position: absolute;
    top:1060px;
    right: 22px;
    z-index: 99999;
}

#r_nav a{
    display: block;
    width: 45px;
    height: 45px;
    float: left;
    opacity: 0.5;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);		/* IE 9 */
    -webkit-transform: rotate(45deg);	/* Safari and Chrome */
    -o-transform: rotate(45deg);		/* Opera */
    -moz-transform: rotate(45deg);
    margin: 10px 0 0 10px;
}
#r_nav a.register{
    margin-top: 1px;
}
#r_nav a.download{
    margin-top: 2px;
}
#r_nav a.newer{
    margin-top: 3px;
}
#r_nav a.event1{
    margin-top: 4px;
}
#r_nav a.event2{
    margin-top: 5px;
}
#r_nav a.btn_top{
    margin-top: 6px;
}

#scene li{
    width: 90%;
    height: 1939px;
    position: absolute;

    margin-top: -1939px;
    text-align: center;
}

.layer{
    margin: 0 auto;
}

.event_info{
    color: #fff;
    width: 610px;
    height: 225px;
    position: absolute;
    bottom: 50px;
    left: 0;
}
.event_info li{
    height: 15px;
    margin-bottom: 25px;
    line-height: 28px;
}
.event_info .title{
    font-size: 20px;
    width: 135px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 45px;
}

.event_info i{
    display: block;
    width: 28px;
    height: 28px;
    background: #fff;
    border-radius: 100%;
    color: #920c16;
    float: left;
    text-align: center;
    line-height: 28px;
    margin-right: 20px;
}