.pro-list {
  display: flex;
  flex-wrap: wrap;
}
.pro-list .li {
  width: 23.9583333333%;
  margin-right: 1.3888888889%;
  margin-bottom: 0.2rem;
}
.pro-list .li:nth-child(4n) {
  margin-right: 0;
}
.pro-list .dd {
  display: block;
  padding: 0.3rem;
  min-height: 4.6rem;
  background-color: #f7f7f7;
  text-align: center;
  position: relative;
  bottom: 0;
  transition: all 0.3s;
}
.pro-list .dd:hover {
  bottom: 0.1rem;
}
.pro-list .dd:hover .h3 {
  color: #1d2088;
}
.pro-list .imgs {
  padding: 0.1rem 0;
}
.pro-list .img {
  position: relative;
  padding-top: calc(300 / 285 * 100%);
}
.pro-list .ii {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.pro-list .text {
  margin-top: 0.27rem;
}
.pro-list .h3 {
  color: #555;
  transition: color 0.3s;
}
@media (max-width: 900px) {
  .pro-list {
    justify-content: space-between;
  }
  .pro-list .li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 4%;
  }
}

.pro-1 {
  padding-top: 0.96rem;
  padding-bottom: 1rem;
}

.pro-11 {
  padding: 1rem 0;
}
.pro-11 .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pro-11 .swiper {
  width: 5.4rem;
}
.pro-11 .img {
  position: relative;
  padding-top: 120.3571428571%;
  background-color: #f7f7f7;
}
.pro-11 .ii {
  position: absolute;
  left: 10%;
  top: 10%;
  width: 80%;
  height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.pro-11 .text {
  width: 8rem;
  display: flex;
  align-items: center;
}
.pro-11 .tbox {
  width: 100%;
}
.pro-11 .h1 {
  color: #1d2088;
}
.pro-11 .list {
  margin-top: 0.5rem;
}
.pro-11 .li {
  display: flex;
  position: relative;
  padding-left: 0.9rem;
  margin-bottom: 0.56rem;
}
.pro-11 .li:last-child {
  margin-bottom: 0;
}
.pro-11 .li:last-child .te {
  border-bottom: none;
  padding-bottom: 0;
}
.pro-11 .ic {
  width: 0.54rem;
  height: 0.6rem;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
}
.pro-11 .te {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #eee;
}
.pro-11 .te * {
  color: #555;
  line-height: 1.4;
}
@media (max-width: 900px) {
  .pro-11 .swiper {
    width: 100%;
  }
  .pro-11 .text {
    width: 100%;
    padding: 0.3rem;
  }
}