.header .logo img {
    /* logo不限制大小 */
    max-height: 130px;
}
.header .logo {
    height: 130px;
    margin-top: -50px;
}

.logoa a{
    display:inline-block;
    width:45px;
    height: 35px;
    background: url('/statics/rongyu/footer-logo.png') no-repeat;
    margin-right: 10px;
}
.logoa a.l1{
    width:87px;
}

.logoa a.l2{
    width:40px;
    background-position: -85px
}

.logoa a.l5{
    width:84px;
    background-position: -192px
}
.logoa a.l6{
    width:36px;
    background-position: -273px
}
.logoa a.l7{
    width:70px;
    background-position: -309px
}

.header .search-tabs .btn.active {
    color: #fff;
    background: #900000;
}
.header .search-box .search-form {
    height: 40px;
    line-height: 40px;
    border: 2px solid #900000;
    border-right: 0;
    background: #fff;
}

.nav.bg-solid {
    background: #900000;
}

.btn-blue {
    background: #900000;
    color: #fff;
}
.search-btn:hover{
    background: #751515
}
.blue{
    color:#900000 !important;
}

.nav .nav-item li a{
    padding:0 20px!important;
}
.header .contact .infos .time {
    color: #000!important;
}