:root {
    --max: calc(100% - 120px);
    --max1440:1440px;
    --size14: 14px;
    --size16: 16px;
    --size18: 18px;
    --size20: 20px;
    --size24: 24px;
    --size30: 30px;
    --size36: 36px;
    --size40: 40px;
    --size46: 46px;
    --size48: 48px;
    --size50: 50px;
    --size56: 56px;
    --size60: 60px;
    --size80: 80px;

    --top20: 20px;
    --top30: 30px;
    --top40: 40px;
    --top50: 50px;
    --top60: 60px;
    --top80: 80px;
    --top100: 100px;
    --top120: 120px;
}

@font-face {
    font-family: "Regular";
    src: url("../fonts/Regular.otf") format("truetype");
}

@font-face {
    font-family: "Medium";
    src: url("../fonts/Medium.otf") format("truetype");
}

@font-face {
    font-family: "Bold";
    src: url("../fonts/Bold.otf") format("truetype");
}

body {
    font-family: "Regular";
}

.Hertre {
    width: 100%;
    z-index: 999;
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}

.Fixed {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    backdrop-filter: blur(10px);
}

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

.Logo {
    width: 200px;
    overflow: hidden;

}

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

.Nav {
    width: max-content;
    margin-left: auto;
}

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

.Nav ul li {
    width: max-content;
    height: 100px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.Nav ul li>a {
    width: max-content;
    font-size: var(--size16);
    color: rgba(255, 255, 255, 1);
    text-align: center;
    line-height: 40px;
    padding: 0 10px;
    border-radius: 8px;
    cursor: pointer;
}

.Nav ul li svg {
    width: 16px;
    height: 16px;
    fill: #ffffff;
    display: none;
}


.Nav ul li.Nav_cen>a {
    background: rgba(255, 255, 255, 1);
    color: rgba(32, 144, 96, 1)
}

.Nav ul li:hover>a {
    background: rgba(255, 255, 255, 1);
    color: rgba(32, 144, 96, 1)
}

.Nav_ul {
    width: 100%;
    background: #ffffff;
    position: absolute;
    overflow: hidden;
    top: 100%;
    transition: auto;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0px 0px 10px 5px #00000010;
    display: none;
}

.Nav_ul_max {
    width: 80%;
    margin: var(--top40) auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--top40);
}

.Nav_list {
    width: 100%;
}

.Nav_list h2 {
    font-size: var(--size20);
    color: rgba(102, 102, 102, 1);
    font-family: 'bold';
    border-bottom: 1px solid rgba(202, 196, 208, 1);
    padding-bottom: 5px;
    text-align: left;
    margin-bottom: 15px;
}

.Nav_list_ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: var(--top20) var(--top60);
}

.Nav_list_ul a {
    font-size: var(--size18);
    color: rgba(0, 0, 0, 1);
    line-height: 1.2;
}

.Nav_list_ul a:hover {
    color: rgba(32, 144, 96, 1);
}

.En {
    width: max-content;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    line-height: 1;
    font-size: var(--size16);
    color: rgba(255, 255, 255, 1);
    margin: 0 var(--top20);
}

.Search {
    width: 40px;
    height: 40px;
    position: relative;
}

.Search form {
    width: max-content;
    height: 40px;
    background: rgba(255, 255, 255, 1);
    border-radius: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: absolute;
    top: 0;
    right: 0;
}

.Search form input {
    width: 0px;
    height: 40px;
    border-radius: 40px;
    font-size: 12px;
    color: #000000;
}

.Search form button {
    width: 40px;
    height: 40px;
    border: transparent;
    background: rgba(255, 255, 255, 1);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.Search form button svg {
    width: 20px;
    height: 20px;
}

.Search form.Souuo_active input {
    width: 200px;
    padding: 0 15px;
}


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

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

.menu_button:focus {
    outline: none;
}

.menu_button .line {
    fill: none;
    stroke: #fff;
    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;
}

.Banner {
    width: 100%;
    overflow: hidden;
    position: relative;
}

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

.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(--size46);
    color: rgba(255, 255, 255, 1);
    font-family: 'bold';
}

.Banner_text a {
    width: 81px;
    line-height: 32px;
    border-radius: 100px;
    background: rgba(32, 144, 96, 1);
    display: block;
    margin: auto;
    margin-top: var(--top20);
    text-align: center;
    font-size: var(--size14);
    color: rgba(255, 255, 255, 1);
}

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


.Mianbao {
    width: 100%;
    border-bottom: 1px solid rgba(178, 178, 178, 1);
}

.Mianbao ul {
    width: var(--max);
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6vw;
}

