﻿body {
    background: #fff;
    color: #666;
    padding-top: 65px;
    font-family: "Microsoft YaHei","sans-serif" !important;
}
/*边距*/

.m-top-xs {
    margin-top: 10px;
}

.m-top-md {
    margin-top: 20px;
}

.m-right-5 {
    margin-right: 5px;
}

.m-right-xs {
    margin-right: 10px;
}

.m-right-md {
    margin-right: 20px;
}

.m-left-5 {
    margin-left: 5px;
}

.m-left-xs {
    margin-left: 10px;
}

.m-left-md {
    margin-left: 20px;
}

.p-top-xs {
    padding-top: 10px;
}

.p-top-md {
    padding-top: 20px;
}

.minw460 {
    min-width: 460px
}

.minw80 {
    min-width: 80%
}

/*徽章*/
.badge-red {
    background: #e72121;
    color: #fff;
    padding: 2px 6px;
    font-size: 12px;
    position: relative;
    top: -13px;
    border-radius: 10px;
}
/*查看报价*/
.NumberAA {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}

.DateDJ {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
}

input.inline {
    width: auto;
    display: inline-block;
}

select.inline {
    width: auto;
    display: inline-block;
}

input.ShuLiangNB {
    max-width: 40px;
    height: 20px;
}

input.DateSC {
    max-width: 70px;
    height: 20px;
}

.navbar-inverse {
    background-color: #079080;
    border-color: transparent;
}

.navbar-brand {
    color: white;
    font-weight: bold;
}

.vhide {
    visibility: hidden;
}

.well {
    background-color: #FFFFFF;

}

.leftNav {
    padding-left: 0px;
    position: fixed !important;
    height: 100% !important;
    overflow: auto !important;
    width: 230px;
    left: 0px;
    background-color: #2e314d;
    padding-bottom: 50px;
    padding-right: 0px;
    border-right: 1px solid #e4e4e4;
    z-index: 999;
    transition: all 5s
}

.leftNav .list-group {
    margin-bottom: 0px;
}

.leftNav .list-group-item {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    padding: 13px 0 13px 32px;
    font-size: 15px;
    color: #fff;
    background-color: #202239;
    border: none;
}

.leftNav .active {
    color: #0691ff;
}

.leftNav .list-group-item:hover {
    background-color: #202239;
    color: #0691ff;
}

.leftNav .menuItem {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 15px 15px;
    font-size: 15px;
}

.leftNav::-webkit-scrollbar {
    width: 1px;
        /* margin: 65px; */
    height: 1px;
}

.leftNav::-webkit-scrollbar-button {
        /*  background-color: transparent;*/
    width: 1px;
}

.leftNav::-webkit-scrollbar-corner {
        /* background: transparent;*/
}

.leftNav::-webkit-scrollbar-thumb {
        /*  background: transparent;*/
    border-radius: 4px;
}

.leftNav::-webkit-scrollbar-track {
        /*background: transparent;*/
}

.rd {
    color: red;
}

.footer {
    margin-left: 230px;
    position: fixed;
    padding: 5px 7px;
    bottom: 0;
    right: 0;
    left: 0;
    background: #fff;
    color: #666;
    box-shadow: 0 -1px 1px rgba(0,0,0,.05);
    -moz-box-shadow: 0 -1px 1px rgba(0,0,0,.05);
    -webkit-box-shadow: 0 -1px 1px rgba(0,0,0,.05);
    transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transition: all 0.4s;
}


/*新添加*/
ul.tree a {
    color: #3f3f3f
}

ul li {
    list-style: none;
}

@media screen and (max-width: 450px) {
    .leftNav {
        display: none;
    }

    .content-wrapper {
        margin-left: 0;
    }

    .footer {
        display: none;
    }

    #BtnNavleft {
        display: inline-block!important;
        position: absolute;
        right: 0;
        margin-right: 16px;
        top: 12px;
        border: none;
        background: #fff;
        color: #fff;
        font-size: 22px;
        outline: none;
    }

    .navbar-header .navbar-brand {
        font-size: 20px;
    }

    .glyphicon {
        color: #6f6f6f
    }
}

#BtnNavleft {
    display: none;
}


/*2018-3-13 14:53 */
/*首页*/
.content-wrapper{
    margin-left: 0;
}
.navbar-inverse .navbar-brand{
    color: #fff;
}
.navbar-inverse .navbar-nav > li > a{
    color: #fff;
}
.IndexMain{
color: #202239;
font-size: 16px;
} 

.IndexMain .IndexHn{
padding: 150px;

}
.IndexMain .IndexHn .IndexSearch{
    text-align: center;
}

.IndexMain .IndexHn .IndexSearch input[type="text"]{
    width: 450px;
    height: 45px;
    padding-left: 10px;
    font-size: 15px;
}
.IndexMain .IndexHn .IndexSearch input[type="text"]:focus{
    box-shadow: none;
    border: none;
}
.IndexMain .IndexHn .IndexSearch button.SearchBtn{
    width: 110px;
    height: 45px;
    border-radius: 0;
    outline: none;
    font-size: 16px;
    margin-left: -5px;
    margin-top: -5px;
    color: #ffffff;
    background-color: #46c5ba;
    border-color: transparent;
}
.IndexMain .IndexHn .IndexSearch button.SearchBtn:hover{
    background-color: #2eadad
}

.IndexMain .Navigation{
    margin-top: 100px;
    color: #fff;
    text-align: center;
}
.IndexMain .Navigation .mb25{margin-bottom: 25px;}
.IndexMain .Navigation a{
    width: 100%;
    height: 120px;
    background-color: #fff;
    border-radius: 5px;
    display: block;
    float: left;
    margin-bottom: 3px;
}

@media screen and (max-width: 450px){ 

 .IndexMain .IndexHn{padding: 0;}
}



.dropdown-menu > li > a{
   padding: 11px 20px;
}
.HnActive{
    background-color: #e23d43;
    color: #fff;
}
.HnActive:hover{
     background-color: #cb171e;
     color: #fff;
}
.panel-body{
    position: relative;
}
span.red{
    color: #f12f36;
}
.breadcrumb{
   background-color: #f5f5f5ad;
}
.MimaBtn{
    display: block;
    width: 100%;
    background-color: #20a293;
    color: #fff;
    padding: 9px;
    font-size: 16px;
}
.MimaBtn:hover{
    color: #fff;
    background-color: #079080;
}

.HbZuiShuai img{
    width: 50%;
    margin-top: 12px;
}