/*案例展示*/
/*$$
{
	"color":[
		{"val":"#6d6d6d","title":"英文字体颜色"},
		{"val":"#ffffff","title":"中文字体颜色/小模块默认字体颜色"}
	],
	"background":[
		{"val":"#313131","title":"默认背景颜色"}
	],
	"border":[
		{"val":"#ffffff","title":"默认边框颜色"},
		{"val":"#b93936","title":"手机端默认边框颜色"}
	]
}
$$*/
#case_154 {
  background: #313131;
  padding: 50px 10px;
}

#case_154 .cas_box {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

#case_154 .cas_box .row_tit {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

#case_154 .cas_box .row_tit .al21Ti .enname {
  font-size: 60px;
  font-family: Impact5;
  color: #6d6d6d;
  line-height: 60px;
}

#case_154 .cas_box .row_tit .al21Ti .cnname {
  font-size: 35px;
  color: #ffffff;
  font-weight: bold;
}

#case_154 .cas_box .row_tit .mores {
  position: relative;
  width: 140px;
  line-height: 38px;
  border:#b93936 1px solid ;
  font-size: 16px;
  color: #b93936;
  overflow: hidden;
}

#case_154 .cas_box .row_tit .mores .showmore {
  display: block;
  text-align: center;
  color: inherit;
  transition: 0.3s linear;
  position: relative;
  z-index: 2;
}

#case_154 .cas_box .row_tit .mores::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: #b93936;
  opacity: 0;
  transform: scale(0);
  transition: 0.3s linear;
  border-radius: 50%;
}

#case_154 .cas_box .row_tit .mores:hover::after {
  opacity: 1;
  transform: scale(1.5);
}

#case_154 .cas_box .row_tit .mores:hover .showmore {
  color: #ffffff;
}

#case_154 .cas_box .casLi {
  display: flex;
  justify-content: center;
  margin-top: 35px;
}

#case_154 .cas_box .casLi.Pc {
  display: block;
}

#case_154 .cas_box .casLi .cas_Cell {
  width: calc(100% / 6);
  height: 450px;
  position: relative;
  transition: 0.3s ease;
  overflow: hidden;
}

#case_154 .cas_box .casLi .cas_Cell .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: 0.3s ease;
}

#case_154 .cas_box .casLi .cas_Cell .init {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
}

#case_154 .cas_box .casLi .cas_Cell .init::before {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.3s linear;
}

#case_154 .cas_box .casLi .cas_Cell .init .unit {
  font-family: impact5;
  font-size: 35px;
  color: rgba(255, 255, 255, 0.6);
  width: 100%;
  text-align: center;
  display: block;
  position: relative;
  bottom: 30px;
  z-index: 3;
  transition: 0.3s linear;
}

#case_154 .cas_box .casLi .cas_Cell .open {
  width: 50%;
  background: #b93936;
  position: absolute;
  bottom: 30px;
  left: 0;
  padding: 30px 25px;
  opacity: 0;
  transition: 0.4s ease;
  transform: rotateY(180deg);
  transform-origin: 0 50%;
}

#case_154 .cas_box .casLi .cas_Cell .open .open_tx {
  font-size: 20px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 8px;
  display: block;
  line-height: 30px;
}

#case_154 .cas_box .casLi .cas_Cell .open .open_des {
  font-size: 14px;
  color: #ffffff;
  line-height: 25px;
}

#case_154 .cas_box .casLi .cas_Cell.act {
  width: calc(100% / 2);
}

#case_154 .cas_box .casLi .cas_Cell.act .bg {
  transition-delay: 0.3s;
  transform: scale(1.05);
}

#case_154 .cas_box .casLi .cas_Cell.act .init::before {
  opacity: 0;
  transform: scale(1.1);
}

#case_154 .cas_box .casLi .cas_Cell.act .init .unit {
  bottom: 0;
  opacity: 0;
}

#case_154 .cas_box .casLi .cas_Cell.act .open {
  transition-delay: 0.15s;
  opacity: 1;
  transform: rotateY(0);
}

#case_154 .cas_box .swiperBox {
  margin-top: 30px;
}

#case_154 .cas_box .swiperBox.MB {
  display: none;
}

#case_154 .cas_box .swiperBox .showAMo {
  width: 100%;
  margin-top: 30px;
}

#case_154 .cas_box .swiperBox .showAMo .showAMoA {
  width: 50%;
  max-width: 150px;
  margin: 0 auto;
  line-height: 40px;
  border:#b93936 1px solid;
  border-radius: 5px 5px 5px 5px;
  background: none;
  color: #b93936;
  text-align: center;
  display: block;
  font-size: 14px;
}

#case_154 .cas_box .swiperBox .CaseMSwiper {
  width: 100%;
}

#case_154 .cas_box .swiperBox .CaseMSwiper .swiper-pagination-bullet-active {
  background: #ffffff !important;
}

#case_154 .cas_box .swiperBox .CaseMSwiper .swiper-slide {
  position: relative;
}

#case_154 .cas_box .swiperBox .CaseMSwiper .swiper-slide .Case_img {
  width: 100%;
  display: block;
}

#case_154 .cas_box .swiperBox .CaseMSwiper .swiper-slide .Case_info {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(185, 57, 54, 0.8);
  padding: 20px 20px;
}

#case_154 .cas_box .swiperBox .CaseMSwiper .swiper-slide .Case_info .Case_ti {
  margin-bottom: 10px;
  line-height: 20px;
}

#case_154 .cas_box .swiperBox .CaseMSwiper .swiper-slide .Case_info .Case_ti .Case_h2 {
  font-size: 18px;
  color: #ffffff;
}

#case_154 .cas_box .swiperBox .CaseMSwiper .swiper-slide .Case_info .Case_ti .Case_h2 .unit {
  font-family: impact5;
  margin-right: 5px;
}

#case_154 .cas_box .swiperBox .CaseMSwiper .swiper-slide .Case_info .Case_des {
  font-size: 12px;
  color: #ffffff;
  line-height: 22px;
}

@media (max-width: 786px) {
  #case_154 .cas_box .row_tit {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    text-align: center;
    width: 100%;
  }
  #case_154 .cas_box .row_tit .al21Ti .enname {
    font-size: 28px;
    line-height: 30px;
  }
  #case_154 .cas_box .row_tit .al21Ti .cnname {
    font-size: 24px;
  }
  #case_154 .cas_box .row_tit .mores {
    display: none;
  }
  #case_154 .cas_box .casLi.PC {
    display: none;
  }
  #case_154 .cas_box .swiperBox.MB {
    display: block;
  }
}
