.navbar-brand img {
    width: 150px;
}

.content {
    width: 100%;
    padding-top: 50px;
}

.content img {
    width: 100%;
}

.navbar-default {
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

.container-fluid {
    min-width: 1000px;
    width: 80%;
    margin: 0 10%;
    display: flex;
    justify-content: center;
}

.foot {
    width: 100%;
    height: 260px;
    background: #000000;
    display: flex;
    justify-items: center;
    color: white;
    padding: 30px 20px 20px 20px;
}

.foot .foot-left {
    width: 46%;
    position: relative;
}

.foot .foot-left img {
    width: 200px;
    position: absolute;
    right: 0px;
    top: 0px;
}

.foot .foot-right {
    width: 54%;
}

.foot-right div p {
    color: white;
    font-size: 15px;
    margin-bottom: 10px;
}
.foot-right div p a {
    color: white;
    font-size: 15px;
    margin-bottom: 10px;
}

.foot .foot-right h3 {
    margin: 0 0 10px 0;
}

.foot .foot-right img {
    width: 280px;
}

.active a {
    color: #055ea7 !important;
    border-bottom: 2px solid #055ea7;
    background-color: #F8F8F8 !important;
    padding: 15px 0 5px 0 !important;
    font-size: 16px;
    margin: 0 10px;
}

p {
    color: #555555;
    font-size: 20px;
}

span {
    color: #555555;
    font-size: 20px;
}

h1 {
    font-size: 25px;
}

h2 {
    font-size: 23px;
}

.content-text {
    width: 900px;
    margin: 100px auto;
}

body {
    min-width: 1200px;
}

body,
ul,
li,
a,
p,
div {
    /*慎删*/
    padding: 0px;
    margin: 0px;
}

li {
    list-style: none;
}

.dropdown-a {
    line-height: 30px!important;
    /* border-bottom: 1px solid #555555; */
    opacity: 1;
}

.dropdown-menu {
    /* left: -7px !important; */
    color: #6c6c6c;
    background: rgba(255,255,255,0.88);
}