<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  box-sizing: border-box;
}

/* è½®æ’­å›¾ */

#banner1 {
  position: relative;
}

.layui-carousel-ind {
  position: relative;
  top: -65px !important;
}

.banner-bg {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1rem;
  z-index: 2;
  height: 2rem;
  background-image: url("/static/frontend/images/banner_bg.png");
  background-repeat: repeat;
  background-size: 18rem 100%;
}

.layui-carousel&gt;[carousel-item] img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-bg img {
  width: 100%;
  height: 2rem;
}

/* å¡ç‰‡ä»‹ç» */
.text1 {
  padding-top: 1rem;
  width: 100%;
  text-align: center;
}

.text1 h2 {
  font-size: 1.5rem;
  padding: 0.2rem 0;
  color: #d18821;
  text-align: center;
}

.text1 p {
  font-size: 0.75rem;
  color: #787878;
}

.cards {
  width: 1200px;
  margin: 2rem auto;
}

.cards .card {
  background-color: #fff;
  box-shadow: 2px 2px 10px #999;
  display: flex;
  align-items: center;
}

.cards .card .text {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.cards .card .text-1 {
  text-align: center;
  width: 65%;
  background: #d18821;
  color: #fff;
  display: flex;
  flex-direction: column;
  padding: 0.2rem 0;
  margin: 0.5rem 0;
}

.cards .card .text-1 span:nth-of-type(1) {
  font-weight: bold;
  font-size: 1.3rem;
}

.cards .card .text-1 span:nth-of-type(2) {
  font-size: 0.5rem;
}

.cards .card .text-2 {
  display: flex;
  flex-direction: column;
  font-size: 0.6rem;
  padding-left: 3rem;
}

.cards .card .text-2 span:nth-of-type(2) {
  color: #d18821;
  margin: 0.5rem 0;
}

.cards .card .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.cards .card .img img {
  width: 100%;
  height: auto;
}

.cards .card .img2 {
  display: none;
}

.cards .card .btn {
  padding-left: 3rem;
  height: auto;
}

.cards .card .btn span {
  padding: 0.2rem 0.5rem;
  background-color: #d18821;
  color: #fff;
  font-size: 0.6rem;
  border-radius: 0.6rem;
  text-align: center;
  cursor: pointer;
}

.cards .card2 {
  margin: 1rem 0;
}

.cards .card2 .text-1 {
  width: 100%;
  background: #fff;
  color: #d18821;
  display: flex;
  flex-direction: column;
  padding: 0.2rem 0;
  margin: 0.5rem 0;
  position: relative;
}

.cards .card2 .text-1::after {
  content: "";
  position: absolute;
  bottom: 15%;
  right: 0;
  width: 5rem;
  height: 20px;
  background: #d18821;
}

.card2 .text-2 {
  padding-right: 1rem;
}

.card2 .btn {
  text-align: right;
  padding-right: 1rem;
}

/* æœåŠ¡ä»‹ç» */
.server {
  display: flex;
  flex-direction: column;
}

.server .text {
  text-align: center;
  padding-bottom: 2rem;
}

.server .text p:nth-of-type(1) {
  color: #d18821;
  font-weight: bold;
  font-size: 1.5rem;
}
.server .text p:nth-of-type(1) span {
  color: #000;
}
.server .text p:nth-of-type(2) {
  font-size: 0.6rem;
  color: #787878;
}

.server .items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 0.5rem;
}

.server .items .item {
  width: 24%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #f6f1e9;
  height: 240px;
  margin-bottom: 0.5rem;
  padding: 0.3rem;
  border-radius: 10px;
  border: 1px solid #d18821;
  border-bottom: 3px solid #d18821;
}

.server .items .item img {
  width: 90px;
  height: 90px;
}

.server .items .item span:nth-of-type(1) {
  font-size: 0.8rem;
  color: #d18821;
  padding: 0.5rem 0;
}

.server .items .item span:nth-of-type(2) {
  color: #787878;
  font-size: 0.5rem;
}

/* æœåŠ¡æµç¨‹ */
.flow {
  display: flex;
  flex-direction: column;
}

.flow .text {
  text-align: center;
  padding: 2rem 0;
}

