:root {
    --max: 1400px;
    --size14: 14px;
    --size16: 16px;
    --size18: 18px;
    --size20: 20px;
    --size24: 24px;
    --size30: 30px;
    --size36: 36px;
    --size40: 40px;
    --size46: 46px;
    --size50: 50px;
    --size56: 56px;
    --size60: 60px;

    --top20: 20px;
    --top30: 30px;
    --top40: 40px;
    --top50: 50px;
    --top60: 60px;
    --top80: 80px;
    --top100: 100px;
    --top120: 120px;
}
@font-face {
  font-family: 'MyCustomFont' ;
  src: url('public/assets/font/SOURCEHANSANSCN-REGULAR.OTF') format('OTF'), /* 优先加载体积更小的 woff2 */

}
*{
    font-family: "MyCustomFont" !important;
    font-size: 16px;
}
.MsoNormal img{
    height: auto !important;
    display: initial;
}
.Nritong_text img{
    height: auto !important;
    display: initial;
}
.Bowuguan_text img{
    height: auto !important;
    display: initial;
}
.Nritong_text p,.Bowuguan_text p,.guanyu_text p{
    /*text-indent: 2em;*/
    color: rgba(51, 51, 51, 1);
}

.Hertre {
    width: 100%;
    z-index: 999;
    height: 100px;
    position: relative;
    background: #fff;
    z-index: 9999;
}

.Hertre_cen {
    width: var(--max);
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.Logo {
    width: 700px;
    overflow: hidden;
    margin: auto;

}

.Logo img {
    width: 100%;
    height: auto;
}

.Hertre_nav {
    width: 100%;
    height: 84px;
    background: #f5f5f5;
    position: relative;
    z-index: 999;
    box-shadow: 0px 0px 10px 5px #00000020;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Hertre_nav_cen {
    width: var(--max);
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 7vw;
}

.Nav {
    flex: 1;
}

.Nav ul {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: var(--top50);
}

.Nav ul li {
    font-size: var(--size16);
    color: #000000;
    line-height: 2;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
}

.Nav ul li svg {
    width: 12px;
    transform: rotate(90deg);
}

.Nav ul li::after {
    content: "";
    width: 0%;
    height: 2px;
    background: #000000;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s;
    border-radius: 2px;
}

.Nav ul li.active::after,
.Nav ul li:hover::after {
    width: 100%;
}

.Nav_item {
    width: max-content;
    display: none;
    background: #ffffff;
    position: absolute;
    overflow: hidden;
    top: 100%;
    transition: auto;
    padding: 20px 30px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0px 0px 10px 5px #00000010;
    border-radius: 5px;
}

.Nav_item a {
    color: #000000;
    display: block;
    line-height: 2.5;
    font-size: var(--size14);
}

.Hertre_nav_right {
    width: max-content;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--top30);
}

.Souuo {
    width: 44px;
    height: 44px;
    position: relative;
}

