<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.home {
  width: 100%;
  padding-top: 94px;
}
.home .banner {
  width: 100%;
}
.home .banner img {
  width: 100%;
  object-fit: cover;
  display: block;
}
.home .main {
  width: 80%;
  margin: 60px auto;
}
.home .main .section1 {
  display: flex;
  justify-content: space-between;
}
.home .main .section1 a {
  width: 31%;
  display: block;
}
.home .main .section1 a .pic {
  overflow: hidden;
}
.home .main .section1 a .pic img {
  width: 100%;
  display: block;
  object-fit: cover;
  transition: all 600ms;
}
.home .main .section1 a p {
  font-size: 18px;
  padding: 15px 0;
  text-align: center;
  border: 1px solid rgba(154, 154, 154, 0.17);
  color: #000000;
}
.home .main .section1 a:hover .pic img {
  transform: scale(1.05);
}
.home .main .section2 {
  margin: 60px auto;
}
.home .main .section2 .t {
  text-align: center;
  color: #1B1D1F;
  font-size: 24px;
}
.home .main .section2 .address {
  margin-top: 30px;
}
.home .main .section2 .address .theader {
  display: flex;
  justify-content: space-between;
  background: #154268;
  text-align: center;
}
.home .main .section2 .address .theader p {
  color: white;
  padding: 25px 0;
}
.home .main .section2 .address .theader p:nth-child(1), .home .main .section2 .address .theader p:nth-child(3), .home .main .section2 .address .theader p:nth-child(5) {
  width: 15%;
}
.home .main .section2 .address .theader p:nth-child(2) {
  width: 30%;
}
.home .main .section2 .address .theader p:nth-child(4) {
  width: 25%;
}
.home .main .section2 .address .tbody .item {
  display: flex;
  justify-content: space-between;
  text-align: center;
  border: 1px solid rgba(154, 154, 154, 0.17);
  border-bottom: none;
}
.home .main .section2 .address .tbody .item p {
  color: #1B1D1F;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 25px 0;
}
.home .main .section2 .address .tbody .item p:nth-child(1), .home .main .section2 .address .tbody .item p:nth-child(3), .home .main .section2 .address .tbody .item p:nth-child(5) {
  width: 15%;
}
.home .main .section2 .address .tbody .item p:nth-child(2) {
  width: 30%;
}
.home .main .section2 .address .tbody .item p:nth-child(4) {
  width: 25%;
}
.home .main .section2 .address .tbody .item:nth-child(2n) {
  background: #F7FBFF;
}
.home .main .section2 .address .tbody .item:last-child {
  border-bottom: 1px solid rgba(154, 154, 154, 0.17);
}
.home .main .section2 .more {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px auto;
  color: #0084CF;
  font-size: 14px;
}
.home .main .section2 .more img {
  margin-left: 5px;
}
@media screen and (max-width: 1440px) {
  .home .main {
    width: 90%;
  }
}
@media screen and (max-width: 1200px) {
  .home {
    padding-top: 60px;
  }
  .home .main {
    margin: 30px auto;
  }
  .home .main .section1 {
    flex-direction: column;
  }
  .home .main .section1 a {
    width: 100%;
    margin-bottom: 10px;
  }
  .home .main .section2 {
    margin: 30px auto;
  }
  .home .main .section2 .address {
    width: 100%;
    overflow-x: scroll;
  }
  .home .main .section2 .address .theader, .home .main .section2 .address .tbody {
    width: 500px;
  }
  .home .main .section2 .address .theader p:nth-child(1), .home .main .section2 .address .theader p:nth-child(3), .home .main .section2 .address .theader p:nth-child(5), .home .main .section2 .address .tbody p:nth-child(1), .home .main .section2 .address .tbody p:nth-child(3), .home .main .section2 .address .tbody p:nth-child(5) {
    width: 20% !important;
  }
  .home .main .section2 .address .theader p:nth-child(2), .home .main .section2 .address .tbody p:nth-child(2) {
    width: 30% !important;
  }
  .home .main .section2 .address .theader p:nth-child(4), .home .main .section2 .address .tbody p:nth-child(4) {
    width: 20% !important;
  }
}

/*# sourceMappingURL=fba.css.map */
</pre></body></html>