@media screen and (min-width: 320px) and (max-width: 1024px) {

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

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

  .more-btn {
    width: fit-content;
  }

  .more-btn a {
    width: fit-content;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.1rem 0.27rem;
    border: 1px solid #7fbf42;
    border-radius: 0.4rem;
    font-size: 0.24rem;
    color: #7fbf42;
  }

  .more-btn a img {
    margin-left: 0.6rem;
    width: 0.28rem;
    height: 0.13rem;
  }

  .more-btn a:hover {
    background: #fff;
  }

  .more-btn a {
    transition: all 0.4s;
  }

  .more-btn.active a {
    color: #fff;
    background-color: #7fbf42;
  }

  .model {
    margin: 1rem 0;
  }

  .module_title .en_title {
    font-size: 0.6rem;
    text-transform: uppercase;
    font-family: "swiss";
    color: #d8d8d8;
  }

  .module_title h3 {
    font-size: 0.42rem;
  }

  .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 #aaaaaa;
    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: #7fbf42;
    color: #fff;
  }

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

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

  .pagination .prev a:hover,
  .pagination .nexts a:hover {
    background-color: #7fbf42;
    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;
  }

  .banner {
    margin-top: 1rem;
    width: 100%;
    height: 4.6rem;
    position: relative;
  }

  .banner .swiper {
    height: 100%;
  }

  .banner .swiper .swiper-slide {
    height: 100%;
  }

  .banner .swiper .swiper-slide img {
    object-fit: cover;
  }

  .banner2 .bannerBg {
    width: 100%;
    height: 3.8rem;
  }

  .banner2 .bannerBg img {
    object-fit: cover;
  }

  .banner .text-box {
    position: absolute;
    top: 0.8rem;
    color: #fff;
  }

  .banner .text-box h2 {
    font-size: 0.35rem;
  }

  .banner .text-box p.text {
    line-height: 0.36rem;
    margin-top: 0.2rem;
    font-size: 0.24rem;
    max-width: 100%;
    font-weight: normal;
  }

  .banner .text-box .btn-box {
    margin-top: 0.4rem;
  }

  .banner .text-box .btn-box a {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 0.24rem;
  }

  .banner .text-box .btn-box a:hover {
    color: #7fbf42;
  }

  .banner .text-box .btn-box img {
    width: 0.6rem;
    height: 0.6rem;
    margin-right: 0.2rem;
  }

  .banner .text-box .btn-box span {
    padding-bottom: 0.05rem;
    border-bottom: 1px solid #fff;
  }

  .rightfixed {
    padding: 0.2rem;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    display: none;
  }

  .rightfixed .item a {
    padding: 0.15rem 0;
  }

  .rightfixed .item a img {
    width: 0.3rem;
    height: auto;
  }

  .rightfixed .item a span {
    font-size: 0.24rem;
  }

  .service {
    position: fixed;
    top: 30%;
    right: 0;
  }

  .service img {
    width: 0.6rem;
    height: auto;
    display: block;
  }

  .product {
    padding: 0.8rem 0;
    background: url("../img/added4-bg.png") no-repeat;
    background-size: cover;
    box-sizing: border-box;
  }

  .product .box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .product .box .left {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex: 0 0 auto;
    width: 100%;
  }

  .product .box .left .item {
    width: 48%;
    height: 1.4rem;
    background: #ffffff;
    box-sizing: border-box;
    margin-top: 0.2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .product .box .left .item img {
    width: 2.5rem;
    height: auto;
    object-fit: contain;
  }

  .product .box .left .item .more {
    font-size: 0.26rem;
    color: #666;
  }

  .product .box .right {
    margin-top: 0.2rem;
    width: 100%;
    height: 7.5rem;
  }

  .product .box .right .swiper {
    width: 100%;
    height: 100%;
  }

  .product .box .right .swiper .swiper-slide {
    height: auto;
    width: 100%;
  }

  .product .box .right .swiper .swiper-slide .item {
    display: flex;
    align-items: center;
    height: 2.4rem;
    margin-bottom: 0.1rem;
    background-color: #fff;
  }

  .product .box .right .swiper .swiper-slide .item:last-child {
    margin-bottom: 0;
  }

  .product .box .right .swiper .swiper-slide .item .imgs {
    flex-shrink: 0;
    width: 3rem;
    height: auto;
  }

  .product .box .right .swiper .swiper-slide .item .imgs img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .product .box .right .swiper .swiper-slide .item .content {
    margin-left: 0.2rem;
    max-width: 100%;
    padding-right: 0.2rem;
  }

  .product .box .right .swiper .swiper-slide .item .content h4 {
    font-size: 0.32rem;
    margin-bottom: 0.2rem;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
  }

  .product .box .right .swiper .swiper-slide .item .content p.text {
    font-size: 0.28rem;
    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;
  }

  .about-us {
    background: url("../img/bg1.png") no-repeat;
    background-size: 100%;
    padding: 0.7rem 0;
  }

  .about-us .about-content {
    max-width: 100%;
    color: #333;
    font-size: 0.28rem;
    line-height: 1.6;
    margin-top: 0.4rem;
  }

  .about-us .us-box {
    margin-top: 0.75rem;
    max-width: 5.6rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .about-us .us-box .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .about-us .us-box .inner .text {
    font-size: 0.28rem;
  }

  .about-us .us-box .inner .data {
    display: flex;
    align-items: baseline;
    font-size: 0.72rem;
    font-weight: bold;
    color: #7fbf42;
  }

  .about-us .us-box .inner .data span {
    font-family: "dinc";
  }

  .about-us .us-box .inner .data .small {
    font-size: 0.24rem;
  }

  .about-us .box2 {
    margin-top: 1.57rem;
  }

  .about-us .box2 .partner_list .swiper {
    padding-bottom: 0.6rem;
  }

  .about-us .box2 .partner_list .swiper .swiper-slide {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
  }

  .about-us .box2 .partner_list .swiper .swiper-slide .item {
    width: 48%;
    height: auto;
    background: #ffffff;
    margin-bottom: 0.15rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .about-us .box2 .partner_list .swiper .swiper-slide .item img {
    width: 2.5rem;
    height: 1rem;
    object-fit: contain;
  }

  .solution {
    background: url("../img/bg2.png") no-repeat;
    background-size: cover;
    padding: 0.87rem 0 1.4rem;
  }

  .solution .module_title h3 {
    color: #fff;
  }

  .solution .module_title .en_title {
    opacity: 0.2;
  }

  .solution .solution-content {
    margin-top: 0.89rem;
    display: flex;
    justify-content: space-between;
  }

  .solution .solution-content .tabs {
    flex: 0 0 auto;
    width: 1.7rem;
    padding: 0.2rem 0;
    border-right: 1px solid #464b5c;
  }

  .solution .solution-content .tabs .tab {
    color: #fff;
    font-size: 0.2rem;
    margin-bottom: 0.3rem;
    position: relative;
    padding: 0.02rem 0;
    width: 100%;
    cursor: pointer;
  }

  .solution .solution-content .tabs .tab.active {
    border-right: 2px solid #7fbf42;
    color: #7fbf42;
  }

  .solution .solution-content .tabs .tab.active::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 1.7rem;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #7fbf42 100%);
    opacity: 0.3;
  }

  .solution .solution-content .tab-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-left: 0.4rem;
    padding-top: 0rem;
  }

  .solution .solution-content .tab-content .title {
    font-size: 0.3rem;
    font-weight: bold;
    color: #7fbf42;
  }

  .solution .solution-content .tab-content p.text {
    font-size: 0.28rem;
    color: #ccc;
    max-width: 100%;
    text-align: justify;
    margin: 0.25rem 0 0.2rem;
  }

  .solution .solution-content .tab-content .more-btn {
    margin-top: 0.2rem;
  }

  .solution .solution-content .tab-content .more-btn a {
    width: fit-content;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.1rem 0.27rem;
    border: 1px solid #7fbf42;
    border-radius: 0.4rem;
    font-size: 0.24rem;
    color: #7fbf42;
  }

  .solution .solution-content .tab-content .more-btn a img {
    margin-left: 0.6rem;
    width: 0.28rem;
    height: 0.13rem;
  }

  .solution .solution-content .tab-content .more-btn a:hover {
    background: #fff;
  }

  .solution .solution-content .tab-content .more-btn a {
    transition: all 0.4s;
  }

  .solution .solution-content .tab-content .more-btn.active a {
    color: #fff;
    background-color: #7fbf42;
  }

  .solution .solution-content .tab-content .imgs {
    margin-top: 0.4rem;
    width: 100%;
    height: auto;
  }

  .news {
    padding: 0.62rem 0 1.26rem;
    background-color: #fff !important;
  }

  .news .dis-felx {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .news .dis-felx .anniu {
    margin-top: 0.3rem;
    display: flex;
    align-items: center;
    margin-left: auto;
  }

  .news .dis-felx .anniu .btn a {
    padding: 0.12rem 0.3rem;
    border: 1px solid #d2d2d2;
    border-radius: 0.4rem;
    font-size: 0.24rem;
    color: #999;
    margin-left: 0.2rem;
  }

  .news .dis-felx .anniu .btn.active a {
    color: #1944a8;
    border-color: #1944a8;
  }

  .news .news-content {
    margin-top: 0.4rem;
  }

  .news .news-content .list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.32rem;
  }

  .news .news-content .list .item {
    width: 100%;
    box-sizing: border-box;
    transition: all 0.5s;
    box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.5);
  }

  .news .news-content .list .item .imgs {
    width: 100%;
    height: auto;
    transition: all 0.5s;
  }

  .news .news-content .list .item .imgs img {
    width: 100%;
    height: 100%;
    display: block;
  }

  .news .news-content .list .item .content {
    padding: 0.27rem 0.2rem 0.3rem;
    background-color: #f8f8f8;
    box-sizing: border-box;
    width: fit-content;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .news .news-content .list .item .content .time {
    color: #1944a8;
    font-size: 0.26rem;
  }

  .news .news-content .list .item .content .title {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    font-size: 0.3rem;
    font-weight: bold;
    margin: 0.2rem 0;
  }

  .news .news-content .list .item .content p.text {
    margin-top: 0.1rem;
    font-size: 0.28rem;
    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;
    height: 1rem;
  }

  .news .news-content .list .item:hover {
    box-shadow: 0 0 0.1rem #ccc;
  }

  .news .news-content .list .item:hover .imgs {
    overflow: hidden;
    position: relative;
  }

  .news .news-content .list .item:hover .imgs img {
    width: 100%;
    height: 100%;
    transition: transform 0.3s;
    transform-box: fill-box;
    transform-origin: center;
  }

  .news .news-content .list .item:hover .imgs img:hover {
    transform: scale(1.1);
  }

  .news .news-content .list .item:hover .content {
    background-color: #fff;
  }

  .breadcrumb {
    margin-bottom: 0.55rem;
  }

  .breadcrumb .box {
    display: flex;
    align-items: center;
    color: #333;
    padding: 0.15rem 0;
    font-size: 0.28rem;
  }

  .breadcrumb .box a {
    color: #333;
    font-size: 0.28rem;
  }

  .breadcrumb .box a:last-child {
    color: #7fbf42;
  }

  .solutionBox .solution_list .item {
    display: flex;
    flex-direction: column;
    padding: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.2);
    margin-bottom: 0.3rem;
  }

  .solutionBox .solution_list .item .imgs {
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }

  .solutionBox .solution_list .item .imgs img {
    object-fit: cover;
  }

  .solutionBox .solution_list .item .info {
    padding: 0.3rem;
    margin-left: 0;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }

  .solutionBox .solution_list .item .info .title {
    font-size: 0.34rem;
  }

  .solutionBox .solution_list .item .info p.text {
    font-size: 0.28rem;
    color: #333;
    line-height: 1.6;
    margin: 0.2rem 0;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
  }

  .solutionBox .solution_list .item:first-child {
    padding-top: 0;
  }

  .solutionBox .mores {
    display: flex;
    justify-content: center;
    margin: 0.5rem 0;
  }

  .solutionBox .mores a {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 0.28rem;
    color: #666;
    transition: all 0.3s;
  }

  .solutionBox .mores a i {
    font-size: 0.35rem;
    color: #ccc;
  }

  .solutionBox .mores a:hover {
    color: #7dbe3f;
  }

  .solutionBox .mores a:hover i {
    color: #7dbe3f;
  }

  .about .about_content .w {
    display: block;
  }

  .about .about_content .w .con .text_box {
    margin-top: 0.6rem;
  }

  .about .about_content .w .con .text_box p {
    font-size: 0.28rem;
    color: #333;
    margin: 0.46rem 0;
    line-height: 1.8;
    font-weight: normal;
  }

  .about .about_content .w .imgs {
    height: auto;
    margin-top: 0.6rem;
  }

  .about .about_content .w .imgs img {
    width: 100%;
    height: 100%;
  }

  .about .qyln .swiper {
    display: block;
    margin-bottom: 0;
    padding-bottom: 0.8rem;
  }

  .about .qyln .swiper .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: fit-content;
  }

  .about .qyln .swiper .swiper-slide:nth-child(1) {
    background: #7fbf42;
  }

  .about .qyln .swiper .swiper-slide:nth-child(2) {
    background: #2e4099;
  }

  .about .qyln .swiper .swiper-slide:nth-child(3) {
    background: #8c868a;
  }

  .about .qyln .swiper .swiper-slide .item {
    padding: 0.54rem 0.32rem 0.28rem 0.4rem;
    box-sizing: border-box;
    width: 100%;
    height: 5rem;
    position: relative;
    color: #fff;
  }

  .about .qyln .swiper .swiper-slide .item .title {
    font-weight: bold;
    font-size: 0.45rem;
    margin-bottom: 0.31rem;
  }

  .about .qyln .swiper .swiper-slide .item .text {
    font-size: 0.28rem;
    line-height: 1.6;
  }

  .about .qyln .swiper .swiper-slide .item .icon {
    width: 1.69rem;
    height: 1.69rem;
    position: absolute;
    right: 0.34rem;
    bottom: 0.24rem;
  }

  .about .qyln .swiper .swiper-slide .item .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .about .qyln .pc {
    display: none;
  }

  .about .fzlc .fzlc-main {
    height: 5rem;
    width: 100%;
    position: relative;
    color: #fff;
    box-sizing: border-box;
  }

  .about .fzlc .fzlc-main .bg {
    width: 100%;
    height: 100%;
  }

  .about .fzlc .fzlc-main .body {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    padding: 0.5rem 0;
  }

  .about .fzlc .fzlc-main .module_title {
    margin-bottom: 0.5rem;
  }

  .about .fzlc .fzlc-main .swiper {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
  }

  .about .fzlc .fzlc-main .swiper .swiper-button-prev {
    left: 0.2rem;
  }

  .about .fzlc .fzlc-main .swiper .swiper-button-next {
    right: 0.2rem;
  }

  .about .fzlc .fzlc-main .swiper .swiper-button-prev::after,
  .about .fzlc .fzlc-main .swiper .swiper-button-next::after {
    color: #fff;
    font-size: 0.28rem;
    border: 1px solid #fff;
    padding: 0.15rem 0.22rem;
    border-radius: 50%;
  }

  .about .fzlc .fzlc-main .box {
    width: 100%;
    padding-left: 0.8rem;
    margin: 0 0.6rem;
  }

  .about .fzlc .fzlc-main .box .year {
    font-weight: bold;
    font-style: italic;
    font-size: 0.9rem;
  }

  .about .fzlc .fzlc-main .box .line {
    width: 0.46rem;
    height: 0.06rem;
    background: #ffffff;
    margin: 0.15rem 0 0.28rem;
  }

  .about .fzlc .fzlc-main .box .text {
    font-size: 0.24rem;
  }

  .about .typicalCustomer {
    background: #fff;
    padding-bottom: 1.17rem;
  }

  .about .typicalCustomer .module_title {
    margin-top: 0;
    padding-top: 0.7rem;
  }

  .about .typicalCustomer .list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.11rem;
  }

  .about .typicalCustomer .list .item {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0.27rem 0.09rem;
  }

  .about .typicalCustomer .list .item img {
    width: 100%;
    height: 1rem;
    object-fit: contain;
  }

  .productBox .select {
    overflow-x: auto;
    padding: 0.2rem 0;
    height: fit-content;
  }

  .productBox .product_tabs {
    margin-top: 0;
    display: flex;
    overflow-x: auto;
    width: max-content;
    height: max-content;
    box-sizing: border-box;
  }

  .productBox .product_tabs .tab {
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-right: 0.15rem;
    width: 1.5rem;
  }

  .productBox .product_tabs .tab img {
    object-fit: contain;
  }

  .productBox .product_tabs .tab:last-child {
    margin-right: 0;
  }

  .productBox .product_tabs .tab.active {
    border: 1px solid #7fbf42;
  }

  .productBox .product_content {
    padding-bottom: 0.8rem;
  }

  .productBox .product_content .product_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.4rem;
    margin-bottom: 0.75rem;
    margin-top: 0.6rem;
  }

  .productBox .product_content .product_list .inner .imgs {
    width: 100%;
    border: 1px solid #e5e5e5;
    border-bottom: none;
    height: 2.9rem;
    padding: 0.2rem;
  }

  .productBox .product_content .product_list .inner .imgs img {
    object-fit: contain;
  }

  .productBox .product_content .product_list .inner .content {
    background: #f7f7f7;
    width: 100%;
    padding: 0.4rem 0.28rem;
    border-bottom: 2px solid #d2d2d2;
    transition: all 0.3s;
  }

  .productBox .product_content .product_list .inner .content h3 {
    font-size: 0.24rem;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
  }

  .productBox .product_content .product_list .inner .content .text {
    margin-top: 0.1rem;
    font-size: 0.18rem;
    color: #666;
    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;
  }

  .productBox .product_content .product_list .inner:hover .imgs {
    overflow: hidden;
    position: relative;
  }

  .productBox .product_content .product_list .inner:hover .imgs img {
    width: 100%;
    height: 100%;
    transition: transform 0.3s;
    transform-box: fill-box;
    transform-origin: center;
  }

  .productBox .product_content .product_list .inner:hover .imgs img:hover {
    transform: scale(1.1);
  }

  .productBox .product_content .product_list .inner:hover .content {
    border-bottom: 2px solid #7fbf42;
  }

  .product_details {
    padding-bottom: 1rem;
  }

  .product_details .head {
    margin-bottom: 0.6rem;
  }

  .product_details .head .w {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .product_details .head .le {
    width: 100%;
    height: auto;
    background: #ffffff;
    border: 1px solid #d2d2d2;
  }

  .product_details .head .le .swiper {
    width: 100%;
    height: 100%;
  }

  .product_details .head .le .swiper .swiper-slide {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0.2rem;
  }

  .product_details .head .le .swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .product_details .head .le .swiper .swiper-pagination {
    transition: 0.3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
    color: #fff;
    display: flex;
    justify-content: center;
    margin-left: 0.18rem;
  }

  .product_details .head .le .swiper .swiper-pagination-bullet {
    width: 0.38rem;
    height: 0.38rem;
    font-size: 0.26rem;
    border-radius: 0;
  }

  .product_details .head .le .swiper .swiper-pagination-bullet-active {
    background-color: #7fbf42;
  }

  .product_details .head .rg {
    padding: 0.25rem;
    margin-left: 0rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }

  .product_details .head .rg h3 {
    font-size: 0.34rem;
  }

  .product_details .head .rg .content {
    flex: 1;
  }

  .product_details .head .rg p.text {
    font-size: 0.28rem;
    color: #666666;
    margin-top: 0.3rem;
  }

  .product_details .head .rg .lxwm {
    display: flex;
    align-items: center;
    margin-top: 0.5rem;
  }

  .product_details .head .rg .phones {
    display: flex;
    align-items: center;
    margin-left: 0.5rem;
  }

  .product_details .head .rg .phones img {
    width: 0.2rem;
    height: 0.24rem;
  }

  .product_details .head .rg .phones span {
    margin-left: 0.1rem;
    font-size: 0.28rem;
    color: #7fbf42;
  }

  .product_details .foot .details-tabs {
    display: flex;
    align-items: center;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .product_details .foot .details-tabs .tab {
    margin-right: 0.3rem;
    padding: 0.15rem 0.2rem;
    font-size: 0.3rem;
  }

  .product_details .foot .details-tabs .tab:last-child {
    margin-right: 0;
  }

  .product_details .foot .details-tabs .tab.active {
    border-bottom: 2px solid #7fbf42;
  }

  .product_details .foot .details-content {
    margin-top: 0.5rem;
  }

  .product_details .foot .details-content p.text {
    margin: 0.2rem 0;
    line-height: 1.6;
    font-size: 0.28rem;
    line-height: 1.8;
  }

  .product_details .foot .details-content .title {
    font-size: 0.3rem;
    color: #333;
    display: flex;
    align-items: center;
  }

  .product_details .foot .details-content .title::before {
    content: "";
    display: inline-block;
    width: 0.04rem;
    height: 0.34rem;
    background: #7dbe3f;
    margin-right: 0.12rem;
  }

  .newsdetail {
    padding-bottom: 0.8rem;
  }

  .newsdetail .top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 0.3rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

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

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

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

  .newsdetail .top .tipBox .tip {
    margin-right: 0.2rem;
    line-height: 1.6;
  }

  .newsdetail .content {
    padding-bottom: 1rem;
  }

  .newsdetail .content p.text {
    color: #333;
    font-size: 0.28rem;
    margin: 0.2rem 0;
    line-height: 1.8;
  }

  .newsdetail .content .imgs {
    max-width: 100%;
    width: fit-content;
    margin: 0.2rem auto;
  }

  .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;
  }

  .detanew {
    background: #f7f7f7 !important;
  }

  .flie {
    padding-bottom: 1rem;
  }

  .flie .searchBox .search {
    width: 100%;
    height: 0.8rem;
    background: #ffffff;
    border-radius: 0.4rem;
    border: 1px solid #a0a0a0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.2rem;
  }

  .flie .searchBox .search input {
    display: block;
    width: 80%;
    height: 100%;
    border-radius: 0.33rem;
    border: none;
    font-size: 0.28rem;
    padding-left: 0.15rem;
  }

  .flie .searchBox .search i {
    font-size: 0.5rem;
    color: #7dbe3f;
  }

  .flie .searchBox .tags {
    display: flex;
    align-items: center;
    margin: 0.1rem 0;
  }

  .flie .searchBox .tags li {
    margin-right: 0.1rem;
    color: #666;
    font-size: 0.26rem;
  }

  .flie .searchBox .tags li a {
    color: #666;
    font-size: 0.26rem;
  }

  .flie .searchBox .tags li a:hover {
    color: #7dbe3f;
  }

  .flie .flie_list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.3rem;
    margin: 0.4rem 0 0.6rem;
  }

  .flie .flie_list .item a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.15rem 0.2rem;
    border: 1px solid #a0a0a0;
  }

  .flie .flie_list .item a h4 {
    flex: 1;
    margin: 0 0.2rem;
    font-weight: normal;
    font-size: 0.3rem;
  }

  .flie .flie_list .item a .icon {
    width: 0.42rem;
    height: 0.4rem;
  }

  .flie .flie_list .item a i {
    font-size: 0.34rem;
    color: #8d8d8d;
  }

  .flie .flie_list .item a:hover {
    color: #7dbe3f;
  }

  .flie .flie_list .item a:hover i {
    color: #7dbe3f;
  }

  .lxwm .addressBox {
    padding-bottom: 0.7rem;
  }

  .lxwm .addressBox .box {
    grid-template-columns: repeat(1, 1fr);
    height: auto;
  }

  .lxwm .addressBox .box .le {
    position: relative;
  }

  .lxwm .addressBox .box .le .mask {
    position: absolute;
    top: 0;
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 0.6rem;
  }

  .lxwm .addressBox .box .le .mask a {
    color: #fff;
  }

  .lxwm .addressBox .box .le .mask h2 {
    font-size: 0.34rem;
    margin-bottom: 0.2rem;
  }

  .lxwm .addressBox .box .le .mask .text {
    line-height: 2;
    font-weight: lighter;
    font-size: 0.28rem;
    opacity: 0.8;
  }

  .lxwm .addressBox .box .le .mask .text:last-child {
    display: flex;
  }

  .lxwm .addressBox .box .le .mask .text:last-child .tip {
    flex-shrink: 0;
  }

  .lxwm .addressBox .box .rg {
    width: 100%;
    height: 6rem;
    margin-top: 0.2rem;
  }

  .lxwm .form {
    padding: 0.7rem 0;
  }

  .lxwm .form .top {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .lxwm .form .top h3 {
    font-size: 0.42rem;
    color: #333;
  }

  .lxwm .form .top p.text {
    font-size: 0.28rem;
    color: #333;
    margin-top: 0.24rem;
  }

  .lxwm .form .form_body {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0.42rem;
  }

  .lxwm .form .form_body .form-item {
    box-sizing: border-box;
    width: 6.6rem;
    border: 1px solid #a0a0a0;
    margin-bottom: 0.2rem;
  }

  .lxwm .form .form_body .form-item input {
    display: block;
    width: 100%;
    height: 0.8rem;
    padding-left: 0.2rem;
    border: none;
  }

  .lxwm .form .form_body .form-item textarea {
    resize: none;
    height: 1.5rem;
    width: 100%;
    padding: 0.2rem;
    box-sizing: border-box;
    border: none;
    outline: none;
  }

  .lxwm .form .form_body button {
    width: 100%;
    font-size: 0.28rem;
    color: #fff;
    background-color: #1944a8;
    padding: 0.2rem 0;
  }
}