/*导航*/
#top {
    background: #354856
}

#navbar .navbar-nav li a {
    color: #fff;
    cursor: pointer
}

#navbar .navbar-nav .active a {
    color: #71c7d0;
}

.logo {
    /*box-sizing: border-box;
    background: white;
    width: 82px;
    border: 5px solid white;
    margin-right: 50px;*/
    width: 30%;
    text-align: left;
}

.logo img {
    width: 30%;
}

#navbar > ul > li > a:hover {
    color: #71c7d0;
}

/*footer*/
.icp {
    width: 100%;
    height: 50px;
    position: relative;
    margin-top: 150px;
}

.icp > div {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .8;
}

.icp > p {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 50px;
    color: #fff;
}

/*按钮*/
.btn-primary {
    background-color: #71c7d0;
}

/*底部*/
.footer1 {
    width: 100%;
    min-width: 980px;
    margin: 0 auto;
    background-color: #354856;
    color: #fff;
    font-size: 12px;
    /*height: 150px;*/
    position: relative;
}

.footer1 td {
    width: 25%;
    height: 100%;
    align-items: center;
    line-height: 0.5em
}

.footer1 div {
    width: 100%;
    display: flex;
    align-items: center;
    letter-spacing: 0.1em;
    line-height: 0.1em;
    padding: 5px 0;
}

.footer1 .bottom {
    margin: 5px 30px;
}

.footer1 h3,h4 {
    font-size: 10px;
    margin: 0;
}



/*footer {
    background-color: #1E2F49;
    height: 230px;
    color: white;
}

footer section {
    width: 900px;
    margin: 0 auto;
    position: relative;
    left: 100px;
}

footer .tab {
    width: 300px;
    float: left;
}

footer .tab .title {
    font-size: 25px;
    margin-top: 50px;
    margin-bottom: 20px;
}

footer .tab .txt {
    font-size: 14px;
    color: #CCCCCC;
    margin-top: 8px;
}

footer a {
    color: #fff
}*/
