.banner {
  height: 600px;
  background: url("../images/bannerBack03.jpg") no-repeat center/cover;
}
.banner_title {
  text-align: center;
  color: #fff;
  font-size: 45px;
  padding: 100px 0 6px 0;
  width: 100%;
}
.banner_form {
  width: 725px;
  margin: 0 auto;
  margin-top: 25px;
  background: rgba(0, 0, 0, 0.4);
  padding: 15px;
  border-radius: 6px;
}
.banner_form_city {
  width: 400px;
  position: relative;
}
.banner_form_city .ivu-input {
  height: 58px;
  font-size: 16px;
}
.banner_form_city .ivu-input::placeholder {
  font-size: 16px;
}
.banner_form_industry {
  width: 106px;
  margin-left: 9px;
  position: relative;
}
.banner_form_industry .ivu-input {
  height: 58px;
  font-size: 16px;
}

.banner_form_industry .ivu-input::placeholder {
  font-size: 16px;
}
.banner_form_button {
  width: 170px;
  margin-left: 9px;
}
.banner_form_button .ivu-btn-primary {
  width: 170px;
  height: 57px;
  font-size: 16px;
}

.banner_form_btn {
  float: right;
  margin-right: 15px;
}
.banner_form_btn a {
  display: block;
  width: 60px;
  height: 30px;
  background: #fff;
  color: #000;
  border: 1px solid #000;
  border-radius: 4px;
  text-align: center;
  line-height: 30px;
  margin-left: 10px;
}
.banner_form_btn a:hover {
  color: #fff;
  background: #2a9beb;
  border: 1px solid #2a9beb;
}
.banner_form_input .ivu-select-placeholder {
  height: 58px !important;
  line-height: 58px !important;
  font-size: 16px !important;
}
.banner_form_input .ivu-select-single .ivu-select-selection {
  height: 58px;
  line-height: 58px;
  font-size: 16px !important;
}
.ivu-select-single .ivu-select-selection .ivu-select-placeholder,
.ivu-select-single .ivu-select-selection .ivu-select-selected-value {
  height: 58px;
  line-height: 58px;
  font-size: 16px !important;
}
.process {
  padding: 78px 0;
}
.process_main {
  width: 1200px;
  margin: 0 auto;
}
.process_title {
  font-size: 36px;
  color: #333;
  text-align: center;
}
.process_list {
  width: 93%;
  margin: 0 auto;
  padding-top: 60px;
}
.process_li {
  width: 200px;
}
.process_li_icon {
  width: 75px;
  height: 75px;
  margin: 0 auto;
}
.process_li_span {
  font-size: 20px;
  color: #333;
  text-align: center;
  margin-top: 20px;
}
.process_li_img {
  width: 108px;
  height: 75px;
}
.process_item_box {
  height: 160px;
}
.process_item_box_img {
  width: 200px;
  height: 160px;
  float: right;
}
.supplier {
  padding-bottom: 85px;
}
.supplier_main {
  width: 1200px;
  margin: 0 auto;
}
.supplier_title {
  font-size: 36px;
  color: #333;
  text-align: center;
}
.supplier_subtitle {
  font-size: 16px;
  color: #666;
  text-align: center;
  margin-top: 20px;
}
.supplier_content {
  margin-top: 50px;
  background: #f9fafe;
  height: 706px;
}
.supplier_content_img {
  width: 600px;
  height: 100%;
}
.supplier_content_img img {
  width: 100%;
  height: 100%;
}
.supplier_list {
  width: 600px;
  padding: 70px 50px;
}
.supplier_item {
  margin-bottom: 40px;
}
.supplier_item:last-child {
  margin-bottom: 0;
}
.supplier_item_icon {
  width: 61px;
  height: 61px;
  align-items: flex-start;
  margin-top: 8px;
}
.supplier_item_text {
  width: 80%;
  margin-left: 30px;
}
.supplier_item_text h1 {
  font-size: 20px;
  color: #333;
}
.supplier_item_text p {
  font-size: 14px;
  color: #666;
  margin-top: 6px;
  line-height: 2;
}

