*{ margin:0; padding:0}
@font-face {
    font-family:'STHupo-Regular' ;
    src: url('../font/STHUPO.TTF');
}
body {width:100%;margin:0 auto;font-size:14px;line-height:150%;color: #000;position:relative;letter-spacing: 0px;overflow-x: hidden;font-family: '思源黑体';}
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.3rem;
    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: #fff;display: flex;justify-content: center;align-items: center;z-index: 100;border-bottom: 1px #F4F4F4 solid;}
.head{
    height: 1.2rem;
    width: 14.2rem;
    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: 4.63rem;
}
.navbox{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.navbox .navlist{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.navbox .navlist .nav{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-left: 0.45rem;
    height: 100%;
    color: rgba(3, 110, 184, 1);
    font-weight: 500;
    font-family: Source Han Sans-Medium;
}
.navbox .navlist .nav .a1{
    color: inherit;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.24rem;
}
.navbox .navlist .nav .downimg{
    display: none;
    justify-content: center;
    align-items: center;
    margin-left: 0.1rem;
    width: 0.2rem;
    height: 0.12rem;
    background: url(../img/down.png);
    background-size: 100% 100%;
    transition: all 0.3s;
}
.navbox .navlist .nav.ydm .downimg{display:flex}
.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: #fff;
    box-sizing: border-box;
    box-shadow: 0 0 0.1rem #ebebeb;
}
.navbox .navlist .nav .erji .a2{
    font-size: 0.2rem;
    box-sizing: border-box;
    padding: 0 0.3rem;
    width: 100%;
    transition: all 0.3s;
    height: 0.6rem;
    color: #036eb8;
    display: flex;
    align-items: center;
    width: 1.86rem;
}

.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: rgb(3 110 184);color: #fff;}
.navbox .navlist .nav::after{content: '';width: 0;height: 0.06rem;background: rgba(3, 110, 184, 1);position: absolute;border-radius: 0.5rem;transition: all 0.3s;bottom: .3rem;left: 50%;transform: translate(-50%,0);}
.navbox .navlist .nav:hover::after{
    width: 120%;
}
.navbox .navlist .nav.this{}
.navbox .navlist .nav.this::after{
    width: 120%;
}
.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: 100%;
    display: flex;
}
.probox .list{
    width: 31.333%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
    border-radius: 0.1rem;
    margin: 0 1% 1%;
}
.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: 14.2rem;
    max-width: 94%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: 0.6rem 0;
}
.contact .map{
    width: 8rem;
    height: 6rem;
}
.contact .box{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 0.3rem;
    flex-wrap: wrap;
}
.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: rgba(28, 32, 40, 1);
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.footer{
}
.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{
}

.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.2rem;
    color: #fff;
    padding: 0.2rem 0;
    flex-wrap: wrap;
    background: rgba(60, 60, 60, 1);
}
.copyright .a1{
    margin: 0 0.1rem;
    color: #fff;
}
.nav .ejlj{
    position: absolute;
    top: 100%;
    display: none;
    background: #fff;
    flex-direction: column;
    left: 0;
    box-shadow: 0 0.0rem 0.05rem #ebebeb;
}
.nav .ejlj .a2{
    width: 1.9rem;
    height: 0.6rem;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 0.34rem;
    font-size: 0.2rem;
}

.nav:hover .ejlj{
    display: flex;
}
.nav .ejlj .a2:hover{
    background: rgba(3, 110, 184, 1);
    color: #fff;
}

.nav .ejlj .a2.this2{}
.nav .downbox{}

.splb{}
.splb .pagination1{
    --swiper-theme-color: #fff;
    --swiper-pagination-bullet-inactive-opacity: 0.5;
    --swiper-pagination-bullet-width: 0.2rem;
    --swiper-pagination-bullet-height: 0.2rem;
}
.splb .a1{display: flex;width: 100%;aspect-ratio: 257/60;}
.splb .a1 .icon{width: 100%;height: 100%;}

