
/* 产品中心 */
@media screen and (max-width:600px){
  .inner{
    width: 95%;
    margin: 0 auto;
  }

  /* 面包屑 */
  .cpzx-header-1>div{
    display: none;
  }
  .cpzx-header-1{
    justify-content: center;
  }
  /* 产品中心字体 */
  .cpzx-header-1>.mbx{
    display: none;

  }
  
  /* 按钮切换 */
  .cpzx-body{
    display: block;
  }
  .cpzx-left{
    width: 100%;
  }

  /* 切换的内容 */
  .cpzx-right{
    width: 100%;
  }

  /* 图片大小 */
  .right-img{
    height: 200px;
    display: flex;
    align-items: center;
  }
  .right-text>div{
    display: flex;
    align-items: center;
    flex-direction: column;
  }


  /* 分页 */
  .pagination>li{
    width: 30px;
  }
  .right-text>div>span,.right-text>h5{
    font-size: 12px;
  }
  .right-1>ul>li{
    width: 48%;
	height: auto;
  }
  .right-1>ul::after{
    content: '';
    width: 50%;
  }
}



@media screen and (max-width:900px){
    .inner{
      width: 95%;
      margin: 0 auto;
    }
  
   
  }
  


  