<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.subpage-banner .banner-main {
  background: url('../images/about_img (9).png') 0 0 no-repeat;
  background-size: 100% 100%;
}
.case-show {
  padding: 110px 0 50px;
}
.case-show .case-show-main {
  position: relative;
  overflow: hidden;
  margin-top: 50px;
}
.case-show .case-show-main::after,
.case-show .case-show-main::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100px;
  width: 20%;
  z-index: 9;
  background-image: linear-gradient(270deg, hsla(0, 0%, 100%, 0), #fff);
}
.case-show .case-show-main::after {
  left: unset;
  right: 0;
  background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff);
}
.case-show .case-show-main img {
  height: 100px;
  animation: zx_caseScroll 50s infinite linear;
}
.banner-content &gt; p {
  margin-top: -5px;
  font-size: 24px;
  font-family: Microsoft YaHei;
  color: #FFFFFF;
  opacity: 0.5;
}
.about-item {
  width: 100%;
  padding: 110px 0;
}
.about-item img {
  width: 270px;
  height: 97px;
}
.about-item h2 {
  text-align: center;
  font-size: 34px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  margin-bottom: 70px;
}
.about-item p {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  text-indent: 2rem;
}
.about-item a {
  display: inline-block;
  margin-top: 18px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #0F59FE;
}
.about-item a i {
  display: inline-block;
  height: 10px;
  width: 6px;
  background: url('../images/about_img (3).png') 0 0 no-repeat;
  background-size: 6px 10px;
  margin-left: 6px;
}
.about-info {
  width: 678px;
}
.about-pattern {
  width: 500px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bg-blue {
  background-color: #f6faff;
}
.bg-blue img {
  width: 270px;
  height: 119px;
}
.about-item-main {
  display: flex;
  justify-content: center;
  align-items: center;
}
.honorary-qualification-ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -40px;
}
.honorary-qualification-ul li {
  width: 270px;
  margin-bottom: 40px;
  margin-right: 40px;
}
.honorary-qualification-ul li:nth-child(4n) {
  margin-right: unset;
}
.honorary-qualification-ul li img {
  margin: auto;
  width: 100%;
  height: 172px;
}
.about-item-map {
  width: 620px;
  height: 349px;
}
#map_container {
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0;
  font-family: "å¾®è½¯é›…é»‘";
}
.about-item-address {
  margin-left: 70px;
}
.about-item-address &gt; div {
  margin-bottom: 40px;
}
.about-item-address img {
  height: 36px;
  width: 36px;
}
.about-item-address span {
  margin-left: 16px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}
</pre></body></html>