@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;
    margin: 0 0.1rem;
    border: 1px solid #eeeeee;
    background: #fff;
  }

  .pagination ul li a {
    display: block;
    color: #000;
    padding: 0.05rem 0.14rem;
    font-size: 0.28rem;
    box-sizing: border-box;
  }

  .pagination ul li a:hover {
    background-color: #004eab;
    color: #fff;
    border: none;
  }

  .pagination ul li a.active {
    color: #fff;
    background-color: #004eab;
    border: none;
  }

  .pagination .prev a,
  .pagination .nexts a,
  .pagination .top a,
  .pagination .wei a {
    margin: 0 0.1rem;
    font-size: 0.28rem;
    border: 1px solid #eeeeee;
    background: #fff;
    display: block;
    padding: 0.06rem 0.1rem;
  }

  .pagination .prev a:hover,
  .pagination .nexts a:hover,
  .pagination .top a:hover,
  .pagination .wei a:hover {
    background-color: #004eab;
    color: #fff;
  }

  .pagination .top,
  .pagination .wei {
    display: none;
  }

  .banner {
    height: auto;
    margin-top: 1.4rem;
  }

  .model-head h3 {
    font-size: 0.48rem;
    font-weight: bold;
  }

  .model-head .line {
    width: 70px;
    height: 4px;
  }

  .model-more {
    margin-top: 0.3rem;
  }

  .model-more a {
    display: flex;
    align-items: baseline;
    padding: 0.1rem 0.3rem;
    color: #fff;
    font-weight: normal;
    border-radius: 0.5rem;
    background: #004eab;
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    font-size: 0.28rem;
    transition: all 0.3s;
  }

  .model-more a .icons {
    margin-left: 5px;
    width: 0.3rem;
    height: auto;
  }

  .model-more a .icons img {
    width: 100%;
    height: 100%;
    display: block;
  }

  .model-more a:hover {
    transform: translateY(-5px);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  }

  .ts-box {
    position: relative;
  }

  .ts-box .source-conter {
    position: relative;
  }

  .ts-box .source-conter .swiper {
    width: 100%;
    padding-bottom: 0.2rem;
    box-sizing: border-box;
  }

  .ts-box .source-conter .swiper .swiper-slide {
    background: #fff;
  }

  .ts-box .source-conter .swiper-button-prev,
  .ts-box .source-conter .swiper-button-next {
    display: none;
  }

  .ts-box .source-conter .swiper-button-prev::after,
  .ts-box .source-conter .swiper-button-next::after {
    background-color: rgba(255, 255, 255, 0.8);
    border: none;
    line-height: 0.4rem;
    font-size: 0.15rem;
    padding: 0.25rem 0.16rem;
    color: #333;
    font-weight: bold;
    border: 1px solid #eeeeee;
    transition: all 0.3s;
  }

  .ts-box .source-conter .swiper-button-prev:hover::after,
  .ts-box .source-conter .swiper-button-next:hover::after {
    background-color: #004eab;
    color: #fff;
    border: none;
  }

  .ts-box .source-conter .swiper-button-prev {
    left: -4%;
    top: 45%;
  }

  .ts-box .source-conter .swiper-button-next {
    right: -4%;
    top: 45%;
  }

  .section-1 {
    background: #f8f8f8;
  }

  .section-1 .tabs {
    margin: 0.7rem 0.2rem 0.3rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2rem;
  }

  .section-1 .tabs .tab {
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    padding: 0.1rem 0.4rem;
    border: 1px solid #dddddd;
    border-radius: 0.5rem;
    color: #9e9e9e;
    cursor: pointer;
    transition: all 0.3s;
  }

  .section-1 .tabs .tab.active {
    background-color: #286ddf;
    color: #fff;
  }

  .section-1 .tabs .tab:hover {
    background-color: #286ddf;
    color: #fff;
  }

  .section-1 .ts-box {
    padding: 0.3rem 0rem;
  }

  .section-1 .ts-box .source-conter .swiper {
    padding-bottom: 0.8rem;
  }

  .section-1 .ts-box .source-conter .swiper .swiper-slide .item .inner .title {
    font-size: 0.32rem;
    -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-1 .ts-box .source-conter .swiper .swiper-slide .item .inner .more a {
    display: block;
    padding: 0.13rem 0.4rem;
    color: #999;
    font-size: 0.28rem;
    transition: all 0.3s;
  }

  .section-1 .ts-box .source-conter .swiper .swiper-slide .item .inner .more:hover a {
    background: #286ddf;
    color: #fff;
  }

  .section-2 {
    position: relative;
    height: 100%;
  }

  .section-2 .bgs {
    width: 100%;
    height: 100%;
  }

  .section-2 .lists {
    margin-top: 0.4rem;
    height: auto;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.2rem;
  }

  .section-2 .lists .inner {
    width: 100%;
    height: 3.4rem;
  }

  .section-2 .lists .inner .mask .box {
    width: 100%;
    height: 100%;
  }

  .section-2 .lists .inner .mask .box .content {
    margin: 0;
  }

  .section-2 .lists .inner .mask .box .content .title {
    font-size: 0.32rem;
    font-weight: bold;
    margin-bottom: 0.1rem;
  }

  .section-2 .lists .inner .mask .box .content .text {
    font-size: 0.28rem;
    height: auto;
    -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 .lists .inner .mask .box .more .tip {
    width: 2rem;
    font-size: 0.28rem;
  }

  .section-3 .top {
    padding: 0 0.3rem;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.4rem;
    width: 100%;
  }

  .section-3 .top .content h3 {
    font-size: 0.48rem;
  }

  .section-3 .top .content .ftitle {
    font-size: 0.32rem;
    margin: 5px 0 0.1rem;
  }

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

  .section-3 .top .rg {
    height: auto;
  }

  .section-3 .bottom {
    margin-top: 0.4rem;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.3rem;
    align-items: flex-end;
    height: auto;
    position: relative;
    z-index: 2;
  }

  .section-3 .bottom .left {
    width: 100%;
    position: relative;
  }

  .section-3 .bottom .left .imgs {
    width: 100%;
    height: 4rem;
    position: relative;
  }

  .section-3 .bottom .left .imgs img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: top;
  }

  .section-3 .bottom .content {
    width: 100%;
    height: 100%;
    position: relative;
  }

  .section-3 .bottom .content .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
  }

  .section-3 .bottom .content .bg img {
    width: 100%;
    height: 100%;
    display: block;
  }

  .section-3 .bottom .content .inner {
    width: 100%;
    height: 6rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
  }

  .section-3 .bottom .content .inner .head {
    padding-top: 5%;
    padding-right: 10%;
  }

  .section-3 .bottom .content .inner .head h3 {
    font-size: 0.48rem;
  }

  .section-3 .bottom .content .inner .head .ftitle {
    font-size: 0.28rem;
  }

  .section-3 .bottom .content .inner .mengc {
    width: 6rem;
    background: rgba(15, 53, 117, 0.7);
    color: #fff;
    padding: 0.4rem;
  }

  .section-3 .bottom .content .inner .mengc .title {
    font-size: 0.32rem;
    padding-bottom: 0.2rem;
    border-bottom: 1px solid #fff;
    margin-bottom: 0.2rem;
  }

  .section-3 .bottom .content .inner .mengc p {
    text-align: justify;
    font-size: 0.26rem;
    line-height: 1.6;
    flex: 1;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
  }

  .us-box .inner {
    font-size: 0.26rem;
  }

  .us-box .inner .data {
    font-size: 0.45rem;
  }

  .section-4 {
    position: relative;
    height: auto;
  }

  .section-5 {
    background: #fafafa;
  }

  .section-5 .news {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.24rem;
  }

  .section-5 .news .inner {
    padding: 0.4rem 0.3rem;
  }

  .section-5 .news .inner .time {
    font-size: 0.26rem;
  }

  .section-5 .news .inner h4 {
    font-size: 0.32rem;
    margin: 0.3rem 0 0.1rem;
    padding-bottom: 0.1rem;
    border-bottom: 2px solid #e4e4e4;
    -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 .news .inner p {
    font-size: 0.26rem;
    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 .news .inner .imgs {
    height: 3rem;
  }

  .section-5 .news .inner .more {
    color: #286ddf;
    font-weight: bold;
    font-size: 0.24rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .banner2 {
    background-size: cover;
    width: 100%;
    margin-top: 1.4rem;
    height: 4.2rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #fff;
    position: relative;
  }

  .banner2 .mask {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #0f3575 0%, rgba(15, 53, 117, 0) 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1rem 0;
  }

  .banner2 .mask .w h3 {
    font-size: 0.58rem;
    font-weight: bold;
  }

  .banner2 .mask .w .en {
    font-size: 0.28rem;
    font-weight: bold;
  }

  .banner2 .mask .w .line {
    margin-top: 0.3rem;
    width: 0.62rem;
    height: 0.03rem;
    background: #286ddf;
  }

  .pages {
    background: #fafafa;
  }

  .pages .proBox .tabs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2rem;
    align-items: center;
  }

  .pages .proBox .tabs .tab {
    font-size: 0.3rem;
  }

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

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

  .pages .proBox .proList .item .inner .text {
    font-size: 0.28rem;
    margin: 0.1rem 0 0.2rem;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
  }

  .pages .proBox .proList .item .inner .more a {
    font-size: 0.26rem;
  }

  .pages .model-head h3 {
    font-size: 0.4rem;
  }

  .pages .model-head .line {
    margin-top: 0.1rem;
  }

  .breadcrumb {
    display: none;
  }

  .proDetails {
    background: #fff;
    padding: 0.4rem 0.2rem;
    margin-top: 0.3rem;
  }

  .proDetails .box {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    gap: 0.4rem;
  }

  .proDetails .box .left {
    width: 100%;
    overflow: hidden;
  }

  .proDetails .box .left .mySwiper2 {
    height: 4rem;
  }

  .proDetails .box .left .mySwiper {
    width: 100%;
    height: 1rem;
    padding: 0;
  }

  .proDetails .box .left .mySwiper .swiper-button-prev,
  .proDetails .box .left .mySwiper .swiper-button-next {
    display: none;
  }

  .proDetails .box .right h3 {
    font-size: 0.34rem;
  }

  .proDetails .box .right .ftitle {
    font-size: 0.3rem;
  }

  .proDetails .box .right p {
    font-size: 0.28rem;
    line-height: 1.6;
    color: #999999;
    margin-bottom: auto;
    text-align: justify;
  }

  .proDetails .box .right .foot {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0.3rem;
    margin-top: 0.2rem;
  }

  .proDetails .box .right .foot .item {
    display: flex;
    align-items: center;
    margin-right: 0;
    background: #edf0f7;
    padding: 6px 0.2rem 6px 0.1rem;
    border-radius: 0.4rem;
    width: 100%;
    margin-bottom: 0.2rem;
  }

  .proDetails .box .right .foot .item .icon {
    width: 0.6rem;
    height: 0.6rem;
    background: #154eac;
    padding: 0.08rem;
    border-radius: 50%;
    flex-shrink: 0;
    margin-right: 0.24rem;
  }

  .proDetails .box .right .foot .item .icon img {
    object-fit: contain;
  }

  .proDetails .box .right .foot .item .name {
    font-size: 0.26rem;
    color: #333333;
    font-weight: bold;
  }

  .proDeta {
    margin-top: 0.3rem;
  }

  .proDeta .content {
    margin: 0.3rem 0;
  }

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

  .proDeta .content span {
    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;
  }

  .solution {
    padding: 0.6rem 0 0.8rem;
    background: #fafafb;
    box-sizing: border-box;
    width: 100%;
  }

  .solution .soluList {
    margin-top: 0.4rem;
  }

  .solution .soluList .item {
    margin-top: 0.3rem;
    display: flex;
    flex-direction: column;
    height: auto;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 19px 0 rgba(0, 0, 0, 0.0706);
    box-sizing: border-box;
  }

  .solution .soluList .item .le {
    display: flex;
    align-items: flex-start;
    width: 100%;
    box-sizing: border-box;
    height: 4rem;
  }

  .solution .soluList .item .le .date {
    flex-shrink: 0;
    height: 100%;
    width: fit-content;
    background: #033491;
    padding: 0 0.2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 0.1rem 0 0 0.1rem;
  }

  .solution .soluList .item .le .date .day {
    font-size: 0.6rem;
    font-weight: bold;
    color: #fff;
  }

  .solution .soluList .item .le .date .month {
    font-size: 0.24rem;
    color: #fff;
  }

  .solution .soluList .item .le .imgs {
    flex-shrink: 0;
    width: 81%;
    height: 100%;
  }

  .solution .soluList .item .le .imgs img {
    object-fit: cover;
  }

  .solution .soluList .item .content {
    padding: 0.3rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }

  .solution .soluList .item .content h3 {
    font-size: 0.32rem;
    color: #333;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
  }

  .solution .soluList .item .content .time {
    font-size: 0.26rem;
    color: #999;
    margin: 0.1rem 0;
  }

  .solution .soluList .item .content p {
    flex: 1;
    font-size: 0.28rem;
    color: #999;
    height: auto;
    margin: 0.1rem 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;
  }

  .solution .soluList .item .content .more {
    margin-top: 0.3rem;
  }

  .solution .soluList .item .content .more a {
    display: block;
    width: fit-content;
    font-size: 0.26rem;
    color: #1964b0;
    padding: 0.1rem 0.35rem;
    border-radius: 0.4rem;
    border: 1px solid #1964b0;
    transition: all 0.3s;
  }

  .solution .soluList .item .content .more a:hover {
    background: #1964b0;
    color: #fff;
  }

  .solution .soluList .first {
    position: relative;
    height: auto;
    flex-direction: column;
  }

  .solution .soluList .first .le .date {
    display: none;
  }

  .solution .soluList .first .le .imgs {
    width: 100%;
  }

  .solution .soluList .first .hot {
    position: absolute;
    top: 0;
    right: 0.6rem;
    width: 0.8rem;
    height: 1rem;
    background: url(../img/icon/hot.png) center no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 0.25rem;
    color: #fff;
    font-size: 0.24rem;
  }

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

  .fw-1 {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.3rem;
    height: auto;
  }

  .fw-1 .inner {
    padding: 0.35rem 0.4rem 0.4rem;
  }

  .fw-1 .inner .icons {
    width: 0.82rem;
    height: 0.82rem;
  }

  .fw-1 .inner .tip {
    font-size: 0.28rem;
    margin: 0.2rem 0;
  }

  .fw-1 .inner .tel a {
    font-size: 0.35rem;
  }

  .fw-1 .inner .title {
    font-size: 0.33rem;
    color: #333;
  }

  .fw-1 .inner .text {
    font-size: 0.28rem;
    color: #333;
    margin-bottom: auto;
    margin: 0.1rem 0 0.3rem;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
  }

  .fw-1 .inner .zx .icon {
    width: 0.3rem;
    height: auto;
    flex-shrink: 0;
    margin-right: 4px;
  }

  .fw-2 .list {
    height: auto;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.4rem;
  }

  .fw-2 .list .item {
    height: 6rem;
  }

  .fw-2 .list .item .mask {
    position: absolute;
    inset: 0;
  }

  .fw-2 .list .item .mask .li {
    padding: 0.3rem;
    font-size: 0.28rem;
  }

  .fw-2 .list .item .mask .li .box {
    flex-shrink: 0;
    min-height: auto;
  }

  .fw-2 .list .item .mask .li .box .title {
    margin-top: auto;
    font-size: 0.34rem;
    margin-bottom: 0.2rem;
  }

  .fw-3 .jsList {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 0.3rem;
    row-gap: 0.5rem;
  }

  .fw-3 .jsList .item {
    width: 100%;
    height: 100%;
    padding: 0 0.2rem;
  }

  .fw-3 .jsList .item .icons {
    width: 0.9rem;
    height: 0.9rem;
  }

  .fw-3 .jsList .item .content {
    text-align: center;
    color: #333;
  }

  .fw-3 .jsList .item .content .title {
    font-size: 0.34rem;
    margin: 0.2rem 0 0.15rem;
  }

  .fw-3 .jsList .item .content .text {
    font-size: 0.26rem;
  }

  .form .box {
    padding: 0.2rem;
  }

  .form .inner {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 0.12rem;
  }

  .form .item {
    margin-bottom: 0.22rem;
    width: 100%;
    height: 0.8rem;
    border-radius: 0.2rem;
    background: #f9f9f9;
  }

  .form .item input {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 0.2rem;
    padding: 0 0.2rem;
    font-size: 0.28rem;
    border: none;
    background: transparent;
  }

  .form .item select {
    width: 100%;
    height: 0.6rem;
    padding: 0 0.2rem;
    font-size: 0.28rem;
    border-radius: 0.2rem;
    font-family: 'PFR' !important;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url('../img/icon/down.png') 95% center no-repeat #f9f9f9;
    border: none;
  }

  .form .textarea {
    width: 100%;
    height: 3rem;
  }

  .form .textarea textarea {
    padding: 0.2rem;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    resize: none;
    background: #f9f9f9;
    border: none;
    outline: none;
    font-size: 0.28rem;
  }

  .form .foot {
    display: flex;
    align-items: center;
    margin-top: 0.5rem;
  }

  .form .foot button {
    font-size: 0.2rem;
    width: 2rem;
    height: 0.6rem;
    background: #004eab;
    color: #fff;
    border-radius: 0.4rem;
    margin-right: 0.3rem;
    font-size: 0.28rem;
  }

  .form .foot button:last-child {
    background: #fff;
    border: 1px solid #004eab;
    color: #004eab;
  }

  .industry {
    padding-bottom: 1rem;
  }

  .industry .induList {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 0.4rem;
    row-gap: 0.4rem;
    margin-top: 0.5rem;
  }

  .industry .induList .item {
    width: 100%;
    height: auto;
    transition: all 0.3s;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  }

  .industry .induList .item .imgs {
    width: 100%;
    height: auto;
  }

  .industry .induList .item .content {
    background: #fff;
    padding: 0.2rem;
    height: 2.6rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #333;
  }

  .industry .induList .item .content .title {
    font-size: 0.32rem;
  }

  .industry .induList .item .content .text {
    font-size: 0.26rem;
    margin-bottom: auto;
    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;
  }

  .industry .induList .item .content .more {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }

  .industry .induList .item .content .more .text {
    width: 40%;
    padding-top: 0.1rem;
    font-size: 0.24rem;
    border-top: 2px solid #004eab;
  }

  .industry .induList .item .content .more .icons {
    width: 0.34rem;
  }

  .industry .induList .item .content .more .icons img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

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

  .industry .induBox .item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 0.24rem;
    border: 1px solid #e5e5e5;
    color: #333;
    padding: 0.1rem;
    padding-bottom: 0.2rem;
  }

  .industry .induBox .item .imgs {
    width: 100%;
    height: 100%;
  }

  .industry .induBox .item .imgs img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }

  .industry .induBox .item .title {
    margin-top: 0.2rem;
  }

  .about {
    background: #fff;
  }

  .about .about-1 {
    height: auto;
    padding: 0.5rem 0 1rem;
  }

  .about .about-1 .box {
    width: 100%;
    height: 100%;
    position: relative;
  }

  .about .about-1 .content {
    position: relative;
    transform: translateY(0);
    width: 100%;
    height: auto;
  }

  .about .about-1 .content h3 {
    font-size: 0.32rem;
  }

  .about .about-1 .content h3::before {
    width: 2px;
  }

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

  .about .about-1 .imgs {
    margin-left: auto;
    width: 100%;
    height: auto;
  }

  .about .qywh .head {
    height: auto;
    padding: 0.6rem 0;
  }

  .about .qywh .head .model-head {
    margin: 0 auto;
  }

  .about .qywh .head .model-head h3 {
    font-size: 0.42rem;
  }

  .about .qywh .head .content {
    margin-top: 0.2rem;
    max-width: 100%;
    padding: 0 0.3rem;
    text-align: center;
  }

  .about .qywh .head .content p {
    margin: 0.2rem 0;
    line-height: 1.6;
    font-size: 0.28rem;
  }

  .about .qywh .box {
    margin-top: -0.6rem;
    height: auto;
  }

  .about .qywh .box .inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    height: auto;
  }

  .about .qywh .box .inner .item {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 100%;
    padding: 0.7rem 0.4rem;
  }

  .about .qywh .box .inner .item .icon {
    width: 1rem;
    height: 1rem;
  }

  .about .qywh .box .inner .item .icon img {
    object-fit: contain;
  }

  .about .qywh .box .inner .item .con {
    margin-top: 0.4rem;
    text-align: center;
  }

  .about .qywh .box .inner .item .con .title {
    font-size: 0.32rem;
    font-weight: bold;
  }

  .about .qywh .box .inner .item .con p {
    font-size: 0.28rem;
    color: #666666;
    margin-top: 0.14rem;
  }

  .about .ygfc .ygList {
    margin-top: 0.5rem;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 0.3rem;
    row-gap: 0.3rem;
  }

  .about .ygfc .ygList .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 0.3rem;
    color: #333;
  }

  .about .hj .hj-inner {
    grid-template-columns: repeat(2, 1fr);
  }

  .about .hj .hj-inner .item {
    box-sizing: border-box;
    width: 100%;
    height: auto;
  }

  .about .hj .hj-inner .item .mask .box {
    font-size: 0.3rem;
  }

  .newList .inner li {
    margin-bottom: 0.26rem;
    height: auto;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  }

  .newList .inner li a {
    display: flex;
    flex-direction: column;
  }

  .newList .inner li a .imgs {
    width: 100%;
    height: 4rem;
  }

  .newList .inner li a .imgs img {
    object-position: top center;
  }

  .newList .inner li a .content {
    padding: 0.2rem 0.3rem;
  }

  .newList .inner li a .content h4 {
    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;
  }

  .newList .inner li a .content .text {
    font-size: 0.24rem;
    color: #999;
    line-height: 1.6;
    text-align: justify;
    margin-bottom: auto;
    margin-top: 0.2rem;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
  }

  .newList .inner li a .content .date {
    margin-top: 0.1rem;
    font-size: 0.24rem;
    color: #999;
  }

  .addressBox .box {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    height: auto;
  }

  .addressBox .box .le {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .addressBox .box .le .bg {
    width: 100%;
    height: 100%;
  }

  .addressBox .box .le .bg img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }

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

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

  .addressBox .box .le .mask h2 {
    font-size: 0.34rem;
    font-weight: normal;
  }

  .addressBox .box .le .mask .line {
    width: 44px;
    height: 2px;
    background-color: #004eab;
    margin: 0.3rem 0;
  }

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

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

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

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

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

  .phone {
    display: block;
  }

  .back a {
    display: flex;
    align-items: center;
    font-size: 0.34rem;
  }

  .back .icon {
    flex-shrink: 0;
    margin-right: 0.1rem;
    transform: rotate(180deg);
    width: 0.6rem;
  }

  .back .icon i {
    font-size: 0.6rem;
  }
}