*{ margin:0; padding:0}
@font-face {
    font-family:'' ;
    src: url('');
}
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;}
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{ word-spacing:-1.5px; 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{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0.2rem;
    }
.arcbody * {
    font-size: 0.2rem;
    color: #848484;
    line-height: 180%;
    width: 100%;
}
.arcbody img {
    width: auto;
    max-width: 100%;
    margin: 0.15rem 0 0;
    height: auto!important;
}
.arcbody p{margin-top: 0.15rem;}
.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;}
.head{
    height: 1.2rem;
    width: 14.2rem;
    max-width: 94%;
    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: 1.38rem;
}
.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.6rem;
    height: 100%;
}
.navbox .navlist .nav .a1{
    color: #000;
    font-size: 0.3rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.05rem 0.2rem;
    border-radius: 0.5rem;
    transition: all 0.3s;
    min-width: 1.6rem;
    box-sizing: border-box;
}
.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{
    background: rgba(60, 96, 10, 1);
    color: #fff;
}
.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;}
.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%;
    height: calc(100vh - 1.2rem);
}
.banner .imgbox{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner .imgbox .icon{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner .swiper-pagination{--swiper-pagination-color: #fff;--swiper-pagination-bullet-inactive-opacity: 0.5;--swiper-pagination-bullet-inactive-color: #fff;--swiper-pagination-bullet-width: 0.22rem;--swiper-pagination-bullet-height: 0.22rem;bottom: 1rem;}
.banner .swiper-pagination .swiper-pagination-bullet{
    border-radius: 0.5rem;
} 
.banner .swiper-pagination  .swiper-pagination-bullet-active{
    width: 0.53rem;
}

.anli{
    width: 18.2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    max-width: 94%;
    margin: 1.2rem 0;
}
.anli .pt{
    font-size: 0.4rem;
    margin-bottom: 0.7rem;
    letter-spacing: 0.08rem;
}
.anli .pt span{color: rgba(60, 96, 10, 1);}
.anli .prev1{}
.anli .prev1::after{
    color: #999;
}
.anli .next1{}
.anli .next1::after{
    color: #999;
}
.anlb{
    width: 15.8rem;
    max-width: 94%;
}
.anlb .box{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.anlb .box .imgbox{
    width: 100%;
}
.anlb .box .imgbox .icon{width: 100%;}
.anlb .box .p1{
    font-size: 0.4rem;
    color: #000;
    margin-top: 0.2rem;
}
.lcbox{width: 100%;height: 8rem;}
.lcbox .icon{width: 100%;height: 100%;object-fit: cover;}

.lxwm{
    width: 100%;
    height: 8.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../img/bg1.png);
    background-size: 100% 100%;
}
.lxwm .box{
    width: 14.2rem;
    height: 5.1rem;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    background: #fff;
    max-width: 94%;
}
.lxwm .box .tbox{box-sizing: border-box;padding: 0.6rem;display: flex;flex-direction: column;justify-content: flex-start;align-items: flex-start;}
.lxwm .box .tbox .icon{}
.lxwm .box .tbox .p1{
    font-size: 0.24rem;
    color: #000;
    width: 6rem;
    margin-top: 0.1rem;
    margin-bottom: 0.3rem;
}
.lxwm .box .tbox .p2{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.lxwm .box .tbox .p2 .line{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 6rem;
    margin-bottom: 0.1rem;
}
.lxwm .box .tbox .p2 .line .icon2{
    width: 0.18rem;
    flex: none;
    margin-top: 0.1rem;
    margin-right: 0.1rem;
}
.lxwm .box .tbox .p2 .line p{
    font-size: 0.21rem;
    color: #000;
}

.lxwm .box .fo{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-right: 1.3rem;
}
.lxwm .box .fo .p1{
    font-size: 0.26rem;
    color: rgba(37, 50, 85, 1);
    margin: 0.2rem;
}
.lxwm .box .fo .input1{
    width: 4.4rem;
    height: 0.6rem;
    background: rgba(229, 229, 229, 1);
    margin-bottom: 0.1rem;
    color: #000;
    font-size: 0.18rem;
    text-indent: 0.3rem;
}
.lxwm .box .fo .tips{
    font-size: 0.18rem;
    width: 80%;
    margin: 0.1rem 0;
}
.lxwm .box .fo .submit{
    width: 3.8rem;
    height: 0.48rem;
    opacity: 1;
    border-radius: 0.5rem;
    background: rgba(60, 96, 10, 1);
    color: #fff;
    font-size: 0.2rem;
    margin-top: 0.3rem;
}

.about{
    width: 100%;
    height: 6.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../img/bg2.png);
    background-size: 100% 100%;
}
.about .box{
    width: 14.2rem;
    display: flex;
    justify-content: space-between;
    max-width: 94%;
}
.about .box .tbox{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.about .box .tbox .p1{
    font-size: 0.6rem;
    color: #000;
    margin-bottom: 0.2rem;
}
.about .box .tbox .line{
    display: flex;
    font-size: 0.35rem;
    color: #000;
    margin-bottom: 0.05rem;
    width: 6rem;
}
.about .box .tbox .line .p2{
    flex: none;
}
.about .box .tbox .line .p3{}

.about .box .ewmbox{
    display: flex;
}

.about .box .ewmbox .ewmlist{
    margin-left: 0.4rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.about .box .ewmbox .ewmlist .icon{
    width: 2.4rem;
    height: 2.4rem;
    margin-bottom: 0.2rem;
}
.about .box .ewmbox .ewmlist .p1{
    font-size: 0.3rem;
    color: #000;
}
/************** */
@media only screen and (max-width: 1201px) {
    .about{
    height: auto;
}
.about .box{
    flex-wrap: wrap;
    margin: 1rem 0;
}
.about .box .tbox{
    width: 100%;
    margin-bottom: 0.3rem;
}
.about .box .tbox .p1{}
.about .box .tbox .line{
    width: 100%;
}
.about .box .tbox .line .p2{}
.about .box .tbox .line .p3{}

.about .box .ewmbox{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about .box .ewmbox .ewmlist{
    margin: 0 0.2rem;
}
.about .box .ewmbox .ewmlist .icon{}
.about .box .ewmbox .ewmlist .p1{}
    .lcbox{width: 100%;height: auto;}
    .lxwm{
    height: auto;
    padding: 1rem 0;
}
.lxwm .box{
    flex-wrap: wrap;
    height: auto;
    justify-content: center;
    align-items: center;
}
.lxwm .box .tbox{}
.lxwm .box .tbox .icon{}
.lxwm .box .tbox .p1{}
.lxwm .box .tbox .p2{}
.lxwm .box .tbox .p2 .line{}
.lxwm .box .tbox .p2 .line .icon2{}
.lxwm .box .tbox .p2 .line p{}

.lxwm .box .fo{
    margin: 0 0 0.5rem;
}
.lxwm .box .fo .p1{
    font-size: 0.32rem;
}
.lxwm .box .fo .input1{
    width: 6rem;
    height: 0.65rem;
    font-size: 0.28rem;
}
.lxwm .box .fo .tips{
    font-size: 0.26rem;
}
.lxwm .box .fo .submit{
    height: 0.55rem;
    font-size: 0.26rem;
}
    .anli{}
.anli .pt{}
.anli .prev1{}
.anli .prev1::after{}
.anli .next1{}
.anli .next1::after{}
.anlb{}
.anlb .box{}
.anlb .box .imgbox{}
.anlb .box .imgbox .icon{ }
.anlb .box .p1{}
    .banner{height: auto;}
.banner .imgbox{}
.banner .imgbox .icon{}
.banner .swiper-pagination{
    bottom: 0.3rem;
}
    .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: center;
    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;
    min-width: unset;
    width: auto;
}
    .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;}