#companyIntroduction .banner {
  height: 500px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
#companyIntroduction .defaultWidth .pc {
  padding-right: 515px;
}
#companyIntroduction .navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  width: 100%;
  background: #fff;
  border-bottom: 2px solid #E2E2E2;
  position: relative;
}
#companyIntroduction .navigation .item-switchTags {
  margin: 0 70px;
  text-align: center;
}
#companyIntroduction .navigation .item-switchTags a {
  display: flex;
  width: 100%;
  height: 100%;
  font-size: 18px;
  align-items: center;
  justify-content: center;
}
#companyIntroduction .navigation .underline {
  height: 3px;
  background-color: #2190F9;
  width: 140px;
  position: absolute;
  bottom: 0;
  left: 435px;
}
#companyIntroduction .navigation.fixed {
  position: fixed;
  top: 0;
  animation: slideDown 0.5s ease forwards;
  z-index: 999;
}
#companyIntroduction .companyIntroduction .introductionContent .imageText {
  display: flex;
  gap: 25px;
}
#companyIntroduction .companyIntroduction .introductionContent .imageText .back {
  width: 600px;
  height: 300px;
  overflow: hidden;
}
#companyIntroduction .companyIntroduction .introductionContent .imageText .back img {
  width: 100%;
  height: 120%;
  object-fit: cover;
  margin: -34px 0px;
}
#companyIntroduction .companyIntroduction .introductionContent .imageText p {
  font-size: 16px;
  flex: 1;
  text-indent: 60px;
  line-height: 37px;
}
#companyIntroduction .companyCulture .culturalIndependence {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 120px;
}
#companyIntroduction .companyCulture .culturalIndependence .item-block {
  box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.16);
  padding: 30px 50px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  height: 300px;
  position: relative;
}
#companyIntroduction .companyCulture .culturalIndependence .item-block .block-title {
  position: relative;
}
#companyIntroduction .companyCulture .culturalIndependence .item-block .block-title::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 110%;
  left: -50px;
  top: 0;
  background: #0056FF;
}
#companyIntroduction .companyCulture .culturalIndependence .item-block .block-title span {
  font-weight: 600;
  font-size: 20px;
}
#companyIntroduction .companyCulture .culturalIndependence .item-block .block-title p {
  color: #0056FF;
  font-size: 24px;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 30px;
}
#companyIntroduction .companyCulture .culturalIndependence .item-block .text {
  font-size: 15px;
}
#companyIntroduction .companyCulture .culturalIndependence .item-block .printingLabel {
  position: absolute;
  right: 5px;
  bottom: 0;
  color: #E9F1FF;
  font-weight: 600;
  font-size: 70px;
}
#companyIntroduction .companyEnvironment .independentEnvironment {
  display: flex;
  justify-content: space-between;
}
#companyIntroduction .companyEnvironment .independentEnvironment .soloPhoto {
  width: 350px;
  overflow: hidden;
  box-shadow: 0px 3px 15px 1px rgba(0, 0, 0, 0.16);
  position: relative;
}
#companyIntroduction .companyEnvironment .independentEnvironment .soloPhoto img {
  width: 250%;
  height: 100%;
  position: absolute;
  left: -288px;
}
#companyIntroduction .companyEnvironment .independentEnvironment .soloPhoto .hoverRegiRn {
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#companyIntroduction .companyEnvironment .independentEnvironment .soloPhoto .hoverRegiRn .textPlacementArea {
  background: rgba(255, 255, 255, 0.6784313725);
  transform: translateY(200%);
  height: 50px;
  -webkit-transform: translateY(200%);
  -moz-transform: translateY(200%);
  -ms-transform: translateY(200%);
  -o-transform: translateY(200%);
}
#companyIntroduction .companyEnvironment .independentEnvironment .soloPhoto .hoverRegiRn .moveses {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#companyIntroduction .companyEnvironment .independentEnvironment .soloPhoto .hoverRegiRn span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  font-size: 18px;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
}
#companyIntroduction .companyEnvironment .independentEnvironment .soloPhoto .hoverRegiRn .slideOut {
  transform: translateY(100%);
  padding: 0 30px;
}
#companyIntroduction .companyEnvironment .independentEnvironment .soloPhoto .hoverRegiRn .slideOut p {
  line-height: 25px;
  font-size: 15px;
  opacity: 0;
}
/*#companyIntroduction .companyEnvironment .independentEnvironment .soloPhoto:hover .hoverRegiRn {*/
/*  background: rgba(255, 255, 255, 0.31);*/
/*  backdrop-filter: blur(8px);*/
/*  transition: all 0.5s ease;*/
/*  -webkit-transition: all 0.5s ease;*/
/*  -moz-transition: all 0.5s ease;*/
/*  -ms-transition: all 0.5s ease;*/
/*  -o-transition: all 0.5s ease;*/
/*}*/
/*#companyIntroduction .companyEnvironment .independentEnvironment .soloPhoto:hover .hoverRegiRn .moveses {*/
/*  transform: translateY(-450%);*/
/*  -webkit-transform: translateY(-450%);*/
/*  -moz-transform: translateY(-450%);*/
/*  -ms-transform: translateY(-450%);*/
/*  -o-transform: translateY(-450%);*/
/*  transition: all 0.5s ease;*/
/*  -webkit-transition: all 0.5s ease;*/
/*  -moz-transition: all 0.5s ease;*/
/*  -ms-transition: all 0.5s ease;*/
/*  -o-transition: all 0.5s ease;*/
/*}*/
#companyIntroduction .companyEnvironment .independentEnvironment .soloPhoto:hover .hoverRegiRn span {
  font-size: 22px;
}
#companyIntroduction .companyEnvironment .independentEnvironment .soloPhoto:hover .hoverRegiRn p {
  opacity: 1;
}
#companyIntroduction .companyEnvironment .independentEnvironment .fourPhotos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 80px;
}
#companyIntroduction .companyEnvironment .independentEnvironment .fourPhotos .item-picture {
  width: 385px;
  height: 250px;
  box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.16);
  position: relative;
  overflow: hidden;
}
#companyIntroduction .companyEnvironment .independentEnvironment .fourPhotos .item-picture img {
  width: 100%;
  height: 100%;
  position: absolute;
}
#companyIntroduction .companyEnvironment .independentEnvironment .fourPhotos .item-picture .hoverRegiRn {
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#companyIntroduction .companyEnvironment .independentEnvironment .fourPhotos .item-picture .hoverRegiRn .textPlacementArea {
  background: rgba(255, 255, 255, 0.6784313725);
  transform: translateY(200%);
  height: 50px;
  -webkit-transform: translateY(200%);
  -moz-transform: translateY(200%);
  -ms-transform: translateY(200%);
  -o-transform: translateY(200%);
}
#companyIntroduction .companyEnvironment .independentEnvironment .fourPhotos .item-picture .hoverRegiRn .moveses {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#companyIntroduction .companyEnvironment .independentEnvironment .fourPhotos .item-picture .hoverRegiRn span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  font-size: 18px;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
}
#companyIntroduction .companyEnvironment .independentEnvironment .fourPhotos .item-picture .hoverRegiRn .slideOut {
  transform: translateY(100%);
  padding: 0 30px;
}
#companyIntroduction .companyEnvironment .independentEnvironment .fourPhotos .item-picture .hoverRegiRn .slideOut p {
  line-height: 25px;
  font-size: 15px;
  opacity: 0;
}
/*#companyIntroduction .companyEnvironment .independentEnvironment .fourPhotos .item-picture:hover .hoverRegiRn {*/
/*  background: rgba(255, 255, 255, 0.31);*/
/*  backdrop-filter: blur(8px);*/
/*  transition: all 0.5s ease;*/
/*  -webkit-transition: all 0.5s ease;*/
/*  -moz-transition: all 0.5s ease;*/
/*  -ms-transition: all 0.5s ease;*/
/*  -o-transition: all 0.5s ease;*/
/*}*/
/*#companyIntroduction .companyEnvironment .independentEnvironment .fourPhotos .item-picture:hover .hoverRegiRn .moveses {*/
/*  transform: translateY(-150%);*/
/*  -webkit-transform: translateY(-150%);*/
/*  -moz-transform: translateY(-150%);*/
/*  -ms-transform: translateY(-150%);*/
/*  -o-transform: translateY(-150%);*/
/*  transition: all 0.5s ease;*/
/*  -webkit-transition: all 0.5s ease;*/
/*  -moz-transition: all 0.5s ease;*/
/*  -ms-transition: all 0.5s ease;*/
/*  -o-transition: all 0.5s ease;*/
/*}*/
#companyIntroduction .companyEnvironment .independentEnvironment .fourPhotos .item-picture:hover .hoverRegiRn span {
  font-size: 22px;
}
#companyIntroduction .companyEnvironment .independentEnvironment .fourPhotos .item-picture:hover .hoverRegiRn p {
  opacity: 1;
}
#companyIntroduction .fourPhotos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 80px;
}
#companyIntroduction .fourPhotos .item-picture {
  width: 385px;
  height: 250px;
  box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.16);
  position: relative;
  overflow: hidden;
}
#companyIntroduction .fourPhotos .item-picture img {
  width: 100%;
  height: 100%;
  position: absolute;
}
#companyIntroduction .fourPhotos .item-picture .hoverRegiRn {
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#companyIntroduction .fourPhotos .item-picture .hoverRegiRn .textPlacementArea {
  background: rgba(255, 255, 255, 0.6784313725);
  transform: translateY(200%);
  height: 50px;
  -webkit-transform: translateY(200%);
  -moz-transform: translateY(200%);
  -ms-transform: translateY(200%);
  -o-transform: translateY(200%);
}
#companyIntroduction .fourPhotos .item-picture .hoverRegiRn .moveses {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#companyIntroduction .fourPhotos .item-picture .hoverRegiRn span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  font-size: 18px;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
}
#companyIntroduction .fourPhotos .item-picture .hoverRegiRn .slideOut {
  transform: translateY(100%);
  padding: 0 30px;
}
#companyIntroduction .fourPhotos .item-picture .hoverRegiRn .slideOut p {
  line-height: 25px;
  font-size: 15px;
  opacity: 0;
}
/*#companyIntroduction .fourPhotos .item-picture:hover .hoverRegiRn {*/
/*  background: rgba(255, 255, 255, 0.31);*/
/*  backdrop-filter: blur(8px);*/
/*  transition: all 0.5s ease;*/
/*  -webkit-transition: all 0.5s ease;*/
/*  -moz-transition: all 0.5s ease;*/
/*  -ms-transition: all 0.5s ease;*/
/*  -o-transition: all 0.5s ease;*/
/*}*/
/*#companyIntroduction .fourPhotos .item-picture:hover .hoverRegiRn .moveses {*/
/*  transform: translateY(-150%);*/
/*  -webkit-transform: translateY(-150%);*/
/*  -moz-transform: translateY(-150%);*/
/*  -ms-transform: translateY(-150%);*/
/*  -o-transform: translateY(-150%);*/
/*  transition: all 0.5s ease;*/
/*  -webkit-transition: all 0.5s ease;*/
/*  -moz-transition: all 0.5s ease;*/
/*  -ms-transition: all 0.5s ease;*/
/*  -o-transition: all 0.5s ease;*/
/*}*/
#companyIntroduction .fourPhotos .item-picture:hover .hoverRegiRn span {
  font-size: 22px;
}
#companyIntroduction .fourPhotos .item-picture:hover .hoverRegiRn p {
  opacity: 1;
}
#companyIntroduction .honorQualification .independentGlory {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: linear-gradient(to top, #FFFFFF 0%, #F3F6FF 100%);
  box-shadow: 5px 8px 18px 1px rgba(0, 0, 0, 0.16);
  border-radius: 3px 3px 3px 3px;
  padding: 30px;
  margin-top: 100px;
  gap: 30px 0;
}
#companyIntroduction .honorQualification .independentGlory .item-businessLicense {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#companyIntroduction .honorQualification .independentGlory .item-businessLicense:hover img {
  box-shadow: 0px 0px 10px 3px rgba(33, 150, 243, 0.7607843137);
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
#companyIntroduction .honorQualification .independentGlory .item-businessLicense img {
  padding: 20px;
  box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background: #fff;
}
#companyIntroduction .honorQualification .independentGlory .item-businessLicense span {
  display: block;
  font-size: 18px;
  margin-top: 30px;
}
.sn-preview{
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    display: none;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}
.sn-preview img{
    width: 350px;
}

