* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-size: 0.18rem;
}
/* .swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
} */
.oneIntroduce{
  display: none;
}
.div_show{
  display: block;
}
/*核心*/
.titleTab,
.foutBlock {
  width: 14.2rem;
  margin: 0 auto;
}
.titleTab .big {
  width: 100%;
}
.foutBlock {
  display: flex;
  justify-content: space-between;
}
.foutBlock .bg {
  width: 3.3rem;
  height: 2.6rem;
  box-shadow: 0rem 0rem 0.06rem 0.01rem rgba(78, 78, 78, 0.16);
}
.foutBlock .bg .bg_tp {
  width: 1.16rem;
  height: 1.08rem;
  margin: 0.32rem auto 0;
}
.foutBlock .bg .bg_tp .changeImg,
.foutBlock .bg .bg_tp .changeImg img {
  width: 1.16rem;
  height: 1.08rem;
}
.foutBlock .bg:hover .changeImg {
  filter: brightness(0) invert(1);
}
.foutBlock .bg:hover{
  color: #fff;
  background-color: #05b25a;
}
.foutBlock .bg p {
  text-align: center;
  font-size: 0.28rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  margin-top: 0.35rem;
}
.introduce {
  width: 14.2rem;
  margin: 0.2rem auto;
}
.introduce p {
  margin: 0.2rem 0 0;
}
.introduce img,
.introduce p img{
    width: auto;
    max-width: 100%;
}
.introduce label {
  margin: 0.2rem 0;
}
.caseBox {
  /*height: 8.3rem;*/
  margin: 0.2rem 0;
  background: url(/assets/img/contact/img_1.png) no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  position: relative;
}
.caseBox .case1 {
  margin: 0.8rem 0 0 2.5rem;
}
.caseBox .caseSwiper {
  height: 5.05rem;
  width: 10rem;
  margin: 0.4rem auto 0;
}
.caseBox .caseSwiper .swiper {
  height: 100%;
  padding: 0.1rem;
  box-sizing: border-box;
}
.caseBox .caseSwiper .swiper .swiper-slide {
  font-size: .18rem;
  background: #fff;
  box-shadow: 0rem 0rem 0.1rem 0.01rem rgba(78, 78, 78, 0.16);
}
.caseBox .caseSwiper .swiper .swiper-slide {
  width: 9.55rem;
  height: 4.55rem;
}
.caseBox .caseSwiper .swiper .swiper-slide:nth-child(2n) {
  width: 9.55rem;
  height: 4.55rem;
}
.caseBox .caseSwiper .swiper .swiper-slide:nth-child(3n) {
  width: 9.55rem;
  height: 4.55rem;
}
.caseBox .caseSwiper .swiper .swiperFirst {
  display: flex;
  flex-direction: column;
  /*justify-content: space-between;*/
  /*align-items: center;*/
  position: relative;
}
.caseBox .caseSwiper .swiper .swiperFirst .context {
  width: 3.65rem;
  height: 1rem;
  line-height: 1rem;
  margin: 0 auto;
  text-align: center;
}
.caseBox .caseSwiper .swiper .swiperFirst .context h3 {
  font-family: Microsoft YaHei-Bold;
  font-size: 0.28rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.caseBox .caseSwiper .swiper .swiperFirst .context p {
  font-family: Microsoft YaHei-Regular;
  margin: 0.35rem 0 0 0;
  color: #333;
  font-size: .16rem;
  line-height: .3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.caseBox .caseSwiper .swiper .swiperFirst .caseImg {
  width: 5.6rem;
  height: 3.5rem;
  margin: 0 auto;
  /*position: absolute;*/
  /*left: 40%;*/
}
.caseBox .caseSwiper .swiper .swiperFirst .caseImg img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.caseBox .caseSwiper .arrow {
  width: 1.3rem;
  height: 0.4rem;
  margin: 0 0 0 2rem;
}
.caseBox .caseSwiper .arrow .changeButtonNext,
.caseBox .caseSwiper .arrow .changeButtonPrev {
  width: 0.4rem;
  height: 0.4rem;
}
.caseBox .caseSwiper .arrow .changeButtonNext {
  background: url(/assets/img/contact/img_2.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 7.8rem;
  left: 23%;
}
.caseBox .caseSwiper .arrow .changeButtonPrev {
  background: url(/assets/img/contact/img_3.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 7.8rem;
  left: 20%;
}
.caseBox .caseSwiper .scrollbarWidth {
  width: 10.2rem;
  position: absolute;
  top: 94%;
  left: 5rem;
}
.caseBox .caseSwiper .changePagination {
  width: 1rem;
  height: 0.4rem;
  position: absolute;
  top: 93%;
  left: 80%;
}



.caseBox .swiper-pagination-vertical.swiper-pagination-bullets,.caseBox  .swiper-vertical>.swiper-pagination-bullets {
    right: 22% !important;
}
