.banner-container {
  width: 100%;
  height: 6.5rem;
  margin-top: 0.80rem;
  background-size: 100% 100%;
  overflow: hidden;
  position: relative;
}

.banner-container img {
  width: 100%;
}

.banner-container .text-content {
  color: #333;
  font-weight: bold;
  font-size: 0.576rem;
  position: absolute;
  top: 50%;
  transform: translate(2.408rem, -50%);
  -webkit-transform: translate(2.408rem, -50%);
  -moz-transform: translate(2.408rem, -50%);
  -ms-transform: translate(2.408rem, -50%);
  -o-transform: translate(2.408rem, -50%);
}

.banner-container .text-content .large-title {
  position: relative;
  font-size: 0.576rem;
}
.banner-container .text-content .second-title,
.third-title {
  font-size: 0.32rem;
}

.banner-container .text-content .second-title {
  margin: 0.552rem 0 0.078rem;
}

.banner-container .text-content .large-title::after {
  content: "";
  display: block;
  height: 0.224rem;
  background-color: #FF960F;
  opacity: 0.3;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.banner-container .text-content .btn-apply {
  display: block;
  width: 1.088rem;
  height: 0.376rem;
  line-height: 0.376rem;
  background-color: #FF960F;
  color: #fff;
  font-size: 0.192rem;
  margin-top: 0.736rem;
  border-radius: 0.192rem;
  text-align: center;
  -webkit-border-radius: 0.192rem;
  -moz-border-radius: 0.192rem;
  -ms-border-radius: 0.192rem;
  -o-border-radius: 0.192rem;
}

/* 核心卖点 */
.center-title {
  background-color: #fff;
  text-align: center;
}

.center-title ul::after {
  display: block;
  content: "";
  clear: both;
}

.center-title ul li {
  float: left;
  padding-bottom: 0.80rem;
  position: relative;
}

.center-title ul li:not(:last-child) {
  margin-right: 1.26rem;
}

.center-title ul li p {
  font-size: 0.19rem;
  margin-top: 0.12rem;
}

.center-title ul li.active::after {
  display: block;
}

.center-title ul li::after {
  content: "";
  display: inline-block;
  background-color: #999999;
  width: 100%;
  height: 0.02rem;
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
}

.center-title ul li:hover::after {
  display: block;
}

.center-title ul li span {
  display: block;
  width: 1.39rem;
  height: 1.39rem;
}

/* 核心卖点的内容区域 */
.center-content {
  background-color: #f7f7f7;
}

.center-content .content {
  display: none;
  width: 12.00rem;
  margin: 0 auto;
  padding: 0.70rem 0;
  overflow: hidden;
}

.center-content .content.active {
  display: block;
}

.center-content .text-intro {
  max-width: 7.00rem;
  font-size: 0.19rem;
  color: #333;
  line-height: 1.8em;
}

.center-content .text-intro span {
  font-size: 0.24rem;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 0.31rem;
}

.picture-show img {
  width: 3.48rem;
  height: 2.61rem;
}

/* 联系我们 */
.form-box {
  width: 100%;
  background-color: #f7f7f7;
  padding: 0.64rem 0;
}
