.cplist {
  width: 100%;
  overflow: hidden;
  padding: 50px 0px 100px;
  background: #f2f6fb;
}


.cplist .tre .row {
  margin: 0;
  padding: 10px;
}

.left_tree_box {
  padding: 0 0 10px 0;
}

.left_tree_box .treeview .to__item {
  transition: all 0.8s;
}

.left_tree_box .treeview .to__item:hover {
  color: #1B3C6D;
}

.leftnav .to__name a {
  color: #333;
  display: block;
  font-size: 15px;
}

.cplist .tre .treehed {
  position: relative;
  font-weight: bold;
  color: #333;
  height: 64px;
  line-height: 64px;
  font-size: 20px;
}

.cplist .tre .treehed .jt {
  color: #c9010b;
}

.cplist .tre .treehed .left {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
  background: #c9010b;
  text-align: center;
}

.cplist .tre .treehed .right {
  display: none;
}

.cplist .tre .lihead {
  font-size: 15px;
  font-weight: bold;
  padding: 0 20px;
  color: #000;
}

.cplist .tre .leftnav .to__name a {
  color: #404d5b !important;
}

.cplist .tre .leftnav .treeview span.icon {
  width: 12px;
  margin-right: 5px;
  position: absolute;
  right: 156px;
  top: 14px;
  color: red;
}

.cplist .tre .leftnav .list-group-item {
  position: relative;
  border: 0;
  font-size: 14px;
  color: #333;
  padding: 10px 20px;
}

.cplist .tre .leftnav .list-group-item .glyphicon-plus:before {
  content: "︾";
  margin-left: 10px;
}

.cplist .tre .leftnav .list-group-item .glyphicon-minus:before {
  content: "︽";
  margin-left: 10px;
}

.cplist .cp_pic ul li {
  margin: 0 0 20px;
}

.cplist .cp_box1 {
  height: 100%;
  padding-right: 0;
}

.cplist .cp_box1 ul li h4 {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  border-bottom: 1px solid #ccc;
  padding: 0 0 10px;
  margin: 0 0 10px;
}

.cplist .cp_box1 ul li ul {
  overflow: hidden;
}

.cplist .cp_box1 ul li ul li {
  margin-left: -1px;
  padding: 0;
  overflow: hidden;
  font-size: 12px;
  cursor: pointer;
  position: relative;
  text-align: center;
  margin: 0;
}

.cplist .cp_box1 ul li ul li .nullimg {
  width: 100%;
  height: 121px;
  text-align: center;
  line-height: 121px;
  display: inline-block;
  font-size: 14px;
  color: #666;
  font-weight: bold;
}

.cplist .cp_box1 ul li ul li .imgtit {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  display: inline-block;
  left: 0px;
  color: #666;
  bottom: 0;
  padding: 5px 0;
  font-size: 14px;
}

.cplist .cp_box1 ul li ul li .imgtit:hover {
  color: #c9010b;
}

.cplist .cp_box1 ul li ul li .imgtit .rigico {
  color: #c9010b;
  font-size: 12px;
}

.cplist .cp_box1 ul li .more {
  display: inline-block;
  padding: 0px 25px;
  background: #c9010b;
  border-radius: 40px;
  margin: 20px 0;
}

.cplist .cp_box1 ul li .more .moreico {
  font-size: 13px;
  color: #fff;
}

.cplist .cp_box1 ul li ul li img {
  width: 100%;
  height: 123px;
}

.cp_box .sample_container {
  display: inline-block;
  border-bottom: 1px solid #ccc;
  width: 100%;
}

.cp_box .sample_container ol {
  margin: 0;

}

.cp_box .sample_container ol .active {
  border-bottom: 2px solid #11b7f3;

}

.cp_box .sample_container .sample_name {
  display: inline-block;
  padding: 8px 15px;
  margin-right: 5px;
  list-style: none;
}


.prod_list_box {
  width: 100%;
  overflow: hidden;
  padding: 50px 0px 100px;
  background: #f2f6fb;
}

.flbox {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-flow: row wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
}

.flbox li {
  width: 48.5%;
  margin-bottom: 40px;
  background-color: #fff;
  transition: all .6s;
  padding: 30px;
}

.flbox li:hover {
  box-shadow: 0 3px 25px rgb(27 60 109 / 15%);
  transition: all .6s;
}

