body {
  font-family: "Helvetica Neue", Helvetica, Microsoft Yahei, Hiragino Sans GB, WenQuanYi Micro Hei, sans-serif;
}
/* 顶部背景 */
.navbar-inverse,
.jumbotron {
  background-image: url(/dist/images/home/background.jpg);
  background-position-x: center;
}

.jumbotron {
  height: 450px;
}

/** 导航 **/
/* 隐藏边框 */
.navbar-inverse,
.navbar-inverse .navbar-toggle {
  border-width: 0px;
}
.navbar-inverse {
  background-color: #177d9b;
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
  background-color: #09556b;
}
.jumbotron {
  padding-top: 60px;
}
.nav-pills > li > a {
  font-size: 15px;
  padding: 10px 20px 7px 20px;
  color: #dddddd;
  border-radius: 0px;
  background-color: transparent;
}
.nav-pills > li.active > a
{
  background-color: transparent;
}
.nav-pills > li > a:focus,
.nav-pills > li > a:hover,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover
{
  background-color: transparent;
}
.nav-pills > li {
  border-width: 0px;
  border-color: white;
  border-bottom-width: 0px;
  border-style: solid;
}
.nav-pills > li.active,
.nav-pills > li:focus,
.nav-pills > li:hover
{
  border-bottom-width: 2px;
}

.sl-logo-big {
    margin-top: 100px;
    margin-bottom: 15px;
}
.sl-main-desc {
  color: white;
}
.sl-main-btn {
  border-width: 2px;
  border-color: white;
  border-radius: 8px;
}
.sl-main-btn,
.sl-main-btn:hover,
.sl-main-btn:focus {
  font-size: 16px;
  color: white;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 2px;
  margin-right: 2px;
}
.sl-main-btn:hover,
.sl-main-btn:focus {
  background-color: #09556b;
}

.sl-panel {
  padding-top: 30px;
}
.sl-date {
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  padding: 0px 5px 0px 5px;
  font-size: 14px;
  color: white;
  border-color: #333333;
  background-color: #333333;
}
.sl-log-sub {
  padding-left: 10px;
}
.sl-log-content ul {
  padding: 0px 20px 0px 20px;
}
.sl-log-content ul li {
  padding-bottom: 5px;
  list-style: circle;
}
.sl-log-bottom {
  padding-bottom: 0px;
}

footer {
  color: white;
  background: #177d9b;
  margin-top: 20px;
  padding-top: 18px;
  padding-bottom: 10px;
}

@media (max-width: 768px) {
  .nav-pills>li {
    margin-top: 5px;
    float: none;
  }
  .navbar-inverse .navbar-collapse {
      padding-left: 5px;
      padding-right: 5px;
      border-width: 0px;
      padding-bottom: 5px;
      background-color: #077190;
  }
  .nav-pills>li+li {
      margin-left: 0px;
  }
  .nav-pills > li.active,
  .nav-pills > li.active:focus,
  .nav-pills > li.active:hover,
  .nav-pills > li:focus,
  .nav-pills > li:hover
  {
    border-bottom-width: 0px;
  }
  .nav-pills > li:focus,
  .nav-pills > li:hover,
  .nav-pills > li.active,
  .nav-pills > li.active:focus,
  .nav-pills > li.active:hover,
  .nav-pills > li > a:focus,
  .nav-pills > li > a:hover,
  .nav-pills > li.active > a:focus,
  .nav-pills > li.active > a:hover
  {
    background-color: #09556b;
  }
}

.showmore-codes {
    display: none;
    overflow: hidden;
}
.showmore {
    cursor: pointer;
    text-decoration: underline;
}
.bs-example:after {
  content: "";
}
.bs-example {
  padding: 15px;
}
pre.prettyprint {
  padding: 8px;
}

.sl-language {
  display: inline-block;
}
/*
.owl-carousel {
  height: 40px;
}
*/