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

.banner {
  position: relative;
}

.banner .img_wrapper {
  position: relative;
}

.banner .img_wrapper img {
  width: 100%;
}

.banner .banner_text {
  position: absolute;
  top: 0;
  left: 10%;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.banner .banner_text .banner_title {
  font-size: 36px;
  color: #666666;
  margin-bottom: 20px;
}

.banner .banner_text .banner_desc {
  font-size: 22px;
  color: #fff;
  max-width: 50%;
}

.el-scrollbar {
  position: relative;
  top: -80px;
}

.dwdh {
  position: relative;
  height: 50px;
  overflow: visible;
  z-index: 101;
}

.dwdh .el-scrollbar {
  top: 0;
}

.dwdh .el-scrollbar .el-scrollbar__wrap {
  overflow: hidden;
}

.dwdh.fixed_dwdh .fixed_box .dwdh_nav .dwdh_left ul {
  display: block;
}

.dwdh.fixed_dwdh .fixed_box .dwdh_nav .dwdh_left ul li {
  padding: 12px;
  font-size: 14px;
}

.dwdh.fixed_dwdh .fixed_box .dwdh_nav .dwdh_right {
  padding: 16px 0;
}

.dwdh.fixed_dwdh .fixed_box .dwdh_nav .dwdh_right .xmzx_btn {
  font-size: 16px;
}

.dwdh .fixed_box {
  position: absolute;
  left: 10%;
  right: 10%;
  top: -50px;
  transition: all .5s;
}

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

.dwdh .fixed_box .dwdh_nav .dwdh_left {
  flex: 1;
  overflow: hidden;
  padding-right: 20px;
}

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

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

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

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

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

.dwdh .fixed_box .dwdh_nav .dwdh_right {
  width: 220px;
  padding: 20px 0;
}

.dwdh .fixed_box .dwdh_nav .dwdh_right .search {
  position: absolute;
  right: 10px;
  bottom: 0;
}

.dwdh .fixed_box .dwdh_nav .dwdh_right .search input {
  border-radius: 30px;
  border: 1px solid #fff;
  font-size: 14px;
  padding: 6px 20px;
}

.dwdh .fixed_box .dwdh_nav .dwdh_right .search input::-webkit-input-placeholder {
  color: #cccccc;
}

.dwdh .fixed_box .dwdh_nav .dwdh_right .search .search_icon {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 0;
  display: flex;
  align-items: center;
}

.dwdh .fixed_box .dwdh_nav .dwdh_right .search .search_icon i {
  display: inline-block;
  width: 100%;
  border-left: 1px solid #bfbfbf;
  font-size: 14px;
  padding: 0 10px;
  color: #cccccc;
  cursor: pointer;
}

.dwdh .fixed_box .dwdh_nav .dwdh_right .search .search_icon i:hover {
  color: #333;
}

.dwdh .fixed_box .dwdh_nav .dwdh_right .dwdh_search {
  position: relative;
}

.dwdh .fixed_box .dwdh_nav .dwdh_right .dwdh_search input {
  border-radius: 30px;
  border: 1px solid #f5f5f5;
  font-size: 14px;
  padding: 6px 20px;
}

.dwdh .fixed_box .dwdh_nav .dwdh_right .dwdh_search input::-webkit-input-placeholder {
  color: #cccccc;
}

.dwdh .fixed_box .dwdh_nav .dwdh_right .dwdh_search .search_icon {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  width: 50px;
  background: #f5581d;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dwdh .fixed_box .dwdh_nav .dwdh_right .dwdh_search .search_icon i {
  color: #fff;
  cursor: pointer;
}

.pc_show {
  display: block;
}

.sm_show {
  display: none;
}

.nav_list .nav_item {
  background: #f4f4f4;
  padding: 2px 20px;
  border-radius: 30px;
  margin-right: 15px;
  cursor: pointer;
  font-size: 18px;
  margin-bottom: 10px;
}

.nav_list .nav_item:hover {
  background: #f5581d;
  color: #fff;
}

.nav_list .nav_item.active {
  background: #f5581d;
  color: #fff;
}

.search {
  position: absolute;
  right: 15%;
  bottom: 100px;
}

.search input {
  border-radius: 30px;
  border: 1px solid #fff;
  font-size: 14px;
  padding: 6px 20px;
}

.search input::-webkit-input-placeholder {
  color: #cccccc;
}

.search .search_icon {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 0;
  display: flex;
  align-items: center;
}

.search .search_icon i {
  display: inline-block;
  width: 100%;
  border-left: 1px solid #bfbfbf;
  font-size: 14px;
  padding: 0 10px;
  color: #cccccc;
  cursor: pointer;
}

.search .search_icon i:hover {
  color: #333;
}

@media (max-width: 1400px) {
  .search {
    right: 10%;
  }
}

.btn {
  bottom: 40px;
  z-index: 999;
}

.btn button {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 0;
  background-color: white;
}

.cpzx_list .pdHub_box {
  margin: 0 auto;
  width: 100%;
}

.cpzx_list .pdHub_box .phHub_box_title {
  text-align: center;
  font-size: 36px;
  margin-bottom: 30px;
}

.cpzx_list .pdHub_box .phHub_box_title_first {
  margin-bottom: 30px;
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  position: relative;
}

.cpzx_list .pdHub_box .phHub_box_title_first a{width:100%}
.cpzx_list .pdHub_box .phHub_box_title_first.row {
  margin-left: 0;
  margin-right: 0;
}

.cpzx_list .pdHub_box .phHub_box_title_first .box_left {
  padding-right: 80px;
}

.cpzx_list .pdHub_box .phHub_box_title_first .box_left .title_1 {
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
  border-radius: 30px;
  background: #f4f4f4;
  padding: 5px 20px;
}

.cpzx_list .pdHub_box .phHub_box_title_first .box_left .title_2 {
  font-size: 30px;
  padding-top: 30px;
  font-weight: 400;
}

.cpzx_list .pdHub_box .phHub_box_title_first .box_left .title_3 {
  font-size: 16px;
}

.cpzx_list .pdHub_box .phHub_box_title_first .box_left .title_4 {
  cursor: pointer;
}

.cpzx_list .pdHub_box .phHub_box_title_first a:hover .box_left .title_4 {
  color: #e08f1a;
}

.cpzx_list .pdHub_box .phHub_box_title_first .box_right {
  padding: 30px;
}

.cpzx_list .pdHub_box .phHub_box_title_first .box_right img {
  width: 100%;
}

.cpzx_list .pdHub_box .phHub_box_title_second {
  margin-bottom: 30px;
}

.cpzx_list .pdHub_box .phHub_box_title_second .col-lg-6 {
  margin-bottom: 30px;
}
.cpzx_list .pdHub_box .phHub_box_title_second .col-lg-6  a{width:100%}

.cpzx_list .pdHub_box .phHub_box_title_second .second_card {
  background: #fff;
  padding: 30px 40px;
  height: 100%;
  border-radius: 10px;
}

.cpzx_list .pdHub_box .phHub_box_title_second .second_card .phHub_box_title_second_title1 {
  font-size: 16px;
  margin-bottom: 30px;
  font-weight: 400;
  display: inline-block;
  border-radius: 30px;
  background: #f4f4f4;
  padding: 5px 20px;
}

.cpzx_list .pdHub_box .phHub_box_title_second .second_card .img_wrapper {
  text-align: center;
  min-height: 348px;
}

.cpzx_list .pdHub_box .phHub_box_title_second .second_card .phHub_box_title_second_title2 {
  font-size: 30px;
  font-weight: 400;
  margin-top: 30px;
}

.cpzx_list .pdHub_box .phHub_box_title_second .second_card .phHub_box_title_second_title3 {
  font-size: 16px;
}

.cpzx_list .pdHub_box .phHub_box_title_second .second_card .title_5 {
  cursor: pointer;
}

.cpzx_list .pdHub_box .phHub_box_title_second .col-lg-6  a:hover .second_card .title_5{
  color: #e08f1a;
}

.cpzx_list .pdHub_box .phHub_box_title_third {
  padding: 0px 40px;
  border-radius: 10px;
  background-repeat: no-repeat;
}

.cpzx_list .pdHub_box .phHub_box_title_third .p_1 {
  margin-top: 30px;
  font-size: 36px;
  font-weight: 400;
}

.cpzx_list .pdHub_box .phHub_box_title_third .p_2 {
  font-size: 18px;
  font-weight: 400;
}

.cpzx_list .pdHub_box .phHub_box_title_third .p_3 {
  margin-top: 50px;
  font-size: 16px;
  font-weight: 400;
}

.cpzx_list .pdHub_box .phHub_box_title_third .col img {
  width: 100%;
}

.cpzx_list .pdHub_box .phHub_box_title_third .title_4 {
  cursor: pointer;
}

.cpzx_list .pdHub_box .phHub_box_title_third .title_4:hover {
  color: #e08f1a;
}

@media (min-width: 992px) {
  .el-scrollbar .el-scrollbar__wrap {
    overflow: auto;
    margin: 0 !important;
  }
}

@media (max-width: 992px) {
  .yg_main {
    padding-top: 0;
  }
  .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .banner {
    text-align: center;
  }
  .banner .banner_text {
    left: 0%;
  }
  .banner .banner_text .banner_title {
    font-size: 24px;
  }
  .banner .banner_text .banner_desc {
    display: none;
  }
  .banner .search {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 20px;
    display: inline-block;
    margin-left: 10px;
  }
  .dwdh .fixed_box {
    left: 20px;
    right: 20px;
    top: -25px;
  }
  .dwdh .fixed_box .dwdh_nav .dwdh_left {
    padding-right: 0;
  }
  .dwdh .fixed_box .dwdh_nav .dwdh_left .dwdh_ul {
    display: none !important;
  }
  .dwdh .fixed_box .dwdh_nav .dwdh_left .dwdh_drop {
    display: block;
    padding: 15px;
  }
  .dwdh .fixed_box .dwdh_nav .dwdh_left .dwdh_drop .el-dropdown-menu__item:not(.is-disabled):hover {
    background-color: #ecf5ff;
    color: #fc6a48;
  }
  .dwdh .fixed_box .dwdh_nav .dwdh_right {
    padding: 10px 0 !important;
  }
  .el-scrollbar {
    top: auto;
  }
  .pc_show {
    display: none;
  }
  .sm_show {
    display: block;
  }
  .nav_list {
    padding-top: 20px;
    overflow: hidden;
    padding-bottom: 10px;
  }
  .nav_list .nav_item {
    font-size: 14px;
    border: 1px solid #fff;
    background: #fff;
    margin-right: 5px;
    padding: 2px 10px;
  }
  .cpzx_list .pdHub_box {
    margin-top: 0;
  }
  .cpzx_list .pdHub_box .phHub_box_title_first {
    margin-bottom: 10px;
    text-align: center;
    padding: 10px;
  }
  .cpzx_list .pdHub_box .phHub_box_title_first .box_left {
    padding-right: 0;
    padding-left: 0;
  }
  .cpzx_list .pdHub_box .phHub_box_title_first .box_left .title_1 {
    font-size: 15px;
  }
  .cpzx_list .pdHub_box .phHub_box_title_first .box_left .title_2 {
    font-size: 24px;
    padding-top: 15px;
  }
  .cpzx_list .pdHub_box .phHub_box_title_first .box_left .title_3 {
    font-size: 15px;
    color: #666;
  }
  .cpzx_list .pdHub_box .phHub_box_title_first .box_left .title_4 {
    position: relative;
    bottom: auto;
    font-size: 15px;
  }
  .cpzx_list .pdHub_box .phHub_box_title_first .box_left .title_4 i {
    font-size: 15px;
  }
  .cpzx_list .pdHub_box .phHub_box_title_first .box_right {
    padding: 10px;
  }
  .cpzx_list .pdHub_box .phHub_box_title_first .box_right img {
    width: 50%;
  }
  .cpzx_list .pdHub_box .phHub_box_title_second .col-lg-6 {
    margin-bottom: 10px;
    padding: 0;
    text-align: center;
  }
  .cpzx_list .pdHub_box .phHub_box_title_second .second_card {
    padding: 10px;
  }
  .cpzx_list .pdHub_box .phHub_box_title_second .second_card .phHub_box_title_second_title1 {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .cpzx_list .pdHub_box .phHub_box_title_second .second_card .img_wrapper {
    min-height: auto;
  }
  .cpzx_list .pdHub_box .phHub_box_title_second .second_card .img_wrapper img {
    width: 50%;
  }
  .cpzx_list .pdHub_box .phHub_box_title_second .second_card .phHub_box_title_second_title2 {
    margin-top: 15px;
    font-size: 24px;
  }
  .cpzx_list .pdHub_box .phHub_box_title_second .second_card .phHub_box_title_second_title3 {
    font-size: 15px;
    color: #666;
  }
  .cpzx_list .pdHub_box .phHub_box_title_second .second_card .title_5 {
    font-size: 15px;
  }
  .cpzx_list .pdHub_box .phHub_box_title_second .second_card .title_5 i {
    font-size: 15px;
  }
}
<!--ºÄÊ±1752997908.4423Ãë-->