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

body {
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #5a5a5a;
}


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

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

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


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

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


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

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

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


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

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

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

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}
/*mt*/
.text-muted{
    line-height: 30px;
    color: #888;
    height: 30px;
    overflow: hidden;
    font-size: 14px;
}
.text-muted a {
  color: #888;
  margin-right: 15px;
}
.tagmore {
  width: 100%;
  text-align: center;
  margin: 50px auto 50px auto;
  clear: both;
}
.tagmore a {
  margin: 0 auto;
  display: block;
  max-width: 40%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #007bff;
  color: #f9f9f9;
  border-radius: 50px;
  overflow: hidden;
  font-size: 16px;
}
.mt_tishi{
    line-height: 80px;
    text-align: center;
}
.mt_tishi span{
    padding: 0 10px;
    color: #ff5722;
    font-size: 36px;
    font-weight: bolder;
}
.blog-post-meta a{
    margin-right: 10px;
}
.btn-outline-success {
  color:#007bff;
  border-color:#007bff !important;
}
.btn-outline-success:hover {
  color:#fff;
  background-color:#007bff !important;
  border-color:#007bff !important
}
#tishi{
    width: 100%;
  height: 400px;
  background-color: #000;
}
#tishi p{
    text-align: center;
  padding:150px 0px;
    
}
#tishi p button{
    line-height: 50px;
  padding:0px 50px;
  width: 50%;
  color: #f9f9f9;
  background-color: #007bff;
  border:0px;
  cursor: pointer;
  font-size: 16px;
  border-radius:50px;
  margin:0px;
}
.mt_jigou{
 clear: both;
  position: absolute;
  background:rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.28) 0px 0px 3px;
  border-radius:5px;
  top: 50px;
  width: 100%;
  display: block;
  z-index: 99999;
  padding:50px;
}
.mt_jigou ul{
    list-style: none;
}
.mt_jigou ul li{
    height: 50px;
  line-height: 50px;
  float: left;
  background:#fff;
    background-color: rgb(255, 255, 255);
  background-color: rgb(255, 255, 255);
  width: 150px;
  padding:0 0 0 0;
  box-shadow: 0 0 5px #e6dfdf;
  list-style:none;
  margin:10px;
  border:1px solid #e0e7eb;
  background-color: #FDFDFD;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.28);
  border-radius:5px;
}
.mt_jigou ul li a{
    color: #000;
  height: 50px;
  line-height: 50px;
  float: left;
  width: 150px;
  text-decoration:none;
  text-align: center;
}
.mt_jigou ul li:hover,.mt_jigou ul li a:hover{
	background:#007bff;
    color: #fff;
	padding: 0;
}