.video_index {
    display: block;
    position: fixed;
    width: 100%;
    z-index: 9999999;
    top: 0;
    left: 0;
}

.skips {
    width: 250px;
    position: fixed;
    bottom: 100px;
    left: 50%;
    margin-left: -125px;
    z-index: 99999999;
    display: block;
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    background: #fff;
    transition: all 0.8s ease;
}

#header img {
    max-width: 226%;
}

#header.moves {
    background: rgba(255, 255, 255, 0.75);
}

.header {
    width: 100%;
}

.nav {
    width: 1300px;
    margin: 0 auto;
    padding-bottom: 0px;
    position: relative;
}

.moves .nav {
    padding-bottom: 20px;
}

.navlogo1 {
    width: 80px;
    float: left;
    margin-left: -42px;
    margin-top: 30px;
    transition: all 0.8s ease;
}

.moves .navlogo1 {
    width: 80px;
    margin-top: 30px;
}

.navshare {
    width: 120px;
    float: right;
    margin-top: 60px;
}

.moves .navshare {
    width: 120px;
    margin-top: 60px;
}

.navshare img {
    margin-left: 5px;
    margin-right: 5px;
    float: right;
}

.navbutton {
    float: right;
    width: 485px;
    margin-top: 60px;
}

.moves .navbutton {}

.navbutton a {
    color: black;
    margin: 0 20px;
    text-align: right;
    text-decoration: none;
    font-size: 16px;
    position: relative;
}

.navbutton a:last-child {
    margin-right: 0;
}

.navbutton a:hover:after {
    content: "";
    display: block;
    background: url(http://cdn.xuansiwei.com/yaqi51852/images/line0.png) no-repeat;
    width: 69px;
    height: 4px;
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -35px;
}

.navbutton a.active:after {
    content: "";
    display: block;
    background: url(http://cdn.xuansiwei.com/yaqi51852/images/line0.png) no-repeat;
    width: 69px;
    height: 4px;
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -35px;
}

.footer {
    width: 100%;
    padding: 20px 0;
    /* background:#000000; */
    clear: both;
}

.fotcontent {
    width: 1350px;
    margin: 0 auto;
}

.fotwraps {
    text-align: center;
}

.fotpage {
    text-align: center;
}

.fotpage p {
    color: #797979;
}

.navreturn {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 99;
    display: none;
    width: 60px;
}

.navreturn a {
    display: block;
}


@media screen and (max-width: 800px) {
    .navshare {
        display: none;
    }

    img {
        max-width: 100%;
    }

    .fotcontent {
        width: 98%;
    }

    .navreturn {
        position: fixed;
        bottom: 5px;
        right: 5px;
        z-index: 99;
        display: none;
        width: 40px;
    }

    .navbutton a {
        font-size: 10px;
        margin: 0 4px;
    }

    .nav {
        width: 100%;
        padding-bottom: 2px !important;
    }

    .navlogo1 {
        width: 32%;
        margin-top: 2% !important;
        margin-left: -6%;
    }

    .navbutton {
        width: 80%;
        text-align: right;
        margin-top: 10%;
    }

    .navbutton a:hover:after {
        width: 40px;
        height: 2px;
        bottom: -8px;
        left: 50%;
        margin-left: -20px;
    }

    .navbutton a.active:after {
        width: 40px;
        height: 2px;
        bottom: -4px;
        left: 50%;
        margin-left: -20px;
    }

    .moves .navlogo1 {
        width: 36%;
        margin-top: 2%;
    }

    .moves .navbutton {
        width: 80%;
        text-align: right;
        margin-top: 10%;
    }

    #header img {
        max-width: 100%;
    }


}