<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (min-width: 769px) {
  .box-second .container {
    width: 1200px;
    margin: 0 auto;
  }
  .box-second .Top {
    min-width: 1400px;
  }
  .box-second .Top .logo {
    width: 1200px;
    height: 51px;
    margin: 0 auto;
    padding-top: 3px;
  }
  .box-second .Top .logo img {
    width: 237px;
  }
  .box-second .Top .navigation {
    width: 100%;
    height: 279px;
  }
  .box-second .Top .navigation .Topic {
    width: 100%;
    height: 219px;
    background: url(../img/nav/Bgc2.png) center no-repeat;
    background-size: cover;
    padding-top: 47px;
  }
  .box-second .Top .navigation .Topic .title {
    width: 440px;
    height: 114px;
    background-color: rgba(255, 255, 255, 0.75);
    margin: 0 auto;
    position: relative;
  }
  .box-second .Top .navigation .Topic .title .polygon {
    position: absolute;
    width: 10px;
    height: 91px;
    background-color: #087915;
    left: 27px;
    top: 50%;
    transform: translateY(-50%);
  }
  .box-second .Top .navigation .Topic .title .polygon img {
    position: absolute;
    width: 25px;
    height: 25px;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
  }
  .box-second .Top .navigation .Topic .title h2 {
    width: 412px;
    height: 100%;
    font-family: 'FZZZHONGJW--GB1-0', sans-serif;
    font-size: 46px;
    line-height: 46px;
    letter-spacing: 2px;
    font-weight: normal;
    color: #087915;
    margin-left: 56px;
    padding-top: 11px;
  }
  .box-second .Top .navigation .Topic .title h2 p {
    display: inline-block;
    font-family: MicrosoftYaHei;
    font-size: 34px;
    line-height: 34px;
    font-weight: normal;
    letter-spacing: 2px;
    color: #087915;
  }
  .box-second .Top .navigation .nav {
    width: 100%;
    height: 60px;
    background-color: #013707;
  }
  .box-second .Top .navigation .nav .container {
    display: flex;
    z-index: 9;
  }
  .box-second .Top .navigation .nav .container li {
    width: 200px;
    height: 100%;
    position: relative;
    z-index: 9;
  }
  .box-second .Top .navigation .nav .container li a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 60px;
    text-align: center;
    font-family: MicrosoftYaHei;
    font-size: 20px;
    color: #ffffff;
  }
  .box-second .Top .navigation .nav .container li .dropdown {
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 99999;
    background-color: #fff;
  }
  .box-second .Top .navigation .nav .container li .dropdown p {
    width: 100%;
    height: 50px;
  }
  .box-second .Top .navigation .nav .container li .dropdown p a {
    display: block;
    width: 100%;
    height: 100%;
    font-family: MicrosoftYaHei;
    font-size: 20px;
    line-height: 50px;
    color: #656565;
  }
  .box-second .Top .navigation .nav .container li .dropdown p.active-p a {
    background-color: #e6e6e6;
  }
  .box-second .Top .navigation .nav .container li .dropdown p:hover a {
    background-color: #e6e6e6;
  }
  .box-second .Top .navigation .nav .container li:hover a {
    background-color: #398d2b;
  }
  .box-second .Top .navigation .nav .container li:hover .dropdown {
    display: block;
  }
  .box-second .Top .navigation .nav .container li:hover .dropdown a {
    background-color: #fff;
  }
  .box-second .Top .navigation .nav .container li.active a {
    background-color: #398d2b;
  }
  .box-second .Top .navigation .navYD {
    display: none;
  }
  .box-second .Content {
    min-width: 1400px;
  }
  .box-second .Content .title {
    margin-top: 35px;
  }
  .box-second .Content .title p a {
    font-size: 15px;
    line-height: 15px;
    color: #1f1f1f;
  }
  .box-second .Content .title p a:hover {
    text-decoration: underline;
  }
  .box-second .Content .list {
    margin-top: 45px;
  }
  .box-second .Content .list li {
    width: 100%;
    margin-bottom: 25px;
  }
  .box-second .Content .list li a {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
  }
  .box-second .Content .list li a .round {
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #087915;
    margin-right: 5px;
  }
  .box-second .Content .list li a p {
    width: 90%;
    font-size: 18px;
    line-height: 18px;
    color: #1f1f1f;
    margin-right: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .box-second .Content .list li a span {
    font-size: 15px;
    line-height: 15px;
    color: #656565;
  }
  .box-second .Content .list li:hover a p {
    text-decoration: underline;
  }
  .box-second .Content .page {
    margin-top: 50px;
    margin-bottom: 70px;
    display: flex;
    justify-content: center;
  }
  .box-second .Content .page li {
    border: 1px solid #ccc;
    margin: 0 10px;
    border-radius: 5px;
  }
  .box-second .Content .page li a {
    display: block;
    padding: 5px 10px;
    color: #1f1f1f;
  }
  .box-second .Content .page li.active {
    background-color: #087915;
    border: 1px solid #087915;
  }
  .box-second .Content .page li.active a {
    color: #fff;
  }
  .box-second .Bottom {
    min-width: 1400px;
    width: 100%;
    height: 387px;
    background: url(../img/bottom/Bgc.png) center no-repeat;
    background-size: cover;
    padding-top: 70px;
    position: relative;
  }
  .box-second .Bottom .top .text {
    margin: 0 auto;
    width: 723px;
    display: flex;
    justify-content: space-between;
  }
  .box-second .Bottom .top .text li {
    font-family: MicrosoftYaHei;
    font-size: 20px;
    line-height: 20px;
    color: #ffffff;
  }
  .box-second .Bottom .top .text li a {
    color: #ffffff;
  }
  .box-second .Bottom .top .text li:hover a {
    text-decoration: underline;
  }
  .box-second .Bottom .top .Logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 56px;
  }
  .box-second .Bottom .top .Logo .logo {
    width: 585px;
    height: 104px;
    object-fit: 100% 100%;
    margin-right: 84px;
  }
  .box-second .Bottom .top .Logo .line {
    width: 1px;
    height: 116px;
    background-color: #fff;
    margin-right: 83px;
  }
  .box-second .Bottom .top .Logo ul li {
    display: flex;
    align-items: center;
  }
  .box-second .Bottom .top .Logo ul li img {
    margin-right: 21px;
  }
  .box-second .Bottom .top .Logo ul li p {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    line-height: 18px;
    color: #ffffff;
  }
  .box-second .Bottom .top .Logo ul li:nth-child(2) {
    margin: 21px 0;
  }
  .box-second .Bottom .copyright {
    width: 100%;
    height: 84px;
    background-color: #013707;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .box-second .Bottom .copyright p {
    width: 100%;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    line-height: 84px;
    color: #ffffff;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .box-second {
    width: 100%;
    overflow: hidden;
  }
  .box-second .container {
    width: 95%;
    margin: 0 auto;
  }
  .box-second .Top {
    position: relative;
  }
  .box-second .Top .logo {
    width: 95%;
    height: 13.6vw;
    margin: 0 auto;
    padding-top: 0.8vw;
  }
  .box-second .Top .logo img {
    width: 63.2vw;
  }
  .box-second .Top .navigation {
    width: 100%;
    height: 53.33333333vw;
  }
  .box-second .Top .navigation .Topic {
    width: 100%;
    height: 53.33333333vw;
    background: url(../img/nav/Bgc.png) center no-repeat;
    background-size: cover;
    padding-top: 14.66666667vw;
  }
  .box-second .Top .navigation .Topic .title {
    width: 80vw;
    height: 26.66666667vw;
    background-color: rgba(255, 255, 255, 0.75);
    margin: 0 auto;
    position: relative;
  }
  .box-second .Top .navigation .Topic .title .polygon {
    position: absolute;
    width: 2.66666667vw;
    height: 21.33333333vw;
    background-color: #087915;
    left: 5.33333333vw;
    top: 50%;
    transform: translateY(-50%);
  }
  .box-second .Top .navigation .Topic .title .polygon img {
    position: absolute;
    width: 6.66666667vw;
    height: 6.66666667vw;
    left: -4vw;
    top: 50%;
    transform: translateY(-50%);
  }
  .box-second .Top .navigation .Topic .title h2 {
    width: 64vw;
    height: 100%;
    font-family: 'FZZZHONGJW--GB1-0', sans-serif;
    font-size: 7.46666667vw;
    line-height: 8.53333333vw;
    letter-spacing: 0.53333333vw;
    font-weight: normal;
    color: #087915;
    margin-left: 13.33333333vw;
    padding-top: 4.8vw;
  }
  .box-second .Top .navigation .Topic .title h2 p {
    display: inline-block;
    font-family: MicrosoftYaHei;
    font-size: 6.4vw;
    line-height: 8.53333333vw;
    font-weight: normal;
    letter-spacing: 0.53333333vw;
    color: #087915;
  }
  .box-second .Top .navigation .nav {
    display: none;
    width: 100%;
    height: 16vw;
    background-color: #013707;
  }
  .box-second .Top .navigation .nav .container {
    display: flex;
    z-index: 9;
  }
  .box-second .Top .navigation .nav .container li {
    width: 53.33333333vw;
    height: 100%;
    position: relative;
    z-index: 9;
  }
  .box-second .Top .navigation .nav .container li a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 16vw;
    text-align: center;
    font-family: MicrosoftYaHei;
    font-size: 5.33333333vw;
    color: #ffffff;
  }
  .box-second .Top .navigation .nav .container li .dropdown {
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 99999;
    background-color: #fff;
  }
  .box-second .Top .navigation .nav .container li .dropdown p {
    width: 100%;
    height: 13.33333333vw;
  }
  .box-second .Top .navigation .nav .container li .dropdown p a {
    display: block;
    width: 100%;
    height: 100%;
    font-family: MicrosoftYaHei;
    font-size: 5.33333333vw;
    line-height: 13.33333333vw;
    color: #656565;
  }
  .box-second .Top .navigation .nav .container li .dropdown p.active-p a {
    background-color: #e6e6e6;
  }
  .box-second .Top .navigation .nav .container li .dropdown p:hover a {
    background-color: #e6e6e6;
  }
  .box-second .Top .navigation .nav .container li:hover a {
    background-color: #398d2b;
  }
  .box-second .Top .navigation .nav .container li:hover .dropdown {
    display: block;
  }
  .box-second .Top .navigation .nav .container li:hover .dropdown a {
    background-color: #fff;
  }
  .box-second .Top .navigation .nav .container li.active a {
    background-color: #398d2b;
  }
  .box-second .Top .navigation .navYD {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 66.93333333vw;
  }
  .box-second .Top .navigation .navYD .menu {
    width: 100%;
    height: 13.6vw;
    padding-right: 4vw;
    text-align: right;
    padding-top: 3.2vw;
  }
  .box-second .Top .navigation .navYD .menu img {
    width: 6.66666667vw;
    height: 6.66666667vw;
    object-fit: contain;
  }
  .box-second .Top .navigation .navYD ul {
    width: 100%;
    height: 50.66666667vw;
    background-color: #fff;
    animation-name: menu;
    animation-duration: 1s;
    animation-delay: 0s;
    animation-fill-mode: forwards;
    overflow: hidden;
    padding: 0 4vw;
    padding-top: 1.33333333vw;
  }
  .box-second .Top .navigation .navYD ul li {
    width: 100%;
    height: 8vw;
    display: flex;
  }
  .box-second .Top .navigation .navYD ul li a {
    display: block;
    width: 17.06666667vw;
    color: #087915;
    font-weight: 700;
    font-size: 4.26666667vw;
    line-height: 8vw;
    margin-right: 5.33333333vw;
  }
  .box-second .Top .navigation .navYD ul li .dropdown {
    display: flex;
    max-width: 70%;
    justify-content: space-between;
  }
  .box-second .Top .navigation .navYD ul li .dropdown p {
    margin-right: 1.86666667vw;
  }
  .box-second .Top .navigation .navYD ul li .dropdown p a {
    font-size: 3.73333333vw;
    margin: 0;
    font-weight: normal;
  }
  .box-second .Content .title {
    margin-top: 5.33333333vw;
  }
  .box-second .Content .title p a {
    font-size: 4vw;
    line-height: 4vw;
    color: #1f1f1f;
  }
  .box-second .Content .title p a:hover {
    text-decoration: underline;
  }
  .box-second .Content .list {
    margin-top: 6.66666667vw;
  }
  .box-second .Content .list li {
    width: 100%;
    margin-bottom: 6.66666667vw;
  }
  .box-second .Content .list li a {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
  }
  .box-second .Content .list li a .round {
    width: 1.06666667vw;
    height: 1.06666667vw;
    border-radius: 0.53333333vw;
    background-color: #087915;
    margin-right: 0.53333333vw;
  }
  .box-second .Content .list li a p {
    width: 75%;
    font-size: 4.26666667vw;
    line-height: 4.26666667vw;
    color: #1f1f1f;
    margin-right: 1.33333333vw;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .box-second .Content .list li a span {
    font-size: 3.2vw;
    line-height: 3.2vw;
    color: #656565;
  }
  .box-second .Content .list li:hover a p {
    text-decoration: underline;
  }
  .box-second .Content .page {
    margin-top: 10.66666667vw;
    margin-bottom: 13.33333333vw;
    display: flex;
    justify-content: center;
  }
  .box-second .Content .page li {
    border: 0.26666667vw solid #ccc;
    margin: 0 1.06666667vw;
    border-radius: 1.33333333vw;
  }
  .box-second .Content .page li a {
    display: block;
    padding: 0.53333333vw 1.33333333vw;
    color: #1f1f1f;
  }
  .box-second .Content .page li.active {
    background-color: #087915;
    border: 0.26666667vw solid #087915;
  }
  .box-second .Content .page li.active a {
    color: #fff;
  }
  .box-second .Content .page li:first-child {
    margin-left: 0;
  }
  .box-second .Content .page li:last-child {
    margin-right: 0;
  }
  .box-second .Bottom {
    width: 100%;
    height: 64vw;
    background: url(../img/bottom/Bgc.png) center no-repeat;
    background-size: cover;
    padding-top: 8vw;
    position: relative;
  }
  .box-second .Bottom .top .text {
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .box-second .Bottom .top .text li {
    min-width: 40%;
    font-family: MicrosoftYaHei;
    font-size: 3.73333333vw;
    line-height: 3.73333333vw;
    color: #ffffff;
    text-align: center;
    margin-bottom: 2.66666667vw;
  }
  .box-second .Bottom .top .text li a {
    color: #ffffff;
  }
  .box-second .Bottom .top .text li:hover a {
    text-decoration: underline;
  }
  .box-second .Bottom .top .Logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .box-second .Bottom .top .Logo .logo {
    height: 13.33333333vw;
    object-fit: 100% 100%;
    margin-right: 2.66666667vw;
  }
  .box-second .Bottom .top .Logo .line {
    display: none;
  }
  .box-second .Bottom .top .Logo ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2.66666667vw;
  }
  .box-second .Bottom .top .Logo ul li {
    display: flex;
    align-items: center;
    margin: 1.33333333vw 2.66666667vw;
  }
  .box-second .Bottom .top .Logo ul li img {
    margin-right: 1.33333333vw;
    width: 4vw;
    height: 4vw;
    object-fit: contain;
  }
  .box-second .Bottom .top .Logo ul li p {
    font-family: MicrosoftYaHei;
    font-size: 3.2vw;
    line-height: 3.2vw;
    color: #ffffff;
  }
  .box-second .Bottom .copyright {
    width: 100%;
    height: 13.33333333vw;
    background-color: #013707;
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
  }
  .box-second .Bottom .copyright p {
    width: 100%;
    font-family: MicrosoftYaHei;
    font-size: 3.2vw;
    line-height: 4.26666667vw;
    color: #ffffff;
    text-align: center;
  }
}
</pre></body></html>