﻿.body-container {
  width: 100%;
  height: 670px;
  padding-top: 110px;
  background: url("../img/banner.png") center top no-repeat;
}
.body-container .bc-title {
  width: 100%;
  text-align: center;
  font-size: 54px;
  font-weight: bolder;
  color: #ffcaa0;
  background-image: -webkit-linear-gradient(#ff9500, #ff6b00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.body-container .bc-list {
  position: relative;
  width: 100%;
  margin-top: 130px;
  text-align: center;
}
.body-container .bc-list > ul > li {
  display: inline-block;
  width: 350px;
  height: 260px;
  margin: 0 32px;
  line-height: 260px;
  border-radius: 4px;
  overflow: hidden;
}
.body-container .bc-list > ul > li.bl-1 {
  background: url("../img/1.png") center no-repeat;
}
.body-container .bc-list > ul > li.bl-2 {
  background: url("../img/2.png") center no-repeat;
}
.body-container .bc-list > ul > li.bl-3 {
  background: url("../img/3.png") center no-repeat;
}
.body-container .bc-list > ul > li > a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 24px;
  color: #fff;
}
.body-container .bc-list .consult {
  position: absolute;
  width: 80px;
  height: 90px;
  right: 0;
  top: 0;
  border-radius: 3px;
  background: url("../img/consult-icon.png") center #fff no-repeat;
}
