.about-lz {
  width: 100%;
  min-height: 100vh;
  background-color: #ffffff;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 100px;
}
.about-box {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  top: 0;
  z-index: 10;
  padding-top: 37px;
  box-sizing: border-box;
  overflow: hidden;
}
.bg1 {
  width: 468px;
  height: 473px;
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
}
.bg2 {
  width: 800px;
  height: 620px;
  position: absolute;
  z-index: 9;
  bottom: 0;
  right: 0;
}
.about-lz-title {
  font-size: 24px;
  color: #0b1e2f;
  font-weight: 500;
  margin-bottom: 8px;
  line-height: 36px;
}
.about-lz-title-off {
  color: #0b1e2f;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
  line-height: 32px;
}
.about-lz-content {
  color: #0b1e2f;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
  margin-bottom: 60px;
}
.mb12 {
  margin-bottom: 12px;
}
.org-img-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 10px;
  margin-bottom: 60px;
}
.org-img {
  width: 390px;
  height: 240px;
}
.about-lz-map {
  width: 1200px;
  height: 469px;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  border: 6px solid #ebeef5;
  box-sizing: border-box;
}
.about-lz-map-title {
  display: flex;
  align-items: center;
  margin: 20px 0 20px 25px;
}
.about-lz-map-title img {
  width: 28px;
  height: 28px;
  margin-right: 10px;
}
.about-lz-map-title span {
  color: #0b1e2f;
  font-size: 16px;
  font-weight: 400;
}
.about-lz-map-img {
  width: 100%;
  height: 390px;
  background-color: aqua;
}
/* 资质 */
.about-lz-aptitude-title-box {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.about-lz-aptitude-title {
  width: 640px;
  height: 452px;
  text-align: center;
}
.about-lz-aptitude-text {
  color: #0b1e2f;
  font-weight: 400;
  font-size: 24px;
  margin-top: 14px;
}

.ice-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  /* margin-top: 36px; */
}
.ice-item {
  display: flex;
  flex-direction: column;
  margin-top: 36px;
  align-items: center;
}
.ice-item img {
  width: 316px;
  height: 434px;
}
.ice-item div {
  font-size: 18px;
  color: #0b1e2f;
  font-weight: 400;
  margin-top: 20px;
}
.posAbs {
  /* width: 100%;
  height: 440px;
  position: relative; */
  width: 100%;
  position: relative;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.job-img {
  width: 100%;
  height: 100%;
}
.aboutBox {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  height: 72px;
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
}
.about-nav {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-nav-list {
  color: #fff;
  font-size: 14px;
  box-sizing: border-box;
  line-height: 68px;
  border-bottom: 4px solid transparent;
  cursor: pointer;
  width: 20%;
  text-align: center;
}
.about-nav .active,
.about-nav-list:hover {
  font-weight: bold;
  border-bottom-color: #fff;
}
.template {
  display: none;
}
.show {
  display: block;
}
.job-img-name {
  width: 1200px;
  position: absolute;
  z-index: 99;
  margin: 0 auto;
}

.job-img-name-title {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
}

.job-img-name-value {
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  margin-top: 20px;
}