* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
    cursor: default
}

.body {
    min-width: 1440px;
}

.wrapper {
    width: 1230px;
    margin: 0 auto;
}

.header {
    width: 100%;
    height: 220px;
    background-color: #007346;
}

.header .header-wrapper {
    height: 220px;
    position: relative;
    background: url(../picture/bg1.png) no-repeat top center;
    background-size: cover;
}

.header-wrapper .logo {
    width: auto;
    height: auto;
    position: absolute;
    top: 85px;
    left: 20px;
}

.header-wrapper .logo img {
    width: 500px;
    height: 65px;
}

.header-wrapper .search {
    width: 250px;
    height: 35px;
    position: absolute;
    top: 100px;
    right: 5px;
}

.search .search-box {
    position: relative;
}

.header-wrapper .search input {
    width: 250px;
    height: 35px;
    border: none;
    border-radius: 30px;
    opacity: 80%;
    padding: 2px;
    background-color: #ffffff;
    cursor: text;
}

.header-wrapper .search input::placeholder {
    position: absolute;
    top: 3px;
    left: 10px;
    font-size: 18px;
    font-weight: Regular;
    font-family: SimHei-Regular;
    line-height: 18px;
}

.header-wrapper .search .search-btn {
    position: absolute;
    top: 9px;
    right: 17px;
    width: 18px;
    height: 19px;
    border: none;
    background: url(../picture/button.png) no-repeat;
    cursor: pointer;
}

.header-wrapper .search input:focus,
textarea:focus {
    outline: none;
    /* 移除聚焦时的边框 */
}

.nav {
    width: 100%;
    height: 70px;
}

.nav-wrapper {
    width: 1230px;
    height: 70px;
    position: relative;
    text-align: center;
}

.item-list {
    position: absolute;
    top: 15px;
    width: 1230px;
    height: 40px;
    display: flex;
    justify-content: space-between;
}

.item-list .item {
    width: 155px;
    height: 40px;
    position: relative;
}

.item-list .item a {
    display: block;
    color: black;
    font-size: 25px;
    font-family: SimHei-Regular;
    font-weight: 500;
    line-height: 40px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    transition: all 0.5s ease;
}


.item-list .item a:hover {
    color: #FFFFFF;
}

/* 八边形背景效果 */
.item-list .item>a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 130px;
    /* 减小宽度使形状更接近正方形 */
    height: 50px;
    /* 增加高度使形状更接近正方形 */
    background-color: transparent;
    transform: translate(-50%, -50%) scale(0.8);
    clip-path: polygon(25% 0%, 75% 0%, 100% 25%, 100% 75%, 75% 100%, 25% 100%, 0% 75%, 0% 25%);
    border-radius: 8px;
    /* 增加圆角使其更圆润 */
    transition: all 0.5s ease;
    z-index: -1;
    opacity: 0;
}

