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

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


body {
    font-family: 'light';
    background: rgb(251, 251, 251);
}

.Hertre {
    width: 100%;
    z-index: 999;
    position: relative;
    background: rgb(246, 245, 240);
}

.Hertre_top {
    width: 100%;
    background: rgb(137, 158, 89);
}

.Hertre_top ul {
    width: var(--max);
    margin: auto;
    height: 44px;
    display: flex;
    flex-wrap: wrap;
    gap: var(--top80);
}

.Hertre_top ul li {
    width: max-content;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
}

.Hertre_top ul li img {
    width: 24px;
    height: auto;
}

.Hertre_top ul li p {
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    line-height: 1;
}

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

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

}

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

.Nav {
    width: max-content;
}

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

.Nav ul li {
    font-size: var(--size16);
    color: rgb(40, 41, 44);
    text-align: center;
}

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

.Nav ul li a {
    position: relative;
    line-height: 80px;
    display: block;
}

.Nav ul li.Nav_cen {
    color: rgb(253, 178, 39)
}

.Nav ul li:hover {
    color: rgb(253, 178, 39);
}

.Nav ul li>a::after {
    content: "";
    width: 0%;
    height: 3px;
    background: rgb(253, 178, 39);
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s;
    border-radius: 3px;
}

.Nav ul li.Nav_cen a::after {
    width: 60%;
}

.Nav ul li>a:hover::after {
    width: 60%;
}

.Nav_ul {
    width: 70%;
    background: rgb(241, 241, 241);
    position: absolute;
    overflow: hidden;
    top: 100%;
    transition: auto;
    right: 0%;
    display: none;
}

.Nav_ul_list {
    width: 100%;
    overflow: hidden;
}

.Nav_ul_list_top {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background: rgb(137, 158, 89);
    align-items: center;
    padding: 15px var(--top30);
    gap: 10px;
}

.Nav_ul_list_top h2 {
    font-size: var(--size20);
    color: rgb(255, 255, 255);
    font-family: 'bold';
    line-height: 1;
}

.Nav_ul_list_top svg {
    width: 18px;
    height: auto;
}

.Nav_ul_list_bottom {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: var(--top40);
    padding: var(--top40);
}

.Nav_ul_list_bottom a {
    width: 100%;
    font-size: var(--size18);
    color: rgb(40, 41, 44);
    line-height: 1 !important;
    text-align: left;
}

.Nav_ul_list_bottom a:hover {
    color: rgb(253, 178, 39);
}










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

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

.Banner img {
    width: 100%;
    height: auto;
    min-height: 150px;
    object-fit: cover;
}

.Banner_text {
    width: var(--max);
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: var(--size36);
    color: rgb(255, 255, 255);
    font-family: 'bold';
    text-align: center;
}

.Lianxi {
    width: var(--max);
    margin: var(--top100) auto;
}

.Lianxi>h2 {
    width: max-content;
    font-size: 36px;
    color: rgb(137, 158, 89);
    line-height: 1;
    font-family: 'bold';
}

.Lianxi>p {
    width: max-content;
    font-size: var(--size18);
    color: rgb(152, 152, 152);
    line-height: 1;
    margin-top: 10px;
}

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


.Lianxi ul li {
    width: 100%;
}

.Lianxi ul li img {
    width: 50px;
    height: auto;
}

.Lianxi ul li h2 {
    font-size: var(--size20);
    color: rgb(92 168 60);
    margin-top: var(--top20);
}

.Lianxi ul li p {
    font-size: var(--size18);
    color: rgb(102, 102, 102);
    line-height: 1.6;
    margin-top: 15px;
}

#map {
    width: 100%;
    height: 630px;
    border-top: 10px solid rgb(141, 194, 29);
}

#map div,
#map img {
    transition: auto;
}

.map-info-window {
    padding-top: 20px;
    max-width: 280px;
    font-family: 'm';
}
.map-info-window h3 {
    font-size: 16px;
    color: #899E59;
    margin: 0 0 8px 0;
    font-family: 'bold';
}
.map-info-window p {
    font-size: 14px;
    color: #666;
    margin: 10px 0;
    line-height: 1.4;
}

