.products-list {
  max-width: 1520px;
  margin: 50px auto;
}
.pc-title {
  font-family: MicrosoftYaHei;
  font-size: 30px;
  color: #333333;
  line-height: 30px;
}
.products-list-box {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 29px 29px;
}
.products-card {
  overflow: hidden;
  flex: 0 0 485px;
  height: 400px;
  border: 1px solid #dddddd;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
}
.pc-img {
  flex-grow: 1;
  padding: 28px;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.pc-img img {
    display: block;
    max-height: 100%;
    transition: all 0.3s ease-in-out;
    max-width: 100%;
}
.pc-p {
    transition: all 0.3s ease-in-out;
    width: 100%;
    background-color: #dddddd;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333333;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    text-align: center;
    line-height: 1.4;
    padding: 19px 7%;
    box-sizing: border-box;
}
.gyms-p table{
        border-collapse: collapse;
    width: 100%;
}
.gyms-p table tr td{
border: 1px solid rgba(240, 243, 243);
    padding: 10px 19px;
}
.gyms-p table tr td:nth-child(1),.gyms-p table tr td:nth-child(3),.gyms-p table tr td:nth-child(4){
    white-space: nowrap;
}
.products-card:hover .pc-p {
  background-color: #00aec3;
  color: #ffffff;
}
.products-card:hover img {
  transform: scale(1.07);
}
.products-top {
  max-width: 1520px;
  display: flex;
  margin: auto;
  padding: 40px 0 26px 0;
}
.pt-img-box {
  flex: 0 0 50%;
  overflow: hidden;
}
.pib-bigimg {
  background-color: #ffffff;
  height: 489px;
  overflow: hidden;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pib-bigimg img {
  max-height: calc(100% - 114px);
  width: auto;
  transition: all 0.3s ease-in-out;
  max-width: 100%;
}
.pt-p-box {
  flex: 0 0 calc(50% - 60px);
  padding-left: 60px;
}
.pib-litimg {
  width: 100%;
  height: 94px;
  overflow: hidden;
  padding-bottom: 4px;
  padding-left: 2px;
}
.pib-litimg .swiper-slide-active {
  border: 1px solid #00aec3;
}
.pib-swiper {
  height: 76px;
  width: calc(100% - 2px);
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 1px;
}
.pib-swiper img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}
.ppb-title {
  margin-top: 50px;
  font-family: MicrosoftYaHei;
  font-size: 30px;
  line-height: 1.3;
  color: #333333;
}
.ppb-p p {
  color: #777777;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  line-height: 30px;
  margin-top: 37px;
}
.ppb-list {
  margin-top: 25px;
}
.ppb-list-p {
  display: flex;
  height: 38px;
  align-items: center;
}
.ppb-list-p div {
  width: 10px;
  height: 10px;
  margin-right: 12px;
  background-color: #00aec3;
  border-radius: 50%;
}
.ppb-list-p p {
  font-family: MicrosoftYaHei-Bold;
  font-size: 16px;
  line-height: 16px;
  
  color: #333333;
}
.ppb-button {
  display: flex;
  margin-top: 87px;
}
.ppb-button a {
  width: 172px;
  height: 50px;
  display: flex;
  align-items: center;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  
  color: #ffffff;
  border-radius: 10px;
}
.ppb-button a:nth-child(1) {
  background-color: #00aec3;
  margin-right: 20px;
}
.ppb-button img {
  display: block;
  height: 20px;
  margin: auto 18px auto 20px;
}
.products-ms {
  max-width: 1520px;
  margin: 0 auto;
  padding-bottom: 70px;
  border-bottom: 1px solid #dddddd;
}
.gyms-t {
  border-left: 5px solid #00aec3;
  height: 28px;
  margin-top: 70px;
  font-family: MicrosoftYaHei;
  font-size: 24px;
  
  color: #333333;
  line-height: 24px;
  padding-left: 14px;
}
.gyms-p p {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  margin-top: 30px;
}
.cl-card {
  flex: 0 0 282px;
  background-color: #f0f3f3;
  padding: 30px 34px;
}
.cl-card p {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  line-height: 30px;
  
  color: #333333;
}
.cl-card p:nth-child(1) {
  font-size: 24px;
  color: #00aec3;
  margin-bottom: 18px;
}
.cptd-list {
  margin-top: 35px;
  display: flex;
  gap: 40px;
}
.jscs {
  margin-top: 40px;
}
.jscs-t {
  width: 100%;
  text-align: center;
  border-spacing: 1px;
}
.jscs-t tr {
  height: 60px;
}
.jscs-t tr:nth-child(odd) {
  background-color: #f0f3f3;
}
.jscs-t tr:nth-child(1) {
  background-color: #00aec3;
  color: #ffffff;
  font-family: MicrosoftYaHei-Bold;
  font-size: 18px;
  
}
.products-xgcp {
  width: 100%;
  overflow: hidden;
}
.pxgcp-box {
  max-width: 1520px;
  margin: 0 auto;
  margin-top: 40px;
}
.pxb-card {
  display: block;
  width: 485px;
  height: calc(335px + 62px);
  border: 1px solid #dddddd;
}
.pxb-card div:nth-child(2) {
  transition: all 0.3s ease-in-out;
  background-color: #dddddd;
  height: 62px;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: MicrosoftYaHei;
  font-size: 18px;
}
.pxb-card div:nth-child(1) {
  height: 335px;
  overflow: hidden;
}
.pxb-card div:nth-child(1) img {
  display: block;
  height: 280px;
  width: auto;
  margin: 28px auto;
  transition: all 0.3s ease-in-out;
}
.pxb-list {
  display: flex;
  position: relative;
  margin-bottom: 165px;
  gap: 30px;
  margin-top: 40px;
  text-align: center;
}
.pxb-card:hover div:nth-child(2) {
  background-color: #00aec3;
  color: #ffffff;
}
.pxb-card:hover img {
  transform: scale(1.3);
}
.pxbswiper {
  overflow: hidden;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  max-width: 1520px;
}
.pxv-pag {
  position: absolute;
  top: 470px;
  left: 50%;
  transform: translateX(-50%);
}
.pxv-pag .swiper-pagination-bullet {
  background-color: #777777 !important;
  margin-right: 6px;
}
.pxv-pag .swiper-pagination-bullet-active {
  background-color: #00aec3 !important;
}
.pxv-dh:hover {
  background-image: url("../images/right2.png");
}
.pxv-dh {
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-image: url("../images/right.png");
  transition: all 0.2s ease-in-out;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  z-index: 999;
  top: 50%;
  transform: translateY(-50%);
}
.pxv-prev {
  transform: rotate(180deg);
  left: -60px;
}
.pxv-next {
  left: auto;
  right: -60px;
}
