body{
    font-family: "Microsoft YaHei" ! important;
}
input,select{
    border-radius:0px!important;
}
.head{
    line-height: 30px;
    background-color: #f7f7f7;
    color: #969494;
}
a,a:hover,a:active,a:visited{
    color:#5E5E5E;
}
a.logo{
    color: red;
}
.collect{
    color:#969494;
}
.user{
    font-weight: bolder;
}
.menu{
    line-height: 45px;
    font-size: 20px;
    height: 45px;
    background-color: #FF5842;
    vertical-align:middle;
}
.menu a{
    height: 45px;
    line-height: 45px;
    color:#fff;
    //font-weight: bolder;
    display:inline-block;
    padding: 0px 15px;
    text-decoration: none; 
    //margin-right: 5px;
}
.menu a:visited { 
    text-decoration: none; 
} 
.menu img{
    height: 30px;
    line-height: 45px;
    vertical-align:middle;
}
.menu a:hover, .menu a.press{
    height: 45px;
    line-height: 45px;
    background-color: #F53A26;
    text-decoration: none
}
.menu a:hover ul{
    display: block;
}
.menu a ul{
    display: none;
    width:111.58px;
    position: absolute;
    margin-left: -14px;
    text-align: center;
}
.menu a ul li{
    height: 45px;
    line-height: 45px;
    background-color: #F53A26;
    text-decoration: none;
    margin-top: 1px;
    list-style-type:none;
    clear:both;
}
.back_right_box {
    height: 180px;
    left: 50%;
    line-height: 20px;
    //margin: 0 0 0 12%;
    margin-left:20%;
    float:right;
    position: fixed;
    _position: absolute;
    bottom: 100px;
    //right: 100px;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||25)-(parseInt(this.currentStyle.marginBottom,10)||35)));
    z-index: 300;
}
.ad{
    /*height: 120px;*/
    //border:1px solid #F00;
    margin-bottom: 5px;
    margin-top: 5px;
}
.title{
    font-size: 25px;
    font-weight: bolder;
    margin-top: 10px;
    //line-height: 40px;
}
.newsul a{
    color:#5e5e5e;
}

.nav-tabs a{
color:#555;
}
.nav-tabs{
    border-bottom:1px solid #F24933;
}
.nav-tabs>li>a{
    border-bottom:1px solid #F24933;
}
.nav-tabs>.active>a, .nav-tabs>.active>a:hover, .nav-tabs>.active>a:focus{

    border:1px solid #F24933;
    border-bottom:1px solid transparent;
}
.btn-orange{
    background-image: linear-gradient(to bottom,#FF5842,#F2280E);
    background-color: #FA462E;
    color: #FFFFFF;
}
.btn-orange:hover, .btn-orange:focus, .btn-orange:active, .btn-orange.active, .btn-orange.disabled, .btn-orange[disabled] {
    background-color: #F52E14;
}