@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 {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .pagination ul {
    display: flex;
  }
  .pagination ul li {
    text-align: center;
    cursor: pointer;
    border: 1px solid #aaaaaa;
    margin: 0 0.1rem;
    font-size: 0.26rem;
  }
  .pagination ul li a {
    display: block;
    color: #000;
    padding: 0.1rem 0.18rem;
  }
  .pagination ul li a:hover {
    background-color: #bf3138;
    color: #fff;
  }
  .pagination ul li a.active {
    color: #fff;
    background-color: #bf3138;
  }
  .pagination .prev a,
  .pagination .nexts a {
    font-size: 0.26rem;
    border: 1px solid #aaaaaa;
    display: block;
    padding: 0.1rem 0.12rem;
  }
  .pagination .prev a:hover,
  .pagination .nexts a:hover {
    background-color: #bf3138;
    color: #fff;
  }
  .pagination .prev {
    margin-right: 0.05rem;
  }
  .pagination .nexts {
    margin-left: 0.05rem;
  }
  .pagination .text {
    color: #333;
    font-size: 0.26rem;
    margin-left: 0.2rem;
    display: flex;
    align-items: center;
  }
  .pagination .text input {
    display: block;
    width: 0.6rem;
    height: 0.6rem;
    margin: 0 0.1rem;
    border: 1px solid #dcdcdc;
    text-align: center;
  }
  .banner {
    width: 100%;
    height: auto;
    position: relative;
  }
  .banner .swiper {
    width: 100%;
    height: 100%;
  }
  .banner .swiper .swiper-slide {
    height: 100%;
    width: 100%;
  }
  .banner .swiper .swiper-slide .box {
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.4rem;
  }
  .banner .swiper .swiper-slide .box .le h2 {
    font-size: 0.8rem;
    font-weight: bold;
  }
  .banner .swiper .swiper-slide .box .le .ftitle {
    padding: 0.22rem 0.34rem;
    background: #fff;
    font-size: 0.36rem;
    color: #000;
    display: flex;
    justify-content: space-between;
    margin: 0.5rem 0 0.6rem;
  }
  .banner .mask {
    position: absolute;
    bottom: 6%;
    left: 40%;
    transform: translateX(0%);
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    font-size: 0.24rem;
    animation: 2s linear 0s infinite normal none running upDown;
    z-index: 10;
    display: none;
  }
  .banner .mask .sb {
    width: 0.2rem;
    height: 0.33rem;
    margin-bottom: 0.2rem;
  }
  .section-1 .head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
  }
  .section-1 .head .tabs_box {
    margin-top: 0.2rem;
    overflow-x: auto;
    width: 100%;
  }
  .section-1 .head .tabs_box .tabs {
    display: flex;
    width: max-content;
  }
  .section-1 .head .tabs_box .tabs .tab {
    padding: 0.12rem 0.18rem;
    border: 1px solid #aaaaaa;
    margin-left: 0.15rem;
    cursor: pointer;
    font-size: 0.26rem;
    transition: all 0.3s;
    letter-spacing: normal;
  }
  .section-1 .head .tabs_box .tabs .tab:first-child {
    margin-left: 0;
  }
  .section-1 .head .tabs_box .tabs .tab.active {
    background: #bf3138;
    color: #fff;
  }
  .section-1 .head .tabs_box .tabs .tab:hover {
    background: #bf3138;
    color: #fff;
  }
  .section-1 .more {
    margin-top: 0.6rem;
  }
  .more {
    width: fit-content;
    height: 100%;
  }
  .more a {
    color: #fff;
    display: block;
    width: 100%;
    height: fit-content;
    padding: 0.16rem 0.44rem;
    background: #bf3138;
    font-size: 0.28rem;
  }
  .ts-box {
    position: relative;
  }
  .ts-box .source-conter {
    margin-top: 0.6rem;
    position: relative;
    padding-bottom: 0.6rem;
  }
  .ts-box .source-conter .swiper {
    width: 100%;
    padding-bottom: 0.2rem;
    box-sizing: border-box;
  }
  .ts-box .source-conter .swiper .swiper-slide {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2rem;
  }
  .ts-box .source-conter .swiper .swiper-slide .item .imgs {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .ts-box .source-conter .swiper .swiper-slide .item .imgs img {
    object-fit: cover;
    display: block;
  }
  .ts-box .source-conter .swiper .swiper-slide .item .inner {
    height: 2.3rem;
    background: #fff;
    padding: 0.3rem 0.2rem;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  }
  .ts-box .source-conter .swiper .swiper-slide .item .inner .title {
    font-size: 0.32rem;
    color: #333;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
  }
  .ts-box .source-conter .swiper .swiper-slide .item .inner .text {
    font-size: 0.24rem;
    color: #999999;
    margin-top: 0.2rem;
    line-height: 1.6;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
  }
  .ts-box .source-conter .swiper-button-prev,
  .ts-box .source-conter .swiper-button-next {
    display: none;
  }
  .ts-box .source-conter .swiper-pagination-bullet {
    width: 0.2rem;
    height: 0.2rem;
  }
  .ts-box .source-conter .swiper-pagination-bullet-active {
    background: #bf3138;
  }
  .section-2 {
    background: #f5f5f5;
    box-sizing: border-box;
  }
  .section-2 .newbox {
    margin-top: 0.56rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    width: 100%;
    gap: 0.4rem;
    height: auto;
  }
  .section-2 .newbox .inners {
    background: #fff;
    padding: 0.4rem 0.3rem;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 5px #ccc;
  }
  .section-2 .newbox .inners .head {
    padding: 0 0 0.2rem;
    border-bottom: 1px solid #eeeeee;
  }
  .section-2 .newbox .inners .head .en {
    font-size: 0.26rem;
    color: #999999;
  }
  .section-2 .newbox .inners .head h4 {
    font-size: 0.32rem;
  }
  .section-2 .newbox .inners .swiperNew {
    margin-top: 0.36rem;
    width: 100%;
    position: relative;
  }
  .section-2 .newbox .inners .swiperNew .swiper {
    width: 100%;
    height: 100%;
  }
  .section-2 .newbox .inners .swiperNew .swiper .swiper-slide {
    width: 100%;
    height: 100%;
  }
  .section-2 .newbox .inners .swiperNew .swiper .swiper-slide .box {
    height: auto;
    position: relative;
  }
  .section-2 .newbox .inners .swiperNew .swiper .swiper-slide .box .imgs {
    height: 4rem;
  }
  .section-2 .newbox .inners .swiperNew .swiper .swiper-slide .box .imgs img {
    object-fit: cover;
  }
  .section-2 .newbox .inners .swiperNew .swiper .swiper-slide .box .mask {
    position: absolute;
    bottom: 0.4rem;
    left: 0;
    padding: 0 0.3rem;
    color: #fff;
  }
  .section-2 .newbox .inners .swiperNew .swiper .swiper-slide .box .mask .time {
    font-size: 0.24rem;
  }
  .section-2 .newbox .inners .swiperNew .swiper .swiper-slide .box .mask h4 {
    font-size: 0.26rem;
    font-weight: normal;
    margin-top: 0.1rem;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
  }
  .section-2 .newbox .inners .swiperNew .swiper .swiper-slide .content .time {
    font-size: 0.26rem;
  }
  .section-2 .newbox .inners .swiperNew .swiper .swiper-slide .content h4 {
    font-size: 0.28rem;
  }
  .section-2 .newbox .inners .swiperNew .swiper .swiper-slide .text {
    font-size: 0.28rem;
    color: #666;
    line-height: 1.6;
    margin-top: 0.25rem;
    -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-2 .newbox .inners .swiper-button-prev::after,
  .section-2 .newbox .inners .swiper-button-next::after {
    background-color: rgba(255, 255, 255, 0.8);
    border: none;
    line-height: 0.4rem;
    font-size: 0.15rem;
    padding: 0.15rem 0.16rem;
    color: #333;
    font-weight: bold;
    border: 1px solid #eeeeee;
    transition: all 0.3s;
  }
  .section-2 .newbox .inners .swiper-button-prev:hover::after,
  .section-2 .newbox .inners .swiper-button-next:hover::after {
    background-color: #bf3138;
    color: #fff;
    border: none;
  }
  .section-2 .newbox .inners .swiper-button-prev {
    left: -1%;
    top: 40%;
  }
  .section-2 .newbox .inners .swiper-button-next {
    right: -1%;
    top: 40%;
  }
  .section-2 .newbox .inners .listBox {
    overflow-y: auto;
  }
  .section-2 .newbox .inners .listBox::-webkit-scrollbar {
    width: 0.04rem;
    cursor: pointer;
  }
  .section-2 .newbox .inners .listBox::-webkit-scrollbar-track {
    background: #dcdcdc;
  }
  .section-2 .newbox .inners .listBox::-webkit-scrollbar-thumb {
    background: #bf3138;
    /* 滚动条滑块颜色 */
  }
  .section-2 .newbox .inners .listBox::-webkit-scrollbar-thumb:hover {
    background: #bf3138;
    /* 鼠标悬停时滑块颜色 */
    cursor: pointer;
  }
  .section-2 .newbox .inners .list {
    box-sizing: border-box;
    height: 6rem;
  }
  .section-2 .newbox .inners .list .li a {
    padding: 0.31rem 0;
    display: block;
    width: 100%;
    height: auto;
    color: #666666;
    border-bottom: 1px solid #eeeeee;
  }
  .section-2 .newbox .inners .list .li a .title {
    font-size: 0.3rem;
  }
  .section-2 .newbox .inners .list .li a .time {
    font-size: 0.26rem;
    margin-top: 0.24rem;
  }
  .section-2 .newbox .inners .list .li:last-child a {
    border: none;
    padding-bottom: 0;
  }
  .section-3 {
    height: 100%;
    padding-bottom: 1rem;
  }
  .section-3 .model_title {
    color: #fff;
    margin-bottom: 0.68rem;
  }
  .section-3 p {
    color: #fff;
    max-width: 100%;
    font-size: 0.28rem;
    line-height: 1.8;
    height: 100%;
  }
  .section-3 .content {
    margin-bottom: 0.7rem;
  }
  .section-3 .us-box {
    margin-top: 2rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 0.4rem;
    width: 100%;
  }
  .section-3 .us-box .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    width: 100%;
    border-right: 1px solid #fff;
  }
  .section-3 .us-box .inner .box {
    display: flex;
    flex-direction: column;
    width: fit-content;
  }
  .section-3 .us-box .inner .data {
    display: flex;
    align-items: baseline;
    font-size: 0.72rem;
    font-weight: bold;
    color: #fff;
    width: 100%;
  }
  .section-3 .us-box .inner .data .small {
    font-size: 0.18rem;
    font-weight: normal;
  }
  .section-3 .us-box .inner:nth-of-type(even) {
    border: none;
  }
  .section-3 .us-box .inner:first-child {
    align-items: center;
  }
  .pages {
    width: 100%;
    height: auto;
    padding-bottom: 1rem;
  }
  .pages .banner {
    height: auto;
  }
  .pages .banner .swiper {
    height: 100%;
  }
  .pages .banner .swiper .swiper-slide {
    height: 100%;
  }
  .pages .banner .swiper .swiper-slide img {
    object-fit: cover;
  }
  .breadcrumb {
    background: #f3f1f1;
    height: 0.8rem;
    position: relative;
  }
  .breadcrumb .w {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
  }
  .breadcrumb .item_title {
    width: 2rem;
    height: 1.1rem;
    background: linear-gradient(0deg, #b01f1a, #d9332e);
    position: relative;
    bottom: 0.25rem;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 10;
    flex-shrink: 0;
  }
  .breadcrumb .item_title .ch {
    font-size: 0.3rem;
    color: #fff;
  }
  .breadcrumb .item_title .en {
    font-size: 0.12rem;
    opacity: 0.6;
    color: #fff;
    text-transform: uppercase;
  }
  .breadcrumb .warp {
    overflow-x: auto;
  }
  .breadcrumb .item_nav {
    display: flex;
    align-items: center;
    margin-left: 0.4rem;
    width: 100%;
  }
  .breadcrumb .item_nav .item {
    margin-right: 0.34rem;
    flex-shrink: 0;
  }
  .breadcrumb .item_nav .item a {
    font-size: 0.26rem;
    color: #666666;
    line-height: 0.6rem;
    padding: 0 0.05rem;
    display: block;
    text-align: center;
  }
  .breadcrumb .item_nav .item.active a {
    border-bottom: 2px solid #bf3138;
    color: #bf3138;
  }
  .breadcrumb .ns {
    color: #aaaaaa;
    font-size: 0.24rem;
  }
  .breadcrumb .ns a {
    color: #aaaaaa;
    font-size: 0.24rem;
  }
  .company {
    width: 100%;
  }
  .company .w {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .company .w .model_title h3 {
    text-align: left;
  }
  .company .w .inner {
    height: auto;
    padding: 0;
    width: 100%;
  }
  .company .w .inner .ftitle {
    font-size: 0.28rem;
    line-height: 1.8;
    color: #666;
    margin: 0.17rem 0 0;
  }
  .company .w .inner .line {
    margin-top: 0.26rem;
    display: block;
    width: 30px;
    height: 4px;
    background: #40aced;
  }
  .company .w .inner .cont {
    margin-top: 0.46rem;
    font-size: 0.28rem;
    color: #999;
    line-height: 1.8;
  }
  .company .w .inner .cont p {
    margin-top: 0.1rem;
  }
  .company .w .inner .btn {
    margin-top: 0.3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .company .w .inner .btn .item {
    width: 100%;
  }
  .company .w .inner .btn .item a {
    padding: 0.2rem 0.35rem;
    display: block;
    font-size: 0.28rem;
    color: #333;
    border: 1px solid #b5b5b5;
    border-radius: 0.4rem;
    text-align: center;
  }
  .company .w .inner .btn .item:last-child a {
    background: #126af3;
    color: #fff;
    margin-left: 0.42rem;
  }
  .company .w .inner img {
    margin-top: 0.4rem;
    width: 100%;
    flex-shrink: 0;
    margin-left: 0;
  }
  .company .w .inner:first-child {
    display: block;
  }
  .companys .swiper {
    margin-left: 0;
    width: 100%;
    height: 7rem;
  }
  .companys .swiper .swiper-slide {
    width: 100%;
    height: 100%;
  }
  .companys .swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-left: 0;
  }
  .develop {
    margin-top: 0.7rem;
  }
  .develop .history-box {
    background: url('../img/about-bg2.png') no-repeat center;
    margin-top: 0.25rem;
    padding: 0.3rem 0;
  }
  .develop .history-box .banner-bg {
    position: relative;
    text-align: center;
    padding: 1rem 0;
  }
  .develop .history-box .banner-bg h2 {
    position: absolute;
    left: 0;
    top: -0.6rem;
    font-size: 1rem;
    display: block;
    width: 100%;
    text-align: center;
    color: #ffffff;
    opacity: 0.3;
    margin: 0.9rem 0;
  }
  .develop .history-box .banner-bg p {
    font-size: 0.28rem;
    color: #ffffff;
    line-height: 1.8;
  }
  .develop .history-box .banner-bg p i {
    width: 30px;
    height: 2px;
    background: #6cabd1;
    display: block;
    margin: 20px auto;
  }
  .develop .history-box .banner-bg h3 {
    font-size: 0.34rem;
    color: #ffffff;
  }
  .develop .history-box .buttons {
    display: none;
  }
  .develop .history-box .rowBox {
    height: 0.8rem;
    margin-top: -0.3rem;
  }
  .develop .history-box .bottom-rows {
    height: 4rem;
    width: 100%;
    border-radius: 100%;
    border: 1px #ffffff solid;
  }
  .develop .swiper-pagination .swiper-pagination-bullet-active {
    background: #40aced;
  }
  .environment .inner {
    margin-top: 0.7rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 0.2rem;
    row-gap: 0.4rem;
  }
  .environment .inner .item .imgs {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .environment .inner .item .imgs img {
    object-fit: cover;
    transform: scale(1);
    transition: all 0.3s;
  }
  .environment .inner .item .imgs:hover {
    overflow: hidden;
    position: relative;
  }
  .environment .inner .item .imgs:hover img {
    width: 100%;
    height: 100%;
    transition: transform 0.8s;
    transform-box: fill-box;
    transform-origin: center;
    transform: scale(1.05);
  }
  .environment .inner .item .title {
    font-size: 0.28rem;
    margin-top: 0.1rem;
    text-align: center;
  }
  .abput_top {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .abput_top h4 {
    font-size: 0.35rem;
    font-weight: normal;
  }
  .abput_top .line {
    margin-top: 0.2rem;
    display: block;
    width: 30px;
    height: 4px;
    background: #bf3138;
  }
  .product {
    padding-bottom: 1rem;
  }
  .product .breadcrumb .ns {
    display: none;
  }
  .productBox .productList {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.4rem;
    width: 100%;
    margin-top: 0.5rem;
  }
  .productBox .productList .item .imgs {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .productBox .productList .item .imgs img {
    object-fit: cover;
    transform: scale(1);
    transition: transform 0.8s;
  }
  .productBox .productList .item .inner {
    height: auto;
    background: #fff;
    padding: 0.3rem 0.2rem;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  }
  .productBox .productList .item .inner .title {
    font-size: 0.3rem;
    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;
  }
  .productBox .productList .item .inner .text {
    font-size: 0.26rem;
    color: #999999;
    margin-top: 0.2rem;
    line-height: 1.6;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
  }
  .productBox .productList .item:hover .imgs {
    overflow: hidden;
    position: relative;
  }
  .productBox .productList .item:hover .imgs img {
    width: 100%;
    height: 100%;
    transition: transform 0.8s;
    transform-box: fill-box;
    transform-origin: center;
    transform: scale(1.05);
  }
  .proclassity .plate {
    padding: 0.6rem 0 1rem;
  }
  .proclassity .plate:nth-of-type(odd) {
    background: #606060;
  }
  .proclassity .plate .hot {
    display: grid;
    grid-template-columns: 1fr;
    height: auto;
  }
  .proclassity .plate .hot .imgs {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .proclassity .plate .hot .imgs img {
    object-fit: cover;
    transform: scale(1);
    transition: all 0.3s;
  }
  .proclassity .plate .hot .imgs:hover {
    overflow: hidden;
    position: relative;
  }
  .proclassity .plate .hot .imgs:hover img {
    width: 100%;
    height: 100%;
    transition: transform 0.8s;
    transform-box: fill-box;
    transform-origin: center;
    transform: scale(1.05);
  }
  .proclassity .plate .hot .content {
    background: #242424;
    color: #fff;
    padding: 0.36rem 0.58rem;
    height: 100%;
    box-sizing: border-box;
  }
  .proclassity .plate .hot .content .title {
    font-size: 0.32rem;
  }
  .proclassity .plate .hot .content p {
    font-size: 0.26rem;
    line-height: 1.8;
    margin: 0.4rem 0 0.45rem;
    opacity: 0.8;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
  }
  .videoCenter .videoList {
    margin-top: 0.7rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 0.2rem;
    row-gap: 0.4rem;
  }
  .videoCenter .videoList .item .imgs {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .videoCenter .videoList .item .imgs img {
    object-fit: cover;
    transform: scale(1);
    transition: all 0.3s;
    object-position: top;
  }
  .videoCenter .videoList .item .imgs:hover {
    overflow: hidden;
    position: relative;
  }
  .videoCenter .videoList .item .imgs:hover img {
    width: 100%;
    height: 100%;
    transition: transform 0.8s;
    transform-box: fill-box;
    transform-origin: center;
    transform: scale(1.05);
  }
  .videoCenter .videoList .item .title {
    font-size: 0.28rem;
    margin-top: 0.1rem;
    text-align: left;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
  }
  .videoCenter .pagination {
    margin-top: 1rem;
  }
  .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: #bf3138;
  }
  .newsdetail {
    padding-bottom: 0.8rem;
  }
  .newsdetail .top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 0.3rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .newsdetail .top h2 {
    font-size: 0.34rem;
    margin-bottom: 0.1rem;
    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 img {
    display: block;
    max-width: 100%;
    width: fit-content;
    margin: 0.2rem auto;
  }
  .newsdetail .content video {
    max-width: 100%;
    width: fit-content;
    margin: 0.2rem auto;
    display: block;
    height: 100%;
  }
  .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;
  }
  .cjwtBox {
    padding-bottom: 3rem;
  }
  .cjwtBox h3 {
    font-size: 0.4rem;
    text-align: center;
    font-weight: normal;
  }
  .cjwtBox .cjwtList {
    margin-top: 0.4rem;
  }
  .cjwtBox .cjwtList .item {
    padding: 0.4rem 0.2rem;
    width: 100%;
  }
  .cjwtBox .cjwtList .item .icon {
    flex-shrink: 0;
    margin-right: 0.24rem;
  }
  .cjwtBox .cjwtList .item .icon img {
    object-fit: contain;
    vertical-align: middle;
  }
  .cjwtBox .cjwtList .item .question {
    display: flex;
  }
  .cjwtBox .cjwtList .item .question .icon {
    width: 0.4rem;
    height: 0.4rem;
  }
  .cjwtBox .cjwtList .item .question h4 {
    font-size: 0.3rem;
    font-weight: normal;
  }
  .cjwtBox .cjwtList .item .answer {
    margin-top: 0.3rem;
    display: flex;
  }
  .cjwtBox .cjwtList .item .answer .icon {
    width: 0.36rem;
    height: 0.36rem;
  }
  .cjwtBox .cjwtList .item .answer p {
    font-size: 0.26rem;
    line-height: 1.8;
  }
  .cjwtBox .cjwtList .item:nth-of-type(even) {
    background: #f2f2f2;
  }
  .jxs .search select {
    width: 3.3rem;
    height: 0.6rem;
    padding: 0 0.2rem;
    font-size: 0.28rem;
    margin-right: 0.25rem;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url('../img/icon/down.png') 95% center no-repeat #fff;
  }
  .jxs .search #city {
    margin-right: 0;
  }
  .jxs .search .button {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0.3rem;
  }
  .jxs .search button {
    height: 0.7rem;
    width: 2rem;
    color: #fff;
    background: #bf3138;
    font-size: 0.28rem;
  }
  .jxs .body {
    margin-top: 1.15rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.6rem;
  }
  .jxs .body .maps {
    width: 100%;
    height: 100%;
  }
  .jxs .body .maps img {
    max-width: 100%;
    width: fit-content;
    height: auto;
  }
  .jxs .body .view .inner {
    background: #fafafa;
    padding: 0.45rem 0;
    box-sizing: border-box;
    min-height: 3rem;
    margin-bottom: 0.16rem;
  }
  .jxs .body .view .inner .icons {
    flex-shrink: 0;
    width: 0.34rem;
    height: 0.34rem;
    margin-right: 0.1rem;
  }
  .jxs .body .view .inner .icons img {
    object-fit: contain;
  }
  .jxs .body .view .inner .title {
    font-size: 0.32rem;
    color: #bf3138;
    font-weight: 400;
    display: flex;
    align-items: center;
  }
  .jxs .body .view .inner .title::before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 20px;
    background: #bf3138;
    margin-right: 0.26rem;
  }
  .jxs .body .view .inner .item {
    display: flex;
    font-size: 0.28rem;
    color: #666666;
    margin: 0.2rem 0.26rem;
  }
  .jxs .body .view .inner .item a {
    font-size: 0.28rem;
    color: #666666;
  }
  .addressBox {
    padding-bottom: 0.7rem;
    margin-top: 0.4rem;
  }
  .addressBox .head {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1rem;
  }
  .addressBox .head h3 {
    font-size: 0.4rem;
  }
  .addressBox .head .ftitle {
    margin-top: 0.2rem;
    font-size: 0.28rem;
    color: #777;
  }
  .addressBox .box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: auto;
  }
  .addressBox .box .le {
    position: relative;
    margin-bottom: 0.3rem;
  }
  .addressBox .box .le .bg {
    height: 5.5rem;
  }
  .addressBox .box .le .bg img {
    object-fit: cover;
  }
  .addressBox .box .le .mask {
    position: absolute;
    top: 0;
    color: #fff;
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    padding: 0.6rem 0.6rem;
  }
  .addressBox .box .le .mask a {
    color: #fff;
  }
  .addressBox .box .le .mask h2 {
    font-size: 0.34rem;
    margin-bottom: 0.2rem;
  }
  .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;
  }
  .addressBox .box .le .mask .tips {
    font-size: 0.24rem;
    text-align: center;
    line-height: 1.6;
    margin-top: 0.2rem;
  }
  .addressBox .box .le .mask .icons {
    margin-top: 1rem;
    display: flex;
    align-items: center;
  }
  .addressBox .box .le .mask .icons .icon {
    width: 0.65rem;
    height: 0.65rem;
    margin-right: 0.26rem;
  }
  .addressBox .box .le .mask .icons .icon img {
    object-fit: contain;
  }
  .addressBox .inners {
    margin-top: 0.75rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }
  .addressBox .inners .item {
    width: 100%;
    height: auto;
    background: #eeeeee;
    box-sizing: border-box;
    padding: 0.4rem 0.3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0.3rem;
  }
  .addressBox .inners .item h4 {
    font-size: 0.32rem;
    font-weight: normal;
  }
  .addressBox .inners .item .text {
    margin-top: 0.15rem;
    font-size: 0.28rem;
  }
  .addressBox .inners .item:last-child {
    margin-bottom: 0;
  }
  .pc {
    display: none;
  }
  .phone {
    display: block;
  }
}
