body {
  /*肩膀部分*/
}
body .shoulder {
  width: 100%;
  height: 455px;
  background: url('../../../static/web/images/enterprice-header-bg.jpg') no-repeat;
  text-align: center;
}
body .shoulder .title {
  width: auto;
  color: #fff;
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
  padding-top: 120px;
  font-weight: 400;
  font-size: 45px;
}
body .shoulder .searchblock {
  padding-top: 200px;
  font-size: 12px;
  font-weight: normal;
  width: 327px;
  margin: 0 auto;
}
body .shoulder .searchblock .search-kerword {
  width: 250px;
  height: 30px;
  border-radius: 4px;
  text-indent: 10px;
  border-radius: 50px 0 0 50px;
  border: 0;
  float: left;
}
body .shoulder .searchblock .search-button {
  width: 77px;
  height: 30px;
  border-radius: 0 50px 50px 0;
  background-color: #3db1fa;
  color: #fff;
  border: 0;
  float: right;
}
body .shoulder .searchblock .search-button:hover {
  background: #1A8DD6;
}
body .enterprice-body {
  width: 100%;
  margin-top: 40px;
  text-align: center;
}
body .enterprice-body .enterprice-list {
  margin: 0 auto;
  width: 1140px;
  height: 1200px;
}
body .enterprice-body .enterprice-list li {
  width: 260px;
  list-style-type: none;
  padding-bottom: 10px;
  border-radius: 4px;
  background: #ffffff;
  border: 1px solid #e2e2e2;
  float: left;
  position: relative;
  margin: 0 15px 20px 0;
}
body .enterprice-body .enterprice-list li .cover-layer {
  display: none;
  cursor: pointer;
}
body .enterprice-body .enterprice-list li hr {
  margin: -20px 20px 20px 20px;
  color: #f4f4f4;
}
body .enterprice-body .enterprice-list li:hover .cover-layer {
  display: block;
  width: 260px;
  height: 178px;
  background: #000;
  opacity: 0.7;
  position: absolute;
  border-radius: 4px 4px 0 0;
  top: 0;
  left: 0;
}
body .enterprice-body .enterprice-list li:hover p.enterprise-name {
  display: block;
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: 400;
  margin-left: 0;
  height: 19px;
  opacity: 1;
  font-size: 14px;
}
body .enterprice-body .enterprice-list li:hover p.enterprise-name a {
  color: #fff;
  opacity: 1;
  font-size: 20px;
  text-decoration: none;
}
body .enterprice-body .enterprice-list li p {
  text-align: left;
  margin-left: 15px;
  line-height: 16px;
  color: #6d747a;
  font-size: 12px;
}
body .enterprice-body .enterprice-list li p.enterprise-name {
  display: none;
}
body .enterprice-body .enterprice-list li p.hideThsNum {
  visibility: hidden;
}
body .enterprice-body .enterprice-list li p a {
  color: #3db1fa;
}
body .enterprice-body .enterprice-list li p:first-child {
  margin-top: 15px;
}
body .enterprice-body .enterprice-list li p.enterprice-office-site {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  font-size: 12px;
}
body .enterprice-body .enterprice-list li p.enterprice-name {
  line-height: 16px;
  margin-top: 10px;
  font-weight: 400;
  font-size: 16px;
  color: #4a90e2;
}
body .enterprice-body .enterprice-list li .tags-name {
  color: #fff;
  width: 66px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  background: #3db1fa;
  text-align: center;
  font-size: 12px;
  float: left;
  margin-right: 19px;
  margin-top: -5px;
  border-radius: 2px;
}
body .enterprice-body .enterprice-list li .logo-layer {
  padding: 15px;
  overflow: hidden;
}
.logo-layer .img-box {
  width: 80px;
  height: 100px;
  text-align: center;
  float: left;
}
.logo-layer .text {
  margin-left: 95px;
  text-align: left;
  font-size: 13px;
  line-height: 20px;
}
.logo-layer .text h4 {
  font-size: 14px;
  margin: 4px 0 15px;
  line-height: 20px;
  max-height: 40px;
  color: #83979e;
  overflow: hidden;
}
.logo-layer .text .tags-name {
  float: left;
}
body .enterprice-body .enterprice-list li .logo-layer .enterprice-logo {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  height: auto;
  margin: 0 auto;
}
.logo-layer 
.loading {
  width: 100%;
  text-align: center;
  clear: both;
  margin-bottom: 300px;
}
.loading img {
  width: 36px;
  margin: 0 auto;
}
.loading hr {
  width: 42%;
  border: 1px solid #e5e5e5;
}
.loading hr.hr-left {
  float: left;
  margin-left: 5%;
}
.loading hr.hr-right {
  float: right;
  margin-right: 5%;
}
.yet-bottom,
.no-enterprise {
  display: none;
  width: 100%;
  text-align: center;
  clear: both;
  margin-bottom: 300px;
}
.yet-bottom img,
.no-enterprise img {
  margin: 0 auto;
}
.join-us {
  position: fixed;
  right: 30px;
  top: 556px;
  cursor: pointer;
}
.footer {
  height: 284px;
}