.Souuo_souuo {
    width: 44px;
    height: 44px;
    cursor: pointer;
    position: relative;
    border-radius: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.Souuo_souuo button {
    width: 24px;
    height: auto;
    display: block;
    background: transparent;
    border: transparent;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 5;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.Souuo_souuo button svg {
    width: 100%;
    display: block;
    height: auto;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.Souuo_souuo.Souuo_active {
    width: 300px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(39, 86, 168, 0.15);
}


.Souuo_souuo.Souuo_active button {
    opacity: 0.7;
    transform: translateY(-50%) scale(0.8);
    pointer-events: auto;
}

.Souuo_souuo.Souuo_active button svg path {
    stroke: #000000;
}

.Souuo_active button:hover {
    opacity: 1;
    transform: translateY(-50%) scale(1);
}

.Souuo_souuo input {
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    border: none;
    outline: none;
    background: transparent;
    font-size: var(--size14);
    color: rgb(122, 122, 122);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
}

.Souuo_souuo.Souuo_active input {
    padding: 0 50px 0 20px;
    width: 100%;
}

.lang {
    width: max-content;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    position: relative;
    font-size: var(--size14);
    color: #000;
    line-height: 1;
    border-radius: 5px;
    border: 1px solid #000000;
    padding: 10px 15px;
}


.lang svg {
    width: 14px;
    height: auto;
    display: block;
}

.lang_tan {
    width: max-content;
    min-width: 100%;
    position: absolute;
    top: 100%;
    right: 0;
    display: none;
    transition: auto;
}

.lang_tan_list {
    width: 100%;
    padding: 20px 15px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
    box-shadow: 0px 0px 10px 5px #00000010;
    background: #ffffff;
    border-radius: 5px;
    margin-top: 10px;
}

.lang_tan_list a {
    font-size: var(--size14);
    color: #000000;
    line-height: 1;
}


.An {
    width: 30px;
    display: none;
}

.menu_button {
    cursor: pointer;
    width: 30px;
    height: 30px;
}

.menu_button:focus {
    outline: none;
}

.menu_button .line {
    fill: none;
    stroke: #000000;
    stroke-width: 8;
    stroke-linecap: round;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
        stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.menu_button .line1 {
    stroke-dasharray: 60 207;
}

.menu_button .line2 {
    stroke-dasharray: 60 60;
}

.menu_button .line3 {
    stroke-dasharray: 60 207;
}

.menu_button.opened .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
}

.menu_button.opened .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
}

.menu_button.opened .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
}

.Max {
    width: var(--max);
    margin: var(--top60) auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: var(--top30);
}

.Cebianlan {
    width: 240px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}


.Cebianlan_ltem {
    width: 100%;
    background: rgba(248, 248, 248, 1);
    cursor: pointer;
}

.Cebianlan_ltem_top {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 25px;
        flex: 1;
    font-size: var(--size18);
    color: rgba(119, 119, 119, 1);
    line-height: 1;
}
.Cebianlan_ltem_top.active{
    color: rgba(51, 51, 51, 1);
}

.Cebianlan_ltem_top h2 {
    flex: 1;
    font-size: var(--size18);
    color: rgba(119, 119, 119, 1);
    line-height: 1;
}

.Cebianlan_ltem_top svg {
    width: 8px;
    height: auto;
}

.Cebianlan_ltem_none {
    width: 100%;
    display: none;
    margin-top: 5px;
    padding: 25px;
    padding-top: 0;
    transition: auto;
}

.Cebianlan_ltem.active .Cebianlan_ltem_none {
    display: block;
}

.Cebianlan_ltem_none ul {
    width: 100%;
    display: grid;
    grid-template-columns: 1ffr;
    gap: var(--top20);
}

.Cebianlan_ltem_none ul li {
    width: 100%;
    font-size: var(--size16);
    color: rgba(119, 119, 119, 1);
    line-height: 1;
}

.Cebianlan_ltem_none ul li a{
    display: block;
}

.Cebianlan_ltem_none ul li.active {
    color: rgba(51, 51, 51, 1);
}

.Cebianlan_ltem.active .Cebianlan_ltem_top h2 {
    color: rgba(51, 51, 51, 1);
}

.Cebianlan_ltem.active .Cebianlan_ltem_top svg {
    transform: rotate(90deg);
}

.Cebianlan_ltem.active .Cebianlan_ltem_top svg path {
    fill: rgba(51, 51, 51, 1);
}

.Cebianlan_right {
    flex: 1;
}

.Dongtai {
    width: 100%;
}

.Dongtai ul {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--top20);
}

.Dongtai ul li {
    width: 100%;
    border: 1px solid rgba(230, 230, 230, 1);
    border-radius: 10px;
    padding: 15px;
}

.Dongtai ul li a {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: var(--top30);
}

.Dongtai_img {
    width: 30%;
}

.Dongtai_img img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    aspect-ratio: 330 / 227;
    object-fit: cover;
}

.Dongtai_text {
    flex: 1;
}

.Dongtai_text h2 {
    font-size: var(--size20);
    color: rgba(14, 71, 39, 1);
    line-height: 1.3;
}