.gm-style-iw-ch{
    display: none;
}

.gm-ui-hover-effect{
    position: absolute !important;
    right: 0;
}

.Tuijian {
    width: var(--max);
    margin: var(--top100) auto;
}

.Tuijian h2 {
    width: max-content;
    font-size: var(--size24);
    color: rgb(40, 41, 44);
    font-family: 'bold';
    line-height: 1;
}

.Tuijian form {
    width: 100%;
    margin-top: var(--top30);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    gap: 20px 0;
}

.Tuijian form>input {
    width: calc(33.33% - 16px);
    height: 58px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(224, 224, 224);
    font-size: var(--size14);
    color: rgb(192, 192, 192);
    padding: 0 var(--top20);
}

.Tuijian form>input:focus {
    border-color: rgb(253, 178, 39);
    color: rgb(253, 178, 39);
}

.Tuijian form textarea {
    width: calc(66% - 2px);
    height: 110px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(224, 224, 224);
    font-size: var(--size14);
    color: rgb(192, 192, 192);
    padding: 15px var(--top20);
    resize: none;
    font-family: 'm';
}

.Tuijian form textarea:focus {
    border-color: rgb(253, 178, 39);
    color: rgb(253, 178, 39);
}

.Tuijian form button {
    width: 200px;
    height: 58px;
    background: rgb(141, 194, 29);
    border: none;
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    cursor: pointer;
}

