*{ margin:0; padding:0}
@font-face {
    font-family:'STHupo-Regular' ;
    src: url('../font/STHUPO.TTF');
}
@font-face {
    font-family:'jt' ;
    src: url('../font/HelloFont-ID-JiangHuTi.ttf');
}
@font-face {
    font-family:'yz' ;
    src: url('../font/Yozai-Regular.ttf');
}
body {width:100%;margin:0 auto;font-size:14px;font-family: PingFang SC;line-height:150%;color: #000;position:relative;letter-spacing: 0px;overflow-x: hidden;background: #f3f3f1;}
ul,dl,dd,dt,h1,h2,h3,h4,h5,h6,form { padding:0; margin:0;}
h1 { font-size:20px; font-family:'Microsoft YaHei';}
h2 { font-size:12px; font-weight:normal;}
h3 { font-size:14px; font-weight:normal;}
h4 { font-size:12px; font-weight:normal;}
h5 { font-size:12px; font-weight:normal;}
ul { list-style:none;}
li { list-style:none;}
img { border:none;}
a {color: #000; text-decoration:none;line-height: 1.5;}
a:hover{text-decoration:none;}
p{  padding:0; margin:0;line-height: 150%;}
section,header,main,footer{
    display: flex;width: 100%;position: relative;flex-direction: column;justify-content: center;align-items: center;}
input{border:0;outline:none;}


.d-flex{display: flex;}
.al-c{align-items: center;}
.jc-c{justify-content: center;}
.jc-s{justify-content: space-between;}
.al-fs{align-items: flex-start;}
.al-ed{align-items: flex-end;}
.jc-fs{justify-content: flex-start;}
.p-r{position: relative;}
.p-a{position: absolute;}
.p-f{position: fixed;}
.w100{width: 100%;}
.ft14{font-size: 0.14rem;line-height: 150%;}
.ft18{font-size: 0.18rem;line-height: 150%;}
.ft20{font-size: 0.2rem;line-height: 150%;}
.ft22{font-size: 0.22rem;line-height: 150%;}
.ft24{font-size: 0.24rem;line-height: 150%;}
.ft25{font-size: 0.25rem;line-height: 150%;}
.ft26{font-size: 0.26rem;line-height: 150%;}
.ft28{font-size: 0.28rem;line-height: 150%;}
.ft30{font-size: 0.30rem;line-height: 150%;}
.ft35{font-size: 0.35rem;line-height: 150%;}
.ft36{font-size: 0.36rem;line-height: 150%;}
.ft40{font-size: 0.4rem;line-height: 150%;}
.ft42{font-size: 0.42rem;line-height: 150%;}
.ft48{font-size: 0.48rem;line-height: 150%;}
.ft60{font-size: 0.6rem;line-height: 150%;}
.mt30{margin-bottom: 0.3rem;}
.m_t50{margin-top: 0.5rem;}
.none{display: none;}
.flex-column{flex-direction: column;}
.wrap{flex-wrap: wrap;}
.mw100{max-width: 100%;}
.w1920{width: 19.2rem;}
.wap{display: none;}
/* .min1920{min-width: 1920px;} */
.fsour{font-family: 'sour';}
.avtive{color: #ff9900;}
.lh150{line-height: 150%;}
.w1400{width: 1400px;}
.w1200{width: 1200px;}
.arcbody{
    margin-top: 0.2rem;
    width: 100%;
    }
.arcbody * {
    max-width: 100%;
    line-height: 1.8;
}
.arcbody img {
    width: auto;
    max-width: 100%;
    margin: 0.15rem 0 0;
    height: auto!important;
}
.arcbody p{}
.text-line{
    background: linear-gradient(0deg,var(--bgcolor),var(--bgcolor)) no-repeat left bottom;
    background-size: 0% 0.02rem;
    transition: all 0.3s;
    display: inline!important;
}
.text-line:hover{
    background-size: 100% 0.02rem; 
}
:root{
    --bgcolor: #8f5407;
    --fontcolor: #8f5407;
    --b-r:0.05rem;
    --hoverbg: #8f5407;
    --hoverfont: #8f5407;
}
.w1296{width: 1200px;}

/**********å¤´éƒ¨*****/
.headxf{position: sticky;top: 0;left: 0;width: 100%;background: #f3f3f1;display: flex;justify-content: center;align-items: center;z-index: 100;border-bottom: 1px #F4F4F4 solid;}
.head{
    height: 1.7rem;
    width: 17.4rem;
    max-width: 96%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.head .logo-wrap{
    display: flex;
    justify-content: center;
    align-items: center;
}
.head .logo-wrap .logoimg{
    width: 4rem;
}
.background-c{
        background-color: #79302A;
}
.navbox{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.navbox .navlist{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-right: 2rem;
}
.navbox .navlist .nav{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-left: 1.2rem;
    height: 100%;
    color: #020202;
    font-weight: 500;
    font-family: Source Han Sans-Medium;
}
.navbox .navlist .nav .a1{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px #D8D8D8 solid;
}
.navbox .navlist .nav .a1 .p1{
    font-size: 14px;
    color: #989898;
    transform: rotate(90deg);
    position: absolute;
    top: 0.1rem;
    right: 0.3rem;
    width: 100%;
}
.navbox .navlist .nav .a1 .p2{
    font-size: 18px;
    width: 0.18rem;
    line-height: 1.1;
    font-family: HarmonyOS Sans SC;
    color: #212121;
}
.navbox .navlist .nav .a1 .xian{
    width: 1px;
    height: 13px;
    background: #7D342D;
    margin-bottom: auto;
    margin-left: 20px;
}
.navbox .navlist .nav.this .a1 .p1{
    color: #79302A;
}
.navbox .navlist .nav.this .a1 .p2{
    color: #79302A;
}
.navbox .navlist .nav.this .a1 .xian{}

.navbox .navlist .nav .downimg{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0.1rem;
    width: 0.18rem;
    height: 0.18rem;
    background: url(../img/down.png);
    background-size: 100% 100%;
    transition: all 0.3s;
}
.navbox .navlist .nav .downimg .icon{
    width: 0.18rem;
    transition: all 0.3s;
}
.navbox .navlist .nav .erji{
    overflow: hidden;
    position: absolute;
    display: none;
    flex-direction: column;
    top: 100%;
    left: 0;
    background: rgba(0,0,0,0.4);
    box-sizing: border-box;
    width: max-content;
}
.navbox .navlist .nav .erji .a2{
    flex: none;
    font-size: .3rem;
    color: #fff;
    box-sizing: border-box;
    padding: 0.18rem 0.5rem;
    width: 100%;
    transition: all 0.3s;
}

.navbox .navlist .nav:hover{}
.navbox .navlist .nav:hover .a1{}
.navbox .navlist .nav:hover .downimg{
    transform: rotate(180deg);
}
.navbox .navlist .nav:hover .downimg .icon{
    transform: rotate(180deg);
}
.navbox .navlist .nav:hover .erji{display: flex;}
.navbox .navlist .nav .erji .a2:hover{background: rgba(1, 34, 127, 1);}
.navbox .navlist .nav::after{content: '';width: 0;height: 0.06rem;background: #20A338;position: absolute;border-radius: 0.5rem;transition: all 0.3s;bottom: .3rem;left: 50%;transform: translate(-50%,0);display: none;}
.navbox .navlist .nav:hover::after{
    width: 60%;
}
.navbox .navlist .nav.this{}
.navbox .navlist .nav.this::after{
    width: 60%;
}
.lgbox{
    display: flex;
    justify-content: center;
    align-items: center;
}
.lgbox .sousuo{
    width: 1.6rem;
    height: 0.36rem;
    box-sizing: border-box;
    border: 1px #fff solid;
    border-radius: 0.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}
.lgbox .sousuo .seach_t{
    width: 1.2rem;
    background: transparent;
    text-indent: 0.2rem;
    font-size: 0.1rem;
    color: #fff;
}

.lgbox .sousuo .seach_t::-webkit-input-placeholder {
    color:#fff
    }
.lgbox .sousuo .seach_s{
    width: 0.36rem;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../img/ss1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0.2rem;
}
.lgbox .lgurl{
    background: #fff;
    border-radius: 50%;
    margin-left: 0.1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0.36rem;
    height: 0.36rem;
}
.lgbox .lgurl .icon{
    width: 100%;
}
/**********å¤´éƒ¨*****/
.up-down{
    width: 100%;
    border-top: 1px #ebebeb solid;
    margin-top: 0.5rem;
    padding-top: 0.3rem;
}
.up-down .fy{
    margin-bottom: 0.05rem;
}
.up-down .fy a{
    font-size: 0.16rem;
    color: #4d4d4d;
}
.up-down .fy a:hover{color: var(--hoverfont);}

.index1{
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.index1 .v1{
    width: 100%;
}
.index1 .tbox{
    position: absolute;
    width: 15.8rem;
    max-width: 94%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    transition: all 0.3s;
    opacity: 1;
}
.index1 .zanting{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: -1;
}

.index1.this{}
.index1 .v1{}
.index1.this .tbox{
    opacity: 0;
}
.index1.this .zanting{
    z-index: 5;
}

.index1 .tbox .p1{
    font-size: 1rem;
    color: #C9151E;
    font-family: STHupo-Regular;
    font-weight: 400;
    margin-right: 2rem;
}
.index1 .tbox .line{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.index1 .tbox .play{
    width: 0.18rem;
}
.index1 .tbox .p2{
    font-size: 1rem;
    color: #C9151E;
    font-family: STHupo-Regular;
    font-weight: 400;
}
.index1 .tbox .imgbox{
    width: 0.5rem;
    height: 0.5rem;
    border: 0.02rem #C9151E solid;
    border-radius: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0.5rem;
    cursor: pointer;
}
.index1 .tbox .imgbox .box{
    width: 0.4rem;
    background: #C9151E;
    height: 0.4rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index2{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: 100% 100%;
}
.index2 .box{
    width: 15.8rem;
    max-width: 94%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin: 2rem 0 3.5rem;
}
.index2 .box .tbox{
    width: 6.4rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.index2 .box .tbox .p1{
    font-size: 0.36rem;
    color: #fff;
    font-weight: 700;
    font-family: Source Han Sans-Bold;
}
.index2 .box .tbox .p2{
    font-size: 0.36rem;
    color: #fff;
    font-weight: 700;
    font-family: Source Han Sans-Bold;
}
.index2 .box .tbox .p3{
    font-size: 0.2rem;
    color: #fff;
    font-weight: 500;
    margin-top: 0.3rem;
    font-family: Source Han Sans-Medium;
    text-align: justify;
}
.index2 .box .lmbox{
    display: flex;
}
.index2 .box .lmbox .list{
    width: 4.3rem;
    height: 2.3rem;
    background: rgba(255,255,255,0.8);
    margin-left: 0.2rem;
    border-radius: 0.1rem;
    box-sizing: border-box;
    padding: 0.55rem 0.35rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    transition: all 0.3s;
}
.index2 .box .lmbox .list .p1{
    color: #020202;
    font-size: 0.24rem;
    font-weight: 700;
    font-family: Source Han Sans-Bold;
    transition: all 0.3s;
}
.index2 .box .lmbox .list .p2{
    font-size: 0.2rem;
    color: #020202;
    font-weight: 500;
    font-family: Source Han Sans-Medium;
    transition: all 0.3s;
}
.index2 .box .lmbox .list .xian{
    width: 0.3rem;
    height: 0.04rem;
    background: #20A338;
    border-radius: 0.03rem;
    margin-bottom: 0.2rem;
    transition: all 0.3s;
}
.index2 .box .lmbox .list:hover{
    background: rgba(14,158,63,0.9);
}
.index2 .box .lmbox .list:hover .p1{
    color: #fff;
}
.index2 .box .lmbox .list:hover .p2{
    color: #fff;
}
.index2 .box .lmbox .list:hover .xian{
    background: #fff;
}

.allbox{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
}
.allbox .allbg{
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}
.allbox .cbox{width: 14.8rem;max-width: 94%;display: flex;flex-direction: column;z-index: 1;position: relative;margin: 0.8rem 0;border-radius: 0.16rem;}
.allbox .cbox .xfimg{
    width: 4.5rem;
    position: absolute;
    right: 0;
    bottom: -1.3rem;
    right: -0.35rem;
}
.allbox .cbox .allhead{
    width: 100%;
    background: #009944;
    border-radius: 0.16rem 0.16rem 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 0.15rem 0.4rem;
}
.allbox .cbox .allhead .daohang{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}
.allbox .cbox .allhead .daohang .p1{
    font-size: 0.24rem;
    font-weight: 700;
    color: #fff;
    font-family: Source Han Sans-Bold;
}
.allbox .cbox .allhead .daohang .p1 span{
    font-size: 0.14rem;
    font-family: DIN-Bold;
    text-transform: uppercase;
}
.allbox .cbox .allhead .daohang .line{
    font-size: 0.14rem;
    color: #fff;
}
.allbox .cbox .allhead .daohang .line .a1{
    color: inherit;
}
.allbox .cbox .allhead .nynav{
    display: flex;
    justify-content: center;
    align-items: center;
}
.allbox .cbox .allhead .nynav .a1{
    font-size: 0.22rem;
    color: #fff;
    position: relative;
    font-weight: 500;
    font-family: Source Han Sans-Medium;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0.8rem;
}
.allbox .cbox .allhead .nynav .a1::after{content: '';width: 0;height: 0.06rem;background: #fff;border-radius: 0.03rem;transition: all 0.3s;position: absolute;bottom: -0.15rem;left: 50%;transform: translate(-50%,0);}
.allbox .cbox .allhead .nynav .a1.this{}
.allbox .cbox .allhead .nynav .a1.this::after{content: '';width: 0.4rem;}
.allbox .cbox .allhead .nynav .a1:hover{}
.allbox .cbox .allhead .nynav .a1:hover::after{content: '';width: 0.4rem;}

.allbox .cbox .allbody{
    background: rgba(239, 255, 246, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 0 0.16rem 0.16rem;
}


.about{
    width: 100%;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0.5rem 0.4rem 2.8rem;
    flex-wrap: wrap;
}
.about .tbox{
    width: 7.14rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.about .tbox .p1{
    color: #212121;
    font-size: 0.36rem;
    font-weight: 700;
    font-family: Source Han Sans-Bold;
}
.about .tbox .p2{
    color: #212121;
    font-size: 0.36rem;
    font-weight: 700;
    font-family: Source Han Sans-Bold;
}
.about .tbox .p3{
    font-size: 0.2rem;
    color: #212121;
    line-height: 2;
    margin-top: 0.2rem;
}
.about .icon{
    width: 6.7rem;
}

.wenhua{
    width: 100%;
    display: flex;
    box-sizing: border-box;
    padding: 0.5rem 0.4rem 2.8rem;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.wenhua .icon{
    width: 3.77rem;
}
.wenhua .tbox{
    width: 80%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.wenhua  .p1{
    font-size: 0.36rem;
    color: #002B13;
    font-weight: 700;
    font-family: Source Han Sans-Bold;
}
.wenhua .tbox .p2{
    display: flex;
    font-size: 0.3rem;
    color: #002B13;
    font-weight: 400;
    font-family: Source Han Sans-Regular;
    line-height: 2.5;
    margin: 0.4rem;
}

.zhengshu{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    padding: 0.4rem;
}
.zhengshu .zsbox{
    width: 100%;
    display: flex;
}
.zhengshu .zsbox .list{
    width: 23%;
    background: #fff;
    border-radius: 0.1rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    overflow: auto;
    margin: 0 1% 1%;
}
.zhengshu .zsbox .list .imgbox{
    width: 2.65rem;
    height: 3.65rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.05rem 0;
}
.zhengshu .zsbox .list .imgbox .icon{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.zhengshu .zsbox .list .p1{
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #009944;
    color: #fff;
    font-size: 0.2rem;
    font-weight: 700;
    font-family: Source Han Sans-Bold;
    padding: 0.1rem 0;
}
.page{
    width: 100%;
    display: flex;
    margin-top: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page .active{
    margin: 0 0.1rem;
}
.page .total{
    margin: 0 0.1rem;
}
.index3{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: 100% 100%;
    overflow: hidden;
}
.index3 .box{
    width: 15.8rem;
    max-width: 94%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 2rem;
    margin-bottom: 0.5rem;
}
.index3 .box .p1{
    font-size: 0.36rem;
    color: #fff;
    font-weight: 700;
    font-family: Source Han Sans-Bold;
}
.index3 .box .p2{
    font-size: 0.36rem;
    color: #fff;
    font-weight: 700;
    font-family: Source Han Sans-Bold;
}

.index3 .box .prolist{
    width: 12rem;
    max-width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    background: #fff;
    border-radius: 0.1rem;
    box-sizing: border-box;
    padding: 1rem 0.3rem 0.3rem;
    margin-top: 0.5rem;
}
.index3 .box .prolist .bg1{
    position: absolute;
    left: 0;
    top: -0.4rem;
    width: 2rem;
}
.index3 .box .prolist .bg2{
    position: absolute;
    left: 87%;
    bottom: -0.5rem;
    z-index: 2;
    width: 6.2rem;
}

.index3 .box .prolist .douyin{
    position: absolute;
    right: 0.3rem;
    top: -0.5rem;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}
.index3 .box .prolist .douyin .p5{
    background: #000;
    color: #fff;
    border-radius: 0.05rem 0 0 0.05rem;
    font-size: 0.18rem;
    box-sizing: border-box;
    padding: 0.1rem;
    line-height: 1.2;
    z-index: 2;
}
.index3 .box .prolist .douyin .icon3{
    width: 1.3rem;
    margin-left: -0.1rem;
}

.index3 .box .prolist .a1{
    width: 3.6rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    border-radius: 0.1rem;
    overflow: hidden;
}
.index3 .box .prolist .a1 .imgbox{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.index3 .box .prolist .a1 .imgbox .icon2{
    position: absolute;
    top: 0.1rem;
    left: 0.1rem;
    width: 0.84rem;
}
.index3 .box .prolist .a1 .imgbox .icon{
    width: 100%;
}

.index3 .box .prolist .a1 .tbox{
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #009944;
    color: #fff;
    font-weight: 700;
    font-family: Source Han Sans-Bold;
    padding: 0.05rem 0;
    flex-direction: column;
}
.index3 .box .prolist .a1 .tbox .p3{
    font-size: 0.18rem;
}
.index3 .box .prolist .a1 .tbox .p4{
    font-size: 0.14rem;
}

.probox{
    width: 14rem;
    display: flex;
    max-width: 94%;
    margin-bottom: 0.8rem;
}
.probox .list{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
    background: #BDA17C;
}
.probox .list .imgbox{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.probox .list .imgbox .icon{
    width: 100%;
}
.probox .list .imgbox .tbox{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    opacity: 0;
    background: rgba(0,107,48,0.9);
}
.probox .list:hover .imgbox .tbox{
    opacity: 1;
}
.probox .list .imgbox .tbox .icon2{
    margin-top: 0.3rem;
    width: 0.84rem;
}
.probox .list .imgbox .tbox .p3{
    font-size: 0.22rem;
    color: #fff;
    width: 90%;
    margin-top: auto;
    margin-bottom: 0.3rem;
}
.probox .list .tbox2{
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #009944;
    color: #fff;
    font-weight: 700;
    font-family: Source Han Sans-Bold;
    padding: 0.05rem 0;
    flex-direction: column;
}
.probox .list .tbox2 .p1{
    font-size: 0.2rem;
}
.probox .list .tbox2 .p2{
    font-size: 0.16rem;
}

.probody{
    width: 10.7rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    max-width: 94%;
    margin: 0.5rem 0 1.5rem;
}
.probody .left{
    width: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.probody .indexdt{
    width: 100%;
}
.probody .indexdt .imgbox{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.1rem;
    overflow: hidden;
}
.probody .indexdt .imgbox .icon{
    width: 100%;
    object-fit: contain;
}

.probody .xtimg{
    width: 100%;
    display: flex;
    margin-top: 0.1rem;
}
.probody .xtimg .imgbox{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.1rem;
    overflow: hidden;
}
.probody .xtimg .imgbox .icon{
    width: 100%;
}

.probody .right{
    width: 5.25rem;
    margin-left: 0.5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.probody .right .p1{
    font-size: 0.24rem;
    color: rgba(0, 61, 27, 1);
    font-weight: 700;
    font-family: Source Han Sans-Bold;
    border-bottom: 1px rgba(0, 61, 27, 1) dashed;
    width: 100%;
    padding-bottom: 0.05rem;
    margin-bottom: 0.1rem;
}
.probody .right .p2{
    font-size: 0.16rem;
    color: rgba(0, 61, 27, 1);
    font-weight: 400;
    font-family: Source Han Sans-Regula;
    line-height: 2;
    margin-bottom: 0.2rem;
}
.probody .right .p3{
    background: rgba(0, 153, 68, 1);
    color: #fff;
    font-size: 0.2rem;
    box-sizing: border-box;
    border-radius: 0.1rem;
    padding: 0.1rem 0.2rem;
    font-weight: 700;
    font-family: Source Han Sans-Bold;
}
.probody .right .p3 span{font-size: 0.14rem;}
.probody .box2{
    width: 100%;
    margin-top: 0.4rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.probody .box2 .pt{
    width: 100%;
    height: 0.5rem;
    background: rgba(0, 153, 68, 1);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #fff;
    font-size: 0.18rem;
    box-sizing: border-box;
    padding-left: 0.2rem;
}
.index4{
    width: 100%;
    display: flex;
    align-items: center;
    background-size: 100% 100%;
    overflow: hidden;
    justify-content: center;
}
.index4 .box{
    width: 14rem;
    max-width: 94%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 1rem;
}
.index4 .box .a1{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 2.5rem;
}
.index4 .box .a1 .icon{
    width: 2.38rem;
}
.index4 .box .a1 .p1{
    font-size: 0.16rem;
    width: 1.24rem;
    height: 0.38rem;
    background: rgba(0, 153, 68, 1);
    border-radius: 0.5rem;
    margin: 0.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: DIN-Bold;
    font-weight: bold;
}

.index4 .box .newslist{
    margin-left: 2rem;
    overflow: hidden;
    height: 8rem;
    border-left: 2px #ffffff59 solid;
    width: 7.6rem;
}
.index4 .box .newslist .gunbox{
    width: 8rem;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
}

.index4 .box .newslist .gunbox .a2{
    border-bottom: 2px #ffffff5c solid;
    box-sizing: border-box;
    padding: 0.35rem 0.3rem 0.3rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 7.5rem;
}
.index4 .box .newslist .gunbox .a2 .p1{
    font-size: 0.2rem;
    color: #fff;
    font-family: Source Han Sans-Bold;
    font-weight: 700;
    margin-bottom: 0.2rem;
    text-shadow: 1px 1px black;
}
.index4 .box .newslist .gunbox .a2 .p2{
    color: #fff;
    font-size: 0.16rem;
    font-weight: 500;
    border-bottom: 1px #fff solid;
}
.index4 .box .newslist .gunbox .a2 .p3{
    margin-top: 0.5rem;
    color: #fff;
    font-size: 0.12rem;
}

.index5{
    width: 100%;
    display: flex;
    align-items: center;
    background-size: 100% 100%;
    overflow: hidden;
    justify-content: center;
    position: relative;
}
.index5 .box2{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background: linear-gradient(to right,rgba(0,153,68,1),rgba(0,153,68,0));
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}
.index5 .box{
    width: 15.8rem;
    max-width: 94%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 1.1rem 0;
}
.index5 .box .p1{
    text-transform: uppercase;
    font-size: 0.36rem;
    font-weight: 700;
    color: #fff;
    font-family: Source Han Sans-Bold;
}
.index5 .box .p2{
    text-transform: uppercase;
    font-size: 0.36rem;
    font-weight: 700;
    color: #fff;
    font-family: Source Han Sans-Bold;
}
.index5 .box .p3{
    width: 8.25rem;
    color: #fff;
    font-weight: 500;
    font-family: Source Han Sans-Medium;
    line-height: 2;
    max-width: 100%;
    font-size: 0.24rem;
}
.index5 .box .icon{
    width: 2.4rem;
    margin: 0.2rem 0;
}
.index5 .box .a1{
    width: 1.44rem;
    height: 0.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.5rem;
    background: #fff;
    margin-top: 0.5rem;
    font-size: 0.16rem;
    color: rgba(0, 153, 68, 1);
    font-family: DIN-Bold;
    font-weight: bold;
}

.dingzhi{
    width: 100%;
    box-sizing: border-box;
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.dingzhi .p1{
    font-size: 0.3rem;
    font-family: Source Han Sans-Bold;
    font-weight: 700;
}

.index6{
    width: 100%;
    display: flex;
    align-items: center;
    background-size: 100% 100%;
    overflow: hidden;
    justify-content: center;
}
.index6 .box{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1.85rem 0;
    max-width: 94%;
    margin-left: -2rem;
}
.index6 .box .icon{
    width: 3.9rem;
    margin-right: 2rem;
}
.index6 .box .tbox{
    font-family: Source Han Sans-Bold;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.index6 .box .tbox .p1{
    font-size: 0.3rem;
    font-weight: 700;
    color: #fff;
}
.index6 .box .tbox .p2{
    font-weight: 700;
    color: #fff;
    font-size: 0.5rem;
    text-shadow: 1px 1px BLACK;
}
.index6 .box .tbox .p3{
    font-weight: 700;
    color: #fff;
    font-size: 0.2rem;
    margin-top: 0.2rem;
}
.index6 .box .tbox .p4{
    font-weight: 700;
    color: #fff;
    font-size: 0.24rem;
    margin-bottom: 0.6rem;
    text-shadow: 1px 1px black;
}
.index6 .box .tbox .p5{
    font-weight: 700;
    color: #fff;
    font-size: 0.2rem;
    margin-bottom: 0.2rem;
    text-shadow: 1px 1px black;
}
.index6 .box .tbox .p6{
    font-size: 0.12rem;
    color: #fff;
    box-sizing: border-box;
    padding: 0rem 0.1rem;
    line-height: 1.2;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.index6 .box .tbox .sys{
    background: #000;
    display: flex;
    height: 0.4rem;
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: 1rem;
}
.index6 .box .tbox .sys .icon2{
    width: 1.1rem;
    height: 1.1rem;
    margin-bottom: 0.1rem;
}
.contact{
    width: 100%;
    box-sizing: border-box;
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background: #EDE8E4;
}
.contact .map{width: 7rem;}
.contact .box{
    width: 14rem;
    display: flex;
    justify-content: space-between;
    max-width: 94%;
    flex-wrap: wrap;
    margin: 0.4rem 0;
    background: #fff;
}
.contact .box .left{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.contact .box .left .p1{
    color: #003216;
    font-size: 0.26rem;
    font-weight: 700;
    font-family: Source Han Sans-Bold;
}
.contact .box .left .p2{
    color: #003216;
    font-size: 0.26rem;
    font-weight: 700;
    font-family: Source Han Sans-Bold;
    margin-bottom: 0.1rem;
}
.contact .box .left .p3{
    color: #003216;
    font-size: 0.22rem;
    font-weight: 500;
    font-family: Source Han Sans-Medium;
    margin-bottom: 0.2rem;
}
.contact .box .liuyan{
    width: 6.7rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.contact .box .liuyan .p1{
    font-size: 0.28rem;
    color: #003216;
    font-weight: 700;
    font-family: Source Han Sans-Bold;
    margin-left: 1rem;
    margin-bottom: 0.05rem;
}
.contact .box .liuyan .line{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0.1rem;
}
.contact .box .liuyan .line .p2{
    width: 1rem;
    text-align: right;
    font-size: 0.18rem;
    color: #003216;
    font-weight: 500;
    font-family: Source Han Sans-Medium;
}
.contact .box .liuyan .input1{
    background: #fff;
    border: 1px #003216 solid;
    border-radius: 0.04rem;
    resize: none;
    flex: 1;
    height: 0.5rem;
    border-top: 0;
    margin-left: 0.05rem;
    font-size: 0.18rem;
}
.contact .box .liuyan .input2{
    background: #fff;
    border: 1px #003216 solid;
    border-radius: 0.04rem;
    resize: none;
    flex: 1;
    height: 1.5rem;
    border-top: 0;
    margin-left: 0.05rem;
    font-size: 0.18rem;
}
.contact .box .liuyan .submit{
    background: #02883D;
    width: calc(100% - 1.05rem);
    margin-left: auto;
    height: 0.5rem;
    font-size: 0.18rem;
    color: #fff;
    font-family: Source Han Sans-Medium;
    font-weight: 500;
    border-radius: 0.04rem;
}
.footbox{
    background: #fff;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.footer{
    width: 14rem;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0.4rem 0;
    max-width: 94%;
}
.footer .fbox{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0.5rem;
    box-sizing: border-box;
    border-right: 1px #ffffff4d solid;
} 
.footer .fbox .pt{font-size: 0.2rem;color: #fff;position: relative;font-family: Source Han Sans-Bold;font-weight: 700;margin-bottom: 0.2rem;}
.footer .fbox .pt::after{content: '';position: absolute;width: 0.3rem;height: 0.04rem;background: #fff;left: 0;top: 105%;}

.flxwm{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 4.4rem;
}
.flxwm .p1{
    font-size: 0.16rem;
    color: #fff;
    font-weight: 500;
    font-family: Source Han Sans-Medium;
    margin-bottom: 0.15rem;
}

.fnav{
}
.fnav .a1{
    font-size: 0.18rem;
    font-weight: 400;
    font-family: Source Han Sans-Regular;
    color: #fff;
    margin-bottom: 0.15rem;
}

.fewm{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.fewm .icon{
    width: 1.1rem;
    margin-bottom: 0.05rem;
}
.fewm .p1{
    color: #fff;
    font-size: 0.14rem;
}

.copyright{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.12rem;
    color: #fff;
    border-top: 1px #f6f6f6 solid;
    padding: 0.1rem 0;
    flex-wrap: wrap;
}
.copyright .a1{
    margin: 0 0.1rem;
    font-size: 0.16rem;
    color: #999999;
}

.lunbo1{
    width: 100%;
    max-width: 100%;
}
.lunbo1 .a1{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.lunbo1 .a1 .icon{
    width: 100%;
}
.lunbo1 .a1 .tbox{
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 14rem;
    max-width: 94%;
}
.lunbo1 .a1 .tbox .p1{
    font-size: 0.6rem;
    color: #79302A;
    font-family: jt;
}
.lunbo1 .a1 .tbox .p2{
    width: 6.5rem;
    font-size: 0.18rem;
    color: #79302A;
    margin-top: 0.1rem;
}
.form1{
    width: 17.4rem;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #79302A;
    height: 1.1rem;
}
.form1 .box{
    width: 14rem;
    max-width: 94%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.form1 .box .line{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-left: 1px #A84B43 solid;
    height: 100%;
    font-size: 0.2rem;
    color: #fff;
}
.form1 .box .line .p1{}
.form1 .box .line .input1{
    background: transparent;
    color: #fff;
    font-size: 0.2rem;
    flex: 1;
}
.form1 .box .line .icon{
    max-width: 0.3rem;
    margin: 0 0.2rem;
}
.form1 .box  .submit{
    background-color: #D4AD8C;
    background-image: url(../img/kuang.png);
    width: 1.64rem;
    height: 0.98rem;
    color: #fff;
    font-size: 0.2rem;
    font-weight: 700;
    background-size: 100% 100%;
}

.form1 .box  .input1::placeholder {
    color: #fff; /* 设置为灰色 */
    opacity: 1; /* Firefox 浏览器需要设置此属性 */
  }
  .inprobox{
    width: 19.2rem;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    background: url(../img/bg1.png);
}
  .xiant{
    position: absolute;
    left: 0;
    top: -0.45rem;
    height: 1rem;
    width: 1px;
    background: #79302A;
    display: flex;
    justify-content: center;
    align-items: center;
}
  .xiant .dot{
    position: absolute;
    bottom: -16px;
    width: 16px;
    height: 16px;
    border: 1px #79302A solid;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3px;
    box-sizing: border-box;
}
  .xiant .dot div{
    width: 100%;
    height: 100%;
    background: #79302A;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
 
  .boxs1{
    width: 14rem;
    max-width: 94%;
    display: flex;
    justify-content: space-between;
    margin-top: 0.45rem;
    align-items: end;
}
  .alltbox{
    display: flex;
    justify-content: flex-start;
    align-items: end;
    margin-left: 0.5rem;
    position: relative;
}
  .alltbox .p1{font-size: 0.24rem;font-family: yz;color: #212121;width: 0.24rem;line-height: 1;}
  .alltbox .tbox{
    margin-left: 0.3rem;
}
  .alltbox .tbox .p2{
    font-size: 0.14rem;
    color: #968C8C;
}
  .alltbox .tbox .p3{
    font-size: 0.24rem;
    font-weight: bold;
    color: #79302A;
}
  .boxs1 .tel{
    font-size: 0.26rem;
    color: #79302A;
    font-weight: bold;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    letter-spacing: 0.03rem;
}
  .boxs1 .tel .icon{
    width: 0.36rem;
    margin-right: 0.1rem;
}

  .prolb{
    width: 14rem;
    max-width: 94%;
    margin: 0.8rem 0;
    padding-bottom: 0.8rem;
}
  .prolb .swiper-slide{
    width: calc(17% - 30px);
}
  .prolb .pbox{
    display: flex;
    justify-content: space-between;
    align-items: self-end;
}
  .prolb .pbox .tbox{
    flex: 1;
    background: #fff;
    position: relative;
    border: 1px #C4BCB1 solid;
    box-sizing: border-box;
    margin-top: 0.4rem;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 0.8rem;
    min-height: 5.4rem;
}
  .prolb .pbox .tbox .p1{
    width: 0.37rem;
    font-size: 0.37rem;
    line-height: 1.2;
    font-family: jt;
    color: #212121;
}
  .prolb .pbox .tbox .p2{
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 0.16rem;
    color: #968C8C;
    margin-left: 0.25rem;
}
  .prolb .pbox .tbox .no{
    position: absolute;
    top: -0.4rem;
    width: 0.8rem;
    height: 0.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #D4B59A;
    font-size: 0.4rem;
    color: #fff;
}
  .prolb .pbox .hbox{
    display: none;
    flex-direction: column;
    width: 65%;
    margin-left: 0.3rem;
}
  .prolb .pbox .hbox .p1{
    font-size: 0.24rem;
    color: #212121;
    font-weight: bold;
    margin-bottom: 0.1rem;
}
  .prolb .pbox .hbox .p2{
    font-size: 0.18rem;
    color: #787878;
    width: 100%;
    margin-bottom: 0.3rem;
}
  .prolb .pbox .hbox .icon{
    width: 100%;
}

  .prolb .swiper-slide.swiper-slide-active{
    width: 45%;
}
  .prolb .swiper-slide-active .pbox{}
  .prolb .swiper-slide-active .pbox .tbox{
    background: #E9DDCF;
}
  .prolb .swiper-slide-active .pbox .tbox .p1{
    color: #79302A;
}
  .prolb .swiper-slide-active .pbox .tbox .p2{}
  .prolb .swiper-slide-active .pbox .tbox .no{
    background: #79302A;
}
  .prolb .swiper-slide-active .pbox .hbox{
    display: flex;
}
  .prolb .swiper-slide-active .pbox .hbox .p1{}
  .prolb .swiper-slide-active .pbox .hbox .p2{}
  .prolb .swiper-slide-active .pbox .hbox .icon{}
  .prolb .prev1{
    bottom: 0;
    top: auto;
    left: 44%;
    width: 0.56rem;
    height: 0.56rem;
    background: url(../img/left.png);
    background-size: 100% 100%;
}
  .prolb .prev1::after{
    display: none;
}

  .prolb .next1{
    bottom: 0;
    top: auto;
    right: 44%;
    width: 0.56rem;
    height: 0.56rem;
    background: url(../img/right.png);
    background-size: 100% 100%;
}
  .prolb .next1::after{
    display: none;
}
.inabout{
    width: 19.2rem;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-color: #79302A;
    background-image: url(../img/bg2.png);
    background-size: 100% 100%;
}
.inabout .box2{
    width: 14rem;
    max-width: 94%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0.8rem 0 1.3rem;
}
.inabout .box2 .icon{
    width: 6.6rem;
}
.inabout .box2 .tbox{
    width: 6.7rem;
    position: relative;
}
.inabout .box2 .tbox a{
    font-size: 0.18rem;
    color: #fff;
    position: absolute;
    right: 0;
    bottom: -0.5rem;
}
.inabout .box2 .tbox .p1{
    font-size: 0.24rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: 0.15rem;
}
.inabout .box2 .tbox .p2{
    font-size: 0.18rem;
    color: #fff;
}
.nybanner{
    width: 19.2rem;
    max-width: 100%;
}
.nybanner .icon{
    width: 100%;
}
.aboutbody{
    width: 10.4rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 94%;
    margin-top: -2rem;
    margin-bottom: 0.8rem;
}
.aboutbody .h1{
    line-height: 1.5;
    font-size: 20px;
    color: #79302A;
    font-weight: 500;
}
.aboutbody2{
    width: 19.2rem;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #EDE8E4;
}
.aboutbody2 .pt{
    font-size: 0.3rem;
    font-weight: bold;
    color: #79302a;
    margin: 0.6rem 0;
}
.aboutbody2 .ablb{
    width: 14rem;
    max-width: 94%;
    margin-bottom: 0.8rem;
}
.aboutbody2 .ablb .hbox{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 4rem;
    justify-content: center;
}
.aboutbody2 .ablb .hbox .icon{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.aboutbody2 .ablb .hbox .tbox .p1{
    font-size: 0.2rem;
    color: #fff;
    margin-bottom: 0.15rem;
}
.aboutbody2 .ablb .hbox .tbox{
    width: 100%;
    box-sizing: border-box;
    padding: 0.55rem 0.38rem;
    background: #BDA17C;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.aboutbody2 .ablb .hbox .tbox .p2{
    font-size: 0.16rem;
    color: #fff;
    text-align: center;
}


.aboutbody2 .ablb .swiper-slide-active{}
.aboutbody2 .ablb .swiper-slide-active .hbox{}
.aboutbody2 .ablb .swiper-slide-active .hbox .icon{}
.aboutbody2 .ablb .swiper-slide-active .hbox .tbox .p1{}
.aboutbody2 .ablb .swiper-slide-active .hbox .tbox{
    background: #79302A;
}
.aboutbody2 .ablb .swiper-slide-active .hbox .tbox .p2{}


.aboutbody2 .ablb .next1{
    width: 0.56rem;
    height: 0.56rem;
    background: url(../img/right.png);
    background-size: 100% 100%;
}
.aboutbody2 .ablb .prev1{
    width: 0.56rem;
    height: 0.56rem;
    background: url(../img/left.png);
    background-size: 100% 100%;
}
.aboutbody2 .ablb .prev1::after{
    display: none;
}
.aboutbody2 .ablb .next1::after{
    display: none;
}

.probox{}
.probox .boxlist{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0.34rem;
}
.probox .boxlist .list{}
.probox .boxlist .list .icon{
    width: 100%;
    aspect-ratio: 203/135;
}
.probox .boxlist .list .p1{
    text-align: center;
    font-size: 0.2rem;
    color: #fff;
    justify-content: center;
    align-items: center;
    width: 90%;
    white-space: nowrap;      /* 禁止换行 */
    overflow: hidden;         /* 隐藏溢出内容 */
    text-overflow: ellipsis;
    margin: 0.2rem 0;
}
.probox .boxlist .list:hover{background: #79302A;}

.contact{}
.contact .pt1{
    font-size: 0.3rem;
    font-weight: bold;
    color: #79302A;
}
.contact .box{}
.contact .box .tbox{
    width: 7rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    box-sizing: border-box;
    padding: 0.85rem 0.7rem;
    justify-content: space-between;
}
.contact .box .tbox .line{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.contact .box .tbox .line .imgbox{
    width: 0.5rem;
    height: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px #79302a solid;
    margin-right: 0.2rem;
}
.contact .box .tbox .line .imgbox .icon{
    max-width: 80%;
}
.contact .box .tbox .line .le{}
.contact .box .tbox .line .le .p1{
    font-size: 0.18rem;
    color: #212121;
}
.contact .box .tbox .line .le .p2{
    font-size: 0.18rem;
    color: #787878;
    gap: 0.2rem;
    display: flex;
}
.contact .box .map{ }
.contact .box .map .icon{
    width: 100%;
}
.form2{
    width: 8.2rem;
    max-width: 94%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0.8rem 0;
}
.form2 .input1{
    width: 100%;
    height: 0.6rem;
    margin-bottom: 0.2rem;
    font-size: 0.18rem;
    text-indent: 0.2rem;
    color: #9E9E9E;
}
.form2 .input2{
    width: 100%;
    height: 1.3rem;
    resize: none;
    border: 0;
    box-sizing: border-box;
    padding: 0.1rem 0.2rem;
    font-size: 0.18rem;
    color: #9E9E9E;
}
.form2 .p1{
    font-size: 0.3rem;
    font-weight: bold;
    color: #79302A;
    margin-bottom: 0.4rem;
}
.form2 .submit{
    width: 2.4rem;
    height: 0.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #79302A;
    color: #fff;
    border-radius: 0.5rem;
    font-size: 0.2rem;
    margin-top: 0.3rem;
}
.daohang{
    width: 14rem;
    max-width: 94%;
    color: #666666;
    font-size: 0.18rem;
    margin-top: -0.5rem;
}
.daohang a{
    color: #666666;
}
.proshow{
    width: 14rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    box-sizing: border-box;
    padding: 0.6rem 0.5rem;
    max-width: 94%;
    flex-wrap: wrap;
}
.proshow .left{
    width: 6.2rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.proshow .left .swiper2{
    width: 100%;
    margin-top: 0.2rem;
}
.proshow .left .swiper2 .imgbox{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.proshow .left .swiper2 .imgbox .icon{
    width: 100%;
    aspect-ratio: 203/135;
}
.proshow .left .swiper1{
    width: 100%;
}
.proshow .left .swiper1 .imgbox{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.proshow .left .swiper1 .imgbox .icon{
    width: 100%;
    aspect-ratio: 203 / 135;
}

.proshow .tbox{
    width: 5.7rem;
    display: flex;
    flex-direction: column;
}
.proshow .tbox .p1{
    font-size: 0.3rem;
    color: #212121;
    font-weight: b;
    font-weight: bold;
    margin-bottom: 0.3rem;
}
.proshow .tbox .p2{
    font-size: 0.18rem;
    color: #787878;
}

.proshow2{
    width: 14rem;
    max-width: 94%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background: #fff;
    margin-top: 0.5rem;
}
.proshow2 .p1{
    width: 100%;
    height: 0.74rem;
    background: #F7F5F6;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 0.2rem;
    text-indent: 0.3rem;
    color: #212121;
}
.proshow2 .box{
    width: 8.4rem;
    margin: 0.3rem 0 0.5rem;
    max-width: 94%;
}
.fenye{
    margin: 0.5rem 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 14rem;
    max-width: 94%;
}
.fenye a{
    font-size: 0.18rem;
    color: #212121;
}
.footbox{}
.footbox .foot{
    width: 14rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 94%;
}
.footbox .foot .box{
    width: 36%;
    display: flex;
    flex-direction: column;
}
.footbox .foot .box .line{
    margin-top: 0.75rem;
}
.footbox .foot .box .line .p1{
    font-size: 0.18rem;
    color: #999999;
}
.footbox .foot .box .line .p2{
    font-size: 0.18rem;
    color: #212121;
    display: flex;
    justify-content: flex-start;
    gap: 0.2rem;
    flex-wrap: wrap;
}
.footbox .foot .box .fnav{
    display: flex;
    flex-wrap: wrap;
    gap: 0.1rem;
    color: #212121;
    font-size: 0.18rem;
    line-height: 1.5;
}
.footbox .foot .box .fnav .a1{
    color: #212121;
    font-size: 0.18rem;
}
.footbox .foot .flogo{
    width: 2.04rem;
}
.copyright{}
.copyright .a1{}
/************** */
@media only screen and (max-width: 1201px) {
    .footbox{}
.footbox .foot{}
.footbox .foot .box{
    width: 30%;
}
.footbox .foot .box .line{}
.footbox .foot .box .line .p1{}
.footbox .foot .box .line .p2{}
.footbox .foot .box .fnav{}
.footbox .foot .box .fnav .a1{}
.footbox .foot .flogo{}
.copyright{}
.copyright .a1{}
    .fenye{}
.fenye a{}
    .proshow2{}
.proshow2 .p1{}
.proshow2 .box{}
    .proshow{}
.proshow .left{
    width: 100%;
}
.proshow .left .swiper2{}
.proshow .left .swiper2 .imgbox{}
.proshow .left .swiper2 .imgbox .icon{}
.proshow .left .swiper1{}
.proshow .left .swiper1 .imgbox{}
.proshow .left .swiper1 .imgbox .icon{}

.proshow .tbox{
    width: 100%;
    margin-top: 0.3rem;
}
.proshow .tbox .p1{}
.proshow .tbox .p2{}
    .form2{}
.form2 .input1{}
.form2 .input2{}
.form2 .p1{}
.form2 .submit{}
    .contact{}
.contact .pt1{}
.contact .box{}
.contact .box .tbox{
    padding: 0.4rem;
    gap: 0.3rem;
}
.contact .box .tbox .line{}
.contact .box .tbox .line .imgbox{}
.contact .box .tbox .line .imgbox .icon{}
.contact .box .tbox .line .le{}
.contact .box .tbox .line .le .p1{}
.contact .box .tbox .line .le .p2{}
.contact .box .map{ }
.contact .box .map .icon{}
    .probox{}
.probox .boxlist{}
.probox .boxlist .list{}
.probox .boxlist .list .icon{}
.probox .boxlist .list .p1{}
.probox .boxlist .list:hover .p1{}
    .aboutbody2{}
.aboutbody2 .pt{}
.aboutbody2 .ablb{}
.aboutbody2 .ablb .hbox{}
.aboutbody2 .ablb .hbox .icon{}
.aboutbody2 .ablb .hbox .tbox .p1{
    font-size: 0.24rem;
}
.aboutbody2 .ablb .hbox .tbox{}
.aboutbody2 .ablb .hbox .tbox .p2{
    font-size: 0.2rem;
}


.aboutbody2 .ablb .swiper-slide-active{}
.aboutbody2 .ablb .swiper-slide-active .hbox{}
.aboutbody2 .ablb .swiper-slide-active .hbox .icon{}
.aboutbody2 .ablb .swiper-slide-active .hbox .tbox .p1{}
.aboutbody2 .ablb .swiper-slide-active .hbox .tbox{}
.aboutbody2 .ablb .swiper-slide-active .hbox .tbox .p2{}


.aboutbody2 .ablb .next1{}
.aboutbody2 .ablb .prev1{}
.aboutbody2 .ablb .prev1::after{}
.aboutbody2 .ablb .next1::after{}
    .nybanner{}
.nybanner .icon{}
.aboutbody{
    margin-top: 0.3rem;
}
.aboutbody .h1{}
    .inabout{}
.inabout .box2{
    flex-wrap: wrap;
}
.inabout .box2 .icon{
    width: 100%;
    margin-bottom: 0.3rem;
}
.inabout .box2 .tbox{
    width: 100%;
}
.inabout .box2 .tbox .p1{}
.inabout .box2 .tbox .p2{}
    .prolb .swiper-slide{
    width: 100%;
}
    .prolb  .pbox{}
    .prolb .pbox .tbox{}
    .prolb .pbox .tbox .p1{}
    .prolb .pbox .tbox .p2{}
    .prolb  .pbox .tbox .no{}
    .prolb  .pbox .hbox{}
    .prolb  .pbox .hbox .p1{}
    .prolb  .pbox .hbox .p2{}
    .prolb  .pbox .hbox .icon{}
    .prolb .swiper-slide.swiper-slide-active{
    width: 100%;
}
    .prolb .swiper-slide-active .pbox{}
    .prolb .swiper-slide-active .pbox .tbox{}
    .prolb .swiper-slide-active .pbox .tbox .p1{}
    .prolb .swiper-slide-active .pbox .tbox .p2{}
    .prolb .swiper-slide-active .pbox .tbox .no{}
    .prolb .swiper-slide-active .pbox .hbox{}
    .prolb .swiper-slide-active .pbox .hbox .p1{}
    .prolb .swiper-slide-active .pbox .hbox .p2{}
    .prolb .swiper-slide-active .pbox .hbox .icon{}
    .inprobox{}
    .xiant{}
    .xiant .dot{}
    .xiant .dot span{}
   
    .boxs1{}
    .alltbox{}
    .alltbox .p1{ }
    .alltbox .tbox{}
    .alltbox .tbox .p2{}
    .alltbox .tbox .p3{}
    .boxs1 .tel{}
    .boxs1 .tel .icon{}
  
    .prolb{}
    .prolb .pbox{}
    .prolb .pbox .tbox{}
    .prolb .pbox .tbox .p1{}
    .prolb .pbox .tbox .p2{}
    .prolb .pbox .tbox .no{}
    .prolb .pbox .hbox{}
    .prolb .pbox .hbox .p1{}
    .prolb .pbox .hbox .p2{}
    .prolb .pbox .hbox .icon{}
    .prolb .prev1{
    left: 40%;
}
    .prolb .prev1::after{}
  
    .prolb .next1{
    right: 40%;
}
    .prolb .next1::after{}
  
    .form1{}
.form1 .box{}
.form1 .box .line{
}
.form1 .box .line .p1{}
.form1 .box .line .input1{
    width: 100%;
}
.form1 .box .line .icon{}
.form1 .box  .submit{}
    .lunbo1{}
    .lunbo1 .a1{}
    .lunbo1 .a1 .icon{}
    .lunbo1 .a1 .tbox{}
    .lunbo1 .a1 .tbox .p1{}
    .lunbo1 .a1 .tbox .p2{}

    .navbox .navlist .nav .a1 .p1{
    top: 18px;
    right: 20px;
}
    .navbox .navlist .nav .a1 .p2{}
    .navbox .navlist .nav .a1 .xian{}
    .navbox .navlist .nav.this .a1 .p1{}
    .navbox .navlist .nav.this .a1 .p2{}
    .navbox .navlist .nav.this .a1 .xian{}
       
    .footbox{}
.footer{}
.footer .fbox{
    border: 0;
    margin: 0.1rem 0;
} 
.footer .fbox .pt{font-size: 0.24rem;}
.footer .fbox .pt::after{content: '';}

.flxwm{}
.flxwm .p1{
    font-size: 0.22rem;
}

.fnav{}
.fnav .a1{
    font-size: 0.22rem;
}

.fewm{}
.fewm .icon{
    width: 1.5rem;
}
.fewm .p1{
    font-size: 0.2rem;
}

.copyright{
    font-size: 0.18rem;
}
.copyright .a1{}
    .contact{}
.contact .map{}
.contact .box{}
.contact .box .left{
    width: 100%;
}
.contact .box .left .p1{}
.contact .box .left .p2{}
.contact .box .left .p3{}
.contact .box .liuyan{}
.contact .box .liuyan .p1{}
.contact .box .liuyan .line{}
.contact .box .liuyan .line .p2{}
.contact .box .liuyan .input1{}
.contact .box .liuyan .input2{}
.contact .box .liuyan .submit{}
    
.index6{
}
.index6 .box{}
.index6 .box .icon{
    width: 3.5rem;
    margin-right: 0.4rem;
}
.index6 .box .tbox{}
.index6 .box .tbox .p1{}
.index6 .box .tbox .p2{}
.index6 .box .tbox .p3{}
.index6 .box .tbox .p4{}
.index6 .box .tbox .p5{}
.index6 .box .tbox .p6{}
.index6 .box .tbox .sys{}
.index6 .box .tbox .sys .icon2{}
    .dingzhi{}
.dingzhi .p1{}
    .index5{}
.index5 .box{}
.index5 .box2{}
.index5 .box .p1{}
.index5 .box .p2{}
.index5 .box .p3{}
.index5 .box .icon{}
.index5 .box .a1{}
    .index4{}
.index4 .box{}
.index4 .box .a1{}
.index4 .box .a1 .icon{}
.index4 .box .a1 .p1{}

.index4 .box .newslist{
    margin-left: 0.4rem;
    width: 4rem;
}
.index4 .box .newslist .gunbox{
    width: 4.5rem;
}

.index4 .box .newslist .gunbox .a2{
    width: 4rem;
}
.index4 .box .newslist .gunbox .a2 .p1{
    font-size: 0.24rem;
}
.index4 .box .newslist .gunbox .a2 .p2{
    font-size: 0.22rem;
}
.index4 .box .newslist .gunbox .a2 .p3{
    font-size: 0.2rem;
}
    .probody{}
.probody .left{
    width: 100%;
}
.probody .indexdt{}
.probody .indexdt .imgbox{}
.probody .indexdt .imgbox .icon{}

.probody .xtimg{}
.probody .xtimg .imgbox{}
.probody .xtimg .imgbox .icon{}

.probody .right{
    margin: 0.3rem;
}
.probody .right .p1{}
.probody .right .p2{
    font-size: 0.24rem;
}
.probody .right .p3{
    font-size: 0.24rem;
}
.probody .right .p3 span{font-size: 0.2rem;}
.probody .box2{}
.probody .box2 .pt{
    font-size: 0.24rem;
}
    .probox{
}
.probox .list{
}
.probox .list .imgbox{}
.probox .list .imgbox .icon{}
.probox .list .imgbox .tbox{}
.probox .list:hover .imgbox .tbox{}
.probox .list .imgbox .tbox .icon2{}
.probox .list .imgbox .tbox .p3{}
.probox .list .tbox2{}
.probox .list .tbox2 .p1{}
.probox .list .tbox2 .p2{}
    .index3{}
.index3 .box{}
.index3 .box .p1{}
.index3 .box .p2{}

.index3 .box .prolist{}
.index3 .box .prolist .bg1{}
.index3 .box .prolist .bg2{}

.index3 .box .prolist .douyin{}
.index3 .box .prolist .douyin .p5{}
.index3 .box .prolist .douyin .icon3{}

.index3 .box .prolist .a1{}
.index3 .box .prolist .a1 .imgbox{}
.index3 .box .prolist .a1 .imgbox .icon2{}
.index3 .box .prolist .a1 .imgbox .icon{}

.index3 .box .prolist .a1 .tbox{}
.index3 .box .prolist .a1 .tbox .p3{}
.index3 .box .prolist .a1 .tbox .p4{}
    .zhengshu{}
.zhengshu .zsbox{
    flex-wrap: wrap;
    justify-content: space-between;
    gap: unset;
}
.zhengshu .zsbox .list{
    width: 48%;
    margin: 0 0 0.3rem;
}
.zhengshu .zsbox .list .imgbox{}
.zhengshu .zsbox .list .imgbox .icon{}
.zhengshu .zsbox .list .p1{}
.page{}
.page .active{}
.page .total{}
    .wenhua{}
.wenhua .icon{
    margin-top: 0.3rem;
}
.wenhua .tbox{
    width: 100%;
    flex-wrap: wrap;
}
.wenhua  .p1{}
.wenhua .tbox .p2{}
    .about{}
.about .tbox{}
.about .tbox .p1{}
.about .tbox .p2{}
.about .tbox .p3{
    font-size: 0.24rem;
}
.about .icon{
    width: 100%;
    margin-top: 0.3rem;
}
    .allbox{}
.allbox .allbg{}
.allbox .cbox{}
.allbox .cbox .xfimg{}
.allbox .cbox .allhead{
    flex-wrap: wrap;
}
.allbox .cbox .allhead .daohang{
    width: 100%;
    margin-bottom: 0.2rem;
}
.allbox .cbox .allhead .daohang .p1{
    font-size: 0.28rem;
}
.allbox .cbox .allhead .daohang .p1 span{
    font-size: 0.2rem;
}
.allbox .cbox .allhead .daohang .line{
    font-size: 0.24rem;
}
.allbox .cbox .allhead .daohang .line .a1{}
.allbox .cbox .allhead .nynav{
    width: 100%;
    justify-content: space-between;
    margin-bottom: 0.3rem;
}
.allbox .cbox .allhead .nynav .a1{
    font-size: 0.24rem;
    margin: auto;
}
.allbox .cbox .allhead .nynav .a1::after{content: '';}
.allbox .cbox .allhead .nynav .a1.this{}
.allbox .cbox .allhead .nynav .a1.this::after{content: '';}
.allbox .cbox .allhead .nynav .a1:hover{}
.allbox .cbox .allhead .nynav .a1:hover::after{content: '';}

.allbox .cbox .allbody{}
    .index2{}
.index2 .box{
    margin: 2rem 0;
}
.index2 .box .tbox{
    width: 100%;
}
.index2 .box .tbox .p1{}
.index2 .box .tbox .p2{}
.index2 .box .tbox .p3{
    font-size: 0.24rem;
}
.index2 .box .lmbox{
    width: 100%;
    margin-top: 0.3rem;
    flex-wrap: wrap;
}
.index2 .box .lmbox .list{
    width: 100%;
    margin: 0 0 0.3rem;
    height: auto;
}
.index2 .box .lmbox .list .p1{
    font-size: 0.3rem;
}
.index2 .box .lmbox .list .p2{
    font-size: 0.24rem;
}
.index2 .box .lmbox .list .xian{
    width: 0.5rem;
    height: 0.05rem;
}
.index2 .box .lmbox .list:hover{}
.index2 .box .lmbox .list:hover .p1{}
.index2 .box .lmbox .list:hover .p2{}
.index2 .box .lmbox .list:hover .xian{}
    .index1 .tbox .imgbox{
    width: 0.7rem;
    height: 0.7rem;
}
.index1 .tbox .imgbox .box{
    width: 0.5rem;
    height: 0.5rem;
}
    .index1{}
.index1 .v1{}
.index1 .tbox{}
.index1 .zanting{}

.index1.this{}
.index1 .v1{}
.index1.this .tbox{}
.index1.this .zanting{}

.index1 .tbox .p1{}
.index1 .tbox .line{}
.index1 .tbox .play{}
.index1 .tbox .p2{}
    .navbox .navlist .nav:hover::after{
        width: 0%;
    }
    .navbox .navlist .nav.this{}
    .navbox .navlist .nav.this::after{
      width: 0;;
    }
    .wap{display: flex;width: 0.5rem;height: 0.5rem;justify-content: center;align-items: center;border-radius: 0.1rem;margin-right: 0.2rem;transform: rotate(90deg);}
    .wap .line{
        width: 2px;
        height: 100%;
        background: #000;
        margin: 10%;
    }
    .headxf{background: #fff;}
    .head{}
    .head .logo-wrap{}
    .head .logo-wrap .logoimg{}
    .navbox{
    position: fixed;
    top: -100%;
    z-index: 110;
    background: rgba(0,0,0,0.7);
    width: 100%;
    left: 0;
    align-items: flex-start;
    transition: all 0.3s;
}
    .navbox .navlist{
    width: 100%;
    background: #fff;
    height: 50%;
    margin: 0;
}
    .navbox .navlist .nav{margin: 0;width: 100%;}
    .navbox .navlist .nav .a1{
    width: 60%;
    justify-content: end;
}
    .navbox .navlist .nav .downimg{
    width: 0.3rem;
    height: 0.3rem;
    background: url(../img/down2.png);
    background-size: 100% 100%;
}
    .navbox .navlist .nav .downimg .icon{
    width: 0.3rem;
    filter: grayscale(100%);
}
    .navbox .navlist .nav .erji{
    position: unset;
    width: 100%;
    margin-top: 0.2rem;
}
    .navbox .navlist .nav .erji .a2{
    font-size: 0.26rem;
}
.navbox .navlist .nav:hover .downimg{    transform: rotate(0deg);}
.navbox .navlist .nav:hover .erji{display: none;}
    .navbox .navlist .nav.this{}
    .navbox .navlist .nav.this .a1{}
    .navbox .navlist .nav.this .downimg{    transform: rotate(180deg);}
    .navbox .navlist .nav.this .downimg .icon{}
    .navbox .navlist .nav.this .erji{display: flex;}
    .navbox .navlist .nav.this .erji .a2{
    font-size: 0.26rem;
}
    
    .lgbox{}
    .lgbox .sousuo{
    height: 0.55rem;
    width: 2.55rem;
}
    .lgbox .sousuo .seach_t{
    font-size: 0.22rem;
    width: 2rem;
}
    .lgbox .sousuo .seach_s{
    width: 0.55rem;
    height: 0.55rem;
    background-size: 0.36rem;
}
    .lgbox .lgurl{
    width: 0.55rem;
    height: 0.55rem;
    margin-left: 0.2rem;
}
    .lgbox .lgurl .icon{}
    .w1296{width: 96%;}
  
    .up-down{
    }
    .up-down .fy{
    }
    .up-down .fy a{font-size: 0.28rem;}
    .up-down .fy a:hover{color: var(--hoverfont);}
}
@media only screen and (min-width: 751px) and (max-width: 1400px) {
    .w1296{width: 990px;}
    .m1400-w990{width: 990px;}
    .m1400-w1200{width: 1200px;}

}
@media only screen and (min-width: 751px){

}
.jvectormap-zoomin, .jvectormap-zoomout{display: none;}