<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* scss */
/* æ–‡æœ¬å±…ä¸­*/
/* å—å…ƒç´&nbsp;*/
img {
  display: block; }

/* è¡Œå†…å…ƒç´&nbsp;*/
/*å·¦æµ®åŠ¨*/
.floatL {
  float: left; }

/*å³æµ®åŠ¨*/
.floatR {
  float: right; }

/* æ¸…é™¤æµ®åŠ¨*/
/*ä¸Šä¸‹å±…ä¸­*/
/*è¶…å‡ºçœç•¥å·*/
.overEllipsis {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

a {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear; }

* {
  padding: 0; }

body {
  font-size: 14px;
  font-family: "å¾®è½¯é›…é»‘"; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img {
  border: 0; }

ol, ul, li {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%; }

/* é“¾æŽ¥é¢œè‰²è®¾ç½®*/
a {
  color: #000;
  text-decoration: none; }
  a:hover {
    color: #d3b169;
    text-decoration: none; }

/* æ¸…ç†æµ®åŠ¨ */
.fn-clear:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.fn-clear {
  zoom: 1
  /* for IE6 IE7 */ }

.clear {
  clear: both; }

.overflowH {
  overflow: hidden; }

input, textarea {
  outline: none; }

i, strong, em, b {
  font-style: normal;
  font-weight: bold; }

.view {
  background-color: #000; }

@media (min-width: 768px) {
  .navbar-nav &gt; li &gt; a {
    padding-left: 10px;
    padding-right: 10px; }
    .navbar-nav &gt; li &gt; a:before {
      position: absolute;
      content: "";
      display: none;
      height: 24px;
      width: 100%;
      z-index: -1;
      background-color: #d3b169;
      left: 50%;
      margin-left: -50%;
      top: 50%;
      margin-top: -12px;
      border-radius: 30px; }
.navbar-nav &gt; .curt a:before{display:block;}
.navbar-nav &gt; .curt a{color:#fff !important;}
  .navbar-nav &gt; li:hover &gt; a, .navbar-nav &gt; li.on &gt; a {
    color: #fff !important; }
    .navbar-nav &gt; li:hover &gt; a:before, .navbar-nav &gt; li.on &gt; a:before {
      display: block; } }
@media (min-width: 992px) {
  .navbar-nav &gt; li &gt; a {
    padding-left: 15px;
    padding-right: 15px; }

  .navbar-nav {
    margin-left: 30px; } }
.navbar-nav &gt; li {
  font-size: 13px;
  margin: 0 2px; }

.navbar-nav &gt; li &gt; a {
  position: relative;
  display: block;
  color: #fff; }

.topHeader {
  padding-top: 15px;
  padding-bottom: 15px; }
  .topHeader .navbar-brand {
    height: auto;
    padding: 0; }
  .topHeader .logo {
    width: 150px;
    margin-right: 20px; }
  @media (min-width: 768px) {
    .topHeader .logo {
      width: 150px; } }
  @media (min-width: 992px) {
    .topHeader .logo {
      width: 200px; } }
  @media (min-width: 1200px) {
    .topHeader .logo {
      max-width: 100%; } }
  .topHeader .header_tel {
    background: url("../image/zys_img2.png") no-repeat 0 3px;
    padding-left: 27px; }
    .topHeader .header_tel i {
      color: #d3b169;
      font-size: 24px;
      font-family: impact;
      font-weight: normal; }

.footer {
  background-color: #003e97;
  color: #d3b169;
  text-align: center;
  padding: 2em 0;
  font-size: 12px;
  margin-top: 2em; }
  .footer a {
    color: #d3b169; }
  .footer .footer-tel {
    display: inline-block;
    font-size: 2.1em;
    padding-left: 35px;
    min-height: 40px;
    background: url("../image/footertel.png") no-repeat 0 center; }
  .footer .footer-nav {
    font-size: 0.8em;
    margin-top: 10px; }
    .footer .footer-nav a {
      display: inline-block;
      margin: 0 6px; }
  .footer .footer-cont {
    margin-top: 10px;
    font-size: 0.7em;
    line-height: 1.8;
    color: #898989; }
    .footer .footer-cont a {
      color: #898989; }
    .footer .footer-cont p {
      margin: 0; }

@media (min-width: 768px) {
  .footer {
    font-size: 14px; } }
@media (min-width: 992px) {
  .footer {
    font-size: 16px; } }
@media (min-width: 1200px) {
  .footer {
    font-size: 20px; } }</pre></body></html>