.wrap22 {
  display: grid;
  /* 3列，每列平分宽度 */
  grid-template-columns: repeat(3, 1fr);
  /* 两行自动；gap统一控制行列间距20px */
  gap: 20px;
  padding: 0 0px;
}
.wrap23 {
  display: grid;
  /* 3列，每列平分宽度 */
  grid-template-columns: repeat(1, 1fr);
  /* 两行自动；gap统一控制行列间距20px */
  gap: 20px;
  padding: 0 0px;
}


.item22 {
   
  
}
.item22 img{ width: 100%; height: auto;}

.slick-center{ color:#f88c01; border-bottom: 1px solid #f88c01; }
.slick-slide{ text-align:center; }
.topnav {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 50px !important;
    z-index: 9998 !important;
    background: rgba(255, 255, 255, 0.3) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    overflow: visible !important;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.titlebox {
    padding-bottom: 50px;
}

.titlebox h2 {
    font-family: "宋体";
    font-size: 70px;
    padding: 25px 0;
}


.w95 {
    width: 95%;
}

.topbox {
    display: flex;
    justify-content: space-between;
}

.topbox ul {
    display: flex;
    column-gap: 40px;
}

.topbox ul li {
    font-size: 16px;
}

.topbox ul li a {
    display: flex;
}

.topbox ul li a i {
    width: 10px;
}

.w1024 {
    width: 800px;
    margin: 0 auto;
    border: 1px solid #ececec;
    border-radius: 30px;
    padding: 30px;
}

.imglist {
    column-count: 3;
    column-gap: 10px;
}

.item {
    border: 0px solid #999;
    margin-bottom: 20px;
    break-inside: avoid;

}

.item img {
    width: 100%;
    height: auto;
}

.item .imglistbox {
    line-height: 0;
    position: relative;
    border-radius: 12px;
    display: block;
    max-height: 650px;
    overflow: hidden;
    cursor: pointer;
}
}

.item .imglistbox:hover::before {
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.dianz {
    color: #ccc;
    font-size: 25px;
    margin-right: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    width: 30px;
    background: #fff;
    border-radius: 6px;
}

.imgdow {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    width: 70px;
    background: #f85659;
    border-radius: 6px;
}

.imgdow .iconfont {
    font-size: 15px;
    margin-right: 3px;
}

.title {
    display: none
}

.dzanddown {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    opacity: 0;
    transition: all .3s ease;
}

.w580 {
    width: 580px;
    box-sizing: border-box;
    padding: 25px;
    margin: 0 auto;
    border: 1px solid #ececec;
    border-radius: 25px;
    background: #fff;
}

.navbox {
    display: flex;
    width: 100%;
    justify-content:space-between;
    
  
}
.navleft{ display:flex; gap:25px; }

.navbox a {
    font-size: 16px;
    font-weight: 500;
}

.txbox{ display:flex; flex-direction:column; justify-content: center; align-items:center; gap:10px; padding: 30px 0;}
.txbox span{ width:100px; height:100px; border-radius: 50%; overflow: hidden; background-color:#ececec; display:flex; align-items:center; justify-content:center; }
.txbox span img{ width:80%; height:auto; }
.aboutbox{ padding:50px 0; border-bottom:1px solid #000; }
.aboutp{ display:flex; flex-direction:column; gap:15px; margin-bottom:30px; }
.aboutp h2{ font-weight: bold;  }
.aboutp p{ font-family:"宋体"; font-size:50px; line-height:1; }
.about{ display:flex; flex-direction:column;   }
.about li{ border-top:1px solid #ccc; padding:15px 0; }
.flist{ display:flex; justify-content:center; margin-bottom:25px; gap:30px; }


 @media screen and (max-width: 1024px){ 

    .w580 {
    width: 100%;
    box-sizing: border-box;
    padding:15px;
    margin: 0 auto;
    border: 1px solid #ececec;
    border-radius:0px;
    background: #fff;
}
}