<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*===============全体===============*/
#wrapper {
  overflow: hidden;
}

/*module-class*/
.f10 {
  font-size: 10px;
}

.f12en {
  font-size: 12px;
}

.f12 {
  font-size: 12px;
}

/*================style.css========================*/
/*===============nav===============*/
.nav-wrap {
  background-color: rgba(0, 0, 0, 0.6);
  line-height: 0.9;
}
.nav-wrap .inner {
  height: 100%;
}
.nav-wrap nav {
  height: 100%;
}
.nav-wrap ul {
  height: 100%;
  overflow: hidden;
}
.nav-wrap ul li {
  height: 100%;
  float: left;
  width: 16.66667%;
}
.nav-wrap ul li.tel {
  display: none;
}
.nav-wrap ul li a {
  display: block;
  color: #ffffff;
  text-align: center;
  padding: 15px 0;
  width: 100%;
  height: 100%;
}
.nav-wrap ul li a br {
  display: none;
}
.nav-wrap ul li a hr {
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transition: 0.2s;
  -webkit-transition: 0.2s;
}
.nav-wrap ul li a:hover hr {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
}

@media screen and (max-width: 768px) {
  /*===============nav===============*/
  .nav-wrap {
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    position: fixed;
    right: 0;
    top: 0;
    transition: 0.2s;
    -webkit-transition: 0.2s;
  }
  .nav-wrap.tapped {
    width: 100%;
    height: 100vh;
  }
  .nav-wrap ul {
    overflow: hidden;
    margin-top: 80px;
  }
  .nav-wrap ul li {
    height: 8vh;
    float: none;
    width: 80%;
    margin: 0 auto 1vh;
  }
  .nav-wrap ul li.tel {
    display: block;
    color: #ffffff;
    font-size: 24px;
    line-height: 8vh;
    text-align: center;
  }
  .nav-wrap ul li br {
    display: inline;
  }
  .nav-wrap ul li a {
    font-size: 16px;
    display: block;
    color: #ffffff;
    text-align: center;
    padding-top: 10px;
    width: 100%;
    height: 100%;
    border: 1px solid #ffffff;
  }
  .nav-wrap ul li a br {
    display: inline;
  }
  .nav-wrap ul li a hr {
    display: none;
  }
}
/*====================footer====================*/
.footer-wrap {
  color: #ffffff;
  background: url(../images/footer-bg.jpg) no-repeat center top;
  background-size: cover;
  padding: 20px 0 10px;
}
.footer-wrap .inner a {
  color: #ffffff;
}
.footer-wrap .inner a:hover {
  color: #999999;
}
.footer-wrap .inner .f-nav {
  font-size: 12px;
  overflow: hidden;
  margin-bottom: 195px;
}
.footer-wrap .inner .f-nav li {
  float: left;
  width: 16.66667%;
  text-align: center;
}
.footer-wrap .inner .f-small {
  font-size: 10px;
  text-align: center;
}
.footer-wrap .inner .f-small li:first-child img {
  width: 204px;
}

