@charset "utf-8";
.banner {
  position: relative;
}
.banner .info {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: url(./banner_info_bg.png) no-repeat center;
  background-size: 100%;
  color: #fff;
}

.industry-place, .company-honor {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
body,
html {
  height: 100%;
  background: #ffffff !important;
}
.common-title {
  text-align: center;
}

.status {
  padding: 0;
  background: #fff;
}
.common-title.txt_c {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem !important;
  font-weight: bold;
}
.status .item {
  width: 95%;
  height: 4rem;
  padding-top: 0.5rem;
  font-size: 0.8rem;
  border: 1px solid #c8c8c8;
  margin-bottom: 0.3rem;
  color: #f26f23;
}

.status .item:last-child {
  margin-bottom: 0;
}
.status .item .ver-mid {
  top: 44%;
}
.desc {
  line-height: 0.5rem;
  font-size: 0.4rem;
}
.status .content-view{
  margin-bottom: 0.3rem;
}
.status .content-view > .item:last-child {
  margin-right: 0;
}
.status .num-box {
  position: relative;
  margin-bottom: 0.4rem;
  font-size: 0.9rem;
}
.status .num-box .chinese {
  font-size: 0.4rem;
}
.status .num-box img {
  width: 2rem;
}
.honor .content-view {
  margin-top: 0.5rem;
  margin-bottom: 0;
}

.honor {
  margin-top: 0rem;
  background-color: #f2f2f2;
  padding: 0;
}
.honor .item {
  width: 95%;
  height: 4.5rem;
  border: 1px solid #c8c8cc;
  margin-bottom: 0.3rem;
  background-color: #ffffff;
  color: #282828;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0.3rem;
}
.honor .item .img-box {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  height: auto;
}
.honor .item img {
  width: 2rem;
}
.honor .item .info {
  font-size: 0.4rem;
  color: #282828;
  height: auto;
  text-align: center;
  line-height: 0.6rem;
}
