#new_show_bar{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    overflow-x: hidden;
    z-index: 240;
    overflow: hidden;
    height: 51px;
    opacity: 0;
    color: #fff;
}
#new_show_bar .center_texts{
    float: left;
    width: 100%;
    padding: 7px 0;
    background: #282828;
    text-align: center;
    font: 300 16px/37px ubuntu;
}
#new_show_bar .center_texts .b{
    font: 700 16px/37px ubuntu;
}
#new_show_bar .center_texts a{
    display: inline-block;
    width: 116px;
    height: 31px;
    border-radius: 3px;
    color: #282828;
    font: 700 13px/33px ubuntu;
    text-transform: uppercase;
    text-decoration: none;
    margin-left: 10px;
    background: #fff;
}
#new_show_bar .center_texts a:hover{
    text-decoration: none;
    background: #fefefe;
}
#new_show_bar .center_texts .hides{
    position: absolute;
    right: 30px;
    width: 54px;
    height: 52px;
    background: url(../images/new_btn_hide.png) no-repeat 0 0 ;
    cursor: pointer;
    top: 0;
}
#new_show_bar .showes{
    position: absolute;
    right: 30px;
    width: 54px;
    height: 52px;
    background: url(../images/new_btn_show.png) no-repeat 0 0 ;
    cursor: pointer;
    display: none;
    top: 0;    
}
#new_show_bar.animated,
#new_show_bar.yes{
    opacity: 1;
}
@media (max-width: 999px) {
}

@media (max-width: 767px) {
  	#new_show_bar {
        height: 70px;
    }
    #new_show_bar .center_texts{
        background: #282828;
        padding: 0;
        height: 70px;
    }
    #new_show_bar .center_texts .texts{
        float: left;
        width: 46%;
        text-align: left;
        font: 300 12px/16px ubuntu;
        margin: 12px 2% 0;
    }
    #new_show_bar .center_texts .b{
        font: 700 12px/16px ubuntu;
    }
    #new_show_bar .center_texts .hides{
        background: url(../images/j1.jpg) no-repeat 0 -7px;
        width: 50px;
        right: 0;
        height: 127px;
    }
    #new_show_bar .center_texts a{
        float: left;
        width: auto;
        padding: 0 10px;
        left: -6px;
        top: 21px;
        position: relative;
    }
    #new_show_bar .showes{
        right: 0;
        bottom: 0;
        top: inherit;
    }
	#new_show_bar.yes{
    opacity: 1;
} }
