.proPage {
  background: rgba(242, 246, 247, 0.8);
}
.proPage .proPage-inner {
  width: 100%;
}
.proPage .proType-btn {
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
  background: #00623A;
  margin-bottom: 20px;
  display: none;
  padding: 10px 12px;
  border-radius: 12px;
}
.proPage .indexPage-outer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.proPage .proMain {
  width: 100%;
}
.proPage .proMain .pro-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.proPage .proMain .pro-item {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(0, 98, 58, 0.3);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 26px;
}
.proPage .proMain .pro-item .pro-tp {
  width: 100%;
  background: url('https://file.global86.cn/fileStore/website_new_v2/axlk/curimg/pro-center-one.jpg') no-repeat;
  background-size: cover;
  border-radius: 20px;
  max-width: 300px;
  overflow: hidden;
  position: relative;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  margin: 0 auto;
}
.proPage .proMain .pro-item .pro-tp img {
  width: 100%;
  height: 100%;
  transform: scale(1);
  object-fit: scale-down;
  transition: 0.5s ease-in-out;
  display: block;
}
.proPage .proMain .pro-item .pro-desc {
  width: 100%;
  display: block;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 22px;
  text-align: center;
}
.proPage .proMain .pro-item .name {
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  margin: 26px 0 8px;
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  transition: 0.5s;
}
.proPage .proMain .pro-item .name p {
  position: relative;
}
.proPage .proMain .pro-item .name p:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #00623A;
  content: "";
  width: 0;
  height: 1px;
  transition: 0.5s;
}
.proPage .proMain .pro-item:hover .pro-tp img {
  transform: scale(1.2);
}
.proPage .proMain .pro-item:hover .name {
  color: #00623A;
}
.proPage .proMain .pro-item:hover .name p:after {
  width: 100%;
}
.proPage .proMain .pro-item:nth-of-type(3n) {
  margin-right: 0;
}
.proPage .webPage {
  margin-top: 40px;
}
@media (max-width: 1860px) {
  .nban .nban-nav {
    margin: 18px 0 0;
  }
}
@media only screen and (max-width: 1600px) {
  .proPage .proMain .pro-item .name {
    font-size: 16px;
    margin: 18px 0 8px;
  }
}
@media (max-width: 1250px) {
  .nban {
    margin-top: 65px;
  }
  .proPage .proMain .pro-item .pro-tp {
    border-radius: 12px;
  }
  .proPage .proMain .pro-item {
    width: calc((100% - 44px) / 3);
    margin-right: 22px;
    margin-bottom: 26px;
    padding-bottom: 18px;
  }
  .proPage .proMain .pro-item .pro-tp {
    width: 90%;
  }
  .nban .nban-nav {
    flex-wrap: wrap;
  }
  .nban .nban-nav .proTypeXin-one {
    margin: 12px 5% 12px 0;
  }
  .nban .nban-nav::before {
    top: 30px;
  }
  .nban .nban-nav .proTypeXin-one:nth-last-of-type(1)::after {
    top: 19px;
  }
}
@media (max-width: 1023px) {
  .nban .nban-nav .proTypeXin-one:nth-last-of-type(1)::after {
    display: none;
  }
  .nban .nban-nav {
    margin: 0 0;
  }
  .nban {
    padding: 50px 0 25px;
  }
}
@media (max-width: 767px) {
  .nban {
    padding: 30px 0 16px;
  }
  .nban .nban-nav .proTypeXin-one .proTypeXin-a .text {
    font-size: 12px;
    line-height: 24px;
  }
  .proPage .proMain .pro-item .pro-desc {
    font-size: 12px;
    line-height: 20px;
  }
  .proPage .proMain .pro-item .name {
    font-size: 14px;
    margin: 15px 0 6px;
  }
  .proPage .proMain .pro-item {
    width: calc((100% - 36px) / 3);
    margin-right: 18px;
    margin-bottom: 24px;
    padding-bottom: 16px;
  }
  .nban .nban-nav::before {
    top: 23px;
  }
}
@media (max-width: 641px) {
  .nban {
    margin-top: 50px;
  }
}
@media (max-width: 521px) {
  .proPage .proMain .pro-item {
    width: calc((100% - 18px) / 2);
    margin-right: 18px;
    margin-bottom: 22px;
    padding-bottom: 15px;
  }
  .proPage .proMain .pro-item:nth-of-type(3n) {
    margin-right: 18px;
  }
  .proPage .proMain .pro-item:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media (max-width: 431px) {
  .nban {
    margin-top: 42px;
  }
}
