.swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #000;
}
.s2 .swiper-slide {
  transition: 300ms;
  transform: scale(0.8);
}
.s2 .swiper-slide-active,
.s2 .swiper-slide-duplicate-active {
  transform: scale(1);
}
.swiperbox {
  position: relative;
}
.swiper-button-prev {
  left: -60px;
  width: 12px;
  height: 27px;
  background: url(../images/company_arrlf.png) no-repeat;
  background-size: 100% 100%;
}
.swiper-button-next {
  right: -60px;
  width: 12px;
  height: 27px;
  background: url(../images/company_arrrg.png) no-repeat;
  background-size: 100% 100%;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 0;
}
article .content .txt {
  width: 100%;
  margin-top: 14px;
  margin-bottom: 26px;
}
article .content .txt p {
  color: #030303;
  font-size: 20px;
  line-height: 2em;
  text-indent: 2em;
}
article .content .txt p strong {
  color: #0f9544;
}
article .content .txt p span {
  color: #0f9544;
}