.flow .text p:nth-of-type(1) {
  color: #d18821;
  font-weight: bold;
  font-size: 1.5rem;
}
.flow .text p:nth-of-type(1) span {
  color: #000;
}
.flow .text p:nth-of-type(2) {
  font-size: 0.6rem;
  color: #787878;
}
.flow .flow-card {
  display: flex;
  justify-content: space-between;
  border-radius: 0.3rem;
  border: 1px solid #d6cdbd;
  background-color: #f6f1e9;
  color: #c1760d;
}

.flow .flow-card .bg {
  width: 6rem;
}

.flow .flow-card .items {
  display: flex;
  flex: 1;
  justify-content: space-around;
  align-items: center;
  padding: 0.5rem 0;
}

.flow .flow-card .items .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  font-size: 0.5rem;
  white-space: nowrap;
}

.flow .flow-card .items .item img {
  width: 80%;
  height: 80%;
}

.flow .flow-card .items .tit img {
  width: 1rem;
  height: 0.01rem;
}

.introduce-card {
  display: flex;
  align-items: stretch;
  padding: 2rem 0.5rem;
}

.introduce-card .card {
  padding: 1rem;
  background-color: #fff;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border: 1px solid #d18821;
  border-radius: 0.5rem;
  border-bottom: 5px solid #d18821;
}

.introduce-card .card span:nth-of-type(1) {
  color: #d18a36;
  border-bottom: 1px dashed #d18a36;
  display: block;
  width: 80%;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: bold;
}
.introduce-card .card span:nth-of-type(2) {
  font-size: 0.5rem;
  color: #333;
}

.introduce-card .card1 {
  display: flex;
  align-items: center;
  /* background-color: #eebf02; */
}

.introduce-card .card2 {
  display: flex;
  align-items: center;
  /* background-color: #c54a00; */
  margin: 0 1rem;
}

.introduce-card .card3 {
  display: flex;
  align-items: center;
  /* background-color: #e3a200; */
}

/* éƒ‘é‡æ‰¿è¯º */
.promise {
  display: flex;
  flex-direction: column;
}

.promise .text {
  text-align: center;
  padding: 2rem 0;
}

.promise .text p:nth-of-type(1) {
  color: #d18821;
  font-weight: bold;
  font-size: 1.5rem;
}
.promise .text p:nth-of-type(1) span {
  color: #000;
}
.promise .text p:nth-of-type(2) {
  font-size: 0.6rem;
  color: #787878;
}

.promise-item {
  /* background-image: url("/static/frontend/images/promise_bg.png");
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: center top;
  width: 100%; */
}

.promise-item img {
  width: 100%;
}

.circle {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  background-color: #d18821;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  animation: upDownAnimation 3s infinite;
  position: absolute;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 2px 2px 15px 5px rgba(255, 0, 0, 0.6);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* å¯¼å¸ˆå›¢é˜Ÿ */
.team {
  display: flex;
  flex-direction: column;
  padding-top: 5rem;
}

.team .text {
  text-align: center;
  padding: 2rem 0;
}

.team .text p:nth-of-type(1) {
  color: #d18821;
  font-weight: bold;
  font-size: 1.5rem;
}
.team .text p:nth-of-type(1) span {
  color: #000;
}
.team .text p:nth-of-type(2) {
  font-size: 0.6rem;
  color: #787878;
}

.team .list {
  display: flex;
  flex-wrap: wrap;
}

.team .list .item {
  width: 33.3%;
  padding: 1rem;
  position: relative;
  margin-bottom: 2rem;
}

.team .list .item .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #f3e7d7;
  z-index: -1;
}

.team .list .item:nth-of-type(2) .bg {
  background-color: #e2e2f8;
}

.team .list .item:nth-of-type(3) .bg {
  background-color: #dfeeec;
}

.team .list .item:nth-of-type(5) .bg {
  background-color: #e2e2f8;
}

.team .list .item:nth-of-type(6) .bg {
  background-color: #dfeeec;
}

.team .list .item .content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  background-color: #ffffff;
}

.team .list .item .content .img {
  width: 100%;
  height: 13rem;
}
.team .list .item .content .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team .list .item .content .info {
  display: flex;
  flex-direction: column;
  padding: 0.5rem;
  height: 8rem;
  width: 100%;
  background-color: #fff;
}
.team .list .item .content .info span:nth-of-type(1) {
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
  margin-bottom: 1rem;
}
.team .list .item .content .info span:nth-of-type(2) {
  font-size: 0.5rem;
  line-height: 1.5;
  height: 6em;
}
.team .list .item .content .info a {
  padding: 0.2rem 0.5rem;
  background: #d18821;
  margin: 0 auto;
  border-radius: 0.2rem;
  color: #fff;
  cursor: pointer;
  margin-top: 0.5rem;
}

