/*body,div,span,p,img{ 4月4日哀悼日网站变黑白

-webkit-filter: grayscale(100%);  webkit 

-moz-filter: grayscale(100%) !important; firefox

-ms-filter: grayscale(100%); ie9

-o-filter: grayscale(100%)!important; opera

filter: grayscale(100%);

filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); 

filter:gray; ie9-       

} */
ul li {
    list-style: none;
}
a:focus, a:hover{
    text-decoration: none;
    cursor:pointer;
}

body {
    /*background: #f2f2f2;*/
    padding-top:70px;
}
/*************** 按钮 ***************/
.parter .btn-default{
    transition: 0.4s;
    background-color: transparent;
    color:#fff;
}
.btn-transparent{
    transition: 0.4s;
    background-color: transparent;
    color:#333;
    border-color:#ccc;
}

.parter .btn-default:hover{
    color:#fff;
    background: #f67524;
    border-color: #f67524;
    color:#fff;
}
.btn-transparent:hover{
    color:#fff;
    background: #f67524;
    border-color: #f67524;
    color:#fff;
}
/*************** 导航 ***************/
.nav_ac{
    color: #f67524 !important;
}
.navbar-default{
    padding:10px 0;
}
.navbar-default .navbar-nav>li:not(.dropdown){
    overflow: hidden;
}
.navbar-default .navbar-nav>li:not(.dropdown)>a>span{
    display: block;
}
.navbar-default .navbar-nav>li:not(.dropdown)>a:after{
    content:attr(data-hover);
    position: absolute;
    top:60px;
    color:#f67524;
    opacity:0;
    -webkit-transition:opacity .3s;
    -ms-transition:opacity .3s;
    transition:opacity .3s;
}
.navbar-default .navbar-nav>li:not(.dropdown)>a {
    transition:.5s;
    -webkit-transition:transform .5s;
    -ms-transition:transform .5s;
}
.navbar-default .navbar-nav>li:not(.dropdown):hover a {
    -webkit-transform:translate3d(0, -40%, 0);
    transform:translate3d(0, -90%, 0);
}
.navbar-default .navbar-nav>li:not(.dropdown):hover a:after {
    opacity:1;
}

.navbar-brand {
    padding: 0 15px;
}
@media (min-width: 768px) {
    .navbar-right .glyphicon-earphone {
        padding: 15px 0 0 20px;
    }
}
.navbar-right>span {
    line-height: 18px;
    font-weight: 700;
    color:#f67524;
}
/*************** 尾部 ***************/
.footer-bottom {
    background: #0e0e0e;
    padding-bottom:10px;
}

.footer-bottom .footer-link .wrap ul li {
    display: inline-block;
    padding:0 8px;
}

.footer-bottom .footer-link .wrap .item-list {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    padding: 0 0 14px 0;
}

.footer-bottom .footer-link .wrap .item-list li a,.footer-bottom .footer-link .wrap .text-center {
    color:rgba(255,255,255,.5);
    font-size:12px;
}
.footer-bottom .footer-link .wrap p {
    color:#fff;
    padding-top:14px;
}
/*************** 侧边栏***************/
.side {
    position: fixed;
    width: 54px;
    height: 275px;
    right: 0px;
    top: 300px;
    z-index: 100;
    /*	display: none;*/
}

.side ul li {
    width: 54px;
    height: 54px;
    float: right;
    position: relative;
    border-bottom: 1px solid #444;
}
.side .wechat {
    width: 128px;
    height: 128px;
    position: absolute;
    right:54px;
    top:54px;
}

.side ul li .sidebox {
    position: absolute;
    width: 54px;
    height: 54px;
    top: 0;
    right: 0;
    transition: all 0.3s;
    background: #000;
    opacity: 0.8;
    filter: Alpha(opacity=80);
    color: #fff;
    font: 14px/54px "微软雅黑";
    overflow: hidden;
}

.side ul li .sidetop {
    width: 54px;
    height: 54px;
    line-height: 54px;
    display: inline-block;
    background: #000;
    opacity: 0.8;
    filter: Alpha(opacity=80);
    transition: all 0.3s;
}

.side ul li .sidetop:hover {
    background: #f67524;
    opacity: 1;
    filter: Alpha(opacity=100);
}
