html {
  height: 100%;
}

body {
  font: 16px/1.5 'Microsoft yahei', Tahoma, Geneva, sans-serif;
  font-family: 'Microsoft yahei';
  color: #555555;
  background: #000000;
  min-height: 100%;
  position: relative;
}

.clearfix:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}

.clearfix {
  min-height: 1%;
}

.static-color {
  color: #C5A568;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

#content {
  padding-bottom: 80px;
}

.breadcrumb {
  font-size: 14px;
}

.no-data {
  text-align: center;
  padding: 20px 0;
  font-size: 14px;
}

.rect {
  width: 1200px;
  margin: 0 auto;
}

.icon-font {
  display: inline-block;
  vertical-align: middle;
  background: url('../img/global.png') no-repeat;
}

a:hover,
a:active,
a:visited,
a:link {
  background-color: transparent !important;
}

.text_over_elli {
  display: block;
  /*内联对象需加*/
  word-break: keep-all;
  /* 不换行 */
  white-space: nowrap;
  /* 不换行 */
  overflow: hidden;
  /* 内容超出宽度时隐藏超出部分的内容 */
  text-overflow: ellipsis;
}


/*header*/

#header {
  /*background: #1b1b1b;*/
  height: 68px;
  font-size: 14px;
}

#header .navbar-header a {
  padding: 11px 0;
  height: 68px;
}

.navbar-toggle .icon-bar {
  background-color: #FFFFFF;
}

.navbar-toggle {
  padding: 15px 10px;
  margin-right: 0;
}

#header .navbar-nav {
  height: 68px;
}

#header .navbar-nav a {
  color: #FFFFFF;
  float: left;
  padding: 24px 3px;
  position: relative;
}

#header li.active a:after {
  content: ' ';
  width: 100%;
  height: 4px;
  background: #C5A568;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

#header a:hover {
  color: #c5a568;
}

#header .hr {
  float: left;
  padding-top: 23px;
  padding-bottom: 26px;
  color: #FFFFFF;
  font-size: 13px;
}

#header .line {
  width: 1px;
  height: 22px;
  background: #FFFFFF;
  display: inline-block;
  float: left;
  margin: 24px 0;
}


/**/

.container-fluid {
  width: 1170px;
}


/*footer*/

#footer {
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
  height: 60px;
  line-height: 24px;
  font-size: 12px;
  color: #ffffff;
  padding: 16px 0;
  border-top: 2px solid #272727;
}


/**/


/*自适应*/

@media (max-width: 380px) {
  .navbar-brand {
    background: url(../img/web-icon.png) no-repeat 100%;
    width: 76%;
    background-size: 100%;
  }
  .navbar-brand img {
    display: none;
  }
}

@media (max-width: 767px) {
  .container-fluid {
    width: 80%;
  }
  #navbar-collapse {
    background: #000000;
  }
  #header #navbar-collapse a {
    padding: 10px 15px;
  }
  #navbar-collapse li.active a:after {
    height: 0;
  }
  #navbar-collapse .hr,
  #navbar-collapse .line {
    display: none;
  }
}

@media (min-width: 768px) {
  .container-fluid {
    width: 750px;
  }
  #header .navbar-nav>li>a {
    margin: 0 8px;
  }
}

@media (min-width: 992px) {
  .container-fluid {
    width: 970px;
  }
  #header .navbar-nav>li>a {
    margin: 0 18px;
  }
}

@media (min-width: 1200px) {
  .container-fluid {
    width: 1170px;
  }
  #header .navbar-nav>li>a {
    margin: 0 22px;
  }
}


/**/