.Mianbao ul li {
    width: max-content;
    position: relative;
    font-size: var(--size20);
    color: rgba(0, 0, 0, 1);
    line-height: 68px;
}

.Mianbao ul li::after {
    content: "";
    width: 0%;
    height: 6px;
    background: rgba(32, 144, 96, 1);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s;
}

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


.Guanyu>h2 {
    text-align: center;
    font-size: var(--size30);
    color: rgba(30, 30, 30, 1);
}

.Guanyu>p {
    text-align: center;
    font-size: var(--size18);
    color: rgba(117, 117, 117, 1);
}

.Guanyu_text {
    width: 100%;
    margin-top: var(--top30);
    font-size: var(--size16);
    color: rgba(30, 30, 30, 1);
    line-height: 2;
    margin-top: var(--top30);
}

.Guanyu_text img {
    width: 80% !important;
    max-width: 100% !important;
    height: auto;
    margin: 0 auto;
}

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

.Lianxi_form {
    width: 100%;
}

.Lianxi_form p {
    font-size: var(--size20);
    color: rgba(0, 0, 0, 1);
    font-family: 'bold';
}

.Lianxi_form p span {
    color: rgba(236, 34, 31, 1);
    margin-left: 8px;
}

.Lianxi_form input {
    width: 100%;
    height: 60px;
    border-radius: 6px;
    border: 1px solid rgba(51, 51, 51, 1);
    font-size: var(--size16);
    color: rgba(204, 204, 204, 1);
    padding: 0 20px;
    margin-top: var(--top20);
}

.Lianxi_form textarea {
    width: 100%;
    height: 230px;
    border-radius: 6px;
    border: 1px solid rgba(51, 51, 51, 1);
    font-size: var(--size16);
    color: rgba(204, 204, 204, 1);
    padding: 15px 20px;
    margin-top: var(--top20);
    font-family: 'Regular';
    resize: none;
}

.Lianxi form button {
    width: 100%;
    height: 60px;
    border-radius: 6px;
    background: rgba(32, 144, 96, 1);
    border: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    font-size: var(--size20);
    color: rgba(255, 255, 255, 1);
    font-family: 'Medium';
    cursor: pointer;
}

.Lianxi form button svg {
    width: var(--size20);
    height: auto;
}

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

.Zuxin ul li {
    width: 100%;
    border-radius: 8px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(217, 217, 217, 1);
    padding: var(--top20);
}

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

.Zuxin ul li img {
    width: 160px;
    height: auto;
}

.Zuxin_text {
    flex: 1;
}

.Zuxin_text h2 {
    font-size: var(--size24);
    color: rgba(30, 30, 30, 1);
    font-family: 'bold';
}

.Zuxin_text p {
    font-size: var(--size16);
    color: rgba(117, 117, 117, 1);
    margin-top: 5px;
    line-height: 2;
}

.Zuxin_text button {
    width: max-content;
    padding: 0 15px;
    height: 44px;
    border-radius: 8px;
    background: rgba(32, 144, 96, 1);
    text-align: center;
    margin-top: 10px;
    border: transparent;
    font-size: var(--size16);
    color: rgba(245, 245, 245, 1);
    cursor: pointer;
}

.Zuxin ul li:hover {
    box-shadow: 0px 0px 10px 5px #00000010;
}

.Zuxin ul li:hover .Zuxin_text h2 {
    color: rgba(32, 144, 96, 1);
}

.Show {
    width: var(--max);
    overflow: hidden;
    margin: var(--top60) auto;
}

.Show>a {
    width: max-content;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    font-size: var(--size16);
    color: rgba(44, 44, 44, 1);
}

.Show>a svg {
    width: 10px;
    height: auto;
}

.Show>h2 {
    font-size: var(--size30);
    color: rgba(0, 0, 0, 1);
    font-family: 'bold';
    margin-top: var(--top40);
}

.Show>p {
    font-size: var(--size16);
    color: rgba(102, 102, 102, 1);
    margin-top: 10px;
}

.Show_text {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top30);
    font-size: var(--size16);
    color: #222222;
    line-height: 2;
}

.Show_text img {
    width: 80%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.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;
}

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

.page .active,
.page .total {
    font-size: 12px;
    padding: 8px 10px;
    color: #d9d9d9;
    border: 1px solid #d9d9d9;
    line-height: 1;
    background: #fff;
}

.page .active {
    background: rgba(32, 144, 96, 1);
    border: 1px solid rgba(32, 144, 96, 1);
    color: #fff;
}

