@media screen and (min-width: 320px) and (max-width: 1024px) {
  @import '../css/reset.css';

  /*  隐藏滚动条 */
  .hide-scrollbar {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .hide-scrollbar::-webkit-scrollbar {
    width: 0px;
    height: 0px;
  }

  .pagination {
    margin-top: 0.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .pagination ul {
    display: flex;
  }

  .pagination ul li {
    text-align: center;
    cursor: pointer;
    border: 1px solid #eee;
    margin: 0 0.1rem;
    font-size: 0.26rem;
  }

  .pagination ul li a {
    display: block;
    color: #000;
    padding: 0.1rem 0.18rem;
  }

  .pagination ul li a:hover {
    background-color: #ff7800;
    color: #fff;
  }

  .pagination ul li a.active {
    color: #fff;
    background-color: #ff7800;
  }

  .pagination .prev a,
  .pagination .nexts a {
    font-size: 0.26rem;
    border: 1px solid #eee;
    display: block;
    padding: 0.1rem 0.18rem;
  }

  .pagination .prev a:hover,
  .pagination .nexts a:hover {
    background-color: #ff7800;
    color: #fff;
  }

  .pagination .prev {
    margin-right: 0.05rem;
  }

  .pagination .nexts {
    margin-left: 0.05rem;
  }

  .pagination .text {
    color: #333;
    font-size: 0.26rem;
    margin-left: 0.2rem;
  }

  .more a {
    font-size: 0.26rem;
  }

  .more a .icon {
    width: 0.6rem;
    height: auto;
  }

  h3 {
    font-size: 0.38rem;
  }

  .section-1 {
    box-sizing: border-box;
    padding-bottom: 1.2rem;
  }

  .section-1 .box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.6rem;
  }

  .section-1 .content .tip {
    font-size: 0.28rem;
  }

  .section-1 .content h2 {
    font-size: 0.38rem;
  }

  .section-1 .content p {
    font-size: 0.28rem;
  }

  .section-1 .content .us-box {
    margin-top: 0.6rem;
    justify-content: space-around;
  }

  .section-1 .content .us-box .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 0.26rem;
  }

  .section-1 .content .us-box .inner .data {
    display: flex;
    font-size: 0.44rem;
  }

  .section-1 .right {
    display: block;
  }

  .section-1 .right .imgs {
    width: 100%;
    height: auto;
  }

  .section-1 .right .imgs img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .section-2 .head {
    height: auto;
    grid-template-columns: repeat(2, 1fr);
  }

  .section-2 .head .inner {
    border-right: 1px solid rgba(255, 255, 255, 0.6);
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    height: 8rem;
  }

  .section-2 .head .inner a {
    color: #fff;
    padding: 1rem 0.32rem;
    cursor: pointer;
    transition: all 0.3s;
    display: block;
  }

  .section-2 .head .inner .icons {
    width: 0.62rem;
    height: 0.62rem;
    margin: 0.43rem 0 0.16rem;
  }

  .section-2 .head .inner .title {
    font-size: 0.32rem;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
  }

  .section-2 .head .inner p {
    font-size: 0.28rem;
    margin-top: 0.36rem;
    line-height: 1.6;
    text-align: justify;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
  }

  .section-2 .body {
    width: 100%;
    height: 4.8rem;
  }

  .section-2 .body .item .box .title {
    font-size: 0.38rem;
    font-weight: bold;
  }

  .section-2 .body .item .box .text {
    font-size: 0.28rem;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
  }

  .section-3 {
    padding: 1rem 0;
  }

  .section-3 .head h3 {
    font-size: 0.38rem;
  }

  .section-3 .head .text {
    font-size: 0.28rem;
  }

  .section-3 .swiper {
    margin-top: 0.5rem;
    padding-bottom: 1rem;
    height: 5.2rem;
  }

  .section-3 .swiper .swiper-slide {
    position: relative;
    height: 100%;
  }

  .section-3 .swiper .swiper-slide .imgs {
    width: 100%;
    height: 100%;
  }

  .section-3 .swiper .swiper-slide .imgs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .section-3 .swiper .swiper-slide .mask {
    font-size: 0.3rem;
  }

  .section-3 .swiper .swiper-button-prev,
  .section-3 .swiper .swiper-button-next {
    top: 95%;
    width: 0.6rem;
    height: 0.6rem;
  }

  .section-3 .swiper .swiper-button-prev::after,
  .section-3 .swiper .swiper-button-next::after {
    font-size: 0.26rem;
  }

  .section-3 .swiper .swiper-button-prev {
    left: 6.3%;
  }

  .section-3 .swiper .swiper-button-next {
    right: 72%;
  }

  .section-4 {
    padding: 0.4rem 0 1rem;
  }

  .section-4 .head h3 {
    font-size: 0.38rem;
  }

  .section-4 .head .text {
    font-size: 0.28rem;
    color: #333;
  }

  .section-4 .proList {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2rem;
  }

  .section-4 .proList .item {
    width: 100%;
    height: auto;
  }

  .section-4 .proList .item .mask {
    position: absolute;
    inset: 0;
    background: rgba(51, 51, 51, 0.5);
    color: #fff;
    padding: 0.3rem;
    opacity: 0;
    transition: all 0.3s;
  }

  .section-4 .proList .item .mask .box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .section-4 .proList .item .mask .box .title {
    font-size: 0.32rem;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
  }

  .section-4 .proList .item .mask .box .text {
    font-size: 0.28rem;
    line-height: 1.6;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
  }

  .section-5 h3 {
    color: #333;
    font-size: 0.38rem;
    text-align: center;
  }

  .section-5 .swiper {
    margin-top: 0.5rem;
    padding-bottom: 0.7rem;
    width: 100%;
    height: auto;
  }

  .section-5 .swiper .swiper-slide {
    width: 100%;
    height: 100%;
    padding-right: 0.2rem;
    position: relative;
  }

  .section-5 .swiper .swiper-slide .imgs {
    width: 100%;
    height: auto;
  }

  .section-5 .swiper .swiper-slide .content {
    padding: 0.2rem 0;
    height: calc(100% - 2.9rem);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .section-5 .swiper .swiper-slide .content .title {
    font-size: 0.32rem;
    color: #333;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
  }

  .section-5 .swiper .swiper-slide .content .text {
    margin-bottom: auto;
    margin-top: 0.15rem;
    font-size: 0.28rem;
    color: #999;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
  }

  .section-5 .swiper .swiper-slide .content .day {
    display: flex;
    align-items: center;
    color: #999;
    margin-top: 0.2rem;
  }

  .section-5 .swiper .swiper-slide .content .day .time {
    margin-left: 0.1rem;
    font-size: 0.26rem;
  }

  .section-6 {
    background: #fcfcfc;
    padding: 0.6rem 0 0;
  }

  .section-6 h3 {
    color: #333;
    font-size: 0.38rem;
    text-align: center;
  }

  .section-6 .body {
    margin-top: 0.5rem;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.2rem;
  }

  .section-6 .body .left .inner {
    margin-bottom: 0.7rem;
  }

  .section-6 .body .left .inner .title {
    font-size: 0.32rem;
    color: #333;
  }

  .section-6 .body .left .inner .text {
    font-size: 0.28rem;
    color: #666;
  }

  .section-6 .body .right {
    width: 100%;
  }

  .section-6 .body .right .form-ground {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.22rem;
  }

  .section-6 .body .right .item {
    width: 100%;
    height: 0.8rem;
  }

  .section-6 .body .right .item input,
  .section-6 .body .right .item select {
    font-size: 0.28rem;
  }

  .section-6 .body .right .items {
    width: 100%;
    height: 3rem;
  }

  .section-6 .body .right .items textarea {
    font-size: 0.28rem;
  }

  .leaflet-popup-content {
    width: auto;
    font-size: 0.24rem;
  }

  .leaflet-popup-content h5 {
    font-size: 0.26rem;
  }

  .banner2 {
    margin-top: 1rem;
    width: 100%;
    height: auto;
  }

  .bread {
    padding: 0.2rem 0;
  }

  .bread ul {
    width: 100%;
    overflow-x: auto;
  }

  .bread ul li {
    flex-shrink: 0;
    margin-right: 0.35rem;
    padding-bottom: 0.2rem;
  }

  .bread ul li a {
    font-size: 0.27rem;
  }

  .abt-1 {
    padding-top: 0.8rem;
  }

  .abt-1 .pages {
    margin-top: 0.5rem;
    width: 100%;
    height: 5rem;
    position: relative;
  }

  .abt-1 .pages .list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    height: 100%;
    color: #fff;
  }

  .abt-1 .pages .list .iner {
    padding: 0 0.1rem;
  }

  .abt-1 .pages .list .iner .top {
    font-size: 0.36rem;
  }

  .abt-1 .pages .list .iner .mask {
    font-size: 0.26rem;
    transition: all 0.8s ease;
    height: fit-content;
    transform: translateY(100%);
    /* 初始隐藏，从下方开始 */
    opacity: 0;
    line-height: 1.8;
  }

  .abt-2 {
    padding: 1rem 4%;
    position: relative;
  }

  .abt-2 .page {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.4rem;
    align-items: center;
    width: 100%;
  }

  .abt-2 .page .left {
    width: 100%;
  }

  .abt-2 .page .left h3 {
    text-align: left;
    margin-bottom: 0.4rem;
  }

  .abt-2 .page .left h4 {
    font-size: 0.32rem;
    color: #333;
  }

  .abt-2 .page .left p {
    font-size: 0.28rem;
    color: #666;
    text-indent: 2em;
    line-height: 1.6;
    margin: 0.25rem 0;
  }

  .abt-2 .page .right {
    position: relative;
    width: 100%;
    height: auto;
  }

  .abt-2 .page .right .mask {
    width: 100%;
    height: 1.6rem;
    bottom: 0;
    left: 0;
    background: rgba(255, 120, 0, 0.8);
    color: #fff;
  }

  .abt-2 .page .right .mask .us-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  .abt-2 .page .right .mask .us-box .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 0.26rem;
    color: rgba(255, 255, 255, 0.8);
  }

  .abt-2 .page .right .mask .us-box .inner .data {
    display: flex;
    align-items: center;
    font-size: 0.42rem;
    color: #fff;
  }

  .abt-2 .line {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4.1rem;
    z-index: -1;
  }

  .abt-2 .line img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .abt-3 {
    position: relative;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 1.4rem 0;
  }

  .abt-3 .mile {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    color: #fff;
  }

  .abt-3 .mile .content .body {
    margin-top: 4vh;
  }

  .abt-3 .mile .content .body .year {
    font-size: 0.36rem;
    position: relative;
    padding-left: 0.3rem;
    z-index: 1;
    margin-bottom: 3vh;
  }

  .abt-3 .mile .content .body .year::before {
    width: 10px;
    height: 10px;
    margin-top: -4px;
  }

  .abt-3 .mile .content .body .textBox {
    font-size: 0.28rem;
    line-height: 1.8;
  }

  .abt-3 .mile .tabs {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.4rem;
  }

  .abt-3 .mile .tabs .tab {
    font-size: 0.28rem;
    width: 1.45rem;
    height: 0.6rem;
    line-height: 0.6rem;
    margin-bottom: 0.2rem;
    margin-right: 0.2rem;
  }

  .pro-1 {
    padding: 0.6rem 0;
  }

  .pro-1 .head {
    margin: auto;
    max-width: 100%;
    text-align: center;
  }

  .pro-1 .head .ftitle {
    line-height: 1.8;
    font-size: 0.28rem;
  }

  .pro-1 .lists {
    grid-template-columns: repeat(1, 1fr);
  }

  .pro-1 .lists .item {
    width: 100%;
    height: auto;
  }

  .pro-1 .lists .item .mask .box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0.5rem 0.4rem;
    transition: all 0.3s;
    cursor: pointer;
  }

  .pro-1 .lists .item .mask .box .title {
    font-size: 0.32rem;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
  }

  .pro-1 .lists .item .mask .box .text {
    font-size: 0.28rem;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
  }

  .pro-2 .proList .inner {
    margin: 0.3rem 0;
  }

  .pro-2 .proList .inner a {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
    gap: 0.2rem;
  }

  .pro-2 .proList .inner a .imgs {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    border-radius: 0.1rem;
  }

  .pro-2 .proList .inner a .content {
    width: 100%;
  }

  .pro-2 .proList .inner a .content .title {
    font-size: 0.34rem;
    font-weight: bold;
  }

  .pro-2 .proList .inner a .content .box {
    margin-top: 0.1rem;
  }

  .pro-2 .proList .inner a .content p {
    font-size: 0.28rem;
    line-height: 1.8;
  }

  .pro-2 .proList .inner:nth-child(2n) a {
    flex-direction: column;
  }

  .pro-3 .zsList {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.2rem;
  }

  .pro-3 .zsList .item {
    width: 100%;
    height: auto;
  }

  .pro-3 .zsList2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2rem;
  }

  .pro-3 .zsList2 .item .imgs {
    width: 100%;
    height: 2.4rem;
    border-radius: 2px;
  }

  .pro-3 .zsList2 .item .title {
    font-size: 0.3rem;
    margin-top: 0.15rem;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
  }

  .pro-4 .prolist {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.3rem;
  }

  .pro-4 .prolist .item {
    width: 100%;
    height: auto;
    position: relative;
    box-sizing: border-box;
  }

  .pro-4 .prolist .item .mask .box {
    padding: 0.4rem 0.2rem;
  }

  .pro-4 .prolist .item .mask .box .title {
    font-size: 0.34rem;
    color: #fff;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
  }

  .pro-4 .prolist .item .mask .box .text {
    font-size: 0.28rem;
    margin-top: 0.1rem;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
  }

  .pro-5 .head {
    max-width: 100%;
  }

  .pro-5 .pro-deta {
    font-size: 0.28rem;
    line-height: 1.8;
    color: #333;
    margin: 0.15rem 0;
  }

  .pro-5 .pro-deta p {
    font-size: 0.28rem;
    line-height: 1.8;
    color: #333;
    margin: 0.15rem 0;
  }

  .pro-5 .pro-deta img {
    display: block;
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    margin: 0 auto;
    height: auto;
    max-width: 100%;
    border-radius: 0.1rem;
  }

  .pro-6 .tipBox {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2rem;
  }

  .pro-6 .tipBox .item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .pro-6 .tipBox .item .icons {
    width: 1rem;
    height: 1rem;
  }

  .pro-6 .tipBox .item .box .title {
    font-size: 0.32rem;
    font-weight: normal;
    color: #000;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
  }

  .pro-6 .tipBox .item .box .text {
    margin-top: 0.1rem;
    font-size: 0.28rem;
    line-height: 1.6;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
  }

  .pro-6 .prolist {
    gap: 0;
    grid-template-columns: repeat(1, 1fr);
  }

  .pro-6 .prolist .item {
    height: auto;
  }

  .pro-6 .prolist .item .mask .box {
    padding: 0.5rem 0.3rem;
  }

  .pro-7 .video {
    width: 100%;
    height: auto;
    margin: auto;
    position: relative;
  }

  .pro-7 .video video {
    width: 100%;
    height: auto;
    border-radius: 0.2rem;
    object-fit: cover;
  }

  .pro-7 .mask {
    font-size: 0.28rem;
  }

  .pro-7 .mask .open {
    margin-bottom: 0.2rem;
  }

  .pro-7 .mask .open i {
    font-size: 1rem;
    cursor: pointer;
    color: #fff;
  }

  .pro-7 .download {
    margin-top: 1rem;
  }

  .pro-7 .download a {
    display: flex;
    align-items: center;
    font-size: 0.3rem;
  }

  .pro-7 .download a .icons {
    width: 0.3rem;
    height: 0.36rem;
  }

  .fw-1 {
    background: #fcfcfc;
  }

  .fw-1 .cont {
    padding: 0 4%;
  }

  .fw-1 .cont a {
    height: auto;
    display: flex;
    flex-direction: column;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
  }

  .fw-1 .cont a .imgs {
    position: static;
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
  }

  .fw-1 .cont a .imgs img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .fw-1 .cont a .content {
    width: 100%;
    padding: 0.2rem;
    box-shadow: 0px 0ch 10px 0px rgba(0, 0, 0, 0.1);
  }

  .fw-1 .cont a .content .title {
    font-size: 0.34rem;
  }

  .fw-1 .cont a .content p {
    font-size: 0.28rem;
  }

  .qua-1 {
    padding-top: 0;
  }

  .qua-1 .box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: center;
    gap: 0.5rem;
    width: 100%;
    margin-top: 0.8rem;
  }

  .qua-1 .box .inner h4 {
    text-align: center;
    font-weight: normal;
    font-size: 0.32rem;
  }

  .qua-1 .box .inner .text {
    font-size: 0.28rem;
    line-height: 1.8;
    margin-top: 0.2rem;
    text-align: center;
  }

  .qua-1 .box .inner .imgbox {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-top: 0.4rem;
  }

  .qua-1 .box .inner .imgbox .imgs {
    width: 3rem;
    height: auto;
  }

  .qua-2 .proList .inner a {
    height: auto;
    gap: 0.6rem;
  }

  .qua-2 .proList .inner a .imgs {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
  }

  .qua-2 .proList .inner a .content {
    width: 100%;
  }

  .qua-2 .proList .inner a .content .title {
    font-size: 0.32rem;
    font-weight: normal;
  }

  .qua-2 .proList .inner a .content .box {
    margin-top: 0.1rem;
  }

  .qua-2 .proList .inner a .content p {
    font-size: 0.28rem;
    line-height: 1.8;
    margin-top: 0.2rem;
  }

  .qua-3 .list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.4rem;
    padding: 0 5%;
  }

  .qua-3 .list .item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .qua-3 .list .item .imgs {
    width: 100;
    height: auto;
  }

  .qua-3 .list .item .imgs img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .qua-3 .list .item .content {
    margin-top: 0.1rem;
    text-align: center;
    font-size: 0.3rem;
    width: 100%;
    line-height: 1.6;
  }

  .xm-1 {
    background: #fcfcfc;
  }

  .xm-1 .xmList {
    margin-top: 0.5rem;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.3rem;
  }

  .xm-1 .xmList .item {
    width: 100%;
    position: relative;
    box-shadow: 0 0 10px #ccc;
  }

  .xm-1 .xmList .item a {
    width: 100%;
    height: auto;
  }

  .xm-1 .xmList .item .imgs {
    width: 100%;
    height: auto;
  }

  .xm-1 .xmList .item .imgs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .xm-1 .xmList .item .content {
    height: auto;
    padding: 0.2rem;
    box-sizing: border-box;
    background: #fff;
    width: 100%;
  }

  .xm-1 .xmList .item .content .title {
    font-size: 0.32rem;
    color: #333;
    transition: all 0.3s;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
  }

  .xm-1 .xmList .item .content .text {
    font-size: 0.28rem;
    transition: all 0.3s;
    color: #666;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
  }

  .cx-1 .w {
    padding: 0;
    box-sizing: border-box;
  }

  .cx-1 .head .title {
    font-size: 0.3rem;
    margin-top: 0.1rem;
    color: #333;
  }

  .cx-1 .bane {
    height: auto;
  }

  .cx-2 {
    padding-top: 0;
    position: relative;
  }

  .cx-2 .proList .inner {
    margin-bottom: 0.5rem;
  }

  .cx-2 .proList .inner a {
    height: auto;
    gap: 0.5rem;
    align-items: flex-start;
  }

  .cx-2 .proList .inner a .imgs {
    flex-shrink: 0;
    width: 100%;
  }

  .cx-2 .proList .inner a .content p {
    font-size: 0.28rem;
  }

  .newList .xmList .item .content {
    height: 2.3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .newList .xmList .item .content .text {
    margin-bottom: auto;
    margin-top: 0.1rem;
  }

  .newList .xmList .item .content .day {
    display: flex;
    align-items: center;
    font-size: 0.26rem;
  }

  .newList .xmList .item .content .day i {
    font-size: 0.3rem;
    flex-shrink: 0;
    margin-right: 0.1rem;
  }

  .newList .pagination {
    margin-top: 0.5rem;
  }

  .newsdetail {
    margin-top: 0.6rem;
    padding-bottom: 0.8rem;
  }

  .newsdetail .top h2 {
    font-size: 0.34rem;
    margin-bottom: 0.12rem;
  }

  .newsdetail .top .tipBox {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 0.26rem;
    color: #666;
  }

  .newsdetail .top .tipBox a {
    color: #666;
  }

  .newsdetail .top .tipBox .tip {
    margin-right: 0.3rem;
    margin-bottom: 0.2rem;
  }

  .newsdetail .content p {
    font-size: 0.28rem;
  }

  .page {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0.1rem 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }

  .page .icon {
    width: 0.2rem;
    height: auto;
    flex-shrink: 0;
  }

  .page .prev,
  .page .next {
    width: 100%;
  }

  .page .prev a,
  .page .next a {
    display: flex;
    align-items: center;
  }

  .page .prev {
    margin-right: 0.1rem;
    border-right: 2px solid #ccc;
    padding-right: 0.1rem;
  }

  .page .prev a .text {
    margin-left: 0.2rem;
    font-size: 0.26rem;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
  }

  .page .next {
    display: flex;
    justify-content: flex-end;
    padding-left: 0.1rem;
  }

  .page .next a .text {
    margin-right: 0.2rem;
    font-size: 0.26rem;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
  }

  .lxwm-1 {
    width: 100%;
    margin: 0.4rem 0;
    box-sizing: border-box;
  }

  .lxwm-1 .content {
    margin: 0.4rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .lxwm-1 .content p {
    line-height: 2;
    font-size: 0.28rem;
    color: #333;
  }

  .addressBox {
    width: 100%;
    height: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .addressBox .le {
    background: #f7b378;
    color: #fff;
    padding: 0.6rem 4%;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .addressBox .le h2 {
    font-size: 0.32rem;
  }

  .addressBox .le .text {
    font-size: 0.28rem;
  }

  .addressBox .rgs {
    width: 100%;
  }

  .addressBox .rgs img {
    object-position: top;
  }

  .lxwm-2 .addressBox {
    position: relative;
    display: block;
  }

  .lxwm-2 .addressBox .bg {
    position: absolute;
    z-index: -1;
    inset: 0;
    width: 100%;
    height: auto;
  }

  .lxwm-2 .addressBox .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .lxwm-2 .addressBox .le {
    background: rgba(0, 77, 255, 0.5);
  }

  .joinBox {
    padding-bottom: 1rem;
  }

  .joinBox .head {
    max-width: 100%;
    font-size: 0.28rem;
  }

  .joinBox .join-list .icon {
    width: 0.4rem;
    height: 0.4rem;
  }

  .joinBox .join-list .icon span {
    font-size: 0.4rem;
  }

  .joinBox .join-list .top {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 10% 10%;
    row-gap: 0.4rem;
    align-items: center;
    cursor: pointer;
  }

  .joinBox .join-list .top .title {
    font-size: 0.35rem;
    font-weight: normal;
  }

  .joinBox .join-list .top.active .icon {
    transform: rotate(90deg);
  }

  .joinBox .join-list .second {
    display: none;
  }

  .joinBox .join-list .second .table {
    width: 100%;
  }

  .joinBox .join-list .second .table .thead {
    display: none;
  }

  .joinBox .join-list .second .table .tbody {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 20% 16%;
    column-gap: 0.4rem;
    align-items: center;
    padding: 0.3rem 0;
    border-bottom: 1px solid #000;
  }

  .joinBox .join-list .second .table .tbody .name {
    font-size: 0.26rem;
  }

  .joinBox .join-list .second .table .tbody .time {
    font-size: 0.24rem;
  }

  .joinBox .join-list .second .table .tbody .look a {
    font-size: 0.26rem;
  }

  .joinBox .join-list .second .table .tbody .look a .icon {
    display: none;
  }

  .joinDeta {
    padding: 1rem 0;
  }

  .joinDeta h4 {
    font-size: 0.5rem;
    color: #e25725;
  }

  .joinDeta .ftitle {
    font-size: 0.28rem;
    font-weight: bold;
    margin: 5px 0 0.25rem;
  }

  .joinDeta .item {
    padding: 0.3rem 0;
    border-top: 1px solid #fcda4c;
  }

  .joinDeta .item .title {
    font-size: 0.32rem;
    color: #e25725;
    font-weight: bold;
  }

  .joinDeta .item ul li {
    list-style: disc;
    list-style-position: inside;
    margin: 0.1rem 0;
    line-height: 1.6;
    font-size: 0.28rem;
  }

  .joinDeta .item ul li::marker {
    color: #e25725;
  }

  .joinDeta .item .foot {
    margin-top: 0.3rem;
  }

  .joinDeta .item .foot .title {
    font-size: 0.32rem;
  }

  .joinDeta .item .foot .li {
    font-size: 0.28rem;
  }

  .joinDeta .item .btn {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 0.3rem;
  }

  .joinDeta .item .btn a {
    font-size: 0.28rem;
    width: 2.5rem;
    margin-right: 0;
  }

  .joinDeta .item .btn a .icon {
    width: 0.35rem;
  }

  .joinDeta .item .btn a .icon span {
    font-size: 0.35rem;
  }

  .joinDeta .item .tips {
    margin-top: 0.2rem;
    display: flex;
  }

  .joinDeta .item .tips .ico {
    width: 0.4rem;
    height: 0.4rem;
    flex-shrink: 0;
    margin-right: 0.1rem;
  }

  .joinDeta .item .tips .ico img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
  }

  .joinDeta .item .tips .text p {
    font-size: 0.28rem;
  }

  .pc {
    display: none;
  }

  .phone {
    display: block;
  }
}