.inprobox{
    width: 14.2rem;
    display: flex;
    flex-wrap: wrap;
    margin: 1rem 0 1.2rem;
    max-width: 94%;
    gap: 0.5rem;
}
.inprobox .list1{
    width: calc(33% - 0.3333rem);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.inprobox .list1 .pt1{
    font-size: 0.4rem;
}
.inprobox .list1 .pt2{
    font-size: 0.24rem;
}
.inprobox .list1 .a1{
    font-size: 0.24rem;
    color: rgba(3, 110, 184, 1);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0.4rem;
    transition: all 0.3s;
}
.inprobox .list1 .a1 .icon{
    width: 0.21rem;
    margin-right: 0.1rem;
}
.inprobox .list1 .a1:hover{
    margin-left: 0.2rem;
}

.alla{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background: rgba(237, 247, 255, 1);transition: all 0.3s;
}
.alla .allimgbox{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 440/391;
    overflow: hidden;
}
.alla .allimgbox .allicon{
    width: 100%;
    height: 100%;
    object-fit: cover;
   transition: all 0.3s;
    
}
.alla:hover .allimgbox .allicon{
    transform: scale(1.2);
}
.alla .allp1{
    width: 90%;
    text-align: center;
    height: 0.7rem;
    align-items: center;
    font-size: 0.26rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.3s;
    box-sizing: border-box;
    line-height: 0.7rem;
}
.alla:hover .allp1{
    color: #fff;
   
}
.alla:hover{ background: #036eb8;}

.xmtj{
    width: 14.2rem;
    max-width: 94%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0.6rem 0 0.9rem;
}
.xmtj .pt1{
    font-size: 0.32rem;
    color: rgba(0, 93, 171, 1);
    font-weight: 600;
}
.xmtj .xian{
    width: 0.8rem;
    height: 0.1rem;
    background: rgba(0, 93, 171, 1);
    margin-top: 0.1rem;
}
.xmtj .box{
    width: 100%;
    margin-top: 0.5rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.xmtj .box .a1{
    width: 3.2rem;
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: center;
    transition: all 0.3s;
}
.xmtj .box .a1 .imgbox{
    width: 100%;
    aspect-ratio: 16/21;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.xmtj .box .a1 .imgbox .icon{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}
.xmtj .box .a1 .tbox{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 1.15rem;
    transition: all 0.3s;
}
.xmtj .box .a1 .tbox .p1{
    font-size: 0.26rem;
    color: #333;
    transition: all 0.3s;
}
.xmtj .box .a1 .tbox .p2{
    color: #edf7ff;
    margin-top: 0.1rem;
    transition: all 0.3s;
}
.xmtj .box .a1:hover{}
.xmtj .box .a1:hover .imgbox{}
.xmtj .box .a1:hover .imgbox .icon{
    transform: scale(1.2);
}
.xmtj .box .a1:hover .tbox{
    background: rgba(3, 110, 184, 1);
}
.xmtj .box .a1:hover .tbox .p1{
    color: #fff;
}
.xmtj .box .a1:hover .tbox .p2{
    color: #fff;
}
.daohang{width: 14.2rem;display: flex;margin: 0.2rem 0;color: #036eb8;max-width: 94%;font-weight: bold;font-size: 16px;}
.daohang .a1{
    color: #036eb8;
}
.prolist{
    width: 14.2rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: 0.7rem 0 0.8rem;
    max-width: 94%;
}
.alltitle{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.alltitle .p1{
    font-size: 0.32rem;
    color: #036eb8;
}
.alltitle .xian{
    width: 0.8rem;
    height: 0.1rem;
    background: #036eb8;
    margin-top: 0.1rem;
}
.prolist .box{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.4rem;
    gap: 0.3rem;
}
.prolist .box .list{
    width: calc(25% - 0.23rem);
}
.page{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.8rem;
}
.page .total{
    width: 0.3rem;
    height: 0.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    color: #333;
    font-size: 0.14rem;
    margin: 0 0.05rem;
    box-sizing: border-box;
    border: 1px #ebebeb solid;
}
.page .active{
    width: 0.3rem;
    height: 0.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #036eb8;
    color: #fff;
    font-size: 0.14rem;
    margin: 0 0.05rem;
}
.page *:hover{
    color: #036eb8;
}
.fanganshow{
    width: 14.2rem;
    max-width: 94%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: 0.5rem 0 1rem;
}
.fanganshow .box1{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.fanganshow .box1 .tbox{
    width: 8.1rem;
    margin-top: 0.5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.fanganshow .box1 .tbox .h1{
    font-size: 0.45rem;
    line-height: 1.5;
    margin-bottom: 0.5rem;
}
.fanganshow .box1 .tbox .p2{
    font-size: 0.24rem;
    color: rgba(102, 102, 102, 1);
}
.fanganshow .box1 .icon{
    width: 5.5rem;
}
.proshow{
    width: 14.2rem;
    margin: 0.5rem 0 1rem;
    max-width: 94%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}
.proshow .lbox{
    width: 6.8rem;
    margin: 0;
    margin-top: 0.6rem;
}
.proshow .lbox .imgbox{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 440/391;
    overflow: hidden;
}
.proshow .lbox .imgbox .icon{
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.proshow .lbox .pagination2{}
.proshow .rbox{
    width: 6.8rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: self-start;
}
.proshow .rbox .h1{
    line-height: 1.5;
    font-size: 0.36rem;
    color: rgba(3, 110, 184, 1);
    width: 100%;
    border-bottom: 1px rgba(3, 110, 184, 1) solid;
    padding-bottom: 0.1rem;
}
.proshow .rbox .p2{
    font-size: 0.26rem;
    color: #333;
    line-height: 1.8;
    margin: 0.2rem 0;
}
.proshow .rbox .pt{
    font-size: 0.32rem;
    color: rgba(3, 110, 184, 1);
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
}
.proshow .rbox .p3{
    font-size: 0.26rem;
    color: #333;
    line-height: 1.8;
}
.contact{}
.contact .box1{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.5rem;
    flex-wrap: wrap;
}
.contact .box1 .map{}
.contact .box1 .map .icon{height: 100%;object-fit: cover;}
.contact .box1 .tbox{
    width: 5.4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.contact .box1 .tbox .p1{
    font-size: 0.2rem;
    color: #333;
}
.contact .box1 .tbox .p2{
    font-size: 0.32rem;
    color: #333;
    margin-bottom: 0.2rem;
}
.contact .box1 .tbox .p3{
    font-size: 0.24rem;
    color: #333;
    line-height: 1.8;
}
.contact .box1 .tbox .icon{
    margin-top: 0.2rem;
    width: 1.1rem;
}

.liuyan{
    width: 14.2rem;
    max-width: 94%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0.5rem 0;
}
.liuyan .line{
    width: 48%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0.35rem;
}
.liuyan .line .p1{
    font-size: 0.22rem;
    color: #333;
    width: 0.95rem;
    display: flex;
    text-align: justify;
    position: relative;
    align-items: center;
}
.liuyan .line .p1::after{content:'*';position: absolute;color: red;left: -0.1rem;line-height: 1;top: 0.1rem;display: none;}
.liuyan .line .input1{
    flex: 1;
    height: 0.5rem;
    margin-left: 0.2rem;
    text-indent: 0.2rem;
    color: #333;
    font-size: 0.16rem;
}
.liuyan .line2{
    width: 100%;
    margin-bottom: 0.45rem;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.liuyan .line2 .p1{
    font-size: 0.22rem;
    line-height: 0.5rem;
    color: #333;
}
.liuyan .line2 .input2{
    border: 0;
    background: #fff;
    resize: none;
    height: 1.5rem;
    flex: 1;
    margin-left: 0.05rem;
    box-sizing: border-box;
    padding: 0.1rem;
    font-size: 0.16rem;
    color: #333;
}
.liuyan .submit{
    width: calc(100% - 1.15rem);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.3rem;
    color: #fff;
    background: rgba(3, 110, 184, 1);
    border-radius: 0.1rem;
    height: 0.7rem;
    margin-left: auto;
}
.alltitle .p2{
    color: rgba(0, 93, 171, 1);
    font-size: 0.24rem;
    margin-bottom: 0.4rem;
}

.jianjie{
    width: 14.2rem;
    max-width: 94%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0.6rem 0;
}
.jianjie .box{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 0.5rem;
}
.jianjie .box .gt{
    width: 100%;
    height: 5rem;
    object-fit: cover;
}
.jianjie .box .p1{
    font-size: 0.24rem;
    color: #333;
    margin-top: 0.3rem;
}
.jianjie .box2{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 0.4rem;
}
.jianjie .box2 .list{
    width: 4.4rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.jianjie .box2 .list .p1{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 0.23rem;
    color: rgba(51, 51, 51, 1);
    font-weight: bold;
}
.jianjie .box2 .list .p1 .icon{
    width: 1rem;
    margin-right: 0.2rem;
}
.jianjie .box2 .list .p2{
    font-size: 0.2rem;
    color: #333;
    margin-top: 0.3rem;
}

.yewulist{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #edf7ff;
}
.yewulist .box{
    width: 14.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1rem 0;
    max-width: 94%;
    flex-wrap: wrap;
}
.yewulist .box .tbox{
    width: 5.7rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.yewulist .box .tbox .p1{
    font-size: 0.4rem;
    color: rgba(51, 51, 51, 1);
    font-weight: bold;
}
.yewulist .box .tbox .p2{
    font-size: 0.32rem;
    color: rgba(51, 51, 51, 1);
    margin-top: 0.1rem;
}
.yewulist .box .icon{
    width: 6.5rem;
    height: 5rem;
    object-fit: cover;
}

.yewulist:nth-of-type(even){
    background: #fff;
}
.yewulist:nth-of-type(even) .box{
    flex-flow: row-reverse;
}
.yewulist:nth-of-type(even) .box .tbox{}
.yewulist:nth-of-type(even) .box .tbox .p1{}
.yewulist:nth-of-type(even) .box .tbox .p2{}
.yewulist:nth-of-type(even) .box .icon{}

.aa1{
    width: 14.2rem;
    max-width: 94%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: 0.6rem 0;
}
.aa1 .ptt{
    width: 100%;
    text-align: center;
    font-size: 0.4rem;
    font-weight: bold;
    line-height: 2;
    margin-top: 0.4rem;
}
.aa1 .iconn{
    width: 100%;
    margin-top: 0.3rem;
    height: 5rem;
    object-fit: cover;
}

.fuwu{
    width: 14.2rem;
    margin: 0.5rem 0 1rem;
    max-width: 94%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.fuwu .box{
    margin-top: 0.4rem;
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}
.fuwu .box .list{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 2.8rem;
}
.fuwu .box .list .icon{
    width: 1.15rem;
    margin-bottom: 0.2rem;
}
.fuwu .box .list .p1{
    font-size: 0.24rem;
    color: rgba(3, 110, 184, 1);
    margin-bottom: 0.15rem;
}
.fuwu .box .list .p2{
    color: rgba(3, 110, 184, 1);
    font-size: 0.2rem;
}

.tedian{
    width: 14.2rem;
    max-width: 94%;
    display: flex;
    justify-content: space-between;
    margin: 0.5rem 0;
    flex-wrap: wrap;
}
.tedian .list{
    width: 7.1rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 5rem;
}
.tedian .list .icon{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tedian .list .tbox{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,0.3);
}
.tedian .list .tbox .p1{
    font-size: 0.32rem;
    color: #fff;
    margin-bottom: 0.3rem;
}
.tedian .list .tbox .p2{
    font-size: 0.22rem;
    color: #fff;
} 

.footer{}
.footer .foot{
    width: 14.2rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0.3rem 0;
    max-width: 94%;
}
.footer .foot .box1{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.footer .foot .box1 .icon{
    width: 1.28rem;
}
.footer .foot .tbox{
    display: flex;
    justify-content: flex-start;
    align-items: end;
    margin-top: 0.3rem;
}
.footer .foot .tbox .box2{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    box-sizing: border-box;
    padding-left: 0.3rem;
}
.footer .foot .tbox .box2 .p1{
    font-size: 0.34rem;
    color: #fff;
    margin-bottom: 0.2rem;
}
.footer .foot .tbox .box2 .p2{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0.1rem;
    color: #fff;
    font-size: 0.2rem;
    width: 4.5rem;
}
.footer .foot .tbox .box2 .p2 .imgbox{
    width: 0.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: none;
}
.footer .foot .tbox .box2 .p2 .imgbox .icon2{
    max-width: 0.25rem;
}
.footer .foot .ewmbxo{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0.3rem;
}
.footer .foot .ewmbxo .ewm{
    width: 1.1rem;
    margin-bottom: 0.1rem;
}
.footer .foot .ewmbxo .p1{
    font-size: 0.2rem;
    color: #fff;
}

.footer .foot .fnavbox{
    display: flex;
    gap: 0.6rem;
}
.footer .foot .fnavbox .fnav{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.footer .foot .fnavbox .fnav .a1{
    font-size: 0.26rem;
    color: #fff;
    margin-bottom: 0.15rem;
}
.footer .foot .fnavbox .fnav .a2{
    color: rgba(102, 102, 102, 1);
    font-size: 0.2rem;
    margin-bottom: 0.1rem;
}
.nav .ssbtn{width:0.2rem;height:0.2rem;cursor:pointer}
.sousuo{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    top: -100%;
    transition: all 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
}
.seach_t{
    border: 1px #ebebeb solid;
    width: 4rem;
    height: 0.5rem;
    text-align: center;
    box-sizing: border-box;
}
.seach_s{
    width: 1rem;
    height: 0.5rem;
    cursor: pointer;
}
.sousuo .icon{
    width: 0.2rem;
    right: 0.2rem;
    position: absolute;
    cursor: pointer;
}

.ydssbtn{display:none}
/************** */
.ydyu{display:none}
@media only screen and (max-width: 1201px) {
    .ydyu{display: flex;color: #0a72ba;font-size: 0.24rem;font-weight: bold;}
    .navbox .navlist .nav.ydm{display:none}
    .ydssbtn{display: flex;width: 0.3rem;}
    .sousuo .icon{
    top: 0.5rem;
    right: 0.5rem;
    width: 0.3rem;
    height: 0.3rem;
}
    .sousuo{
    position: fixed;
    z-index: 111;
    height: 1.2rem;
}
.seach_t{}
.seach_s{}
    .nav .ssbtn{
    width: 0.3rem;
    height: 0.3rem;
    display: none;
}
    .footer{}
.footer .foot{
    flex-wrap: wrap;
}
.footer .foot .box1{}
.footer .foot .box1 .icon{}
.footer .foot .tbox{}
.footer .foot .tbox .box2{}
.footer .foot .tbox .box2 .p1{}
.footer .foot .tbox .box2 .p2{}
.footer .foot .tbox .box2 .p2 .imgbox{}
.footer .foot .tbox .box2 .p2 .imgbox .icon2{}
.footer .foot .ewmbxo{}
.footer .foot .ewmbxo .ewm{}
.footer .foot .ewmbxo .p1{}

.footer .foot .fnavbox{
    /* display: none; */
    margin-top: 0.6rem;
    gap: 0;
    justify-content: space-between;
    width: 100%;
}
.footer .foot .fnavbox .fnav{}
.footer .foot .fnavbox .fnav .a1{}
.footer .foot .fnavbox .fnav .a2{}
    .tedian{}
.tedian .list{}
.tedian .list .icon{}
.tedian .list .tbox{}
.tedian .list .tbox .p1{}
.tedian .list .tbox .p2{} 
    .fuwu{}
.fuwu .box{}
.fuwu .box .list{
    margin-top: 0.3rem;
}
.fuwu .box .list .icon{}
.fuwu .box .list .p1{}
.fuwu .box .list .p2{}
    .aa1{}
.aa1 .ptt{
    font-size: 0.3rem;
}
.aa1 .iconn{}
    .yewulist{}
.yewulist .box{}
.yewulist .box .tbox{
    width: 100%;
    margin-bottom: 0.3rem;
}
.yewulist .box .tbox .p1{}
.yewulist .box .tbox .p2{}
.yewulist .box .icon{}

.yewulist:nth-of-type(even){}
.yewulist:nth-of-type(even) .box{
    flex-flow: column;
}
.yewulist:nth-of-type(even) .box .tbox{}
.yewulist:nth-of-type(even) .box .tbox .p1{}
.yewulist:nth-of-type(even) .box .tbox .p2{}
.yewulist:nth-of-type(even) .box .icon{}
    .jianjie{}
.jianjie .box{}
.jianjie .box .gt{}
.jianjie .box .p1{}
.jianjie .box2{
    flex-wrap: wrap;
}
.jianjie .box2 .list{
    width: 100%;
    margin-bottom: 0.3rem;
}
.jianjie .box2 .list .p1{}
.jianjie .box2 .list .p1 .icon{}
.jianjie .box2 .list .p2{}
    
.liuyan{}
.liuyan .line{
    width: 100%;
}
.liuyan .line .p1{}
.liuyan .line .input1{}
.liuyan .line2 .p1{}
.liuyan .line2 .input2{}
.liuyan .submit{}
    .contact{}
.contact .box1{}
.contact .box1 .map{}
.contact .box1 .map .icon{}
.contact .box1 .tbox{
    width: 100%;
    margin-top: 0.2rem;
}
.contact .box1 .tbox .p1{}
.contact .box1 .tbox .p2{}
.contact .box1 .tbox .p3{}
.contact .box1 .tbox .icon{}
    .proshow{}
.proshow .lbox{
    width: 100%;
    margin: 0 0 0.5rem;
}
.proshow .lbox .imgbox{}
.proshow .lbox .imgbox .icon{}
.proshow .lbox .pagination2{}
.proshow .rbox{
    width: 100%;
}
.proshow .rbox .h1{}
.proshow .rbox .p2{}
.proshow .rbox .pt{}
.proshow .rbox .p3{}
    .fanganshow{}
.fanganshow .box1{}
.fanganshow .box1 .tbox{}
.fanganshow .box1 .tbox .h1{}
.fanganshow .box1 .tbox .p2{}
.fanganshow .box1 .icon{
    width: 100%;
    max-height: 5rem;
    object-fit: cover;
}
    .prolist{}
.alltitle{}
.alltitle .p1{}
.alltitle .xian{}
.prolist .box{}
.prolist .box .list{
    width: calc(50% - 0.15rem);
}
    .daohang .a1{}
    .xmtj{}
.xmtj .pt1{}
.xmtj .xian{}
.xmtj .box{}
.xmtj .box .a1{}
.xmtj .box .a1 .imgbox{}
.xmtj .box .a1 .imgbox .icon{}
.xmtj .box .a1 .tbox{}
.xmtj .box .a1 .tbox .p1{}
.xmtj .box .a1 .tbox .p2{}
.xmtj .box .a1:hover{}
.xmtj .box .a1:hover .imgbox{}
.xmtj .box .a1:hover .imgbox .icon{}
.xmtj .box .a1:hover .tbox{}
.xmtj .box .a1:hover .tbox .p1{}
.xmtj .box .a1:hover .tbox .p2{}
    .inprobox{}
.inprobox .list1{
    width: calc(50% - 0.25rem);
}
.inprobox .list1 .pt1{}
.inprobox .list1 .pt2{}
.inprobox .list1 .a1{}
.inprobox .list1 .a1 .icon{}
.inprobox .list1 .a1:hover{}

.alla{}
.alla .allimgbox{}
.alla .allimgbox .allicon{}
.alla .allp1{}
.alla:hover .allp1{}
    .splb .pagination1{}
    .nav .ejlj{}
    .nav .ejlj .a2{}
    
    .nav:hover .ejlj{}
    .nav .ejlj .a2:hover{}
    
    .nav .ejlj .a2.this2{}
    .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%;
    flex-direction: column;
    background: #fff;
    height: auto;
}
    .navbox .navlist .nav{
    width: 100%;
    margin: 0.15rem 0;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 0.3rem;
    flex-wrap: wrap;
}
    .navbox .navlist .nav .a1{
    font-size: 0.28rem;
    color: #666;
    width: 50%;
    justify-content: flex-start;
}
    .navbox .navlist .nav .downimg{
    width: 0.3rem;
    height: 0.16rem;
    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;
    width: 100%;
}
.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;}