.Dongtai_text p {
    font-size: var(--size16);
    color: rgba(119, 119, 119, 1);
    line-height: 1.6;
    margin-top: var(--top20);
}

.Dongtai_text span{
    display: block;
    font-size: var(--size16);
    color: rgba(119, 119, 119, 1);
    line-height: 1;
    margin-top: var(--top20);
    text-align: right;
}

.Dongtai_text img {
    width: 150px;
    margin-top: 10px;
    height: auto;
}

.Dongtai ul li:hover {
    border: 1px solid rgba(14, 71, 39, 1);
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.25);
    transform: translateY(-3px);
}


.pagination {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-top: var(--top60);
    gap: 5px;
}

.pagination .page-item {
    font-size: 12px;
    padding: 8px 10px;
    color: rgb(165, 165, 165);
    border: 1px solid rgb(165, 165, 165);
    line-height: 1;
}

.pagination .page-item.active {
    background: rgba(0, 171, 22, 1);
    border: 1px solid rgba(0, 171, 22, 1);
    color: #fff;
}

.Show {
    width: 900px;
    max-width: calc(100% - 30px);
    margin: var(--top60) auto;
}
.Show .share{
    display: flex;
    align-items: center;
}
.Show .share img{
    width: 16px;
    height: 16px;
    margin-right: 6px;
}

.Show>h2 {
    font-size: var(--size24);
    color: rgba(14, 71, 39, 1);
    text-align: center;
}

.Share_options_max>p {
    font-size: var(--size14);
    color: #888888;
    margin-right: auto;
}

.Show_text {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top30);
    font-size: var(--size16);
    color: rgba(55, 65, 81, 1);
    line-height: 2;
    text-indent: 2em;
}

.Show_text * {
    max-width: 100%;
}
.Show_text td img,.Nritong_text td img ,.Bowuguan_text td img{
    height: auto;
    padding: 5px;
}
.Show_text td , .Show_text tr, .Show_text tbody, .Show_text table{
    border: unset;
}
.Nritong_text td , .Nritong_text tr, .Nritong_text tbody, .Nritong_text table{
    border: unset;
}
.Bowuguan_text td , .Bowuguan_text tr, .Bowuguan_text tbody, .Bowuguan_text table{
    border: unset;
}
.Prev {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top30);
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.Prev a {
    width: 100%;
    display: block;
    font-size: var(--size14);
    color: #000000;
}


.Mianbao {
    width: var(--max);
    margin: var(--top30) auto;
    font-size: var(--size14);
    color: #1F462A;
}

.Gonggao {
    width: 100%;
}

.Gonggao ul {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--top30);
}

.Gonggao ul li {
    width: 100%;
    background: rgba(255, 255, 255, 1);
    padding: var(--top30);
}

.Gonggao_title {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(202, 202, 202, 1);
    padding-bottom: var(--top20);
    gap: var(--top20);
}

.Gonggao_tame {
    width: max-content;
    border: 1px solid rgba(226, 227, 232, 1);
    padding: 10px 15px;
}

.Gonggao_tame p {
    text-align: center;
    font-size: var(--size36);
    color: rgba(0, 171, 22, 1);
    line-height: 1;
}

.Gonggao_tame span {
    display: block;
    text-align: center;
    font-size: var(--size14);
    color: rgba(153, 153, 153, 1);
    margin-top: 5px;
}

.Gonggao_title h2 {
    flex: 1;
    font-size: var(--size20);
    color: #1F462A;
    line-height: 1.2;
}

.Gonggao ul li a>p {
    font-size: var(--size16);
    color: rgba(119, 119, 119, 1);
    line-height: 1.6;
    margin-top: var(--top20);
}

.Gonggao ul li:hover {
    box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.25);
    transform: translateY(-3px);
}

.Footer {
    width: 100%;
    overflow: hidden;
    background: #0e4727;
}

.Footer_max {
    width: var(--max);
    overflow: hidden;
    margin: var(--top60) auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: var(--top40);
}

.Footer_ul {
    flex: 1;
}

