<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

html,
body {
    min-width: 1200px;
    background-color: #f4f9ee;
}

#all_con {
    min-height: 100vh;
}

.header {
    width: 100%;
    background-color: #3d9236;
    line-height: 60px;
    height: 60px;
}

.inner {
    width: 1200px;
    margin: 0 auto;
}

.header .logo img {
    height: 43px;
}

.menu_item {
    display: inline-block;
    margin-left: 10px;
    font-size: 16px;
    font-family: '微软雅黑 Light';
    position: relative;
    color: #fff;
}

.menu_item:first-child {
    margin-left: 0;
}

.menu_item&gt;a {
    color: #fff;
}

.menu_item.active&gt;a {
    font-weight: 600;
}

#menu {
    display: none;
}

#all_con #menu_cover {
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1001;
    display: none;
}

.footer {
    font-size: 14px;
    padding: 24px 0;
    background: #606060;
}

.footer ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.footer li {
    display: inline-block;
    color: #b3b3b3;
}

.footer li a {
    display: inline-block;
    color: #b3b3b3;
}

.footer p {
    margin-top: 5px;
    color: #b3b3b3;
    text-align: center;
}

.footer p.mt30 {
    margin-top: 30px;
}

.footer p .divide {
    margin-left: 40px;
}

.footer .fr {
    padding-right: 100px;
}

.footer img {
    display: inline-block;
    width: 100px;
    margin-left: 40px;
}



table {
    border-collapse: collapse;
}

table,
th,
td {
    /*border: 1px solid black;*/
}

td {
    padding: 4px 8px;
}

th:not(.tl),
td:not(.tl) {
    text-align: center;
    font-size: 16px;
}

th.title,
td.title {
    font-weight: bold;
}

th p,
td p {
    margin-bottom: 10px;
    line-height: 22px;
    text-indent: 2em;
}

.myTable {
    box-sizing: border-box;
}

/* 自定义表格样式 */
.myTable table.customTable {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    table-layout: fixed;
}

.myTable table.customTable,
.myTable table.customTable th,
.myTable table.customTable td {
    /* border: 1px solid #eff6e5; */
    border: 1px solid #E1E6ED;
}

.myTable table.customTable th,
.myTable table.customTable td {
    padding: 10px;
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
    min-height: 20px;
    color: #606266;
}

.myTable table.customTable tr:nth-child(2n) td {
    background-color: #dfefcb;
}

.myTable table.customTable th.tl,
.myTable table.customTable td.tl {
    text-align: left;
}

.myTable table.customTable th,
.myTable table.customTable .title {
    font-weight: bold;
    background-color: #7bbd35;
    color: #fff;
}

.myTable table.customTable th div.text,
.myTable table.customTable td div.text {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    min-height: 20px;
    font-size: 14px;
    padding: 0 10px;
    line-height: 1.5;
    /* overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-all;
    display: flex;
    align-items: center;
    justify-content: center; */
}

.myTable table.customTable th div {
    color: #000;
}

.myTable table.customTable td div.input {
    &amp;.align-left {
        text-align: left;
        padding-left: 30px;
    }
}

label.checkbox {
    display: inline-block;
    margin-right: 10px;
}

label span {
    vertical-align: middle;
    margin-left: 3px;
}

.news-item {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #7bbd35;
}

.news-item:first-child {
    margin-top: 0;
}

.news-item img {
    width: 180px;
}

.news-item .news-content {
    position: relative;
    display: inline-block;
    width: calc(100% - 210px);
    min-height: 120px;
    vertical-align: top;
    margin-left: 20px;
    font-size: 16px;
    text-align: left;
}

.news-item .news-content .time {
    position: absolute;
    bottom: 0;
    left: 0;
}

.pagination-box {
    margin-top: 20px;
    text-align: center;
}

.dialogSwiper {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgb(15 14 14 / 68%);
    display: none;
    z-index: 999;
}

.dialogVideo video {
    width: 100%;
    margin: 0 auto;
    max-height: 700px;
}

.dialogSwiper .dialogBox,
.dialogSwiper .dialogVideo {
    width: 1200px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    transition: all 0.5s;
    box-sizing: border-box;
    padding: 40px;
    border-radius: 10px;
    background-color: #fff;

}


.dialogSwiper .swiper-container .swiper-slide {
    text-align: center;
    box-sizing: border-box;
}

.dialogSwiper .swiper-container .swiper-slide .img {
    margin: 0 auto;
    width: 900px;
    text-align: center;

}

.dialogSwiper .swiper-container .swiper-slide img {
    max-width: 100%;
    max-height: 600px;

}

.dialogSwiper .swiper-container .swiper-slide h3 {
    font-size: 20px;
    text-align: center;
    margin: 20px 0;
}

.dialogSwiper .swiper-container .swiper-slide .des {
    width: 900px;
    line-height: 25px;
    margin: 0 auto;
}

.dialogSwiper .dialog-close {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 30px;
    cursor: pointer;
    transition: all .3s;
    z-index: 99;
}

.dialogSwiper .dialog-close img {
    width: 100%;
}

.dialogSwiper .dialog-close:hover {
    transform: scale(1.3);
}



@media screen and (max-width: 1000px) {

    html,
    body,
    #all_con {
        min-width: 100%;
    }

    table {
        font-size: 2.4rem;
    }

    table label {
        line-height: 3rem;
    }

    th:not(.tl),
    td:not(.tl) {
        font-size: 2.4rem;
    }

    .myTable table.customTable th,
    .myTable table.customTable td {
        font-size: 3rem;
    }

    .inner {
        position: relative;
        width: 100%;
        margin: 0 auto;
        padding: 0 2.4rem;
        box-sizing: border-box;
    }

    .header .menu_con {
        display: none;
    }

    #menu {
        position: absolute;
        display: block;
        width: 40px;
        top: 14px;
        right: 24px;
        z-index: 1001;
    }

    #menu_cover .menu_con {
        width: 200px;
        background: #3d9236;
        height: 100%;
    }

    .menu_item {
        display: block;
    }

    #hover_menu {
        width: 40px;
        margin-top: 24px;
        margin-right: 24px;
        margin-bottom: 24px;
    }

    #menu_cover .menu_con .menu_item {
        line-height: 36px;
        font-size: 16px;
        text-align: center;
        display: block;
        position: relative;
    }

    #menu_cover .menu_con .menu_item a {
        color: #fff;
    }

    #menu_cover .menu_con .menu_item.active a {
        color: #fc7f14;
    }

    .footer {
        width: 100%;
        padding: 5rem 3rem;
    }

    .footer li {
        font-size: 2.4rem;
    }

    .footer li a {
        font-size: 2.4rem;
    }

    .footer .fl,
    .footer .fr {
        float: none;
    }

    .footer p {
        margin-top: 1rem;
        line-height: 3.2rem;
        font-size: 2rem;
    }

    .footer p.mt30 {
        margin-top: 3rem;
    }

    .footer p .divide {
        display: inline-block;
        margin-left: 2rem;
    }

    .footer .fr {
        margin-top: 2rem;
        text-align: center;
        padding-right: 0;
    }

    .footer img {
        margin-left: 2rem;
    }

    .dialogSwiper .dialogBox,
    .dialogSwiper .dialogVideo {
        width: 90%;
        padding: 2rem;
    }

    .dialogSwiper .dialog-close {
        top: -50px;
    }

}</pre></body></html>