<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: "Pacifico";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/fwzy7-qmy14u9lezj96a.ttf) format("truetype");
}

#team {
  background-color: #fff;
}

#project,
#mail {
  background-color: rgba(248, 249, 252, 1);
}

.team-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.team-item {
  width: 282px;
}

.team-item .img {
  height: 200px;
  background-size: 100% 100%;
}

.ldtd {
  background-image: url(../images/ldtd.png);
}

.jstd {
  background-image: url(../images/jstd.png);
}

.yxtd {
  background-image: url(../images/yxtd.png);
}

.fwtd {
  background-image: url(../images/fwtd.png);
}

.team-item .info {
  padding: 32px 20px 60px 20px;
  height: 293px;
  box-sizing: content-box;
}

.team-item:hover .info {
  background: rgba(255, 255, 255, 1);
  background-blend-mode: normal;
  box-shadow: 0px 7px 24px 0px rgba(0, 0, 0, 0.1);
}

.team-item .info .title {
  color: rgba(51, 51, 51, 1);
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 20px;
}

.team-item .info .content {
  font-size: 20px;
  color: rgba(102, 102, 102, 1);
  line-height: 39px;
  /* text-align: justify; */
  vertical-align: top;
}

@media (max-width: 580px) {
  .team-item {
    width: 140px;
  }
  .team-item .img {
    height: 99px;
  }

  .team-item .info .title {
    font-size: 18px;
  }

  .team-item .info .content {
    font-size: 14px;
    line-height: 28px;
  }
}

.service-list {
  display: flex;
  flex-wrap: wrap;
  height: 420px;
}

.service-list &gt; div {
  flex: 1;
}

.service-list .sass {
  margin-right: 24px;
}

.service-right div {
  box-sizing: border-box;
}

.service-right .clue {
  margin-bottom: 4%;
}

.new-list {
}

.new-list .new-item {
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 45px;
}

.new-list .new-item .new-img {
  width: 384px;
  margin-right: 48px;
}

.new-list .new-item .new-content {
  flex: 1;
}

.new-list .new-item .new-content .title {
  font-size: 24px;
  color: rgba(51, 51, 51, 1);
  font-weight: 500;
  margin-bottom: 16px;
}

.new-list .new-item:hover .title {
  color: rgba(9, 173, 157, 1) !important;
}

.new-list .new-item .new-content .info {
  max-width: 736px;
  text-align: justify;
  vertical-align: top;
  font-size: 20px;
  color: rgba(102, 102, 102, 1);
  line-height: 40px;
}

.contact-list {
  display: flex;
}

.contact-list .contact-left {
  position: relative;
  width: 60%;
  background: rgba(255, 255, 255, 1);
  background-blend-mode: normal;
  box-shadow: 0px 10px 59px 0px rgba(0, 0, 0, 0.15);
  padding: 5% 3% 6% 3%;
  margin-right: 2%;
}

.contact-list .contact-left &gt; img {
  position: absolute;
  width: 9%;
  top: 0;
  left: -18%;
}

.contact-list .contact-left .contact-title {
  color: rgba(9, 173, 157, 1);
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 2%;
}

.contact-list .contact-left p {
  text-align: justify;
  vertical-align: top;
  font-family: è‹¹æ–¹ ç®€;
  font-size: 24px;
  color: rgba(102, 102, 102, 1);
  line-height: 48px;
  margin-bottom: 25px;
}

.contact-right {
  position: relative;
  width: 38%;
  margin-top: 5%;
}
.contact-right .fake {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 7%;
  left: 10%;
  background: rgba(51, 117, 182, 0.1);
  background-blend-mode: normal;
}

.contact-list .contact-right &gt; img {
  position: absolute;
  width: 16%;
  bottom: 8%;
  left: 8%;
}

@media (max-width: 1000px) {
  .contact-list .contact-left p {
    font-size: 20px;
    color: rgba(102, 102, 102, 1);
    line-height: 30px;
    margin-bottom: 25px;
  }
}

@media (max-width: 700px) {
  .contact-list {
    display: block;
  }
  .contact-list .contact-left p {
    font-size: 20px;
    color: rgba(102, 102, 102, 1);
    line-height: 30px;
    margin-bottom: 25px;
  }
  .contact-list .contact-left {
    width: 100%;
  }
}

.copyright {
  font-size: 18px;
  color: rgba(102, 102, 102, 1);
  background: rgba(248, 249, 252, 1);
  text-align: center;
  padding: 1.3em 0;
  font-family: è‹¹æ–¹ ç®€;
}

.footer {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.footer-img {
  display: flex;
  align-items: center;
}

.footer-logo {
  width: 180px;
}

.footer-content {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  margin: 0 3em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.footer-content .footer-menu {
  display: flex;
  justify-content: space-between;
  padding-right: 32px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}

.footer-address {
  display: flex;
  align-items: center;
}

.footer-code {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-code &gt; img {
  width: 90px;
  margin-bottom: 12px;
}

.footer-code &gt; .text {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
}
</pre></body></html>