* {
  margin: 0;
  padding: 0;
}
.public_w {
  max-width: 1630px;
  width: 85%;
  margin: 0 auto;
  padding: 0 15px;
}
/* 产品中心 */
.pro {
  /* banner */
  /* 导航 */
  /* 内容 */
}
.pro .banner {
  width: 100%;
}
.pro .banner > img {
  width: 100%;
}
.pro .nav_nav {
  width: 100%;
  padding-top: calc(10px + 0.25rem);
  padding-bottom: calc(10px + 0.25rem);
  display: flex;
  align-items: center;
  color: #666;
  font-size: calc(10px + 0.2rem);
  /* border: 1px solid #f00; */
}
.pro .nav_nav > img {
  width: 14px;
  margin: 0 2px;
}
.pro .pro_cont {
  width: 100%;
  display: flex;
  justify-content: space-between;
  /* border: 1px #f00 solid; */
}
.pro .pro_cont .l {
  width: 19%;
}
.pro .pro_cont .r {
  width: 76%;
}
.pro .pro_cont .r .pro_ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.pro .pro_cont .r .pro_ul .pro_li {
  width: 31.33333%;
  margin: 0 1% 20px 1%;
  padding: 10px 10px 0 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #eeeeee;
}
.pro .pro_cont .r .pro_ul .pro_li a {
  width: 100%;
}
.pro .pro_cont .r .pro_ul .pro_li a > div {
  width: 100%;
  overflow: hidden;
}
.pro .pro_cont .r .pro_ul .pro_li a > div > img {
  width: 100%;
  transition: all 0.3s;
}
.pro .pro_cont .r .pro_ul .pro_li a > p {
  text-align: center;
  color: #000;
  line-height: calc(20px + 1rem);
  font-weight: normal;
  font-size: calc(10px + 0.3rem);
}
.pro .pro_cont .r .pro_ul .pro_li:hover a > div > img {
  transform: scale(1.1);
}
@media screen and (max-width: 1100px) {
  .pro .pro_cont .l {
    display: none;
  }
  .pro .pro_cont .r {
    width: 100%;
  }
}
@media screen and (max-width: 770px) {
  .pro .pro_cont .r {
    width: 100%;
  }
  .pro .pro_cont .r .pro_ul {
    width: 100%;
    justify-content: space-between;
  }
  .pro .pro_cont .r .pro_ul .pro_li {
    width: 49%;
    margin: 0 0 5% 0;
  }
}
