<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* @font-face {
    font-family:'PingFangSC';
    src:url('../font/PingFangSCRegular.otf');
} */
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a:hover {
    text-decoration: none;
}

li {
    list-style: none;
}

img {
    border: none;
    object-fit: cover;
}

body {
    /* font-family: "\u601d\u6e90\u9ed1\u4f53", Source Han sans-serif CN !important; */
    font-family: PingFangSC;
    color: #222423;
    background: rgba(242, 243, 244, 0.82);
    min-width: 1280px;
}


.head {
    position: relative;
    height: 60px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 5px 0px rgba(91, 91, 91, 0.5);
    z-index: 10000;
}

.container {
    padding: 0;
    width: 100%;
    max-width: 1200px;

}

.nav li a{
    display: block;
    font-size: 14px;
    margin: 0 4px;
    padding: 0 10px;
    color: #222423;
}

.navbar-header a {
    display: block;
    width: 220px;
    height: 28px;
    margin-top: 15px;
    background-image: url(../image/logo-icon.svg);
    background-size: 100% 100%;
}

.navbar-nav {
    line-height: 60px;
    text-align: center;
}

.nav .active a, .nav a:hover{
   color: #306F1D;
   /* font-weight: 600; */
}

.nav .active a::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  content: '';
  width: 33px;
  height: 3px;
  background: #306F1D;
  border-radius: 2px;
}


/* 1400pxç‰ˆå¿ƒ */
.banner-1400 {
    max-width: 1400px;
    margin: 0 auto;
}
/* 1200pxç‰ˆå¿ƒ */
.banner-1200 {
    max-width: 1200px;
    margin: 0 auto;
}

/* æ¸…æµ®åŠ¨ */
.clearfix::after {
    content: '';
    display: block;
    height: 0;clear: both;
    visibility: hidden;
}
.clearfix {
    *zoom: 1; 
}

.container-margin-top {
    margin-top: 30px;

}

.container-margin-bottom {
    margin-bottom: 20px;
}


body .foot {
    background-color: #262832;
    color: #fff;
    padding: 40px 0;
    margin-top: 50px;
}

.foot-center{
    line-height: 30px;
    text-align: center;
    font-size: 16px;
}
.foot-center a{
    color: white;
}
.foot a:visited {
    color: #fff;
}

/* visited link */
.foot a:hover {
    color: #fff;
    text-decoration: underline;
}

/* mouse over link */
.foot a:active {
    color: #fff;
}

/* å„é¡µé¢banner */
.banner {
   height: 231px;
   background-size: 100% 100%; 
   background-position: center;
}

.all-page {
    text-align: center;
}


/* åˆ†é¡µæ&nbsp;·å¼ */
.pagination &gt;li &gt; a{
    color: #8b7b85;
}
.pagination &gt;li &gt;a{
    background-color: #F0F2F5;
    margin: 5px 5px;
    border-radius: 3px;
}
.pagination &gt; .active &gt; a, .pagination &gt; .active &gt; span, .pagination &gt; .active &gt; a:hover, .pagination &gt; .active &gt; span:hover, .pagination &gt; .active &gt; a:focus, .pagination &gt; .active &gt; span:focus {

    background-color: #D48D2F;
    border-color: #D48D2F;
}</pre></body></html>