/* BOOTSTRAP 3.x GLOBAL STYLES
-------------------------------------------------- */
body {
  color: #5a5a5a;
  font-family: Microsoft YaHei,'宋体' , Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
}

.row-header {
  margin: 0px auto;
  padding: 0px 0px;
}

.row-content {
  margin: 0px auto;
  padding: 50px 0px;
  border-bottom: 1px ridge;
  min-height: 400px;
}

.row-footer {
  padding: 20px 0px;
}

.jumbotron {
  margin: 0px auto;
  padding: 70px 30px;
  background: url(../img/banner_1.png) no-repeat center;
  background-size: cover;
  color: floralwhite;
  display: block;
  max-width: 100%;
  height: auto;
}

.divide {
  padding:30px;
}

.jumbotron p {
  text-indent:1em;
  text-align:justify;
  text-justify:inter-ideograph;
}

.img-box {
  padding: 20px 0px;
}

.img-content {
  margin-bottom: 15px;
}

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

/* Pad the edges of the mobile views a bit */
.download {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 40px;
}

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

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

@media (min-width: 768px) {
  /* Remve the edge padding needed for mobile */
  .download {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 1024px) {
  /* Remve the edge padding needed for mobile */
  .jumbotron {
    margin: 0px auto;
    padding: 70px 30px;
    background: url(../img/banner_1_tablet.png) no-repeat center;
    background-size: cover;
    color: floralwhite;
    display: block;
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 512px) {
  /* Remve the edge padding needed for mobile */
  .jumbotron {
    margin: 0px auto;
    padding: 70px 0px;
    background: url(../img/banner_1_mobile.png) no-repeat center;
    background-size: cover;
    color: floralwhite;
    display: block;
    max-width: 100%;
    height: auto;
  }

  h1 {
    font-size: 1.8em;
  }

  .jumbotron p {
    font-size: 1.2em;
  }
}