.news_r_dh{
    width: 50px;
    height: 278px;
    bottom: 300px;
    cursor: pointer;
    position: fixed;
    right: 10px;
    top: 25%;
}
@keyframes curwid {
    from {
        width:50px;
    }
    to {
        width:120px;
    }
}
.news_r_dh .cur {
    display: inline-block;
    position: relative;
    left: -70px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width:120px;
    animation: curwidth 0.5s;
    z-index: 22;
    background: #649def;
}

.news_r_dh>div,.news_r_dh div p{
    width: 50px;
    height: 50px;

}
.news_r_dh div p {
    display: none;
    float: right;
}
.news_r_dh div.nrdh5 p {
    font-size: 14px;
    margin-top: 0px;
    display: inline-block;
    width: 30px!important;
    height: 30px;
    padding: 10px;
    line-height: 16px;
    color: #fff;
    font-weight: bold;
}

.news_r_dh>div {
    margin-bottom: 2px;
    background: #be0f34;
    position: relative;
}
.news_r_dh>div a{
    display: inline-block;
    position: relative;
}
.news_r_dh div span {
    text-align: center;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0px;
    top: -16px;
    *margin-top:16px;
    line-height: 16px;
    font-style: normal;
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    padding: 10px;
    font-family: 'microsoft yahei';
}
.news_r_dh div.nrdh5 span {
    left:50px;
}
.news_r_dh>div:hover{
    background: #cb3454;
}
.news_r_dh>div.nrdh5:hover span {
    width: 102px!important;
    display: block;
    left:-70px;
    background: #cb3454;
    line-height: 30px;
    top:0;
    *margin-top:0;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
.news_r_dh div span a,.news_r_dh div span {color: #ffffff;
}
.news_r_dh div.cur span {
    display: inline-block;
    padding-left: 12px;
}

.news_r_dh .nrdh6 {
    display: none;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    line-height: 16px;
    width: 28px;
    height: 32px;
    padding: 9px 11px;
    background: #c5c7cb;
}
.news_r_dh .nrdh6 p {
    display: block;
    background: url(../images_new/20180705012844751.png) top center no-repeat;
    width: 30px;
    height: 11px;
    margin-top: 8px;
    float: left;

}
.news_r_dh .nrdh6 span,.news_r_dh .nrdh6:hover p{
    display: none;
}
.news_r_dh .nrdh6:hover span{
    display: block;
    top: 0px;
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
    -o-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
    animation-name: fadeInRight
}
.news_r_dh #doyoo_panel{
    width: 0;
    height:0;
    display: none;
}

.header-2018 #bdcs{
    border-radius: 0!important;
}
nav .daohang div {
    float: left;
    position: relative;
    z-index: 19;
}