.flbox li a {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.flbox li .prod_pic {
  width: 40%;
  text-align: center;
}

.flbox li .prod_pic img {
  width: 70%;
  transition: all 0.5s;
}

.flbox li:hover .prod_pic img {
  transform: scale(1.1);
}

.flbox li .fl_text {
  width: 60%;
}

.flbox li .fl_text h3 {
  font-size: 24px;
  margin: 15px 0 20px;
  color: #000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: bold;
}

.flbox li .fl_text p {
  font-size: 15px;
  line-height: 26px;
  color: #666;
  margin: 0;
}

.intr_box {
  width: 100%;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.flbox li .flmore {
  font-size: 15px;
  color: #1b3c6d;
  display: flex;
  align-items: center;
  width: 120px;
  justify-content: space-between;
  float: left;
  margin: 20px 0px;
}

.flbox li .flmore span {
  font-size: 20px;
  margin-right: 10px;
  transition: all 0.5s;
}

.flbox li:hover .flmore span {
  margin-right: 20px;
}

/* 综合样本--样式 */
.zhyb_r {
  float: right;
  margin-top: 50px;
  width: 73%;
  background: #fff;
  padding: 33px 36px;
}

.zhyb_list {
  width: 100%;
  float: left;
}

.zhyb_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
}

.zhyb_list .box {
  width: 100%;
  float: left;
}

.zhyb_list ul li {
  width: 48.5%;
  margin-bottom: 40px;
  background-color: #ffffff;
  transition: all .6s;
  padding: 15px;
  border: 1px solid #D7D8D8;
}

.zhyb_list ul li a {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.zhyb_list ul li a .fl_text {
  width: 64%;
}

.zhyb_list ul li a .fl_text h3 {
  font-size: 16px;
  margin: 15px 0 20px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 25px;
  letter-spacing: -0.3px;
}

.zhyb_list ul li a .flmore {
  font-size: 15px;
  color: #1b3c6d;
  display: flex;
  align-items: center;
  width: 120px;
  justify-content: space-between;
  float: left;
  margin: 20px 0px;
}

.zhyb_list ul li a .flmore span {
  font-size: 20px;
  margin-right: 10px;
  transition: all 0.5s;
}

.zhyb_list ul li a:hover .flmore span {
  margin-right: 20px;
}

.zhyb_list ul li a .prod_pic {
  width: 36%;
  text-align: center;
}

.zhyb_list ul li a .prod_pic img {
  width: 90%;
}

/* 综合样本--样式 */
.tcp-skin .vjs-big-play-button .vjs-button-icon {
  width: 30px !important;
}

.tcp-skin {
  display: inline-block !important;
  vertical-align: middle !important;
}

.tcp-skin .vjs-big-play-button {
  left: 10px !important;
  top: -10px !important;
  margin-left: 0 !important;
  margin-top: 0 !important;
}

.right_zhyb_data {
  padding-right: 0;
}

@media (min-width: 1520px) {

  .cpxq_box .list .cpxq_cs_box {
    position: absolute;
    left: 400px;
    z-index: -1;
  }

  .cpxq_box .g-scrolling-carousel {
    width: 480px;
  }

  .cpxq_box .items {
    width: 410px;
  }

  .cpxq_box .ewm {
    position: absolute;
    right: 40px;
    top: 23px;
    width: 150px;
  }

}

@media (min-width: 980px) {
  .cplist .cpxq_box .cpcs .right_input {
    margin-left: 40px;
    width: 280px;
  }

  .cpxq_box .g-scrolling-carousel {
    width: 480px;
  }

  .cpxq_box .items {
    width: 410px;
  }

  .cpxq_box .ewm {
    position: absolute;
    right: 40px;
    top: 23px;
    width: 150px;
  }
}

@media (max-width: 980px) {
  .cplist .tre .treehed .left {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
    background: #c9010b;
    text-align: center;
    height: 50px;
    line-height: 50px;
    margin-bottom: -5px;
  }

  .cplist .tre .treehed {
    height: auto;
    line-height: initial;
  }

  .left_search_box .sear_fot .add_gj_tit {
    display: none;
  }

  .cplist .cp_box1 ul li ul {
    padding: 0;
  }

  .cplist .right {
    /* display: inline-block !important; */
    position: absolute;
    right: 0;
    top: 3px;
  }

  .cplist .right span {
    font-size: 30px;
    color: #ff2b2d;
  }

  .cplist .cp_box1 ul li ul li {
    width: 100% !important;
    text-align: left;
    margin: 0 !important;
    padding: 0;
  }

  .cpxq_box .g-scrolling-carousel {
    width: 100%;
  }

  .cpxq_box .items {
    width: 315px;
  }

  .zhyb_r {
    float: right;
    margin-top: 50px;
    width: 100%;
    background: #fff;
    padding: 15px;
  }

  .cplist .cp_box1 {
    height: 100%;
    padding: 0;
  }

  .right_zhyb_data {
    padding: 0;
    margin-top: 10px;
  }

  .left_banerzhyb_banner {
    padding: 0;
    border: 1px solid #f1f1f1;
  }

  .zhyb_list ul li .left_banerzhyb_banner img {
    width: 80%;
    height: auto;
    padding: 0;
    border: 0;
    display: block;
    margin: auto;
  }

  .cplist .cp_pic ul li {
    margin: 20px 0;
    width: 100%;
    overflow: hidden;
  }

  .cplist .cp_box1 ul li h4 {
    font-size: 18px;
    margin: 10px 0;
  }

  .flbox {
    margin-top: 20px;
  }

  .flbox li {
    width: 100%;
    margin: 0 0 20px;
    padding: 10px;
  }

  .flbox li .fl_text h3 {
    font-size: 18px;
    margin: 10px 0px;
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: bold;
  }

  .flbox li .prod_pic img {
    width: 90%;
    transition: all 0.5s;
  }

  .zhyb_list ul li a .fl_text h3 {
    font-size: 16px;
    margin: 10px 0px;
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .zhyb_list ul li {
    width: 100%;
    margin-bottom: 20px;
    background-color: #ffffff;
    transition: all .6s;
    padding: 6px;
    border: 1px solid #D7D8D8;
  }

  .cpfenlist .topbox ul li {
    margin-right: 18px;
    font-size: 14px;
    margin-bottom: 5px;
  }

  .zhyb_list ul li a .prod_pic img {
    width: 100%;
  }
}