@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:300,400,500,700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap");
@import url("https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css");
@import url("https://use.fontawesome.com/releases/v5.8.1/css/all.css");
body .more, body .back, body .download, body .other, body .more0a, body .more0b {
  margin-top: 1rem;
  margin-bottom: 1rem; }
  body .more span, body .back span, body .download span, body .other span, body .more0a span, body .more0b span {
    border: none;
    border-radius: 0.5rem;
    padding: 0.35rem 1rem; }
    body .more span::before, body .back span::before, body .download span::before, body .other span::before, body .more0a span::before, body .more0b span::before, body .more span::after, body .back span::after, body .download span::after, body .other span::after, body .more0a span::after, body .more0b span::after {
      font-size: 0.9rem;
      margin-left: 0.25rem;
      margin-right: 0.25rem; }

[off-canvas] {
  display: none;
  position: fixed;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

[off-canvas*=top] {
  width: 100%;
  height: 255px;
  top: 0; }

[off-canvas*=right] {
  width: 255px;
  height: 100%;
  top: 0;
  right: 0; }

[off-canvas*=bottom] {
  width: 100%;
  height: 255px;
  bottom: 0; }

[off-canvas*=left] {
  width: 255px;
  height: 100%;
  top: 0;
  left: 0; }

[off-canvas*=reveal] {
  z-index: 0; }

[off-canvas*=push] {
  z-index: 1; }

[off-canvas*=overlay] {
  z-index: 9999; }

[off-canvas*=shift] {
  z-index: 9; }

[canvas], [off-canvas] {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 300ms;
  transition: transform 300ms;
  -webkit-backface-visibility: hidden; }

[off-canvas*=shift][off-canvas*=top] {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%); }

[off-canvas*=shift][off-canvas*=right] {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }

[off-canvas*=shift][off-canvas*=bottom] {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%); }

[off-canvas*=shift][off-canvas*=left] {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0); }

[class*=js-] {
  cursor: pointer; }

@media print {
  [canvas] {
    -webkit-transform: translate(0px, 0px) !important;
    -ms-transform: translate(0px, 0px) !important;
    transform: translate(0px, 0px) !important; }

  [off-canvas] {
    display: none !important; } }
.mobileNav .nav-list {
  width: 100%; }
  .mobileNav .nav-list dd {
    margin-bottom: 0;
    padding-top: 1rem;
    padding-bottom: 1rem; }
    .mobileNav .nav-list dd a, .mobileNav .nav-list dd label {
      display: block; }
    .mobileNav .nav-list dd label {
      cursor: pointer; }
    .mobileNav .nav-list dd .group-list {
      margin-bottom: 0; }
      .mobileNav .nav-list dd .group-list a, .mobileNav .nav-list dd .group-list label {
        padding-left: 2rem; }
      .mobileNav .nav-list dd .group-list .sub-group-list a, .mobileNav .nav-list dd .group-list .sub-group-list label {
        padding-left: 2rem; }
      .mobileNav .nav-list dd .group-list .sub-group-list .sub-sub-group-list a, .mobileNav .nav-list dd .group-list .sub-group-list .sub-sub-group-list label {
        padding-left: 2rem; }
    .mobileNav .nav-list dd .group-list, .mobileNav .nav-list dd .sub-group-list, .mobileNav .nav-list dd .sub-sub-group-list {
      height: 100%;
      max-height: 0;
      overflow: hidden;
      -webkit-transition: max-height 0.5s ease-in-out;
      transition: max-height 0.5s ease-in-out; }
    .mobileNav .nav-list dd input[type=checkbox]:checked + label + dl {
      max-height: 1000px; }
    .mobileNav .nav-list dd input[type=checkbox]:checked + label > span {
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }
    .mobileNav .nav-list dd label > span {
      float: right;
      -webkit-transition: -webkit-transform 0.65s ease;
      transition: transform 0.65s ease; }

html {
  min-height: 100%;
  font-size: 16px; }

