.chplb_right{ width:100%;}

    .containerrb {
      width: 1300px;
      margin: 0 auto;
      padding: 20px;
    }

    /* 顶部大图 */
    .header-image {
      width: 100%;
      height: auto;
      display: block;
    }

    /* 黑色+橙色横幅 */
    .bannerrb {
      display: flex;
      width: 100%;
      height: 60px;
      line-height: 60px;
      color: white;
      font-size: 24px;
      font-weight: bold;
    }
    .banner-left {
      background-color: black;
      flex: 1;
      text-align: center;
    }
    .banner-right {
      background-color: #F57C00;
      flex: 1;
      text-align: center;
    }

    /* 标题 */
    .containerrb h2 {
      text-align: center;
      margin-top: 30px;
      margin-bottom: 20px;
      font-size: 20px;
      color: #333;
    }

    /* 正文段落 */
    .containerrb p {
      line-height: 1.8;
      text-indent: 2em;
      margin-bottom: 15px;
      font-size: 16px;
      color: #333;
    }

    /* 公司理念部分 */
    .mission-section {
      margin-top: 40px;
    }
    .mission-section h2 {
      text-align: left;
      margin-bottom: 10px;
    }
    .mission-item {
      margin-bottom: 20px;
    }
    .mission-item strong {
      font-size: 16px;
      display: block;
      margin-bottom: 5px;
    }
    .mission-item p {
     /* text-indent: 0;*/
      margin: 0;
      font-size: 16px;
    }
	
	.products-content .pro-list .list-1 .pro-img::after {
  padding-top: 50%;
}

    /* 产品展示区 */
    .products-section {
      margin-top: 40px;
      /*display: flex;
      align-items: flex-start;*/
    }

    .products-sidebar {
      width: 280px;
      padding: 15px;
      background-color: #f9f9f9;
      border: 1px solid #ddd;
      border-radius: 5px;
    }

    .products-sidebar img {
      width: 100%;
      height: auto;
      margin-bottom: 15px;
    }

    .products-sidebar button {
      width: 100%;
      padding: 10px;
      background-color: white;
      border: 2px solid #333;
      border-radius: 5px;
      font-size: 16px;
      cursor: pointer;
      transition: background-color 0.3s;
    }
    .products-sidebar button:hover {
      background-color: #f0f0f0;
    }
	
	.products-sidebar-a {
      width: 100%;
      padding: 10px;
      background-color: white;
      border: 2px solid #333;
      border-radius: 5px;
      font-size: 16px;
      cursor: pointer;
      transition: background-color 0.3s;
	  display: inline-block;
  text-align: center;
    }
    .products-sidebar-a:hover {
      background-color: #f0f0f0;
    }

    .products-grid {
      flex: 1;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
      padding-left: 20px;
    }

    .product-card {
      display: flex;
      align-items: center;
      padding: 7px 16px;
      background-color: #fafafa;
      border: 1px solid #eee;
      border-radius: 5px;
    }

    .product-card img {
      width: 100px;
      height: auto;
      margin-right: 20px;
    }

    .product-info {
      flex: 1;
    }

    .product-info h3 {
      margin: 0 0 5px 0;
      font-size: 16px;
      color: #333;
    }

    .product-info p {
      margin: 0;
      font-size: 12px;
      color: #666;
      text-indent: 0;
    }

 .inside-nav .list {
  display: flex;
  justify-content: space-evenly;
}
.inside-nav .list li {
  width: 130px;
  text-align: center;
  line-height: 20px;
}
.inside-nav .list li * {
  color: #2d2d2d;
}
.inside-nav .list li i {
  width: 82px;
  height: 82px;
  display: block;
  margin: 0 auto;
}
.inside-nav .list li p {
  padding: 10px;text-indent: 0;
}
.inside-nav .list li:hover i {
  background-position-y: bottom;
}
.inside-nav .list li:hover p {
  color: #ed2723;
}
.inside-nav .list li .active i {
  background-position-y: bottom;
}
.inside-nav .list li .active p {
  color: #ed2723;
}
.inside-nav .list .no-i a {
  min-width: 130px;
  padding: 15px;
  background-color: #d9d9d9;
  transition: all 0.2s linear;
}
.inside-nav .list .no-i:hover a {
  background-color: #ed2723;
  color: #fff;
  transition: all 0.2s linear;
}
.inside-nav .list .no-i .active {
  background-color: #ed2723;
  color: #fff;
}

