*{ margin:0; padding:0}
@font-face {
    font-family:'shsb' ;
    src: url('../font/SourceHanSerifCN-Bold.otf');
}
@font-face {
    font-family:'shsr' ;
    src: url('../font/SourceHanSerifCN-Regular.otf');
}
@font-face {
    font-family:'syht' ;
    src: url('../font/SourceHanSansCN-Normal.ttf');
}
body {width:100%;margin:0 auto;font-size:14px;line-height:150%;color: #000;position:relative;letter-spacing: 0px;overflow-x: hidden;--color: #b39b77;font-family:'syht';}
ul,dl,dd,dt,h1,h2,h3,h4,h5,h6,form { padding:0; margin:0;}
h1 { font-size:20px; font-family:normal;}
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.2px; 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{
    width: 100%;
    }
.arcbody * {
    line-height: 180%;
    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{position: sticky;top: 0;left: 0;width: 100%;background: #fff;display: flex;justify-content: center;align-items: center;z-index: 100;box-shadow: 0 0 0.1rem #b39b77;}
.head{
    height: 0.8rem;
    width: 20rem;
    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: 2.41rem;
}
.navbox{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.navbox .navlist{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    gap: 0.8rem;
}
.navbox .navlist .nav{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 100%;
    color: #333;
}
.navbox .navlist .nav .a1{
    color: inherit;
    font-size: 0.18rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.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%;
    background: #fff;
    box-sizing: border-box;
    width: max-content;
    box-shadow: 0 0 0.05rem #ebebeb;
}
.navbox .navlist .nav .erji .a2{
    flex: none;
    font-size: 0.18rem;
    color: #3b3b3b;
    box-sizing: border-box;
    padding: 0.1rem 0.3rem;
    width: 100%;
    transition: all 0.3s;
    text-align: center;
}

.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(179 155 119);color: #fff;}
.navbox .navlist .nav::after{content: '';width: 0;height: 0.03rem;background: #b39b77;position: absolute;border-radius: 0.5rem;transition: all 0.3s;bottom: .2rem;}
.navbox .navlist .nav:hover::after{
    width: 105%;
}
.navbox .navlist .nav.this{
    color: #b39b77;
}
.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{font-size: 0.16rem;color: #999999;box-sizing: border-box;padding: 0.05rem 0.2rem;border: 2px #b39b77 solid;border-radius: 0.05rem;}
.lgbox .lgurl .icon{
    width: 100%;
}
.drown {
    line-height: 1;
    display: inline-flex;
    align-items: center;
    gap: var(--p5);
    cursor: pointer;
    position: relative;
}
.drown p{
    font-size: 0.16rem;color: #999999;box-sizing: border-box;padding: 0.05rem 0.2rem;border: 2px #b39b77 solid;border-radius: 0.05rem;
}
.drown dl {
    text-align: center;
    width: max-content;
    display: none;
    color: #000;
    background: #ffffff;
    position: absolute;
    overflow: hidden;
    top: 100%;
    padding: 15px 30px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 0 10px 5px #00000010;
    border-radius: 5px;
    z-index: 999;
}
.drown dl.show {
    display: block;
}
.drown .item {
    display: grid;
    gap: var(--p10);
}
.drown .item a:hover {
    color: var(--ftc);
}
/**********Ã¥Â¤Â´Ã©Æ’Â¨*****/
.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%;}
.banner .bannerbox{width: 100%;}
.banner .bannerbox .icon{width: 100%; 
}
.inabout{
    width: 16rem;
    max-width: 94%;
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
}
.inabout .tbox{
    width: 6rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
}
.inabout .tbox .p1{
    font-size: 0.16rem;
    color: #666666;
    word-spacing: 0.03rem;
}
.inabout .tbox .p2{
    color: var(--color);
    font-size: 0.44rem;
 
    font-weight: bold;
}
.inabout .tbox .p3{
    font-size: 0.2rem;
    color: #333333;
    line-height: 1.8;
}
.inabout .tbox .xian{
    width: 0.7rem;
    height: 0.03rem;
    background: var(--color);
    margin: 0.15rem 0 0.3rem;
}
.inabout .tbox .a1{
    font-size: 0.16rem;
    color: #999999;
    box-sizing: border-box;
    padding: 0.05rem 0.2rem;
    border: 2px #b39b77 solid;
    border-radius: 0.05rem;
    margin-top: auto;
    transition: all 0.3s;
}
.inabout .tbox .a1:hover{
    background: var(--color);
    color: #fff;
}
.inabout .imgbox{
    width: 7.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.inabout .imgbox .icon{
    width: 100%;
    aspect-ratio: 4/3;
}
.nybanner{width:100%}
.nybanner .icon{width: 100%;}

.about{
    width: 14.5rem;
    max-width: 94%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0.8rem;
}
.about .list{
    width: 100%;
    display: flex;
    flex-flow: row;
    margin-top: 0.5rem;
    justify-content: space-between;
}
.about .list .tbox{
    width: 6rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.about .list .tbox .p1{
    font-size: 0.2rem;
    color: #666666;
  
    /*text-transform: uppercase;*/
}
.about .list .tbox .p2{
    color: var(--color);
    font-size: 0.44rem;

    font-weight: bold;
}
.about .list .tbox .p3{
    font-size: 0.2rem;
    color: #333333;
    line-height: 1.8;
}
.about .list .imgbox{
    width: 7.25rem;
}
.about .list .imgbox .icon{
    width: 100%;
    aspect-ratio: 4/3;
}
.about .list:nth-of-type(even){
    flex-flow: row;
}
.alltitle{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.alltitle .p1{
    color: #666666;
    font-size: 0.16rem;
   word-spacing: 0.03rem;
   
}
.alltitle .p2{
    font-size: 0.44rem;
    font-weight: bold;
    color: var(--color);
    letter-spacing: 0.1em;
}
.alltitle .p3{
    position: absolute;
    font-size: 0.76rem;
    text-transform: uppercase;
    z-index: -1;
    color: #666;
    opacity: 0.05;
}

.about2{
    width: 16rem;
    max-width: 94%;
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.about2 .box{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0.5rem;
}
.about2 .box .list{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 0.07rem;
    width: 30%;
    box-sizing: border-box;
    padding: 0.5rem;
    box-shadow: 0 0 0.1rem #ebebeb;
}
.about2 .box .list:hover{
    box-shadow: 0 0 0.1rem var(--color);
}
.about2 .box .list .imgbox{
    width: 0.8rem;
    height: 0.9rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about2 .box .list .imgbox .icon{
    max-width: 100%;
}
.about2 .box .list .p1{
    margin: 0 0 0.22rem;
    color: #34302c;
 
    font-size: clamp(22px, 0.25rem, 25px);
    line-height: 1.2;
    margin-top: 0.3rem;
}
.about2 .box .list .p2{
    margin: 0;
    color: #77716b;
    font-size: clamp(14px, 0.17rem, 17px);
    line-height: 1.6;
    text-align: center;
}
.environment-section{    width: 16rem;
    max-width: 94%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0.8rem;}

.environment-layout {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1283fr) minmax(1.5rem, 239fr);
    gap: clamp(0.16rem, 2vw, 0.32rem);
    align-items: stretch;
    margin-top: 0.3rem;
  }
  
  .environment-main,
  .thumb-rail {
    margin: 0;
  }
  
  .environment-main {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1283 / 855;
    border-radius: 0.07rem;
  }
  
  .swiper {
    overflow: hidden;
  }
  
  .swiper-wrapper {
    width: 100%;
    height: 100%;
  }
  
  .swiper-initialized .swiper-wrapper {
    display: flex;
  }
  
  .swiper-slide {
    flex-shrink: 0;
  }
  
  .environment-slide {
    margin: 0;
    overflow: hidden;
    border-radius: 0.07rem;
  }
  
  .environment-slide,
  .environment-slide img {
    height: 100%;
  }
  
  .environment-swiper:not(.swiper-initialized) .environment-slide {
    display: none;
  }
  
  .environment-swiper:not(.swiper-initialized) .environment-slide.is-active {
    display: block;
  }
  
  .environment-slide img {
    width: 100%;
    aspect-ratio: 1283 / 855;
    object-fit: cover;
  }
  
  .thumb-rail {
    min-width: 0;
    height: auto;
    aspect-ratio: 239 / 855;
    overflow: hidden;
  }
  
  .environment-thumbs:not(.swiper-initialized) .swiper-wrapper {
    display: grid;
    grid-template-rows: repeat(5, 1fr);
    gap: clamp(0.08rem, 0.9vw, 0.14rem);
  }
  
  .environment-thumb {
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
    background: transparent;
    border: 2px solid transparent;
    border-radius: 0.06rem;
    cursor: pointer;
  }
  
  .environment-thumb.is-active,
  .environment-thumb.swiper-slide-thumb-active,
  .environment-thumb:focus-visible {
    border-color: #c97901;
  }
  
  .environment-thumb img {
    width: 100%;
    height: auto;
    aspect-ratio: 239 / 159;
    object-fit: cover;
    border-radius: 0.04rem;
  }
  
  .gallery-controls {
    position: absolute;
    right: 1px;
    top: 0;
    display: none;
    z-index: 10;
    height: 100%;
    width: 2.45rem;
    flex-direction: column;
    justify-content: space-between;
  }
  
  .gallery-controls button {
    width: 100%;
    height: 0.44rem;
    display: grid;
    place-items: center;
    color: #fff;
    background: #b7a07c;
    border: 0;
    font-size: clamp(20px, 0.26rem, 26px);
    line-height: 1;
    cursor: pointer;
    bottom: 0;
  }
  
  .gallery-controls button + button {
    background: #d6c9b7;
  }


  .about2 .box2{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 0.3rem;
}
  .about2 .box2 .list:hover{}
  .about2 .box2 .list .imgbox{
    width: 0.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 1rem;
    margin: 0.3rem 0 0.1rem;
}
.about2 .box2 .list:nth-of-type(7) .imgbox .icon{    width: 0.75rem;
    max-height: none;
    margin-top: -0.15rem;
    margin-right: -0.2rem;}
  .about2 .box2 .list .imgbox .icon{
    max-height: 100%;
}
  .about2 .box2 .list .p1{
    font-size: 0.175rem;
    color: var(--color);
    text-align: center;
}
  .about2 .box2 .list{
    width: 1.82rem;
    height: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    box-shadow: 0 0 0.1rem #ebebeb;
    border-radius: 0.07rem;
}
.team{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 0.3rem;
    color: #666;
}
.team .prev{
    color: #666;
    font-size: 0.3rem;
    margin: 0;
}
.team .prev::after{
    font-size: 0.3rem;
}
.team .next{
    color: #666;
    margin: 0;
}
.team .next::after{
    font-size: 0.3rem;
}
.teamlb{
    width: 90%;
}
.teamlb .a1{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.teamlb .a1 .imgbox{
    width: 100%;
}
.teamlb .a1 .imgbox .icon{
    width: 100%;
    aspect-ratio: 291/362;
}
.teamlb .a1 .p1{
    font-size: 0.2rem;
    color: #333;
    margin-top: 0.1rem;
}
.teamlb .a1 .p2{
    font-size: 0.16rem;
    margin-top: 0.05rem;
    color: #999;
}
.teamlb .a1:hover .p1{
    color: var(--color);
}
.teamlb .a1:hover .p2{
    color: var(--color);
}
.renwu{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0.3rem;
    gap: 0.3rem;
}
.renwu .a1{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    box-shadow: 0 0 0.1rem #ccc;
    border-radius: 0.1rem;
    box-sizing: border-box;
    padding: 0.2rem;
}
.renwu .a1:nth-of-type(n+5){
    display: none;
}
.renwu .a1 .imgbox{
    width: 4.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.renwu .a1 .imgbox .icon{
    width: 100%;
    aspect-ratio: 290/360;
}
.renwu .a1 .tbox{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0.65rem;
    padding-right: 0.6rem;
    border-right: 1px var(--color) solid;
    margin-right: 0.6rem;
    margin: auto 0.65rem;
    max-width: 40%;
}
.renwu .a1 .tbox .p1{
    font-size: 0.32rem;

    color: #333333;
    margin-right: 0.4rem;
}
.renwu .a1 .tbox .p2{
    font-size: 0.32rem;

    color: #333333;
}
.renwu .a1 .tbox .p3{
    color: #9d835c;
    border: 1px #9d835c solid;
    box-sizing: border-box;
    font-size: 0.2rem;
    padding: 0.02rem 0.1rem;
    border-radius: 0.5rem;
    margin-left: 0.1rem;
    background: #fef9f2;
}
.renwu .a1 .tbox .p4{font-size: 0.18rem;color: #666666;line-height: 1.8;padding-left: 0.1rem;margin-top: 0.2rem;min-width: 5rem;}
.renwu .a1 .tbox .line{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.renwu .a1 .tbox2{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0.6rem 0;
    align-items: flex-start;
    flex: 1;
}
.renwu .a1 .tbox2 .item{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0.15rem;
}
.renwu .a1 .tbox2 .item .p1{
    width: 100%;
    color: var(--color);
    font-size: 0.22rem;
    margin-bottom: 0.15rem;
}
.renwu .a1 .tbox2 .item .p2{
    font-size: 0.18rem;
    color: #666666;
    line-height: 1.8;
}
.renwu .a1 .tbox2 .item .lingyu{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0.1rem;
}
.renwu .a1 .tbox2 .item span{
    color: #666;
    border: 1px #9d835c solid;
    box-sizing: border-box;
    font-size: 14px;
    padding: 0.02rem 0.1rem;
    border-radius: 0.05rem;
    margin-right: 0.1rem;
    background: #fef9f2;
}
.renwu .a1 .tbox2  .p3{
    font-size: 0.16rem;
    box-sizing: border-box;
    padding: 0.05rem 0.2rem;
    border: 1px #b39b77 solid;
    border-radius: 0.05rem;
    transition: all 0.3s;
    color: var(--color);
    margin: auto;
}
.renwu .a1:hover .tbox2 .p3{
    background: var(--color);
    color: #fff;
}
.renwu .a1:hover .tbox2 .p3{
    margin: auto;
}
.renwu .a1:hover{
    box-shadow: 0 0 0.1rem var(--color);
}
.renwu .more{
    color: #9d835c;
    border: 1px #9d835c solid;
    box-sizing: border-box;
    font-size: 0.14rem;
    padding: 0.1rem 0.2rem;
    border-radius: 0.05rem;
    background: #fef9f2;
    cursor: pointer;
}
.renwu .more:hover{
    background: var(--color);
    color: #fff;
}
.about2 .box3{
    width: 100%;
    display: flex;
    margin-top: 0.3rem;
    justify-content: space-between;
    flex-wrap: wrap;
}
.about2 .box3 .list{
    width: 32%;
    display: flex;
    border-radius: 0.1rem;
    overflow: hidden;
    box-shadow: 0 0 0.05rem #ccc;
}
.about2 .box3 .list .imgbox{
    width: 1.97rem;
    height: 1.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about2 .box3 .list .imgbox .icon{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about2 .box3 .tbox{
    width: calc(100% - 1.97rem);
    height: 100%;
    box-sizing: border-box;
    padding: 0.25rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.about2 .box3 .tbox .p1{
    font-size: 0.18rem;
    color: #333333;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.about2 .box3 .tbox .p2{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 0.14rem;
    color: #999999;
    margin: auto 0;
}
.about2 .box3 .tbox .p3{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #666;
    font-size: 0.16rem;
}
.about2 .box3 .tbox .p2 .icon{
    width: 0.11rem;
    margin-right: 0.05rem;
}
.about2 .box3 .list:hover{
    box-shadow: 0 0 0.05rem var(--color);
} 
.about2 .box3 .list:hover .tbox .p1{
    color: var(--color);
} 
.about2 .more{
    font-size: 0.16rem;
    color: #999999;
    box-sizing: border-box;
    padding: 0.05rem 0.2rem;
    border: 2px #b39b77 solid;
    border-radius: 0.05rem;
    transition: all 0.3s;
    cursor: pointer;
    margin: auto;
} 
.about2 .more:hover{
    background: var(--color);
    color: #fff;
} 

.news{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0.3rem;
    gap: 0.5rem;
}
.news .a1{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    padding: 0.25rem;
    box-shadow: 0 0 0.05rem #ccc;
}
.news .a1 .time{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-right: 0.6rem;
    border-right: 1px var(--color) solid;
}
.news .a1 .time .p1{
    font-size: 0.8rem;
    color: #694c21;
    line-height: 1;
}
.news .a1 .time .p2{
    font-size: 0.28rem;
    color: #694c21;
}
.news .a1 .tbox{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: calc(100% - 6rem);
    margin: auto;
}
.news .a1 .tbox .p1{
    font-size: 0.24rem;
    color: #694c21;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news .a1 .tbox .p2{
    font-size: 0.16rem;
    color: #666666;
    margin: 0.2rem 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news .a1 .tbox .p3{
    font-size: 0.16rem;
    color: #9d835c;
}
.news .a1 .imgbox{
    width: 3.5rem;
    height: 2.1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.news .a1 .imgbox .icon{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news .a1:hover{
    background: linear-gradient(131deg, #c4a982, #e3cfb3, #d9c1a0);
}
.news .a1:hover .time{}
.news .a1:hover .time .p1{
    color: #fff;
}
.news .a1:hover .time .p2{
    color: #fff;
}
.news .a1:hover .tbox{}
.news .a1:hover .tbox .p1{
    color: #fff;
}
.news .a1:hover .tbox .p2{
    color: #fff;
}
.news .a1:hover .tbox .p3{
    color: #fff;
}
.news .a1:hover .imgbox{}
.news .a1:hover .imgbox .icon{}
.page{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.3rem;
}
.page .active{
    width: 0.4rem;
    height: 0.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px #999 solid;
    border-radius: 0.05rem;
    background: var(--color);
    color: #fff;
}
.page .total{
    width: 0.4rem;
    height: 0.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px #999 solid;
    border-radius: 0.05rem;
}
.newsbody{
    width: 16rem;
    max-width: 94%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0.8rem;
}
.newsbody .h1{
    font-size: 0.26rem;
    text-align: center;
    line-height: 1.5;
    color: #333;
    font-weight: bold;
}
.newsbody .p1{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.16rem;
    color: #7a7a7a;
    border-top: 1px #7a7a7a solid;
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
    border-bottom: 1px #7a7a7a solid;
    padding: 0.1rem 0;
}
.newsbody .fenye{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 0.5rem;
    border-top: 1px #ccc solid;
    padding-top: 0.1rem;
    position: relative;
}
.newsbody .fenye .a1{
    font-size: 0.18rem;
    color: #262626;
}
.newsbody .fenye .a1:hover{
    color: var(--color);
}
.newsbody .fenye .fanhui{
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.18rem;
}
.newsbody .fenye .fanhui .icon{
    width: 0.19rem;
    margin-left: 0.05rem;
}
.newsbody .fenye .fanhui:hover{
    color: var(--color);
}
.luxian{
    width: 16rem;
    display: flex;
    justify-content: space-between;
    margin-top: 0.8rem;
    max-width: 94%;
    flex-wrap: wrap;
}
.luxian .list{
    width: 24%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-shadow: 0 0 0.05rem #ccc;
    border-radius: 0.1rem;
    box-sizing: border-box;
    padding: 0.2rem;
}
.luxian .list .icon{
    width: 1.15rem;
    margin-right: 0.2rem;
}
.luxian .list .tbox{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.luxian .list .tbox .p1{
    width: 100%;
    font-size: 0.22rem;
    color: #333333;
    border-bottom: 1px var(--color) solid;
    padding-bottom: 0.1rem;
    margin-bottom: 0.1rem;
}
.luxian .list .tbox .p2{
    font-size: 0.16rem;
    color: #666666;
}
.map{
    margin-top: 0.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 94%;
    width: 16.15rem;
}
.map .icon{
    max-width: 100%;
}
.luxian2{
    width: 16rem;
    max-width: 94%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0.8rem;
}
.luxian2 .box{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.luxian2 .box .pt{
    font-size: 0.34rem;
    font-weight: bold;
    color: var(--color);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0.2rem;
  
}
.luxian2 .box .pt .icon{
    width: 0.38rem;
    margin-right: 0.1rem;
}
.luxian2 .box .line{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0.2rem;
}
.luxian2 .box .line .icon{
    width: 0.36rem;
}
.luxian2 .box .line .s1{
    font-size: 0.2rem;
    color: var(--color);
    margin: 0 0.2rem;
}
.luxian2 .box .line .s2{
    font-size: 0.2rem;
    color: #333;
}
.luxian2 .box .lc{width: 6.66rem;}

.rxufu{
    position: fixed;
    right: 2%;
    top: 20%;
    z-index: 11;
    background: #fff;
    box-shadow: 0 0 0.05rem #ebebeb;
    border-radius: 0.1rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.rxufu .list{
    width: 1.2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    padding: 0.15rem 0;
    border-radius: 0.05rem;
}
.rxufu .list .imgbox{
    width: 0.4rem;
    height: 0.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.rxufu .list .imgbox .icon{
    max-width: 100%;
    max-height: 100%;
}
.rxufu .list .imgbox .icon3{display:none;  max-width: 100%;
    max-height: 100%;}
.rxufu .list .p1{
    font-size: 0.14rem;
    color: #666666;
    margin-top: 0.05rem;
    text-align: center;
}

.rxufu .list:hover{background: var(--color);}
.rxufu .list:hover .imgbox{

}
.rxufu .list:hover .imgbox .icon{
    display: none;
}
.rxufu .list:hover .imgbox .icon3{display: flex;}
.rxufu .list:hover .p1{color: #fff;}
.rxufu .list .xf{
    position: absolute;
    right: 100%;
    display: none;
    box-sizing: border-box;
    padding: 0.1rem;
    background: #fff;
    box-shadow: 0 0 0.05rem #ebebeb;
}
.rxufu .list .xf .p2{
    font-size: 0.18rem;
}
.rxufu .list .xf .icon2{
    width: 1.2rem;
}
.rxufu .list:hover .xf{
    display: flex;
}
.footbox{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 1.5rem;
    background: linear-gradient(to bottom, #e3d3c0, #f0e5d6);
}
.footbox .footer{
    width: 16rem;
    display: flex;
    justify-content: space-between;
    margin-top: 0.4rem;
    max-width: 94%;
}
.footbox .footer .fbox1{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.footbox .footer .fbox1 .logo{
    width: 2.41rem;
}
.footbox .footer .fbox1 .p1{
    font-size: 0.22rem;
    color: #222222;
    margin: 0.3rem 0px;
  
    font-weight: bold;
}
.footbox .footer .fbox1 .box{
    display: flex;
    gap: 0.4rem;
}
.footbox .footer .fbox1 .box .list{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0.4rem;
    height: 0.4rem;
}
.footbox .footer .fbox1 .box .list .icon{max-width: 100%;max-height: 100%;}
.footbox .footer .fbox1 .box .list .xf{
    display: none;
    position: absolute;
    bottom: 100%;
    box-sizing: border-box;
    padding: 0.1rem;
    background: #fff;
    border-radius: 0.1rem;
    box-shadow: 0 0 0.1rem #ebebeb;
}
.footbox .footer .fbox1 .box .list .xf .p2{font-size: 0.16rem;}
.footbox .footer .fbox1 .box .list .xf .icon2{width: 1.2rem;}
.footbox .footer .fbox1 .box .list:hover .xf{
    display: flex;
}

.footbox .footer .fnavbox{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.footbox .footer .fnavbox .p1{
    font-size: 0.2rem;
    color: #222222;
  
    font-weight: bold;
    margin-bottom: 0.15rem;
}
.footbox .footer .fnavbox .fnav{
    font-size: 0.18rem;
    color: #333333;
    margin-bottom: 0.1rem;
}

.footbox .footer .fbox2{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.footbox .footer .fbox2 .p1{
    font-size: 0.2rem;
    color: #222222;
  
    font-weight: bold;
    margin-bottom: 0.15rem;
}
.footbox .footer .fbox2 .line{
    display: flex;
    justify-content: flex-start;
    align-items: center;

    margin-bottom: 0.1rem;
}
.footbox .footer .fbox2 .line .imgbox{
    width: 0.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footbox .footer .fbox2 .line .imgbox .icon{
    max-width: 100%;
}
.footbox .footer .fbox2 .line .p2{
    font-size: 0.18rem;
    color: #333333;
    margin-left: 0.1rem;
    max-width: 5rem;
}

.footbox .footer .ewmbox{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.footbox .footer .ewmbox .p1{
    font-size: 0.2rem;
    color: #222222;
  
    font-weight: bold;
    margin-bottom: 0.15rem;
}
.footbox .footer .ewmbox .p2{
    font-size: 0.18rem;
    color: #333333;
    margin-bottom: 0.1rem;
}
.footbox .footer .ewmbox img{
    width: 1.2rem;
}
.copyright{
    width: 100%;
    border-top: 1px #deac71 solid;
    margin-top: 0.1rem;
    box-sizing: border-box;
    padding: 0.1rem 3%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    font-size: 0.14rem;
    color: #333333;
}
.copyright .p1{
    font-size: 0.14rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.copyright .gotop{
    font-size: 0.14rem;
    margin-left: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.copyright .gotop .icon{
    width: 0.14rem;
    margin-left: 0.05rem;
}


.probox{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 0.5rem;
    align-items: flex-start;
}
.probox .leftbox{
    width: 3rem;
    background: #f8f7f5;
    border-radius: 0.1rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    padding: 0.15rem;
    z-index: 2;
}
.probox .leftbox .list{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0.2rem 0.4rem;
    box-sizing: border-box;
    border-radius: 0.1rem;
    transition: all 0.3s;
    position: relative;
}
.probox .leftbox .list .imgbox{
    width: 0.5rem;
    height: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.probox .leftbox .list .imgbox .icon{
    max-width: 100%;
    max-height: 100%;
}
.probox .leftbox .list .imgbox .icon2{
    max-width: 100%;
    max-height: 100%;
    display: none;
}
.probox .leftbox .list .tbox{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0.1rem;
}
.probox .leftbox .list .tbox .p1{
    font-size: 0.22rem;
    color: #82673f;
   
    font-weight: bold;
}
.probox .leftbox .list .tbox .p2{
    font-size: 0.16rem;
    color: #82673f;
}

.probox .leftbox .list:hover{background: linear-gradient(  135deg,  rgba(203, 175, 133, 0.5),  rgba(226, 196, 158, 0.5));}
.probox .leftbox .list:nth-of-type(1):hover{background: #f8f7f5;}
.probox .leftbox .list.this{
    background: linear-gradient(135deg, #cbaf85, #e2c49e);
}
.probox .leftbox .list.this .imgbox{}
.probox .leftbox .list.this .imgbox .icon,.probox .leftbox .list:hover .imgbox .icon{
    display: none;
}
.probox .leftbox .list.this .imgbox .icon2,.probox .leftbox .list:hover .imgbox .icon2{
    display: flex;
}
.probox .leftbox .list.this .tbox{}
.probox .leftbox .list.this .tbox .p1,.probox .leftbox .list:hover .tbox .p1{
    color: #fff;
}
.probox .leftbox .list.this .tbox .p2,.probox .leftbox .list:hover .tbox .p2{
    color: #fff;
}

.probox .leftbox .list:nth-of-type(1):hover .tbox .p1{color: #82673f;}
.probox .leftbox .list:nth-of-type(1):hover .tbox .p2{color: #82673f;}
.probox .leftbox .list:nth-of-type(1):hover .imgbox .icon{  display: flex;}


.probox .leftbox .list .erjibox{
    position: absolute;
    left: 100%;
    top: 0;
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background: #f8f7f5;
    background-clip: padding-box; /* Ã¥â€¦Â³Ã©â€Â® */
    border-radius: 0.1rem;
    overflow: hidden;
    border-left: 0.3rem transparent solid;
}
.probox .leftbox .list:hover .erjibox{
    display: flex;
}
.probox .leftbox .list .erjibox .item{
    width: 2.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 0.2rem;
    color: #666666;
    box-sizing: border-box;
    padding: 0 0.55rem;
    line-height: 1.2;
    padding: 0.1rem 0.3rem;
}
.probox .leftbox .list .erjibox .item .p1{}
.probox .leftbox .list .erjibox .item.this{    background: linear-gradient(135deg, #cbaf85, #e2c49e);
    color: #fff;}
.probox .leftbox .list .erjibox .item:hover{
    background: linear-gradient(135deg, #cbaf85, #e2c49e);
    color: #fff;
}

.probox .rightbox{
    width: 12.5rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    z-index: 1;
    position: relative;
}
.probox .rightbox .prolb-prev{color:var(--color);left: -0.45rem;font-size:0.3rem}
.probox .rightbox .prolb-next{color:var(--color);right: -0.45rem;font-size:0.3rem}
.probox .rightbox .list{
    width: 49%;
    background: #fcf8f5;
    box-sizing: border-box;
    padding: 0 0.2rem 0.4rem;
    margin-bottom: 0.5rem;
    border-radius: 0.1rem;
    box-shadow: 0 0 0.05rem #fcf8f5;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.probox .rightbox .list:nth-of-type(n+3){display: none;}
.probox .rightbox .list .p1{
    background: linear-gradient(135deg, #cbaf85, #e2c49e);
    color: #fff;
    box-sizing: border-box;
    padding: 0.05rem 0.15rem;
    border-radius: 0 0 0.05rem 0.05rem;
}
.probox .rightbox .list .p2{
    width: 100%;
    text-align: center;
    font-size: 0.4rem;
    color: #333333;
    margin: 0.4rem 0 0.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.probox .rightbox .list .p3{
    font-size: 0.22rem;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333333;
    margin-bottom: 0.3rem;
}
.probox .rightbox .list .icon{
    width: 100%;
}
.probox .rightbox .more{}
.probox .rightbox .more:hover{}

/************* *.about .list{} */
@media only screen and (max-width: 1201px) {
    .probox .rightbox .prolb-prev{display:none}
.probox .rightbox .prolb-next{display:none}
    .prolb .prolb-prev{display:none}
     .prolb .prolb-next{display:none}
    .probox{
    flex-wrap: wrap;
}
.probox .leftbox{
    width: 100%;
    flex-direction: unset;
    justify-content: flex-start;
    overflow-y: auto;
    position: relative;
    padding-bottom: 1.2rem;
}
.probox .leftbox .list{
    padding: 0.2rem;
    width: 2rem;
    flex: none;
    position: unset;
}
.probox .leftbox .list .imgbox{}
.probox .leftbox .list .imgbox .icon{}
.probox .leftbox .list .imgbox .icon2{}
.probox .leftbox .list .tbox{}
.probox .leftbox .list .tbox .p1{}
.probox .leftbox .list .tbox .p2{}
.probox .leftbox .list.this{}
.probox .leftbox .list.this .imgbox{}
.probox .leftbox .list.this .imgbox .icon{}
.probox .leftbox .list.this .imgbox .icon2{}
.probox .leftbox .list.this .tbox{}
.probox .leftbox .list.this .tbox .p1{}
.probox .leftbox .list.this .tbox .p2{}

.probox .leftbox .list.this .erjibox{display:flex}

.probox .leftbox .list .erjibox{
    left: 0;
    /* width: 100%; */
    border: 0;
    flex-direction: unset;
    top: 1.5rem;
    overflow-y: auto;
    justify-content: flex-start;
    z-index: 1;
    border-top: 1px #dec19a solid;
}
.probox .leftbox .list:hover .erjibox{}
.probox .leftbox .list .erjibox .item{
    flex: none;
}
.probox .leftbox .list .erjibox .item .p1{}
.probox .leftbox .list .erjibox .item.this{}
.probox .leftbox .list .erjibox .item.this .p1{}

.probox .rightbox{
    width: 100%;
    margin-top: 0.3rem;
}
.probox .rightbox .list{
    width: 100%;
}
.probox .rightbox .list:nth-of-type(n+2){}
.probox .rightbox .list .p1{}
.probox .rightbox .list .p2{}
.probox .rightbox .list .p3{}
.probox .rightbox .list .icon{}
.probox .rightbox .more{}
.probox .rightbox .more:hover{}

    .footbox{}
.footbox .footer{
    flex-wrap: wrap;
}
.footbox .footer .fbox1{
    display: none;
}
.footbox .footer .fbox1 .logo{}
.footbox .footer .fbox1 .p1{}
.footbox .footer .fbox1 .box{}
.footbox .footer .fbox1 .box .list{}
.footbox .footer .fbox1 .box .list .icon{}
.footbox .footer .fbox1 .box .list .xf{}
.footbox .footer .fbox1 .box .list .xf .p2{}
.footbox .footer .fbox1 .box .list:hover .xf{}

.footbox .footer .fnavbox{display: none;}
.footbox .footer .fnavbox .p1{}
.footbox .footer .fnavbox .fnav{}

.footbox .footer .fbox2{}
.footbox .footer .fbox2 .p1{}
.footbox .footer .fbox2 .line{}
.footbox .footer .fbox2 .line .imgbox{}
.footbox .footer .fbox2 .line .imgbox .icon{}
.footbox .footer .fbox2 .line .p2{}

.footbox .footer .ewmbox{
}
.footbox .footer .ewmbox .p1{}
.footbox .footer .ewmbox .p2{}
.footbox .footer .ewmbox img{}
.copyright{}
.copyright .p1{
    font-size: 0.18rem;
}
.copyright .gotop{
    font-size: 0.18rem;
}
.copyright .gotop .icon{
    width: 0.18rem;
}
    .rxufu{}
.rxufu .list{
    width: 0.8rem;
}
.rxufu .list .imgbox{}
.rxufu .list .imgbox .icon{}
.rxufu .list .p1{}
.rxufu .list .xf{}
.rxufu .list .xf .p2{}
.rxufu .list .xf .icon2{}
.rxufu .list:hover .xf{}
    .luxian2{
    gap: 0.5rem;
}
.luxian2 .box{}
.luxian2 .box .pt{}
.luxian2 .box .pt .icon{}
.luxian2 .box .line{}
.luxian2 .box .line .icon{}
.luxian2 .box .line .s1{}
.luxian2 .box .line .s2{}
.luxian2 .box .lc{}
    .luxian{
    gap: 0.3rem;
}
.luxian .list{
    width: 100%;
}
.luxian .list .icon{}
.luxian .list .tbox{}
.luxian .list .tbox .p1{}
.luxian .list .tbox .p2{
    font-size: .2rem;
}
.map{}
.map .icon{}
    .newsbody{}
.newsbody .h1{}
.newsbody .p1{}
.newsbody .fenye{
    flex-wrap: wrap;
}
.newsbody .fenye .a1{}
.newsbody .fenye .a1:hover{}
.newsbody .fenye .fanhui{
    position: unset;
    width: 100%;
    transform: unset;
    margin-top: 0.3rem;
    font-size: 0.2rem;
}
.newsbody .fenye .fanhui .icon{}
.newsbody .fenye .fanhui:hover{}
    .news{}
.news .a1{
    flex-wrap: wrap;
}
.news .a1 .time{}
.news .a1 .time .p1{}
.news .a1 .time .p2{}
.news .a1 .tbox{
    width: calc(100% - 2rem);
}
.news .a1 .tbox .p1{}
.news .a1 .tbox .p2{}
.news .a1 .tbox .p3{}
.news .a1 .imgbox{
    width: 100%;
    margin-top: 0.2rem;
}
.news .a1 .imgbox .icon{}
.news .a1:hover{}
.news .a1:hover .time{}
.news .a1:hover .time .p1{}
.news .a1:hover .time .p2{}
.news .a1:hover .tbox{}
.news .a1:hover .tbox .p1{}
.news .a1:hover .tbox .p2{}
.news .a1:hover .tbox .p3{}
.news .a1:hover .imgbox{}
.news .a1:hover .imgbox .icon{}
.page{}
.page .active{}
.page .total{}
    .about2 .box3{
    gap: 0.3rem;
}
.about2 .box3 .list{
    width: 100%;
}
.about2 .box3 .list .imgbox{}
.about2 .box3 .list .imgbox .icon{}
.about2 .box3 .tbox{}
.about2 .box3 .tbox .p1{}
.about2 .box3 .tbox .p2{}
.about2 .box3 .tbox .p3{}
.about2 .box3 .tbox .p2 .icon{}
.about2 .box3 .list:hover{} 
.about2 .box3 .list:hover .tbox .p1{} 
.about2 .more{} 
.about2 .more:hover{} 
    .renwu .a1 .tbox2 .item span{
    font-size: 0.18rem;
}
    .renwu{}
.renwu .a1{
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.renwu .a1 .imgbox{
    margin: auto;
}
.renwu .a1 .imgbox .icon{
    width: 150px;
}
.renwu .a1 .tbox{
    margin: 0;
    width: auto;
    border: 0;
    padding: 0;
    max-width: 100%;
}
.renwu .a1 .tbox .p1{}
.renwu .a1 .tbox .p2{}
.renwu .a1 .tbox .p3{
    font-size: 0.16rem;
}
.renwu .a1 .tbox .p4{min-width: unset;}
.renwu .a1 .tbox .line{}
.renwu .a1 .tbox2{
    gap: 0.3rem;
}
.renwu .a1 .tbox2 .item{}
.renwu .a1 .tbox2 .item .p1{}
.renwu .a1 .tbox2 .item .p2{}
.renwu .a1 .tbox2 .item .lingyu{
    width: 3.8rem;
}
.renwu .a1 .tbox2  .p3{
    margin: auto;
}
.renwu .a1 .tbox2 .p3{}
.renwu .a1 .tbox2:hover .p3{}
.renwu .a1 .tbox2:hover{}
.renwu .more{
    font-size: 0.2rem;
}
    .team{}
.team .prev{}
.team .prev::after{}
.team .next{}
.team .next::after{}
.teamlb{}
.teamlb .a1{}
.teamlb .a1 .imgbox{}
.teamlb .a1 .imgbox .icon{}
.teamlb .a1 .p1{}
.teamlb .a1 .p2{}
.teamlb .a1:hover .p1{}
.teamlb .a1:hover .p2{}
    .about2 .box2{
    gap: 0.2rem;
    padding-bottom: 0.2rem;
    flex-wrap: wrap;
    justify-content: center;
}
    .about2 .box2 .list:hover{}
    .about2 .box2 .list .imgbox{}
    .about2 .box2 .list .imgbox .icon{}
    .about2 .box2 .list .p1{}
    .about2 .box2 .list{
    width: 22%;
    flex: none;
}
.about2 .box2 .list:nth-of-type(1){
    margin-left: 0.3rem;
}
.about2 .box2 .list:nth-of-type(3){
    margin-right: 0.3rem;
}
    .environment-layout {
        grid-template-columns: 1fr;
      }
    
      .thumb-rail {
        aspect-ratio: 1195 / 159;
      }
    
      .environment-thumbs:not(.swiper-initialized) .swiper-wrapper {
        grid-template-columns: repeat(7, minmax(1.2rem, 1fr));
        grid-template-rows: none;
      }
    
      .gallery-controls {
        display: none;
      }
    .about2{}
.about2 .box{
}
.about2 .box .list{
    width: 33%;
    padding: 0.2rem;
    justify-content: flex-start;
    margin-bottom: 0.3rem;
}
.about2 .box .list:hover{}
.about2 .box .list .imgbox{}
.about2 .box .list .imgbox .icon{}
.about2 .box .list .p1{
    font-size: 0.24rem;
}
.about2 .box .list .p2{
    text-align: center;
    font-size: 0.18rem;
}
    .about{}
.about .list{
    flex-wrap: wrap-reverse;
}
.about .list .tbox{}
.about .list .tbox .p1{}
.about .list .tbox .p2{}
.about .list .tbox .p3{
    margin-top: 0.3rem;
    font-size: 0.18rem;
}
.about .list .imgbox{
    width: 100%;
    margin-top: 0.3rem;
}
.about .list .imgbox .icon{}
.about .list:nth-of-type(even){
    flex-wrap: wrap;
}
.alltitle{}
.alltitle .p1{}
.alltitle .p2{}
.alltitle .p3{}
    .inabout{
    flex-wrap: wrap;
    margin-top: 0.5rem;
}
.inabout .tbox{
    width: 100%;
    margin-bottom: 0.5rem;
}
.inabout .tbox .p1{}
.inabout .tbox .p2{}
.inabout .tbox .p3{}
.inabout .tbox .xian{}
.inabout .tbox .a1{
    margin-top: 0.3rem;
}
.inabout .tbox .a1:hover{}
.inabout .imgbox{
    width: 100%;
}
.inabout .imgbox .icon{}
    .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: #b39b77;
        margin: 10%;
    }
    .headxf{}
    .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;
    gap: 0;
}
    .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: none;}
    .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{
}
    .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;}