@media (min-width: 769px) {
  .h5 {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .navigation {
    display: none !important;
  }
  #companyIntroduction .banner {
    background-size: 250% 120% !important;
    background-position: -76vw 2vw !important;
  }
  #companyIntroduction .banner p {
    font-size: 3.7vw;
  }
  #companyIntroduction .banner a {
    background: #0056FF;
    color: #fff;
    width: 25vw;
    height: 9vw;
    font-size: 3.5vw;
    border-radius: 1vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #companyIntroduction .companyIntroduction {
    background-color: #F6F9FF;
  }
  #companyIntroduction .companyIntroduction .introductionContent .imageText {
    gap: 5vw;
    flex-direction: column;
  }
  #companyIntroduction .companyIntroduction .introductionContent .imageText .back {
    width: 100%;
    height: 50vw;
  }
  #companyIntroduction .companyIntroduction .introductionContent .imageText .back img {
    width: 120%;
    height: 120%;
    object-fit: cover;
    margin: -3vw 0vw;
  }
  #companyIntroduction .companyIntroduction .introductionContent .imageText p {
    background: #fff;
    border-radius: 2vw;
    padding: 5vw;
    font-size: 4vw;
    flex: 1;
    text-indent: 15vw;
    line-height: 9vw;
  }
  #companyIntroduction .companyCulture {
    background-color: #FCFCFC;
  }
  #companyIntroduction .companyCulture .culturalIndependence {
    grid-template-columns: repeat(1, 1fr);
    gap: 5vw;
  }
  #companyIntroduction .companyCulture .culturalIndependence .item-block .block-title span {
    display: none;
  }
  #companyIntroduction .fourPhotos {
    display: flex;
    gap: 2vw;
  }
  #companyIntroduction .fourPhotosw {
    margin-top: 2vw !important;
  }
  #companyIntroduction .fourPhotos .item-picture {
    height: 35vw;
    flex: 1;
  }
  #companyIntroduction .fourPhotos .item-picture .hoverRegiRn .moveses {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -25vw;
  }
  #companyIntroduction .fourPhotos .item-picture .hoverRegiRn .textPlacementArea {
    height: 10vw;
    position: absolute;
    bottom: 0;
    width: 100%;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  #companyIntroduction .fourPhotos .item-picture .hoverRegiRn span {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    height: 10vw;
    font-size: 4vw;
  }
  /*#companyIntroduction .fourPhotos .item-picture:hover .hoverRegiRn .moveses {*/
  /*  transform: translateY(0);*/
  /*  -webkit-transform: translateY(0);*/
  /*  -moz-transform: translateY(0);*/
  /*  -ms-transform: translateY(0);*/
  /*  -o-transform: translateY(0);*/
  /*  bottom: -1vw;*/
  /*}*/
  #companyIntroduction .fourPhotos .item-picture:hover .hoverRegiRn span {
    font-size: 4vw;
  }
  #companyIntroduction .fourPhotos .item-picture .hoverRegiRn .slideOut {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    padding: 0 3vw;
  }
  #companyIntroduction .companyCulture .culturalIndependence .item-block {
    padding: 5vw;
    border-radius: 2vw;
    -webkit-border-radius: 2vw;
    -moz-border-radius: 2vw;
    -ms-border-radius: 2vw;
    -o-border-radius: 2vw;
    height: 25vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  #companyIntroduction .companyCulture .culturalIndependence .item-block .block-title p {
    font-size: 6vw;
    margin-top: 0;
    margin-bottom: 0;
  }
  #companyIntroduction .companyCulture .culturalIndependence .item-block .block-title::after {
    width: 1vw;
    height: 11vw;
    left: -5vw;
    top: 50%;
    transform: translateY(-50%);
  }
  #companyIntroduction .companyCulture .culturalIndependence .item-block .text {
    font-size: 3vw;
  }
  #companyIntroduction .companyCulture .culturalIndependence .item-block .printingLabel {
    position: absolute;
    right: 6vw;
    bottom: 0;
    color: #E9F1FF;
    font-weight: 600;
    font-size: 12vw;
    z-index: -1;
  }
  #companyIntroduction .companyEnvironment {
    gap: 2vw;
  }
  #companyIntroduction .companyEnvironment .soloPhoto {
    flex: 1;
    width: 0;
  }
  #companyIntroduction .companyEnvironment .independentEnvironment {
    gap: 2vw;
  }
  #companyIntroduction .companyEnvironment .independentEnvironment .fourPhotos {
    grid-template-columns: repeat(1, 1fr);
    gap: 2vw;
    flex: 1.2;
  }
  #companyIntroduction .companyEnvironment .independentEnvironment .fourPhotos:nth-of-type(3) {
    grid-template-columns: repeat(2, 1fr);
  }
  #companyIntroduction .companyEnvironment .independentEnvironment .fourPhotos .item-picture .hoverRegiRn {
    height: 100%;
  }
  #companyIntroduction .companyEnvironment .independentEnvironment .fourPhotos .item-picture {
    width: 100%;
    height: 35vw;
    box-shadow: none;
  }
  #companyIntroduction .companyEnvironment .independentEnvironment .fourPhotos .item-picture:nth-child(3),
  #companyIntroduction .companyEnvironment .independentEnvironment .fourPhotos .item-picture:nth-child(4) {
    display: none;
  }
  #companyIntroduction .companyEnvironment .independentEnvironment .soloPhoto img {
    left: -20vw;
  }
  #companyIntroduction .companyEnvironment .independentEnvironment .soloPhoto .hoverRegiRn {
    position: relative;
  }
  #companyIntroduction .companyEnvironment .independentEnvironment .soloPhoto .hoverRegiRn .textPlacementArea {
    height: 10vw;
    width: 100%;
    position: absolute;
    bottom: 0;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  #companyIntroduction .companyEnvironment .independentEnvironment .soloPhoto .hoverRegiRn .moveses {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
  }
  #companyIntroduction .companyEnvironment .independentEnvironment .soloPhoto .hoverRegiRn span {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  /*#companyIntroduction .companyEnvironment .independentEnvironment .soloPhoto:hover .hoverRegiRn .moveses {*/
  /*  bottom: 35vw;*/
  /*  transform: translateY(0);*/
  /*  -webkit-transform: translateY(0);*/
  /*  -moz-transform: translateY(0);*/
  /*  -ms-transform: translateY(0);*/
  /*  -o-transform: translateY(0);*/
  /*}*/
  #companyIntroduction .companyEnvironment .independentEnvironment .soloPhoto:hover .hoverRegiRn span {
    font-size: 4vw;
  }
  #companyIntroduction .companyEnvironment .independentEnvironment .soloPhoto .hoverRegiRn .slideOut {
    transform: translateY(0%);
    padding: 0 3vw;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
  }
  #companyIntroduction .companyEnvironment .independentEnvironment .soloPhoto .hoverRegiRn .slideOut p {
    line-height: 5vw;
    font-size: 3vw;
  }
  #companyIntroduction .companyEnvironment .independentEnvironment .soloPhoto .hoverRegiRn span {
    height: 10vw;
    font-size: 4vw;
  }
  #companyIntroduction .companyEnvironment .independentEnvironment .fourPhotos .item-picture .hoverRegiRn span {
    height: 10vw;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    font-size: 4vw;
  }
  #companyIntroduction .companyEnvironment .independentEnvironment .fourPhotos .item-picture .hoverRegiRn .moveses {
    height: 100%;
    height: 100%;
    position: absolute;
    bottom: -25vw;
  }
  #companyIntroduction .companyEnvironment .independentEnvironment .fourPhotos .item-picture .hoverRegiRn .textPlacementArea {
    height: 10vw;
    width: 100%;
    position: absolute;
    bottom: 0;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  #companyIntroduction .companyEnvironment .independentEnvironment .fourPhotos .item-picture .hoverRegiRn .slideOut {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  /*#companyIntroduction .companyEnvironment .independentEnvironment .fourPhotos .item-picture:hover .hoverRegiRn .moveses {*/
  /*  transform: translateY(0);*/
  /*  -webkit-transform: translateY(0);*/
  /*  -moz-transform: translateY(0);*/
  /*  -ms-transform: translateY(0);*/
  /*  -o-transform: translateY(0);*/
  /*  bottom: -1vw;*/
  /*}*/
  #companyIntroduction .companyEnvironment .independentEnvironment .fourPhotos .item-picture:hover .hoverRegiRn span {
    font-size: 4vw;
  }
  #companyIntroduction .companyEnvironment .independentEnvironment .fourPhotos .item-picture .hoverRegiRn .slideOut {
    padding: 0 3vw;
  }
  #companyIntroduction .companyEnvironment .independentEnvironment .fourPhotos .item-picture .hoverRegiRn .slideOut p {
    line-height: 5vw;
    font-size: 3vw;
  }
  #companyIntroduction .honorQualification .independentGlory {
    grid-template-columns: repeat(2, 1fr);
    border-radius: 2vw;
    padding: 5vw;
    margin-top: 10vw;
    background: linear-gradient(to bottom, #F9FBFF 0%, #F2F5FF 100%);
    gap: 6vw;
    box-shadow: none;
  }
  #companyIntroduction .honorQualification .independentGlory .item-businessLicense img {
    width: 100%;
    padding: 4vw;
  }
  #companyIntroduction .honorQualification .independentGlory .item-businessLicense span {
    font-size: 4vw;
    margin-top: 5vw;
  }
  #companyIntroduction .honorQualification .independentGlory .item-businessLicense img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    background: #fff;
  }
}

/*# sourceMappingURL=companyIntroduction.css.map */
