body {
  background: #fff;
}

.banner-common {
  text-align: center;
}
.banner-common .title-container {
  width: 100%;
  padding-left: 0;
  font-weight: bold;
  position: absolute;
  top: -50px;
  bottom: 0;
  margin: auto;
  height: 40px;
  font-size: 40px;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: center;
  padding-left: 0;
}
.banner-common h2 {
  font-weight: bold;
}
.banner-common h3 {
  margin: 21px auto;
  font-size: 25px;
}
.banner-common #openBtn {
  background-color: rgb(234 179 8/var(--tw-bg-opacity, 1));
  width: 140px;
  height: 45px;
  font-size: 17px;
  color: #fff;
  border-radius: 10px;
}

#law {
  background: #fff;
}
#law .article .title {
  padding: 20px 0 0;
}

.technicalDisclosure {
  width: 1400px;
  margin: auto;
}
.technicalDisclosure .businessIntroduction, .technicalDisclosure .advantage, .technicalDisclosure .qualityControl {
  width: 100%;
  background: #fff;
  margin-top: 40px;
  min-height: 200px;
  padding: 20px;
}
.technicalDisclosure .businessIntroduction .title, .technicalDisclosure .advantage .title, .technicalDisclosure .qualityControl .title {
  display: block;
  font-size: 2em;
  color: #b91c1c;
  margin: 20px 0 30px;
  text-align: center;
  font-weight: bold;
}
.technicalDisclosure .businessIntroduction .describe, .technicalDisclosure .advantage .describe, .technicalDisclosure .qualityControl .describe {
  line-height: 30px;
  color: rgb(55 65 81/var(--tw-text-opacity, 1));
  width: 60%;
  margin: auto;
}
.technicalDisclosure .businessIntroduction p, .technicalDisclosure .advantage p, .technicalDisclosure .qualityControl p {
  text-align: center;
  margin-bottom: 40px;
  font-size: 19px;
}
.technicalDisclosure .businessIntroduction .SecondUl, .technicalDisclosure .advantage .SecondUl, .technicalDisclosure .qualityControl .SecondUl {
  margin-top: 60px;
}
.technicalDisclosure .businessIntroduction .SecondUl li, .technicalDisclosure .advantage .SecondUl li, .technicalDisclosure .qualityControl .SecondUl li {
  display: inline-block;
  width: 30%;
  height: 150px;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  margin: 0 1.5% 30px;
  vertical-align: top;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.technicalDisclosure .businessIntroduction .SecondUl li span, .technicalDisclosure .advantage .SecondUl li span, .technicalDisclosure .qualityControl .SecondUl li span {
  font-size: 1.3em;
  color: #b91c1c;
  margin-bottom: 10px;
  font-weight: bold;
}
.technicalDisclosure .businessIntroduction .SecondUl li p, .technicalDisclosure .advantage .SecondUl li p, .technicalDisclosure .qualityControl .SecondUl li p {
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 30px;
  line-height: 25px;
  text-align: left;
}
.technicalDisclosure .qualityControl {
  padding: 20px 0;
}
.technicalDisclosure .qualityControl .ImgBox {
  width: 100%;
  padding: 20px 0;
  margin: auto;
}
.technicalDisclosure .qualityControl .ImgBox li {
  display: inline-block;
  width: 24.7%;
  vertical-align: top;
}
.technicalDisclosure .qualityControl .ImgBox li img {
  width: 250px;
  height: 200px;
}
.technicalDisclosure .qualityControl .ImgBox li i {
  width: 48px;
  height: 48px;
  display: block;
  background: rgb(254 226 226/var(--tw-bg-opacity, 1));
  border-radius: 50%;
  font-style: normal;
  text-align: center;
  line-height: 48px;
  color: red;
  margin: auto;
}
.technicalDisclosure .qualityControl .ImgBox li span {
  display: inline-block;
  width: 100%;
  height: 50px;
  line-height: 35px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding: 5px 10px;
}
.technicalDisclosure .qualityControl .ImgBox li p {
  font-size: 14px;
}
.technicalDisclosure h2 {
  color: #b91c1c;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin: 40px 0 30px;
}

.messageconcatUs {
  width: 100%;
  background: #fff;
  margin-top: 40px;
  min-height: 200px;
  padding: 20px;
  background-color: rgb(153 27 27/var(--tw-bg-opacity, 1));
  margin-top: 0px;
}
.messageconcatUs .title {
  color: #fff;
  display: block;
  font-size: 2em;
  margin: 20px 0 40px;
  text-align: center;
  font-weight: bold;
}
.messageconcatUs p {
  color: #e4e2e2;
  text-align: center;
  font-size: 19px;
}

@media screen and (max-width: 1440px) {
  .technicalDisclosure {
    width: 1200px;
  }
  .banner-common h2 {
    font-size: 30px;
  }
  .banner-common h3 {
    font-size: 19px;
  }
}
/*# sourceMappingURL=message.css.map */