@charset "utf-8";
  .product_detail{width: 85%;max-width: 1400px; margin: 0 auto;}
  .product_detail h2{font-size: 24px;border-bottom: 1px solid #ccc;text-align: center;margin: 32px 0;padding-bottom: 10px;}
  .product_detail img{max-width: 100%;}
  .content{}
  .product_detail .con{padding: 15px;font-size: 14px;line-height: 30px;color: #555555;}
  .cpjs_1 {
    font-size: 18px;
    font-weight:bold;
    line-height: 45px;
    color: #000000;
    overflow:hidden;
	background-color: #F1F1F1;
	padding: 0 20px;
    margin-bottom: 20px;
	margin-top: 20px;
	clear: both;
  }
  .cpjs_2 {
    font-size: 14px;
    line-height: 2.4;
    color: #555555;
    margin-bottom: 40px;
  }
  .cpjs_2 h4{font-size: 14px;font-weight: bold;margin: 10px 0;}
  .icoimg{float: left;width: 300px;margin-right: 20px;margin-bottom: 20px;}
  .pctable{display: table;}
  .mbtable{display: none;}
  @media (max-width: 1023px) {
    #pb_grid-1645236419609{display: none;}
    .pctable{display: none;}
    .mbtable{display: table;}
  }
  @media(max-width: 768px){
    .icoimg{float: none;width: 100%;margin-right: 0;}
    .product_detail{width: 100%;padding: 0 20px;}
    .product_detail h2{font-size: 18px;margin: 15px 0;}
    .cpjs_1{line-height: 1.4;padding: 10px 15px;}
    .cpjs_2{line-height: 2.0;}

  }
  
  
.page_poduct_detail h4{font-size: 14px;font-weight: bold;margin: 10px 0;}
.cpjs_2 .icoimg{max-width: 630px;width: 100%;margin-right: 30px;margin-bottom: 0;}
.detail_imgs{display: flex;justify-content: space-between;margin: 15px 0 0;flex-wrap: wrap;}
.detail_imgs img{width: 18%;}
.page_poduct_detail .xuhao {counter-reset:number;}
.page_poduct_detail .xuhao p{position: relative;}
.page_poduct_detail .xuhao p:before{content: counter(number);counter-increment: number;background-color: #0099CC;color: #fff;border-radius: 3px;padding: 3px 8px;margin-right: 10px;font-style: italic;font-family: Arial, Helvetica, sans-serif;}
@media(max-width: 768px){
    .detail_imgs{margin-right: 0;}
    .detail_imgs img{width: 100%;margin-bottom: 12px;}
}