.upboxlae {
    width: calc(33.33% - 16px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.upboxlae_file {
    width: 130px;
    position: relative;
}

.upboxlae_file svg {
    width: 100%;
    height: auto;
    display: block;
}

.upboxlae_file input {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    opacity: 0;
    cursor: pointer;
}

.upboxlae p {
    font-size: var(--size16);
    color: rgb(120, 120, 120);
}

.Guanyu {
    width: 100%;
}

.Guanyu_max {
    width: var(--max);
    margin: var(--top120) auto;
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    /*justify-content: space-between;*/
    align-items: flex-start;
    gap: 5vw;
}

.Guanyu_max h2 {
    width: max-content;
    font-size: var(--size24);
    color: rgb(137, 158, 89);
    line-height: 1.5;
    font-family: 'bold';
}

.Guanyu_max p {
    flex: 1;
    font-size: var(--size16);
    color: rgb(120, 120, 120);
    line-height: 2;
}

.Guanyu_max_img {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.Guanyu_max_img img {
    width: calc((100% - var(--max)) / 2 + var(--max));
    height: auto;
}

.Bai {
    width: 100%;
    overflow: hidden;
    background: #ffffff;
}

.Liucheng {
    width: var(--max);
    margin: var(--top100) auto;
}

.Liucheng>h2 {
    font-size: var(--size36);
    color: rgb(137, 158, 89);
    line-height: 1;
    width: max-content;
    font-family: 'bold';
}

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

.Liucheng_max ul {
    flex: 1;
    position: relative;
}

.Liucheng_max ul li {
    width: 100%;
    position: relative;
    padding-bottom: 30px;
}

.Liucheng_max ul li:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 9px;
    top: 10px;
    width: 2px;
    height: 100%;
    background: #8dc21d;
    z-index: 0;
}

.Liucheng_max ul li h2 {
    font-size: var(--size24);
    color: rgb(137, 158, 89);
    position: relative;
    line-height: 1.3;
    padding-left: 40px;
    font-family: 'bold';
}

.Liucheng_max ul li h2::before {
    content: '';
    --widt: 20px;
    width: var(--widt);
    height: var(--widt);
    background: rgb(141, 194, 29);
    border-radius: 50%;
    position: absolute;
    top: calc(var(--size24) - var(--widt));
    left: 0;
}

.Liucheng_max ul li p {
    font-size: var(--size16);
    color: rgb(122, 123, 126);
    margin-top: 10px;
    padding-left: 40px;
}

.Liucheng_max form {
    width: 50%;
    border-radius: 1px;
    box-shadow: 0px 6px 18px 0px rgba(0, 0, 0, 0.05);
    background: rgb(255, 255, 255);
    padding: var(--top60);
    display: flex;
    flex-wrap: wrap;
    gap: var(--top20);
}

.Liucheng_max form>input {
    width: 100%;
    height: 58px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(224, 224, 224);
    font-size: var(--size14);
    color: rgb(192, 192, 192);
    padding: 0 var(--top20);
}

.Liucheng_max form>input:focus {
    border-color: rgb(253, 178, 39);
    color: rgb(253, 178, 39);
}

.Liucheng_max form textarea {
    width: 100%;
    height: 110px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(224, 224, 224);
    font-size: var(--size14);
    color: rgb(192, 192, 192);
    padding: 15px var(--top20);
    resize: none;
    font-family: 'm';
}

.Liucheng_max form textarea:focus {
    border-color: rgb(253, 178, 39);
    color: rgb(253, 178, 39);
}

.Liucheng_max form button {
    width: 100%;
    height: 58px;
    background: rgb(141, 194, 29);
    border: none;
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    cursor: pointer;
}

.Liucheng_max .upboxlae {
    width: 100%;
}

.Qfa {
    width: var(--max);
    margin: var(--top100) auto;
}

.Qfa>h2 {
    font-size: var(--size36);
    color: rgb(137, 158, 89);
    line-height: 1;
    width: max-content;
    font-family: "bold";
}

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

.Qfa ul li {
    width: 100%;
}

.Qfa_top {
    width: 100%;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
}

.Qfa_top h2 {
    font-size: var(--size24);
    color: rgb(40, 41, 44);
    font-family: "regular";
}

.Qfa_top svg {
    width: 10px;
    height: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.Qfa ul li p {
    font-size: var(--size18);
    color: rgb(102, 102, 102);
    margin-top: var(--top20);
    padding-left: 30px;
    display: none;
    transition: auto;
}

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

.Hezuo h2 {
    width: max-content;
    max-width: 30%;
    font-size: var(--size36);
    color: rgb(137, 158, 89);
    line-height: 1;
    font-family: 'bold';
}

.Hezuo ul {
    flex: 1;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    border-bottom: 1px solid rgb(214, 214, 214);
    border-right: 1px solid rgb(214, 214, 214);
}

.Hezuo ul li {
    width: 100%;
    aspect-ratio: 270 / 150;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    border-top: 1px solid rgb(214, 214, 214);
    border-left: 1px solid rgb(214, 214, 214);
}

.Hezuo ul li img {
    max-width: 50%;
    max-height: 50%;
    object-fit: contain;
}

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

.Chanpin_left {
    width: 270px;
    display: flex;
    flex-wrap: wrap;
    gap: var(--top30);
}

.Chanpin_cen {
    width: 100%;
    border-radius: 2px;
    box-shadow: 0px 8px 50px 0px rgba(0, 0, 0, 0.04);
    background: rgb(255, 255, 255);
    padding: var(--top30) var(--top20);
}

.Chanpin_top {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid rgb(230, 230, 230);
    padding-bottom: var(--top20);
    gap: var(--top20);
    cursor: pointer;
}

.Chanpin_top h2 {
    flex: 1;
    font-size: var(--size18);
    color: #FDB227;
    line-height: 1.2;
}

.Chanpin_top svg {
    width: 20px;
    height: auto;
    display: block;
    transform: rotate(180deg);
}

.Chanpin_cen ul {
    width: 100%;
    display: none;
    transition: auto;
}

.Chanpin_cen ul li {
    width: 100%;
    margin-top: var(--top20);
}

.Chanpin_cen ul li a {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.Chanpin_cen ul li p {
    flex: 1;
    font-size: var(--size14);
    color: rgb(33, 33, 33);
}

.Chanpin_cen ul li svg {
    width: 20px;
    height: auto;
}

.Chanpin_cen ul li.active p {
    color: rgb(253, 178, 39);
}

.Chanpin_right {
    flex: 1;
}

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

.Chanpin_right ul li {
    width: 100%;
}

.Chanpin_img {
    width: 100%;
    overflow: hidden;
}

.Chanpin_img img {
    width: 100%;
    aspect-ratio: 4 / 4;
    object-fit: cover;
}

.Chanpin_right ul li h2 {
    text-align: center;
    font-size: var(--size16);
    color: rgb(40, 41, 44);
    padding: var(--top20) 0;
}

.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: #747474;
    border: 1px solid #747474;
    line-height: 1;
    background: #fff;
}

.page .active {
    background: rgb(253, 178, 39);
    border: 1px solid rgb(253, 178, 39);
    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: #747474;
    border: 1px solid #747474;
    background: transparent;
}

.Mianbao {
    width: var(--max);
    margin: var(--top20) auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    font-size: var(--size14);
    color: rgb(152, 152, 152);
}

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

.Show {
    width: 1400px;
    max-width: calc(100% - 30px);
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.02);
    background: rgb(255, 255, 255);
    padding: var(--top100);
    margin: auto;
}

.Show_top {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: var(--top80);
}

.Show_left {
    width: 46%;
}

.Show_top_Swiper {
    width: 100%;
}

.Show_top_Swiper img {
    width: 100%;
    aspect-ratio: 4 / 4;
    object-fit: cover;
}

.Show_bottom_Swiper {
    width: 100%;
    margin-top: 15px;
}

.Show_bottom_Swiper img {
    width: 100%;
    aspect-ratio: 4 / 4;
    object-fit: cover;
    cursor: pointer;
}

.Show_right {
    flex: 1;
}

.Show_right>h2 {
    font-size: var(--size30);
    color: rgb(137, 158, 89);
    line-height: 1;
    font-family: 'regular';
}

.Show_right>span {
    font-size: var(--size18);
    color: rgb(141, 194, 29);
    line-height: 1;
    margin-top: var(--top30);
    display: block;
}

.Show_right>p {
    font-size: var(--size16);
    color: rgb(152, 152, 152);
    line-height: 1.7;
    margin-top: var(--top20);
    font-family: 'light';
}

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

.Show_right ul li {
    width: 100%;
}

.Show_right ul li img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin: auto;
}

.Show_right ul li p {
    text-align: center;
    font-size: var(--size16);
    color: rgb(45, 45, 45);
    margin-top: var(--top20);
}

.Show .Tuijian {
    width: 100%;
}

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

.Guanlian>h2 {
    width: max-content;
    font-size: var(--size24);
    color: rgb(137, 158, 89);
    font-family: 'bold';
    line-height: 1;
}

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

.Guanlian ul li {
    width: 100%;
}

.Guanlian ul li h2 {
    text-align: center;
    font-size: var(--size16);
    color: rgb(40, 41, 44);
    padding: var(--top20) 0;
}







.prev ,
.next {
    width: 100px;
    height: 100px;
    background: rgb(137, 158, 89);
}


.mySwiperin {
    width: 100%;
    overflow: hidden;
}

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

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

.banner_In_Text h3 {
    width: 600px;
    max-width: 100%;
    font-size: var(--size36);
    color: rgb(255, 255, 255);
    line-height: 1.2;
    font-family: 'bold';
    margin-top: var(--top60);
}

.banner_In_Text p {
    width: 600px;
    max-width: 100%;
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    line-height: 1.5;
    margin-top: var(--top30);
    word-break: break-all;
}

.banner_In_Text a {
    width: max-content;
    display: block;
    line-height: 60px;
    background: rgb(214, 184, 114);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0 var(--top60);
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    margin-top: var(--top60);
    gap: 10px;
}

.banner_In_Qie {
    width: var(--max);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--top20);
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
}

