body {
    padding-top: 70px; /* 导航栏 70px */
}

.navbar {
    max-height: 70px;
    height: 70px;
    font-size: 16px;
}

/*.navbar-nav > li > a > p {*/
/*    padding: 0;*/
/*    margin: 0;*/
/*    line-height: 40px;*/
/*}*/

.navbar > li > a {
    padding: 0 0;
}

.nav > li {
    height: 70px;
}

.nav > li > a{
    text-align: center;
    line-height: 35px;
}

.navbar-brand {
    padding: 0;
}

.navbar-brand img {
    /*max-height: 70px;*/
    width: 70px;
    height: 70px;
}


#bs-example-navbar-collapse-1 > ul > li:nth-child(3) {
    position: relative;
}

#bs-example-navbar-collapse-1 > ul > li:nth-child(3) a {
    color: darkgrey;
}

#bs-example-navbar-collapse-1 > ul > li:hover {
    background: #e1e1e1;
}

#bs-example-navbar-collapse-1 > ul > li:nth-child(3) > ul{
    padding: 0;
    left: 0;
    position: absolute;
    text-align: center;
    line-height: 70px;
}

#bs-example-navbar-collapse-1 > ul > li:nth-child(3) > ul > li {
    list-style-type: none;
}

#bs-example-navbar-collapse-1 > ul > li:nth-child(3) > ul > li > a {
    display: none;
}

#bs-example-navbar-collapse-1 > ul > li:nth-child(3):hover > ul > li > a {
    display: block;
    height: 70px;
    width: 94px;
    background-color: #e1e1e1;
}

#bs-example-navbar-collapse-1 > ul > li:nth-child(3):hover > ul > li:hover a {
    background-color: lightcoral;
    cursor: pointer;
}

/*#bs-example-navbar-collapse-1 > ul > li:nth-child(3):hover > ul > li:hover a {*/
/*    color: black;*/
/*}*/

#bs-example-navbar-collapse-1 > ul > li:nth-child(3) > ul > li > a {
    text-decoration: none;
    color: black;
}

/* 回到顶部开始 */
#go-top {
    cursor: pointer;
    position: fixed;
    right: 50px;
    bottom: 100px;
}

#go-top img {
    width: 100px;
    height: auto;
    opacity: 0.8;
}
/* 回到顶部结束 */

/* 一条横线开始 */
.line{
    border-top: 2px solid #99CCFF;
    width:200px;
    margin: 30px auto 30px;  /* 上下距离30px, 30px */
}
/* 一条行横线结束*/

#copyright {
    width: 100%;
    bottom: 0;
    background-color: #ffffff;
    border-top: 1px solid antiquewhite;
}

#copyright .row > .col-md-4 {
    /*background-color: #b2dba1;*/
    height: 200px;
}

#copyright  .row > .col-md-4 > img {
    width: 100px;
    height: 100px;
    margin: 40px 0 0 20px;
    float: left;
}

#copyright > .container > .row > .col-md-4 > h1 {
    margin-left: 180px;
    line-height: 100px;
}

#copyright > .container > .row > .col-md-4 p{
    margin-left: 20px;
    margin-top: -30px;
    text-align: center;
    color: #777777;
}

#copyright > .container > .row > .col-md-4 > h5 {
    margin-top: 20px;
    margin-left: 20px;
}

#copyright  .row > .col-md-8 {
    /*background-color: #01AAED;*/
    height: 200px;
    padding-top: 25px;
}

#copyright .row > .col-md-8 img {
    width: auto;
    height: 120px;
    margin-left: -8px;
}

#copyright .row > .col-md-8 ul {
    padding-left: 0;
}
#copyright .row > .col-md-8 ul li {
    list-style-type: none;
    line-height: 40px;
}

#copyright .row > .col-md-8 ul > li:nth-child(2) > a, #copyright .row > .col-md-8 ul > li:nth-child(3) > a
{
    text-decoration: none;
    opacity: 0.6;
}

#copyright .row > .col-md-8 ul li a {
    color: #777777;
}

#footer-about-us, #footer-contact-us-qq, #footer-contact-us-wei-xin {
    float: left;
    margin-left: 120px;
}

#copyright .row:nth-child(2) {
    /*background-color: green;*/
    height: 50px;
    line-height: 50px;
    text-align: center;
}

#copyright  .row:nth-child(2) {
    border-top: 1px solid antiquewhite;
}

#copyright .row:nth-child(2) > .col-md-12 > p > a {
    color: #777777;
}

.fixed-bottom {
    position: fixed;
    /*position: absolute;*/
    bottom: 0;
}
/* 通用页脚设置结束 */
