.common-haining .swiper-effect .items .haining-content {
    padding-top: 20px;
    padding-left: 0;
}
img {
  max-width: 100%;
}
.common-netWork .swiper-netWork .items {
  display: flex;
  justify-content: center;
  padding-bottom: 80px;
}
.common-netWork .swiper-netWork .items .images {
  width: auto;
}
.common-netWork .swiper-netWork .items .images img {
  height: 3.08rem;
  max-width: 100%;
}
.common-netWork .swiper-netWork .items .images {
  position: relative;
  margin-bottom: 0;
}
.common-netWork .swiper-netWork .items .images .content {
  position: absolute;
  bottom: -80px;
  width: 100%;
  left: 0;
}
.common-netWork .swiper-netWork .items .images .content .title2 {
  background-color: #fff;
  padding: 5px 10px;
  border-radius: 10px 10px 0 0;
  margin-left: 18px;
  max-width: 150px;
  text-align: center;
  margin-bottom: 0;
}
.common-netWork .swiper-netWork .items .images .content .temporarily {
  background: #fff;
  border: 1px solid #c1c1c1;
  padding: 20px 20px 40px;
}
.common-netWork .swiper-netWork .items:hover .images .content .temporarily p.subtitle {
  display: block;
}
.common-netWork .swiper-netWork .items .images .content .temporarily .text {
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  display: none;
}
.common-netWork .swiper-netWork .items:hover {
  -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.3);
}
.common-netWork .swiper-netWork .items:hover .images .content .title2 a {
  color: var(--main-theme-color);
  text-decoration: underline;
}
.common-netWork .swiper-netWork .items:hover .images .content .temporarily .text {
  opacity: 1;
  display: block;
}
.common-effect .swiper-effect .items:hover img {
  transform: unset;
}
.common-effect .swiper-effect .items .over {
  position: relative;
  border-radius: 15px;
  padding-bottom: 62%;
}
.common-effect .swiper-effect .items .image {
  position: absolute;
  transition: all 0.3s;
  width: auto;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.common-effect .swiper-effect .items:hover .image {
  transform: translate(-50%, -50%) scale(1.2);
}
.common-effect .swiper-effect .items img {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.common-effect .swiper-effect .items:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.common-effect .swiper-effect .items:hover .over {
  -webkit-box-shadow: 2px 1px 10px 6px #c1c1c1;
  box-shadow: 2px 1px 10px 6px #c1c1c1;
}
.common-effect .swiper-effect .items .over {
  overflow: hidden;
  border-radius: 15px;
}
.common-effect .swiper-effect .items .title {
  position: relative;
  z-index: 1;
}
.common-effect .swiper-effect .items .title::after {
  position: absolute;
  background-color: var(--main-theme-color1);
  width: 30px;
  height: 71px;
  content: "";
  display: block;
  left: 0;
  top: -35px;
  z-index: -1;
}
.common-effect .swiper-effect .items .content {
  color: #383838;
}
@media screen and (max-width: 1200px) {
  .common-netWork .swiper-netWork .items .images img {
    height: 3.6rem;
  }
}
@media screen and (max-width: 1100px) {
  .common-netWork .swiper-netWork .items .images .content {
      bottom: -60px;
  }
  .common-netWork .swiper-netWork .items .images .content .temporarily {
    padding: 15px;
  }
  .common-netWork .swiper-netWork .items {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 900px) {
  .common-netWork .swiper-netWork .items .images img {
    height: 270px;
  }
}
@media screen and (max-width: 600px) {
  .common-netWork .swiper-netWork .items .images img {
    height: auto;
  }
}
@media only screen and (max-width: 426px) {
  .common-effect .right .items .content {
    padding-left: 0;
  }
  .dom-mt-40 {
    margin-top: 0px !important;
  }
  .common-effect.xl-dom-pt-0.dom-py-30 {
    margin-bottom: 0!important;
  }
  .common-effect.xl-dom-pt-0.dom-py-30 {
    padding-top: 0!important;
    padding-bottom: 0!important;
  }
  .content {
    font-size: 14px;
  }
  .pageLifeOne {
    font-size: 14px;
  }
  .main-title .title8 {
    font-size: 26px;
  }
}