.team .list .item .content .info .detail {
  /* æº¢å‡ºæ‰“ç‚¹ */
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.team &gt; .btn {
  margin: 0 auto 2rem;
  font-weight: bold;
  color: #fff;
  border-radius: 1rem;
  padding: 0.2rem 1rem;
  cursor: pointer;
  background: linear-gradient(90deg, #03a9f4, #f441a5, #ffeb3b, #03a9f4);
  background-size: 400%;
  animation: animate 8s linear infinite;
}

/* å…¬å¸ä»‹ç» */
.company {
  display: flex;
  flex-direction: column;
  padding-bottom: 2rem;
}

.company .text {
  text-align: center;
  padding: 1rem 0;
}

.company .text p:nth-of-type(1) {
  color: #d18821;
  font-weight: bold;
  font-size: 1.5rem;
}

.company .text p:nth-of-type(1) span {
  color: #000;
}

.company .text p:nth-of-type(2) {
  font-size: 0.6rem;
  color: #787878;
}

.company .detail{
  display: flex;
  align-items: center;
  flex-direction: column;
}

.company .detail .img{
  width: 40%;
  flex-shrink: 0;
  margin-bottom: 1rem;
}

.company .detail .img img{
  width: 100%;
}

.company .detail .info{
  text-indent: 2em;
  font-size: 0.5rem;
}

.company .detail .info p{
  margin-bottom: 0.5rem;
}

@keyframes animate {
  from {
    background-position: 0%;
  }
  to {
    background-position: 400%;
  }
}

@keyframes upDownAnimation {
  0% {
    transform: translateY(0) translateX(-50%);
  }

  50% {
    transform: translateY(30px) translateX(-50%);
  }

  100% {
    transform: translateY(0) translateX(-50%);
  }
}

@-webkit-keyframes site-anim-closeup {
  /* ç‰¹å†™ */
  from {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 400px, 0) scale(2);
    opacity: 0.5;
  }
}
@keyframes site-anim-closeup {
  from {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 1;
  }
  to {
    transform: translate3d(0, 400px, 0) scale(2);
    opacity: 0.5;
  }
}

/* pc/ç¬”è®°æœ¬ */
@media (min-width: 992px) {
}

/* 1200pxä»¥ä¸‹ */
@media (min-width: 0) and (max-width: 1200px) {
  .cards {
    width: 100%;
    padding: 0 0.5rem;
  }
  .cards .card {
    flex-direction: column;
  }
  .cards .card .text {
    align-items: center;
    padding: 1rem 0.5rem;
  }
  .cards .card .text-1 {
    text-align: center;
    width: 100%;
  }
  .cards .card .text-2 {
    padding-left: 0;
  }

  .cards .card .img1 {
    display: none;
  }
  .cards .card .img2 {
    display: block;
  }
  .cards .card2 .img1 {
    display: block;
  }
  .cards .card2 .text-1::after {
    display: none;
  }
  .cards .card {
    box-shadow: none;
  }
  .cards .card .btn {
    padding-left: 0;
  }

  .server .items .item {
    width: 49%;
  }
}

/* å¹³æ¿ */
@media (min-width: 768px) and (max-width: 991.98px) {
  .team .list .item {
    width: 50%;
  }
}

/* æ‰‹æœº */
@media (min-width: 0px) and (max-width: 767.98px) {
  .layui-carousel-ind {
    position: relative;
    top: -35px !important;
  }
  .flow .flow-card .bg {
    display: none;
  }

  .flow .flow-card .items .tit {
    display: none;
  }

  .introduce-card {
    flex-direction: column;
  }

  .introduce-card .card2 {
    margin: 1rem 0;
  }

  .circle {
    width: 5rem;
    height: 5rem;
    font-size: 0.5rem;
  }

  .team .list .item {
    width: 100%;
  }
}

/* å°å±å¹• */
@media (min-width: 0px) and (max-width: 414px) {
  .circle {
    width: 4rem;
    height: 4rem;
    font-size: 0.5rem;
  }
}

/* ç¬”è®°æœ¬ä»¥ä¸Š */
@media (min-width: 0px) and (max-width: 991.98px) {
}
</pre></body></html>