<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.banner img {
  width: 100%;
}
.container-box {
  padding: 0 15px;
  padding-top: 26px;
}
.container-box .container-one {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.container-box .container-one .left-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  width: 100%;
  text-align: center;
}
.container-box .container-one .left-box .hotline-title {
  margin-bottom: 11px;
  line-height: 24px;
  font-size: 13px;
  font-family: MicrosoftYaHei, "å¾®è½¯é›…é»‘";
  font-weight: 400;
  color: #333;
}
.container-box .container-one .left-box .icon-phone {
  width: 26px;
}
.container-box .container-one .left-box .icon-phone img {
  width: 100%;
}
.container-box .container-one .left-box .phone-number {
  margin-top: 11px;
  font-family: DINCondensed-Bold;
  font-size: 33px;
  font-weight: bold;
}
.container-box .container-one .left-box .icon-position {
  width: 33px;
  padding-bottom: 5px;
  margin: 0 auto;
}
.container-box .container-one .left-box .icon-position img {
  width: 100%;
}
.container-box .container-one .left-box .icon-mail {
  width: 30px;
  margin: 0 auto;
  padding-bottom: 5px;
}
.container-box .container-one .left-box .icon-mail img {
  width: 100%;
}
.container-box .container-one .left-box .text-item {
  width: 100%;
  margin-top: 42px;
  background-repeat: no-repeat;
}
.container-box .container-one .left-box .text-item .title {
  line-height: 35px;
  font-size: 18px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #333;
}
.container-box .container-one .left-box .text-item .desc {
  line-height: 24px;
  font-size: 14px;
  font-weight: 300;
  font-family: MicrosoftYaHeiLight;
  color: #333;
  opacity: 0.6;
}
.container-box .container-one &gt; img {
  height: 100%;
}
.container-box .container-one .qw-text {
  margin-top: 10px;
  font-family: PingFangSC-Regular;
  font-size: 13px;
  letter-spacing: 3px;
}
.container-box .container-two {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  margin-top: 58px;
  padding-bottom: 60px;
  background-color: #fff;
}
.container-box .container-two .left {
  width: 100%;
}
.container-box .container-two .left .text {
  font-size: 15px;
}
.container-box .container-two .left img {
  margin-top: 22px;
  width: 100%;
}
.container-box .container-two .right {
  width: 100%;
  margin-top: 50px;
}
.container-box .container-two .right .qr-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
.container-box .container-two .right .qr-box p {
  line-height: 36px;
  font-size: 14px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: #333;
  letter-spacing: 1px;
}
.container-box .container-two .right .box {
  display: flex;
  justify-content: space-between;
  padding-left: 32px;
  padding-right: 32px;
  margin-top: 41px;
}
.container-box .container-two .right .box .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.container-box .container-two .right .box .item .title {
  margin-top: 3px;
  line-height: 28px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #333;
}
.container-box .container-two .right .box .item .desc {
  line-height: 20px;
  font-size: 13px;
  font-family: MicrosoftYaHeiLight;
  font-weight: 300;
  color: #999;
}
.container-box .container-two .text {
  line-height: 36px;
  font-size: 15px;
  font-family: MicrosoftYaHeiLight;
  color: #333;
}
.container-box .container-two .colour-line {
  display: flex;
  width: 36px;
  margin-bottom: 20px;
}
.container-box .container-two .colour-line .yellow {
  background-color: #FFBE34;
}
.container-box .container-two .colour-line .green {
  background-color: #8BC438;
}
.container-box .container-two .colour-line .blue {
  background-color: #0097DC;
}
.container-box .container-two .colour-line li {
  height: 2px;
  width: 33.333%;
}
</pre></body></html>