@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.05rem;
    font-size: 0.24rem;
    border: 1px solid #eeeeee;
    background: #fff;
  }
  .pagination ul li a {
    display: block;
    color: #000;
    padding: 0.05rem 0.1rem;
    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.05rem;
    font-size: 0.24rem;
    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;
  }
  .pages .banner {
    background-size: cover;
    width: 100%;
    margin-top: 1rem;
    height: 3.3rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #fff;
    position: relative;
  }
  .pages .banner .mask {
    position: absolute;
    top: 0;
    width: 100%;
    height: 3.3rem;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1rem 0;
  }
  .pages .banner .mask .w h3 {
    font-size: 0.5rem;
    font-weight: bold;
  }
  .pages .banner .mask .w .en {
    font-size: 0.24rem;
    font-weight: bold;
  }
  .pages .banner .mask .w .line {
    margin-top: 0.3rem;
    width: 0.62rem;
    height: 0.04rem;
    background: #2dae36;
  }
  .productList {
    margin-top: 1rem;
    width: 100%;
    display: grid;
    grid-template-columns: 2rem 1fr;
    gap: 0.24rem;
  }
  .productList .left {
    width: 100%;
    height: calc(100vh - 2.2rem);
    position: sticky;
    top: 1rem;
    left: 0;
    background: #f5f7fa;
  }
  .productList .left .swiper {
    height: 100%;
  }
  .productList .left .swiper .swiper-slide {
    width: 100%;
    padding: 0 0.1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .productList .left .swiper .swiper-slide a {
    font-size: 0.28rem;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
  }
  .productList .left .swiper .swiper-slide.active {
    background: #fff;
  }
  .productList .left .swiper .swiper-slide.active a {
    color: #004eab;
  }
  .productList .list {
    width: 100%;
    padding: 0.3rem 3% 1rem 0;
  }
  .productList .list .item {
    width: 100%;
    height: 1.2rem;
    border: 1px solid #eeeeee;
    border-radius: 0.2rem;
    margin-bottom: 0.2rem;
  }
  .productList .list .item a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.2rem;
  }
  .productList .list .item a .icon {
    width: 0.8rem;
    height: 0.8rem;
    flex-shrink: 0;
  }
  .productList .list .item a .icon img {
    object-fit: contain;
  }
  .productList .list .item a .title {
    margin-right: auto;
    margin-left: 0.2rem;
    font-size: 0.28rem;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
  }
  .productList .list .item a .go {
    flex-shrink: 0;
    margin-left: 0.2rem;
  }
  .productList .list .item a .go i {
    font-size: 0.4rem;
  }
  .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.2rem;
    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;
  }
  .cxyf {
    padding-bottom: 0.8rem;
  }
  .cxyf .box-1 {
    padding: 0.4rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cxyf .box-1 .imgs {
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  .cxyf .box-1 .imgs img {
    object-fit: cover;
  }
  .cxyf .box-1 .rg {
    padding: 0.2rem 0;
  }
  .cxyf .box-1 .rg .title {
    margin-bottom: 0.2rem;
    display: flex;
    align-items: center;
  }
  .cxyf .box-1 .rg .title .icon {
    width: 0.35rem;
    height: 0.35rem;
    flex-shrink: 0;
    margin-right: 0.05rem;
  }
  .cxyf .box-1 .rg .title .text {
    font-size: 0.32rem;
  }
  .cxyf .box-1 .rg p {
    margin-top: 0.1rem;
    font-size: 0.28rem;
    text-align: justify;
    line-height: 1.6;
  }
  .cxyf .box-2 {
    background: #f7f7f9;
    padding: 0.4rem 0;
  }
  .cxyf .box-2 .us-box {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
  }
  .cxyf .box-2 .us-box .inner {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1964b0;
    width: 100%;
    position: relative;
    padding-left: 0;
  }
  .cxyf .box-2 .us-box .inner .box {
    display: flex;
    flex-direction: column;
    width: fit-content;
  }
  .cxyf .box-2 .us-box .inner .icon {
    width: 0.45rem;
    height: 0.45rem;
    flex-shrink: 0;
    margin-right: 0.16rem;
  }
  .cxyf .box-2 .us-box .inner .icon img {
    object-fit: contain;
  }
  .cxyf .box-2 .us-box .inner .data {
    display: flex;
    align-items: baseline;
    font-size: 0.4rem;
    font-weight: bold;
    color: #1964b0;
    width: 100%;
  }
  .cxyf .box-2 .us-box .inner .text {
    font-size: 0.28rem;
    color: #000;
  }
  .cxyf .box-2 .us-box .inner:nth-of-type(odd)::after {
    display: none;
  }
  .cxyf .box-3 {
    padding-bottom: 1rem;
  }
  .cxyf .box-3 .lists {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2rem;
  }
  .cxyf .box-3 .lists .item {
    position: relative;
    width: 100%;
    height: 2rem;
  }
  .cxyf .box-3 .lists .item:hover .mask {
    opacity: 1;
  }
  .cxyf .box-3 .lists .imgs {
    height: 100%;
    width: 100%;
  }
  .cxyf .box-3 .lists .imgs img {
    object-fit: cover;
  }
  .cxyf .box-3 .lists .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    opacity: 0;
    transition: all 0.3s;
    font-size: 0.2rem;
  }
  .cxyf .box-4 {
    padding-bottom: 1rem;
  }
  .cxyf .box-4 h3 {
    font-size: 0.32rem;
    justify-content: center;
    display: flex;
    align-items: center;
  }
  .cxyf .box-4 h3::before {
    content: '';
    display: inline-block;
    width: 2rem;
    height: 1px;
    background: #999999;
    margin-right: 0.1rem;
  }
  .cxyf .box-4 h3::after {
    content: '';
    display: inline-block;
    width: 2rem;
    height: 1px;
    background: #999999;
    margin-left: 0.1rem;
  }
  .cxyf .box-4 .iconList {
    margin-top: 0.9rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 0.3rem;
    row-gap: 0.4rem;
  }
  .cxyf .box-4 .iconList .item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cxyf .box-4 .iconList .item .icon {
    width: 1.2rem;
    height: 1.2rem;
    flex-shrink: 0;
  }
  .cxyf .box-4 .iconList .item .icon img {
    object-fit: contain;
  }
  .cxyf .box-4 .iconList .item .content {
    text-align: center;
  }
  .cxyf .box-4 .iconList .item .content .title {
    margin-top: 0.2rem;
    font-size: 0.28rem;
  }
  .cxyf .box-4 .iconList .item .content .text {
    font-size: 0.26rem;
    margin-top: 0.1rem;
    color: #333;
  }
  .cxyf .box-5 .lists {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.2rem;
    width: 100%;
    height: auto;
  }
  .cxyf .box-5 .lists .item {
    height: auto;
  }
  .cxyf .box-5 .lists .item .masks {
    font-size: 0.26rem;
    text-align: center;
    padding-top: 0.1rem;
  }
  .aboutBox {
    padding: 0.3rem 0 0.6rem;
    box-sizing: border-box;
  }
  .aboutBox .about-1 {
    padding-bottom: 0.6rem;
  }
  .aboutBox .about-1 .box {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .aboutBox .about-1 .content {
    position: relative;
    transform: translateY(0%);
    width: 100%;
    height: auto;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.0706);
    padding: 0.42rem 0.22rem;
    box-sizing: border-box;
  }
  .aboutBox .about-1 .content h3 {
    font-size: 0.34rem;
    color: #333333;
    display: flex;
    align-items: center;
  }
  .aboutBox .about-1 .content h3::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 0.26rem;
    background: #004eab;
    margin-right: 0.1rem;
  }
  .aboutBox .about-1 .content p {
    font-size: 0.26rem;
    margin-top: 0.1rem;
    color: #707070;
    line-height: 1.6;
    padding: 0 0.15rem;
    text-align: justify;
  }
  .aboutBox .about-1 .imgs {
    width: 100%;
    height: auto;
  }
  .aboutBox .about-1 .imgs img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .aboutBox .about-history-wrap {
    width: 100%;
    padding-bottom: 1.5rem;
    padding-top: 0.4rem;
    background: url(../img/bg6.png) no-repeat center;
    background-size: cover;
    background-position: center;
  }
  .aboutBox .about-history-wrap .common-title {
    width: 100%;
    margin: 0 auto;
    align-items: flex-start;
  }
  .aboutBox .about-history-wrap .about-history-box {
    margin: 0.3rem auto 0 auto;
  }
  .aboutBox .about-history-wrap .about-history-content-box {
    height: 3rem;
    display: flex;
    justify-content: center;
  }
  .aboutBox .about-history-wrap .about-history-content {
    display: none;
  }
  .aboutBox .about-history-wrap .about-history-content:first-of-type {
    display: block;
  }
  .aboutBox .about-history-wrap .about-history-text {
    font-size: 0.4rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
  }
  .aboutBox .about-history-wrap .about-history-p {
    margin-top: 0.2rem;
    font-size: 0.3rem;
    font-weight: 400;
    color: #fff;
    line-height: 0.36rem;
    text-align: center;
  }
  .aboutBox .about-history-wrap .about-history-banner {
    width: 100%;
    position: relative;
  }
  .aboutBox .about-history-wrap .historySwiper {
    width: 100%;
    position: relative;
  }
  .aboutBox .about-history-wrap .historySwiper::after {
    content: '';
    width: 100%;
    border-bottom: 0.02rem solid #fff;
    position: absolute;
    top: 0.13rem;
    left: 0;
  }
  .aboutBox .about-history-wrap .historySwiper .swiper-slide {
    cursor: pointer;
  }
  .aboutBox .about-history-wrap .historySwiper .swiper-slide.swiper-slide-active .historySwiper-ball {
    width: 0.3rem;
    height: 0.3rem;
    background: #004eab;
    border: 1px solid #fff;
    transition: all 0.365s;
  }
  .aboutBox .about-history-wrap .historySwiper .swiper-slide.swiper-slide-active .historySwiper-text {
    font-size: 0.3rem;
    font-weight: bold;
    color: #fff;
  }
  .aboutBox .about-history-wrap .historySwiper .historySwiper-ball-box {
    width: 0.28rem;
    height: 0.28rem;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .aboutBox .about-history-wrap .historySwiper .historySwiper-ball {
    width: 0.15rem;
    height: 0.15rem;
    opacity: 1;
    background: #fff;
    border-radius: 50%;
  }
  .aboutBox .about-history-wrap .historySwiper .historySwiper-text {
    font-size: 0.26rem;
    font-weight: 400;
    color: #fff;
    margin-top: 0.2rem;
    text-align: center;
  }
  .aboutBox .qywh .head {
    background: url(../img/bg5.png) no-repeat center;
    background-size: cover;
    padding: 0.6rem 0 1.3rem;
  }
  .aboutBox .qywh .head .model_title {
    width: 100%;
    text-align: center;
    position: relative;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .aboutBox .qywh .head .model_title .big {
    color: #8098af;
    font-size: 0.72rem;
    font-family: 'PFB';
    opacity: 0.1;
    position: absolute;
    top: 0;
    text-transform: uppercase;
  }
  .aboutBox .qywh .head .model_title h3 {
    font-size: 0.45rem;
    color: #fff;
    padding-top: 0.52rem;
  }
  .aboutBox .qywh .head .model_title .line {
    width: 50px;
    height: 3px;
    background: #2dae36;
    margin-top: 0.28rem;
  }
  .aboutBox .qywh .box {
    margin-top: -1rem;
    background: #fff;
    padding: 0.7rem 0.2rem;
    box-sizing: border-box;
    box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.0706);
  }
  .aboutBox .qywh .box .inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 0.3rem;
    row-gap: 0.4rem;
  }
  .aboutBox .qywh .box .inner .item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .aboutBox .qywh .box .inner .item .icon {
    width: 1rem;
    height: 1rem;
  }
  .aboutBox .qywh .box .inner .item .icon img {
    object-fit: contain;
  }
  .aboutBox .qywh .box .inner .item .con {
    margin-top: 0.4rem;
    text-align: center;
  }
  .aboutBox .qywh .box .inner .item .con .title {
    font-size: 0.32rem;
    font-weight: bold;
  }
  .aboutBox .qywh .box .inner .item .con p {
    font-size: 0.28rem;
    color: #666666;
    margin-top: 0.14rem;
    line-height: 1.6;
  }
  .aboutBox .honor {
    padding: 0.8rem 0;
  }
  .aboutBox .honor .swiper {
    margin-top: 0.7rem;
    height: auto;
    padding-bottom: 0.8rem;
  }
  .aboutBox .honor .swiper .swiper-slide {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.1rem;
    align-items: center;
    box-sizing: border-box;
    height: auto;
  }
  .aboutBox .honor .swiper .swiper-slide .imgs {
    width: 100%;
    height: auto;
    padding: 0.1rem;
    background: #eeeeee;
  }
  .aboutBox .honor .swiper .swiper-slide .imgs img {
    object-fit: contain;
  }
  .aboutBox .honor .swiper .swiper-pagination-bullet {
    width: 0.2rem;
    height: 0.2rem;
  }
  .newsList {
    background-color: #f7f7f7;
    padding: 0.6rem 0 1rem;
  }
  .newsList .inner li {
    margin-bottom: 0.26rem;
    height: auto;
  }
  .newsList .inner li a {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
  }
  .newsList .inner li a .imgs {
    width: 100%;
    height: 3.5rem;
    flex-shrink: 0;
  }
  .newsList .inner li a .imgs img {
    object-fit: cover;
  }
  .newsList .inner li a .content {
    padding: 0.3rem;
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .newsList .inner li a .content h4 {
    font-size: 0.3rem;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
  }
  .newsList .inner li a .content .text {
    margin: 0.2rem 0 0.25rem;
    font-size: 0.26rem;
    color: #999;
    line-height: 1.6;
    text-align: justify;
    width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
  }
  .newsList .inner li a .content .date {
    font-size: 0.24rem;
    color: #999;
  }
  .newsList .inner li a:hover .imgs {
    overflow: hidden;
    position: relative;
  }
  .newsList .inner li a:hover .imgs img {
    width: 100%;
    height: 100%;
    transition: transform 0.8s;
    transform-box: fill-box;
    transform-origin: center;
    transform: scale(1.05);
  }
  .newsList .inner li a:hover .content h4,
  .newsList .inner li a:hover .content .text,
  .newsList .inner li a:hover .content .date {
    color: #004eab;
  }
  .newsdetail {
    padding-bottom: 0.8rem;
    background: #fafafb;
    padding-top: 1.3rem;
  }
  .newsdetail .w {
    background: #fff;
    padding: 0.4rem;
    box-sizing: border-box;
  }
  .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;
    text-align: center;
    line-height: 1.8;
  }
  .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 {
    color: #333;
    font-size: 0.28rem;
    margin: 0.3rem 0;
    line-height: 1.8;
  }
  .newsdetail .content span {
    font-size: 0.28rem;
  }
  .newsdetail .content img {
    display: block;
    max-width: 100%;
    width: fit-content;
    margin: 0.2rem auto;
    object-fit: contain;
  }
  .newsdetail .content video {
    max-width: 100%;
    width: fit-content;
    margin: 0.2rem auto;
    display: block;
    height: 100%;
  }
  .newsdetail .news {
    margin-top: 0.3rem;
  }
  .newsdetail .body .tabelBox {
    margin: 0.4rem 0;
  }
  .newsdetail .body .tabelBox .table {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
  }
  .newsdetail .body .tabelBox .table .item {
    display: grid;
    grid-template-columns: 31% 1fr;
    width: 100%;
    border: 1px solid #e6e5e5;
  }
  .newsdetail .body .tabelBox .table .item .name {
    background: #f2f2f2;
    padding: 0.2rem 0.25rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 0.28rem;
    font-weight: 500;
  }
  .newsdetail .body .tabelBox .table .item .name span {
    font-size: 0.28rem !important;
  }
  .newsdetail .body .tabelBox .table .item .value {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0.1rem 0.2rem;
    box-sizing: border-box;
    font-size: 0.28rem;
    color: #666;
  }
  .newsdetail .body .tabelBox .table .item .value span {
    font-size: 0.28rem !important;
  }
  .newsdetail .body .list li {
    margin: 0.15rem 0;
    font-size: 0.28rem;
    color: #333;
    line-height: 1.6;
  }
  .newsdetail .body .list li p {
    font-size: 0.28rem;
  }
  .newsdetail .body .list li p span {
    font-size: 0.28rem;
  }
  .newsdetail .body .imgs {
    width: auto !important;
    display: flex;
    justify-content: center;
    margin: 0.6rem 0 0.4rem;
    max-width: 100% !important;
  }
  .newsdetail .body .imgs img {
    display: block;
    width: fit-content;
    max-width: 100% !important;
    object-fit: contain;
  }
  .newsdetail .solu .box {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    gap: 1rem;
  }
  .newsdetail .solu .box .le {
    height: fit-content;
    border-right: 1px solid #e6e5e5;
    display: none;
  }
  .newsdetail .solu .box .le .item {
    margin: 0.2rem 0;
    position: relative;
    padding-right: 0.4rem;
  }
  .newsdetail .solu .box .le .item a {
    font-size: 0.16rem;
    line-height: 1.6;
  }
  .newsdetail .solu .box .le .item:first-child {
    margin-top: 0;
  }
  .newsdetail .solu .box .le .item::after {
    content: '';
    display: block;
    width: 2px;
    height: 100%;
    background: #1964b0;
    position: absolute;
    right: 0;
    top: 0;
    display: none;
  }
  .newsdetail .solu .box .le .item.active::after {
    display: block;
  }
  .newsdetail .solu .box .rg .title {
    font-size: 0.32rem;
    font-weight: bold;
  }
  .newsdetail .solu .box .rg p {
    color: #333;
    font-size: 0.28rem;
    margin: 0.2rem 0;
    line-height: 1.8;
  }
  .newsdetail .solu .box .rg img {
    display: block;
    max-width: 100%;
    width: fit-content;
    margin: 0.2rem auto;
  }
  .newsdetail .solu .box .rg video {
    max-width: 100%;
    width: fit-content;
    margin: 0.2rem auto;
    display: block;
    height: 100%;
  }
  .newsdetail .productdetail .box {
    width: 100%;
    display: block;
  }
  .newsdetail .productdetail .box .left {
    width: 100%;
  }
  .newsdetail .productdetail .box .left .mySwiper2 {
    width: 100%;
    height: 3rem;
    margin-bottom: 0.2rem;
  }
  .newsdetail .productdetail .box .left .mySwiper2 .swiper-slide {
    width: 100%;
    height: 100%;
  }
  .newsdetail .productdetail .box .left .mySwiper2 .swiper-slide .imgs {
    width: 100%;
    height: 100%;
    padding: 0.2rem;
  }
  .newsdetail .productdetail .box .left .mySwiper2 .swiper-slide .imgs img {
    object-fit: contain;
  }
  .newsdetail .productdetail .box .left .mySwiper2 .swiper-slide video {
    width: 100%;
    height: 100%;
  }
  .newsdetail .productdetail .box .left .mySwiper {
    width: 100%;
    height: 1.2rem;
  }
  .newsdetail .productdetail .box .left .mySwiper .swiper-slide {
    width: 100%;
    height: 100%;
    position: relative;
    opacity: 0.4;
    margin-right: 0.4rem;
  }
  .newsdetail .productdetail .box .left .mySwiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .newsdetail .productdetail .box .left .mySwiper .swiper-slide video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .newsdetail .productdetail .box .left .mySwiper .swiper-slide .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .newsdetail .productdetail .box .left .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
  }
  .newsdetail .productdetail .box .right {
    height: auto;
    margin-top: 0.4rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .newsdetail .productdetail .box .right h3 {
    font-size: 0.32rem;
  }
  .newsdetail .productdetail .box .right .ftitle {
    font-size: 0.3rem;
    margin: 0.2rem 0 0.12rem;
  }
  .newsdetail .productdetail .box .right p {
    font-size: 0.28rem;
    line-height: 1.6;
    color: #999999;
    margin-bottom: auto;
    text-align: justify;
  }
  .newsdetail .productdetail .box .right .tags {
    margin-top: 0.2rem;
    display: flex;
    flex-direction: column;
    align-items: self-start;
    color: #999999;
  }
  .newsdetail .productdetail .box .right .tags .item {
    margin-right: 0;
    font-size: 0.26rem;
    margin: 0.1rem 0;
  }
  .newsdetail .productdetail .box .right .tags .item:last-child {
    margin-right: 0;
  }
  .newsdetail .productdetail .box .right .foot {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0.3rem;
    margin-top: 0.2rem;
  }
  .newsdetail .productdetail .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;
  }
  .newsdetail .productdetail .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;
  }
  .newsdetail .productdetail .box .right .foot .item .icon img {
    object-fit: contain;
  }
  .newsdetail .productdetail .box .right .foot .item .name {
    font-size: 0.26rem;
    color: #333333;
    font-weight: bold;
  }
  .news .breadcrumb span {
    display: none;
  }
  .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;
  }
  .helpBox {
    background: #fafafb;
    padding: 0;
    margin-top: 0.6rem;
  }
  .helpBox .boxs {
    background: #fff;
    padding: 0.5rem;
    box-sizing: border-box;
  }
  .helpBox .boxs .helplist {
    width: 100%;
    margin-top: 0.5rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 0.3rem;
    row-gap: 0.5rem;
  }
  .helpBox .boxs .helplist .item {
    width: 100%;
  }
  .helpBox .boxs .helplist .item .imgs {
    padding: 0.1rem;
    height: auto;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.0706);
    box-sizing: border-box;
  }
  .helpBox .boxs .helplist .item .imgs img {
    object-fit: contain;
  }
  .helpBox .boxs .helplist .item .content {
    font-size: 0.28rem;
    margin-top: 0.1rem;
    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;
  }
  .helpBox .boxs .pagination {
    padding-top: 0.6rem;
  }
  .address {
    padding: 0rem 0;
    background: #fff;
  }
  .address .box {
    background: #fff;
    padding: 0.2rem;
    box-sizing: border-box;
    height: auto;
  }
  .address .box .innerBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0.3rem 0;
  }
  .address .box .innerBox .ewmBox {
    font-size: 0.2rem;
    color: #333;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .address .box .innerBox .ewmBox .ewm {
    width: 2.36rem;
    height: 2.36rem;
    margin-bottom: 0.2rem;
  }
  .address .box .innerBox .ewmBox .ewm img {
    width: 100%;
    height: 100%;
  }
  .address .box .innerBox {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0.1rem 0;
  }
  .address .box .innerBox .ewmBox {
    font-size: 0.28rem;
    color: #333;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0.2rem;
    width: 100%;
  }
  .address .box .innerBox .ewmBox .ewm {
    width: 2.36rem;
    height: 2.36rem;
    margin-bottom: 0.2rem;
  }
  .address .box .innerBox .ewmBox .ewm img {
    width: 100%;
    height: 100%;
  }
  .address .box .content h3 {
    font-size: 18px;
    font-weight: normal;
    color: #333;
    margin: 0 0 0.15rem;
  }
  .address .box .content .line {
    width: 2rem;
    height: 3px;
    background: #033491;
    margin-bottom: 0.1rem;
  }
  .address .box .content .item {
    font-size: 0.28rem;
    line-height: 1.8;
  }
  .address .box .content .item a {
    font-size: 0.28rem;
  }
  .NyContactUs {
    margin-top: 0.6rem;
  }
  .NyContactUs .inner {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.2rem;
    margin-top: 0.3rem;
  }
  .NyContactUs .inner .item {
    background: #fff;
    padding: 0.35rem;
    box-sizing: border-box;
    font-size: 0.28rem;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.0706);
  }
  .NyContactUs .inner .item .text {
    margin: 0.1rem 0;
    line-height: 1.5;
  }
  .NyContactUs .inner .QTCon_t {
    color: #033492;
  }
  .form {
    margin-top: 0.6rem;
  }
  .form .box {
    margin-top: 0.4rem;
  }
  .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 .code {
    display: flex;
    align-items: center;
    font-size: 0.28rem;
    background: #fff;
  }
  .form .code input {
    display: block;
    width: 2.5rem;
    height: 0.8rem;
    margin: 0 0.2rem;
    background: #f9f9f9;
    border: none;
    font-size: 0.28rem;
    padding: 0 0.2rem;
    text-align: center;
    border: 1px solid #efefef;
    border-radius: 0.5rem;
  }
  .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;
  }
  .phone {
    display: block;
  }
  .pc {
    display: none;
  }
}
