/* 公司简介 */
.join-us-franchise-store .slb-introduce-l {
  padding-right: 0;
  flex: 1;
  max-width: 50%;
  height: auto;
}
.join-us-franchise-store .slb-introduce-r {
  padding-left: 50px;
}
.join-us-franchise-store .arrow {
  padding-right: 20px;
  display: flex;
  justify-content: flex-end;
}
.corporateImageArea {
  min-width: 768px;
}
.corporateImageArea .swiper-slide {
  display: flex;
  align-items: center;
}
.corporateImageArea .swiper-slide img {
  height: 500px;
}
.news-box-l {
  position: relative;
  overflow: hidden;
  width: 60%;
}
.news-box-r {
  width: 40%;
  height: auto;
}
.swiper-pagination-area {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
  right: 0;
  z-index: 5;
  width: 130px;
  height: 50px;
  background-color: rgba(124,0,0,0.75);
  color: #fff;
  font-size: 16px;
}
.swiper-pagination-area i {
  padding: 5px;
  cursor: pointer;
  display: inline-block;
}
.swiper-pagination-area i:hover {
  font-weight: bold;
}
.swiper-pagination-area i.swiper-button-disabled {
  color: #ccc;
}
.swiper-pagination-area span {
  margin-left: 24px;
  margin-right: 24px;
  width: 1px;
  height: 11px;
  background-color: #fff;
}
.news-box-item {
  padding: 50px;
  padding-right: 0;
  position: relative;
  text-transform: capitalize;
  display: flex;
  flex-flow: column;
  color: #373737;
}
.news-box-item > h3 {
  font-size: 30px;
}
.news-box-item > p {
  margin-top: 8px;
  color: #444444;
  font-size: 18px;
  line-height: 1.5;
}
.news-box-r-c {
  margin-top: 40px;
}
.news-box-r-c p {
  margin-bottom: 80px;
  display: inline-block;
  line-height: 2;
  height: 171px;
}
.news-box-r-c .arrow {
  display: flex;
  justify-content: flex-end;
}
/* end  */

/* 企业理念 */
.conceptCompanyArea {
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
}
.conceptCompanyArea li {
  margin-top: 20px;
  margin-right: 20px;
  width: calc(33.33% - 20px);
}
.conceptCompanyArea li a {
  position: relative;
  display: block;
  width: 100%;
}
.conceptCompanyArea li a img {
  height: 226px;
}
.conceptCompanyArea li a p {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  font-size: 26px;
  color: #fff;
}
.conceptCompanyArea li a:hover p {
  background-color: rgba(0,0,0,0.35);
}
/* 企业理念 End */
