*{ margin:0; padding:0}
@font-face {
    font-family:'syht' ;
    src: url('../font/SourceHanSans-Normal.otf');
}
body { width:100%;margin:0 auto; font-size:14px;font-family: syht; line-height:150%;color: #000;position:relative;letter-spacing: 0px;overflow-x: hidden;}
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;color: inherit;}
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;
    background: #fff;
    }
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 * {
    line-height: 180%;
    width: 100%;
    max-width: 100%;
}
.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{top: 0;left: 0;width: 100%;display: flex;justify-content: center;align-items: center;z-index: 100;background: transparent;background:#015500; position: sticky;}
.head{
    height: 1.2rem;
    width: 14rem;
    max-width: 96%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.head .logo-wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
}
.head .logo-wrap .logoimg{
    width: 0.87rem;
}
.navbox{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin: auto;
}
.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: 0 0.3rem;
    height: 100%;
}
.navbox .navlist .nav .a1{
    color: #fff;
    font-size: 0.2rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
}
.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.03rem;background: #fff;position: absolute;border-radius: 0.5rem;transition: all 0.3s;bottom: .2rem;display: none;}
.navbox .navlist .nav:hover::after{
    width: 105%;
}
.navbox .navlist .nav.this{}
.navbox .navlist .nav.this::after{
    width: 105%;
}
.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);}

