/*案例展示*/
/*$$
{
	"color":[
		{"val":"#000000","title":"默认字体颜色"},
		{"val":"rgba(45, 68, 148, 0.12)","title":"英文标题"},
		{"val":"#333333","title":"中文标题"}
	],
	"background":[
		{"val":"#f4f7ff","title":"模块默认颜色"},
		{"val":"#f9ac6b","title":"标题底部颜色"},
		{"val":"#fcdcc1","title":"模块选中颜色"}
	],
	"border":[
	
	]
}
$$*/
#case_154 {
  padding: 40px 10px;
}

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

#case_154 .cas_box .all_tit {
  text-align: center;
  position: relative;
  padding-top: 16px;
}

#case_154 .cas_box .all_tit h2 {
  font-size: 36px;
  color: #333333;
  font-weight: bold;
  line-height: 40px;
  white-space: nowrap;
}

#case_154 .cas_box .all_tit h2 span {
  position: relative;
  z-index: 2;
  padding-bottom: 2px;
}

#case_154 .cas_box .all_tit h2 span::after {
  content: '';
  height: 14px;
  width: 100%;
  background: #f9ac6b;
  position: absolute;
  border-radius: 14px 14px 14px 14px;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  z-index: -1;
}

#case_154 .cas_box .all_tit p {
  font-size: 44px;
  color: rgba(45, 68, 148, 0.12);
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-weight: bold;
  white-space: nowrap;
}

#case_154 .cas_box .cont {
  width: 100%;
  margin-top: 60px;
}

#case_154 .cas_box .cont .men_Ul {
  display: flex;
  justify-content: space-between;
}

#case_154 .cas_box .cont .men_Ul .men_Li {
  width: calc((100% - 45px) / 4);
}

#case_154 .cas_box .cont .men_Ul .men_Li .men_imgs {
  width: 100%;
}

#case_154 .cas_box .cont .men_Ul .men_Li .men_imgs .men_img {
  width: 100%;
  display: block;
}

#case_154 .cas_box .cont .cboxt {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}

#case_154 .cas_box .cont .cboxt .cboxt_left {
  width: 588px;
  height: 440px;
  padding: 12px;
  margin-right: 25px;
  background: #f4f7ff;
}

#case_154 .cas_box .cont .cboxt .cboxt_left .cboxtSwiper {
  width: 100%;
  height: 100%;
  position: relative;
}

#case_154 .cas_box .cont .cboxt .cboxt_left .cboxtSwiper .swiper-slide {
  width: 100%;
  height: 100%;
}

#case_154 .cas_box .cont .cboxt .cboxt_left .cboxtSwiper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}

#case_154 .cas_box .cont .cboxt .cboxt_left .cboxtSwiper .swiper-slide a img {
  display: block;
  width: 100%;
  height: 100%;
}

#case_154 .cas_box .cont .cboxt .cboxt_left .cboxtSwiper .patgin {
  height: 36px;
  background: rgba(255, 255, 255, 0.44);
  padding: 4px 6px;
  border-radius: 35px;
  position: absolute;
  left: 10px;
  z-index: 3;
  bottom: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#case_154 .cas_box .cont .cboxt .cboxt_left .cboxtSwiper .patgin .patgin_i {
  font-size: 14px;
  color: #666666;
  padding: 0 20px;
  border-radius: 20px;
  height: 100%;
  line-height: 28px;
  display: block;
}

#case_154 .cas_box .cont .cboxt .cboxt_left .cboxtSwiper .patgin .patgin_i.Ace {
  color: #ffffff;
  background: #f9ac6b;
}

#case_154 .cas_box .cont .cboxt .cboxt_right {
  flex: 1;
  width: 0;
}

#case_154 .cas_box .cont .cboxt .cboxt_right .pul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#case_154 .cas_box .cont .cboxt .cboxt_right .pul .pli {
  width: 282px;
  height: 210px;
  background: #f4f7ff;
  padding: 6px 6px;
  margin-bottom: 20px;
  position: relative;
}

#case_154 .cas_box .cont .cboxt .cboxt_right .pul .pli a {
  width: 100%;
  height: 100%;
  display: block;
}

#case_154 .cas_box .cont .cboxt .cboxt_right .pul .pli a .pimgs {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
  overflow: hidden;
}

#case_154 .cas_box .cont .cboxt .cboxt_right .pul .pli a .pimgs .pimg {
  width: 100%;
  height: 100%;
  transition: 0.3s ease;
  display: block;
}

#case_154 .cas_box .cont .cboxt .cboxt_right .pul .pli::after {
  width: 0%;
  height: 0%;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fcdcc1;
  content: '';
  transition: 0.3s ease;
  opacity: 0;
}

#case_154 .cas_box .cont .cboxt .cboxt_right .pul .pli:hover::after {
  width: 100%;
  height: 100%;
  opacity: 1;
}

#case_154 .cas_box .cont .cboxt .cboxt_right .pul .pli:hover .pimgs .pimg {
  transform: scale(1.1);
}

@media (max-width: 1200px) {
  #case_154 .cas_box .cont .cboxt .cboxt_left {
    width: 48vw;
    height: 36vw;
  }
  #case_154 .cas_box .cont .cboxt .cboxt_right {
    height: 36vw;
  }
  #case_154 .cas_box .cont .cboxt .cboxt_right .pul {
    height: 100%;
  }
  #case_154 .cas_box .cont .cboxt .cboxt_right .pul .pli {
    width: calc(50% - 10px);
    height: calc(50% - 10px);
  }
}

@media (max-width: 786px) {
  #case_154 .cas_box .all_tit {
    padding-top: 6px;
  }
  #case_154 .cas_box .all_tit h2 {
    font-size: 24px;
  }
  #case_154 .cas_box .all_tit h2 span::after {
    height: 8px;
  }
  #case_154 .cas_box .all_tit p {
    font-size: 32px;
  }
  #case_154 .cas_box .cont {
    margin-top: 35px;
  }
  #case_154 .cas_box .cont .men_Ul {
    flex-wrap: wrap;
  }
  #case_154 .cas_box .cont .men_Ul .men_Li {
    margin-bottom: 10px;
    width: calc(50% - 10px);
  }
  #case_154 .cas_box .cont .cboxt {
    flex-wrap: wrap;
  }
  #case_154 .cas_box .cont .cboxt .cboxt_left {
    width: 100%;
    height: 75vw;
  }
  #case_154 .cas_box .cont .cboxt .cboxt_left .cboxtSwiper .patgin {
    height: 30px;
  }
  #case_154 .cas_box .cont .cboxt .cboxt_left .cboxtSwiper .patgin .patgin_i {
    padding: 0 14px;
    font-size: 12px;
    line-height: 22px;
  }
  #case_154 .cas_box .cont .cboxt .cboxt_right {
    width: 100%;
    height: auto;
    flex: none;
    margin-top: 15px;
  }
  #case_154 .cas_box .cont .cboxt .cboxt_right .pul .pli {
    width: calc(50% - 5px);
    height: auto;
    margin-bottom: 10px;
  }
}