.banner_In_Qie .swiper-pagination {
    width: max-content;
    position: static;
    inset: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.banner_In_Qie .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
    opacity: 1;
    border-radius: 50%;
    background: rgb(196, 196, 196, 0.6);
}

.banner_In_Qie .swiper-pagination-bullet-active {
    width: 8px;
    height: 8px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 75%, rgba(255, 255, 255, 0) 100%);
}

.swiper-num {
    width: 180px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: var(--top20);
}

.swiper-num span {
    font-size: 20px;
    color: rgb(255, 255, 255);
    line-height: 1;
    font-family: 'bold';
}

.swiper-num span.activea {
    color: rgb(250, 183, 58);
}

.progress-container {
    flex: 1;
    position: relative;
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
}

.progressbar {
    height: 3px;
    width: 0;
    background: rgb(250, 183, 58);
    transition: width 0.3s ease;
    position: absolute;
    top: -1px
}

.Data1 {
    width: var(--max);
    margin: auto;
    border-radius: 14px;
    box-shadow: 0px 6px 14px 0px rgba(0, 0, 0, 0.04);
    background: rgb(255, 255, 255);
    padding: 3vw 5vw;
    margin-top: -5vw;
    position: relative;
    z-index: 5;
}

.Data1 ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: var(--top30) 10px;
}
.Data1 ul li{
    width: max-content;
    max-width: 30%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--top20);
}
.Data1_img{
    width: 70px;
    aspect-ratio: 4 / 4;
    border-radius: 8px;
    background: rgb(246, 245, 240);
    display: flex;
    justify-content: center;
    align-items: center;
}

