.bg-greg {
  background-color: #f6f6f6;
}
/**巨幕**/
.jumbotron h1 {
  font-size: 23px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(0, 0, 0, 1);
  line-height: 63px;
}
.jumbotron p {
  font-family: Source Han Sans CN;
  font-weight: 300;
  color: rgba(0, 0, 0, 1);
}
.jumbotron img {
  width: 100%;
}
.jumbotron {
  padding-top: 60px;
}

/**服务与解决方案*/

.c-common-title .c-title {
  font-size: 40px;
  line-height: 60px;
  color: rgb(51, 51, 51);
}
.service_box {
  margin: 20px auto;
}
.service_box .thumbnail {
  border: none;
  box-shadow: none;
  padding: 30px;
  height: 350px;
}
.service_box .caption {
  height: auto;
}
.service_box p {
  text-align: left;
  margin-bottom: 30px;
  margin-top: 30px;
}
.card-lift--hover:hover {
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  background-color: #eeeeee;
}

.contact_us {
  bottom: 10px;
}
/**客户案例**/
.custom_case {
  margin: 20px auto;
  padding: 20px 10px 50px;
}

.custom_case h2 {
  text-align: center;
}

.custom_case .thumbnail {
  border: none;
  box-shadow: none;
  padding: 0px;
  margin: 30px 0px;
}
.more_case {
  text-align: center;
}
@media (max-width: 767px) {
  .custom_case .thumbnail {
    margin: 5px 0px;
  }
}
/**我们的优势**/
.our_strengths {
  margin: 20px auto;
  padding: 20px;
}
.our_strengths h2 {
  text-align: center;
}
.our_strengths .thumbnail {
  border: none;
  box-shadow: none;
  padding: 0px;
  margin: 30px 0px;
}

/**合作品牌**/

.co-brands {
  margin: 20px auto;
  padding: 20px;
}
.co-brands h2 {
  text-align: center;
  margin-bottom: 20px;
}
.co-brands .thumbnail {
  border: none;
  box-shadow: none;
  padding: 0px;
  margin: 5px 5px;
}
.co-brands .thumbnail img {
  width: 100%;
}
.co-brands {
  padding: 0px;
}
.co-brands .thumbnail {
  margin: 5px 0px;
}
.co-brands .col-xs-4 {
  padding-left: 5px;
  padding-right: 5px;
}

/**文章**/
.article .year {
  font-size: 14px;
  color: #666;
  margin: 6px 0 15px;
}
.article .day {
  font-size: 16px;
  color: #222;
}
.article .title a {
  font-size: 18px;
  color: #222;
}
.article .title a:hover {
  color: #ff1903;
}
.article p {
  height: 72px;
  color: #888;
  margin-top: 20px;
}

/**服务流程**/
.col-lg-1-8 {
  width: 12.5%;
  float: left;
}

.col-md-1-8 {
  width: 12.5%;
  float: left;
}
.service_process {
  margin: 30px auto;
  padding: 20px;
}
.service_process h2 {
  text-align: center;
  margin-bottom: 20px;
}
.service_process .c-title {
  font-weight: 700;
  font-size: 35.1042px;
  margin: 40px 0 15px;
}
.service_process .thumbnail {
  border: none;
  box-shadow: none;
  padding: 10px;
  margin: 5px 5px;
}
.service_process .contact_us {
  font-size: 18px;
  line-height: 40px;
  color: rgb(102, 102, 102);
}
.case_list {
  margin: 0px 30px;
}
.custom_case .thumbnail .caption {
  height: 60px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .jumbotron {
    padding-top: 30px;
  }
  .jianjie h1 {
    font-size: 20px;
    line-height: 24px;
    font-weight: bolder;
  }
  .jumbotron p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
  }
  .c-common-title .c-title {
    font-size: 20px;
    line-height: 24px;
    font-weight: bolder;
  }
  .service_box {
    margin: 50px auto;
  }
  .service_box .thumbnail {
    padding: 0px;
    height: 400px;
  }
  .service_box h3 {
    font-weight: bolder;
  }
  .service_box p {
    color: #888;
  }
  .custom_case h3 {
    font-weight: bolder;
  }
  .custom_case p {
    color: #888;
  }
  .our_strengths {
    padding: 0px;
    padding-bottom: 30px;
  }

  .service_process {
    padding: 0px;
  }

  .service_process .thumbnail {
    padding: 0px;
    margin: 5px 0px;
  }
  .service_process .col-xs-6 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .service_process .c-title {
    font-weight: 700;
    font-size: 22px;
    margin: 30px 0 15px;
  }
  .article .title a {
    font-size: 16px;
    color: #222;
  }
  .article p {
    height: 40px;
    line-height: 24px;
    color: #888;
    margin-top: 20px;
  }
  .case_list {
    margin: 0px 1px;
  }
  .footer .line {
    margin: 0px 0px 5px;
  }
  .more_case {
    padding-top: 20px;
  }
  .service_box .caption {
    height: 270px;
  }
}
@media (min-width: 768px) {
  .container {
    width: 100%;
  }
  .jumbotron h1 {
    font-size: 24px;
  }
  .jumbotron p {
    margin: 20px 0 20px;
  }
  .service_box .thumbnail {
    padding: 10px;
    height: 430px;
  }
  .jumbotron {
    padding-top: 120px;
  }
  .article .year {
    font-size: 16px;
  }
  .article .day {
    font-size: 34px;
  }
  .article .title a {
    font-size: 20px;
  }
  .service_box .caption {
    height: 220px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 100%;
  }
  .jumbotron h1 {
    font-size: 36px;
  }
  .jumbotron p {
    margin: 30px 0 20px;
  }
  .jumbotron {
    padding-top: 120px;
  }

  .article .year {
    font-size: 16px;
  }
  .article .day {
    font-size: 28px;
  }
  .co-brands {
    margin: 30px 20%;
  }
  .service_process {
    margin: 30px 10%;
  }
  .service_box .caption {
    height: 240px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 100%;
  }
  .jumbotron h1 {
    font-size: 48px;
  }
  .jumbotron p {
    margin: 58px 0 35px;
    line-height: 36px;
  }
  .jumbotron {
    padding-top: 120px;
  }
  .service_box {
    width: 80%;
  }
  .service_box .thumbnail {
    padding: 30px;
    height: 420px;
  }
  .article .title a {
    font-size: 28px;
    line-height: 50px;
  }
  .article .year {
    font-size: 18px;
  }
  .article .day {
    font-size: 36px;
  }
  .co-brands {
    margin: 30px 20%;
  }
  .case_list {
    margin: 30px 10%;
  }
  .service_process {
    margin: 30px -10%;
  }
}