.pro-par .con {
  background-color: #d9d9d9;
  margin-top: 20px;
  padding: 30px 150px;
}
.pro-par .list {
  display: flex;
  justify-content: space-between;
}
.pro-par .list li {
  text-align: center;
}
.pro-par .list li p {
  font-size: 24px;
  padding: 0 15px;
  border-bottom: 1px solid #111;
  text-transform: uppercase;
}
.pro-par .list li span {
  font-size: 24px;
}
.pro-par .text {
  margin-top: 20px;
  font-size: 15px;
  line-height: 28px;
  white-space: nowrap;
}


.pro-content .t-tit {
  margin: 50px 0;
  display: flex;
}
.pro-content .t-tit p {
  font-size: 28px !important;
  text-align: center;
  color: #333;
  text-transform: capitalize;
  border: solid #111;
  border-width: 1px 0;
  padding: 10px 55px;
  margin: 0 auto;
}
.deteal-nav .list {
  display: flex;
  justify-content: space-evenly;
  overflow: hidden;
}
.deteal-nav .list li {
  /*width: 130px;*/
  float: left;
  width: calc( 100% / 8 - 20px);
  margin: 10px;
  text-align: center;
  line-height: 20px;
}
.deteal-nav .list li * {
  color: #2d2d2d;
}
.deteal-nav .list li i {
  width: 82px;
  height: 82px;
  display: block;
  margin: 0 auto;
}
.deteal-nav .list li p {
  padding: 10px;text-indent: 0;
}
.deteal-nav .list li:hover i {
  background-position-y: bottom;
}
.deteal-nav .list li:hover p {
  color: #ed2723;
}
.deteal-nav .list li .active i {
  background-position-y: bottom;
}
.deteal-nav .list li .active p {
  color: #ed2723;
}
.deteal-nav .list .no-i a {
  min-width: 130px;
  padding: 15px;
  background-color: #d9d9d9;
  transition: all 0.2s linear;
}
.deteal-nav .list .no-i:hover a {
  background-color: #ed2723;
  color: #fff;
  transition: all 0.2s linear;
}
.deteal-nav .list .no-i .active {
  background-color: #ed2723;
  color: #fff;
}

.prodeteal-ul {
  margin: 50px 0;
  display: flex;
  flex-wrap: wrap;
}
.prodeteal-ul li {
  width: 20%;
  text-align: center;
}
.prodeteal-ul li p {
  font-size: 16px;
  color: #2d2d2d;
  line-height: 40px;
}
.prodeteal-ul .active p {
  color: #ed2723;
}

.pro-content .top {
  background-color: #d9d9d9;
  padding: 20px;
}
.pro-content .top .pic{ text-align:center;}
.pro-content .top .pic img {
  margin: 0 auto;
}
.pro-content .top .text {
  display: flex;
  justify-content: center;
}
.pro-content .top .text ul:first-child {
  margin-right: 80px;
}
.pro-content .top .text ul p {
  font-size: 16px;
  line-height: 30px;
}
.pro-content .format {
  display: flex;
  justify-content: space-around;
  padding: 20px 0;
  line-height: 24px;
}

 @media (max-width:768px){
.containerrb {
  width: 100%;
  padding: 0;
}
.pro-par .con {
  background-color: #d9d9d9;
  margin-top: 20px;
  padding: 30px 50px;
  touch-action: auto;
  overflow-x: auto;
  overflow-y: hidden;
}
.pro-par .list li {
  min-width: 80px;
}
.pro-par .list li p{text-indent: 0;}

.deteal-nav .list li{width: calc( 100% / 3 - 20px);}
.prodeteal-ul li{width: 48%;}
.prodeteal-ul li p {
  line-height: 24px;
  margin-bottom: 10px;
}
.pro-content .t-tit p{font-size: 18px !important;}

 }