/* 鼠标悬停时显示六边形背景 */
.item-list .item>a:hover::before {
    background-color: #007346;
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.item-list .item .menu {
    position: absolute;
    top: 55px;
    left: -2px;
    width: 160px;
    background-color: #000000;
    opacity: 0.59;
    border-radius: 4px;
    z-index: 1000;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.5s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
}

.item-list .item:hover .menu {
    opacity: 0.59;
    visibility: visible;
    transform: translateY(0);
}

.item-list .item .menu a {
    width: 160px;
    height: 45px;
    line-height: 45px;
    color: #FFFFFF;
    font-size: 22px;
    font-family: SimHei-Regular;
    font-weight: 500;
    border: 2px;
    text-align: center;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.item-list .item .menu a:hover {
    background-color: #029b60;
}

.item-list .item .menu a:last-child {
    border-bottom: none;
}

.lbt {
    width: 100%;
    height: 568px;
    position: relative;
    background: url(../picture/bg2.png) no-repeat top center;
    background-size: cover;
}

.lbt .lbt-wrapper {
    width: 1200px;
    height: 568px;
    position: relative;
    overflow: hidden;
}

.lbt #imglist {
    display: flex;
    transition: transform 0.5s ease-in-out;

}

.lbt img {
    width: 1200px;
    height: 568px;
}

.lbt-wrapper .number {
    width: 1200px;
    position: absolute;
    bottom: 20px;
    left: 0px;
    display: flex;
    z-index: 100;
    justify-content: center;
    text-align: center;
}

.lbt-wrapper .number span {
    width: 15px;
    height: 15px;
    border-radius: 10px;
    background-color: #707070;
    margin-left: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.lbt-wrapper .number span.active {
    background-color: #007346;
    transform: scale(1.2);
}

.lbt-wrapper .number span:hover {
    background-color: #007346;
}

.tzgg-gzdt {
    width: 100%;
    height: 554px;
    background: url(../picture/bg3.png) no-repeat top center;
    background-size: contain;
}

.tzgg-gzdt-wrapper {
    width: 1200px;
    height: 554px;
    position: relative;
}

.tzgg {
    width: 470px;
    height: 436px;
    position: absolute;
    top: 60px;
}

.tzgg .tzgg-nav {
    width: 470px;
    height: 50px;
    position: relative;
}

.tzgg .tzgg-more {
    position: absolute;
    top: 15px;
    right: 0px;
}

.tzgg .tzgg-more img {
    cursor: pointer;
}

.tzgg .tzgg-line {
    position: absolute;
    bottom: 0px;
}

.tzgg .tzgg-content {
    width: 470px;
    height: 366px;
    margin-top: 20px;
}

.tzgg .tzgg-content .content-list {
    width: 470px;
    height: 366px;
    display: flex;
    flex-direction: column;
    gap: 2px
}

.tzgg .tzgg-content .content-list .content {
    width: 470px;
    height: 90px;
    background-color: #EFEFEF;
    position: relative;
}

.tzgg .tzgg-content .content-list .content .data {
    width: 90px;
    height: 90px;
    line-height: 42px;
    background: url(../picture/zfx.png);
    word-wrap: break-word;
    font-size: 20px;
    font-family: SimHei-Regular;
    color: #FFFFFF;
    padding: 4px;
    text-align: center;
}

.tzgg .tzgg-content .content-list .content .text {
    width: 325px;
    height: 59px;
    line-height: 30px;
    position: absolute;
    left: 110px;
    top: 16px;
    font-size: 20px;
    font-family: SimHei-Regular;
    color: #707070;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    cursor: pointer;
}

.tzgg .tzgg-content .content-list .content:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.tzgg .tzgg-content .content-list .content:hover .data {
    background: #DEC28E;
    /* 日期背景变黄色 */
    color: #FFFFFF;
    /* 日期文字变白色 */
}

.tzgg .tzgg-content .content-list .content:hover .text {
    color: #007346;
    /* 内容文字变白色 */
}

.gzdt {
    width: 715px;
    height: 436px;
    position: absolute;
    top: 60px;
    left: 485px;
}

.gzdt .gzdt-nav {
    width: 715px;
    height: 50px;
    position: relative;
}

.gzdt .gzdt-more {
    position: absolute;
    top: 15px;
    right: 0px;
}

.gzdt .gzdt-more img {
    cursor: pointer;
}

.gzdt .gzdt-line {
    position: absolute;
    bottom: 0px;
}

.gzdt .gzdt-content {
    width: 715px;
    height: 366px;
    margin-top: 20px;
}

.gzdt .gzdt-content .content-list {
    width: 715px;
    height: 366px;
    display: flex;
    gap: 3px;
}

.gzdt .gzdt-content .content-list .content {
    width: 235px;
    height: 366px;
    background-color: #EFEFEF;
    position: relative;
}

.gzdt .gzdt-content .content-list .content .picture {
    width: 235px;
    height: 150px;
}

.gzdt .gzdt-content .content-list .content .data {
    width: 60px;
    height: 60px;
    z-index: 10;
    background-color: #007346;
    position: absolute;
    top: 120px;
    border-radius: 0 15px 15px 0;
    word-wrap: break-word;
    font-size: 18px;
    font-family: SimHei-Regular;
    line-height: 27px;
    color: #FFFFFF;
    padding: 4px;
}


.gzdt .gzdt-content .content-list .content .text {
    width: 200px;
    height: 100px;
    line-height: 35px;
    position: absolute;
    left: 18px;
    top: 197px;
    font-size: 20px;
    font-family: SimHei-Regular;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    cursor: pointer;
}

.gzdt .gzdt-content .content-list .content:hover {
    background-color: #007346;
    transform: translateY(-3px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.gzdt .gzdt-content .content-list .content:hover .data {
    background: #DEC28E;
    color: #FFFFFF;
}

.gzdt .gzdt-content .content-list .content:hover .text {
    color: #FFFFFF;
}

.gzdt .gzdt-content .content-list .content:hover .more {
    color: #DEC28E;
}

.gzdt .gzdt-content .content-list .content .more {
    width: auto;
    height: 10px;
    position: absolute;
    top: 340px;
    left: 175px;
    line-height: 10px;
    color: #707070;
    font-size: 10px;
    font-family: SimHei-Regular;
    cursor: pointer;
}

.all-list {
    width: 100%;
    height: 679px;
    background: url(../picture/bg4.png) no-repeat top center;
    background-size: contain;
}

.all-list-wrapper {
    width: 1200px;
    height: 679px;
    position: relative;
}

.all-list-wrapper .test-list {
    width: 1200px;
    height: 530px;
    position: absolute;
    top: 46px;
    display: flex;
    justify-content: space-between;
}

.jyyw {
    width: 400px;
    height: 530px;
}

.jyyw-nav {
    width: 400px;
    height: 50px;
    position: relative;
    margin-top: 5px
}

.jyyw-more {
    position: absolute;
    top: 15px;
    right: 0px;
}

.jyyw-more img,
.tszs img,
.xglj img {
    cursor: pointer;
}

.jyyw-line {
    position: absolute;
    bottom: 0px;
}

.jyyw-content {
    width: 400px;
    height: 460px;
    position: relative;
    margin-top: 20px;
}

.jyyw-content .content-list {
    width: 400px;
    height: 460px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #EFEFEF;
    gap: 10px
}

.jyyw-content .content-list .content {
    width: 388px;
    height: 73px;
    position: relative;
    border-top: 1px dashed #55515162;
    border-bottom: 1px dashed #55515162;
}

.jyyw-content .content-list .content:hover,
.tszs-content .content-list .content:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.jyyw-content .content-list .content .text {
    width: 388px;
    height: 52px;
    position: absolute;
    top: 10px;
}

.jyyw-content .content-list .content .text .data {
    width: auto;
    height: 20px;
    position: absolute;
    left: 24px;
    color: #007346;
    font-size: 19px;
    font-family: SimHei-Regular;
    line-height: 20px;
}

.jyyw-content .content-list .content .text .word {
    width: 363px;
    height: 25px;
    position: absolute;
    top: 27px;
    left: 25px;
    color: #000000;
    font-size: 20px;
    font-family: SimHei-Regular;
    line-height: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}

.jyyw-content .content-list .content .word:hover {
    color: #007346;
}

.jyyw-content .content-list .content .text .icon {
    position: absolute;
    top: 32px;
}

.tszs {
    width: 400px;
    height: 530px;
}

.tszs-nav {
    width: 400px;
    height: 50px;
    position: relative;
    margin-top: 5px
}

.tszs-more {
    position: absolute;
    top: 15px;
    right: 0px;
}

.tszs-line {
    position: absolute;
    bottom: 0px;
}

.tszs-content {
    width: 400px;
    height: 460px;
    position: relative;
    margin-top: 20px;
}

.tszs-content .content-list {
    width: 400px;
    height: 460px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #EFEFEF;
    gap: 10px
}

.tszs-content .content-list .content {
    width: 388px;
    height: 73px;
    position: relative;
    border-top: 1px dashed #55515162;
    border-bottom: 1px dashed #55515162;
}

.tszs-content .content-list .content .text {
    width: 388px;
    height: 52px;
    position: absolute;
    top: 10px;
}

.tszs-content .content-list .content .text .data {
    width: auto;
    height: 20px;
    position: absolute;
    left: 24px;
    color: #007346;
    font-size: 19px;
    font-family: SimHei-Regular;
    line-height: 20px;
}

.tszs-content .content-list .content .text .word {
    width: 363px;
    height: 25px;
    position: absolute;
    top: 27px;
    left: 25px;
    color: #000000;
    font-size: 20px;
    font-family: SimHei-Regular;
    line-height: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}

.tszs-content .content-list .content .text .word:hover {
    color: #007346;
}

.tszs-content .content-list .content .text .icon {
    position: absolute;
    top: 32px;
}

.xglj {
    width: 370px;
    height: 530px;
    position: relative;
}

.xglj-nav {
    width: 370px;
    height: 50px;
    position: relative;
    margin-top: 5px;
}

.xglj-more {
    position: absolute;
    top: 15px;
    right: 0px;
}

.xglj-line {
    position: absolute;
    bottom: 0;
}

.xglj-content {
    width: 370px;
    height: auto;
    position: relative;
    margin-top: 20px;
}

.xglj-content .content-list {
    width: 370px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.xglj-content .content-list .content1 {
    width: 370px;
    height: 70px;
    background-color: #007346;
    margin-bottom: 5px;
    line-height: 47px;
}

.xglj-content .content-list .content:hover,
.xglj-content .content-list .content1:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.xglj-content .content-list .text {
    width: 370px;
    height: 50px;
    position: relative;
}

.xglj-content .content-list .text .word {
    width: auto;
    height: 25px;
    position: absolute;
    top: 13px;
    left: 20px;
    font-size: 20px;
    font-family: SimHei-Regular;
    color: #FFFFFF;
}

.xglj-content .content-list .text .icon {
    position: absolute;
    top: 20px;
    right: 14px;
}

.qtlj {
    width: 370px;
    height: 530px;
    position: relative;
}

.qtlj-nav {
    width: 370px;
    height: 50px;
    position: relative;
    margin-top: 5px;
    margin-left: 4px
}


.qtlj-line {
    position: absolute;
    bottom: 0;
}

.qtlj .content-list {
    width: 370px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 3px;
    margin-top: 25px;
}

.qtlj .content-list .content1 {
    width: 370px;
    height: 70px;
    background-color: #DEC28E;
    margin-bottom: 5px;
    line-height: 47px;
    position: relative;
    cursor: pointer;
    z-index: 1;
}

.qtlj .content-list .content:hover,
.qtlj .content-list .content1:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.qtlj .content-list .text {
    width: 370px;
    height: 50px;
    position: relative;
}

.qtlj .content-list .text .word {
    width: auto;
    height: 25px;
    position: absolute;
    top: 13px;
    left: 20px;
    font-size: 20px;
    font-family: SimHei-Regular;
    color: #000000;
}

.qtlj .content-list .text .icon {
    position: absolute;
    top: 20px;
    right: 14px;
    transition: transform 0.3s ease;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #DEC28E;
    padding: 10px 0;
    display: none;
    z-index: 10;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.dropdown-menu a {
    height: 63px;
    display: block;
    padding: 8px 20px;
    font-size: 16px;
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.dropdown-menu a:hover {
    background-color: #d4b370;
}

.content1.active .dropdown-menu {
    height: 189px;
    display: block;
    overflow-y: scroll;
}

.content1.active .text .icon {
    transform: rotate(90deg);
}

.content1.active {
    z-index: 100;
}

.content-list:has(.content1.active) .content1:not(.active) {
    z-index: 0;
    opacity: 0.5;
    /* 可选：轻微淡化未激活项，增强视觉焦点 */
}

.footer {
    width: 100%;
    height: 350px;
    background-color: #007346;
}

.footer .footer-wrapper {
    width: 1265px;
    background: url(../picture/bg5.png) no-repeat top center;
    background-size: cover;
    height: 100%;
    align-items: center;
}

.footer .footer-wrapper .idea {
    width: 1200px;
    height: auto;
    display: flex;
    flex-direction: column;
}

.footer .footer-wrapper .idea .text {
    width: auto;
    height: auto;
    font-family: SimHei-Regular;
    line-height: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

.footer .footer-wrapper .idea .text p {
    width: 850px;
    font-size: 17px;
    color: #FFFFFF;
}

.footer .footer-wrapper .idea .text h3 {
    font-size: 25px;
    color: #FFFFFF;
    text-align: center;
}

.kuang {
    width: 1200px;
    height: 350px;
}

.footer .footer-wrapper .idea2 {
    width: auto;
    height: 184px;
    position: relative;
    margin-top: 40px;
}

.footer .footer-wrapper .idea2 .ewm {
    position: absolute;
    left: 380px;
    text-align: center;
}

.footer .footer-wrapper .idea2 .ewm img {
    width: 150px;
    height: 150px;
}

.footer .footer-wrapper .idea2 .word {
    width: auto;
    height: auto;
    font-size: 15px;
    font-family: SimHei-Regular;
    line-height: 31px;
    color: #FFFFFF;
    position: absolute;
    top: 155px;
    left: 388px;
}

.footer .footer-wrapper .copyright {
    position: absolute;
    top: 18px;
    left: 620px;
    width: 560px;
    height: auto;
    display: flex;
    flex-direction: column;

}

.footer .footer-wrapper .copyright p {
    width: auto;
    height: auto;
    font-size: 16px;
    font-family: SimHei-Regular;
    line-height: 31px;
    color: #FFFFFF;
}