.Footer_top {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 10px;
}

.Footer_top h2 {
    font-size: var(--size18);
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
}

.Footer_top svg {
    width: 14px;
    height: auto;
    display: none;
}

.Footer_ul ul {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top20);
}

.Footer_ul ul li {
    font-size: var(--size14);
    color: rgba(238, 238, 238, 1);
    line-height: 2;
}

.Erweima {
    width: max-content;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
}

.Erweima_ltem {
    width: 120px;
}

.Erweima_ltem img {
    width: 100%;
    height: auto;
}

.Erweima_ltem h3 {
    text-align: center;
    font-size: var(--size14);
    color: rgba(255, 255, 255, 1);
    margin-top: 10px;
}

.Beian {
    width: var(--max);
    margin: auto;
    border-top: 1px solid #202938;
    padding: var(--top20) 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.Beian_max {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.Beian_max p {
    font-size: var(--size14);
    color: rgb(255, 255, 255);
}

.Falv {
    width: 100%;
}

.Hui {
    width: 100%;
    overflow: hidden;
    background: rgba(245, 245, 245, 1);
}

.Hui .Cebianlan_ltem {
    background: rgba(255, 255, 255, 1);
}

.Falv ul {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--top30);
}

.Falv ul li {
    width: 100%;
    background: rgba(255, 255, 255, 1);
    padding: var(--top20) var(--top30);
}

.Falv ul li h2 {
    font-size: var(--size20);
    color: rgba(14, 71, 39, 1);
    border-bottom: 1px solid rgba(202, 202, 202, 1);
    padding-bottom: 15px;
}

.Falv ul li p {
    font-size: var(--size16);
    color: rgba(119, 119, 119, 1);
    margin-top: 15px;
}

.Falv ul li:hover {
    box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.25);
    transform: translateY(-3px);
}

.Chubanwu {
    width: 100%;
}

.Chubanwu ul {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--top30) var(--top60);
}

.Chubanwu ul li {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.15);
}

.Chubanwu ul li img {
    width: 100%;
    aspect-ratio: 440 / 250;
    object-fit: cover;
}

.Chubanwu ul li h2 {
    font-size: var(--size18);
    color: rgba(14, 71, 39, 1);
    text-align: center;
    padding: 15px;
}

.Chubanwu ul li:hover {
    box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.25);
    transform: translateY(-3px);
}

.Yichandian {
    width: 100%;
}

.Yichandian ul {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: var(--top20);
}

.Yichandian ul li {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.15);
}

.Yichandian ul li img {
    width: 100%;
    aspect-ratio: 440 / 250;
    object-fit: cover;
}

.Yichandian ul li h2 {
    font-size: var(--size18);
    color: rgba(14, 71, 39, 1);
    text-align: center;
    padding: 15px;
}

.Yichandian ul li:hover {
    box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.25);
    transform: translateY(-3px);
}


.Dizhi {
    width: 100%;
}

.Dizhi ul {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: var(--top20);
}

.Dizhi ul li {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.15);
}

.Dizhi ul li img {
    width: 100%;
    aspect-ratio: 370 / 220;
    object-fit: cover;
}

.Dizhi_text {
    width: 100%;
    padding: var(--top20);
}

.Dizhi_text h2 {
    font-size: var(--size18);
    color: rgba(14, 71, 39, 1);
}

.Dizhi_list {
    width: 100%;
    margin-top: var(--top20);
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.Dizhi_item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.Dizhi_item svg {
    width: 16px;
    aspect-ratio: 4 / 4;
    object-fit: contain;
}

.Dizhi_item p {
    flex: 1;
    font-size: var(--size14);
    color: rgba(0, 0, 0, 1);
}

.Dizhi ul li:hover {
    box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.25);
    transform: translateY(-3px);
}

.Yingdui {
    width: 100%;
}

.Yingdui>h2 {
    text-align: center;
    font-size: var(--size30);
    color: rgba(14, 71, 39, 1);
}

.Yingdui ul {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--top30) var(--top60);
    margin-top: var(--top40);
}