.page .active:nth-child(1),
.page .active:nth-child(2),
.page .total:nth-child(1),
.page .total:nth-child(2),
.page .active:last-child,
.page .total:last-child {
    color: #d9d9d9;
    border: 1px solid #d9d9d9;
    background: #fff;
}

.Hertre_bai {
    background: rgba(255, 255, 255, 1);
    border-bottom: 1px solid rgba(202, 196, 208, 1);
    position: relative;
}

.Hertre_bai .En {
    color: rgba(0, 0, 0, 1);
}

.Hertre_bai .Nav ul li>a {
    color: rgba(0, 0, 0, 1);
}

.Hertre_bai .Nav ul li.Nav_cen>a {
    background: rgba(32, 144, 96, 1);
    color: rgba(255, 255, 255, 1);
}

.Hertre_bai .Search form,
.Hertre_bai .Search form button {
    background: rgba(32, 144, 96, 1);
}

.Hertre_bai .Search form input {
    color: rgba(255, 255, 255, 1);
}


.Hertre_bai .Nav ul li:hover>a {
    color: rgba(255, 255, 255, 1);
    background: rgba(32, 144, 96, 1)
}

.Swiper {
    width: 100%;
}

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

.Swiper h2 {
    font-size: var(--size80);
    color: rgba(255, 255, 255, 1);
    font-family: 'bold';
    text-align: center;
    width: max-content;
    max-width: var(--max);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.prev,
.next {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(32, 144, 96, 1);
    display: flex;
}

.next {
    right: calc((100% - var(--max)) / 2);
}

.prev {
    left: calc((100% - var(--max)) / 2);
}

.pager1 {
    bottom: var(--top30);
}

.zhenshangyin-pager-bullets-bullet {
    width: 16px;
    height: 16px;
    border-radius: 100px;
    background: rgba(32, 144, 96, 0.3);
    border: 4px solid rgba(32, 144, 96, 1);

}

.zhenshangyin-pager-bullets-bullet.active {
    width: 48px;
    background: rgba(32, 144, 96, 0.3);
}

.Xunfang {
    width: 100%;
}

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

.Xunfang_text {
    width: var(--max);
    position: absolute;
    top: var(--top30);
    left: 50%;
    transform: translate(-50%, 0%);
}

.Xunfang_text h2 {
    text-align: center;
    font-size: var(--size48);
    color: rgba(0, 0, 0, 1);
    font-family: 'bold';
}

.Xunfang_text p {
    text-align: center;
    font-size: var(--size20);
    color: rgba(0, 0, 0, 1);
    margin-top: var(--top20);
}

.Xunfang_text a {
    width: 81px;
    line-height: 32px;
    border-radius: 100px;
    background: rgba(32, 144, 96, 1);
    display: block;
    margin: auto;
    margin-top: var(--top20);
    text-align: center;
    font-size: var(--size14);
    color: rgba(255, 255, 255, 1);
}

.Fnaganin {
    width: 100%;
    margin: var(--top80) auto;
}

.Title {
    width: 100%;
}

.Title h2 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: var(--size30);
    color: rgba(32, 144, 96, 1);
    font-family: 'bold';
    gap: 10px;
}

.Title h2 img {
    width: 24px;
    height: auto;
}

.Title p {
    font-size: var(--size50);
    color: rgba(179, 179, 179, 0.1);
    font-family: 'bold';
    text-align: center;
    line-height: 1;
    margin-top: calc(var(--top30) * -1);
}

.Fnaganin ul {
    width: 100%;
    margin-top: var(--top20);
    display: flex;
    justify-content: space-between;
}

.Fnaganin ul li {
    width: 100%;
    position: relative;
    cursor: pointer;
}

.Fnaganin ul li>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Fnaganin_text {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 20;
}

.Fnaganin_text img {
    width: 60px;
    height: auto;
    margin: auto;
}

.Fnaganin_text h2 {
    text-align: center;
    font-size: var(--size20);
    color: rgba(255, 255, 255, 1);
    font-family: 'bold';
    margin-top: var(--top20);
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), 0px 1px 3px rgba(0, 0, 0, 0.15);
}

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

.Xinwenin_max {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: var(--top50);
    gap: var(--top20);
}

.Xinwenin_item {
    flex: 1;
}

.Xinwenin_item>h2 {
    font-size: var(--size24);
    color: rgba(0, 0, 0, 1);
    font-family: 'bold';
}

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

.Xinwenin_item ul li {
    width: 100%;
    border-radius: 8px;
    border: 1px solid rgba(217, 217, 217, 1);
    padding: var(--top20);
}

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

.Xinwenin_item ul li img {
    width: 160px;
    height: auto;
}

