body {
  background-color: #f4f4f4 !important;
}

.pdHub_main a {
  color: #333 !important;
}

.pdHub_main a:hover {
  text-decoration: none !important;
}

.yg_swiper {
  background: #efefef;
  position: relative;
}

.yg_swiper .swiper_content {
  overflow: hidden;
}

.yg_swiper .swiper-slide {
  padding: 00px 0 10px;
  text-align: center;
  cursor: pointer;
}

.yg_swiper .swiper-slide:hover .swiper_text {
  color: #f5581d;
}

.yg_swiper .swiper-slide.active .swiper_text {
  color: #f5581d;
}

.yg_swiper .swiper-slide .swiper_text {
  display: block;
  font-size: 15px;
  padding: 0 10px;
}

.yg_swiper .swiper_next_1 {
  z-index: 99;
  position: absolute;
  top: 60px;
  right: calc(10% - 30px);
}

.yg_swiper .swiper_prev_1 {
  z-index: 99;
  position: absolute;
  top: 60px;
  left: calc(10% - 30px);
}

@media (max-width: 992px) {
  .yg_swiper .swiper_next_1 {
    right: 10px !important;
  }
  .yg_swiper .swiper_prev_1 {
    left: 10px !important;
  }
}

.dwdh {
  display: none;
  padding: 100px 0;
  height: 50px;
  overflow: visible;
  z-index: 101;
}

.dwdh .fixed_box {
  z-index: 100;
  left: 10%;
  right: 10%;
  transition: all .5s;
}

.dwdh .fixed_box .dwdh_nav {
  width: 100%;
  background: #f4f4f4;
  box-shadow: 0px 7px 14px 2px rgba(0, 15, 79, 0.05);
  border-radius: 10px;
}

.dwdh .fixed_box .dwdh_nav .dwdh_drop {
  display: none;
}

.dwdh .fixed_box .dwdh_nav ul {
  margin-bottom: 0;
  padding: 10px 0;
  min-width: 1200px;
  
}

.dwdh .fixed_box .dwdh_nav ul li {
  padding: 20px 30px;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
}

.dwdh .fixed_box .dwdh_nav ul li:hover {
  color: #f5581d;
}

.dwdh .fixed_box .dwdh_nav ul li.active {
  color: #f5581d;
}

.cpzx_content {
  margin-top: 80px;
}

.cpzx_content .cpzx_item {
  padding: 20px 0;
  margin-top: 30px;
}

.cpzx_content .cpzx_item .item_title {
  text-align: center;
  margin-bottom: 20px;
}

.cpzx_content .cpzx_item .item_title .title {
  font-size: 36px;
}

.cpzx_content .cpzx_item .item_desc {
  padding: 0 30%;
  color: #8e8e8e;
  margin-bottom: 20px;
  text-align: center;
}

.cpzx_content .cpzx_item .item_tab .el-tabs .el-tabs__header {
  text-align: center;
}

.cpzx_content .cpzx_item .item_tab .el-tabs .el-tabs__header .el-tabs__nav-wrap {
  display: inline-block;
}

.cpzx_content .cpzx_item .item_tab .el-tabs .el-tabs__nav-scroll {
  padding-left: 30px;
  padding-right: 30px;
}

.cpzx_content .cpzx_item .item_tab .el-tabs .el-tabs__active-bar {
  background-color: #e88947;
}

.cpzx_content .cpzx_item .item_tab .el-tabs .el-tabs__item {
  font-size: 16px;
}

.cpzx_content .cpzx_item .item_tab .el-tabs .el-tabs__item.is-active, .cpzx_content .cpzx_item .item_tab .el-tabs .el-tabs__item:hover {
  color: #e88947;
}

.cpzx_content .cpzx_item .item_tab .el-row {
  display: flex;
  flex-wrap: wrap;
}

.cpzx_content .cpzx_item .item_tab .el-row .el-col {
  margin-bottom: 30px;
}

.cpzx_content .cpzx_item .cp_card {
  margin-top: 40px;
  background-color: #fff;
  cursor: pointer;
  transition: all .3s;
  height: 100%;
}

.cpzx_content .cpzx_item .cp_card .no_hover {
  display: block;
}

.cpzx_content .cpzx_item .cp_card .has_hover {
  display: none;
}

.cpzx_content .cpzx_item .cp_card:hover {
  transform: translateY(-20px);
}

.cpzx_content .cpzx_item .cp_card:hover .no_hover {
  display: none;
}

.cpzx_content .cpzx_item .cp_card:hover .has_hover {
  display: block;
}

.cpzx_content .cpzx_item .cp_card:hover .card_content .card_more {
  font-size: 16px;
  color: #ee853d;
}

.cpzx_content .cpzx_item .cp_card .imgWrapper {
  padding-bottom: 40px;
}

.cpzx_content .cpzx_item .cp_card .card_content {
  text-align: center;
  padding-bottom: 20px;
}

.cpzx_content .cpzx_item .cp_card .card_content .card_title {
  display: block;
  font-size: 22px;
  margin-bottom: 20px;
  padding: 0 20px;
  white-space: inherit;
}

.cpzx_content .cpzx_item .cp_card .card_content .card_more {
  font-size: 16px;
  color: #999999;
}

@media (max-width: 992px) {
  .row {
    margin: 0 !important;
  }
  .yg_swiper {
    padding: 15px 10px 10px;
  }
  .yg_swiper .swiper-slide {
    padding: 0;
  }
  .yg_swiper .swiper-slide .swiper_text {
    margin-top: 10px;
  }
  .yg_swiper .swiper_next_1,
  .yg_swiper .swiper_prev_1 {
    top: 40px;
    margin-right: -5px;
    margin-left: -5px;
  }
  .cpzx_content .cpzx_item .item_title {
    text-align: center;
    margin-bottom: 20px;
  }
  .cpzx_content .cpzx_item .item_title .title {
    font-size: 20px;
  }
  .cpzx_content .cpzx_item .item_desc {
    padding: 0 10%;
    color: #8e8e8e;
    font-size: 14px;
    margin-bottom: 20px;
    text-align: center;
  }
  .cpzx_content .cpzx_item .item_tab .el-tabs .el-tabs__header {
    text-align: center;
  }
  .cpzx_content .cpzx_item .item_tab .el-tabs .el-tabs__header .el-tabs__nav-wrap {
    display: block;
  }
  .cpzx_content .cpzx_item .item_tab .el-tabs .el-tabs__nav-scroll {
    padding-left: 0;
    padding-right: 0;
  }
  .cpzx_content .cpzx_item .cp_card .imgWrapper {
    padding: 0;
  }
  .cpzx_content .cpzx_item .cp_card .card_content .card_title {
    font-size: 16px;
  }
  .cpzx_content .cpzx_item .cp_card .card_content .card_more {
    font-size: 14px;
  }
}
<!--ºÄÊ±1757166380.8155Ãë-->