@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;
  }
  .banner {
    width: 100%;
    height: 100vh;
    position: relative;
  }
  .banner .swiper {
    width: 100%;
    height: 100%;
  }
  .banner .swiper .swiper-slide {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .banner .swiper .swiper-slide .imgs {
    height: 100vh;
    width: 100%;
  }
  .banner .swiper .swiper-slide .imgs img {
    object-fit: cover;
  }
  .banner .swiper .swiper-slide .mask {
    position: absolute;
    top: 20%;
    left: 4%;
    z-index: 10;
  }
  .banner .swiper .swiper-slide .mask img {
    width: 90%;
    height: 100%;
    object-fit: contain;
  }
  .section-1 {
    background: #fafafb;
  }
  .section-1 .model_title {
    width: 100%;
    text-align: center;
    position: relative;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .section-1 .model_title .big {
    color: #333333;
    font-size: 0.72rem;
    font-family: 'PFB';
    opacity: 0.1;
    position: absolute;
    top: 0;
    text-transform: uppercase;
  }
  .section-1 .model_title h3 {
    font-size: 0.45rem;
    color: #1964b0;
    padding-top: 0.52rem;
  }
  .section-1 .model_title .line {
    width: 50px;
    height: 3px;
    background: #2dae36;
    margin-top: 0.28rem;
  }
  .section-1 .caseBox {
    margin-top: 0.6rem;
    position: relative;
    box-sizing: border-box;
  }
  .section-1 .caseBox .swiper {
    width: 100%;
    padding-bottom: 0.2rem;
    box-sizing: border-box;
  }
  .section-1 .caseBox .swiper .swiper-slide {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.33rem;
    width: 100%;
  }
  .section-1 .caseBox .swiper .swiper-slide .item {
    width: 100%;
    height: 1.86rem;
    background: #fff;
    box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.0706);
    padding: 0.2rem;
  }
  .section-1 .caseBox .swiper .swiper-slide .item img {
    object-fit: contain;
  }
  .section-1 .caseBox .swiper-button-prev::after,
  .section-1 .caseBox .swiper-button-next::after {
    background-color: rgba(255, 255, 255, 0.8);
    border: none;
    line-height: 0.4rem;
    font-size: 0.15rem;
    padding: 0.06rem 0.2rem;
    color: #fff;
    font-weight: bold;
    transition: all 0.3s;
    border-radius: 50%;
    background: #004eab;
  }
  .section-1 .caseBox .swiper-button-prev:hover::after,
  .section-1 .caseBox .swiper-button-next:hover::after {
    background-color: #004eab;
    color: #fff;
    border: none;
  }
  .section-1 .caseBox .swiper-button-prev {
    left: 15%;
  }
  .section-1 .caseBox .swiper-button-next {
    right: 1%;
  }
  .section-2 {
    background: url(../img/bg1.png) no-repeat center;
    background-size: cover;
    width: 100%;
  }
  .section-2 .model_title {
    width: 100%;
    text-align: center;
    position: relative;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .section-2 .model_title .big {
    color: #333333;
    font-size: 0.72rem;
    font-family: 'PFB';
    opacity: 0.1;
    position: absolute;
    top: 0;
    text-transform: uppercase;
  }
  .section-2 .model_title h3 {
    font-size: 0.45rem;
    color: #1964b0;
    padding-top: 0.52rem;
  }
  .section-2 .model_title .line {
    width: 50px;
    height: 3px;
    background: #2dae36;
    margin-top: 0.28rem;
  }
  .section-2 .search {
    margin-top: 0.4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
  }
  .section-2 .search .label,
  .section-2 .search button {
    font-size: 0.28rem;
    color: #1964b0;
    flex-shrink: 0;
    margin-right: 0.2rem;
  }
  .section-2 .search .inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin-right: 0;
    height: 0.8rem;
    margin-bottom: 0.2rem;
    width: 100%;
  }
  .section-2 .search .inner select {
    width: 80%;
    height: 100%;
    padding: 0 0.15rem;
    margin-right: 0;
    font-size: 0.26rem;
    border: 1px solid #ffffff;
    font-family: 'PFR' !important;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url('../img/icon/down.png') 95% center no-repeat #fff;
    background-size: 0.2rem;
  }
  .section-2 .search .inner input {
    display: block;
    width: 80%;
    height: 100%;
    font-size: 0.26rem;
    padding: 0 0.15rem;
    border: 1px solid #ffffff;
    font-family: 'PFR' !important;
  }
  .section-2 .search button {
    padding: 0.17rem 0.47rem;
    background: #fff;
    border-radius: 0.4rem;
  }
  .section-2 .productBox {
    margin-top: 0.5rem;
    width: 100%;
  }
  .section-2 .productBox .swiper {
    width: 100%;
  }
  .section-2 .productBox .swiper .swiper-slide {
    width: 100%;
    height: 4rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .section-2 .productBox .swiper .swiper-slide .item {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .section-2 .productBox .swiper .swiper-slide .item .imgs {
    width: 100%;
    height: 100%;
  }
  .section-2 .productBox .swiper .swiper-slide .item .imgs img {
    object-fit: cover;
  }
  .section-2 .productBox .swiper .swiper-slide .item .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    opacity: 1;
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 0.18rem;
  }
  .section-2 .productBox .swiper .swiper-slide .item .mask .icon {
    width: 0.6rem;
    height: 0.6rem;
  }
  .section-2 .productBox .swiper .swiper-slide .item .mask .icon img {
    object-fit: contain;
  }
  .section-2 .productBox .swiper .swiper-slide .item .mask .text {
    font-size: 0.2rem;
    margin-top: 0.3rem;
  }
  .section-2 .productBox .swiper .swiper-slide .item:hover .mask {
    opacity: 0;
  }
  .section-2 .box {
    margin-top: 0.6rem;
  }
  .section-2 .btn {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    bottom: 6%;
    position: absolute;
  }
  .section-2 .btn .pro {
    width: 0.35rem;
    height: 0.35rem;
  }
  .section-2 .btn .pro img {
    object-fit: contain;
  }
  .section-2 .btn .swiper-button-prev::after,
  .section-2 .btn .swiper-button-next::after {
    background-color: #fff;
    border: none;
    line-height: 0.4rem;
    font-size: 0.24rem;
    padding: 0.08rem 0.25rem;
    color: #1964b0;
    font-weight: bold;
    transition: all 0.3s;
    border-radius: 50%;
  }
  .section-2 .btn .swiper-button-prev {
    left: 35%;
  }
  .section-2 .btn .swiper-button-next {
    right: 35%;
  }
  .section-3 .model_title {
    width: 100%;
    text-align: center;
    position: relative;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .section-3 .model_title .big {
    color: #333333;
    font-size: 0.72rem;
    font-family: 'PFB';
    opacity: 0.1;
    position: absolute;
    top: 0;
    text-transform: uppercase;
  }
  .section-3 .model_title h3 {
    font-size: 0.45rem;
    color: #1964b0;
    padding-top: 0.52rem;
  }
  .section-3 .model_title .line {
    width: 50px;
    height: 3px;
    background: #2dae36;
    margin-top: 0.28rem;
  }
  .section-3 .w {
    padding: 0;
  }
  .section-3 .head {
    margin: 0.4rem 0;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
    width: 100%;
    box-sizing: border-box;
  }
  .section-3 .head .con {
    margin-top: 0.6rem;
    font-size: 0.26rem;
    line-height: 1.8;
    color: #004eab;
  }
  .section-3 .head .con p {
    text-align: justify;
  }
  .section-3 .head .con p:first-child {
    margin-bottom: 0.1rem;
  }
  .section-3 .index-about {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 0.4rem;
  }
  .section-3 .index-about .list {
    width: 100%;
  }
  .section-3 .index-about .list ul {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
  }
  .section-3 .index-about .list ul li {
    height: 3.5rem;
    background: center no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    transition: width 0.4s ease-in-out;
    margin-left: 0.2rem;
  }
  .section-3 .index-about .list ul li:before {
    transition: all 0.4s ease;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background: url('../img/bg20.png') center bottom repeat-x;
    background-size: auto 1.1rem;
  }
  .section-3 .index-about .list ul li .layer {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0.1rem;
    color: #fff;
    transition: all 0.4s ease;
    width: 100%;
    height: 100%;
  }
  .section-3 .index-about .list ul li .layer .box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.1rem;
  }
  .section-3 .index-about .list ul li .layer .box .top h3 {
    font-size: 0.34rem;
    transition: all 0.4s ease;
    -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-3 .index-about .list ul li .layer .box .top .line {
    margin-top: 0.22rem;
    width: 0.34rem;
    height: 3px;
    background: #2dae36;
  }
  .section-3 .index-about .list ul li .layer .box .more {
    font-size: 0.2rem;
    display: none;
    flex-shrink: 0;
  }
  .section-3 .index-about .list ul li .layer .container {
    height: 0;
    overflow: hidden;
    transition: all 0.4s ease;
    margin-top: 0.2rem;
  }
  .section-3 .index-about .list ul li .layer .container p {
    color: #ffffff;
    font-size: 0.24rem;
    padding: 0 0.2rem;
    line-height: 1.6em;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
  }
  .section-3 .index-about .list ul li .layer p {
    font-size: 0.28rem;
  }
  .section-3 .index-about .list ul li.on:before {
    opacity: 0;
  }
  .section-3 .index-about .list ul li.on .layer {
    background: rgba(0, 0, 0, 0.4);
  }
  .section-3 .index-about .list ul li.on .layer h3 {
    color: #29b8d8;
    margin: 0;
  }
  .section-3 .index-about .list ul li.on .layer .more {
    display: block;
  }
  .section-3 .index-about .list ul li.on .layer .container {
    height: auto;
    padding-bottom: 0.1rem;
  }
  .section-3 .index-about .list ul li.on .layer .container p {
    -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-3 .index-about .list ul li:first-child {
    margin-left: 0;
  }
  .us-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 0.3rem;
    column-gap: 0.4rem;
    align-items: center;
    width: 100%;
  }
  .us-box .inner {
    display: flex;
    padding-left: 0.4rem;
    align-items: center;
    color: #1964b0;
    width: 100%;
    position: relative;
  }
  .us-box .inner .box {
    display: flex;
    flex-direction: column;
    width: fit-content;
  }
  .us-box .inner .icon {
    width: 0.45rem;
    height: 0.45rem;
    flex-shrink: 0;
    margin-right: 0.16rem;
  }
  .us-box .inner .icon img {
    object-fit: contain;
  }
  .us-box .inner .data {
    display: flex;
    align-items: baseline;
    font-size: 0.32rem;
    font-weight: bold;
    color: #1964b0;
    width: 100%;
  }
  .us-box .inner:nth-of-type(odd)::after {
    content: '';
    width: 0.01rem;
    height: 100%;
    background: #004eab;
    position: absolute;
    top: 0;
    right: 0;
  }
  .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;
  }
  .breadcrumb {
    background: #fff;
    height: 0.8rem;
    line-height: 0.8rem;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.0706);
  }
  .breadcrumb .item_nav {
    display: flex;
    align-items: center;
  }
  .breadcrumb .item_nav .item {
    margin-right: 0.5rem;
    position: relative;
  }
  .breadcrumb .item_nav .item a {
    font-size: 0.26rem;
  }
  .breadcrumb .item_nav .item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 4px;
    background: #004eab;
    transition: all 0.3s;
  }
  .breadcrumb .item_nav .item.active::after {
    width: 100%;
  }
  .breadcrumb .item_nav .item:hover::after {
    width: 100%;
  }
  .breadcrumb .link {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
  .breadcrumb .link span,
  .breadcrumb .link a {
    font-size: 0.26rem;
  }
  .breadcrumb .link a {
    margin-right: 0.1rem;
  }
  .breadcrumb .link a:last-child {
    margin-right: 0;
  }
  .productList {
    background: #fafafb;
    padding: 0.4rem 0 0.6rem;
    box-sizing: border-box;
  }
  .productList .proBox {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.16rem;
    width: 100%;
  }
  .productList .proBox .left {
    background: #fff;
  }
  .productList .proBox .left .head {
    height: 1.42rem;
    background: #134f8c;
    border-radius: 5px 5px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
  }
  .productList .proBox .left .head h3 {
    font-size: 0.32rem;
  }
  .productList .proBox .left .head .line {
    width: 0.58rem;
    height: 0.03rem;
    background: #2dae36;
    margin-top: 0.28rem;
  }
  .productList .proBox .left .content {
    padding: 0.2rem 0.35rem;
  }
  .productList .proBox .left .content .second .top {
    padding: 0.2rem 0;
    border-bottom: 1px solid #efefef;
  }
  .productList .proBox .left .content .second .top a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .productList .proBox .left .content .second .top .name {
    font-size: 0.3rem;
  }
  .productList .proBox .left .content .second .top .icon i {
    font-size: 0.3rem;
    color: #ccc;
  }
  .productList .proBox .left .content .second .third {
    display: none;
  }
  .productList .proBox .left .content .second .third a {
    display: block;
    font-size: 0.28rem;
    padding: 0.1rem 0;
    color: #999999;
    font-weight: 500;
  }
  .productList .proBox .left .content .second .third a:hover {
    color: #004eab;
  }
  .productList .proBox .right {
    width: 100%;
    padding: 0.3rem;
    box-sizing: border-box;
    background: #fff;
  }
  .productList .proBox .right .head {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    padding: 0.1rem 0.1rem 0.2rem;
    border-bottom: 1px solid #efefef;
  }
  .productList .proBox .right .head h3 {
    font-size: 0.32rem;
    color: #333;
  }
  .productList .proBox .right .head .search {
    width: fit-content;
    height: 0.55rem;
    display: flex;
    align-items: center;
    background: #f5f6f6;
    border-radius: 0.4rem;
    padding: 0.15rem 0.1rem;
    box-sizing: border-box;
  }
  .productList .proBox .right .head .search input {
    flex: 1;
    height: 100%;
    background: transparent;
    border: none;
    padding: 0 0.2rem;
    font-size: 0.26rem;
  }
  .productList .proBox .right .head .search input::placeholder {
    color: #999999;
  }
  .productList .proBox .right .head .search i {
    font-size: 0.25rem;
    padding: 0 0.1rem 0 0.2rem;
    border-left: 1px solid #dedede;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .productList .proBox .right .prolist {
    margin-top: 0.6rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2rem;
    width: 100%;
  }
  .productList .proBox .right .prolist .item .imgs {
    width: 100%;
    height: 3.5rem;
    padding: 0.3rem;
    background: #ecf3fd;
    box-sizing: border-box;
    border-radius: 0.1rem;
  }
  .productList .proBox .right .prolist .item .imgs img {
    object-fit: contain;
  }
  .productList .proBox .right .prolist .item .content {
    padding: 0.15rem;
    width: 100%;
    box-sizing: border-box;
    display: block;
  }
  .productList .proBox .right .prolist .item .content .title {
    font-size: 0.28rem;
    color: #333;
    font-weight: bold;
  }
  .productList .proBox .right .prolist .item .content p {
    font-size: 0.26rem;
    color: #333;
    line-height: 1.6;
    margin-right: 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;
  }
  .productList .proBox .right .prolist .item .content .more {
    padding: 0.1rem;
    border-radius: 50%;
    transition: all 0.3s;
    display: none;
  }
  .productList .proBox .right .prolist .item .content .more i {
    font-size: 0.2rem;
    color: #fff;
  }
  .productList .proBox .right .prolist .item:hover .content .more {
    background: #033491;
  }
  .productList .proBox .right .pagination {
    margin-top: 1rem;
  }
  .solution {
    padding: 0.6rem 0 0.8rem;
    background: #fafafb;
    box-sizing: border-box;
    width: 100%;
  }
  .solution .top .model_title {
    width: 100%;
    text-align: center;
    position: relative;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .solution .top .model_title .big {
    color: #333333;
    font-size: 0.72rem;
    font-family: 'PFB';
    opacity: 0.1;
    position: absolute;
    top: 0;
    text-transform: uppercase;
  }
  .solution .top .model_title h3 {
    font-size: 0.45rem;
    color: #000;
    padding-top: 0.52rem;
  }
  .solution .top .model_title .line {
    width: 50px;
    height: 3px;
    background: #2dae36;
    margin-top: 0.28rem;
  }
  .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 {
    float: none;
  }
  .aboutBox .about-1 .us-box {
    padding-top: 0.5rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
  }
  .aboutBox .about-1 .us-box .inner {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1964b0;
    width: 100%;
    position: relative;
    padding-left: 0;
  }
  .aboutBox .about-1 .us-box .inner .box {
    display: flex;
    flex-direction: column;
    width: fit-content;
  }
  .aboutBox .about-1 .us-box .inner .icon {
    width: 0.45rem;
    height: 0.45rem;
    flex-shrink: 0;
    margin-right: 0.16rem;
  }
  .aboutBox .about-1 .us-box .inner .icon img {
    object-fit: contain;
  }
  .aboutBox .about-1 .us-box .inner .data {
    display: flex;
    align-items: baseline;
    font-size: 0.36rem;
    font-weight: bold;
    color: #1964b0;
    width: 100%;
  }
  .aboutBox .about-1 .us-box .inner .text {
    font-size: 0.28rem;
    color: #000;
  }
  .aboutBox .about-1 .us-box .inner:nth-of-type(odd)::after {
    display: none;
  }
  .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 .common-title .model_title {
    width: 100%;
    text-align: center;
    position: relative;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .aboutBox .about-history-wrap .common-title .model_title .big {
    color: #ccc;
    font-size: 0.72rem;
    font-family: 'PFB';
    opacity: 0.1;
    position: absolute;
    top: 0;
    text-transform: uppercase;
  }
  .aboutBox .about-history-wrap .common-title .model_title h3 {
    font-size: 0.45rem;
    color: #fff;
    padding-top: 0.52rem;
  }
  .aboutBox .about-history-wrap .common-title .model_title .line {
    width: 50px;
    height: 3px;
    background: #2dae36;
    margin-top: 0.28rem;
  }
  .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 .model_title {
    width: 100%;
    text-align: center;
    position: relative;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .aboutBox .honor .model_title .big {
    color: #333333;
    font-size: 0.72rem;
    font-family: 'PFB';
    opacity: 0.1;
    position: absolute;
    top: 0;
    text-transform: uppercase;
  }
  .aboutBox .honor .model_title h3 {
    font-size: 0.45rem;
    color: #000;
    padding-top: 0.52rem;
  }
  .aboutBox .honor .model_title .line {
    width: 50px;
    height: 3px;
    background: #2dae36;
    margin-top: 0.28rem;
  }
  .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: 0.4rem;
  }
  .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 .model_title {
    width: 100%;
    text-align: center;
    position: relative;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .helpBox .model_title .big {
    color: #333333;
    font-size: 0.72rem;
    font-family: 'PFB';
    opacity: 0.1;
    position: absolute;
    top: 0;
    text-transform: uppercase;
  }
  .helpBox .model_title h3 {
    font-size: 0.45rem;
    color: #000;
    padding-top: 0.52rem;
  }
  .helpBox .model_title .line {
    width: 50px;
    height: 3px;
    background: #2dae36;
    margin-top: 0.28rem;
  }
  .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: 0.6rem 0;
    background: #fafafb;
  }
  .address .model_title {
    width: 100%;
    text-align: center;
    position: relative;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .address .model_title .big {
    color: #333333;
    font-size: 0.72rem;
    font-family: 'PFB';
    opacity: 0.1;
    position: absolute;
    top: 0;
    text-transform: uppercase;
  }
  .address .model_title h3 {
    font-size: 0.45rem;
    color: #000;
    padding-top: 0.52rem;
  }
  .address .model_title .line {
    width: 50px;
    height: 3px;
    background: #2dae36;
    margin-top: 0.28rem;
  }
  .address .box {
    background: #fff;
    padding: 0.2rem;
    box-sizing: border-box;
    height: auto;
    margin-top: 0.4rem;
  }
  .address .box .map {
    width: 100%;
    height: auto;
  }
  .address .box .map img {
    object-fit: cover;
  }
  .address .box .content h3 {
    font-size: 0.32rem;
    color: #333;
    margin: 0.3rem 0 0.15rem;
  }
  .address .box .content .line {
    width: 0.94rem;
    height: 4px;
    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;
  }
  .form {
    margin-top: 0.6rem;
  }
  .form .model_title {
    width: 100%;
    text-align: center;
    position: relative;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .form .model_title .big {
    color: #333333;
    font-size: 0.72rem;
    font-family: 'PFB';
    opacity: 0.1;
    position: absolute;
    top: 0;
    text-transform: uppercase;
  }
  .form .model_title h3 {
    font-size: 0.45rem;
    color: #000;
    padding-top: 0.52rem;
  }
  .form .model_title .line {
    width: 50px;
    height: 3px;
    background: #2dae36;
    margin-top: 0.28rem;
  }
  .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: 2rem;
    height: 0.8rem;
    border-radius: 0;
    margin: 0 0.2rem;
    background: #f9f9f9;
    border: none;
    font-size: 0.28rem;
    padding: 0 0.2rem;
    text-align: center;
    border: 1px solid #efefef;
  }
  .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;
  }
  .essay {
    margin-top: 0.6rem;
    padding: 0.6rem 0 0.8rem;
    background: #fafafb;
  }
  .essay .model_title {
    width: 100%;
    text-align: center;
    position: relative;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .essay .model_title .big {
    color: #333333;
    font-size: 0.72rem;
    font-family: 'PFB';
    opacity: 0.1;
    position: absolute;
    top: 0;
    text-transform: uppercase;
  }
  .essay .model_title h3 {
    font-size: 0.45rem;
    color: #000;
    padding-top: 0.52rem;
  }
  .essay .model_title .line {
    width: 50px;
    height: 3px;
    background: #2dae36;
    margin-top: 0.28rem;
  }
  .essay .soluBox {
    margin-top: 0.6rem;
  }
  .essay .soluBox .item {
    width: 100%;
  }
  .essay .soluBox .item .imgs {
    width: 100%;
    height: 3.5rem;
    border-radius: 0.1rem;
  }
  .essay .soluBox .item .imgs img {
    object-fit: cover;
    border-radius: 0.1rem;
  }
  .essay .soluBox .item .content {
    background: #fff;
    padding: 0.2rem;
    box-shadow: 0 0 5px #ccc;
  }
  .essay .soluBox .item .content h3 {
    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;
  }
  .essay .soluBox .item .content p {
    font-size: 0.28rem;
    margin: 0.2rem 0 0.3rem;
    line-height: 1.6;
    color: #999999;
    height: auto;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
  }
  .essay .soluBox .item .content .time {
    font-size: 0.26rem;
    color: #999999;
  }
  .essay .soluBox .frist {
    height: auto;
    background: #fff;
  }
  .essay .soluBox .frist a {
    display: flex;
    flex-direction: column;
  }
  .essay .soluBox .frist a .imgs {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    border-radius: 0;
  }
  .essay .soluBox .frist a .imgs img {
    border-radius: 0;
  }
  .essay .soluBox .frist a .content {
    padding: 0.2rem 0.4rem;
  }
  .essay .soluBox .frist a .content .day {
    font-size: 0.5rem;
    color: #333333;
    font-weight: bold;
  }
  .essay .soluBox .frist a .content .time {
    font-size: 0.26rem;
  }
  .essay .soluBox .frist a .content h3 {
    margin: 0.1rem 0;
    font-size: 0.32rem;
  }
  .essay .soluBox .frist a .content p {
    height: auto;
    text-align: justify;
    font-size: 0.28rem;
    margin: 0.2rem 0 0.3rem;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
  }
  .essay .soluBox .frist a .content .more {
    width: fit-content;
    padding: 0.1rem 0.3rem;
    color: #004eab;
    border-radius: 0.4rem;
    border: 1px solid #004eab;
    transition: all 0.3s;
    font-size: 0.24rem;
    margin-top: 0.2rem;
  }
  .essay .soluBox .frist:hover .content .more {
    color: #fff;
    background: #004eab;
  }
  .essay .helpList {
    margin-top: 0.4rem;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.4rem;
    width: 100%;
  }
  .essay .pagination {
    margin-top: 1rem;
  }
  .phone {
    display: block;
  }
  .pc {
    display: none;
  }
}