.Yingdui ul li {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.15);
}

.Yingdui ul li img {
    width: 100%;
    aspect-ratio: 440 / 250;
    object-fit: cover;
}

.Yingdui ul li h2 {
    font-size: var(--size18);
    color: rgba(14, 71, 39, 1);
    text-align: center;
    padding: 15px;
}

.Yingdui ul li:hover {
    box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.25);
    transform: translateY(-3px);
}

.Bowuguan {
    width: 100%;
}

.Bowuguan>h2 {
    font-size: var(--size30);
    color: rgba(14, 71, 39, 1);
}

.Bowuguan_text {
    width: 100%;
    font-size: var(--size16);
    color: rgba(51, 51, 51, 1);
    line-height: 1.8;
    margin-top: 10px;
}

.Bowuguan_text * {
    max-width: 100%;
}

.Bowuguan ul {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: var(--top20);
    margin-top: var(--top40);
}

.Bowuguan ul li {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.15);
}

.Bowuguan ul li img {
    width: 100%;
    aspect-ratio: 440 / 250;
    object-fit: cover;
}

.Bowuguan ul li h2 {
    font-size: var(--size18);
    color: rgba(14, 71, 39, 1);
    text-align: center;
    padding: 15px;
}

.Bowuguan ul li:hover {
    box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.25);
    transform: translateY(-3px);
}

.Nritong {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--top20);
}

.Nritong_list {
    width: 100%;
}

.Nritong_list>h2 {
    font-size: var(--size30);
    color: rgba(14, 71, 39, 1);
}

.Nritong_text {
    width: 100%;
    font-size: var(--size16);
    color: rgba(51, 51, 51, 1);
    line-height: 1.8;
    margin-top: 10px;
}

.Nritong_text * {
    max-width: 100%;
}

.guanyu {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: var(--top30);
}

.guanyu_text {
    width: 50%;
}

.guanyu_text h2 {
    font-size: var(--size30);
    color: rgba(14, 71, 39, 1);
}

.guanyu_text p {
    width: 100%;
    font-size: var(--size16);
    color: rgba(51, 51, 51, 1);
    line-height: 1.8;
    margin-top: 10px;
}

.guanyu_img {
    flex: 1;
}

.guanyu_img img {
    width: 100%;
    height: auto;
}

.Tezheng {
    width: 100%;
}

.Tezheng h2 {
    font-size: var(--size30);
    color: rgba(14, 71, 39, 1);
}

.Tezheng p {
    width: 100%;
    font-size: var(--size16);
    color: rgba(51, 51, 51, 1);
    line-height: 1.8;
    margin-top: 10px;
}


.Tezheng img {
    width: 100%;
    height: auto;
    margin-top: var(--top50);
}

.Weizhi {
    width: var(--max);
    margin: var(--top80) auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row-reverse;
    gap: var(--top30);
}

.Weizhi_text {
    flex: 1;
}

.Weizhi_text h2 {
    font-size: var(--size30);
    color: rgba(14, 71, 39, 1);
}

.Weizhi_text p {
    width: 100%;
    font-size: var(--size16);
    color: rgba(51, 51, 51, 1);
    line-height: 1.8;
    margin-top: 10px;
}

.Weizhi_swiper {
    width: 55%;
}

.Weizhi_swiper ul li img {
    width: 500px;
    max-width: 70%;
    aspect-ratio: 4 / 4;
    object-fit: contain;
    margin: auto;
}

.prev,
.next {
    width: 20px;
    height: auto;
    background: transparent;
}

.prev svg,
.next svg {
    width: 100%;
    height: auto;
}

.Swiper_banner {
    width: 100%;
    margin-top: -84px;
}

.Swiper_banner img {
    width: 100%;
    aspect-ratio: 1920 / 700;
    object-fit: cover;
}

