body {
    font-family: 'Microsoft YaHei', sans-serif;
}

/*@media (min-width: 1400px) {*/
/*    .container {*/
/*        max-width: 1400px;*/
/*    }*/
/*}*/

#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

#header .navbar {
    margin-bottom: 0;
}

#header .navbar .navbar-brand {
    width: 210px;
    line-height: 30px;
    color: #e4e4e4 !important;
    text-indent: -10000px;
    background-image: url(/static/index/images/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
}

#header .navbar-nav .nav-link {
    font-size: 20px;
    padding-right: 1rem;
    padding-left: 1rem;
}

.head-color {
    background: rgba(0, 0, 0, 0.85);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}



#footer {
    background: #202020;
}

#footer .row {
    padding: 80px 0 10px 0;
}

#footer .logo {
    height: 60px;
    margin-bottom: 15px;
}

#footer ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#footer ul li {
    color: rgba(255, 255, 255, .5) !important;
    padding: 4px 0;
}

#footer a {
    color: rgba(255, 255, 255, .5) !important;
}

#footer a:hover {
    color: rgba(255, 255, 255) !important;
}


#footer .copyright-wrap {
    border-top: 1px solid rgb(58 58 58 / 40%);
    padding: 20px 0;
}

#footer .copyright-wrap .certificate a {
    margin-right: 10px;
}

#footer .beian {
    background: url(/static/index/images/beianicon.png) no-repeat 0 0;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    background-size: cover;
    display: inline-block;
    margin-right: 4px;
    margin-top: -4px;
}

#footer .wenwangwen {
    background: url(/static/index/images/wenhuajingying.png) no-repeat 0 0;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    background-size: cover;
    display: inline-block;
    margin-right: 4px;
    margin-top: -4px;
}

#crumb{
    background: #FBFBFB;
}

#crumb .breadcrumb{
    background-color: #FBFBFB;
    font-size: 18px;
    padding: 20px 0;
}