.section {
  width: 100%;
}
.section .banner img {
  display: block;
  width: 100%;
  height: auto;
}
.section .production-c {
  background: url(../asset/home/bac.jpg) no-repeat;
  background-size: 100%;
  /* padding-bottom: 2.083333rem; */
}
.section .title {
  height: 0.78125rem;
  font-size: 0.114583rem;
  font-weight: 600;
  color: #505050;
  text-align: center;
  line-height: 0.833333rem;
}
.section .production {
  overflow: hidden;
}
.section .production .production-item {
  position: relative;
  float: left;
  width: 33.333333%;
}
.section .production .production-item img {
  width: 100%;
}
.section .production .production-item span {
  position: absolute;
  top: 0.75rem;
  /*left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);*/
  font-size: 0.135417rem;
  font-weight: 500;
  color: #fff;
  /*white-space: nowrap;*/
  width: 100%;
  text-align: center;
}

.section .news-center {
  padding: 0 2.0rem;
  /* margin-top: -2.083333rem; */
}
.section .news-center .title {
  height: 0.6rem;
  line-height: 0.7rem;
  overflow: hidden;
}
.section .news-center .title a {
  float: right;
  font-size: 0.08rem;
  color: #999999;
  font-weight: 400;
  text-decoration: underline;
}
.section .news-center .news .news-item {
  overflow: hidden;
  border-bottom: 1px solid #cccccc;
  line-height: 0.28rem;
}
.section .news-center .news .news-item span:nth-child(1) {
  float: left;
  font-size: 0.11rem;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.section .news-center .news .news-item span:nth-child(2) {
  float: right;
  font-size: 0.1rem;
  color: #999999;
}

.swiper-button-prev, .swiper-button-next {
  opacity: 0.5;
}

.footer {
  /* margin-top: -1.822917rem; */
}
