.main-1 .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.main-1 .content .swiper-slide {
  width: 38.8rem;
  padding: 2rem;
  margin-bottom: 4.25rem;
  background-color: #fff;
}
.main-1 .content .swiper-slide .top {
  display: flex;
  margin-bottom: 2rem;
}
.main-1 .content .swiper-slide .top .img {
  width: 15.05rem;
  height: 11.05rem;
  margin-right: 2.25rem;
  flex-shrink: 0;
  margin-top: -3.7rem;
}
.main-1 .content .swiper-slide .top .t {
  flex: 1;
  padding-top: 1rem;
}
.main-1 .content .swiper-slide .top .t h6 {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}
.main-1 .content .swiper-slide .top .t p {
  font-size: 0.75rem;
  padding: 0.8rem 0;
  color: #666;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
}
.main-1 .content .swiper-slide .bottom {
  display: flex;
  justify-content: space-between;
}
.main-1 .content .swiper-slide .bottom p {
  max-width: 23rem;
  line-height: 1.6;
  color: #666;
}
.case_scfb .item {
  display: flex;
  align-items: start;
  padding-bottom: 2rem;
  margin-bottom: 4.7rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.case_scfb .item:last-of-type {
  margin-bottom: 0;
  border: none;
}
.case_scfb .item:nth-of-type(even) {
  align-items: center;
}
.case_scfb .item:nth-of-type(even) .text {
  background-color: #172a88;
}
.case_scfb .item:nth-of-type(even) .img {
  margin-left: 2rem;
}
.case_scfb .item .text {
  flex-shrink: 0;
  width: 24.1rem;
  padding: 3.5rem 3rem;
  background-color: #e60a1d;
}
.case_scfb .item .text * {
  color: #fff;
}
.case_scfb .item .text h6 {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
.case_scfb .item .text h6 img {
  margin-right: 0.5rem;
}
.case_scfb .item .text > p {
  font-size: 0.9rem;
  line-height: 1.6;
  padding-bottom: 1rem;
}
.case_scfb .item .text > div {
  margin-top: 2rem;
}
.case_scfb .item .text > div p {
  font-size: 2.4rem;
  margin-bottom: 0.5rem;
}
.case_scfb .item .text > div span {
  opacity: 0.5;
  line-height: 1.6;
}
.case_scfb .item .img {
  margin-left: 7rem;
}
.case_khjz .main-title {
  margin-bottom: 2rem;
}
.case_khjz .main-title h2 {
  font-size: 1.5rem;
}
.case_khjz .content {
  padding-left: calc((100% - 80rem) / 2);
}
.case_khjz .item {
  margin-bottom: 3.5rem;
}
.case_khjz .item:last-of-type {
  margin-bottom: 0;
}
.case_khjz .item .swiper-slide {
  width: auto;
  padding: 0.6rem;
  background-color: #fff;
}
.case_khjz .item .swiper-slide .img {
  display: flex;
}
.case_khjz .item .swiper-slide .img img {
  width: auto;
  margin: auto;
}
.case_khjz .item .swiper-slide p {
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 0.5rem;
}
.case_khjz .item .swiper-button-wrap {
  position: absolute;
  top: 50%;
  right: 8rem;
  flex-direction: column;
  transform: translateY(-50%);
  z-index: 11;
}
.case_khjz .item .swiper-button-wrap .swiper-button {
  margin: 0 0 0.5rem 0;
}
@media screen and (max-width: 768px) {
  .main-1 .content .swiper-slide {
    width: 100%;
    padding: 1rem;
    margin-bottom: 1rem;
  }
  .main-1 .content .swiper-slide .top {
    flex-direction: column;
    margin-bottom: 1rem;
  }
  .main-1 .content .swiper-slide .top .img {
    width: 100%;
    height: 10rem;
    margin-top: 0;
    margin-right: 0;
  }
  .main-1 .content .swiper-slide .bottom {
    flex-direction: column;
  }
  .main-1 .content .swiper-slide .bottom .more {
    margin-top: 1rem;
  }
  .case_scfb .item {
    flex-direction: column;
  }
  .case_scfb .item .text {
    width: 100%;
  }
  .case_scfb .item .img {
    margin-left: 0;
    margin-top: 2rem;
  }
  .case_khjz .item .swiper-slide .img {
    width: 100%;
    height: 15rem;
  }
  .case_khjz .item .swiper-slide img {
    object-fit: scale-down;
  }
  .case_khjz .item .swiper-button-wrap {
    display: none;
  }
}