.Banner_text {
    width: var(--max);
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.Banner_text h2 {
    text-align: center;
    font-size: var(--size56);
    color: rgba(255, 255, 255, 1);
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
    line-height: 1.2;
}

.Banner_text p {
    text-align: center;
    margin-top: var(--top20);
    font-size: var(--size16);
    color: rgba(238, 238, 238, 1);
}

.Jiazhi {
    width: var(--max);
    margin: var(--top80) auto;
}

.Jiazhi>h2 {
    width: max-content;
    margin: auto;
    font-size: var(--size24);
    color: rgba(13, 71, 39, 1);
    line-height: 1;
    padding: 15px 20px;
    background: rgba(0, 147, 65, 0.08);
}

.Jiazhi_max {
    width: 100%;
    margin-top: var(--top60);
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    gap: var(--top60);
}

.Jiazhi_max img {
    flex: 1;
    contain: size;
    object-fit: cover;
    border-radius: 10px;
}

.Jiazhi_max ul {
    width: 480px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--top20);
}

.Jiazhi_max ul li {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 1px 2px -1px rgba(0, 0, 0, 0.1);
    border-radius: 8px 8px 8px 8px;
    padding: var(--top30) var(--top20);
}

.Jiazhi_max ul li:hover {
    transform: translateY(-3px);
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.25);
}

.Jiazhi_max ul li h3 {
    text-align: center;
    font-size: var(--size20);
    color: rgba(13, 71, 39, 1);
}

.Jiazhi_max ul li p {
    text-align: center;
    font-size: var(--size16);
    color: rgba(75, 85, 99, 1);
    margin-top: 10px;
}

.Jiazhi>a {
    display: block;
    width: 190px;
    margin: auto;
    margin-top: var(--top60);
}

.Jiazhi>a:hover,.Dongtai_index>a:hover {
    transform: translateY(-5px);
}

.Jiazhi a img {
    width: 100%;
    height: auto;
}

.Kepu {
    width: var(--max);
    margin: var(--top80) auto;
}

.Kepu>h2 {
    width: max-content;
    margin: auto;
    font-size: var(--size24);
    color: rgba(13, 71, 39, 1);
    line-height: 1;
    padding: 15px 20px;
    background: rgba(0, 147, 65, 0.08);
}

.Kepu_max {
    width: 100%;
    margin-top: var(--top60);
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    gap: var(--top60);
}

.Kepu_img {
    flex: 1;
    contain: size;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 15px;
}

.Img_s{
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
}

.Kepu_img .Img_s:nth-child(1) {
    grid-area: 1 / 1 / 3 / 2;
}

.Kepu_img .Img_s:nth-child(2) {
    grid-area: 1 / 2 / 2 / 3;
}

.Kepu_img .Img_s:nth-child(3) {
    grid-area: 2 / 2 / 3 / 3;
}

.Kepu_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Lvyou_img {
    flex: 1;
    contain: size;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.Img_c{
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
}

.Lvyou_img .Img_c:nth-child(1) {
    grid-area: 1 / 1 / 2 / 2;
}

.Lvyou_img .Img_c:nth-child(1) {
    grid-area: 1 / 2 / 2 / 3;
}

.Lvyou_img .Img_c:nth-child(1) {
    grid-area: 2 / 1 / 3 / 2;
}

.Lvyou_img .Img_c:nth-child(1) {
    grid-area: 2 / 2 / 3 / 3;
}

.Lvyou_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Kepu_max ul {
    width: 45%;
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--top20);
}

.Kepu_max ul li {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 1px 2px -1px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: var(--top20);
}

.Kepu_max ul li:hover {
    transform: translateY(-3px);
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.25);
}

.Kepu_max ul li h3 {
    font-size: var(--size20);
    color: rgba(13, 71, 39, 1);
}

.Kepu_max ul li p {
    font-size: var(--size16);
    color: rgba(75, 85, 99, 1);
    margin-top: 10px;
}

.Kepu_max ul>a {
    display: block;
    width: 190px;
}

.Kepu_max ul>a:hover {
    transform: translateY(-3px);
}

.Kepu_max ul a img {
    width: 100%;
    height: auto;
}

.Lvyou {
    flex-direction: row-reverse;
}

.Dongtai_index {
    width: var(--max);
    margin: var(--top80) auto;
}