@media screen and (max-width: 768px) {
  /*====================footer====================*/
  .footer-wrap .inner .f-nav {
    margin-bottom: 0;
  }
  .footer-wrap .inner .f-nav li {
    width: 49%;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  .footer-wrap .inner .f-nav li:nth-child(even) {
    margin-left: 2%;
  }
  .footer-wrap .inner .f-nav li:last-child {
    margin-left: 0;
    width: 100%;
  }
  .footer-wrap .inner .f-nav li a {
    display: block;
    height: 100%;
    border: 1px solid #ffffff;
  }
  .footer-wrap .inner .f-nav li:hover a {
    color: #ffffff;
    border-color: #ffffff;
  }
}
/*================top-style.css========================*/
.key-wrap .inner .key-words p {
  font-size: 20px;
  text-align: center;
}

/*================lawer-style.css========================*/
/*================records-page====================*/
.nav-wrap.site-nav {
  background-color: rgba(0, 0, 0, 0.8);
}
.nav-wrap.site-nav ul li a:hover {
  color: #999999;
}
@media screen and (max-width: 768px) {
  .nav-wrap.site-nav {
    display: block;
    margin: 0;
    padding: 0;
    position: fixed;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
  }
  .nav-wrap.site-nav ul {
    margin: 0;
    width: 80%;
    height: auto;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .nav-wrap.site-nav ul li {
    width: 25%;
    margin: 0;
  }
  .nav-wrap.site-nav ul li a {
    display: block;
    width: 100%;
    height: 50px;
    border: none;
  }
}

.records-page-wrap {
  padding-top: 20px;
  font-size: 12px;
}
.records-page-wrap .inner table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
}
.records-page-wrap .inner table tr td, .records-page-wrap .inner table tr th {
  border-width: 1px;
  border-color: #cccccc;
  border-style: solid dotted;
  margin: 0;
  padding: 1px;
}
.records-page-wrap .inner table tr td:first-child, .records-page-wrap .inner table tr th:first-child {
  border-left: none;
  padding: 0;
}
.records-page-wrap .inner table tr td:last-child, .records-page-wrap .inner table tr th:last-child {
  border-right: none;
}
.records-page-wrap .inner table tr td[colspan], .records-page-wrap .inner table tr th[colspan] {
  background-color: #eeeeee;
}
.records-page-wrap .inner table tr td:nth-child(1), .records-page-wrap .inner table tr th:nth-child(1) {
  width: 4%;
  text-align: center;
}
.records-page-wrap .inner table tr td:nth-child(1)[colspan], .records-page-wrap .inner table tr th:nth-child(1)[colspan] {
  width: 100%;
  text-align: left;
}
.records-page-wrap .inner table tr td:nth-child(2), .records-page-wrap .inner table tr th:nth-child(2) {
  width: 25%;
  text-align: left;
  padding-left: 4px;
}
.records-page-wrap .inner table tr td:nth-child(3), .records-page-wrap .inner table tr th:nth-child(3) {
  width: 25%;
  text-align: left;
  padding-left: 4px;
}
.records-page-wrap .inner table tr td:nth-child(4), .records-page-wrap .inner table tr th:nth-child(4) {
  width: 14%;
  text-align: left;
  padding-left: 4px;
}
.records-page-wrap .inner table tr td:nth-child(5), .records-page-wrap .inner table tr th:nth-child(5) {
  width: 11%;
  text-align: center;
}
.records-page-wrap .inner table tr td:nth-child(6), .records-page-wrap .inner table tr th:nth-child(6) {
  width: 11%;
  text-align: center;
}
.records-page-wrap .inner table tr td:nth-child(7), .records-page-wrap .inner table tr th:nth-child(7) {
  width: 14%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .records-page-wrap .inner table tr td, .records-page-wrap .inner table tr th {
    display: table-cell;
    background-color: #ffffff;
    word-wrap: break-word;
    padding: 0 4px;
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) and (max-width: 374px) {
  .records-page-wrap .inner table tr td, .records-page-wrap .inner table tr th {
    font-size: 8px;
  }
}
@media screen and (max-width: 768px) {
  .records-page-wrap .inner table tr td:nth-child(1), .records-page-wrap .inner table tr th:nth-child(1) {
    display: none;
  }
  .records-page-wrap .inner table tr td:nth-child(1)[colspan], .records-page-wrap .inner table tr th:nth-child(1)[colspan] {
    display: table-cell;
    width: 100%;
    background-color: #cccccc;
    margin-top: 20px;
  }
  .records-page-wrap .inner table tr td:nth-child(2), .records-page-wrap .inner table tr th:nth-child(2) {
    width: 30%;
    border-left: none;
  }
  .records-page-wrap .inner table tr td:nth-child(3), .records-page-wrap .inner table tr th:nth-child(3) {
    width: 30%;
    display: table-cell;
  }
  .records-page-wrap .inner table tr td:nth-child(4), .records-page-wrap .inner table tr th:nth-child(4) {
    width: 20%;
    display: table-cell;
  }
  .records-page-wrap .inner table tr td:nth-child(5), .records-page-wrap .inner table tr th:nth-child(5) {
    display: none;
  }
  .records-page-wrap .inner table tr td:nth-child(6), .records-page-wrap .inner table tr th:nth-child(6) {
    display: none;
  }
  .records-page-wrap .inner table tr td:nth-child(7), .records-page-wrap .inner table tr th:nth-child(7) {
    width: 20%;
    text-align: center;
  }
}

/*================records-page-end====================*/
</pre></body></html>