.zysearch {
    position: relative;
    margin: 0 auto;
/*    height: 416px !important;
	background: url(../image/bcg.png); */
	background-position-x: center;
}
.zysearch .search {
    max-width: 90%;
    text-align: center !important;
    height: 50px;
    position: relative;
    margin: 0 auto;
    top: -96px;
}

.bar_qy_hy {
    width: 100%;
    display: inline-block;
    text-align: left;
    margin-bottom: 1%;
    border-top: 2px solid #f1c01c;
    border-bottom: 1px solid #f1c01c;
    font-size: 28px;
    font-weight: 500;
    line-height: 57px;
}

@media (min-width: 980px){
.search {
/*    height: 150px !important;
    padding: 105px !important; */
}
}
.zysearch::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.breadcrumb {
display: inline-block;
    width: 97%;
    line-height: 40px;
    margin-left: 8px;
}
.xhdz_box {
  width: 100%;
  overflow: hidden;
}
.xhdz_box .xhdz_left {
  margin-right: 30px;
/*  box-shadow: 0 0 5px #d0bfed; */
  margin-top: 10px;
}
.xhdz_box .xhdz_left ul li {
    padding: 5px 0;
}
.xhdz_box .xhdz_left ul li h4 {
  font-size: 15px;
  color: #4e4e4e;
  font-weight: bold;
}
.xhdz_box .xhdz_left ul li input {
    border: 0;
    border: 1px solid #ccc;
    border-radius: 25px;
    padding: 7px 10px;
    width: 100%;
    height: 42px;
    font-size: 14px;
}
.xhdz_box .xhdz_left ul li button {
    width: 100%;
    background-color: #f1c01c;
    color: #fff;
    border: 0;
    padding: 8px 10px;
    border-radius: 5px;
    text-align: center;
    font-size: 18px;
}
.xhdz_box .xhdz_left ul li:last-child {
  text-align: center;
}
@media (min-width: 1200px) {
  .xhdz_box .xhdz_right {
    width: 71.666667%;
  }
}
.xhdz_box .xhdz_right h4 {
  font-weight: 600;
  color: #f1c01c;
  padding: 10px 0;
  font-size: 20px;
  font-size: 18px;
}
.xhdz_box .xhdz_right p {
  font-size: 14px;
  text-indent: 2em;
}
.xhdz_box .xhdz_right p a {
  color: #0141a3;
  text-decoration: underline;
}
.xhdz_box .xhdz_right .table {
    width: 100%;
    margin-top: 17px;
}
.xhdz_box .xhdz_right .table table {
  width: 100%;
}
.xhdz_box .xhdz_right .table table thead {
    background-color: #333333;
}
.xhdz_box .xhdz_right .table table thead tr th {
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.xhdz_box .xhdz_right .table table thead tr th:first-child {
    width: 200px;
    overflow: hidden;
    color: #fff;
}
.xhdz_box .xhdz_right .table table thead tr th:nth-child(2) {
  min-width: 70px;
      color: #fff;
}
.xhdz_box .xhdz_right .table tbody tr td {
  text-align: center;
  
}
.xhdz_box .xhdz_right .table tbody tr td .xx_num {
  display: inline-block;
  height: 50px;
  width: 100%;
  line-height: 50px;
}
.xhdz_box .xhdz_right .table tbody tr td .td_box {
    position: relative;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    margin: 3px 0;
    padding: 9px 0;
    font-size: 14px;
}
.xhdz_box .xhdz_right .table tbody tr td .fast_td {
  border-left: 1px solid #efefef;
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
  text-align: left;
}
.xhdz_box .xhdz_right .table tbody tr td .fast_td img {
    width: 83px;
    height: 50px;
    vertical-align: middle;
}
.xhdz_box .xhdz_right .table tbody tr td .fast_td a {
  position: absolute;
  margin-left: 20px;
  display: inline-block;
  width: 100px;
  height: 50px;
  color: #000000;
  overflow: hidden;
  /*超出部分隐藏*/
  white-space: nowrap;
  /*不换行*/
  text-overflow: ellipsis;
  /*超出部分文字以...显示*/
}
.xhdz_box .xhdz_right .table tbody tr td .fast_td a .dz_text {
    background-color: #333333;
    padding: 2px 10px;
    font-size: 9px;
    border-radius: 18px;
    color: #fff;
    margin-top: 5px;
    float: left;
}
.xhdz_box .xhdz_right .table tbody tr td .last_td {
    border-right: 1px solid #efefef;
/*    background-color: #f4f5f6; */
    height: 70px;
}
.xhdz_box .xhdz_right .table tbody tr td .last_td .cz {
  width: 100%;
}
.xhdz_box .xhdz_right .table tbody tr td .last_td .cz .inpu_num {
  height: 20px;
}
.xhdz_box .xhdz_right .table tbody tr td .last_td .cz .inpu_num span {
  display: inline-block;
}
.xhdz_box .xhdz_right .table tbody tr td .last_td .cz .inpu_num span input {
  height: 20px;
  width: 30px;
  text-align: center;
}
.xhdz_box .xhdz_right .table tbody tr td .last_td .cz .inpu_num .jian,
.xhdz_box .xhdz_right .table tbody tr td .last_td .cz .inpu_num .jia {
  height: 20px;
  width: 20px;
  border: 1px solid #ccc;
  background-color: #ccc;
}
.xhdz_box .xhdz_right .table tbody tr td .last_td .cz button {
    margin-top: 13px;
    border: 0;
    background-color: #f1c01c;
    color: #fff;
    width: 80px;
    height: 29px;
    border-radius: 5px;
    font-size: 14px;
}
.xhdz_box .xhdz_right .table .fy {
  text-align: right;
  border-bottom: 1px solid #ccc;
}
.xhdz_box .xhdz_right .table .fy .pagination {
  margin: 10px 0;
}
.xhdz_box .xhdz_right .table .fy .pagination .active a {
    background: #333333 !important;
    color: #fff;
    padding: 6px 12px;
}
.xhdz_box .xhdz_right .fot_btn {
  text-align: center;
  margin-bottom: 20px;
}
.xhdz_box .xhdz_right .fot_btn button {
  border: 0;
  background-color: #690599;
  color: #fff;
  padding: 10px 25px;
  border-radius: 5px;
  font-size: 14px;
}