.Xinwenin_item:nth-child(2) {
    border-left: 1px solid rgba(217, 217, 217, 1);
    padding-left: var(--top20);
}

.Xinwenin_item ul li:hover .Zuxin_text h2 {
    color: rgba(32, 144, 96, 1);
}

.Banner_ji {
    width: 100%;
    overflow: hidden;
    position: relative;
}

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

.Banner_ji_text {
    width: var(--max);
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: var(--size60);
    color: rgba(255, 255, 255, 1);
    font-family: "Medium";
}

.Jiqiren {
    width: 100%;
    overflow: hidden;
    background: rgba(2, 28, 19, 1);
}

.Jiqiren_max>h2 {
    text-align: center;
    font-size: var(--size46);
    color: rgba(255, 255, 255, 1);
    font-family: 'bold';
}

.Jiqiren_max>p {
    text-align: center;
    font-size: var(--size30);
    color: rgba(255, 255, 255, 0.9);
    margin-top: var(--top80);
    line-height: 2;
}

.Jiqiren_max ul {
    width: 100%;
    margin-top: 8vw;
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--top50);
}

.Jiqiren_max ul li {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: var(--top30);
}

.Jiqiren_max ul li img {
    width: 75%;
    object-fit: cover;
    border-radius: 10px;
}

.Jiqiren_text {
    flex: 1;
    background: rgba(255, 255, 255, 1);
    border-radius: var(--top30);
    padding: var(--top40);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}

.Jiqiren_text h2 {
    width: 100%;
    font-size: var(--size36);
    color: rgba(0, 0, 0, 1);
    font-family: 'Medium';
    text-align: center;
}

.Jiqiren_text p {
    width: 100%;
    font-size: var(--size20);
    color: rgba(0, 0, 0, 1);
    text-align: center;
    margin-top: var(--top30);
    line-height: 2;
}

.Jiqiren_max ul li:nth-child(2n) {
    flex-direction: row-reverse;
}
.Canshu{
    width: var(--max1440);
}
.Canshu>h2 {
    font-size: var(--size36);
    color: rgba(0, 0, 0, 1);
    font-family: 'Medium';
    
}

.Canshu>img {
    width: 800px;
    max-width: 100%;
    margin: auto;
    margin-top: var(--top30);
}

.Canshu a {
    width: 100px;
    line-height: 32px;
    border-radius: 100px;
    background: rgba(32, 144, 96, 1);
    display: block;
    margin: auto;
    margin-top: var(--top20);
    text-align: center;
    font-size: var(--size14);
    color: rgba(255, 255, 255, 1);
}

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

.Canshu ul li {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.Canshu ul li h2 {
    font-size: var(--size24);
    color: rgba(0, 0, 0, 1);
    font-family: 'Medium';
}

.Canshu ul li p {
    font-size: var(--size20);
    color: rgba(69, 69, 69, 1);
    line-height: 2;
    margin-top: 10px;
}

.Canshu ul li:nth-child(10) {
    grid-column: 3 span;
}

.Canshu ul li:nth-child(11) {
    grid-column: 4 span;
}



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

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

.Saoma {
    width: 330px;
    margin-right: auto;
}

.Saoma h2 {
    font-size: var(--size30);
    color: rgba(255, 255, 255, 1);
    font-family: 'bold';
}

.Saoma ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: var(--top30);
    gap: var(--top20);
}

.Saoma ul li {
    flex: 1;
}

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

.Saoma ul li p {
    font-size: var(--size16);
    color: rgba(255, 255, 255, 1);
    text-align: center;
    margin-top: var(--top20);
}

.Footer_ul {
    width: max-content;
    overflow: hidden;
    border-right: 1px dashed rgba(116, 115, 115, 1);
    padding: 0 var(--top30);
}

.Footer_ul:last-child {
    border-right: none;
}

.Footer_top {
    width: max-content;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.Footer_top h2 {
    font-size: var(--size20);
    color: rgba(255, 255, 255, 1);
    font-family: 'bold';
}

.Footer_top h2::after {
    content: "";
    width: 24px;
    height: 4px;
    opacity: 1;
    border-radius: 4px;
    background: rgba(32, 144, 96, 1);
    margin-top: 5px;
    display: block;
}

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

.Footer_ul ul {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top50);
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--top20);
    margin-top: 20px;
}

.Footer_ul ul li {
    font-size: var(--size14);
    color: rgba(255, 255, 255, 1);
}

.Beian {
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #ffffff20;
}

.Beian_max {
    width: var(--max);
    overflow: hidden;
    margin: var(--top20) auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

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