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

body {
  color: #5a5a5a;
}


/* 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;
}


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

/* Carousel base class */
.carousel {
  height: auto;
/*  margin-bottom: 30px;*/
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 100%;
}
.carousel-inner > .item > img {
  position: relative;
  top: 0;
  left: 0;
  min-width: 100%;
}


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

/* Center align the text within the three columns below the carousel */



/* 产业链
------------------------- */
.banner-min{ background: url(../images/banner-min.png) center top no-repeat; text-align: center; padding: 24px 0 ;}
.banner-min img{ width: 100%;}
.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

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

.featurette .padding-0{ padding: 0;}

.featurette-text{ padding:15px 0px;}
  .featurette-heading {
    font-size: 30px;
    color:#4e4d4b;
    margin: 0;
  }
  .title{  background: url(../images/title-bg.png) no-repeat;display: -webkit-box;}
   .title .num{ font-size: 48px; color: #fff; text-align: center;  width: 108px; line-height: 108px; margin-right: 5px;}
  .text-muted {
    font-size: 16px;
    color:#7f7e79;
     margin: 5px 0;
  }
  .featurette-heading {
    margin-top: 30px;
  }
 .lead{font-size: 16px; color:#b6b5b3; line-height: 28px;  padding: 15px  0 0;}
 .featurette-image img{ width: 100%;}
/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .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-text{ padding: 30px;}
.featurette-heading {
    margin-top: 30px;
  }
 .lead{width:85%; font-size: 16px; color:#b6b5b3; line-height: 28px;  padding: 15px 15px 0;}
 .banner-min img{ width: 100%;}


}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 30px;
  }
   .banner-min img{ width: 842px;}
    .logo img{ width: auto;}
    .nav-f{ display: block;}
}

