@charset "UTF-8";
.header-bg {
  background: url("http://images.nmndd.com/images/branches/hnhz/header-bg.png") center no-repeat;
  height: 60rem;
}

.header-bg .header-info {
  display: flex;
  padding: 0 10rem 6.5rem 32rem;
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
}

.header-bg .header-info .info-left {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.header-bg .header-info .info-left .desc {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 2.2rem;
  color: #333333;
  line-height: 4.2rem;
  margin-top: 5px;
}

.header-bg .header-info .info-left .tags {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 4rem;
}

.header-bg .header-info .info-left .tags .tag {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 2rem;
  color: #333333;
  line-height: 4.2rem;
}

.logo {
  padding: 12rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo .logoCon {
  text-align: center;
}

.logo .logoCon .logo-title {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 4rem;
  color: #333333;
  line-height: 4.8rem;
  transform: translateY(-100%);
}

.aboutCon {
  background: url("http://images.nmndd.com/images/branches/hnhz/about-bg.png") center no-repeat;
  height: 96.7rem;
}

.aboutCon .about-info {
  padding-top: 10rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 1.6rem;
  color: #333333;
  line-height: 3.4rem;
  text-indent: 2em;
}

.productCon {
  background: url("http://images.nmndd.com/images/branches/hnhz/product-bg.png") no-repeat;
  height: 68.2rem;
  width: 160rem;
}

.productCon .product {
  display: flex;
  justify-content: flex-end;
  gap: 6rem;
  align-items: center;
}

.productCon .product .product-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  width: 75rem;
}

.productCon .product .product-list .list-item:first-child {
  display: flex;
  justify-content: center;
  align-items: center;
  text-indent: 2em;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 1.6rem;
  color: #333333;
  line-height: 3.4rem;
}

.productCon .product .product-info {
  background: url("http://images.nmndd.com/images/branches/hnhz/product-bg2.png") no-repeat;
  height: 68.2rem;
  width: 47rem;
  padding: 8rem 10rem 0 12rem;
}

.productCon .product .product-info .info-title {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 3.2rem;
  color: #ffffff;
  line-height: 5.4rem;
}

.productCon .product .product-info .info-list {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 1.8rem;
  color: #ffffff;
  line-height: 3.4rem;
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.productCon .product .product-info .info-list .list-item {
  display: flex;
  gap: 2rem;
}

.productCon .product .product-info .info-list .list-item .item-img {
  width: 4.2rem;
}

.productCon .product .product-info .info-list .list-item .item-label {
  align-self: flex-end;
}

.honorCon {
  background: url("http://images.nmndd.com/images/branches/hnhz/honor-bg.png") center no-repeat;
  height: 171.4rem;
  width: 100%;
  margin-top: -19.5rem;
  margin-bottom: -45rem;
  z-index: -1;
  position: relative;
}

.honorCon .bg2 {
  position: absolute;
  right: 0;
  top: 40rem;
  z-index: -1;
  width: 90rem;
}

.honorCon .mainCon {
  padding-top: 32rem;
}

.honorCon .mainCon .title {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 4rem;
  color: #333333;
  line-height: 4.8rem;
  text-align: center;
}

.honorCon .mainCon .honor-list-top {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.honorCon .mainCon .honor-list-top img {
  width: 100%;
}

.honorCon .mainCon .honor-list-bottom {
  display: flex;
  justify-content: center;
}

.honorCon .mainCon .honor-list-bottom img {
  width: 100%;
}

.honorCon .mainCon .honor-list-bottom .honor-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.honorCon .mainCon .honor-list-bottom .item-label {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 2.2rem;
  color: #333333;
  line-height: 3.4rem;
}

.customerCon {
  background: url("http://images.nmndd.com/images/branches/hnhz/customer-bg.png") center no-repeat;
  height: 100.8rem;
  width: 100%;
}

.customerCon .customer {
  padding-top: 16rem;
}

.customerCon .customer .title {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 4rem;
  color: #ffffff;
  line-height: 4.8rem;
  text-align: center;
}

.customerCon .customer .tags {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3rem;
  margin-top: 8rem;
}

.customerCon .customer .tags .tag {
  width: 38rem;
  height: 8rem;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 1.6rem;
  color: #ffffff;
  line-height: 4.8rem;
}

/* 手机平板适配 */
@media (max-width: 992px) {
  .header-bg .header-info {
    padding: 2.5rem;
    padding-top: 10rem;
    flex-direction: column;
  }
  .header-bg .header-info .info-left .desc {
    font-size: 2rem;
  }
  .header-bg .header-info .info-left .tags {
    margin-top: 3rem;
  }
  .header-bg .header-info .info-left .tags .tag img {
    width: 80%;
    height: 80%;
  }
  .header-bg .header-info img {
    width: 100%;
  }
  .logo {
    padding: 10rem 2.5rem;
  }
  .logo .logoCon img {
    width: 100%;
  }
  .aboutCon .about-info {
    padding-top: 5rem;
  }
  .productCon {
    width: 100%;
    height: 100rem;
  }
  .productCon .product {
    flex-direction: column;
  }
  .productCon .product .product-list {
    width: 100%;
    padding: 2.5rem;
  }
  .productCon .product .product-list .list-item img {
    width: 100%;
  }
  .productCon .product .product-info {
    width: 100%;
    height: auto;
    padding: 6rem 0 5rem 10rem;
  }
  .productCon .product .product-info .info-title {
    font-size: 2.6rem;
  }
  .honorCon {
    margin-top: -13rem;
    margin-bottom: 0;
  }
  .honorCon .bg2 {
    width: 100%;
    top: 57rem;
  }
  .honorCon .mainCon {
    padding-top: 25rem;
  }
  .honorCon .mainCon .honor-list-top {
    flex-direction: column;
  }
  .honorCon .mainCon .honor-list-bottom {
    flex-direction: column;
    gap: 5rem;
  }
  .honorCon .mainCon .honor-list-bottom .item-label {
    font-size: 2rem;
  }
  .customerCon .customer {
    padding-top: 5rem;
  }
  .customerCon .customer .tags {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 1rem;
    margin-top: 5rem;
  }
  .customerCon .customer .tags .tag {
    height: 5rem;
  }
}
