.position {
  padding-bottom: 0;
}
.pro-list {
  margin-bottom: 5.91rem;
}
.pro-list .index-link {
  position: relative;
  top: -4.55rem;
}
.pro-box {
  height: 17.27rem;
  padding-top: 2.41rem;
  box-sizing: border-box;
  background-color: #f5f8fa;
  margin-top: 5.91rem;
}
.pro-box:nth-of-type(1) {
  margin-top: 3.64rem;
}
.pro-box .pro-center {
  position: relative;
}
.pro-box .pic {
  position: absolute;
  left: 0;
  top: -4.55rem;
  width: 41%;
  overflow: hidden;
}
.pro-box .pic .img {
  position: relative;
  padding-bottom: 63.3%;
  background-color: #ccc;
}
.pro-box .pic .img img {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
}
.pro-box .rInfo {
  padding-left: 43%;
}
.pro-box .rInfo h3 {
  font-size: 1.09rem;
  margin-bottom: 0.59rem;
}
.pro-box .rInfo .pro-en {
  font-size: 0.55rem;
  color: #b3b3b3;
  text-transform: uppercase;
}
.pro-box .rInfo .pro-des {
  font-size: 0.64rem;
  color: #666;
  line-height: 1.36rem;
  margin: 1.27rem 0 1.91rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.pro-box .rInfo .links {
  flex-wrap: wrap;
}
.pro-box .rInfo .links .link {
  position: relative;
  margin-right: 2.18rem;
  margin-bottom: 0.91rem;
  height: 1.59rem;
  padding: 0 1.14rem;
  line-height: 1.59rem;
  text-align: center;
  margin-right: 0.91rem;
}
.pro-box .rInfo .links .link i {
  margin-right: 0.41rem;
  font-size: 0.55rem;
}
.pro-box .rInfo .links .link:hover {
  color: #02acb9;
}
.pro-box:nth-of-type(odd) .rInfo .links .link {
  border: solid 0.05rem #02acb9;
}
.pro-box:nth-of-type(odd) .rInfo .links .link span i {
  color: #02acb9;
}
.pro-box:nth-of-type(odd) .rInfo .links .link:hover {
  background-color: #02acb9;
}
.pro-box:nth-of-type(odd) .rInfo .links .link:hover span {
  color: #fff;
}
.pro-box:nth-of-type(odd) .rInfo .links .link:hover span i {
  color: #fff;
}
.pro-box:nth-of-type(even) .pro-center {
  flex-direction: column-reverse;
}
.pro-box:nth-of-type(even) .pro-center .pic {
  right: 0;
  left: auto;
}
.pro-box:nth-of-type(even) .pro-center .rInfo {
  padding-right: 43%;
  padding-left: 0;
}
.pro-box:nth-of-type(even) .pro-center .rInfo h3,
.pro-box:nth-of-type(even) .pro-center .rInfo .pro-des {
  color: #fff;
}
.pro-box:nth-of-type(even) .pro-center .rInfo .links .link {
  border: solid 0.05rem #e5e5e5;
  color: #fff;
}
.pro-box:nth-of-type(even) .pro-center .rInfo .links .link span i {
  color: #fff;
}
.pro-box:nth-of-type(even) .pro-center .rInfo .links .link:hover {
  background-color: #02acb9;
  border: 0.05rem solid #02acb9;
}
/* .pro-box:nth-of-type(2) {
  background: url(../img/service-center-soft-bg@3x.png) no-repeat center;
  background-size: cover;
} */
.pro-box:nth-of-type(even) {
  background: url(../img/yhty-bg@3x.png) no-repeat center;
  background-size: cover;
}
/* .pro-box:nth-of-type(6) {
  background: url(../img/ywpt-bg@3x.png) no-repeat center;
  background-size: cover;
} */
.pro-box:hover .pic img {
  transform: scale(1.04);
}
@media only screen and (max-width: 768px) {
  .pro-box {
    margin-top: 9.91rem;
    padding: 7.41rem 0 1.5rem;
    height: auto;
  }
  .pro-box:nth-of-type(1) {
    margin-top: 8.64rem;
  }
  .pro-box:nth-of-type(even) .pro-center .pic {
    width: 90%;
    left: 50%;
  }
  .pro-box:nth-of-type(even) .pro-center .rInfo {
    padding-right: 0;
  }
  .pro-box .pic {
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    top: -14.55rem;
  }
  .pro-box .rInfo {
    padding-left: 0;
  }
  .pro-box .rInfo .links .link {
    padding: 0 0.45rem;
    margin-right: 0.45rem;
  }
}

