

body a{
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: none;
}


.cursor{
    width: 80px;
    height: 80px;
    border: 2px solid rgba(255,255,255,.5);
    border-radius: 80px;
    box-sizing: border-box;
    text-align: center;
    line-height: 76px;
    font-size: 14px;
    color: #fff;
    z-index: 0;
    top: -80px;
    left: -80px;
}
.bg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    background-image: url(../image/index/background.jpg);
    background-size: cover;
}
#particle-slider{
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
/*    margin-top: -250px;*/
    z-index: 0;
}
#particle-slider .slides{
/*    display: none;*/
}
#particle-slider .slides img{
    display: block;
    width: 100%;
}
#particle-slider canvas{
    transform: translateZ(0);
}
.title{
    position: relative;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 26px;
    text-align: center;
    z-index: 2;
}
.title>div{
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    letter-spacing: 3px;
    opacity: 0;
    top: 50px;
    font-size: 40px;
}
.title .logo{
    width: 350px;
    font-size: 18px;
    line-height: 36px;
}
.title .logo img{
    display: block;
    width: 350px;
    height: 245px;
    margin: 0 auto 48px;
}
.title .logo div{
    position: relative;
    width: 550px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 18px;
}
.title1{
    animation: title 5s 1s linear;
}
.title2{
    animation: title 5s 6s linear;
}
.title3{
    animation: logo 5s 11s linear forwards;
}


@keyframes title{
    10%{
        opacity: 1;
        top: 0px;
    }
    90%{
        opacity: 1;
        top: 0px;
    }
    100%{
        opacity: 0;
        top: -50px;
    }
}
@keyframes logo{
    0{
        opacity: 0;
    }
    10%{
        opacity: 1;
        top: 0px;
    }
    100%{
        opacity: 1;
        top: 0px;
    }
}


@media only screen and (max-width: 1366px){
    
    .title>div{
        font-size: 28px;
    }
    
    
    
    
    
    
    
    
    
    
    
}











