body{
    overflow-x: hidden;
    background: #000 url("../img/index_bg_min.jpg") no-repeat center top;
}

/*banner start*/
.banner{
    text-align: center;
}
.live_link{
    display: block;
    width: 163px;
    height: 48px;
    line-height: 48px;
    border-radius: 10px;
    margin: 133px auto 37px;
    color: #000;
    font-size: 20px;
    background: #efa413;
}
.S7logo{
    width: 550px;
}
.banner_partner{
    width: 800px;
}
/*banner over*/

.team{
    height: 783px;
}
.award{
    height: 455px;
}
.address{
    height: 592px;
}
.tickets{
    height: 755px;
}
.tickets p{
    padding: 0px 236px;
    font-size: 32px;
    font-weight: bold;
    color: #FFF;
}
.tickets a{
    display: block;
    width: 229px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    background: #f08302;
    color: #000;
    border-radius: 10px;
    margin: 140px auto 0px;
    font-size: 18px;
}
.logo{
    height: 295px;
    text-align: center;
}
.logo a{
    display: inline-block;
    margin: 103px auto 0px;
}
.banner .part.animate{
    position: relative;
    height: 147px;
    overflow: hidden;
}
.banner .part.animate img{
    position: relative;
    /*left: 50%;*/
    /*margin-left: -350px;*/
    top: -143px;
    animation: mymove2 5s 1;
    -webkit-animation: mymove2 2s 1; /*Safari and Chrome*/
    animation-fill-mode: forwards;
}
@keyframes mymove2
{
    from {top: -143px;}
    to {top: 0px;}
}

@-webkit-keyframes mymove2 /*Safari and Chrome*/
{
    from {top:-143px;}
    to {top: 0px;}
}
.banner{
    position: relative;
    height: 1000px;
}
.banner_stay{
    position: relative;
    width: 100%;
    z-index: 100;
}



.walker{
    width:100%;
    height:100%;
    position:absolute;
    left:50%;
    top:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.fadeInLong {
    -webkit-animation: fadeIn 3s ease 0s 1 both;
    -ms-animation: fadeIn 3s ease 0s 1 both;
    -moz-animation: fadeIn 3s ease 0s 1 both;
    -o-animation: fadeIn 3s ease 0s 1 both;
    animation: fadeIn 3s ease 0s 1 both;
    background:url(../img/Layermask.jpg) no-repeat center center / cover;
}
.fadeOutLong {
    -webkit-animation: fadeOut 3s ease 0s 1 both;
    -ms-animation: fadeOut 3s ease 0s 1 both;
    -moz-animation: fadeOut 3s ease 0s 1 both;
    -o-animation: fadeOut 3s ease 0s 1 both;
    animation: fadeOut 3s ease 0s 1 both;
    background:url(../img/shanghai.jpg) no-repeat center center / cover;
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}