.Data1_img img{
    max-width: 50%;
    max-height: 50%;
}
.Data1_text{
    flex: 1;
}
.Data1_text h2{
    font-size: var(--size20);
    color: rgb(0 0 0);
    font-family: 'bold';
}
.Data1_text p{
    font-size: var(--size18);
    color: rgb(104, 96, 105);
    margin-top: 10px;
}

.Data2{
    width: var(--max);
    margin: var(--top80) auto;
}
.Data2 ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: var(--top30) 10px;
}

.Data2 ul li{
    width: max-content;
}
.Data2 ul li img{
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin: auto;
}
.Data2 ul li h2{
    font-size: var(--size18);
    color:rgb(64, 75, 42);
    margin-top: 15px;
    text-align: center;
}

.ChanpinIn{
    width: var(--max);
    margin: var(--top80) auto;
}
.ChanpinIn>h2{
    text-align: center;
    font-size: var(--size36);
    color: rgb(137, 158, 89);
    font-family: 'bold';
    line-height: 1
}
.ChanpinIn>p{
    text-align: center;
    font-size: var(--size18);
    color: rgb(152, 152, 152);
    margin-top: var(--top20);
}


.ChanpinIn .Guanlian{
    margin: auto;
    margin-top: var(--top60);
}
.Kehushuo{
    width: 100%;
    overflow: hidden;
    background: rgb(246, 245, 240);
}
.Kehushuo_max{
    width: var(--max);
    margin: var(--top100) auto;
}
.Kehushuo_max>h2{
    text-align: center;
    font-size: 36px;
    color: rgb(33, 33, 33);
    line-height: 1;
    color:rgb(137, 158, 89);
    font-family: 'bold';
}

.Pinglun_swiper{
    width: 100%;
    margin-top: var(--top60);
}
.Pinglun_text{
    width: 100%;
    background: rgb(255, 255, 255);
    border-radius: 6px;
    padding: var(--top40);
    padding-bottom: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 15px;
    position: relative;
}

.xing{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
}

.xing img{
    width: 20px;
    height: auto;
}

.Pinglun_text p{
    font-size: var(--size16);
    color: rgb(102, 102, 102);
    line-height: 1.7;
}
.Pinglun_text>svg{
    width: 40px;
    height: auto;
}

.Pinglun_text::after{
    content: "";
    width: 24px;
    height: 24px;
    background: url(../images/xia.png) no-repeat center center / 100% 100%;
    position: absolute;
    bottom: -15px;
    left: 40px;
}