.Dongtai_index>h2 {
    width: max-content;
    margin: auto;
    font-size: var(--size24);
    color: rgba(13, 71, 39, 1);
    line-height: 1;
    padding: 15px 20px;
    background: rgba(0, 147, 65, 0.08);
}

.Dongtai_index ul {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--top20);
    margin-top: var(--top60);
}

.Dongtai_index ul li {
    width: 100%;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 3px 0px rgba(0, 0, 0, 0.1), 0px 1px 2px -1px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: var(--top30);
}

.Dongtai_index ul li a {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: var(--top50);
}

.Dongtai_index ul li:nth-child(2n+1) a {
    flex-direction: row-reverse;
}

.Dongtai_index_img {
    width: 360px;
}

.Dongtai_index_img img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    aspect-ratio: 360 / 250;
    object-fit: cover;
}

.Dongtai_index_text {
    flex: 1;
}

.Dongtai_index_item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    font-size: var(--size16);
    color: rgba(107, 114, 128, 1);
    line-height: 1;
}

.Dongtai_index_item svg {
    width: 16px;
    height: auto;
}

.Dongtai_index_item p {
    width: max-content;
    font-size: var(--size14);
    color: rgb(255, 255, 255);
    line-height: 1;
    padding: 8px 10px;
    background: #0d4727;
    border-radius: 10px;
}

.Dongtai_index_text h2 {
    font-size: var(--size20);
    color: rgba(14, 71, 39, 1);
    line-height: 1.3;
    margin-top: 15px
}

.Dongtai_index_text>p {
    font-size: var(--size16);
    color: rgba(119, 119, 119, 1);
    line-height: 1.6;
    margin-top: 15px
}

.Dongtai_index_text span {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
    font-size: var(--size16);
    font-weight: 700;
    line-height: 1;
    color: rgba(13, 71, 39, 1);
}

.Dongtai_index_text span svg {
    width: 15px;
    height: auto;
    display: block;
}

.Dongtai_index ul li:hover {
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.25);
    transform: translateY(-3px);
}

.Dongtai_index>a {
    display: block;
    width: 190px;
    margin: auto;
    margin-top: var(--top60);
}

.Dongtai_index>a img {
    width: 100%;
    height: auto;
}

.Yinsi {
    width: max-content;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
}

.Yinsi a {
    font-size: var(--size14);
    color: rgba(238, 238, 238, 1);
}

.Yinsi_tc {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
}

.Yinsi_tc.Yinsi_tc_show {
    display: flex;
}

.Yinsi_tc_mask {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
}

.Yinsi_tc_box {
    position: relative;
    z-index: 1;
    width: 1200px;
    max-width: 95%;
    max-height: 70vh;
    overflow: auto;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
}

.Yinsi_tc_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: var(--top20);
    border-bottom: 1px solid #eee;
}

.Yinsi_tc_top h3 {
    font-size: var(--size18);
    font-weight: 600;
    color: #222;
}

.Yinsi_tc_close {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    padding: 0;
    border: none;
    background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2'%3E%3Cpath d='M18 6L6 18M6 6l12 12'/%3E%3C/svg%3E") center/18px no-repeat;
    cursor: pointer;
}

.Yinsi_tc_body {
    padding: var(--top20);
    font-size: var(--size14);
    line-height: 2;
    color: #444;
    white-space: pre-wrap;
    word-break: break-word;
}

.TUbiao {
    width: var(--max);
    margin: var(--top80) auto;
}

.TUbiao img {
    width: 100%;
    height: auto;
}

.Share_options_max {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: var(--top20);
    margin-top: var(--top20);
}

