﻿/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-top: 50px;    /* 预留导航栏高度 */
  padding-bottom: 40px; /* 留底 */
  color: #5a5a5a;
/*  background-color: #000;*/
  background:url(img/bg_2.jpg) top center;
  background-size:100% auto;
  font-family: "仿宋", "宋体", Helvetica, Arial, sans-serif;
  color: #000;
}



/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}

/* Always apply the floated nav */
.navbar-nav {
  font-family: "微软雅黑", "黑体", Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight:bold;
}

.navbar-brand {
  font-family: "微软雅黑", "黑体", Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight:bold;
  padding: 10px 15px;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Declare heights because of positioning of img element */
.carousel-inner .item {
/*  position: relative;*/
  background-color: #258d38;
}

.carousel-inner > .item > img {
  max-width: 1050px;
  max-height: 450px;
  width: 100%;
/*
  width: 1050px;
  height: 450px;
*/
}
/*
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}
*/



/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 30px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}



/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {

  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15%;
    padding-left: 15%;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 60px;
  }
}


/*
 * Sidebar
 */

/* Hide for mobile, show later */
/*
.sidebar {
  display: none;
}
*/
/*@media (min-width: 768px) {*/
  .sidebar {
    position: fixed;
    top: 51px;  /* 预留导航栏高度 */
    bottom: 0;
    left: auto;
    width: 16%;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    background-color: #359438;
    border-right: 1px solid #eee;
  }
/*}*/

/* Sidebar navigation */
.nav-sidebar {
  margin-right: -21px; /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
}
.nav-sidebar > li > a {
  font-family: "微软雅黑", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  color: #fff;
  padding-right: 20px;
  padding-left: 20px;
}
.sidebar .bottom_text {
  position: fixed; 
/*  left:200px; */
  width: 13%;
  bottom: 20px;   /* 留底 */
/*  width:400px; */
  }
/*
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  color: #fff;
  background-color: #359438;
}
*/

/* Lofter
-------------------------------------------------- */
.lofter {
  padding: 10px;
  background-color: #fff;
  /*border-radius: 10px;*/
}

.culture-title {
  font-family: "微软雅黑", "黑体", Helvetica, Arial, sans-serif;
  font-size: 22px;
/*  color: #359438;*/
}