.pr-solution {
  width: 100%;
}
.my-solution {
  background-color: #e9f0f6;
  width: 100%;
  height: 188px;
}
.my-solution > .my-solution-title {
  padding-top: 35px;
  padding-bottom: 10px;
  margin: 0 auto;
  text-align: center;
  font-size: 35px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #212121;
}
.my-solution > .my-solution-con {
  width: 720px;
  margin: 0 auto;
  text-align: center;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #212121;
  line-height: 22px;
}
.background-jjfa {
  width: 100%;
  height: 552px;
  overflow: hidden;
}
.backban-icon {
  width: 1120px;
  height: 100%;
  margin: 0 auto;
  display: flex;
}
.backban-li {
  cursor: pointer;
}
.backban-li,
.backban-li1,
.backban-li0 {
  width: 230px;
  height: 100%;
}
.backban-li0 {
  display: flex;
  justify-content: center;
  align-items: end;
  transform: translateY(0%);
  transition: 0.3s;
}
.backban-li1 {
  background-color: rgba(174, 47, 39, 0.7);
  height: 100%;
  transform: translateY(0%);
  transition: 0.3s;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
}
.backban-li:hover .backban-li0,
.backban-li:hover .backban-li1 {
  transform: translateY(-100%);
}

.backban-li2 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 56px;
}
.backban-title {
  width: 100%;
  color: white;
  padding-top: 5px;
  text-align: center;
}
.pr-display-1 {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
}
.products-con {
  width: 100%;
  height: 510px;
  box-sizing: border-box;
  background: #f0f6fc;
}
.products-con > h1 {
  font-size: 35px;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 20px;
  text-align: center;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #212121;
}
.product-list-box-pr {
  width: 1200px;
  margin: 0 auto;
}
.product-list-box-pr > .swiper-container1 {
  margin: 0 auto;
  height: 316px;
}
.slick-slide {
  width: 366px;
  height: 316px;
  background: #ffffff;
}
.slick-pr-img {
  width: 100%;
  height: 222px;
}
.slick-pr-text {
  padding: 20px 26px;
}
.slick-pr-title {
  text-align: left;
  font-size: 21px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #212121;
  padding-bottom: 4px;
}
.slick-pr-conx {
  font-size: 12px;
  text-align: left;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #444444;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  color: #d0d0d0;
}
.pr-m-container {
  width: 100%;
  background-position: center;
  background-size: cover;
  height: 800px;
}
.pr-m-container1 {
  width: 1120px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.pr-m-container-l {
  width: 340px;
  padding-top: 80px;
}
.pr-m-gywm1 {
  font-size: 35px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  opacity: 0.2;
}
.pr-m-gywm2 {
  font-size: 43px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ae2f27;
  position: relative;
  top: -15px;
  padding-bottom: 20px;
}
.pr-m-gywm3 {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  padding-bottom: 10px;
}
.pr-m-gywm4 {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 22px;
  padding-bottom: 15px;
}
.pr-m-gywm5 {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  cursor: pointer;
  color: #ae2f27;
}

.pr-m-container-r {
  width: 678px;
  display: grid;
  grid-template-columns: 338px 338px;
  grid-template-rows: 226px 226px 226px;
}
.pr-m-container-rli {
  width: 338px;
  height: 226px;
  overflow: hidden;
  border: 1px solid #efefef;
  box-sizing: border-box;
  position: relative;
}
.pr-m-container-rli1 {
  width: 100%;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  padding: 40px 26px 26px 26px;
  height: 100%;
}

.pr-m-container-rli:nth-child(1) {
  width: 0;
  height: 0;
  border: 0;
  overflow: hidden;
}
.pr-m-container-img {
  width: 100%;
  display: flex;
  position: absolute;
  right: 26px;
  top: 30px;
  justify-content: flex-end;
}
.pr-m-container-rli1 > h2 {
  font-size: 26px;
  padding-top: 35px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
}
.pr-m-container-rli1-p {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 17px;
}
