#top-icon {
    width: 1920px;
    height: 60px;
    position: fixed;
    z-index: 999;
    background-color: #fff;
    border-bottom-style: solid;
    border-color: #ffffff;
    margin: 0 auto;
    left: 50%;
    margin-left: -960px;
}

.nav_logo {
    position: absolute;
    left: 129px;
    top: 8px;
}

.nav_logo p {
    font-size: 31px;
    font-family: "dbsjt";
    float: left;
    background-image: -webkit-linear-gradient(left, #770808, #ff0000 25%, #770808 50%, #ff0000 75%, #770808);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-background-size: 200% 100%;
    -webkit-animation: masked-animation 2s infinite linear;
}

@-webkit-keyframes masked-animation {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: -100% 0;
    }
}

.nav_logo p img {
    padding-right: 10px;
}

.nav_icons {
    position: absolute;
    top: 5px;
    right: 330px;
    z-index: 20;
}

.nav_icons ul li {
    float: left;
    margin: 0 20px;
    list-style-type: none;
}

.nav_icons ul li a {
    display: block;
    width: 36px;
    position: relative;
    color: #4f4f4f;
    text-align: center;
    cursor: pointer;
}

.nav_icons ul li a span:hover {
    opacity: 0.6;
}

.nav_icons ul li a span {
    display: block;
    margin: 0 auto 5px;
    height: 29px;
    background-image: url(../image/icons.png);
    background-repeat: no-repeat;
}

.nav_icons ul li a span.icon-news {
    width: 27px;
    background-position: 0 0;
}

.nav_icons ul li a span.icon-weixin {
    width: 35px;
    background-position: -51px 0;
}

.nav_icons ul li a span.icon-weibo {
    width: 35px;
    background-position: -104px 0;
}

.nav_icons ul li a span.icon-qq {
    width: 28px;
    background-position: -159px 0;
}

.nav_icons ul li a span.icon-kf {
    width: 37px;
    background: url(../image/icon_kf.png) center top no-repeat;
}

.nav_icons ul li a span.icon-ds {
    width: 87px;
    background: url() center top no-repeat;
}

.nav_icons ul li a span.icon-music-play {
    width: 28px;
    background-position: -208px 0;
    -webkit-animation: rotate 4s linear infinite;
    -moz-animation: rotate 4s linear infinite;
    -o-animation: rotate 4s linear infinite;
    animation: rotate 4s linear infinite;
}

.nav_icons ul li a span.icon-music-pasue {
    width: 28px;
    background-position: -253px 0;
}

.nav_icons ul li a:hover div {
    display: block;
}

.nav_icons ul li a div {
    display: none;
    position: absolute;
    top: 90px;
    left: -91px;
    background: #fff;
    padding-bottom: 15px;
    padding-top: 5px;
}

.nav_icons ul li a div:before {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border: 24px solid transparent;
    border-bottom-color: #fff;
    position: absolute;
    top: -42px;
    left: 50%;
    margin-left: -24px;
}

.nav_icons ul li a div img {
    width: 200px;
    height: 200px;
    border: 2px solid #fff;
}

.nav_icons ul li a div em {
    font-size: 16px;
    color: #1e1a1c;
    text-align: center;
    font-style: normal;
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-ms-keyframes rotate {
    from {
        -ms-transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

.beat {
    width: 90px !important;
}
.RQcodes {
    padding-top: 94px;
    padding-bottom: 17px;
}
.RQcodes strong {
    line-height: 24px;
    font-size: 16px;
    font-weight: normal;
    color: #ffff;
    display: block;
    padding-left: 43px;
    padding-right: 12px;
}
.RQcodes span {
    line-height: 20px;
    color: #ffff;
    margin-bottom: 10px;
    display: block;
    padding-left: 20px;
    padding-right: 12px;
}
.RQcodes .pic {
    width: 108px;
    height: 108px;
    margin: 0 auto;
}
.RQcodes .pic img {
    width: 100%;
    height: 100%;
}

#Floatingbar {
    width: 157px;
    position: fixed;
    top: 40%;
    right: 0px;
    margin-top: -150px;
    background-color: #e5e5e5;
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
    z-index: 150000;
    font-size: 12px;
    background-color: #ffffff;
    font-family: "Microsoft YaHei";
}
#Floatingbar .ewm {
    padding: 22px 0 15px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    background-color: #020202;
}
#Floatingbar .ewm img {
    width: 117px;
    height: 117px;
    margin: 0 auto;
    display: block;
}
#Floatingbar ul {
    padding: 14px 0;
    background: url() no-repeat center bottom;
    list-style-type: none;
    background-color: #020202;
    color: white;
}
#Floatingbar ul li {
    height: 22px;
    line-height: 22px;
    text-align: center;
    margin-bottom: 24px;
    cursor: pointer;
}
#Floatingbar ul li a {
    color: white;
}
#Floatingbar ul li a:hover {
    color: white;
}
#Floatingbar ul li img {
    margin-left: 5px;
    vertical-align: middle;
}
#Floatingbar .btn_backtop {
    height: 31px;
    line-height: 31px;
    text-align: center;
    color: #fff;
    background-color: #676767;
    display: block;
}
#Floatingbar .btn_backtop:hover {
    background-color: #313030;
}
#Floatingbar .btn {
    width: 15px;
    height: 130px;
    position: absolute;
    top: 23px;
    left: -15px;
    background: url() no-repeat right top;
    cursor: pointer;
}
#Floatingbar .btn.change {
    background-position: left top;
}

#Floatingbars {
    width: 166px;
    height: 459px;
    position: fixed;
    top: 20%;
    right: -3px;
    z-index: 10000;
    background: url(../image/icon29.png) no-repeat center center;
}
#Floatingbars ._btn_qqqun {
    display: block;
    text-align: center;
    margin-top: 13px;
}
#Floatingbars .btn_showhide {
    width: 25px;
    height: 128px;
    position: absolute;
    top: 74px;
    right: 157px;
    cursor: pointer;
    background: url(../image/icon25.png) no-repeat left top;
}
#Floatingbars .btn_showhide.off {
    background: url() no-repeat left top;
    right: 164px;
}
.kefulist {
}
.kefulist li {
    font-size: 14px;
    padding-right: 19px;
    padding-left: 19px;
}
.kefulist li a {
    height: 48px;
    line-height: 48px;
    color: #ffff;
    text-decoration: none;
    display: block;
    width: 108px;
    text-align: center;
}
.kefulist li a [class^="icon"] {
    margin-right: 10px;
    vertical-align: middle;
}
.kefulist li:nth-last-of-type(1) a {
    border: none;
}
.kefulist li:hover .icon_qq {
    background-position: right top;
}
.kefulist li:hover a {
    color: #dcb86b;
}
