

/* 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 {
    min-height: 720px;
    height: auto;
  }
  .carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    /* min-width: 100%; */
    height: auto;
  }
/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing{
  font-family:"微软雅黑";
}
.marketing .col-lg-4 {
  margin-bottom: 3.5rem;
  text-align: center;
}
.marketing h2 {
  padding-top: 30px;
  font-weight: 400;
}

.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* F1
-------------------------------------------------- */
.f1{
  height: 540px;
  background:url(../images/world.jpg) no-repeat;
}
.f1 .col-md-4{
  padding: 5px;
  
}
.f1 .col-md-4 h1{
  padding: 50px 0 10px 0;
  
}
.f1 .col-md-4 h2{
  padding: 20px 0;
  
}
.f1 .col-md-4 p{
  padding: 20px 0;
  width: 80%;
  
}
/* F2
-------------------------------------------------- */
.f2{
  height: 520px;
}
.title{
  height: 140px;
  width: 100%;
  background-color: #DF002D;
  position: relative;
}
.title h2{
  color: #EEEEEE;
  font-size: 42px;
  letter-spacing: 0.205em;
}
.figure-caption{
  padding-top: 5px;
}
.figure h2{
  padding-top: 30px;
  font-size: 14px;
  color: #343a40;;
  font-weight: 600;
}