.Pinglun_title{
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    padding: 0 24px;
}
.Pinglun_title img{
    width: 50px;
    aspect-ratio: 4 / 4;
    border-radius: 50%;
    object-fit: cover;
}

.Pinglun_title h2{
    font-size: var(--size18);
    color: rgb(33, 33, 33);
}


.GuanyuIn{
    width: 100%;
    overflow: hidden;
    background: linear-gradient(to right,
    rgb(245, 245, 245) 33.33%,
    rgb(251, 251, 251) 33.33% 66.66%,
        #ffffff 66.66%
    );
}

.GuanyuIn_max{
    width: var(--max);
    margin: var(--top100) auto;
}
.GuanyuIn_max h2{
    font-size: var(--size50);
    color: rgb(137, 158, 89);
    line-height: 1;
      font-family: 'bold';
}

.GuanyuIn_cen{
    width: 100%;
    margin-top: var(--top60);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: var(--top60);
    overflow: hidden;
}
.GuanyuIn_cen img{
    width: 50%;
    height: auto;
}
.GuanyuIn_cen p{
    flex: 1;
    font-size: var(--size18);
    color: rgb(102, 102, 102);
    line-height: 2;
}


.Footer {
    width: 100%;
    overflow: hidden;
    background: rgb(137, 158, 89);
}

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

.Footer_left{
    width: 270px;
}

.Footer_left img{
    width: 110px;
    height: auto;
}

.Footer_left p{
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    line-height: 1.8;
    margin-top: var(--top40);
}


.Footer_ul {
    width: max-content;
    overflow: hidden;
}

.Footer_ul h2 {
    width: 100%;
    text-align: center;
    font-size: var(--size18);
    color: rgb(255, 255, 255);
    font-family: 'bold';
}

.Footer_ul ul {
    width: 100%;
    overflow: hidden;
}

.Footer_ul ul li {
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    margin-top: var(--top30);
    text-align: center;
}

.Footer_right{
    width: 270px;
}
.Footer_right ul{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--top40);
}

.Footer_right ul li{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 10px;
}

.Footer_right ul li img{
    width: 30px;
    height: auto;
}

.Footer_right ul li p{
    flex: 1;
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    line-height: 1.6;
}

.Beian {
    width: 100%;
    overflow: hidden;
    background: rgb(128, 148, 82);
}

.Beian_max {
    width: var(--max);
    overflow: hidden;
    margin: 15px auto;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

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

.Cebianlan{
    width: max-content;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: var(--top20);
    z-index: 9999;
    background: rgb(251, 251, 251);
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.05);
}
.Cebianlan ul{
    width: max-content;
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--top20);
}
.Cebianlan ul li{
    width: 100%;
    cursor: pointer;
}
.Cebianlan ul li svg{
    width: 30px;
    height: auto;
    display: block;
    margin: auto;
}
.Cebianlan ul li p{
    text-align: center;
    font-size: 12px;
    color: rgb(33, 33, 33);
    margin-top: 10px;
}

 @font-face {
    font-family: 'light';
    src: url("../font/Montserrat-Light-6.otf");
 }
 @font-face {
    font-family: 'bold';
    src: url("../font/Montserrat-Bold-3.otf");
 }
@font-face {
    font-family: 'regular';
    src: url("../font/Montserrat-Regular-8.otf");
 }
.Bai .Liucheng h2{
    font-family:'bold';
    color:rgb(137, 158, 89);
}
.Tuijian h2{
     font-family:'bold';
    color:rgb(137, 158, 89);
}
 .pager1a{
        bottom: 120px;
    }
    .zhenshangyin-pager-bullets-bullet{
        background: #ffffff;
    }
    .zhenshangyin-pager-bullets-bullet.active{
        background: rgb(255 177 0);
    }
    .map01{
    width: 800px;
    height: 480px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    }
    .map01 img{
        width:100%;
         height: auto;
}

