<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">      p,
      ul,
      li {
        padding: 0;
        margin: 0;
      }
      ::-webkit-scrollbar {
        /*婊氬姩鏉℃暣浣撴牱寮�*/
        width: 10px;
        /*楂樺鍒嗗埆瀵瑰簲妯珫婊氬姩鏉＄殑灏哄*/
        height: 10px;
      }
      ::-webkit-scrollbar-thumb {
        /*婊氬姩鏉￠噷闈㈠皬鏂瑰潡*/
        background: #cbcbcb;
      }
      ::-webkit-scrollbar-track {
        /*婊氬姩鏉￠噷闈㈣建閬�*/
        background: #f1f1f1;
      }
      a:hover {
        color: #00570f;
      }
      /*  杞挱  */
      .banner {
        position: relative;
      }
      .banner .down {
        position: absolute;
        bottom: 10px;
        left: 50%;
        font-size: 40px;
        color: #1ab334;
        font-weight: bold;
        animation: down_arrow 1.5s infinite;
      }
      .banner .down:hover {
        cursor: pointer;
      }
      @keyframes down_arrow {
        0% {
          -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
        }
        50% {
          -webkit-transform: translateY(5px);
          transform: translateY(5px);
        }
        100% {
          -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
        }
      }
      .banner .slideItem a {
        display: block;
      }
      .banner .slideItem img {
        height: 100vh;
        width: 100vw;
      }
      .banner .dotList ul {
        display: flex;
        justify-content: flex-end;
        padding-bottom: 64px;
        padding-right: 137px;
      }
      .banner .dotList ul .dot {
        width: 38px;
        height: 38px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: rgba(255, 255, 255, 0.6);
        border: solid 1px #003e0b;
        color: #003e0b;
        font-size: 21px;
      }
      .banner .dotList ul .dot.active {
        background: #00570f;
        color: white;
      }
      .header {
        background: url("../image/dhBg.png");
        background-size: 100% 100%;
        transition: all 0.4s ease-in-out;
      }
      .header ._logo1 {
        display: none;
      }
      .header .daohangBox {
        display: flex;
        align-items: center;
      }
      .header .daohangBox .logoBox {
        width: 40%;
      }
      .header .daohangBox .daohang {
        flex: 1;
      }
      .header .daohangBox .logoBox .logo {
        width: 500px;
      }
      .header .daohangBox .logoBox .logo img {
        width: 90%;
      }
      .header .daohangBox .daohang {
        flex: 1;
      }
      .top_search {
        display: none;
      }
      .home {
        overflow: hidden;
      }
      .c_body {
        overflow: auto;
      }
      .home.active .main {
        height: calc(100vh - 129px);
      }
      .home.active .header {
        background: white;
        padding: 0;
        box-shadow: 0px 13px 26px 3px rgba(113, 109, 109, 0.75);
      }
      .home.active .header .daohang {
        position: relative;
      }
      .home.active .header .daohang .top_search {
        display: block;
        position: absolute;
        right: 0;
        top: 10px;
        z-index: 999;
      }
      .home.active .header .daohang .top_search .text {
        width: 137px;
        height: 20px;
        border: none;
        background: #b8bfc8;
        border-radius: 50px;
        padding: 0 10px;
      }
      .home.active .header .daohang .top_search .text:focus-visible {
        outline-color: #b8bfc8;
      }
      .home.active .header .daohang .top_search .btn {
        background: url("../image/search.png") no-repeat;
        display: inline-block;
        border: none;
        width: 16px;
        height: 16px;
        margin-left: 5px;
      }
      .home.active .header .daohang .top_search .btn:focus {
        outline: none;
      }
      .home.active .header .daohang .top_search .btn:focus-visible {
        outline: none;
      }
      .home.active .header .pcNav &gt; li &gt; a {
        color: #00570f;
      }
      .home.active .header .pcNav &gt; li:hover a {
        color: white;
      }
      .home.active .header .logoBox {
        padding: 10px 0;
      }
      .home.active .header ._logo {
        display: none;
      }
      .home.active .header ._logo1 {
        display: block;
      }
      .main {
        position: fixed;
        bottom: -100%;
        width: 100%;
        height: calc(100vh - 173px);
        background: white;
        overflow: auto;
        transition: all 0.6s ease-in-out;
      }
      /* 閫氱敤澶撮儴 */
      .c_topBox {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 26px;
        margin-top: 10px;
      }
      .c_topBox .t_box {
        position: relative;
      }
      .c_topBox .t_box:before {
        content: "";
        position: absolute;
        width: 60px;
        height: 6px;
        background-color: #003e0b;
        top: -15px;
      }
      .c_topBox .t_box h4 {
        font-size: 26px;
        color: #171717;
        font-weight: bold;
      }
      .c_topBox .more a {
        font-size: 18px;
        color: #b3bac4;
      }
      .c_topBox .more a:hover {
        color: #00570f;
      }
      .one {
        padding: 54px 0;
        background: url("../image/newsBg.png") no-repeat;
        background-size: 100%;
        background-position: center bottom;
      }
      .one .slide .dot {
        content: "";
        width: 60px;
        height: 6px;
        border-radius: 0;
        background: #9fa4aa;
        overflow: hidden;
      }
      .one .slide .dot.active {
        background: #00570f;
      }
      .one .newList {
        display: flex;
      }
      .one .newList a {
        display: block;
        width: 33%;
        margin-right: 2%;
        box-shadow: 4px 4px 4px #bfbfbf;
        margin-bottom: 50px;
        transition: all 0.36s ease;
      }
      .one .newList a .imgbox {
        height: 220px;
        overflow: hidden;
      }
      .one .newList a .imgbox img {
        transition: all 0.36s ease;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
      .one .newList a .info {
        background: white;
        padding: 30px;
      }
      .one .newList a .info h5 {
        font-size: 18px;
        line-height: 28px;
        color: #11161a;
        font-weight: 500;
        height: 56px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
      }
      .one .newList a .info .time {
        color: #9fa4aa;
        display: flex;
        justify-content: space-between;
        font-size: 18px;
        margin-top: 20px;
      }
      .one .newList a .info .time .iconfont {
        font-size: 24px;
      }
      .one .newList a:last-child {
        margin-right: 10px;
      }
      .one .newList a:hover {
        box-shadow: 4px 4px 8px #bfbfbf;
      }
      .one .newList a:hover img {
        transform: scale(1.1);
      }
      .one .newList a:hover h5,
      .one .newList a:hover .iconfont {
        color: #00570f;
      }
      .one .video {
        display: flex;
        align-items: center;
        height: 400px;
        overflow: hidden;
        background: url(../image/styleBg.png) no-repeat;
        background-size: 100% 100%;
        box-shadow: 2px 3px 4px #b8b8b8;
      }
      .one .video video {
        width: 100%;
        height: auto;
      }
      .two {
      background: #f1f1f1;
      padding: 70px 0;
      padding-bottom: 90px;
      background: url(../image/center.jpg) no-repeat center;
      background-size:100% 100% ;
      }
      .two .more {
        margin-right: 30px;
      }
      .two .noticeList {
        box-shadow: 4px 4px 8px #bfbfbf;
        padding: 10px 40px;
        background: white url("../image/logo2.png") no-repeat;
        background-position: 165% -120%;
      }
      .two .noticeList li a {
        display: flex;
        align-items: center;
        padding: 30px 0;
        border-bottom: 2px solid #f1f1f1;
      }
      .two .noticeList li a .timeBox {
        text-align: center;
      }
      .two .noticeList li a .timeBox .day {
        transition: all 0.3s ease;
        color: #bbc0c7;
        font-size: 48px;
        line-height: 48px;
        font-weight: bold;
      }
      .two .noticeList li a .timeBox .year {
        transition: all 0.3s ease;
        font-size: 16px;
        color: #bfbfbf;
      }
      .two .noticeList li a h4 {
        flex: 1;
        color: #3e3f3d;
        font-size: 24px;
        margin: 0;
        margin-left: 30px;
        height: 26px;
        transition: all 0.3s ease;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
      }
      .two .noticeList li a:last-child {
        border-bottom: none;
      }
      .two .noticeList li a:hover .day,
      .two .noticeList li a:hover .year,
      .two .noticeList li a:hover h4 {
        color: #00570f;
      }
      .three {
        padding: 60px 0;
        background: url("../image/noticeBg.png") no-repeat;
        background-size: 100%;
      }
      .three .c_topBox .t_box:before {
        background: white;
      }
      .three .c_topBox h4 {
        color: white;
      }
      .three .c_topBox .more a {
        color: white;
        transition: all 0.3s ease;
      }
      .three .c_topBox .more a:hover {
        letter-spacing: 5px;
      }
      .three .threeList {
        box-shadow: 1px 2px 3px #bfbfbf;
        background: white;
        padding: 50px 35px;
      }
      .three .threeList li {
        margin-bottom: 50px;
      }
      .three .threeList li a h4 {
        font-size: 24px;
        color: #171717;
        height: 26px;
        margin: 0;
        margin-bottom: 30px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
      }
      .three .threeList li a .timeBox {
        display: flex;
        align-items: center;
      }
      .three .threeList li a .timeBox .time {
        font-size: 18px;
        color: #adaeb0;
      }
      .three .threeList li a .timeBox .line {
        flex: 1;
        height: 2px;
        background: #e1e1e1;
        margin-left: 15px;
      }
      .three .threeList li a:hover h4,
      .three .threeList li a:hover .time {
        color: #00570f;
      }
      .three .threeList li:last-child {
        margin-bottom: 0;
      }
      .four {
        padding: 40px 0;
        background: url("../image/styleBg.png") no-repeat;
        background-size: 100%;
        background-position: center bottom;
      }
      .four .fastbox {
        margin-top: 90px;
      }
      .four .fastList {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
      }
      .four .fastList .item {
        color: #aaa9a9;
        display: flex;
        align-items: center;
        background: white;
        border: solid 1px #b9b9b9;
        justify-content: center;
        padding: 5px 0;
        width: 19%;
        margin-bottom: 17px;
        position: relative;
        transition: all 0.2s ease;
      }
      .four .fastList .item .icon {
        z-index: 2;
      }
      .four .fastList .item .icon .iconfont {
        font-size: 58px;
      }
      .four .fastList .item h5 {
        font-size: 24px;
        margin-left: 20px;
        z-index: 2;
      }
      .four .fastList .item:before {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        transition: all 0.3s ease-out;
        z-index: 1;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
      }
      .four .fastList .item:after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 2;
      }
      .four .fastList .item:hover {
        border-color: white;
        color: white;
      }
      .four .fastList .item:hover:before {
        background: #00570f;
        width: 105%;
        height: 120%;
      }
      .four .fastList .item:hover:after {
        border: 1px solid white;
      }
      .four .styleList .item {
        position: relative;
        margin-bottom: 30px;
      }
      .four .styleList .item .imgBox {
        height: 350px;
      }
      .four .styleList .item .imgBox img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
      }
      .four .styleList .item h5 {
        position: absolute;
        bottom: 0;
        color: white;
        height: 80px;
        display: flex;
        align-items: center;
        padding: 0 20px;
        font-size: 18px;
        width: 100%;
        background: rgba(0, 0, 0, 0.3);
        margin: 0;
        transition: all 0.2s ease-out;
      }
      .four .styleList .item:hover {
        cursor: pointer;
      }
      .four .styleList .item:hover h5 {
        height: 100px;
        background: rgba(0, 0, 0, 0.5);
      }
      footer .footer_info {
        padding: 40px 0;
        background: #126c22;
        color: white;
      }
      footer .footer_info .f_logo {
        width: 395px;
        margin-bottom: 40px;
      }
      footer .footer_info .f_logo img {
        width: 100%;
      }
      footer .footer_info .box .link h4 {
        font-size: 24px;
        letter-spacing: 2px;
        margin-top: 20px;
      }
      footer .footer_info .box .link p,
      footer .footer_info .box .link a {
        line-height: 36px;
        font-size: 16px;
        opacity: 0.9;
        color: white;
        margin-right: 15px;
      }
      footer .footer_info .box .link a {
        display: inline-block;
      }
      footer .footer_info .box .link a:hover {
        opacity: 1;
      }
      footer .footer_info .box .iconList {
        text-align: center;
        padding-top: 30px;
      }
      footer .footer_info .box .iconList .icon {
        display: inline-block;
        width: 45px;
        height: 44px;
        margin-left: 7px;
        position: relative;
      }
      footer .footer_info .box .iconList .icon:after {
        content: "";
        display: block;
        width: 16px;
        height: 16px;
        background: white;
        transform: rotate(45deg);
        position: absolute;
        left: 16px;
        top: -20px;
        z-index: 1;
        display: none;
      }
      footer .footer_info .box .iconList .icon img {
        position: absolute;
        width: 130px;
        height: 130px;
        border-radius: 4px;
        left: -42px;
        top: -140px;
        display: none;
        z-index: 2;
      }
      footer .footer_info .box .iconList .icon:hover img,
      footer .footer_info .box .iconList .icon:hover:after {
        display: block;
      }
      footer .footer_info .box .iconList .wx {
        background: url("../image/wx_icon.png");
        background-size: 100% 100%;
      }
      footer .footer_info .box .iconList .wb {
        background: url("../image/wb_icon.png");
        background-size: 100% 100%;
      }
      footer .footer_info .box .iconList .dy {
        background: url("../image/dy_icon.png");
        background-size: 100% 100%;
      }
      footer .footer_info .box .iconList .tt {
        background: url("../image/tt_icon.png");
        background-size: 100% 100%;
      }
      footer .copyright {
        background: #00570f;
        padding: 15px;
        font-size: 16px;
        color: white;
        text-align: center;
      }
      .c_body .header .top_search {
        display: none !important;
      }
      .c_body footer .copyright {
        font-size: 12px;
        padding: 25px 0;
      }
      .c_body footer .copyright p {
        margin-bottom: 5px;
      }
      .c_body footer .copyright p:last-child {
        margin-bottom: 0;
      }
      .c_body .contentPage {
        background: url("../image/contentBg.png") no-repeat;
        background-size: 100%;
        background-color: #eaeaea;
        padding-top: 150px;
      }
      .c_body .contentPage .contentBox.listBox {
        background-color: rgba(255, 255, 255, 0.8);
        padding: 30px 50px;
      }
      .c_body .contentPage .contentBox.listBox .pcleftNav {
        background: none;
        padding-right: 15px;
      }
      .c_body .contentPage .contentBox.listBox .pcleftNav .top {
        background: none;
        color: #585859;
        font-size: 22px;
        font-weight: inherit;
        line-height: 22px;
        border-bottom: 1px solid #b5b5b5;
        padding: 0;
      }
      .c_body .contentPage .contentBox.listBox .pcleftNav .top p {
        margin-bottom: 15px;
        border-left: 5px solid #00570f;
        padding-left: 15px;
        font-weight: bold;
      }
      .c_body .contentPage .contentBox.listBox .pcleftNav .top .iconfont {
        color: #585859;
      }
      .c_body .contentPage .contentBox.listBox .pcleftNav ul li a {
        border-bottom: 1px solid #b5b5b5;
        color: #9a9a9a;
        font-weight: bold;
        font-size: 18px;
      }
      .c_body .contentPage .contentBox.listBox .pcleftNav ul li a:hover {
        color: #00570f;
        border-color: #00570f;
      }
      .c_body .contentPage .contentBox.listBox .right {
        background: none;
      }
      .c_body .contentPage .contentBox .pcleftNav {
        background-color: rgba(255, 255, 255, 0.7);
        margin-top: 20px;
        position: sticky;
        top: 150px;
      }
      .c_body .contentPage .contentBox .pcleftNav .top {
        background-color: #00570f;
        color: white;
        line-height: 50px;
        font-size: 26px;
        text-align: left;
        padding: 5px 20px;
        padding-left: 26px;
        display: flex;
        align-items: center;
        font-weight: 500;
      }
      .c_body .contentPage .contentBox .pcleftNav .top .menu_btn {
        display: none;
        width: 20px;
        height: 20px;
        float: right;
        margin-top: -28px;
      }
      .c_body .contentPage .contentBox .pcleftNav .top .menu_btn .line {
        height: 2px;
        background: #333;
        margin-top: 5px;
      }
      .c_body .contentPage .contentBox .pcleftNav .top .menu_btn .line:first-child {
        margin-top: 0;
      }
      .c_body .contentPage .contentBox .pcleftNav ul {
        padding-bottom: 10px;
      }
      .c_body .contentPage .contentBox .pcleftNav ul li a {
        display: block;
        text-align: left;
        padding-left: 25px;
        border-bottom: 1px dashed #d1d1d1;
        line-height: 50px;
        font-size: 18px;
        color: #7a7a7a;
        font-weight: 600;
      }
      .c_body .contentPage .contentBox .pcleftNav ul li a:hover {
        color: #00570f !important;
        border-bottom-color: #00570f;
      }
      .c_body .contentPage .contentBox .pcleftNav ul li.active a {
        font-weight: bold;
        color: #00570f !important;
        border-bottom-color: #00570f;
      }
      .c_body .contentPage .contentBox .right {
        background-color: rgba(255, 255, 255, 0.7);
        margin-top: 20px;
        min-height: 400px;
      }
      .c_body .contentPage .contentBox .right .top {
        display: flex;
        padding: 20px;
        align-items: center;
        border-bottom: 1px solid #c5c5c5;
      }
      .c_body .contentPage .contentBox .right .top h4 {
        margin-left: 20px;
        border-left: 4px solid #d54248;
        padding-left: 10px;
        font-size: 22px;
        font-weight: 600;
        color: #585859;
      }
      .c_body .contentPage .contentBox .right .top .link {
        flex: 1;
        text-align: right;
        margin-right: 20px;
        font-size: 18px;
        color: #585859;
      }
      .c_body .contentPage .contentBox .right .top .link a {
        color: #585859;
      }
      .c_body .contentPage .contentBox .right .top .link a:hover {
        color: #00570f;
      }
      .c_body .contentPage .contentBox .right .artice {
        padding: 40px 160px;
        min-height: 600px;
        text-align: justify;
      }
      .c_body .contentPage .contentBox .right .artice .title {
        font-size: 24px;
        text-align: center;
        color: #00570f;
      }
      .c_body .contentPage .contentBox .right .artice .abs {
        font-size: 12px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin: 15px 0;
        color: #888888;
      }
      .c_body .contentPage .contentBox .right .artice .abs span {
        margin-right: 25px;
      }
      .c_body .contentPage .contentBox .right .artice .abs span:last-child {
        margin-right: 0;
      }
      .c_body .contentPage .contentBox .right .artice .contentAtice table {
        width: 100%;
      }
      .c_body .contentPage .contentBox .right .artice .contentAtice img {
        max-width: 100%;
        height: auto;
      }
      .c_body .contentPage .contentBox .right .list {
        margin-top: 30px;
      }
      .c_body .contentPage .contentBox .right .list li a {
        display: flex;
        padding: 25px 0px;
        border-bottom: 1px solid #d6d6d6;
      }
      .c_body .contentPage .contentBox .right .list li a span {
        margin-right: 15px;
        transition: all 0.36s ease;
      }
      .c_body .contentPage .contentBox .right .list li a .imgBox {
        overflow: hidden;
        width: 160px;
        margin-right: 15px;
        height: 100px;
        position: relative;
      }
      .c_body .contentPage .contentBox .right .list li a .imgBox img {
        width: 100%;
        height: 100%;
      }
      .c_body .contentPage .contentBox .right .list li a .imgBox::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background: rgba(0, 87, 15, 0.1);
        left: 0;
        top: 0;
        transition: all 0.36s ease;
        opacity: 0;
      }
      .c_body .contentPage .contentBox .right .list li a .imgBox::before {
        position: absolute;
        content: "";
        width: 90%;
        height: 90%;
        border: 1px solid white;
        transition: all 0.36s ease;
        transform: scale(1.3);
        top: 6px;
        left: 8px;
      }
      .c_body .contentPage .contentBox .right .list li a .textBox {
        flex: 1;
      }
      .c_body .contentPage .contentBox .right .list li a .textBox .title {
        font-size: 20px;
        color: #737373;
        margin-bottom: 20px;
        margin-top: 3px;
        height: 23px;
        overflow: hidden;
        font-weight: 500;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
      }
      .c_body .contentPage .contentBox .right .list li a .textBox .des {
        color: #737373;
        font-size: 14px;
        overflow: hidden;
        height: 40px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
      }
      .c_body .contentPage .contentBox .right .list li a .timeBox {
        width: 100px;
        text-align: right;
        color: #737373;
      }
      .c_body .contentPage .contentBox .right .list li a .timeBox .time {
        font-family: courier;
        font-size: 30px;
      }
      .c_body .contentPage .contentBox .right .list li a .timeBox .iconfont {
        font-size: 30px;
      }
      .c_body .contentPage .contentBox .right .list li a:hover .imgBox::before {
        transform: scale(1);
      }
      .c_body .contentPage .contentBox .right .list li a:hover .imgBox::after {
        opacity: 1;
      }
      .c_body .contentPage .contentBox .right .list li a:hover .title {
        color: #00570f;
      }
      .c_body .contentPage .contentBox .right .list li a:hover .timeBox {
        color: #00570f;
      }
      .c_body .contentPage .contentBox .right .list li a:hover .timeBox .iconfont {
        color: green;
      }
      @media (max-width: 1300px) {
        .home.active .header .daohang .top_search {
          top: 0 ;
        }
        .home.active .main {
          height: calc(100vh - 90px) !important;
        }
        .one .newList a {
          width: 100%;
          margin-right: 10px;
        }
        .one .newList a .imgbox {
          height: 176px;
        }
        .one .newList a .info {
          padding: 15px;
        }
        .two .noticeList li a {
          padding: 10px;
        }
        .two .noticeList li a .timeBox .day {
          font-size: 28px;
        }
        .two .noticeList li a h4 {
          font-size: 18px;
          height: 18px;
        }
        .c_topBox .t_box h4 {
          font-size: 20px;
        }
        .c_topBox .t_box:before {
          width: 50px;
          height: 4px;
          top: -10px;
        }
        .three .threeList {
          padding: 40px 20px;
        }
        .three .threeList li {
          margin-bottom: 30px;
        }
        .three .threeList li a .time {
          font-size: 12px;
        }
        .three .threeList li a h4 {
          font-size: 18px;
          height: 18px;
          margin-bottom: 10px;
        }
        .four .fastList .item {
          width: 24%;
        }
        .one .video {
          height: 325px;
        }
        .one .video video {
          height: 100%;
        }
        .c_body .contentPage {
          padding-top: 100px;
        }
        .c_body .contentPage .contentBox .right .artice {
          padding: 40px;
        }
        .c_body .contentPage .contentBox .pcleftNav .top {
          font-size: 16px;
        }
        .c_body .contentPage .contentBox .pcleftNav .top p {
          font-size: 16px;
        }
        .c_body .contentPage .contentBox .pcleftNav ul li a {
          font-size: 14px !important;
          font-weight: 500;
        }
      }
      @media (max-width: 991px) {
        .home {
          overflow: auto !important;
        }
        .banner .down {
          display: none;
        }
        .banner .slideItem img {
          height: auto;
        }
        .main,
        .home.active .main {
          position: static;
          height: auto !important;
        }
        .banner {
          margin-top: 50px;
        }
        .banner .dotList ul {
          padding: 0;
          padding-bottom: 10px;
        }
        .banner .dotList ul .dot {
          width: 26px;
          height: 26px;
          font-size: 14px;
        }
        .one .newList {
          display: block;
        }
        .one .newList a {
          width: 100%;
        }
        .two {
          padding: 30px 0;
        }
        .two .more {
          margin-right: 0;
        }
        .two .noticeList {
          padding: 20px;
          margin-bottom: 40px;
        }
        .two .noticeList li a {
          padding: 10px 0;
        }
        .two .noticeList li a .timeBox .day {
          font-size: 28px;
          line-height: 28px;
        }
        .two .noticeList li a h4 {
          font-size: 16px;
          height: 35px;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
        }
        .three {
          background-size: cover;
        }
        .three .threeList {
          margin-bottom: 50px;
        }
        .four .fastList .item {
          width: 48%;
          padding: 10px 0;
        }
        .four .fastList .item h5 {
          font-size: 18px;
        }
        .four .fastList .item .icon .iconfont {
          font-size: 38px;
        }
        footer .footer_info .f_logo {
          width: 100%;
        }
        footer .copyright {
          font-size: 12px;
          text-align: left;
        }
        .c_body .contentPage {
          padding-top: 60px;
        }
        .c_body .contentPage .listBox {
          padding: 0 20px !important;
        }
        .c_body .contentPage .contentBox.listBox {
          background: none;
        }
        .c_body .contentPage .contentBox .pcleftNav .top {
          line-height: 40px;
          background: none;
          color: #00570f;
          border-bottom: 2px solid #00570f;
          display: block;
        }
        .c_body .contentPage .contentBox .pcleftNav .top .menu_btn {
          display: block;
        }
        .c_body .contentPage .contentBox .right {
          margin-top: 0;
        }
        .c_body .contentPage .contentBox .right .artice {
          padding: 20px;
        }
        .c_body .contentPage .contentBox .right .top {
          padding: 0;
          display: block;
          padding: 15px 0;
        }
        .c_body .contentPage .contentBox .right .top .link {
          text-align: left;
          padding-left: 15px;
        }
        .c_body .contentPage .contentBox .right .artice .title {
          font-size: 16px;
          text-align: left;
        }
        .c_body footer .copyright {
          padding: 15px;
        }
        .c_body .contentPage .contentBox .right .list {
          margin-top: 0;
        }
        .c_body .contentPage .contentBox .right .list li a {
          flex-wrap: wrap;
        }
        .c_body .contentPage .contentBox .right .list li a .imgBox {
          height: auto;
          margin-right: 0;
        }
        .c_body .contentPage .contentBox .right .list li a &gt; div {
          flex: 150% 1 1;
        }
        .pagination ul {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
        }
      }
      @media (min-width: 768px) {
        .container {
          width: 750px;
        }
      }
      @media (min-width: 992px) {
        .container {
          width: 970px;
        }
      }
      @media (min-width: 1300px) {
        .container {
          width: 1250px;
        }
      }
      @media (min-width: 1600px) {
        .container {
          width: 1500px;
        }
      }
      .pagination {
        width: 100%;
        text-align: center;
      }
      .pagination ul span,
      .pg-1 .total {
        display: inline-block;
        height: 24px;
        padding: 0 15px;
        color: #fff;
        border: 1px solid #00570f;
        background-color: #00570f;
      }
      .pagination ul a,
      .pg-1 a,
      .pg-1 .current {
        display: inline-block;
        margin: 0 5px 8px;
        padding: 2px 7px;
        color: #7e7e7e;
        border: 1px solid #dbdbdb;
      }
      .pagination ul li.active a,
      .pg-1 .current {
        color: #fff;
        border: 1px solid #00570f;
        background-color: #00570f;
      }
      .pagination ul li a:hover,
      .pg-1 a锛歨over {
        color: #00570f;
      }
      /*# sourceMappingURL=home.css.map */

      /*鎮诞妗�*/

      .floatDiv {
          position: fixed;
          top: 30%;
          right: 0;
          right: -157px;
          transition: all .36s ease-out;
          z-index: 9999;
      }

      @media (max-width:768px) {	

          #scrollDiv {
          width: 65%;
          height: 70px;
          height: 70px;
          overflow: hidden;
          float: right;
      }
          #scrollDiv li{
          margin-left: 15%;
          width: 85%;
          line-height: 70px;
          overflow:hidden; 
          text-overflow: ellipsis;
          -o-text-overflow: ellipsis;
          -icab-text-overflow: ellipsis;
          -khtml-text-overflow: ellipsis;
          -moz-text-overflow: ellipsis;
          -webkit-text-overflow: ellipsis;
          white-space: nowrap;
          vertical-align:bottom; 
          zoom:1; 
          font-size:16px; 
          color:#353535;
          }
          .floatDiv {
              display: none;
          }
          .footerList{
              display: none;
          }
          .fot-log{
              display: none;
          }
          /*.footerList ul li a::after {
              right: 15px;
          }*/

      }

      .floatDiv:hover {
          right: 0;
      }
      @media (max-width:425px) {
          .kuaisutd-center ul li{
              width: 47%;
          }
      }
      .esc {
          position: absolute;
          font-size: 16px;
          width: 38px;
          background: #126c22;
          color: white;
          text-align: center;
          padding: 10px;
          border-top-left-radius: 8px;
          border-bottom-left-radius: 8px;
          left: -38px;
          cursor: pointer;
          transition: all .36s ease;
      }

      .floatDiv:hover .esc {
          width: 157px;
          left: 0;
          top: -40px;
          border-bottom: 1px solid white;
          border-bottom-left-radius: 0px;
      }

      .floatBox {
          width: 157px;
          background: #126c22;
          padding: 15px;
          border-top: 1px solid white;
      }

      .ewm {
          padding: 10px;
          background: white;
          border-radius: 8px;
      }

      .ewm img {
          width: 100%;
      }

      .ewm h4 {
          color: #7c7c7c;
          font-size: 16px;
          text-align: center;
          margin: 0;
      }

      .QQ ul li {
          overflow: hidden;
          margin: 8px 0;
      }

      .QQ ul li a {
          display: block;
          color: #7c7c7c;
          font-size: 14px;
          line-height: 29px;
          background: white;
          border-radius: 6px;
          width: 100%;
          border: 1px solid #b9b9b9;
      }

      .QQ a:hover {
          color: #f3ba31;
      }

      .pIcon {
          background-image: url(../image/icon.png);
          width: 23px;
          height: 21px;
          float: left;
          margin: 5px 12px;
      }

      .qqIcon {
          background-position: -108px -72px;
      }

      .phIcon {
          background-position: -75px -72px;
      }

      .lqIcon {
          background-position: -38px -72px;
      }

      .blIcon {
          background-position: -2px -72px;
      }

      .phone,
      .QQ {
          margin-top: 30px;
          position: relative;
          width: 100%;
      }

      .phone::after,
      .QQ::after {
          content: "";
          position: absolute;
          width: 157px;
          border-bottom: 1px dashed white;
          top: -15px;
          left: -15px;
      }

      .phone p {
          color: #fcfcfc;
          margin-bottom: 5px;
      }
</pre></body></html>