
/* 产品与服务 */
.md13741.md-product {
  width: 100%;
  padding: 1rem 0 1.4rem;
}
.md13741.md-product .p-one {
  position: relative;
  width: 100%;
  padding: 0.5rem 0;
}
.md13741.md-product .p-id {
   position: absolute;
   top: -.5rem;
}
.md13741.md-product .p-cont {
  width: 12.8rem;
  margin: 0 auto;
  max-width: 92%;
}
.md13741.md-product .p-link {
  cursor: pointer;
  position: relative;
  width: 100%;
  min-height: 5.1rem;
  padding: 0.3rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  border-radius: 0.1rem;
  overflow: hidden;
}
.md13741.md-product .p-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.md13741.md-product .p-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: all ease 0.5s;
}
.md13741.md-product .p-text {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  width: 4.96rem;
  padding: 0.25rem 0.4rem 0.2rem;
  min-height: 2.88rem;
  background-color: #ffffff;
  border-radius: 0.1rem;
}
.md13741.md-product .p-name {
  transition: all ease 0.5s;
  width: 100%;
  color: #111111;
  line-height: 1.3;
  font-weight: bold;
}
.md13741.md-product .p-function {
  width: 100%;
  margin: 0.1rem 0;
  color: #111111;
  line-height: 1.6;
}
.md13741.md-product .p-intro {
  width: 100%;
  margin-top: 0.2rem;
  color: #777777;
  line-height: 1.5;
}
.md13741.md-product .p-more {
  transition: all ease 0.5s;
  margin-top: 0.4rem;
  display: inline-block;
  padding: 0 0.5rem;
  color: #ffffff;
  line-height: 2.87;
  background-color: #181818;
  border-radius: 0.1rem;
}
.md13741.md-product .p-link:hover .p-img img {
  transform: scale(1.05);
}
.md13741.md-product .p-link:hover .p-name {
  color: #e31d23;
}
.md13741.md-product .p-link:hover .p-more {
  color: #fff;
  background-color: #e31d23;
}
.md13741.md-product .pa-cont {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.md13741.md-product .pa-left {
  position: relative;
  width: 6rem;
  min-height: 8rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.md13741.md-product .pa-left .pa-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 0.85rem 1.05rem;
}
.md13741.md-product .pa-left .pa-name {
  width: 100%;
  color: #ffffff;
  font-weight: bold;
  line-height: 1.3;
}
.md13741.md-product .pa-left .pa-function {
  width: 100%;
  margin-top: 0.1rem;
  color: #ffffff;
  line-height: 1.6;
}
.md13741.md-product .pa-left .pa-intro {
  width: 100%;
  margin-top: 0.3rem;
  color: #ffffff;
  line-height: 1.5;
}
.md13741.md-product .pa-right {
  margin-left: 1.18rem;
  width: 9.6rem;
  display: flex;
  align-items: center;
}
.md13741.md-product .pa-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.md13741.md-product .pa-item {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  cursor: pointer;
  width: calc(50% - 0.25rem);
  min-height: 2.88rem;
  padding: 0.3rem 0.4rem 0.2rem;
  margin: 0.25rem 0;
  background-color: #ffffff;
  border-radius: 0.1rem;
}
.md13741.md-product .pa-item .pa-box {
  width: 100%;
}
.md13741.md-product .pa-item .pa-name {
  transition: all ease 0.5s;
  width: 100%;
  color: #111111;
  line-height: 1.4;
  font-weight: bold;
}
.md13741.md-product .pa-item .pa-intro {
  width: 100%;
  margin-top: 0.2rem;
  color: #777777;
  line-height: 1.5;
}
.md13741.md-product .pa-item .pa-more {
  transition: all ease 0.5s;
  margin-top: 0.3rem;
  display: inline-block;
  padding: 0 0.5rem;
  color: #ffffff;
  line-height: 2.87;
  background-color: #181818;
  border-radius: 0.1rem;
}
.md13741.md-product .pa-item:hover .pa-name {
  color: #e31d23;
}
.md13741.md-product .pa-item:hover .pa-more {
  color: #fff;
  background-color: #e31d23;
}

@media (max-width: 750px) {
  .md13741.md-product .p-link {
    min-height: 1rem;
    padding: 0;
  }
  .md13741.md-product .p-img {
    position: relative;
    height: auto;
    padding-top: 39.84375%;
  }
  .md13741.md-product .p-text {
    width: 100%;
    min-height: 1rem;
    padding: 0.3rem 0;
  }
  .md13741.md-product .pa-cont {
    padding: 0.5rem 4%;
  }
  .md13741.md-product .pa-left {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .md13741.md-product .pa-left .pa-text {
    padding: 0 0.3rem 0.3rem;
  }
  .md13741.md-product .pa-right {
    width: 100%;
    margin-left: 0;
  }
  .md13741.md-product .pa-item {
    width: calc(50% - 0.15rem);
    padding: 0.2rem 0.3rem;
  }
}

.md13741.md-product .p-titles {
  width: 12.8rem;
  margin: 0 auto;
  max-width: 92%; 
  color: #111;
  font-weight: bold;
  line-height: 1.25;
  position: relative;
  top: .2rem;
}