.banner{
    width: 100%;
    position: sticky;
    top: 0;
}
.banner .bannerbox{
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner .bannerbox .icon{
    width: 100%;
}
.banner .bannerbox .tbox{
    position: absolute;
    justify-content: center;
    align-items: center;
}
.banner .bannerbox .tbox .p1{
    font-size: 0.3rem;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-family: DIN-Blod;
}

.wzbox{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 94%;
    z-index: 2;
}
.wzbox .p1{
    font-size: 0.34rem;
    color: #000;
    font-weight: bold;
    margin: 0.5rem 0 0.3rem;
}
.wzbox .p2{
    font-size: 0.24rem;
    color: #00000085;
    width: 10rem;
    text-align: center;
    font-weight: 500;
    line-height: 1.8;
    margin-bottom: 0.5rem;
    max-width: 100%;
}

.probox{
    width: 14rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 94%;
}
.probox .ptitle{
    font-size: 0.34rem;
    color: #000;
    font-weight: bold;
    margin: 0.5rem 0 0.3rem;
}
.probox .ptitle2{
    font-size: 0.24rem;
    color: #000;
    width: 8rem;
    text-align: center;
    font-weight: 500;
    line-height: 1.8;
    margin-bottom: 0.3rem;
    max-width: 100%;
}
.probox .ptitle3{
    font-size: 0.34rem;
    color: #000;
    font-weight: bold;
}

.probox .boxlist{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 0.3rem 0.12rem;
    margin: 0.3rem 0 1rem;
}

.probox .boxlist .prolist{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.probox .boxlist .prolist .imgbox{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px #ebebeb solid;
    box-sizing: border-box;
    padding: 0.1rem;
}
.probox .boxlist .prolist .imgbox .icon{width: 100%;}
.probox .boxlist .prolist .p1{
    font-size: 0.24rem;
    font-weight: bold;
    margin: 0.1rem 0;
}
.probox .boxlist .prolist .p2{
    width: 1.52rem;
    height: 0.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px #000 solid;
    border-radius: 0.5rem;
    font-size: 0.18rem;
    font-weight: 700;
    box-sizing: border-box;
    transition: all 0.3s;
}

.probox .boxlist .prolist:hover .p2{
    background: #000;
    color: #fff;
}
.headxf.isxf{background-color: #0b541d;}

.howp{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #F8F8F8FF;
    margin-bottom: 5px;
}
.howp .ptitle{
    font-size: 0.34rem;
    color: #000;
    font-weight: bold;
    margin: 0.4rem 0;
}
.howp .howpbox{
    width: 15rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem;
    margin-bottom: 1rem;
    max-width: 94%;
}
.howp .howpbox .howplist{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.howp .howpbox .howplist .imgbox{
    width: 0.6rem;
    height: 0.6rem;
    margin-bottom: 0.15rem;
}
.howp .howpbox .howplist .imgbox .icon{
    width: 100%;
}
.howp .howpbox .howplist .p1{
    font-size: 0.18rem;
    color: #000;
    font-weight: bold;
    margin-bottom: 0.1rem;
}
.howp .howpbox .howplist .p2{
    font-size: 0.14rem;
    color: #7F7F7FFF;
    text-align: center;
    line-height: 1.8;
}

.hua{
    background: #F8F8F8FF;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.hua .tbox{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.3rem 0;
}
.hua .tbox .left{display: flex;flex-direction: column;justify-content: center;align-items: flex-end;border-right: 3px #000 solid;padding-right: 0.2rem;margin-right: 0.2rem;}
.hua .tbox .p1{
    font-size: 0.34rem;
    color: #000;
    font-weight: 700;
}
.hua .tbox .p2{
    color: #000;
    font-weight: 700;
    font-size: 0.14rem;
}
.hua .tbox .p3{
    font-size: 0.34rem;
    color: #000;
    font-weight: 700;
}

.hua .huabox{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 8px;
}

.hua .huabox .hualist{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    aspect-ratio: 228/127;
    cursor: pointer;
}
.hua .huabox .hualist:nth-of-type(n+9){display: none;}

.hualist .icon{
    width: 100%;
    height: 100%;
}
.hualist .tbox2{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    opacity: 0;
    transition: all 0.3s;
    box-sizing: border-box;
    padding: 0.2rem;
}
.hualist .tbox2 .p1{
    color: #fff;
    font-size: 0.16rem;
    font-weight: 700;
}
.hualist .tbox2 .p2{
    font-size: 0.12rem;
    color: #fff;
}

.hualist:hover .icon{}
.hualist:hover .tbox2{
    opacity: 1;
}
.hualist:hover .tbox2 .p1{}
.hualist:hover .tbox2 .p2{}

.hua .morebtn{
    width: 1.52rem;
    height: 0.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px #000 solid;
    border-radius: 0.5rem;
    font-size: 0.18rem;
    font-weight: 700;
    box-sizing: border-box;
    transition: all 0.3s;
    margin: 0.5rem 0;
    cursor: pointer;
}
.hua .morebtn:hover{
    background: #000;
    color: #fff;
}

.probody{
    width: 8.4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 94%;
}
.probody .box1{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0.3rem 0;
}
.probody .box1 .h1{
    line-height: 1.5;
    font-size: 1rem;
    font-weight: 700;
}
.probody .box1 .icon{
    width: 4rem;
}

.probody .box2{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0.4rem;
}
.probody .box2 .p1{
    width: 4rem;
    color: #3D3D3DFF;
    font-size: 0.14rem;
    font-weight: 500;
    line-height: 1.8;
    text-align: justify;
}

.probody .box3{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.probody .box3 .p1{
    font-size: 0.14rem;
    color: #3D3D3DFF;
    margin-bottom: 0.05rem;
}
.probody .box3 .p2{
    display: flex;
    justify-content: flex-start;
    font-size: 0.14rem;
    color: #3D3D3DFF;
    margin-bottom: 0.05rem;
}
.probody .box3 .p2 span{
    width: 4px;
    height: 4px;
    background: #7a7a7a;
    border-radius: 50%;
    margin: 0.065rem;
}
.probody .a1{
    width: 1.52rem;
    height: 0.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px #000 solid;
    border-radius: 0.5rem;
    font-size: 0.18rem;
    font-weight: 700;
    box-sizing: border-box;
    transition: all 0.3s;
    margin: 0.5rem 0;
}
.probody .a1:hover{
    color: #fff;
    background: #000;
}

.newsbox{
    width: 9.5rem;
    display: grid;
    max-width: 94%;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0.3rem 0.4rem;
    margin: 0.3rem 0 0.5rem;
}
.newsbox .newsurl{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background: #000;
}
.newsbox .newsurl:hover{
    background: #739d15;
}
.newsbox .newsurl .imgbox{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1;
}
.newsbox .newsurl .imgbox .icon{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.newsbox .newsurl .line{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.newsbox .newsurl .line .dot{
    width: 0.3rem;
    height: 0.3rem;
    background: #fff;
    border-radius: 50%;
}
.newsbox .newsurl .line .box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.newsbox .newsurl .line .box .ll{
    width: 3px;
    height: 3px;
    background: #fff;
    border-radius: 50%;
    margin: 2px;
}
.newsbox .newsurl .p1{
    font-size: 0.2rem;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0.1rem 0 0.2rem;
}
.newsbox .newsurl .p2{
    color: #fff;
    font-size: 0.14rem;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.newsbox .newsurl .tbox{
    width: 100%;
    box-sizing: border-box;
    padding: 0.2rem 0.3rem;
    display: flex;
    flex-direction: column;
}

.newsbody{
    width: 9.5rem;
    margin: 0.3rem 0;
    max-width: 94%;
    box-sizing: border-box;
    border: 2px #000 solid;
    padding: 0.5rem 0.6rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.newsbody .dot{
    width: 0.3rem;
    height: 0.3rem;
    background: #000;
    border-radius: 50%;
    margin-bottom: 0.2rem;
}
.newsbody .h1{
    font-size: 0.4rem;
    line-height: 1.5;
    font-weight: 700;
}
.newsbody .arcbody{}


.tjbox{
    width: 9.5rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 0.5rem;
    max-width: 94%;
    gap: 0.25rem;
}
.tjbox .a1{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    border: 1px #000 solid;
    box-sizing: border-box;
}
.tjbox .a1 .imgbox{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tjbox .a1 .p1{
    font-size: 0.16rem;
    color: #000;
    width: 90%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0.1rem 0;
}
.tjbox .a1 .icon{
    width: 100%;
}
.tjbox .a1:hover{background-color: #739d15;}

.contact{
    width: 8.4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0.8rem 0;
    max-width: 94%;
}
.contact .ptitle{
    width: 100%;
    font-size: 0.24rem;
    color: #000;
    margin-bottom: 0.2rem;
}
.contact .box{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.contact .box .p1{
    width: 4rem;
    font-size: 0.14rem;
    color: #000;
    font-weight: 500;
    line-height: 1.8;
}
.contact .box .p2{
    width: 4rem;
    line-height: 1.8;
    color: #000;
}
.contact .line{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact .line .icon{
    width: 2.7rem;
}
.contact .line .p1{
    font-size: 0.26rem;
    color: #000;
    font-weight: bold;
    width: 3.3rem;
    font-style: italic;
    margin-left: 0.5rem;
}

.map{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.map .icon{
    width: 100%;
}

.footbox{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #0b541d;
}

.footer{
    width: 14.4rem;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0.3rem 0 0.5rem;
    max-width: 94%;
    flex-wrap: wrap;
}
.footer .ftitle{
    font-size: 0.2rem;
    font-weight: 700;
    color: #fff;
    position: relative;
    margin-bottom: 0.3rem;
    width: 100%;
}
.footer .ftitle::after{content: '';position: absolute;left: 0;top: 120%;width: 30px;height: 4px;background: #fff;}
.footer .lxwm{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    border-right: 1px #ffffff0f solid;
    padding-right: 0.3rem;
}
.footer .lxwm .line{
    display: flex;
    color: #fff;
    font-size: 0.16rem;
    margin-bottom: 0.1rem;
}
.footer .lxwm .line .p1{
    flex: none;
}
.footer .lxwm .line .p2{
    width: 3.4rem;
}

.footer .fnavbox{
    border-right: 1px #ffffff0f solid;
    display: flex;
    flex-wrap: wrap;
    width: 4.4rem;
    box-sizing: border-box;
    padding: 0 1.4rem 0 0.8rem;
}
.footer .fnavbox .fnav{
    font-size: 0.18rem;
    color: #fff;
    font-weight: 500;
    margin-bottom: 0.2rem;
    width: 50%;
}

.footer .ewmbox{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0.8rem;
}
.footer .ewmbox  .imgbox{
    background: #fff;
}
.footer .ewmbox .icon{
    width: 1.5rem;
}
.footer .ewmbox .p1{
    color: #fff;
    font-size: 0.16rem;
    margin-top: 0.1rem;
}

.aboutbox{
    width: 8rem;
    margin: 0.5rem 0;
    max-width: 94%;
}
.aboutbox .p1{
    font-size: 0.16rem;
    color: #000;
    line-height: 1.8;
    margin-bottom: 0.5rem;
    text-align: justify;
}
.aboutbox .p2{
    font-size: 0.8rem;
    font-weight: bold;
    line-height: 1;
    border-left: 0.05rem #000 solid;
    margin-left: 0.3rem;
    padding-left: 0.3rem;
}
.aboutbox .p3{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.aboutbox .s1{
    width: 4px;
    height: 4px;
    background: #000;
    flex: none;
    border-radius: 50%;
    margin: 0.12rem 0.1rem 0 0;
}
.aboutbox .s2{
    font-size: 0.16rem;
    color: #000;
    line-height: 1.8;
}
.aboutbox .line{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0.5rem;
}
.aboutbox .logobox{
    flex: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.aboutbox .tbox{
    width: 2.6rem;
    display: flex;
    flex-direction: column;
}
.aboutbox .logobox .p2{}
.aboutbox .logobox .icon{
    width: 0.6rem;
}

.ggbox{
    width: 100%;
}
.ggbox .box{
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 5rem;
}
.ggbox .box .icon{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ggbox .box .tbox{
    position: absolute;
    width: 10rem;
    display: flex;
    justify-content: space-between;
    max-width: 94%;
}
.ggbox .box .tbox .p1{
    width: 4.1rem;
    color: #fff;
    font-size: 0.5rem;
}
.ggbox .box .tbox .rbox{
    width: 3.8rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.ggbox .box .tbox .rbox .p2{
    font-size: 0.26rem;
    color: #fff;
}
.ggbox .box .tbox .rbox .a1{
    width: 1.6rem;
    height: 0.5rem;
    border: 2px #fff solid;
    border-radius: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 0.18rem;
    margin-top: auto;
    transition: all 0.3s;
}
.ggbox .box .tbox .rbox .a1:hover{
    background: #fff;
    color: #000;
}

.ggbox .pagination1{
    bottom: 0.3rem;
}
.ggbox .pagination1 .swiper-pagination-bullet{
    width: 0.2rem;
    height: 0.1rem;
    border-radius: 0.5rem;
    background: #fff;
    opacity: 0.5;
}
.ggbox .pagination1 .swiper-pagination-bullet-active{
    background: #000;
    opacity: 1;
    width: 0.3rem;
}
.youshi{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0.5rem 0;
}
.youshi .yslist{
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.youshi .yslist .pt1{
    width: 2.7rem;
    font-size: 0.3rem;
    color: #000;
    font-weight: bold;
    margin-bottom: 0.1rem;
}
.youshi .yslist .pt2{
    width: 2.7rem;
    line-height: 1.8;
    font-size: 0.18rem;
    color: #00000096;
}
.fobox{
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    z-index: 1000;
}
.fobox .tf{
    display: flex;
    border-radius: 0.1rem;
    background: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 0.1rem #ccc;
    overflow: hidden;
    padding: 0.3rem;
}
.fobox .tf .input1{
    width: 5rem;
    border: 1px #666 solid;
    margin-bottom: 0.2rem;
    height: 0.5rem;
    text-align: center;
    font-size: 0.16rem;
}
.fobox .tf .submit{
    width: 3rem;
    height: 0.5rem;
    color: #fff;
    cursor: pointer;
    background: #739d15;
    border-radius: 0.1rem;
}
.kh1{
    width: 100%;
}
.kh1 .a1{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.kh1 .a1 .icon{
    width: 100%;
}
.kh1 .a1 .p1{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 0.2rem;
    background: rgba(0,0,0,0.7);
    transition: all 0.3s;
    opacity: 0;
}
.kh1 .a1:hover{}
.kh1 .a1 .icon{}
.kh1 .a1:hover .p1{opacity:1}
.yuyan{
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 0.2rem;
    display: flex;
    height: 0.5rem;
    margin-left: 0.3rem;
}
.yuyan option{
    line-height: 1.5;
    height: 0.5rem;
    background: #739d15;
}
@media only screen and (max-width: 1201px) {
    .yuyan{
    margin: 0.2rem;
    color: #666;
    font-size: 16px;
}
.yuyan option{
    background: #fff;
}
    .kh1{}
.kh1 .a1{}
.kh1 .a1 .icon{}
.kh1 .a1 .p1{}
    .fobox{}
.fobox .tf{}
.fobox .tf .input1{}
.fobox .tf .submit{}
    .youshi{}
.youshi .yslist{
    width: 50%;
    margin-bottom: 0.3rem;
}
.youshi .yslist .pt1{}
.youshi .yslist .pt2{}
    .ggbox{}
.ggbox .box{}
.ggbox .box .icon{}
.ggbox .box .tbox{}
.ggbox .box .tbox .p1{
    font-size: 0.4rem;
    width: 3.3rem;
}
.ggbox .box .tbox .rbox{
    width: 3.4rem;
}
.ggbox .box .tbox .rbox .p2{
    font-size: 0.22rem;
}
.ggbox .box .tbox .rbox .a1{}

.ggbox .pagination1{}
    .aboutbox .logobox .icon{}
    .aboutbox{}
.aboutbox .p1{
    font-size: 0.24rem;
}
.aboutbox .p2{}
.aboutbox .p3{}
.aboutbox .s1{}
.aboutbox .s2{
    font-size: 0.24rem;
}
.aboutbox .line{
    flex-wrap: wrap;
}
.aboutbox .logobox{
    width: 100%;
}
.aboutbox .tbox{
    width: 100%;
    margin-top: 0.2rem;
}
.aboutbox .logobox .p2{}
    .footbox{}

.footer{}
.footer .ftitle{
    font-size: 0.32rem;
}
.footer .ewmbox  .imgbox{}
.footer .ftitle::after{content: '';}
.footer .lxwm{}
.footer .lxwm .line{
    font-size: 0.24rem;
}
.footer .lxwm .line .p1{}
.footer .lxwm .line .p2{
    width: auto;
}

.footer .fnavbox{
    width: 100%;
    margin: 0.3rem 0;
    padding: 0;
}
.footer .fnavbox .fnav{
    font-size: 0.24rem;
    width: auto;
    margin: auto;
}

.footer .ewmbox{
    margin: 0;
    width: 100%;
}
.footer .ewmbox .icon{}
.footer .ewmbox .p1{
    font-size: 0.24rem;
}
    .map{}
.map .icon{}
    .contact{}
.contact .ptitle{
    font-size: 0.32rem;
}
.contact .box{
    flex-wrap: wrap;
}
.contact .box .p1{
    font-size: 0.28rem;
    width: 100%;
    margin-bottom: 0.2rem;
}
.contact .box .p2{
    width: 100%;
    font-size: 0.28rem;
}
.contact .line{}
.contact .line .icon{}
.contact .line .p1{}
    .tjbox{}
.tjbox .a1{}
.tjbox .a1 .imgbox{}
.tjbox .a1 .p1{}
.tjbox .a1 .icon{}
.tjbox .a1:hover{}
    .newsbody{}
.newsbody .dot{}
.newsbody .h1{}
.newsbody .arcbody{}
    .newsbox{
    grid-template-columns: 1fr 1fr;
}
.newsbox .newsurl{}
.newsbox .newsurl .imgbox{}
.newsbox .newsurl .imgbox .icon{}
.newsbox .newsurl .line{}
.newsbox .newsurl .line .dot{}
.newsbox .newsurl .line .box{}
.newsbox .newsurl .line .box .ll{}
.newsbox .newsurl .p1{}
.newsbox .newsurl .p2{
    font-size: 0.2rem;
}
.newsbox .newsurl .tbox{}
    .probody{}
.probody .box1{
    flex-wrap: wrap;
}
.probody .box1 .h1{}
.probody .box1 .icon{}

.probody .box2{
    flex-wrap: wrap;
}
.probody .box2 .p1{
    width: 100%;
    font-size: 0.24rem;
}

.probody .box3{}
.probody .box3 .p1{
    font-size: 0.24rem;
}
.probody .box3 .p2{
    font-size: 0.24rem;
}
.probody .box3 .p2 span{}
.probody .a1{}
.probody .a1:hover{}
    .hua .morebtn{}
.hua .morebtn:hover{}
    .hua{}
.hua .tbox{}
.hua .tbox .left{}
.hua .tbox .p1{}
.hua .tbox .p2{}
.hua .tbox .p3{}

.hua .huabox{
    grid-template-columns: 1fr 1fr;
}

.hua .huabox .hualist{}

.hualist .icon{}
.hualist .tbox2{}
.hualist .tbox2 .p1{
    font-size: 0.24rem;
}
.hualist .tbox2 .p2{
    font-size: 0.2rem;
}

.hualist:hover .icon{}
.hualist:hover .tbox2{}
.hualist:hover .tbox2 .p1{}
.hualist:hover .tbox2 .p2{}
    .howp{}
.howp .ptitle{}
.howp .howpbox{
    grid-template-columns: 1fr 1fr;
}
.howp .howpbox .howplist{}
.howp .howpbox .howplist .imgbox{
    width: 1rem;
    height: 1rem;
}
.howp .howpbox .howplist .imgbox .icon{}
.howp .howpbox .howplist .p1{
    font-size: 0.26rem;
}
.howp .howpbox .howplist .p2{
    font-size: 0.24rem;
}
    .probox{}
.probox .ptitle{}
.probox .ptitle2{}
.probox .ptitle3{}

.probox .boxlist{
    grid-template-columns: 1fr 1fr;
}

.probox .boxlist .prolist{}
.probox .boxlist .prolist .imgbox{}
.probox .boxlist .prolist .imgbox .icon{}
.probox .boxlist .prolist .p1{}
.probox .boxlist .prolist .p2{}

.probox .boxlist .prolist:hover .p2{}
    .wzbox{}
.wzbox .p1{}
.wzbox .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: #fff;
        margin: 10%;
    }
    .headxf{}
    .head{}
    .head .logo-wrap{
    position: unset;
}
    .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.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;}