body {
  line-height: 1.5; }
  body a, body button, body li, body dt, body dd, body p, body input, body i, body span, body figure, body figcaption, body svg, body g, body path, body ellipse {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out; }
  body h1 {
    font-size: 2rem;
    font-weight: 500; }
  body h2 {
    font-size: 1.75rem;
    font-weight: 400; }
  body h3 {
    font-size: 1.5rem;
    font-weight: 400; }
  body h4 {
    font-size: 1.25rem;
    font-weight: 400; }
  body p {
    font-size: 1rem;
    font-weight: 300; }
  body sup {
    font-size: 0.8rem;
    color: #f00; }
  body a:hover {
    text-decoration: none; }
  body img {
    width: 100%;
    max-width: 100%;
    height: auto !important;
    border: none; }
  body * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  body ::before, body ::after {
    font-weight: 900;
    margin-right: 0.5rem;
    margin-left: 0.5rem; }
  body [onclick], body button {
    cursor: pointer; }
  body [hidden] {
    display: none !important; }
  body .cd-top {
    position: fixed;
    opacity: 0;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, background-color 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s, background-color 0.3s 0s;
    text-align: center; }
    body .cd-top i {
      border-radius: 0.5rem;
      margin-right: 0;
      margin-left: 0;
      padding: 1rem 1.25rem; }
  body .cd-top.cd-top--show,
  body .cd-top.cd-top--fade-out,
  body .cd-top:hover {
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s, background-color 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s, background-color 0.3s 0s; }
  body .cd-top.cd-top--show {
    visibility: visible;
    opacity: 1;
    z-index: 9997; }
  body .cd-top.cd-top--fade-out {
    opacity: 0.5; }
  body .cd-top:hover {
    opacity: 1; }
  body footer .copyright {
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem; }
  body .editor {
    padding-right: 1rem;
    padding-left: 1rem; }
    body .editor h2, body .editor h3, body .editor h4, body .editor h5, body .editor h6 {
      margin-top: 3rem;
      margin-bottom: 2rem; }
    body .editor p {
      line-height: 2.5rem;
      margin-bottom: 0; }
    body .editor img {
      width: initial;
      margin: 0.5rem; }

body {
  font-family: "Roboto", "Noto Sans TC", "Font Awesome 5 Free", sans-serif; }
  body a {
    color: #3895a6; }
    body a:hover {
      color: #0087ff; }
  body .pagination {
    margin-top: 2rem; }
    body .pagination li.page-item {
      margin-top: 0; }
      body .pagination li.page-item:first-of-type a.page-link {
        border-top-left-radius: 0.5rem;
        border-bottom-left-radius: 0.5rem; }
      body .pagination li.page-item:last-of-type a.page-link {
        border-top-right-radius: 0.5rem;
        border-bottom-right-radius: 0.5rem; }
      body .pagination li.page-item a.page-link {
        line-height: 1;
        padding: 0.75rem 0.775rem; }
        body .pagination li.page-item a.page-link i::before {
          margin-right: 0;
          margin-left: 0; }
      body .pagination li.page-item a.page-link[href] {
        background: none; }
        body .pagination li.page-item a.page-link[href]:focus {
          box-shadow: none; }
    body .pagination li.page-item a.page-link {
      border: 1px solid #fff;
      border-color: #ccc;
      background: #000;
      color: #fff; }
      body .pagination li.page-item a.page-link i::before {
        margin-right: 0;
        margin-left: 0; }
    body .pagination li.page-item a.page-link[href] {
      color: #000; }
      body .pagination li.page-item a.page-link[href]:hover {
        background: #000;
        color: #fff; }
        body .pagination li.page-item a.page-link[href]:hover i::before {
          color: #fff; }
  body .cd-top i {
    background: rgba(0, 0, 0, 0.85);
    font-size: 1.15rem;
    color: #fff; }
    body .cd-top i::before, body .cd-top i::after {
      margin: 0; }
  body .more {
    text-align: center; }
    body .more a span {
      background: #000;
      color: #fff;
      text-align: center; }
      body .more a span::after {
        content: "";
        margin-right: 0; }
    body .more a:hover span {
      background: #ccc;
      color: #000; }
  body .back {
    text-align: center; }
    body .back a span {
      background: #3895a6;
      color: #fff; }
      body .back a span::before {
        content: "";
        margin-left: 0; }
    body .back a:hover span {
      background: #1c515a;
      color: #FFF; }
  body .download {
    text-align: right; }
    body .download a span {
      background: #3895a6;
      color: #fff; }
      body .download a span::before {
        content: "";
        margin-left: 0; }
    body .download a:hover span {
      background: #1c515a;
      color: #FFF; }
  body .other {
    text-align: center; }
    body .other a {
      background: none;
      border-radius: 0.5rem;
      border: solid 1px;
      border-color: #ccc;
      color: #ccc;
      text-align: center;
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
      padding-right: 1rem;
      padding-left: 1rem; }
      body .other a:hover {
        background: #ccc;
        color: #666; }
  body .more0a {
    text-align: center; }
    body .more0a a {
      background: #3895a6;
      border-radius: 999em;
      color: #FFF;
      padding: 1rem 0.68rem;
      position: relative; }
      body .more0a a span {
        padding: 0rem 0rem; }
        body .more0a a span::after {
          content: "";
          position: absolute;
          bottom: -3px;
          left: 18px; }
      body .more0a a:hover {
        background: #1c515a;
        color: #FFF; }
  body .more0b {
    text-align: center; }
    body .more0b a {
      background: #3895a6;
      border-radius: 999em;
      color: #FFF;
      padding: 1rem 0.68rem;
      position: relative; }
      body .more0b a span {
        padding: 0rem 0rem; }
        body .more0b a span::after {
          content: "";
          position: absolute;
          bottom: -3px;
          left: 18px; }
      body .more0b a:hover {
        background: #1c515a;
        color: #FFF; }
  body header {
    background: none; }
  body nav.navbar {
    padding-bottom: 0;
    background: none; }
    body nav.navbar button.navbar-toggler {
      padding: 0.75rem 1rem; }
      body nav.navbar button.navbar-toggler i::before, body nav.navbar button.navbar-toggler i::after {
        margin: 0; }
      body nav.navbar button.navbar-toggler:hover {
        background: none; }
    body nav.navbar div.navbar-collapse {
      background: none; }
      body nav.navbar div.navbar-collapse ul.navbar-nav li.nav-item {
        padding-right: 1rem;
        padding-left: 1rem; }
        body nav.navbar div.navbar-collapse ul.navbar-nav li.nav-item a.nav-link {
          padding-right: 0;
          padding-left: 0; }
          body nav.navbar div.navbar-collapse ul.navbar-nav li.nav-item a.nav-link p {
            font-weight: 400;
            line-height: 1.25rem;
            text-align: center;
            margin-bottom: 0; }
      body nav.navbar div.navbar-collapse ul.navbar-nav li.dropdown ul.dropdown-menu {
        padding-top: 0;
        padding-bottom: 0; }
        body nav.navbar div.navbar-collapse ul.navbar-nav li.dropdown ul.dropdown-menu li {
          padding-top: 0.5rem;
          padding-bottom: 0.5rem; }
          body nav.navbar div.navbar-collapse ul.navbar-nav li.dropdown ul.dropdown-menu li:last-of-type {
            border-bottom: none; }
          body nav.navbar div.navbar-collapse ul.navbar-nav li.dropdown ul.dropdown-menu li a.dropdown-item p {
            text-align: center;
            margin-bottom: 0; }
    body nav.navbar button.navbar-toggler {
      border: 1px solid #fff;
      border-color: #4db67f;
      color: #4db67f; }
      body nav.navbar button.navbar-toggler:hover {
        border-color: #cc7400;
        color: #cc7400; }
    body nav.navbar div.navbar-collapse ul.navbar-nav {
      margin-left: auto; }
      body nav.navbar div.navbar-collapse ul.navbar-nav li.nav-item a.nav-link p {
        font-size: 1.15rem;
        color: #221e1f; }
        body nav.navbar div.navbar-collapse ul.navbar-nav li.nav-item a.nav-link p:nth-of-type(2) {
          font-size: 0.85rem;
          padding: 0.1rem;
          border-radius: 5px;
          margin-top: 0.2rem;
          width: 100%;
          margin-right: auto;
          margin-left: auto; }
      body nav.navbar div.navbar-collapse ul.navbar-nav li.nav-item a.nav-link:hover p {
        color: #221e1f; }
        body nav.navbar div.navbar-collapse ul.navbar-nav li.nav-item a.nav-link:hover p:nth-of-type(2) {
          color: #FFF;
          background: #3895a6; }
      body nav.navbar div.navbar-collapse ul.navbar-nav li.nav-item:nth-of-type(6) a.nav-link p {
        color: #ff801f; }
        body nav.navbar div.navbar-collapse ul.navbar-nav li.nav-item:nth-of-type(6) a.nav-link p:nth-of-type(2) {
          color: #FFF;
          background: #ff801f; }
      body nav.navbar div.navbar-collapse ul.navbar-nav li.nav-item:nth-of-type(6) a.nav-link:hover p {
        color: #221e1f; }
        body nav.navbar div.navbar-collapse ul.navbar-nav li.nav-item:nth-of-type(6) a.nav-link:hover p:nth-of-type(2) {
          color: #FFF;
          background: #3895a6; }
      body nav.navbar div.navbar-collapse ul.navbar-nav li[active] p {
        color: #221e1f; }
        body nav.navbar div.navbar-collapse ul.navbar-nav li[active] p:nth-of-type(2) {
          font-size: 0.8rem;
          color: #FFF !important;
          background: #3895a6; }
      body nav.navbar div.navbar-collapse ul.navbar-nav li.dropdown ul.dropdown-menu {
        background: #000; }
        body nav.navbar div.navbar-collapse ul.navbar-nav li.dropdown ul.dropdown-menu::before {
          content: "";
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 15px 0 0 15px;
          border-color: transparent transparent transparent #007bff;
          position: absolute;
          top: -15px;
          left: -8px; }
        body nav.navbar div.navbar-collapse ul.navbar-nav li.dropdown ul.dropdown-menu li {
          border-bottom: 1px dashed #fff; }
          body nav.navbar div.navbar-collapse ul.navbar-nav li.dropdown ul.dropdown-menu li a.dropdown-item {
            background: none;
            color: #221e1f; }
            body nav.navbar div.navbar-collapse ul.navbar-nav li.dropdown ul.dropdown-menu li a.dropdown-item p:nth-of-type(2) {
              font-size: 0.85rem; }
            body nav.navbar div.navbar-collapse ul.navbar-nav li.dropdown ul.dropdown-menu li a.dropdown-item:hover {
              color: #221e1f; }
      body nav.navbar div.navbar-collapse ul.navbar-nav li.dropdown:nth-of-type(2n) ul.dropdown-menu li.dropdown ul.dropdown-menu::before {
        content: none; }
  body div.slidebars {
    width: 100vw;
    padding: 1rem;
    background: rgba(56, 149, 166, 0.97); }
    body div.slidebars .closeBtn {
      text-align: right;
      margin-bottom: 1rem; }
      body div.slidebars .closeBtn button {
        background: none;
        border: none;
        padding: 0; }
    body div.slidebars .closeBtn button {
      color: #fff; }
      body div.slidebars .closeBtn button:hover {
        color: #f60; }
    body div.slidebars .mobileNav .nav-list dd {
      border-bottom: 1px solid #fff;
      border-color: #ccc; }
      body div.slidebars .mobileNav .nav-list dd:last-of-type {
        border-bottom: none; }
      body div.slidebars .mobileNav .nav-list dd a, body div.slidebars .mobileNav .nav-list dd label {
        color: #fff;
        font-size: 1.25rem; }
        body div.slidebars .mobileNav .nav-list dd a:hover, body div.slidebars .mobileNav .nav-list dd a:focus, body div.slidebars .mobileNav .nav-list dd label:hover, body div.slidebars .mobileNav .nav-list dd label:focus {
          background: none; }
      body div.slidebars .mobileNav .nav-list dd:nth-of-type(6) a, body div.slidebars .mobileNav .nav-list dd:nth-of-type(6) label {
        color: #ffc623; }
      body div.slidebars .mobileNav .nav-list dd .group-list a, body div.slidebars .mobileNav .nav-list dd .group-list label {
        background: none; }
        body div.slidebars .mobileNav .nav-list dd .group-list a:hover, body div.slidebars .mobileNav .nav-list dd .group-list a:focus, body div.slidebars .mobileNav .nav-list dd .group-list label:hover, body div.slidebars .mobileNav .nav-list dd .group-list label:focus {
          background: none; }
      body div.slidebars .mobileNav .nav-list dd .group-list .sub-group-list a, body div.slidebars .mobileNav .nav-list dd .group-list .sub-group-list label {
        background: none; }
        body div.slidebars .mobileNav .nav-list dd .group-list .sub-group-list a:hover, body div.slidebars .mobileNav .nav-list dd .group-list .sub-group-list a:focus, body div.slidebars .mobileNav .nav-list dd .group-list .sub-group-list label:hover, body div.slidebars .mobileNav .nav-list dd .group-list .sub-group-list label:focus {
          background: none; }
      body div.slidebars .mobileNav .nav-list dd .group-list .sub-group-list .sub-sub-group-list a, body div.slidebars .mobileNav .nav-list dd .group-list .sub-group-list .sub-sub-group-list label {
        background: none; }
        body div.slidebars .mobileNav .nav-list dd .group-list .sub-group-list .sub-sub-group-list a:hover, body div.slidebars .mobileNav .nav-list dd .group-list .sub-group-list .sub-sub-group-list a:focus, body div.slidebars .mobileNav .nav-list dd .group-list .sub-group-list .sub-sub-group-list label:hover, body div.slidebars .mobileNav .nav-list dd .group-list .sub-group-list .sub-sub-group-list label:focus {
          background: none; }
  body section.banner {
    margin-bottom: 1.5rem; }
  body section dl.list-text {
    margin-bottom: 0;
    margin-bottom: 0; }
    body section dl.list-text dd {
      margin-bottom: 0;
      padding-top: 1rem;
      padding-bottom: 1rem; }
      body section dl.list-text dd:last-of-type {
        border-bottom: none; }
      body section dl.list-text dd p {
        color: #000;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-bottom: 0; }
    body section dl.list-text dd {
      border-bottom: 1px dashed #fff;
      border-color: #f60; }
      body section dl.list-text dd p {
        color: #666; }
        body section dl.list-text dd p a {
          color: #3895a6; }
          body section dl.list-text dd p a:hover {
            color: #0087ff; }
  body section dl.list-abreast {
    margin-bottom: 0; }
    body section dl.list-abreast dd {
      margin-bottom: 0;
      padding-top: 1rem;
      padding-bottom: 1rem; }
      body section dl.list-abreast dd p {
        margin-bottom: 0; }
        body section dl.list-abreast dd p:first-of-type {
          padding-left: 0; }
        body section dl.list-abreast dd p:last-of-type {
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
    body section dl.list-abreast dd {
      padding: 0;
      margin-bottom: 0.5rem;
      border: 1px solid #fff;
      border-color: #ccc; }
      body section dl.list-abreast dd p {
        padding: 0.5rem; }
        body section dl.list-abreast dd p:nth-of-type(1) {
          color: #FFF;
          background: #ff1f30;
          padding-left: 0.5rem; }
        body section dl.list-abreast dd p:nth-of-type(2) {
          color: #000;
          background: #FFF;
          width: 100%; }
        body section dl.list-abreast dd p a {
          color: #000; }
          body section dl.list-abreast dd p a:hover {
            color: #000; }
  body section dl.list-img-text {
    margin-bottom: 0; }
    body section dl.list-img-text dd {
      margin-bottom: 0; }
      body section dl.list-img-text dd figure {
        margin-bottom: 0; }
        body section dl.list-img-text dd figure p {
          border: 1px solid #fff;
          overflow: hidden; }
          body section dl.list-img-text dd figure p img {
            width: initial; }
        body section dl.list-img-text dd figure figcaption {
          margin-bottom: 0;
          padding-right: 0.5rem;
          padding-left: 0.5rem; }
          body section dl.list-img-text dd figure figcaption h4 {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
          body section dl.list-img-text dd figure figcaption p {
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2; }
            body section dl.list-img-text dd figure figcaption p:first-of-type {
              margin-bottom: 0; }
    body section dl.list-img-text dd figure > p {
      height: 300px; }
      body section dl.list-img-text dd figure > p:first-of-type {
        border-color: #000; }
      body section dl.list-img-text dd figure > p img {
        max-height: 300px; }
    body section dl.list-img-text dd figure figcaption h4 {
      color: #000; }
    body section dl.list-img-text dd figure figcaption p {
      color: #ccc; }
  body section .list-img-text02 figure > p {
    overflow: hidden;
    border: 1px solid #fff;
    border-color: #ccc;
    height: 100px; }
    body section .list-img-text02 figure > p img {
      max-height: 100px;
      width: initial; }
  body section .list-img-text02 figure figcaption {
    margin-bottom: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
    body section .list-img-text02 figure figcaption h2 {
      color: #000;
      font-size: 1rem;
      text-align: center; }
  body section dl.list-img-intro {
    margin-bottom: 0; }
    body section dl.list-img-intro dd {
      margin-bottom: 2rem; }
      body section dl.list-img-intro dd figure {
        margin-bottom: 0;
        overflow: hidden; }
        body section dl.list-img-intro dd figure > p {
          overflow: hidden; }
          body section dl.list-img-intro dd figure > p img {
            width: initial;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transform: scale(1, 1); }
        body section dl.list-img-intro dd figure:hover p {
          overflow: hidden; }
          body section dl.list-img-intro dd figure:hover p img {
            transform: scale(1.2, 1.2); }
        body section dl.list-img-intro dd figure figcaption {
          padding: 0.5rem; }
          body section dl.list-img-intro dd figure figcaption h4 {
            font-size: 1.25rem;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
          body section dl.list-img-intro dd figure figcaption p {
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            margin-bottom: 0; }
    body section dl.list-img-intro dd figure {
      background: #fff; }
      body section dl.list-img-intro dd figure > p {
        height: 300px;
        border: 1px solid #fff;
        border-color: #eeeeee; }
        body section dl.list-img-intro dd figure > p img {
          max-height: 250px; }
      body section dl.list-img-intro dd figure:hover p {
        border-color: #eeeeee; }
      body section dl.list-img-intro dd figure figcaption {
        padding: 0.5rem; }
        body section dl.list-img-intro dd figure figcaption h4 {
          color: #FFF; }
        body section dl.list-img-intro dd figure figcaption p {
          color: #FFF;
          text-align: right; }
      body section dl.list-img-intro dd figure figcaption.gather {
        background: #ff8031; }
      body section dl.list-img-intro dd figure figcaption.pardownload {
        background: #0087ff; }
      body section dl.list-img-intro dd figure figcaption.parcontact {
        background: #4db67f; }
  body section dl.list-img-intro02 {
    margin-bottom: 0; }
    body section dl.list-img-intro02 dd {
      margin-bottom: 2rem; }
      body section dl.list-img-intro02 dd figure {
        margin-bottom: 0;
        overflow: hidden; }
        body section dl.list-img-intro02 dd figure > p {
          overflow: hidden; }
          body section dl.list-img-intro02 dd figure > p img {
            width: initial;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transform: scale(1, 1); }
        body section dl.list-img-intro02 dd figure:hover p {
          overflow: hidden; }
          body section dl.list-img-intro02 dd figure:hover p img {
            transform: scale(1.2, 1.2); }
        body section dl.list-img-intro02 dd figure figcaption {
          padding: 0.5rem; }
          body section dl.list-img-intro02 dd figure figcaption h4 {
            font-size: 1.25rem;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
          body section dl.list-img-intro02 dd figure figcaption p {
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            margin-bottom: 0; }
    body section dl.list-img-intro02 dd figure {
      background: #fff; }
      body section dl.list-img-intro02 dd figure > p {
        height: 200px;
        border: 1px solid #fff;
        border-color: #ccc;
        border-radius: 0.5rem; }
        body section dl.list-img-intro02 dd figure > p img {
          max-height: 200px; }
      body section dl.list-img-intro02 dd figure:hover p {
        border-color: #3895a6; }
      body section dl.list-img-intro02 dd figure figcaption {
        padding: 0.5rem; }
        body section dl.list-img-intro02 dd figure figcaption h4 {
          color: #000;
          font-size: 1rem;
          text-align: center; }
  body section dl.list-img-mask dd {
    margin-bottom: 2rem; }
    body section dl.list-img-mask dd figure {
      margin-bottom: 1rem;
      position: relative;
      overflow: hidden;
      cursor: pointer; }
      body section dl.list-img-mask dd figure > p {
        margin-bottom: 0;
        overflow: hidden; }
        body section dl.list-img-mask dd figure > p img {
          width: initial;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transform: scale(1, 1); }
      body section dl.list-img-mask dd figure figcaption {
        display: none;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        z-index: 9999;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out; }
        body section dl.list-img-mask dd figure figcaption > div {
          width: 100%;
          height: 100%;
          padding: 1.5rem; }
          body section dl.list-img-mask dd figure figcaption > div div.intro h4 {
            text-align: center; }
          body section dl.list-img-mask dd figure figcaption > div div.intro p {
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            margin-bottom: 0; }
      body section dl.list-img-mask dd figure:hover p {
        overflow: hidden; }
        body section dl.list-img-mask dd figure:hover p img {
          transform: scale(1.2, 1.2); }
      body section dl.list-img-mask dd figure:hover figcaption {
        display: block; }
  body section dl.list-img-mask dd figure {
    background: #fff;
    border: 1px solid #fff;
    border-color: #ccc;
    border-radius: 0.5rem; }
    body section dl.list-img-mask dd figure > p {
      height: 300px; }
      body section dl.list-img-mask dd figure > p img {
        max-height: 300px; }
    body section dl.list-img-mask dd figure figcaption {
      background: rgba(0, 0, 0, 0.75); }
      body section dl.list-img-mask dd figure figcaption > div div.intro h4 {
        font-size: 1.25rem;
        color: #fff; }
      body section dl.list-img-mask dd figure figcaption > div div.intro p {
        color: #fff; }
    body section dl.list-img-mask dd figure:hover {
      background: #666;
      border-color: #000; }
  body section dl.list-img-mask02 dd {
    margin-bottom: 2rem; }
    body section dl.list-img-mask02 dd figure {
      margin-bottom: 1rem;
      position: relative;
      overflow: hidden;
      cursor: pointer; }
      body section dl.list-img-mask02 dd figure > p {
        margin-bottom: 0;
        overflow: hidden; }
        body section dl.list-img-mask02 dd figure > p img {
          width: initial;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out; }
      body section dl.list-img-mask02 dd figure figcaption {
        display: none;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        z-index: 9999;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out; }
        body section dl.list-img-mask02 dd figure figcaption > div {
          width: 100%;
          height: 100%;
          padding: 1.5rem; }
          body section dl.list-img-mask02 dd figure figcaption > div div.intro h4 {
            text-align: center; }
          body section dl.list-img-mask02 dd figure figcaption > div div.intro p {
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            margin-bottom: 0; }
      body section dl.list-img-mask02 dd figure:hover p {
        overflow: hidden; }
      body section dl.list-img-mask02 dd figure:hover figcaption {
        display: block; }
  body section dl.list-img-mask02 dd figure {
    background: #fff;
    border: 1px solid #fff;
    border-color: #ccc;
    border-radius: 0.5rem; }
    body section dl.list-img-mask02 dd figure > p {
      height: 300px; }
      body section dl.list-img-mask02 dd figure > p img {
        max-height: 300px; }
    body section dl.list-img-mask02 dd figure figcaption {
      position: relative; }
      body section dl.list-img-mask02 dd figure figcaption > div div.intro h4 {
        font-size: 1.25rem;
        color: #fff; }
      body section dl.list-img-mask02 dd figure figcaption > div div.intro p {
        color: #fff; }
      body section dl.list-img-mask02 dd figure figcaption::after {
        content: "";
        background: rgba(0, 0, 0, 0.75);
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        transform: scale(0.5, 3) perspective(0.5em) rotateX(-3deg);
        transform-origin: left bottom; }
    body section dl.list-img-mask02 dd figure:hover {
      background: #666;
      border-color: #000; }
  body section dl.list-img-filter {
    margin-bottom: 0; }
    body section dl.list-img-filter dd {
      margin-bottom: 2rem; }
      body section dl.list-img-filter dd figure {
        margin-bottom: 0;
        overflow: hidden; }
        body section dl.list-img-filter dd figure > p {
          overflow: hidden; }
          body section dl.list-img-filter dd figure > p img {
            -webkit-filter: grayscale(100%);
            filter: grayscale(100%); }
        body section dl.list-img-filter dd figure:hover p {
          overflow: hidden; }
          body section dl.list-img-filter dd figure:hover p img {
            -webkit-filter: saturate(100%);
            filter: saturate(100%); }
        body section dl.list-img-filter dd figure figcaption {
          padding: 0.5rem; }
          body section dl.list-img-filter dd figure figcaption h4 {
            font-size: 1.25rem;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
          body section dl.list-img-filter dd figure figcaption p {
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            margin-bottom: 0; }
    body section dl.list-img-filter dd figure > p {
      height: 300px;
      border: 1px solid #fff;
      border-color: #ccc;
      border-radius: 0.5rem; }
      body section dl.list-img-filter dd figure > p img {
        max-height: 300px; }
    body section dl.list-img-filter dd figure:hover p {
      border-color: #000; }
    body section dl.list-img-filter dd figure figcaption {
      padding: 0.5rem; }
      body section dl.list-img-filter dd figure figcaption h4 {
        color: #000; }
      body section dl.list-img-filter dd figure figcaption p {
        color: #ccc; }
  body section dl.list-img-filter02 dd {
    margin-bottom: 2rem; }
    body section dl.list-img-filter02 dd figure {
      margin-bottom: 0;
      position: relative;
      overflow: hidden;
      cursor: pointer; }
      body section dl.list-img-filter02 dd figure > p {
        margin-bottom: 0;
        overflow: hidden; }
        body section dl.list-img-filter02 dd figure > p img {
          width: initial;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          -webkit-filter: grayscale(100%);
          filter: grayscale(100%); }
      body section dl.list-img-filter02 dd figure figcaption {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        z-index: 9999;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out; }
        body section dl.list-img-filter02 dd figure figcaption > div {
          width: 100%;
          height: 100%;
          padding: 1.5rem; }
          body section dl.list-img-filter02 dd figure figcaption > div div.intro h4 {
            text-align: center; }
          body section dl.list-img-filter02 dd figure figcaption > div div.intro p {
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            margin-bottom: 0; }
      body section dl.list-img-filter02 dd figure:hover p {
        overflow: hidden; }
        body section dl.list-img-filter02 dd figure:hover p img {
          -webkit-filter: saturate(100%);
          filter: saturate(100%); }
      body section dl.list-img-filter02 dd figure:hover figcaption {
        display: block; }
  body section dl.list-img-filter02 dd:nth-of-type(even) {
    border-bottom: solid 1px;
    border-color: blue; }
  body section dl.list-img-filter02 dd:nth-of-type(odd) {
    border-bottom: solid 1px;
    border-color: red; }
  body section dl.list-img-filter02 dd figure {
    border-color: red; }
    body section dl.list-img-filter02 dd figure > p {
      height: 300px; }
      body section dl.list-img-filter02 dd figure > p img {
        max-height: 300px; }
    body section dl.list-img-filter02 dd figure figcaption > div div.intro h4 {
      font-size: 1.25rem;
      color: blue; }
    body section dl.list-img-filter02 dd figure figcaption > div div.intro p {
      color: #333; }
    body section dl.list-img-filter02 dd figure figcaption > div div.intro2 h4 {
      font-size: 1.25rem;
      color: red; }
    body section dl.list-img-filter02 dd figure figcaption > div div.intro2 p {
      color: #333; }
  body section dl.list01 {
    margin-bottom: 0; }
    body section dl.list01 dd {
      margin-bottom: 0;
      padding-top: 1rem;
      padding-bottom: 1rem; }
      body section dl.list01 dd p {
        margin-bottom: 0; }
        body section dl.list01 dd p:first-of-type {
          padding-left: 0; }
    body section dl.list01 dd {
      border-bottom: 1px solid #fff;
      border-color: #ddd; }
      body section dl.list01 dd p {
        color: #000; }
        body section dl.list01 dd p:first-of-type {
          color: #3895a6;
          width: 3%; }
        body section dl.list01 dd p:nth-of-type(2) {
          text-align: left;
          width: 85%;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          font-weight: 500; }
        body section dl.list01 dd p a {
          color: #000; }
          body section dl.list01 dd p a:hover {
            color: #0087ff; }
  body section dl.list02 {
    margin-bottom: 0; }
    body section dl.list02 dd {
      margin-bottom: 0;
      padding-top: 1rem;
      padding-bottom: 1rem; }
      body section dl.list02 dd p {
        margin-bottom: 0; }
        body section dl.list02 dd p:first-of-type {
          padding-left: 0; }
    body section dl.list02 dd {
      border-bottom: 1px solid #fff;
      border-color: #ddd; }
      body section dl.list02 dd p {
        color: #000;
        font-weight: 500; }
        body section dl.list02 dd p:first-of-type {
          color: #3895a6; }
        body section dl.list02 dd p:nth-of-type(2) {
          text-align: left;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
        body section dl.list02 dd p a {
          color: #000; }
          body section dl.list02 dd p a:hover {
            color: #0087ff; }
  body footer {
    background: #3895a6;
    color: #fff; }
    body footer .footer-info {
      width: 85%;
      margin-right: auto;
      margin-left: auto;
      padding-top: 1rem;
      padding-bottom: 1rem; }
      body footer .footer-info dl {
        margin-bottom: 0; }
        body footer .footer-info dl dd:last-of-type {
          margin-bottom: 0; }
      body footer .footer-info a {
        color: #fff; }
        body footer .footer-info a:hover {
          color: #0087ff; }
      body footer .footer-info dl.foomenu {
        padding-left: 0; }
        body footer .footer-info dl.foomenu::after {
          content: "";
          clear: both; }
        body footer .footer-info dl.foomenu dd {
          float: left; }
          body footer .footer-info dl.foomenu dd:last-of-type::after {
            content: none; }
          body footer .footer-info dl.foomenu dd::after {
            content: "|"; }
        body footer .footer-info dl.foomenu dd {
          color: #000;
          font-size: 0.9rem; }
          body footer .footer-info dl.foomenu dd::after {
            color: #fff; }
          body footer .footer-info dl.foomenu dd a {
            color: #fff; }
            body footer .footer-info dl.foomenu dd a:hover {
              color: #fff; }
          body footer .footer-info dl.foomenu dd span a {
            color: #f5c619;
            animation: blink 1s linear infinite;
            /* 其它浏览器兼容性前缀 */
            -webkit-animation: blink 1s linear infinite;
            -moz-animation: blink 1s linear infinite;
            -ms-animation: blink 1s linear infinite;
            -o-animation: blink 1s linear infinite; }
            body footer .footer-info dl.foomenu dd span a:hover {
              color: #f5c619; }
@keyframes blink {
  0% {
    opacity: 1; }
  100% {
    opacity: 0.5; } }
      body footer .footer-info dl.list-abreast02 {
        margin-bottom: 0; }
        body footer .footer-info dl.list-abreast02 dd {
          margin-bottom: 0;
          padding-top: 1rem;
          padding-bottom: 1rem; }
          body footer .footer-info dl.list-abreast02 dd p {
            margin-bottom: 0; }
        body footer .footer-info dl.list-abreast02 dd {
          padding-top: 0;
          padding-bottom: 0;
          margin: 0rem 1rem; }
          body footer .footer-info dl.list-abreast02 dd p {
            color: #fff;
            font-weight: 400;
            font-size: 0.9rem;
            margin-bottom: 0;
            padding-bottom: 0; }
    body footer .copyright {
      border-top: 1px solid #fff;
      border-color: #ccc;
      color: #fff;
      text-align: center;
      padding-top: 1rem;
      padding-bottom: 1rem; }
  body form.forms-group input, body form.forms-group select, body form.forms-group textarea {
    width: 100%;
    padding: 0.5rem 0.75rem;
    outline: none !important; }
    body form.forms-group input::placeholder, body form.forms-group select::placeholder, body form.forms-group textarea::placeholder {
      font-weight: 300; }
  body form.forms-group label {
    margin-bottom: 0;
    padding-left: 0; }
  body form.forms-group [type="checkbox"], body form.forms-group [type="radio"] {
    width: auto !important; }
  body form.forms-group select {
    padding-bottom: 0.75rem;
    margin-right: 0.5rem; }
  body form.forms-group textarea {
    resize: none; }
  body form.forms-group button, body form.forms-group button[id="submit"], body form.forms-group button[type="reset"] {
    border: none;
    padding: 0.55rem 1.65rem;
    outline: none; }
    body form.forms-group button:hover {
      outline: none; }
  body form.forms-group dl dd {
    margin-bottom: 1rem; }
    body form.forms-group dl dd #name {
      width: 50%; }
    body form.forms-group dl dd #xcode {
      width: 10rem; }
    body form.forms-group dl dd img#imgcode {
      width: initial;
      height: 2.5rem !important;
      margin-left: 0.5rem; }
    body form.forms-group dl dd:last-of-type {
      text-align: center; }
  body form.forms-group input, body form.forms-group select, body form.forms-group textarea {
    border: 1px solid #666;
    border-radius: 0.5rem; }
    body form.forms-group input:hover, body form.forms-group select:hover, body form.forms-group textarea:hover {
      border-color: #000; }
    body form.forms-group input:focus, body form.forms-group select:focus, body form.forms-group textarea:focus {
      border-color: #0087ff; }
    body form.forms-group input::placeholder, body form.forms-group select::placeholder, body form.forms-group textarea::placeholder {
      color: #ccc; }
  body form.forms-group label {
    font-weight: 500; }
  body form.forms-group button {
    background: #000;
    border-color: 1px solid #0f0c0a;
    border-radius: 0.5rem;
    color: #fff; }
    body form.forms-group button:hover {
      background: #ccc;
      color: #258; }
  body form.forms-group button[id="submit"] {
    background: #3895a6;
    color: #fff; }
    body form.forms-group button[id="submit"]:hover {
      background: #1c515a;
      color: #FFF; }
  body form.forms-group button[type="reset"] {
    background: #ccc;
    border-color: #ccc;
    color: #000; }
    body form.forms-group button[type="reset"]:hover {
      background: #bfbfbf;
      color: #000; }

@media (max-width: 767.98px) {
  .deskTop,
  .Tablets,
  .deskTopTablets {
    display: none !important; } }
@media (max-width: 991.98px) {
  .deskTop {
    display: none !important; }

  .cd-top {
    right: 5vw;
    bottom: 5vh; } }
@media (min-width: 992px) {
  .Mobile,
  .Tablets,
  .TabletsMobile {
    display: none !important; }

  .cd-top {
    right: 30px;
    bottom: 30px; } }
@media (max-width: 575.98px) {
  a.navbar-brand > img {
    width: 71vw; }

  body section dl.list-img-text dd figure > p, body section dl.list-img-mask dd figure > p, body section dl.list-img-filter dd figure > p {
    height: 138px; }
    body section dl.list-img-text dd figure > p img, body section dl.list-img-mask dd figure > p img, body section dl.list-img-filter dd figure > p img {
      max-height: 138px; }
  body section dl.list-img-intro dd figure > p {
    height: 235px; }
    body section dl.list-img-intro dd figure > p img {
      max-height: 240px; }
  body section dl.list-img-intro02 dd figure > p {
    height: 95px; }
    body section dl.list-img-intro02 dd figure > p img {
      max-height: 95px; }
  body section dl.list01 dd p:first-of-type {
    width: 3%; }
  body section dl.list01 dd p:nth-of-type(2) {
    width: 40%; }
  body footer .footer-info dl.list-abreast02 {
    margin-bottom: 0; }
    body footer .footer-info dl.list-abreast02 dd {
      margin-bottom: 0;
      padding-top: 1rem;
      padding-bottom: 1rem; }
      body footer .footer-info dl.list-abreast02 dd p {
        margin-bottom: 0; }
    body footer .footer-info dl.list-abreast02 dd {
      padding-top: 0;
      padding-bottom: 0;
      margin: 0.3rem 0rem; } }
@media (min-width: 576px) and (max-width: 767.98px) {
  a.navbar-brand > img {
    width: 45vw; }

  body section dl.list-img-text dd figure > p, body section dl.list-img-mask dd figure > p, body section dl.list-img-filter dd figure > p {
    height: 257px; }
    body section dl.list-img-text dd figure > p img, body section dl.list-img-mask dd figure > p img, body section dl.list-img-filter dd figure > p img {
      max-height: 257px; }
  body section dl.list-img-intro dd figure > p {
    height: 235px; }
    body section dl.list-img-intro dd figure > p img {
      max-height: 240px; }
  body section dl.list-img-intro02 dd figure > p {
    height: 185px; }
    body section dl.list-img-intro02 dd figure > p img {
      max-height: 190px; }
  body section dl.list01 dd p:first-of-type {
    width: 3%; }
  body section dl.list01 dd p:nth-of-type(2) {
    width: 75%; }
  body footer .footer-info dl.list-abreast02 {
    margin-bottom: 0; }
    body footer .footer-info dl.list-abreast02 dd {
      margin-bottom: 0;
      padding-top: 1rem;
      padding-bottom: 1rem; }
      body footer .footer-info dl.list-abreast02 dd p {
        margin-bottom: 0; }
    body footer .footer-info dl.list-abreast02 dd {
      padding-top: 0;
      padding-bottom: 0;
      margin: 0.3rem 0rem; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  a.navbar-brand > img {
    width: 33vw; }

  body nav.navbar div.navbar-collapse ul.navbar-nav li.nav-item a.nav-link p {
    font-size: 1rem; }
  body section dl.list-img-text dd figure > p, body section dl.list-img-mask dd figure > p, body section dl.list-img-filter dd figure > p {
    height: 197px; }
    body section dl.list-img-text dd figure > p img, body section dl.list-img-mask dd figure > p img, body section dl.list-img-filter dd figure > p img {
      max-height: 197px; }
  body section dl.list-img-intro dd figure > p {
    height: 150px; }
    body section dl.list-img-intro dd figure > p img {
      max-height: 150px; }
  body section dl.list-img-intro02 dd figure > p {
    height: 105px; }
    body section dl.list-img-intro02 dd figure > p img {
      max-height: 105px; }
  body section dl.list01 dd p:first-of-type {
    width: 3%; }
  body section dl.list01 dd p:nth-of-type(2) {
    width: 75%; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .header-logo {
    text-align: center; }
    .header-logo a img {
      width: 20vw; }

  a.navbar-brand > img {
    width: 21vw; }

  .footer-logo a img {
    width: 20vw; }

  body nav.navbar div.navbar-collapse ul.navbar-nav li.nav-item a.nav-link p {
    font-size: 0.9rem; }
  body section dl.list-img-text dd figure > p, body section dl.list-img-mask dd figure > p, body section dl.list-img-filter dd figure > p {
    height: 195px; }
    body section dl.list-img-text dd figure > p img, body section dl.list-img-mask dd figure > p img, body section dl.list-img-filter dd figure > p img {
      max-height: 195px; }
  body section dl.list-img-intro dd figure > p {
    height: 205px; }
    body section dl.list-img-intro dd figure > p img {
      max-height: 205px; }
  body section dl.list-img-intro02 dd figure > p {
    height: 145px; }
    body section dl.list-img-intro02 dd figure > p img {
      max-height: 145px; } }
@media (min-width: 1200px) {
  .header-logo {
    text-align: center; }
    .header-logo a img {
      width: 20vw; }

  a.navbar-brand > img {
    width: 15vw; }

  .footer-logo a img {
    width: 20vw; }

  body section dl.list-img-text dd figure > p, body section dl.list-img-mask dd figure > p, body section dl.list-img-filter dd figure > p {
    height: 243px; }
    body section dl.list-img-text dd figure > p img, body section dl.list-img-mask dd figure > p img, body section dl.list-img-filter dd figure > p img {
      max-height: 243px; }
  body section dl.list-img-intro dd figure > p {
    height: 250px; }
    body section dl.list-img-intro dd figure > p img {
      max-height: 250px; }
  body section dl.list-img-intro02 dd figure > p {
    height: 200px; }
    body section dl.list-img-intro02 dd figure > p img {
      max-height: 200px; } }
@media (min-width: 1281px) and (max-width: 1366px) {
  .header-logo {
    text-align: center; }
    .header-logo a img {
      width: 20vw; }

  a.navbar-brand > img {
    width: 28vw; }

  .footer-logo a img {
    width: 20vw; }

  body section dl.list-img-text dd figure > p, body section dl.list-img-mask dd figure > p, body section dl.list-img-filter dd figure > p {
    height: 261px; }
    body section dl.list-img-text dd figure > p img, body section dl.list-img-mask dd figure > p img, body section dl.list-img-filter dd figure > p img {
      max-height: 261px; }
  body section dl.list-img-intro dd figure > p {
    height: 260px; }
    body section dl.list-img-intro dd figure > p img {
      max-height: 260px; }
  body section dl.list-img-intro02 dd figure > p {
    height: 200px; }
    body section dl.list-img-intro02 dd figure > p img {
      max-height: 200px; } }
@media (min-width: 1367px) and (max-width: 1440px) {
  .header-logo {
    text-align: center; }
    .header-logo a img {
      width: 20vw; }

  a.navbar-brand > img {
    width: 28vw; }

  .footer-logo a img {
    width: 20vw; }

  body section dl.list-img-text dd figure > p, body section dl.list-img-mask dd figure > p, body section dl.list-img-filter dd figure > p {
    height: 277px; }
    body section dl.list-img-text dd figure > p img, body section dl.list-img-mask dd figure > p img, body section dl.list-img-filter dd figure > p img {
      max-height: 277px; }
  body section dl.list-img-intro dd figure > p {
    height: 277px; }
    body section dl.list-img-intro dd figure > p img {
      max-height: 277px; }
  body section dl.list-img-intro02 dd figure > p {
    height: 200px; }
    body section dl.list-img-intro02 dd figure > p img {
      max-height: 200px; } }
@media (min-width: 1441px) {
  .header-logo {
    text-align: center; }
    .header-logo a img {
      width: 20vw; }

  a.navbar-brand > img {
    width: 25vw; }

  .footer-logo a img {
    width: 20vw; } }
.title {
  margin-bottom: 2.5rem; }
  .title h1, .title h2, .title h3, .title h4, .title h5 {
    margin-bottom: 0; }
  .title h1 span {
    font-size: 1.5rem; }
  .title h1 {
    color: #000; }
  .title h2 {
    color: #000; }
  .title h3 {
    color: #000; }
  .title h4 {
    color: #000; }
  .title h5 {
    color: #000; }

dl.Breadcrumb {
  padding-left: 0; }
  dl.Breadcrumb::after {
    content: "";
    clear: both; }
  dl.Breadcrumb dd {
    float: left; }
    dl.Breadcrumb dd:last-of-type::after {
      content: none; }
    dl.Breadcrumb dd::after {
      content: ""; }
  dl.Breadcrumb dd {
    color: #000; }
    dl.Breadcrumb dd::after {
      color: #000; }
    dl.Breadcrumb dd a {
      color: #3895a6; }
      dl.Breadcrumb dd a:hover {
        color: #0087ff; }

main {
  padding-top: 3rem;
  padding-bottom: 3rem; }
  main article {
    width: 85%;
    margin-right: auto;
    margin-left: auto; }
    main article section .title .patitle h2 {
      font-size: 1.5rem;
      font-size: 1.4rem;
      font-weight: 500;
      letter-spacing: 1px;
      color: #000; }
      main article section .title .patitle h2 i {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg); }
        main article section .title .patitle h2 i::before, main article section .title .patitle h2 i::after {
          margin-right: 0;
          margin-left: 0; }
      main article section .title .patitle h2 i {
        color: #3895a6; }
      main article section .title .patitle h2 span {
        color: #3895a6;
        margin-left: 0.5rem;
        font-size: 1rem; }
    main article section .title .rportslogin h2 {
      text-align: center;
      font-size: 1.4rem; }
    main article section .title .appeals h2 {
      text-align: left;
      color: #3895a6;
      font-size: 1.2rem;
      font-weight: 500; }
      main article section .title .appeals h2 i {
        color: #3895a6; }
      main article section .title .appeals h2 span {
        color: #ff1f30;
        margin-left: 0.5rem;
        font-size: 1rem; }
    main article section .title .newstitle h1 {
      color: #000;
      font-size: 1.4rem;
      padding-left: 0.5rem; }
    main article section .title .newstitle span {
      color: #000;
      font-size: 1rem;
      font-weight: 700; }
    main article section aside nav.nav-aside {
      padding: 0; }
      main article section aside nav.nav-aside button.navbar-toggler {
        width: 100%;
        border: 1px solid #fff;
        border-color: #ff0000;
        color: #ff0000;
        padding: 10px;
        margin-bottom: 1rem; }
        main article section aside nav.nav-aside button.navbar-toggler img {
          width: 30px; }
        main article section aside nav.nav-aside button.navbar-toggler i {
          color: #ff0000; }
    main article section aside .mobileNav02 {
      width: 100%; }
      main article section aside .mobileNav02 .nav-list dt {
        font-size: 1.5rem;
        font-weight: 400;
        margin-bottom: 1rem;
        color: #ff0000; }
        main article section aside .mobileNav02 .nav-list dt img {
          width: 50px; }
        main article section aside .mobileNav02 .nav-list dt i {
          color: #ff0000; }
      main article section aside .mobileNav02 .nav-list dd {
        border-bottom: 1px solid #fff;
        border-color: #ccc;
        background: #ff0000;
        padding-top: 0;
        padding-bottom: 0;
        width: 100%; }
        main article section aside .mobileNav02 .nav-list dd:hover, main article section aside .mobileNav02 .nav-list dd:focus {
          background: #3a3a3a; }
        main article section aside .mobileNav02 .nav-list dd:last-of-type {
          border-bottom: none; }
        main article section aside .mobileNav02 .nav-list dd label, main article section aside .mobileNav02 .nav-list dd p {
          margin-bottom: 0;
          padding-top: 1rem;
          padding-bottom: 1rem;
          padding-left: 0.5rem; }
        main article section aside .mobileNav02 .nav-list dd a, main article section aside .mobileNav02 .nav-list dd label {
          color: #fff; }
        main article section aside .mobileNav02 .nav-list dd:nth-of-type(n+1)[active] {
          background: #3a3a3a; }
          main article section aside .mobileNav02 .nav-list dd:nth-of-type(n+1)[active]:hover {
            color: #000; }
        main article section aside .mobileNav02 .nav-list dd .group-list dd {
          background: #ccc; }
          main article section aside .mobileNav02 .nav-list dd .group-list dd:hover {
            background: #000; }
          main article section aside .mobileNav02 .nav-list dd .group-list dd a, main article section aside .mobileNav02 .nav-list dd .group-list dd label {
            color: #000; }
            main article section aside .mobileNav02 .nav-list dd .group-list dd a:hover, main article section aside .mobileNav02 .nav-list dd .group-list dd a:focus, main article section aside .mobileNav02 .nav-list dd .group-list dd label:hover, main article section aside .mobileNav02 .nav-list dd .group-list dd label:focus {
              color: #000; }
        main article section aside .mobileNav02 .nav-list dd .group-list dd[active] {
          background: #000; }
          main article section aside .mobileNav02 .nav-list dd .group-list dd[active] a {
            color: #000; }
    main article section .maps {
      margin-bottom: 1rem; }
      main article section .maps iframe {
        width: 100%;
        height: 25rem; }
    main article section .rportsloginbg {
      background: #f3f3f7;
      padding: 3rem;
      border-radius: 0.5rem; }
    main article section dl.gl dd {
      margin-bottom: 4rem; }
      main article section dl.gl dd h2 {
        font-size: 1.4rem;
        color: #3895a6;
        font-weight: 500;
        margin-bottom: 0.5rem; }
      main article section dl.gl dd .gbg {
        border-radius: 0.5rem;
        background: #f3f3f7;
        padding: 2rem;
        min-height: 740px; }
        main article section dl.gl dd .gbg p {
          color: #000;
          font-size: 1.1rem;
          margin-bottom: 0;
          font-weight: 500;
          letter-spacing: 1px; }
          main article section dl.gl dd .gbg p i {
            color: #000; }
    main article section .appeals {
      font-weight: 500;
      letter-spacing: 1px; }
      main article section .appeals p {
        font-weight: 500;
        letter-spacing: 1px; }
    main article section .appeals02 {
      letter-spacing: 1px;
      color: #58595b; }
    main article section .newstitlebox {
      border-bottom: 1px dashed #fff;
      border-color: #ccc;
      padding-bottom: 0.5rem; }

@media (max-width: 575.98px) {
  main article section dl.gl dd {
    margin-bottom: 4rem; }
    main article section dl.gl dd h2 {
      font-size: 1.4rem; }
    main article section dl.gl dd .gbg {
      padding: 1rem; } }

/*# sourceMappingURL=pages.css.map */
