.cpbl-banner {
  width: 100%;
  height: 300px;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 40px;
  text-align: center; }

.cpbl-banner-box {
  width: 886px;
  margin: 0 auto; }

.cpbl-banner p {
  text-align: left;
  line-height: 1.8; }

.cpbl-tab {
  margin-bottom: 20px; }

.cpbl-tab:hover, .cpbl-tab.active {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); }

.cpbl-tab-title {
  background-color: #fff;
  height: 60px;
  line-height: 60px;
  padding: 0 40px;
  border-radius: 8px;
  cursor: pointer; }

.cpbl-tab-title .icoy {
  border: 2px solid #666;
  height: 20px;
  line-height: 20px;
  width: 20px;
  text-align: center;
  border-radius: 1px;
  font-size: 14px;
  margin-top: 16px; }

.cpbl-tab-title:hover {
  color: #1D0358; }
  .cpbl-tab-title:hover .icoy {
    border-color: #1D0358; }

.cpbl-tab.active .cpbl-tab-title:hover {
  color: #fff; }
  .cpbl-tab.active .cpbl-tab-title:hover .icoy {
    border-color: #fff; }

.cpbl-tab.active .cpbl-tab-title {
  background-color: #cc0000;
  border-radius: 8px 8px 0 0;
  color: #fff; }
  .cpbl-tab.active .cpbl-tab-title .icoy {
    border-color: #fff; }

.cpbl-tab.active .cpbl-tab-con {
  display: block; }

.cpbl-tab-con {
  padding: 20px 40px 60px;
  border-radius: 0 0 8px 8px;
  /* display: none; */ }

.cpbl-tab-con th {
  background-color: #F6F6F6;
  text-align: left; }

.cpbl-tab-con table {
  width: 100%;
  border-right: 1px solid #CACACA;
  border-bottom: 1px solid #CACACA; }

.cpbl-tab-con th, .cpbl-tab-con td {
  vertical-align: top;
  padding: 16px 20px;
  border-top: 1px solid #CACACA;
  border-left: 1px solid #CACACA;
  line-height: 1.6; }

.cpbl-assembly-tablebg td {
  background-color: #FCFCFC; }

.cpbl-manuface dl {
  padding: 22px 0; }

.cpbl-manuface dt {
  font-weight: 700;
  font-size: 20px;
  color: #666;
  padding-bottom: 15px; }

.cpbl-manuface dd {
  line-height: 1.8; }