.queryList {
  margin-top: 100px;
  padding: 35px 0;
  background: #f8f8f8;
}
.queryList_main {
  width: 1200px;
  margin: 0 auto;
}
.query_search {
  width: 724px;
  margin: 0px auto;
  height: 50px;
  padding: 35px 0;
  margin-bottom: 70px;
}
.query_search input {
  height: 48px;
  padding-left: 50px;
  font-size: 14px;
  background: url("../images/search.png") 14px center no-repeat #ffffff;
}
.query_search .ivu-input-group-append,
.query_search .ivu-input-group-prepend {
  width: 120px;
  background: -webkit-linear-gradient(left, #3aadff, #1871b1) !important;
  font-size: 16px !important;
}
.query_title {
  height: 50px;
  line-height: 50px;
  padding: 0 24px;
  background: #eaeaea;
  border-bottom: 1px solid #e6e6e6;
}
.query_title p {
  font-size: 14px;
  color: #333333;
  line-height: 50px;
}
.query_title p span {
  color: #f73a3a;
  font-weight: bold;
  line-height: 50px;
}
.query_item {
  background: #ffffff;
  height: 139px;
  border-bottom: 1px solid #e6e6e6;
  padding: 0 24px 0;
  position: relative;
}
.query_item:hover {
  box-shadow: 0px 0px 20px rgb(0 0 0 / 15%);
  z-index: 10;
}
.query_item_link {
  display: block;
  float: left;
  height: 139px;
  width: 996px;
}
.query_item_img {
  width: 132px;
  float: left;
  margin-right: 24px;
}
.query_item_table {
  text-align: center;
  width: 100%;
  height: 139px;
}
.query_item_table td {
  vertical-align: middle;
}
.query_item_conter {
  width: 837px;
  padding-top: 30px;
  height: 109px;
  border-right: 1px solid #e6e6e6;
  float: left;
  box-sizing: content-box;
}
.query_item_conter .same {
  margin-bottom: 20px;
  height: 13px;
}
.query_item_conter p {
  font-size: 13px;
  color: #666666;
  line-height: 13px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 20px;
}
.query_item_conter p.first {
  width: 178px;
}
.query_item_conter p.second {
  width: 156px;
}
.query_item_conter p.third {
  width: 238px;
}
.query_item_conter p span.green {
  color: #3aadff;
}
.query_item_conter p span.orange {
  color: #fb7231;
}
.query_item_regis {
  float: right;
}
.query_item_regis_link {
  width: 118px;
  height: 30px;
  margin: 30px 7px 0 0;
  cursor: pointer;
  line-height: 30px;
  border: 1px solid #3aadff;
  font-size: 14px;
  color: #3aadff;
  display: inline-block;
  text-align: center;
}
.query_item_regis_link:hover {
  color: #fff;
  background: #3aadff;
}
.query_page {
  padding: 30px 0;
}

.queryDetail {
  margin-top: 100px;
  padding: 35px 0;
  background: #f8f8f8;
}
.queryDetail_main {
  width: 1200px;
  margin: 0 auto;
}

.queryDetail_search {
  padding: 30px;
  background: #fff;
}
.queryDetail_search_top {
  height: 35px;
}
.tmName {
  width: 1000px;
  height: 34px;
  line-height: 34px;
  font-size: 16px;
  font-weight: bold;
  color: #666666;
}

.fl {
  float: left;
}
.fr {
  float: right;
}
.tmJump span {
  width: 40px;
  height: 35px;
  display: inline-block;
}
.tmJump a {
  display: inline-block;
  width: 40px;
  height: 35px;
}
.tmJump span {
  width: 40px;
  height: 35px;
  display: inline-block;
}
.queryDetail_table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  display: table;
  font-size: 14px !important;
}
.queryDetail_table td {
  border: 1px solid #e6e6e6;
  vertical-align: middle;
  color: #4d4d4d;
  text-align: left;
}
.queryDetail_table .zch {
  height: 32px;
  width: 200px;
  text-align: right;
}
.queryDetail_table .zchComm {
  width: 340px;
  font-weight: bold;
  color: #00ae66;
  padding-left: 10px;
}
.queryDetail_table .category {
  width: 200px;
  text-align: center;
}
.queryDetail_table .category span {
  font-weight: bold;
  color: #ff0000;
}
.queryDetail_table .company {
  padding-left: 10px;
}
.queryDetail_table .special {
  width: 100%;
  height: 290px;
}
.queryDetail_table .sbtp {
  width: 30px;
  text-align: center;
  border-right: none;
  line-height: 40px;
}
.queryDetail_table .pic {
  width: 30px;
  width: 420px;
  text-align: center;
}
.queryDetail_table .sblist {
  width: 50px;
  text-align: center;
  border-right: none;
  line-height: 40px;
}
.queryDetail_table .listb {
  padding-left: 10px;
}
.queryDetail_table .listb span {
  display: block;
  line-height: 28px;
}
.queryDetail_table .state {
  height: 100px;
  width: 200px;
  text-align: right;
}
.queryDetail_table .data {
  text-align: right;
  width: 190px;
  padding-left: 10px;
}
.queryDetail_table .time {
  width: 240px;
  padding-left: 10px;
}
.pic img {
  width: 300px;
}
