.modular {
  margin: 0 auto;
}

.header {
  border-top: 0.625rem solid #c30310;
  border-bottom: 0.125rem solid #c30310;
}

.header>div {
  height: 7.1875rem;
  background: url(header_bg.png) no-repeat left;
  background-size: auto 7.1875rem;
}


h1 {
  font-size: 2.25rem;
  text-align: center;
  margin: 2.5rem 0;
}

h1 span {
  display: inline-block;
  width: 3.75rem;
  height: 1.5rem;
  margin: 0 3.75rem;
}

h1 span:first-of-type {
  background: url(tit_left.png) no-repeat center;
  background-size: 100% 100%;
}

h1 span:last-of-type {
  background: url(tit_right.png) no-repeat center;
  background-size: 100% 100%;
}

h5 {
  font-size: 14px;
  text-align: center;
  color: #a7a7a7;
  font-weight: 400;
  padding-bottom: 3.125rem;
  margin-top: 1.875rem;
  background: url(bottom_bg.png) no-repeat bottom;
  background-size: 100% auto;
}

.gdxx_search .condition {
  padding: 15px 65px;
  background-color: #fff;
}

.div_tab {
  padding: 0 25px;
}

.div_tab>p {
  text-align: right;
  font-size: 16px;
  margin: 15px 0;
}

.select {
  float: left;
  height: 46px;
  width: 238px;
  margin: 0 20px 15px 0;
  border: none;
  font-size: 16px;
  line-height: 50px;
  padding: 0 30px 0 25px;
  color: #666;
  text-align: left;
  outline: none;
  text-align-last: left;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: #f1f8ff;
  background-image: url(icon1.png);
  background-repeat: no-repeat;
  background-position: 200px 50%;
  border-radius: 23px;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/

.select::-ms-expand {
  display: none;
}

.coninp1 {
  float: left;
  height: 46px;
  border: none;
  width: 238px;
  outline: none;
  font-size: 16px;
  line-height: 50px;
  padding-left: 25px;
  color: #666;
  background-color: #f1f8ff;
  line-height: 50px;
  margin: 0 20px 15px 0;
  border-radius: 23px;
}

.coninp {
  float: left;
  width: 150px;
  height: 46px;
  font-size: 16px;
  line-height: 46px;
  color: #fff;
  text-align: center;
  border: none;
  outline: none;
  color: #ffffff;
  background: #f23f01;
  border-radius: 23px;
  cursor: pointer;
  margin-bottom: 15px;
}

.div_t {
  width: 100%;
  border-collapse: collapse;
  border: none;
  border-spacing: 0;
}

.div_t thead {
  background: #eff6fd;
  color: #fff;
}

.div_t tr {
  border-bottom: 1px solid #e7e7e7;
  border-left: none;
  border-right: none;
  border-spacing: 0;
}

.div_t td {
  height: 58px;
  font-size: 16px;
  color: #333;
  border-spacing: 0;
  text-align: left;
  width: 25%;
}

.div_t thead td {
  color: #0075ea;
  height: 56px;
  font-size: 16px;
}

.div_t tbody tr td:first-of-type {
  padding-left: 30px;
}

.div_t tr td:first-child {
  padding-left: 40px;
  width: 40%;
}

.fy_bg {
  /* Width: 40.625rem; */
  margin: 0 auto;
}

.fy_bg .xiaye {
  display: inline-block;
  width: 80px;
  border: solid 1px #b2b2b2;
  text-align: center;
  line-height: 30px;
  margin-left: 10px;
  cursor: pointer;
  color: #333333;
  font-size: 16px;
}

.fy_bg a {
  color: #333;
  display: block;
}

.fy_bg .fy_bg_ul {
  width: auto;
  display: inline-block;
  margin: 10px 0;
}

.fy_bg .fy_bg_ul li {
  display: inline-block;
  min-width: 30px;
  margin-top: 0px;
  border: solid 1px #b2b2b2;
  text-align: center;
  line-height: 30px;
  margin-left: 10px;
  cursor: pointer;
  color: #333333;
  font-size: 16px;
}

.lxp {
  background: #0075ea;
  color: #fff !important;
}

.paging {
  width: 100%;
  text-align: center;
  margin: 15px auto;
}

.fy_bg .page_num {
  height: 2.1875rem;
  text-align: left;
  line-height: 2.0625rem;
  margin-left: 10px;
  cursor: pointer;
  color: #333333;
  font-size: 13px;
}

@media screen and (min-width: 1200px) {
  .modular {
    width: 1106px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .modular {
    width: 948px;
  }

  .gdxx_search .condition{
    padding: 15px 10px;
  }
}

@media screen and (min-width:768px) and (max-width:992px) {
  .modular {
    width: 632px;
  }

  .modular>h1 {
    font-size: 1.9rem;
  }

  .modular>h1 span {
    margin: 0 2.2rem;
  }

  .gdxx_search .condition{
    padding: 0 65px;
    text-align: center;
  }

  .condition .select,
  .condition .coninp1,
  .condition .coninp {
    display: inline-block;
    float: none;
    width: 238px;
    margin: 0 auto 0.9375rem;
  }
}

@media screen and (min-width:576px) and (max-width:768px) {
  .modular {
    width: 44.5rem;
  }

  h1 {
    font-size: 1.9rem;
  }

  h1 span {
    margin: 0 2.2rem;
  }

  .gdxx_search .condition {
    text-align: center;
    padding: 0 65px;
  }

  .condition .select,
  .condition .coninp1,
  .condition .coninp {
    display: inline-block;
    float: none;
    width: 238px;
    margin: 0 auto 0.9375rem;
  }

  .div_t td {
    width: 25%;
    padding: 0 10px;
    text-align: center;
  }

  .div_t thead td {
    width: 25%;
    padding: 0 16px;
  }

  .div_t tr td:first-child {
    padding: 0;
    width: 25%;
    text-align: center;
    padding: 0 16px;
  }

  .div_t tbody tr td:first-of-type {
    padding: 0 10px;
  }

  .div_tab>p {
    text-align: center;
    font-size: 14px;
  }
}

@media(max-width:576px) {
  .modular {
    width: 44rem;
  }

  .header>div {
    background-size: auto 74px;
  }

  h1 {
    font-size: 18px;
  }

  h1 span {
    margin: 0 1.9rem;
  }

  .gdxx_search .condition {
    padding: 0;
  }

  .condition .select,
  .condition .coninp1,
  .condition .coninp {
    display: block;
    float: none;
    width: 238px;
    margin: 0 auto 0.9375rem;
  }

  .div_tab {
    padding: 0;
  }

  .div_t td {
    width: 25%;
    padding: 0 5px;
    text-align: center;
  }

  .div_t thead td {
    width: 25%;
    padding: 0 5px;
  }

  .div_t tr td:first-child {
    padding: 0;
    width: 25%;
    text-align: center;
    padding: 0 5px;
  }

  .div_t tbody tr td:first-of-type {
    padding: 0 5px;
  }

  .div_tab>p {
    text-align: center;
    font-size: 14px;
  }
}