.Share_options_max span{
    font-size: var(--size16);
    color: #000000;
}
.Share_options_max .Share_item{
    display: none;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.Share_options_max.show .Share_item {
    display: block;
    opacity: 1;
    transform: translateY(0);
}
.Share_item {
    width: max-content;
    cursor: pointer;
}

.Share_item:hover {
    transform: translateY(-5px);
}

.Share_item svg {
    width: 24px;
    height: auto;
    display: block;
}
.Wechat_modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Wechat_modal_content {
    background: rgb(255, 255, 255);
    padding: 30px 50px;
    border-radius: 8px;
    max-width: 300px;
}

.Wechat_modal_content h3 {
    font-size: var(--size18);
    color: #000000;
    text-align: center;
}

.Wechat_modal_content p {
    text-align: center;
    color: #666;
    font-size: var(--size14);
    margin-top: 10px;
}

.Wechat_modal_qrcode {
    display: block;
    margin: 20px auto;
    width: 200px;
    height: 200px;
}

.Wechat_modal_close {
    width: 100%;
    height: 40px;
    padding: 0 20px;
    background: #0e4727;
    color: rgba(255, 255, 255, 1);
    border-radius: 4px;
    cursor: pointer;
    font-size: var(--size14);
    margin: auto;
    display: block;
}

.Top{
    width: 50px;
    aspect-ratio: 4 / 4;
    /*border-radius: 50%;*/
    position: fixed;
    bottom: 10%;
    right: var(--top20);
    display: flex;
    justify-content: center;
    align-items: center;
    /*background: #0e4727;*/
    /*border: 1px solid #ffffff;*/
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .3s ease, visibility .3s ease;
    cursor: pointer;
}

.Top.Top_show{
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.Top.Top_show img{
    width: 100%;
    height: 100%;
}
.Top svg{
    max-width: 40%;
    height: auto;
}

.Qingdan {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: var(--top30);
}

.Qingdan_list {
    width: 100%;
}

.Qingdan_list>h2 {
    font-size: var(--size30);
    color: rgba(14, 71, 39, 1);
}

.Qingdan_text {
    width: 100%;
    font-size: var(--size16);
    color: rgba(51, 51, 51, 1);
    line-height: 1.8;
    margin-top: 10px;
}

.Qingdan_ul {
    width: 100%;
    margin-top: var(--top20);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 7vw;
}

.Qingdan_ul ul {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: var(--top30);
}

.Qingdan_ul ul li {
    font-size: var(--size16);
    color: rgba(13, 13, 13, 1);
    text-decoration: underline;
    line-height: 1.5;
}

.Qingdan_ul ul li font {
    color: rgba(0, 96, 255, 1);
}

.Qingdan_ul ul li span {
    color: rgba(76, 85, 100, 1);
}

.Qingdan_ul>img {
    width: 200px;
    height: auto;
}

.Qingdan_img {
    width: 100%;
    margin-top: var(--top20);
}

.Qingdan_img ul {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: var(--top20);
}

.Qingdan_img ul li {
    width: 100%;
}

.Qingdan_img ul li img {
    width: 100%;
    height: auto;
}

.Qingdan_erji {
    width: 100%;
}

.Qingdan_erji>h2 {
    font-size: var(--size24);
    color: rgba(14, 71, 39, 1);
}

.Qingdan_erji_box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: var(--top30);
}

.Qingdan_erji_left {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: var(--top20);
}

.Qingdan_erji_right {
    width: 47%;
}

.Qingdan_erji_right img {
    width: 100%;
    height: auto;
}
.Qingdan_erji_box .Qingdan_erji_right{
    height: 100%;
}
.Qingdan_erji_box .Qingdan_erji_right.Qingdan_erji_right282 img{
    max-height: 280px;
}
.Qingdan_erji_box .Qingdan_erji_right img{
    max-height: 400px;
    width: auto;
    margin: 0 auto;
}
.Qingdan_erji_img {
    width: 100%;
    margin-top: var(--top20);
}

.Qingdan_erji_img img {
    width: 100%;
    height: auto;
}

.Qingdan_right_er{
    width: 60%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--top20);
}

.Qingdan_right_er img{
    width: 100%;
    height: auto;
}

@media screen and (max-width: 992px) {
    .Qingdan_ul>img {
        width: 100px;
    }

    .Qingdan_img ul li {
        grid-template-columns: 1fr 1fr;
    }
}







