.search_head {
  position: relative;
  width: 100%;
  min-width: 1915px;
  height: 200px;
  background: url(/res/images/consearchbgimg.png);
}
.search_head .search_box {
  position: absolute;
  top: 120px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  width: 720px;
  height: 50px;
  border-radius: 5px;
  overflow: hidden;
}
.search_head .search_box .search_ipt {
  width: 600px;
  height: 50px;
  background-color: #fff;
  padding-left: 25px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}
.search_head .search_box .search_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 50px;
  background-color: #1450EB;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
}
.page_main {
  width: 100%;
  background-color: #F9FAFD;
}
.screening {
  background-color: #fff;
  box-shadow: 0px 3px 20px rgba(51, 51, 51, 0.08);
  padding: 18px 25px;
  margin-bottom: 20px;
}
.screening .screening_region {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 15px;
}
.screening .screening_region .title {
  font-size: 14px;
  font-family: "pingFangBold";
  font-weight: bold;
  color: #333333;
  width: 80px;
}
.screening .screening_region .region_list {
  display: flex;
  flex-wrap: wrap;
  width: 973px;
  height: 30px;
  overflow: hidden;
}
.screening .screening_region .region_list .region_item {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  margin-right: 30px;
  margin-bottom: 10px;
  cursor: pointer;
}
.screening .screening_region .region_list .active {
  color: #1450EB;
}
.screening .screening_region .region_more {
  width: 56px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  cursor: pointer;
  transition: all 0.3s;
}
.screening .screening_region .region_more .iconfont {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  transform: rotate(-90deg);
  transition: all 0.3s;
}
.screening .screening_region .more .iconfont {
  transform: rotate(0);
}
.screening .screening_field {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.screening .screening_field .title {
  font-size: 14px;
  font-family: "pingFangBold";
  font-weight: bold;
  color: #333333;
  width: 80px;
}
.screening .screening_field .field_list {
  display: flex;
  flex-wrap: wrap;
  width: 973px;
  height: 35px;
  overflow: hidden;
}
.screening .screening_field .field_list .field_item {
  display: inline-block;
  color: #333333;
  text-align: center;
  margin-right: 50px;
  margin-bottom: 16px;
  font-size: 14px;
  cursor: pointer;
}
.screening .screening_field .field_list .active {
  color: #1450EB;
}
.screening .screening_field .region_more {
  width: 56px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  cursor: pointer;
  transition: all 0.3s;
}
.screening .screening_field .region_more .iconfont {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  transform: rotate(-90deg);
  transition: all 0.3s;
}
.screening .screening_field .more .iconfont {
  transform: rotate(0);
}
.screening .screening_choose {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.screening .screening_choose .title {
  font-size: 14px;
  font-family: "pingFangBold";
  font-weight: bold;
  color: #333333;
  width: 80px;
}
.screening .screening_choose .choose_list {
  display: flex;
  flex-wrap: wrap;
  width: 973px;
  overflow: hidden;
  padding-top: 10px;
}
.screening .screening_choose .choose_list .choose_item {
  position: relative;
  display: inline-block;
  padding: 5px 20px;
  border: 1px solid #F5F5F5;
  color: #333333;
  text-align: center;
  margin-right: 20px;
  margin-bottom: 16px;
  cursor: pointer;
}
.screening .screening_choose .choose_list .choose_item .closeimg {
  position: absolute;
  right: -8px;
  top: -8px;
  width: 15px;
  height: 15px;
}
.screening .screening_choose .choose_list .active {
  color: #1450EB;
  border: 1px solid #CBD9FF;
}
.screening .screening_choose .clearBox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 32px;
  background: #f5f5f5;
  cursor: pointer;
}
.screening .screening_choose .clearBox .iconfont {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}
.screening .screening_choose .clearBox span {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}
.cons_list {
  position: relative;
  width: 100%;
  padding-bottom: 16px;
}
.cons_list .cons_item {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 200px;
  background-color: #fff;
  padding: 22px 52px 28px 24px;
  margin-bottom: 16px;
}
.cons_list .cons_item .item_left {
  display: flex;
  height: 150px;
}
.cons_list .cons_item .item_left .conimg {
  width: 150px;
  height: 150px;
  margin-right: 50px;
}
.cons_list .cons_item .item_left .con_info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 687px;
  height: 150px;
}
.cons_list .cons_item .item_left .con_info .info_head {
  display: flex;
  align-items: flex-end;
  margin-bottom: 17px;
}
.cons_list .cons_item .item_left .con_info .info_head .name {
  font-size: 22px;
  font-weight: 600;
  color: #333333;
}
.cons_list .cons_item .item_left .con_info .info_head .job {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  margin: 0 40px;
}
.cons_list .cons_item .item_left .con_info .info_head img {
  width: 82px;
  height: 21px;
}
.cons_list .cons_item .item_left .con_info .info_tips .tip_item {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  color: #333333;
  padding: 5px 18px;
  background-color: #F5F5F5;
  border-radius: 20px;
  margin-right: 10px;
}
.cons_list .cons_item .item_left .con_info .com_name {
  font-size: 15px;
  font-weight: 400;
  color: #333333;
  margin: 20px 0 10px 0;
}
.cons_list .cons_item .item_left .con_info .com_des {
  width: 687px;
  font-size: 13px;
  font-weight: 400;
  color: #999999;
}
.cons_list .cons_item .item_right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  min-width: 140px;
  height: 150px;
  padding-top: 15px;
}
.cons_list .cons_item .item_right .address {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cons_list .cons_item .item_right .address img {
  width: 16px;
  height: 16px;
}
.cons_list .cons_item .item_right .address span {
  font-size: 12px;
  font-weight: 400;
  color: #364263;
}
.cons_list .cons_item .item_right .tel {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cons_list .cons_item .item_right .tel img {
  width: 25px;
  height: 25px;
}
.cons_list .cons_item .item_right .tel span {
  font-size: 20px;
  font-weight: 500;
  color: #364263;
}
.cons_list .cons_item .item_right .seemore {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 138px;
  height: 35px;
  background: #1877F5;
  color: #fff;
}
.cons_list .cons_item:hover {
  box-shadow: 0px 3px 20px 1px rgba(51, 51, 51, 0.08);
}
.cons_list .cons_item:hover .seemore {
  background-color: #1450EB;
}
.cons_list .filterBox:nth-last-child(2) {
  margin-bottom: 0;
  filter: blur(5px);
}
.cons_list .mask {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
}
.cons_list .mask span {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 24px;
}
.cons_list .mask a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 138px;
  height: 35px;
  background: #F64041;
  border-radius: 18px;
  font-size: 13px;
  font-weight: 400;
  color: #FFFFFF;
}
.more_cons {
  width: 100%;
  background-color: #F2F3F8;
  padding-top: 50px;
  padding-bottom: 55px;
}
.more_cons .more_title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 17px;
}
.more_cons .more_title .title {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
}
.more_cons .more_title .batch {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 84px;
  height: 26px;
  background: #FFFFFF;
  border-radius: 13px;
  cursor: pointer;
}
.more_cons .more_title .batch span {
  font-size: 12px;
  font-weight: 400;
  color: #364263;
  margin-left: 5px;
}
.more_cons .more_title .batch .iconfont {
  font-size: 12px;
  font-weight: 400;
  color: #364263;
}
.more_cons .more_title .batch:hover span,
.more_cons .more_title .batch:hover .iconfont {
  color: #1877F5;
}
.more_cons .value_of {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 54px;
}
.more_cons .value_of .value_item {
  display: flex;
  width: 396px;
  height: 150px;
  background-color: #fff;
  padding: 0 30px;
  padding-top: 35px;
  margin-bottom: 6px;
}
.more_cons .value_of .value_item .item_img {
  position: relative;
  width: 70px;
  height: 70px;
  margin-right: 25px;
}
.more_cons .value_of .value_item .item_img .img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}
.more_cons .value_of .value_item .item_img .cerimg {
  position: absolute;
  width: 23px;
  height: 23px;
  bottom: -5px;
  right: 0px;
}
.more_cons .value_of .value_item .value_info {
  transition: all 0.3s;
}
.more_cons .value_of .value_item .value_info .info_top {
  display: flex;
  align-items: flex-end;
  margin-bottom: 16px;
}
.more_cons .value_of .value_item .value_info .info_top .name {
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  margin-right: 17px;
}
.more_cons .value_of .value_item .value_info .info_top .des {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
}
.more_cons .value_of .value_item .value_info .company {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 17px;
}
.more_cons .value_of .value_item .value_info a {
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 31px;
  border-radius: 19px;
  border: 1px solid #FFFFFF;
  background-color: #818EAF;
  font-size: 13px;
  font-weight: 400;
  color: #FFFFFF;
}
.more_cons .value_of .value_item .value_info > a:hover {
  background-color: #fff;
  color: #333333;
}
.more_cons .value_of .value_item:hover {
  background-color: #818EAF;
}
.more_cons .value_of .value_item:hover .value_info {
  margin-top: -18px;
}
.more_cons .value_of .value_item:hover .value_info .info_top .name {
  color: #FFFFFF;
}
.more_cons .value_of .value_item:hover .value_info .info_top .des {
  color: #BAC0D2;
}
.more_cons .value_of .value_item:hover .value_info .company {
  color: #fff;
}
.more_cons .value_of .value_item:hover .value_info a {
  visibility: visible;
}
.dynamic_list {
  display: flex;
  justify-content: space-between;
}
.dynamic_list .dynamic_item {
  width: 382px;
  height: 230px;
  background: #FFF;
  padding: 20px;
}
.dynamic_list .dynamic_item .item_left {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
.dynamic_list .dynamic_item .item_left .dynamic_info {
  display: flex;
}
.dynamic_list .dynamic_item .item_left .dynamic_info img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 16px;
}
.dynamic_list .dynamic_item .item_left .dynamic_info .dynamic_font {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.dynamic_list .dynamic_item .item_left .dynamic_info .dynamic_font .info_top {
  display: flex;
  align-items: baseline;
}
.dynamic_list .dynamic_item .item_left .dynamic_info .dynamic_font .info_top .top_name {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  margin-right: 15px;
}
.dynamic_list .dynamic_item .item_left .dynamic_info .dynamic_font .info_top .top_des {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
}
.dynamic_list .dynamic_item .item_left .dynamic_info .dynamic_font .info_bottom {
  display: flex;
  align-items: center;
}
.dynamic_list .dynamic_item .item_left .dynamic_info .dynamic_font .info_bottom .tip {
  display: flex;
  justify-content: center;
  align-items: center;
  display: inline-block;
  padding: 2px 4px;
  background-color: #F5F7FF;
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  margin-right: 8px;
}
.dynamic_list .dynamic_item .item_left .time {
  font-size: 12px;
  font-weight: 400;
  color: #BBBBBB;
}
.dynamic_list .dynamic_item .des_detail {
  display: flex;
  justify-content: space-between;
}
.dynamic_list .dynamic_item .des_detail .detail_left {
  width: 220px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.dynamic_list .dynamic_item .des_detail img {
  width: 100px;
  height: 100px;
}
.dynamic_list .dynamic_item:hover {
  background-color: #fff;
  box-shadow: 0px 3px 20px rgba(51, 51, 51, 0.08);
}
.banner {
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 160px;
}
.banner a {
  position: relative;
  width: 820px;
  height: 120px;
}
.banner a img {
  width: 100%;
  height: 100%;
}
.banner a .iconfont {
  position: absolute;
  top: 20px;
  right: -35px;
  font-size: 25px;
  color: #49C5FA;
}
