: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;
    --top50: 50px;
    --top60: 60px;
    --top100: 100px;
    --top120: 120px;
}

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

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

body {
    font-family: "siyuanheiti";
}

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

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

.logo {
    width: 80px;
    overflow: hidden;

}

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

.nav {
    width: max-content;
}

.nav ul {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.nav ul li {
    font-size: var(--size20);
    color: #212124;
    text-align: center;
    position: relative;
    margin-left: 2vw;
    line-height: 100px;
}
.nav ul li:nth-child(1){
    margin-left: 0px;
}
.nav ul li svg {
    width: 14px;
    height: auto;
    fill: #030000;
    transform: rotate(90deg);
}
.nav ul li.nav_cen svg{
    fill: #197c2a;
}

.nav ul li.nav_cen {
    color: #197c2a;
    font-family: 'bold';
}
.nav ul li:hover svg{
    fill: #197c2a;
}

.nav ul li:hover {
    color: #197c2a;
}
.nav_ul{
    width: max-content;
    overflow: hidden;
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    background: #ffffff;
    padding: 20px;
    transition: auto;
    display: none;
    box-shadow: 0px 0px 15px 5px #00000010;
}
.nav_ul a{
    width: 100%;
    overflow: hidden;
    display: block;
    font-size: var(--size16);
    color: #000000;
    line-height: 2.5;
}
.right{
    width: max-content;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.buy{
    width: max-content;
    line-height: 50px;
    background: #197c2a;
    padding: 0 18px;
    font-size: var(--size18);
    color: #ffffff;
    cursor: pointer;
    font-weight: bold;
}
.yuyan{
    width: max-content;
    overflow: hidden;
    font-size: var(--size20);
    color: #212124;

}
.yuyan a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    line-height: 1;
}
.yuyan svg{
    width: 30px;
    height: auto;
    margin-right: 10px;
}
/* .nav ul li::after {
    content: "";
    width: 0%;
    height: 3px;
    background: #ec078d;
    position: absolute;
    bottom: 0px;
    left: 0%;
    transition: all 0.3s;
}

.nav ul li.nav_cen::after {
    width: 100%;
}

.nav ul li:hover::after {
    width: 100%;
} */

.an {
    width: 60px;
    height: 60px;
    display: none;
    position: absolute;
    right: 0%;
    top: 0;
    transition: all 0.5s;
    z-index: 99;
}

.container {
    cursor: pointer;
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.5s;
}

.container svg {
    transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

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

.container path {
    stroke: #000000;
    transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dasharray 500ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

.container path:nth-child(1) {
    transform-origin: 36% 40%;
}

.container path:nth-child(2) {
    stroke-dasharray: 29 299;
}

.container path:nth-child(3) {
    transform-origin: 35% 63%;
}

.container path:nth-child(4) {
    stroke-dasharray: 29 299;
}

.container path:nth-child(5) {
    transform-origin: 61% 52%;
}

.container path:nth-child(6) {
    transform-origin: 62% 52%;
}

.active path:nth-child(1) {
    transform: translateX(9px) translateY(1px) rotate(45deg);
}

.active path:nth-child(2) {
    stroke-dasharray: 225 299;
    stroke-dashoffset: -72px;
}

.active path:nth-child(3) {
    transform: translateX(9px) translateY(1px) rotate(-45deg);
}

.active path:nth-child(4) {
    stroke-dasharray: 225 299;
    stroke-dashoffset: -72px;
}

.active path:nth-child(5) {
    transform: translateX(9px) translateY(1px) rotate(-45deg);
}

.active path:nth-child(6) {
    transform: translateX(9px) translateY(1px) rotate(45deg);
}

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

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

.mySwipera .swiper-pagination {
    bottom: 30px !important;
}

.mySwipera .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    opacity: 1;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.5);
}

.mySwipera .swiper-pagination-bullet-active {
    width: 18px;
}

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


.mianbao{
    width: var(--max);
    overflow: hidden;
    margin: auto;
    margin-top: var(--top60);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: var(--size18);
    color: #8b8b8b;
}
.mianbao span{
    margin: 0 5px;
}
.mianbao p{
    color: #197c2a;
    font-family: 'bold';
}
.curr{
    width: var(--max);
    overflow: hidden;
    margin: auto;
    margin-top: var(--top30);
}
.curr ul{
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
}
.curr ul li{
    width: max-content;
    line-height: 38px;
    border: 1px solid #dedede;
    border-radius: 2px;
    font-size: var(--size16);
    color: #1a1a1a;
    padding: 0 15px;
}
.curr ul li.curr_nav{
    background: #197c2a;
    border: 1px solid #197c2a;
    color: #ffffff;
}
.curr_max{
    width: var(--max);
    overflow: hidden;
    margin: auto;
    margin: var(--top30) auto var(--top60);
}
.curr_max ul{
    width: 100%;
    overflow: hidden;
}
.curr_max ul li{
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.curr_left{
    width: 48%;
    overflow: hidden;
}
.curr_left h2{
    font-size: var(--size40);
    color: #1a1a1a;
    font-family: 'bold';
}
.curr_text{
    width: 100%;
    overflow: hidden;
    font-size: var(--size16);
    color: #212124;
    line-height: 1.8;
    margin-top: var(--top30);
}
.curr_max ul li>img{
    width: 48%;
    height: auto;
}
.cult{
    width: var(--max);
    overflow: hidden;
    margin: auto;
    margin-top: var(--top60);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.cult h2{
    font-size: var(--size40);
    color: #ffffff;
    margin: var(--top60) auto;
    text-align: center;
    font-family: 'bold';
}
.cult_max{
    width: var(--max);
    overflow: hidden;
    margin: var(--top60) auto;
}
.cult_max ul{
    width: 100%;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--top30);
}
.cult_max ul li{
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #e5e5e5;
    padding: var(--top20);
}
.cult_max ul li h2{
    text-align: center;
    width: 300px;
    text-align: center;
    font-size: var(--size18);
    color: #1a1a1a;
    font-family: 'bold';
    border-right: 1px solid #e5e5e5;
}
.cult_max ul li p{
    width: calc(100% - 300px);
    padding: 0 10vw;
    font-size: var(--size18);
    color: #00afee;
    font-family: 'bold';
}
.content{
    width: var(--max);
    overflow: hidden;
    margin: auto;
    margin-top: var(--top30);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.content ul{
    width: 48%;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}
.content ul li{
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.content ul li img{
    width: 16px;
    height: auto;
}
.content ul li p{
    width: calc(100% - 25px);
    overflow: hidden;
    font-size: var(--size14);
    color: #333333;
    line-height: 1.5;
}
#allmap{
    width: 48%;
    height: 500px;
}
#allmap div,
#allmap img{
    transition: auto;
}
.BMap_bubble_content p{
    font-size: 12px;
    line-height: 24px;
}
.foem{
    width: var(--max);
    margin: var(--top60) auto;
}
.foem form{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.foem_l{
    width: calc(50% - 3vw);
    margin-bottom: 10px;
}
.foem_l p{
    font-size: var(--size14);
    color: #152219;
    font-family: 'bold';
}
.foem_l p span{
    color: #ea3323;
}
.textarea{
    width: 100%;
}
.foem_l input{
    width: 100%;
    height: 50px;
    background: #f7f7f7;
    font-size: 12px;
    color: #b9b9b9;
    padding: 0 15px;
    display: block;
    margin-top: 5px;
}
.layui-form-select dl dd{
    font-size: 12px;
    color: #b9b9b9;
}
.layui-select-none{
    display: none;
}
.layui-input{
    border: transparent;
    border-radius: 0px;
}
.textarea textarea{
    width: 100%;
    height: 120px;
    background: #f7f7f7;
    font-size: 12px;
    color: #b9b9b9;
    padding: 15px;
    display: block;
    margin-top: 5px;
    font-family: "siyuanheiti";
    border: transparent;
    resize: none;
}
.tijaio{
    width: 100%;
    overflow: hidden;
    margin-top: var(--top60);
}
.submit{
    width: 200px;
    height: 50px;
    background: #2084bf;
    border-radius: 3px;
    float: right;
    font-size: var(--size14);
    color: #ffffff;
    font-family: 'bold';
    cursor: pointer;
}
.layui-layer{
    transition: auto;
}
.about{
    width: 100%;
    overflow: hidden;
    margin: var(--top60) auto;
}
.about ul{
    width: 100%;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--top60);
}
.about ul li{
    width: 100%;
    overflow: hidden;
}
.about_max{
    width: 1660px;
    max-width: calc(100% - 30px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    float: right;
}
.about ul li:nth-child(4n+3) .about_max{
    float: left;
}
.about_left{
    width: 48%;
    overflow: hidden;
}
.about_left h2{
    font-size: var(--size40);
    color: #1a1a1a;
}
.about_text{
    width: 100%;
    overflow: hidden;
    font-size: var(--size16);
    color: #212124;
    line-height: 1.8;
    margin-top: var(--top30);
}
.about_max img{
    width: 48%;
    height: auto;
}

.about_mun{
    width: 100%;
    overflow: hidden;
}
.about_mun h2{
    text-align: center;
    font-size: var(--size40);
    color: #1a1a1a;
}
.about_mun_text{
    width: var(--max);
    overflow: hidden;
    margin: auto;
    font-size: var(--size16);
    color: #212124;
    line-height: 1.8;
    margin-top: var(--top30);
}
.about_mun img{
    width: 100%;
    height: auto;
    margin-top: var(--top30);
}
.chanpin{
    width: var(--max);
    overflow: hidden;
    margin: var(--top60) auto;
}
.chanpin ul{
    width: 100%;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: var(--top20);
}
.chanpin ul li{
    width: 100%;
    overflow: hidden;
}
.chanpin ul li img{
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}
.chanpin ul li h2{
    text-align: center;
    font-size: var(--size16);
    color: #1a1a1a;
    margin-top: var(--top20);
}
.price{
    width: 200px;
    line-height: 60px;
    background: #2084bf;
    border-radius: 5px;
    font-size: var(--size20);
    color: #ffffff;
    font-family: 'bold';
    margin: auto;
    margin-top: var(--top60);
    text-align: center;
    cursor: pointer;
}
.tanchuang{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgb(0, 0, 0,0.5);
    display: none;
    transition: auto;
}
.tanchuang_max{
    width: 1500px;
    max-width: calc(100% - 30px);
    background: #ffffff;
    padding: var(--top30) var(--top60);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}
.tanchuang_max>h2{
    font-size: var(--size30);
    color: #152219;
    border-bottom: 2px solid #ea3323;
    padding-bottom: 10px;
    font-family: 'bold';
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.tanchuang_max>h2 svg{
    width: 26px;
    cursor: pointer;
}
.tanchuang_max>p{
    font-size: var(--size16
    );
    color: #4c4c4c;
    margin-top: 10px;
}
.tanchuang_max .foem{
    width: 100%;
    margin: 0;
    margin-top: var(--top50);
    overflow: auto;
}
.chan_show{
    width: var(--max);
    overflow: hidden;
    margin: auto;
    margin-top: var(--top50);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.chan_show_left{
    width: 400px;
    overflow: hidden;
}
.mySwiper2{
    width: 100%;
    overflow: hidden;
}
.mySwiper2 img{
    width: 100%;
    height: auto;
}
.mySwiper{
    width: 100%;
    margin-top: 10px;
}
.mySwiper img{
    width: 100%;
    height: auto;
}
.mySwiper .swiper-slide{
    border: 2px solid #ffffff;
    box-sizing: border-box;
}
.mySwiper .swiper-slide-thumb-active{
    border: 2px solid #ed6e2e;
}
.chan_show_right{
    width: calc(100% - 430px);
    overflow: hidden;
}
.chan_show_right>h2{
    font-size: var(--size24);
    color: #000000;
    font-family: 'bold';
}
.chan_show_right ul{
    width: 100%;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin: var(--top30) auto;
}
.chan_show_right ul li{
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.chan_show_right ul li h2{
    width: 110px;
    font-size: var(--size14);
    color: #000000;
}

.chan_show_right ul li p{
    width: calc(100% - 110px);
    font-size: var(--size14);
    color: #484848;
}
.chan_show_right>p{
    width: 500px;
    max-width: 100%;
    background: #5aa5d8;
    padding: var(--top20);
    color: #ffffff;
    font-size: var(--size14);
    line-height: 2;
}
.chan_show_text{
    width: 500px;
    display: block;
    max-width: 100%;
    overflow: hidden;
    border: 1px solid #f1f1f3;
    margin-top: 10px;
}
.chan_show_text h2{
    font-size: var(--size14);
    color: #197c2a;
    background: #f5f5f5;
    padding: var(--top20);
}
.chan_show_text_a{
    width: 100%;
    overflow: hidden;
    padding: var(--top20);
    font-size: var(--size14);
    color: #000000;
    line-height: 2;
}
.show_cun{
    width: var(--max);
    overflow: hidden;
    margin: var(--top60) auto;
}
.show_cun>h2{
    font-size: var(--size16);
    color: #0c0c0c;
    line-height: 40px;
    border-bottom: 1px solid #e0e0e0;
}
.show_cun>h2 span{
    width: max-content;
    display: block;
    border: 1px solid #0c0c0c;
    padding: 0 15px;
}
.show_cun_text{
    width: 100%;
    overflow: hidden;
    font-size: var(--size14);
    color: #000000;
    line-height: 2;
    margin-top: var(--top20);
}
.show_cun_text img{
    max-width: 100%;
    height: auto;
}

.footer{
    width: 100%;
    overflow: hidden;
    background: #35363a;
}
.footer_max{
    width: var(--max);
    overflow: hidden;
    margin: var(--top100) auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.footer_ul{
    width: max-content;
    overflow: hidden;
}
.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: #ffffff;
    font-family: 'bold';
}
.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: 20px;
}
.footer_ul ul li{
    font-size: var(--size16);
    color: #ffffff;
}
.fenlei{
    width: 100%;
    overflow: hidden;
    display: grid;
}
.fenlei a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 15px;
    font-size: var(--size14);
    color: #ffffff;
}
.fenlei a::before{
    content: "";
    width: 14px;
    height: 1px;
    background: #959da5;
    display: block;
    margin-right: 10px;
}

.jiejue{
    width: 100%;
    overflow: hidden;
    margin: var(--top60) auto;
}
.jiejue>span{
    font-size: var(--size18);
    color: #212124;
    text-align: center;
    display: block;
    width: 800px;
    margin: auto;
    max-width: calc(100% - 30px);
}
.jiejue>h2{
    font-size: var(--size36);
    color: #212124;
    text-align: center;
    display: block;
    width: 800px;
    max-width: calc(100% - 30px);
    margin: auto;
    margin-top: var(--top20);
}
.jiejue>p{
    font-size: var(--size16);
    color: #212124;
    text-align: center;
    line-height: 1.5;
    display: block;
    width: 800px;
    margin: auto;
    max-width: calc(100% - 30px);
    margin-top: var(--top20);
}




.jiejue ul{
    width: 100%;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--top60);
    margin-top: var(--top60);
}
.jiejue ul li{
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.jiejue ul li:nth-child(2n){
    justify-content: flex-end;
}
.jiejue_max{
    width: 1660px;
    max-width: calc(100% - 30px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.jiejue ul li:nth-child(2n) .jiejue_max{
    flex-direction: row-reverse;
}
.jiejue_left{
    width: 40%;
    overflow: hidden;
}
.jiejue_left span{
    display: block;
    font-size: var(--size16);
    color: #212124;
}
.jiejue_left h2{
    font-size: var(--size40);
    color: #212124;
    margin-top: var(--top20);
    line-height: 1.2;
}
.jiejue_text{
    font-size: var(--size16);
    color: #212124;
    line-height: 1.7;
    margin-top: var(--top20);
}
.jiejue_left a{
    width: max-content;
    display: block;
    line-height: 50px;
    padding: 0 20px;
    background: #197c2a;
    font-size: var(--size14);
    color: #ffffff;
    margin-top: var(--top30);
}
.jiejue_max img{
    width: 56%;
    height: 90vh;
    object-fit: contain;
}
.jiejue>a{
    width: max-content;
    display: block;
    line-height: 42px;
    border: 2px solid #197c2a;
    font-size: var(--size14);
    color: #197c2a;
    padding: 0 20px;
    margin: auto;
    margin-top: var(--top20);
    border-radius: 3px;
}
.chuxuxing{
    width: 100%;
    overflow: hidden;
    margin: auto;
    margin-top: var(--top60);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: var(--top100) 0;
}

.chuxuxing h2{
    font-size: var(--size40);
    color: #ffffff;
    text-align: center;
    font-family: 'bold';
}
.chuxuxing p{
    font-size: var(--size18);
    color: #ffffff;
    margin-top: var(--top30);
    text-align: center;
}
.aboun{
    width: calc(100% - 30px);
    margin: var(--top50) auto;
}
.aboun>h2{
    font-size: var(--size36);
    color: #212124;
    text-align: center;
}
.aboun ul{
    width: 100%;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
    margin-top: var(--top50);
}
.aboun ul li{
    width: 100%;
    overflow: hidden;
    background: #f6f6f6;
    padding: var(--top50) var(--top20);
}
.aboun ul li img{
    width: max-content;
    height: 50px;
    margin: auto;
}
.aboun ul li h2{
    text-align: center;
    font-size: var(--size20);
    color: #242424;
    margin-top: var(--top30);
}
.aboun ul li p{
    text-align: center;
    font-size: var(--size16);
    color: #242424;
    margin-top: var(--top20);
}
.aboun ul li a{
    font-size: var(--size30);
    color: #e3382c;
    font-family: 'bold';
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: var(--top20);
}
.aboun ul li a svg{
    width: 20px;
    height: auto;
    margin-right: 10px;
}

.beian{
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #00000020;
}
.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: #ffffff;
    margin: 0 5px;
}








