@media screen and (min-width: 320px) and (max-width: 1024px) {
  .phoneheader {
    position: relative;
  }
  .phoneheader .input-box {
    position: absolute;
    top: 1.4rem;
    left: 0;
    width: 100%;
    background-color: #f5f5f5;
    display: none;
  }
  .phoneheader .input-box .box {
    position: relative;
    border: 2px solid #777;
  }
  .phoneheader .input-box .box input {
    width: 100%;
    height: 1rem;
    background-color: #fff;
    padding: 0 1rem 0 0.5rem;
    border: 1px solid #eaeaea;
    outline: none;
    color: #000;
    font-size: 0.32rem;
  }
  .phoneheader .input-box .box .search-btn {
    position: absolute;
    right: 0;
    top: 0;
  }
  .phoneheader .input-box .box .search-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1rem;
    height: 1rem;
  }
  .phoneheader .input-box .box .search-btn span {
    font-size: 0.4rem;
    color: #000;
  }
  .phoneheader .searchee {
    margin-right: 0.4rem;
  }
  .phoneheader .searchee span {
    color: #fff;
    font-size: 0.5rem;
  }
  .phoneheader .menu {
    display: flex;
    align-items: center;
  }
  .mobile-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 99999;
  }
  .mobile-container .mobile-nav {
    position: fixed;
    top: 0;
    right: 0;
    left: auto;
    width: 70%;
    height: 100%;
    background: #fff;
    padding: 1rem 0.1rem;
    overflow-y: scroll;
  }
  .mobile-container .mobile-nav ul li {
    border-bottom: 1px solid #eeeeee;
    line-height: 0.8rem;
    text-align: left;
    padding-left: 0.3rem;
    font-size: 0.32rem;
    font-weight: 900;
  }
  .mobile-container .mobile-nav ul li .second {
    display: none;
  }
  .mobile-container .mobile-nav ul li .second .ss {
    padding-left: 0.3rem;
  }
  .mobile-container .mobile-nav ul li .second .ss:not(:last-child) {
    border-bottom: 1px solid #eeeeee;
  }
  .mobile-container .mobile-nav ul li .second .ss > a {
    font-size: 0.32rem;
    font-weight: 600;
  }
  .mobile-container .mobile-nav ul li .second .third {
    display: none;
    padding-left: 0.3rem;
  }
  .mobile-container .mobile-nav ul li .second .third a {
    display: block;
    font-size: 0.3rem;
    font-weight: 100;
  }
  .mobile-container .mobile-nav ul li .second .third a:not(:last-child) {
    border-bottom: 1px solid #eeeeee;
  }
  .mobile-container .mobile-nav ul li .second .third .tt .forth {
    display: none;
    padding-left: 0.3rem;
  }
  .mobile-container .mobile-nav ul li .second .third .tt .forth a {
    font-size: 0.28rem;
  }
  .more {
    width: 2.4rem;
    height: 0.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.28rem;
    color: #fff;
    background-color: #009b4c;
  }
  .more:hover {
    opacity: 0.8;
  }
  .more img {
    width: 0.8rem;
    display: block;
    margin-left: 0.2rem;
  }
  .banner .swiper {
    width: 100% !important;
  }
  .banner .swiper .swiper-slide {
    width: 100% !important;
    position: relative;
  }
  .banner .swiper .swiper-slide img {
    width: 100%;
    display: block;
  }
  .banner .swiper .swiper-slide .text-box {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .banner .swiper .swiper-slide .text-box h1 {
    text-align: center;
    font-size: 0.36rem;
    margin-bottom: 0.2rem;
    line-height: 1.8em;
    display: block;
    width: 80%;
  }
  .banner .swiper .swiper-slide .text-box p {
    font-size: 0.24rem;
  }
  .banner .btn {
    background: none;
  }
  .banner .btn::after {
    display: none;
  }
  .banner .btn span {
    color: #999;
    font-size: 0.2rem;
    transition: 0.3s;
  }
  .banner .btn span:hover {
    color: #009b4c;
  }
  .banner .btn.swiper-button-next {
    right: 0;
  }
  .banner .btn.swiper-button-prev {
    left: 0;
  }
  .banner .swiper-pagination {
    display: none;
  }
  .floor1 {
    padding: 0.28rem 0;
  }
  .floor1 .wrap .btn::after {
    display: none;
  }
  .floor1 .wrap ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .floor1 .wrap ul li:nth-child(-n + 2) {
    margin-bottom: 0.2rem;
  }
  .floor1 .wrap ul li a {
    width: 100%;
    height: 2.6rem;
    display: block;
    background-color: #fff;
  }
  .floor1 .wrap ul li a:hover p {
    color: #fff;
    background-color: #009b4c;
  }
  .floor1 .wrap ul li a .img-box {
    width: 100%;
    height: 1.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .floor1 .wrap ul li a .img-box img {
    width: 80%;
    display: block;
  }
  .floor1 .wrap ul li a p {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 0.8rem;
    font-size: 0.28rem;
    color: #333;
    transition: all 0.3s;
  }
  .floor2 {
    padding-bottom: 0.9rem;
  }
  .floor2 .wrap .f2-swiper1 .swiper-slide.swiper-slide-thumb-active a {
    background: linear-gradient(to bottom, #47d08a, #019d4e);
  }
  .floor2 .wrap .f2-swiper1 .swiper-slide.swiper-slide-thumb-active a p {
    color: #fff;
  }
  .floor2 .wrap .f2-swiper1 .swiper-slide.swiper-slide-thumb-active a img {
    filter: brightness(0) invert(1);
  }
  .floor2 .wrap .f2-swiper1 .swiper-slide a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 2.3rem;
    transition: 0.3s;
  }
  .floor2 .wrap .f2-swiper1 .swiper-slide a img {
    width: 0.5rem;
    display: block;
    margin-bottom: 0.2rem;
    transition: 0.3s;
  }
  .floor2 .wrap .f2-swiper1 .swiper-slide a p {
    font-size: 0.24rem;
    color: #6b6b6b;
    transition: 0.3s;
  }
  .floor2 .wrap .f2-swiper2 {
    position: relative;
  }
  .floor2 .wrap .f2-swiper2 .swiper .swiper-slide {
    background-color: #f4f5f9;
    display: block;
    height: auto;
  }
  .floor2 .wrap .f2-swiper2 .swiper .swiper-slide .text-box {
    width: 100%;
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .floor2 .wrap .f2-swiper2 .swiper .swiper-slide .text-box .text-title {
    font-size: 0.34rem;
    color: #333;
    font-weight: bold;
    margin-bottom: 0.3rem;
  }
  .floor2 .wrap .f2-swiper2 .swiper .swiper-slide .text-box p {
    font-size: 0.28rem;
    color: #333;
    line-height: 1.8em;
    margin-bottom: 0.2rem;
  }
  .floor2 .wrap .f2-swiper2 .swiper .swiper-slide .text-box .more {
    width: 2.4rem;
    height: 0.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.28rem;
    color: #fff;
    background-color: #009b4c;
  }
  .floor2 .wrap .f2-swiper2 .swiper .swiper-slide .text-box .more:hover {
    opacity: 0.8;
  }
  .floor2 .wrap .f2-swiper2 .swiper .swiper-slide .text-box .more img {
    width: 0.8rem;
    display: block;
    margin-left: 0.2rem;
  }
  .floor2 .wrap .f2-swiper2 .swiper .swiper-slide .img-box {
    width: 100%;
    height: auto;
  }
  .floor2 .wrap .f2-swiper2 .swiper .swiper-slide .img-box img {
    width: 100%;
    display: block;
  }
  .floor2 .wrap .f2-swiper2 .swiper-button-prev {
    left: -0.4rem;
  }
  .floor2 .wrap .f2-swiper2 .swiper-button-next {
    right: -0.4rem;
  }
  .floor3 {
    position: relative;
    color: #fff;
  }
  .floor3 .head {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    top: 0;
    bottom: auto;
  }
  .floor3 .head .wrap {
    display: block;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding-top: 0.8rem;
  }
  .floor3 .head .wrap .title h2 {
    font-size: 0.44rem;
    line-height: 1em;
    padding-bottom: 0.12rem;
  }
  .floor3 .head .wrap .title p {
    font-size: 0.18rem;
    max-width: 5.65rem;
    line-height: 0.31rem;
    max-width: 8rem;
  }
  .floor3 .head .wrap .title * {
    color: #fff;
  }
  .floor3 .head .wrap .btn {
    padding-top: 0.25rem;
    width: 3.8rem;
    margin-left: 0;
  }
  .floor3 .head .wrap .btn.swiper {
    margin-right: 0;
  }
  .floor3 .head .wrap .btn .swiper-wrapper {
    width: 3.8rem;
  }
  .floor3 .head .wrap .btn .swiper-wrapper .swiper-slide {
    cursor: pointer;
  }
  .floor3 .head .wrap .btn .swiper-wrapper .swiper-slide .top {
    height: 0.88rem;
    margin-bottom: 0.05rem;
    font-size: 0.2rem;
    line-height: 0.3rem;
    letter-spacing: 0.01rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #fff;
    text-align: center;
    transition: 0.3s;
  }
  .floor3
    .head
    .wrap
    .btn
    .swiper-wrapper
    .swiper-slide.swiper-slide-thumb-active
    .top {
    background: #009b4c;
  }
  .floor3
    .head
    .wrap
    .btn
    .swiper-wrapper
    .swiper-slide.swiper-slide-thumb-active
    .bottom {
    opacity: 1;
  }
  .floor3 .head .wrap .btn .swiper-wrapper .swiper-slide .bottom {
    width: 100%;
    height: 0.03rem;
    background: #009b4c;
    opacity: 0;
    transition: 0.3s;
  }
  .floor3 .list li {
    height: 8rem;
    background: center no-repeat;
    background-size: cover;
    padding-top: 3.45rem;
  }
  .floor3 .list li h3 {
    font-size: 0.44rem;
  }
  .floor3 .list li dl {
    padding: 0.3rem 0;
  }
  .floor3 .list li dl dd {
    margin: 0;
    position: relative;
    padding-left: 0.26rem;
    font-size: 0.28rem;
    line-height: 1.8em;
  }
  .floor3 .list li dl dd::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 50%;
    border: 2px solid #009b4c;
  }
  .floor3 .list li .p-more {
    color: #fff;
    font-size: 0.28rem;
    display: flex;
    align-items: center;
  }
  .floor3 .list li .p-more:hover img {
    transform: translateX(0.2rem);
  }
  .floor3 .list li .p-more img {
    margin-left: 0.3rem;
    width: 0.8rem;
    display: block;
    transition: 0.3s;
  }
  .floor .wrap .title-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0.35rem;
  }
  .floor .wrap .title-box h2 {
    font-size: 0.44rem;
    color: #333;
    margin-bottom: 0.2rem;
  }
  .floor .wrap .title-box p {
    font-size: 0.28rem;
    color: #333;
  }
  .floor4 {
    background: url(../img/aboutbg.png) no-repeat;
    background-size: cover;
  }
  .floor4 .wrap {
    padding: 0.5rem 0;
    display: block;
  }
  .floor4 .wrap .video-box {
    width: 100%;
    height: 4rem;
    position: relative;
    margin-bottom: 0.2rem;
    cursor: pointer;
  }
  .floor4 .wrap .video-box:hover .bofang {
    display: block;
  }
  .floor4 .wrap .video-box .course {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .floor4 .wrap .video-box .bofang {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.15);
    display: none;
  }
  .floor4 .wrap .video-box .bofang .play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 0.6rem;
    display: block;
  }
  .floor4 .wrap .company-introduce {
    flex: 1;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .floor4 .wrap .company-introduce h2 {
    align-self: center;
    font-size: 0.44rem;
    color: #333;
    margin-bottom: 0.15rem;
  }
  .floor4 .wrap .company-introduce .small-title {
    align-self: center;
    font-size: 0.28rem;
    color: #333;
    margin-bottom: 0.5rem;
  }
  .floor4 .wrap .company-introduce p {
    font-size: 0.28rem;
    color: #333;
    line-height: 1.8em;
    margin-bottom: 0.5rem;
  }
  .floor5 {
    padding: 0.7rem 0 0.5rem;
  }
  .floor5 .wrap .news-change {
    margin-bottom: 0.5rem;
  }
  .floor5 .wrap .news-change ul {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .floor5 .wrap .news-change ul li:not(:last-child) {
    margin-right: 0.3rem;
  }
  .floor5 .wrap .news-change ul li.active a {
    background-color: #009b4c;
    color: #fff;
  }
  .floor5 .wrap .news-change ul li:hover a {
    background-color: #009b4c;
    color: #fff;
  }
  .floor5 .wrap .news-change ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 0.9rem;
    background-color: #eeeeee;
    color: #333;
    border-radius: 0.45rem;
    transition: all 0.3s;
  }
  .floor5 .wrap .news-content {
    justify-content: space-between;
    display: none;
  }
  .floor5 .wrap .news-content.active {
    display: block;
  }
  .floor5 .wrap .news-content .first-box,
  .floor5 .wrap .news-content .second-box {
    background-color: #f7f7f7;
    width: 100%;
    height: auto;
    margin-bottom: 0.4rem;
  }
  .floor5 .wrap .news-content .first-box:hover > a .text-box .news-title,
  .floor5 .wrap .news-content .second-box:hover > a .text-box .news-title {
    color: #009b4c;
  }
  .floor5 .wrap .news-content .first-box:hover > a .text-box .n-more span,
  .floor5 .wrap .news-content .second-box:hover > a .text-box .n-more span {
    transform: translateX(0.2rem);
  }
  .floor5 .wrap .news-content .first-box > a,
  .floor5 .wrap .news-content .second-box > a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .floor5 .wrap .news-content .first-box > a .img-box,
  .floor5 .wrap .news-content .second-box > a .img-box {
    width: 100%;
    height: 3rem;
  }
  .floor5 .wrap .news-content .first-box > a .img-box img,
  .floor5 .wrap .news-content .second-box > a .img-box img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }
  .floor5 .wrap .news-content .first-box > a .text-box,
  .floor5 .wrap .news-content .second-box > a .text-box {
    padding: 0.2rem;
    padding-bottom: 0.4rem;
  }
  .floor5 .wrap .news-content .first-box > a .text-box .news-title,
  .floor5 .wrap .news-content .second-box > a .text-box .news-title {
    font-size: 0.32rem;
    color: #333;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 0.4rem;
    transition: 0.3s;
  }
  .floor5 .wrap .news-content .first-box > a .text-box .fabu-date,
  .floor5 .wrap .news-content .second-box > a .text-box .fabu-date {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.28rem;
    color: #999;
    margin-bottom: 0.4rem;
  }
  .floor5 .wrap .news-content .first-box > a .text-box p,
  .floor5 .wrap .news-content .second-box > a .text-box p {
    font-size: 0.28rem;
    color: #6d6e71;
    line-height: 1.8em;
    min-height: 0.8rem;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .floor5 .wrap .news-content .first-box > a .text-box .n-more,
  .floor5 .wrap .news-content .second-box > a .text-box .n-more {
    color: #009b4c;
    font-size: 0.28rem;
  }
  .floor5 .wrap .news-content .first-box > a .text-box .n-more span,
  .floor5 .wrap .news-content .second-box > a .text-box .n-more span {
    display: inline-block;
    transition: 0.3s;
  }
  .floor5 .wrap .news-content .third-box {
    width: 100%;
    height: auto;
    background-color: #f7f7f7;
  }
  .floor5 .wrap .news-content .third-box ul {
    display: flex;
    flex-direction: column;
    padding: 0.3rem;
    height: 100%;
  }
  .floor5 .wrap .news-content .third-box ul li:not(:last-child) {
    margin-bottom: 0.5rem;
  }
  .floor5 .wrap .news-content .third-box ul li:hover a .news-title {
    color: #009b4c;
  }
  .floor5 .wrap .news-content .third-box ul li a .news-title {
    font-size: 0.32rem;
    color: #333;
    font-weight: bold;
    margin-bottom: 0.24rem;
    transition: 0.3s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .floor5 .wrap .news-content .third-box ul li a .date {
    font-size: 0.28rem;
    color: #7a7a7a;
  }
  .floor6 {
    padding: 0.7rem 0 0.9rem;
    background: url(../img/friendbg.png) no-repeat;
    background-size: cover;
  }
  .floor6 .wrap .friend-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.14rem;
  }
  .floor6 .wrap .friend-list li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1.1rem;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    transition: 0.3s;
  }
  .floor6 .wrap .friend-list li a:hover {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px,
      rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  }
  .floor6 .wrap .friend-list li a:hover img {
    transform: scale(1.1);
  }
  .floor6 .wrap .friend-list li a img {
    width: 60%;
    height: 80%;
    object-fit: contain;
    display: block;
    transition: 0.3s;
  }
  footer {
    background: url(../img/footerbg.png) no-repeat;
    background-size: cover;
  }
  footer .wrap .footer-top {
    padding: 0.5rem 0;
    display: block;
    justify-content: space-between;
    color: #fff;
    border-bottom: 1px solid rgba(226, 226, 226, 0.2);
  }
  footer .wrap .footer-top .top-left {
    margin-right: 0;
    margin-bottom: 0.3rem;
  }
  footer .wrap .footer-top .top-left .footer-logo {
    margin-bottom: 0.3rem;
  }
  footer .wrap .footer-top .top-left .tel {
    font-size: 0.4rem;
    margin-bottom: 0.3rem;
  }
  footer .wrap .footer-top .top-left p {
    font-size: 0.28rem;
    margin-bottom: 0.1rem;
  }
  footer .wrap .footer-top .top-right {
    display: block;
    flex: 1;
    justify-content: space-between;
  }
  footer .wrap .footer-top .top-right .footer-nav {
    display: flex;
    flex-wrap: wrap;
    display: none;
  }
  footer .wrap .footer-top .top-right .footer-nav .nav-item {
    width: 50%;
    margin-bottom: 0.2rem;
  }
  footer .wrap .footer-top .top-right .footer-nav .nav-item:not(:last-child) {
    margin-right: 0;
  }
  footer .wrap .footer-top .top-right .footer-nav .nav-item .nav-title {
    font-size: 0.28rem;
    font-weight: bold;
    margin-bottom: 0.2rem;
  }
  footer .wrap .footer-top .top-right .footer-nav .nav-item a {
    display: block;
    font-size: 0.28rem;
    color: #ccc;
    line-height: 1.8em;
  }
  footer .wrap .footer-top .top-right .footer-nav .nav-item a:hover {
    color: #009b4c;
  }
  footer .wrap .footer-top .top-right .code-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  footer .wrap .footer-top .top-right .code-box .img-box {
    width: 2rem;
  }
  footer .wrap .footer-top .top-right .code-box .img-box img {
    width: 100%;
    display: block;
  }
  footer .wrap .footer-top .top-right .code-box p {
    font-size: 0.28rem;
    line-height: 1.8em;
    text-align: center;
  }
  footer .wrap .support {
    padding: 0.3rem 0;
    font-size: 0.28rem;
    color: #999999;
  }
  footer .wrap .support a {
    font-size: 0.28rem;
    color: #999999;
    transition: 0.3s;
  }
  footer .wrap .support a:hover {
    color: #fff;
  }
  .banner2 {
    height: 3.5rem;
  }
  .banner2 img {
    height: 100%;
    object-fit: cover;
  }
  .banner2 .wrap h1 {
    font-size: 0.6rem;
  }
  .banner2 .wrap .line {
    width: 0.48rem;
    height: 0.08rem;
    background-color: #009b4c;
    margin: 0.2rem 0;
  }
  .banner2 .wrap .en {
    font-size: 0.32rem;
  }
  .breadcrumb-nav {
    padding: 0.3rem 0;
  }
  .breadcrumb-nav .wrap ul li {
    font-size: 0.24rem;
  }
  .breadcrumb-nav .wrap ul li:last-child {
    font-size: 0.28rem;
  }
  .breadcrumb-nav .wrap ul li a {
    font-size: 0.28rem;
  }
  .breadcrumb-nav .wrap ul li.jiantou {
    margin: 0 0.08rem;
  }
  .floor7 {
    margin-bottom: 0.25rem;
  }
  .floor7 .wrap {
    height: 1.4rem;
    background-color: #eeeeee;
    color: #333;
    padding: 0 0.2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .floor7 .wrap h2 {
    font-size: 0.36rem;
    margin-bottom: 0.1rem;
  }
  .floor7 .wrap p {
    font-size: 0.28rem;
  }
  .floor8 {
    padding-bottom: 1rem;
  }
  .floor8 .wrap {
    display: block;
  }
  .floor8 .wrap .product-changes {
    width: 100%;
    border-radius: 0.1rem;
    padding: 0.16rem;
    margin-right: 0;
    margin-bottom: 0.3rem;
  }
  .floor8 .wrap .product-changes ul li {
    border-radius: 0.06rem;
  }
  .floor8 .wrap .product-changes ul li:not(:last-child) {
    margin-bottom: 0.2rem;
  }
  .floor8 .wrap .product-changes ul li.active > a {
    background-color: #eeeeee;
  }
  .floor8 .wrap .product-changes ul li.active > a img {
    transform: rotateZ(90deg);
  }
  .floor8 .wrap .product-changes ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.2rem 0.16rem;
    font-size: 0.32rem;
    color: #333;
    transition: 0.3s;
  }
  .floor8 .wrap .product-changes ul li a img {
    width: 0.16rem;
    display: block;
    transition: 0.3s;
  }
  .floor8 .wrap .product-changes ul li .second {
    background-color: #eeeeee;
    display: none;
  }
  .floor8 .wrap .product-changes ul li .second > a {
    font-size: 0.28rem;
    padding: 0.16rem;
    border-top: 1px solid #dcdcdc;
  }
  .floor8 .wrap .product-changes ul li .second > a.active {
    background-color: #d2d2d2;
  }
  .floor8 .wrap .product-changes ul li .second .ss > a {
    font-size: 0.28rem;
    padding: 0.16rem;
    border-top: 1px solid #dcdcdc;
  }
  .floor8 .wrap .product-changes ul li .second .ss > a.active {
    background-color: #d2d2d2;
  }
  .floor8 .wrap .product-changes ul li .second .third {
    padding: 0.06rem 0;
    display: none;
  }
  .floor8 .wrap .product-changes ul li .second .third a {
    font-size: 0.24rem;
    padding: 0.08rem;
    padding-left: 0.16rem;
  }
  .floor8 .wrap .product-list ul {
    margin-bottom: 0.5rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .floor8 .wrap .product-list ul li {
    background-color: #eeeeee;
  }
  .floor8 .wrap .product-list ul li:hover a .img-box img {
    transform: scale(1.1);
  }
  .floor8 .wrap .product-list ul li:hover a .product-name {
    color: #009b4c;
  }
  .floor8 .wrap .product-list ul li a {
    display: block;
    padding: 0 0.3rem;
    padding-bottom: 0.2rem;
  }
  .floor8 .wrap .product-list ul li a .img-box {
    width: 100%;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .floor8 .wrap .product-list ul li a .img-box img {
    width: 80%;
    display: block;
    transition: 0.3s;
  }
  .floor8 .wrap .product-list ul li a .product-name {
    font-size: 0.32rem;
    color: #333;
    font-weight: bold;
    margin-bottom: 0.2rem;
    transition: 0.3s;
  }
  .floor8 .wrap .product-list ul li a p {
    font-size: 0.28rem;
    color: #333;
    line-height: 1.8em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .paging {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .paging a {
    width: 0.5rem;
    height: 0.5rem;
    border: 1px solid #ccc;
    color: #333;
    margin: 0 0.08rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.14rem;
    border-radius: 0.05rem;
  }
  .paging a:hover {
    background-color: #eeeeee;
  }
  .paging a.active {
    background-color: #eeeeee;
  }
  .floor9 {
    padding-bottom: 0.35rem;
  }
  .floor9 .wrap {
    display: block;
  }
  .floor9 .wrap .cp-information {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.3rem;
  }
  .floor9 .wrap .cp-information .cp-enname {
    font-size: 0.36rem;
    padding-bottom: 0.2rem;
    border-bottom: 0.08rem solid #eeeeee;
  }
  .floor9 .wrap .cp-information .cp-enname::after {
    bottom: -0.08rem;
    width: 2.4rem;
    height: 0.08rem;
  }
  .floor9 .wrap .cp-information .cp-name {
    font-size: 0.32rem;
    color: #333;
    margin: 0.4rem 0 0.5rem;
  }
  .floor9 .wrap .cp-information p {
    font-size: 0.28rem;
    color: #333;
    margin-bottom: 0.2rem;
  }
  .floor9 .wrap .cp-information .download {
    margin-top: 0.4rem;
  }
  .floor9 .wrap .cp-information .download a {
    display: block;
    width: max-content;
    padding: 0.3rem 1rem;
    font-size: 0.28rem;
    color: #fff;
    background-color: #009b4c;
  }
  .floor9 .wrap .img-preview {
    width: 100%;
  }
  .floor9 .wrap .img-preview .big-img {
    width: 100%;
    height: 3.8rem;
    border: 1px solid #d2d2d2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.14rem;
    overflow: hidden;
  }
  .floor9 .wrap .img-preview .big-img img {
    width: 80%;
    display: block;
  }
  .floor9 .wrap .img-preview .img-list {
    display: flex;
    justify-content: space-between;
  }
  .floor9 .wrap .img-preview .img-list a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.6rem;
    height: 0.9rem;
    border: 1px solid #d2d2d2;
  }
  .floor9 .wrap .img-preview .img-list a.active {
    border-color: #009b4c;
  }
  .floor9 .wrap .img-preview .img-list a:hover {
    border-color: #009b4c;
  }
  .floor9 .wrap .img-preview .img-list a img {
    width: 80%;
    display: block;
  }
  .floor10 {
    padding-bottom: 4rem;
  }
  .floor10 .wrap .cpxq-change {
    width: 100%;
    background-color: #eeeeee;
    height: 0.8rem;
    margin-bottom: 0.4rem;
  }
  .floor10 .wrap .cpxq-change ul {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .floor10 .wrap .cpxq-change ul li {
    height: 100%;
  }
  .floor10 .wrap .cpxq-change ul li.active a {
    border-color: #009b4c;
    color: #009b4c;
  }
  .floor10 .wrap .cpxq-change ul li:hover a {
    border-color: #009b4c;
    color: #009b4c;
  }
  .floor10 .wrap .cpxq-change ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 0.35rem;
    border-bottom: 0.08rem solid transparent;
    color: #333;
    font-size: 0.32rem;
  }
  .floor10 .wrap .cpxq-item {
    padding-top: 0.8rem;
  }
  .floor10 .wrap .cpxq-item .cpxq-title {
    font-size: 0.32rem;
    color: #333;
    padding-left: 0.15rem;
    border-left: 4px solid #009b4c;
    margin-bottom: 0.3rem;
  }
  .floor10 .wrap .cpxq-item p {
    font-size: 0.28rem;
    color: #333;
  }
  .floor10 .wrap .cpxq-item p:not(:last-child) {
    margin-bottom: 0.14rem;
  }
  .floor10 .wrap .cpxq-item ul {
    border: 1px solid #000;
    border-bottom: none;
  }
  .floor10 .wrap .cpxq-item ul li {
    font-size: 0.28rem;
    color: #333;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #000;
  }
  .floor10 .wrap .cpxq-item ul li .guige {
    width: 3rem;
    padding: 0.15rem 0;
    display: flex;
    align-items: center;
    border-right: 1px solid #000;
    padding-left: 0.1rem;
  }
  .floor10 .wrap .cpxq-item ul li .miaoshu {
    flex: 1;
    padding: 0.15rem 0;
    display: flex;
    align-items: center;
    padding-left: 0.1rem;
  }
  .floor10 .wrap .cpxq-item .shouce {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 01rem;
    background-color: #eeeeee;
    padding: 0 0.4rem;
    margin-bottom: 0.2rem;
    font-size: 0.28rem;
    color: #333;
    transition: 0.3s;
  }
  .floor10 .wrap .cpxq-item .shouce:hover {
    color: #009b4c;
  }
  .floor10 .wrap .cpxq-item .shouce .downloadimg {
    display: flex;
    align-items: center;
    font-size: 0.24rem;
    color: #009b4c;
  }
  .floor10 .wrap .cpxq-item .shouce .downloadimg img {
    width: 0.3rem;
    display: block;
    margin-right: 0.05rem;
  }
  .floor11 {
    padding-bottom: 0.9rem;
  }
  .floor11 .wrap ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.4rem;
  }
  .floor11 .wrap ul li:hover a .img-box img {
    transform: scale(1.1);
  }
  .floor11 .wrap ul li:hover a .text-box .fa-name {
    color: #009b4c;
  }
  .floor11 .wrap ul li a {
    display: block;
    background-color: #eeeeee;
  }
  .floor11 .wrap ul li a .img-box {
    width: 100%;
    height: 4rem;
    overflow: hidden;
  }
  .floor11 .wrap ul li a .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: 0.3s;
  }
  .floor11 .wrap ul li a .text-box {
    padding: 0.5rem 0.3rem;
    color: #333;
  }
  .floor11 .wrap ul li a .text-box .fa-name {
    font-size: 0.32rem;
    font-weight: bold;
    margin-bottom: 0.4rem;
    transition: 0.3s;
  }
  .floor11 .wrap ul li a .text-box p {
    font-size: 0.28rem;
  }
  .floor11 .wrap ul li a .text-box p span {
    margin-right: 0.25rem;
  }
  .faxq-floor {
    padding-bottom: 0.8rem;
  }
  .faxq-floor .wrap .fa-change {
    padding: 0 0.1rem;
    border-bottom: 0.04rem solid #eeeeee;
  }
  .faxq-floor .wrap .fa-change ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .faxq-floor .wrap .fa-change ul li {
    margin-right: 0.2rem;
  }
  .faxq-floor .wrap .fa-change ul li.active a {
    color: #009b4c;
  }
  .faxq-floor .wrap .fa-change ul li.active a::after {
    display: block;
  }
  .faxq-floor .wrap .fa-change ul li:hover a {
    color: #009b4c;
  }
  .faxq-floor .wrap .fa-change ul li:hover a::after {
    display: block;
  }
  .faxq-floor .wrap .fa-change ul li a {
    position: relative;
    display: block;
    padding: 0 0.1rem;
    padding-bottom: 0.28rem;
    font-size: 0.28rem;
    font-weight: bold;
  }
  .faxq-floor .wrap .fa-change ul li a::after {
    display: none;
    content: "";
    position: absolute;
    width: 100%;
    bottom: -0.04rem;
    background-color: #009b4c;
    left: 0;
    height: 0.04rem;
  }
  .faxq-floor .wrap .faxq-content {
    padding-top: 0.4rem;
  }
  .faxq-floor .wrap .faxq-content img {
    width: 60%;
    display: block;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 0.22rem;
  }
  .faxq-floor .wrap .faxq-content .faxq-title {
    text-align: center;
    font-size: 0.32rem;
    color: #333;
    font-weight: bold;
    margin-bottom: 0.6rem;
  }
  .faxq-floor .wrap .faxq-content .faxq-item {
    margin-bottom: 0.8rem;
  }
  .faxq-floor .wrap .faxq-content .faxq-item .faxq-class {
    font-size: 0.32rem;
    color: #333;
    padding-left: 0.14rem;
    border-left: 0.04rem solid #009b4c;
    margin-bottom: 0.3rem;
  }
  .faxq-floor .wrap .faxq-content .faxq-item p {
    font-size: 0.28rem;
    color: #333;
    line-height: 1.8em;
  }
  .faxq-floor .wrap .faxq-content .faxq-item p span {
    display: block;
    font-weight: bold;
  }
  .floor .wrap .dz-title {
    font-size: 0.36rem;
    font-weight: bold;
    color: #333;
    text-align: center;
  }
  .dz-floor1 {
    padding: 0.8rem 0;
  }
  .dz-floor1 .wrap .dz-title {
    margin-bottom: 0.6rem;
  }
  .dz-floor1 .wrap .fw-list ul {
    display: block;
    justify-content: space-between;
  }
  .dz-floor1 .wrap .fw-list ul li {
    margin-bottom: 0.5rem;
    width: 100%;
  }
  .dz-floor1 .wrap .fw-list ul li .img-box {
    width: 100%;
    height: 6rem;
    margin-bottom: 0.3rem;
  }
  .dz-floor1 .wrap .fw-list ul li .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .dz-floor1 .wrap .fw-list ul li p {
    font-size: 0.32rem;
    color: #333;
    font-weight: bold;
    text-align: center;
  }
  .dz-floor2 {
    padding: 0.8rem 0 1.2rem;
    background: url(../img/xuqiubg.png) no-repeat;
    background-size: cover;
  }
  .dz-floor2 .wrap .dz-title {
    color: #fff;
    margin-bottom: 1rem;
  }
  .dz-floor2 .wrap .xuqiu-list ul {
    display: flex;
    border: 1px solid #fff;
    border-right: none;
  }
  .dz-floor2 .wrap .xuqiu-list ul li {
    border-right: 1px solid #fff;
    flex: 1;
    height: 3.8rem;
    transition: 0.3s;
  }
  .dz-floor2 .wrap .xuqiu-list ul li:hover {
    flex: 1.5;
  }
  .dz-floor2 .wrap .xuqiu-list ul li:hover a .jiantou {
    background-color: #009b4c;
    border-color: #009b4c;
  }
  .dz-floor2 .wrap .xuqiu-list ul li a {
    height: 100%;
    padding: 0.4rem 0.35rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .dz-floor2 .wrap .xuqiu-list ul li a .top-box img {
    width: 0.6rem;
    display: block;
    margin-bottom: 0.4rem;
  }
  .dz-floor2 .wrap .xuqiu-list ul li a .top-box p {
    font-size: 0.2rem;
    color: #fff;
    font-weight: bold;
  }
  .dz-floor2 .wrap .xuqiu-list ul li a .jiantou {
    width: 0.34rem;
    height: 0.34rem;
    border-radius: 50%;
    border: 1px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
  }
  .dz-floor2 .wrap .xuqiu-list ul li a .jiantou span {
    font-size: 0.1rem;
    color: #fff;
  }
  .dz-floor3 {
    padding: 1.15rem 0;
  }
  .dz-floor3 .wrap .floor3-item {
    display: block;
    align-items: center;
    justify-content: space-between;
  }
  .dz-floor3 .wrap .floor3-item:nth-child(2n) {
    flex-direction: row;
  }
  .dz-floor3 .wrap .floor3-item:not(:last-child) {
    margin-bottom: 1.18rem;
  }
  .dz-floor3 .wrap .floor3-item .text-box {
    width: 100%;
  }
  .dz-floor3 .wrap .floor3-item .text-box .text-title {
    font-size: 0.36rem;
    color: #333;
    font-weight: bold;
    padding-left: 0.1rem;
    border-left: 0.04rem solid #009b4c;
    margin-bottom: 0.3rem;
  }
  .dz-floor3 .wrap .floor3-item .text-box p {
    font-size: 0.28rem;
    line-height: 1.8em;
    color: #333;
    text-indent: 2em;
  }
  .dz-floor3 .wrap .floor3-item .img-box {
    width: 100%;
    height: 6rem;
  }
  .dz-floor3 .wrap .floor3-item .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .dz-floor4 {
    padding-bottom: 2.1rem;
  }
  .dz-floor4 .wrap .f4-box {
    height: 6rem;
    background: url(../img/f4bg.png) no-repeat;
    background-size: cover;
    color: #fff;
    font-size: 0.28rem;
    display: flex;
    align-items: center;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    line-height: 1.8em;
    margin-bottom: 0.55rem;
  }
  .dz-floor4 .wrap p {
    line-height: 1.8em;
    text-align: center;
    font-size: 0.28rem;
    color: #333;
    margin-bottom: 0.6rem;
  }
  .dz-floor4 .wrap p span {
    color: #999;
  }
  .dz-floor4 .wrap .daotu {
    width: 100%;
    overflow-x: scroll;
  }
  .dz-floor4 .wrap .daotu img {
    margin: 0 auto;
  }
  .jszc-floor {
    padding-bottom: 0.8rem;
  }
  .jszc-floor .wrap .jszc-change {
    padding: 0 0.1rem;
    border-bottom: 0.04rem solid #eeeeee;
  }
  .jszc-floor .wrap .jszc-change ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .jszc-floor .wrap .jszc-change ul li {
    margin-right: 0.2rem;
  }
  .jszc-floor .wrap .jszc-change ul li.active a {
    color: #009b4c;
  }
  .jszc-floor .wrap .jszc-change ul li.active a::after {
    display: block;
  }
  .jszc-floor .wrap .jszc-change ul li:hover a {
    color: #009b4c;
  }
  .jszc-floor .wrap .jszc-change ul li:hover a::after {
    display: block;
  }
  .jszc-floor .wrap .jszc-change ul li a {
    position: relative;
    display: block;
    padding: 0 0.1rem;
    padding-bottom: 0.28rem;
    font-size: 0.28rem;
    font-weight: bold;
  }
  .jszc-floor .wrap .jszc-change ul li a::after {
    display: none;
    content: "";
    position: absolute;
    width: 100%;
    bottom: -0.04rem;
    background-color: #009b4c;
    left: 0;
    height: 0.04rem;
  }
  .jszc-floor .wrap .jszc-content {
    padding-top: 0.6rem;
  }
  .jszc-floor .wrap .jszc-content .search-box {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 0.6rem;
  }
  .jszc-floor .wrap .jszc-content .search-box .wtcx-title {
    font-size: 0.36rem;
    color: #333;
    font-weight: bold;
    margin-bottom: 0.3rem;
    text-align: center;
  }
  .jszc-floor .wrap .jszc-content .search-box .input-boxxx {
    position: relative;
    margin-bottom: 0.2rem;
  }
  .jszc-floor .wrap .jszc-content .search-box .input-boxxx .seachinput {
    width: 100%;
    border-radius: 0.1rem;
    border: 1px solid #d2d2d2;
    height: 1rem;
    font-size: 0.28rem;
    padding: 0 0.2rem;
    outline: none;
    box-sizing: border-box;
  }
  .jszc-floor .wrap .jszc-content .search-box .input-boxxx .seachinput.active {
    border-radius: unset;
    border-top-left-radius: 0.1rem;
    border-top-right-radius: 0.1rem;
  }
  .jszc-floor .wrap .jszc-content .search-box .input-boxxx .wti-list {
    border: 1px solid #d2d2d2;
    border-top: none;
    display: none;
    position: absolute;
    top: 0.8rem;
    width: 100%;
    background-color: #fff;
    border-bottom-left-radius: 0.1rem;
    border-bottom-right-radius: 0.1rem;
  }
  .jszc-floor
    .wrap
    .jszc-content
    .search-box
    .input-boxxx
    .wti-list
    ul
    li:hover {
    background-color: #f7f7f7;
  }
  .jszc-floor
    .wrap
    .jszc-content
    .search-box
    .input-boxxx
    .wti-list
    ul
    li:hover
    a {
    color: #009b4c;
  }
  .jszc-floor .wrap .jszc-content .search-box .input-boxxx .wti-list ul li a {
    padding: 0.1rem 0.2rem;
    font-size: 0.28rem;
  }
  .jszc-floor .wrap .jszc-content .search-box .checkbox {
    font-size: 0.28rem;
    margin-bottom: 0.1rem;
    color: #333;
    display: flex;
    align-items: center;
  }
  .jszc-floor .wrap .jszc-content .search-box .checkbox input {
    width: 0.4rem;
    height: 0.4rem;
    border: 1px solid #d2d2d2;
    margin-right: 0.1rem;
    border-radius: 0.03rem;
  }
  .jszc-floor .wrap .jszc-content .search-box .search-button {
    margin-top: 0.45rem;
  }
  .jszc-floor .wrap .jszc-content .search-box .search-button a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 1rem;
    border-radius: 0.2rem;
    background-color: #009b4c;
    color: #fff;
    font-size: 0.28rem;
  }
  .jszc-floor .wrap .jszc-content .search-box .search-button a:hover {
    opacity: 0.8;
  }
  .jszc-floor .wrap .jszc-content .small-title {
    padding-left: 0.2rem;
    border-left: 0.08rem solid #009b4c;
    margin-bottom: 0.25rem;
    font-size: 0.32rem;
    color: #333;
  }
  .jszc-floor .wrap .jszc-content .shouce {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 1rem;
    background-color: #eeeeee;
    padding: 0 0.4rem;
    margin-bottom: 0.2rem;
    font-size: 0.28rem;
    color: #333;
    transition: 0.3s;
  }
  .jszc-floor .wrap .jszc-content .shouce:hover {
    color: #009b4c;
  }
  .jszc-floor .wrap .jszc-content .shouce span {
    color: #009b4c;
  }
  .jszc-floor .wrap .wtxq-box .question {
    background-color: #f7f7f7;
    padding: 0.2rem;
    font-size: 0.28rem;
    color: #333;
    display: flex;
    margin-bottom: 0.3rem;
  }
  .jszc-floor .wrap .wtxq-box .question div {
    width: 1rem;
    font-weight: bold;
  }
  .jszc-floor .wrap .wtxq-box .huida {
    padding: 0 0.2rem;
    font-size: 0.28rem;
    color: #009b4c;
    display: flex;
    margin-bottom: 0.6rem;
  }
  .jszc-floor .wrap .wtxq-box .huida p {
    line-height: 1.8em;
  }
  .jszc-floor .wrap .wtxq-box .huida div {
    width: 1rem;
    font-weight: bold;
  }
  .jszc-floor .wrap .wtxq-box .printer {
    width: 1.8rem;
    height: 0.8rem;
    background-color: #009b4c;
    color: #fff;
    font-size: 0.28rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.2rem;
  }
  .jszc-floor .wrap .wtxq-box .printer:hover {
    opacity: 0.8;
  }
  .jszc-floor .wrap .wtxq-box .printer img {
    width: 0.32rem;
    display: block;
    margin-right: 0.1rem;
  }
  .jszc-floor .wrap .sh-content h2 {
    text-align: center;
    font-size: 0.36rem;
    color: #333;
    margin-bottom: 0.7rem;
  }
  .jszc-floor .wrap .sh-content .fw-list {
    display: block;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.6rem;
  }
  .jszc-floor .wrap .sh-content .fw-list li {
    width: 100%;
    height: 4rem;
    background-color: #f3f9f7;
    padding-top: 0rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .jszc-floor .wrap .sh-content .fw-list li:not(:last-child) {
    margin-right: 0rem;
    margin-bottom: 0.3rem;
  }
  .jszc-floor .wrap .sh-content .fw-list li img {
    width: 1rem;
    display: block;
    margin-bottom: 0.4rem;
  }
  .jszc-floor .wrap .sh-content .fw-list li p {
    font-size: 0.28rem;
    color: #333;
  }
  .jszc-floor .wrap .sh-content .fw-list li p span {
    color: #009b4c;
  }
  .jszc-floor .wrap .sh-content .lc-img {
    width: 100%;
    overflow: scroll;
    display: block;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.6rem;
  }
  .jszc-floor .wrap .sh-content .tk-box {
    padding: 0.6rem 0.45rem;
    background-color: #f7f7f7;
    border-radius: 0.2rem;
  }
  .jszc-floor .wrap .sh-content .tk-box h3 {
    font-size: 0.36rem;
    text-align: center;
    margin-bottom: 0.4rem;
  }
  .jszc-floor .wrap .sh-content .tk-box > p {
    text-indent: 2em;
    font-size: 0.28rem;
    color: #373943;
    line-height: 2em;
  }
  .jszc-floor .wrap .sh-content .tk-box table {
    width: 100%;
    margin: 0 auto;
    border-radius: 0.1rem;
    background-color: #fff;
    border-collapse: collapse;
    outline: 0.1px solid #e5e5e5;
    overflow: hidden;
  }
  .jszc-floor .wrap .sh-content .tk-box table thead tr {
    background-color: #5f667b;
  }
  .jszc-floor .wrap .sh-content .tk-box table thead th {
    font-size: 0.28rem;
    color: #fff;
    text-align: center;
    height: 0.6rem;
  }
  .jszc-floor .wrap .sh-content .tk-box table tbody td {
    width: 2rem;
    font-size: 0.24rem;
    text-align: center;
    color: #373943;
    height: 0.66rem;
    border: 1px solid #e5e5e5;
    padding: 0 0.4rem;
  }
  .jszc-floor .wrap .sh-content .tk-box .wd-table {
    margin-bottom: 0.9rem;
  }
  .jszc-floor .wrap .sh-content .tk-box .map-fenbu {
    display: block;
    align-items: center;
    margin-bottom: 0.4rem;
  }
  .jszc-floor .wrap .sh-content .tk-box .map-fenbu .map {
    width: 6.38rem;
    height: 5.27rem;
    margin-right: 0;
    position: relative;
  }
  .jszc-floor .wrap .sh-content .tk-box .map-fenbu .map img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .jszc-floor .wrap .sh-content .tk-box .map-fenbu .map .didian {
    position: absolute;
    top: 3.4rem;
    left: 4.5rem;
  }
  .jszc-floor .wrap .sh-content .tk-box .map-fenbu .map .didian.dian2 {
    top: 1.95rem;
    left: 4.65rem;
  }
  .jszc-floor .wrap .sh-content .tk-box .map-fenbu .map .didian.dian3 {
    top: 3.2rem;
    left: 5.45rem;
  }
  .jszc-floor .wrap .sh-content .tk-box .map-fenbu .map .didian.dian4 {
    top: 4.4rem;
    left: 4.5rem;
  }
  .jszc-floor .wrap .sh-content .tk-box .map-fenbu .map .didian.dian5 {
    top: 3rem;
    left: 3.8rem;
  }
  .jszc-floor .wrap .sh-content .tk-box .map-fenbu .map .didian .circle {
    position: relative;
    width: 0.08rem;
    height: 0.08rem;
    margin-left: 0.1rem;
    cursor: pointer;
  }
  .jszc-floor
    .wrap
    .sh-content
    .tk-box
    .map-fenbu
    .map
    .didian
    .circle:hover
    .xinxi {
    display: block;
  }
  .jszc-floor .wrap .sh-content .tk-box .map-fenbu .map .didian .circle .xinxi {
    display: none;
    position: absolute;
    top: -0.5rem;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
    background-color: rgba(255, 255, 255, 0.674);
    font-size: 0.24rem;
    padding: 0.1rem;
    border-radius: 0.1rem;
    z-index: 999;
  }
  .jszc-floor
    .wrap
    .sh-content
    .tk-box
    .map-fenbu
    .map
    .didian
    .circle
    .xinxi::after {
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    bottom: -0.2rem;
    width: 0;
    height: 0;
    border: 0.1rem solid transparent;
    border-top: 0.1rem solid rgba(255, 255, 255, 0.674);
  }
  .jszc-floor
    .wrap
    .sh-content
    .tk-box
    .map-fenbu
    .map
    .didian
    .circle
    .dotted {
    height: 0.08rem;
    width: 0.08rem;
    background-color: #009b4c;
    border-radius: 50%;
  }
  .jszc-floor .wrap .sh-content .tk-box .map-fenbu .map .didian .circle .pulse {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0.05rem;
    height: 0.05rem;
    background-color: rgba(0, 155, 76, 0.4);
    border-radius: 50%;
    animation: pulse 1.5s linear infinite;
  }
  .jszc-floor .wrap .sh-content .tk-box .map-fenbu .wangdian-list p {
    font-size: 0.28rem;
    color: #373943;
  }
  .jszc-floor
    .wrap
    .sh-content
    .tk-box
    .map-fenbu
    .wangdian-list
    p:not(:last-child) {
    margin-bottom: 0.3rem;
  }
  .jszc-floor .wrap .sh-content .tk-box .shouhou-box {
    padding-top: 0.4rem;
    border-top: 1px solid #e5e5e5;
  }
  .jszc-floor .wrap .sh-content .tk-box .shouhou-box p {
    font-size: 0.28rem;
    color: #373943;
    line-height: 2em;
  }
  .jszc-floor .wrap .sh-content .tk-box .shouhou-box .second-title {
    font-size: 0.24rem;
    color: #333;
    padding-left: 0.2rem;
    border-left: 4px solid #009b4c;
    margin-bottom: 0.35rem;
  }
  .jszc-floor .wrap .sh-content .tk-box .shouhou-box .fw-item {
    color: #373943;
    font-size: 0.28rem;
    margin-bottom: 0.4rem;
  }
  .jszc-floor .wrap .sh-content .tk-box .shouhou-box .fw-item .small-title {
    font-weight: bold;
    color: #373943;
    font-size: 0.28rem;
    margin-bottom: 0;
    line-height: 2em;
  }
  .jszc-floor .wrap .sh-content .tk-box .shouhou-box .fw-item p {
    line-height: 2em;
    text-indent: 2em;
  }
  .jszc-floor .wrap .sh-content .tk-box .shouhou-box .littlep {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 0.24rem;
    color: #373943;
    line-height: 2em;
  }
  .faxq-floor .news-content {
    padding-top: 0.4rem;
  }
  .faxq-floor .news-content .top-news {
    margin-bottom: 0.3rem;
  }
  .faxq-floor .news-content .top-news a {
    display: block;
    align-items: center;
    background-color: #f7f7f7;
    height: auto;
  }
  .faxq-floor .news-content .top-news a:hover .img-box img {
    transform: scale(1.1);
  }
  .faxq-floor .news-content .top-news a:hover .text-box .news-title {
    color: #009b4c;
  }
  .faxq-floor .news-content .top-news a:hover .text-box .yd-btn {
    background-color: #009b4c;
    color: #fff;
    border-color: #009b4c;
  }
  .faxq-floor .news-content .top-news a .img-box {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .faxq-floor .news-content .top-news a .img-box img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: 0.3s;
  }
  .faxq-floor .news-content .top-news a .text-box {
    width: 100%;
    padding: 0.2rem;
    color: #333;
  }
  .faxq-floor .news-content .top-news a .text-box .news-title {
    font-size: 0.32rem;
    font-weight: bold;
    margin-bottom: 0.2rem;
    transition: 0.3s;
  }
  .faxq-floor .news-content .top-news a .text-box .date {
    font-size: 0.28rem;
    margin-bottom: 0.1rem;
  }
  .faxq-floor .news-content .top-news a .text-box p {
    font-size: 0.24rem;
    color: #999;
    line-height: 1.8em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    min-height: 1.4rem;
    margin-bottom: 0.3rem;
  }
  .faxq-floor .news-content .top-news a .text-box .yd-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 0.8rem;
    border-radius: 0.4rem;
    border: 1px solid #bfbfbf;
    color: #999;
    font-size: 0.28rem;
    transition: all 0.3s;
  }
  .faxq-floor .news-content .news-list {
    margin-bottom: 0.6rem;
  }
  .faxq-floor .news-content .news-list li:not(:last-child) {
    margin-bottom: 0.3rem;
  }
  .faxq-floor .news-content .news-list li a {
    display: block;
    align-items: center;
    background-color: #f7f7f7;
    height: auto;
  }
  .faxq-floor .news-content .news-list li a:hover .img-box img {
    transform: scale(1.1);
  }
  .faxq-floor .news-content .news-list li a:hover .text-box .news-title {
    color: #009b4c;
  }
  .faxq-floor .news-content .news-list li a:hover .text-box .yd-btn {
    background-color: #009b4c;
    color: #fff;
    border-color: #009b4c;
  }
  .faxq-floor .news-content .news-list li a .img-box {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .faxq-floor .news-content .news-list li a .img-box img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: 0.3s;
  }
  .faxq-floor .news-content .news-list li a .text-box {
    flex: 1;
    padding: 0.2rem;
    color: #333;
  }
  .faxq-floor .news-content .news-list li a .text-box .news-title {
    font-size: 0.32rem;
    font-weight: bold;
    margin-bottom: 0.2rem;
    transition: 0.3s;
  }
  .faxq-floor .news-content .news-list li a .text-box .date {
    font-size: 0.28rem;
    margin-bottom: 0.1rem;
  }
  .faxq-floor .news-content .news-list li a .text-box p {
    font-size: 0.24rem;
    color: #999;
    line-height: 1.8em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0.3rem;
  }
  .faxq-floor .news-content .news-list li a .text-box .yd-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 0.8rem;
    border-radius: 0.4rem;
    border: 1px solid #bfbfbf;
    color: #999;
    font-size: 0.28rem;
    transition: all 0.3s;
  }
  .company-introduce {
    margin-bottom: 1.3rem;
  }
  .company-introduce .wrap {
    display: block;
    justify-content: space-between;
  }
  .company-introduce .wrap .text-box {
    padding-top: 0.5rem;
    position: relative;
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .company-introduce .wrap .text-box .company-name {
    font-size: 0.36rem;
    color: #333;
    font-weight: bold;
  }
  .company-introduce .wrap .text-box .company-name span {
    color: #009b4c;
  }
  .company-introduce .wrap .text-box .en-name {
    font-size: 0.24rem;
    color: #333;
    margin-bottom: 0.3rem;
  }
  .company-introduce .wrap .text-box p {
    font-size: 0.28rem;
    color: #333;
    line-height: 1.8em;
  }
  .company-introduce .wrap .text-box p:not(:last-child) {
    margin-bottom: 0.35rem;
  }
  .company-introduce .wrap .text-box .about-us {
    position: absolute;
    top: -0.5rem;
    left: 0;
    font-size: 1rem;
    width: max-content;
    color: #999;
    opacity: 0.1;
    z-index: -1;
  }
  .company-introduce .wrap .img-box {
    width: 100%;
    margin-left: 0;
    height: auto;
  }
  .company-introduce .wrap .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .gs-floor {
    margin-bottom: 1rem;
  }
  .gs-floor .wrap .title-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0.7rem;
  }
  .gs-floor .wrap .title-box h2 {
    font-size: 0.46rem;
    color: #333;
    font-weight: bold;
  }
  .gs-floor .wrap .title-box .en {
    font-size: 0.4rem;
    color: #999999;
    opacity: 0.2;
    font-weight: bold;
  }
  .fzlc .wrap .licheng {
    margin-bottom: 0.7rem;
  }
  .fzlc .wrap .licheng .swiper-slide {
    display: block;
    height: auto;
    background-color: #f2f7fb;
  }
  .fzlc .wrap .licheng .swiper-slide .img-box {
    width: 100%;
  }
  .fzlc .wrap .licheng .swiper-slide .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .fzlc .wrap .licheng .swiper-slide .text-box {
    padding: 0.2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .fzlc .wrap .licheng .swiper-slide .text-box .year {
    font-size: 0.32rem;
    color: #333;
    font-weight: bold;
    margin-bottom: 0.25rem;
  }
  .fzlc .wrap .licheng .swiper-slide .text-box .year span {
    color: #009b4c;
    font-size: 0.36rem;
  }
  .fzlc .wrap .licheng .swiper-slide .text-box .line {
    width: 0.45rem;
    height: 0.04rem;
    background-color: #009b4c;
    margin-bottom: 0.5rem;
  }
  .fzlc .wrap .licheng .swiper-slide .text-box p {
    font-size: 0.28rem;
    color: #999;
    font-weight: normal;
    line-height: 1.8em;
  }
  .fzlc .wrap .shijian-box {
    position: relative;
  }
  .fzlc .wrap .shijian-box::after {
    content: "";
    position: absolute;
    width: 107%;
    height: 0.01rem;
    background-color: #eee;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .fzlc .wrap .shijian-box .btn {
    background: none;
    display: none;
  }
  .fzlc .wrap .shijian-box .btn::after {
    display: none;
  }
  .fzlc .wrap .shijian-box .btn span {
    color: #999;
    font-size: 0.2rem;
    transition: 0.3s;
  }
  .fzlc .wrap .shijian-box .btn span:hover {
    color: #009b4c;
  }
  .fzlc .wrap .shijian-box .btn.swiper-button-next {
    right: 0;
    display: none;
  }
  .fzlc .wrap .shijian-box .btn.swiper-button-prev {
    left: 0;
  }
  .fzlc .wrap .shijian-box .shijian .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .fzlc
    .wrap
    .shijian-box
    .shijian
    .swiper-slide.swiper-slide-thumb-active
    .circle {
    background-color: #009b4c;
    color: #fff;
  }
  .fzlc .wrap .shijian-box .shijian .swiper-slide .circle {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background-color: #f2f7fb;
    font-size: 0.24rem;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    cursor: pointer;
  }
  .zhengshu {
    padding-bottom: 0.9rem;
  }
  .zhengshu .wrap .zhengshu-swiper {
    position: relative;
  }
  .zhengshu .wrap .zhengshu-swiper .swiper .swiper-slide {
    padding: 0.45rem;
    border: 1px solid #e9f4f9;
  }
  .zhengshu .wrap .zhengshu-swiper .swiper .swiper-slide:nth-child(odd) {
    background-color: #fafdff;
  }
  .zhengshu .wrap .zhengshu-swiper .swiper .swiper-slide .zhengshu-title {
    font-size: 0.4rem;
    color: #333;
    font-weight: bold;
  }
  .zhengshu .wrap .zhengshu-swiper .swiper .swiper-slide p {
    font-size: 0.14rem;
    color: #999;
    margin-bottom: 0.2rem;
  }
  .zhengshu .wrap .zhengshu-swiper .swiper .swiper-slide img {
    width: 100%;
    display: block;
  }
  .zhengshu .wrap .zhengshu-swiper .btn {
    display: none;
    background: none;
  }
  .zhengshu .wrap .zhengshu-swiper .btn::after {
    display: none;
  }
  .zhengshu .wrap .zhengshu-swiper .btn span {
    color: #999;
    font-size: 0.2rem;
    transition: 0.3s;
  }
  .zhengshu .wrap .zhengshu-swiper .btn span:hover {
    color: #009b4c;
  }
  .zhengshu .wrap .zhengshu-swiper .btn.swiper-button-next {
    right: -0.6rem;
  }
  .zhengshu .wrap .zhengshu-swiper .btn.swiper-button-prev {
    left: -0.6rem;
  }
  .liuyan-floor {
    background-color: #f7f7f7;
    padding: 0.5rem 0;
  }
  .liuyan-floor .wrap {
    display: block;
    justify-content: space-between;
  }
  .liuyan-floor .wrap > div {
    width: 100%;
  }
  .liuyan-floor .wrap .liuyan-box {
    margin-bottom: 0.3rem;
  }
  .liuyan-floor .wrap .liuyan-box h2 {
    font-size: 0.46rem;
    color: #333;
    font-weight: bold;
    margin-bottom: 0.4rem;
  }
  .liuyan-floor .wrap .liuyan-box .form-item {
    display: flex;
    align-items: center;
    font-size: 0.28rem;
    color: #333;
    margin-bottom: 0.3rem;
  }
  .liuyan-floor .wrap .liuyan-box .form-item p {
    display: block;
    width: 1.2rem;
  }
  .liuyan-floor .wrap .liuyan-box .form-item input {
    border: 1px solid #dcdcdc;
    width: 3.3rem;
    height: 0.6rem;
  }
  .liuyan-floor .wrap .liuyan-box .form-item textarea {
    flex: 1;
    width: 100%;
    resize: none;
    border: 1px solid #dcdcdc;
    outline: none;
    height: 1.1rem;
  }
  .liuyan-floor .wrap .liuyan-box .miaoshu {
    align-items: flex-start;
    margin-bottom: 0.25rem;
  }
  .liuyan-floor .wrap .liuyan-box .miaoshu p {
    padding-top: 0.1rem;
  }
  .liuyan-floor .wrap .liuyan-box .submit-btn {
    padding-left: 1.2rem;
  }
  .liuyan-floor .wrap .liuyan-box .submit-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #009b4c;
    width: 1.6rem;
    height: 0.8rem;
    border-radius: 0.2rem;
    color: #fff;
    font-size: 0.28rem;
  }
  .liuyan-floor .wrap .liuyan-box .submit-btn a:hover {
    opacity: 0.8;
  }
  .liuyan-floor .wrap .map-box {
    height: 4rem;
    overflow: hidden;
  }
  .zp-floor {
    padding: 0.2rem 0;
    min-height: 7.5rem;
  }
  .zp-floor .wrap {
    margin-bottom: 0.6rem;
  }
  .zp-floor .wrap .zp-item {
    margin-bottom: 0.2rem;
  }
  .zp-floor .wrap .zp-item.active {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }
  .zp-floor .wrap .zp-item.active .top {
    background-color: #fff;
  }
  .zp-floor .wrap .zp-item:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }
  .zp-floor .wrap .zp-item:hover .top {
    background-color: #fff;
  }
  .zp-floor .wrap .zp-item:hover .top .zhankai {
    background-color: #212d87;
    color: #fff;
    border: 1px solid #212d87;
  }
  .zp-floor .wrap .zp-item .top {
    background-color: #f7f7f7;
    padding: 0 0.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0.5rem 0.35rem;
  }
  .zp-floor .wrap .zp-item .top .zhiwei {
    width: 100%;
    font-size: 0.32rem;
    color: #333;
    text-align: center;
    margin-bottom: 0.2rem;
  }
  .zp-floor .wrap .zp-item .top .didian {
    width: 25%;
    text-align: center;
  }
  .zp-floor .wrap .zp-item .top .didian .small-title {
    font-size: 0.28rem;
    color: #999;
  }
  .zp-floor .wrap .zp-item .top .didian p {
    font-size: 0.32rem;
    color: #333;
    margin-bottom: 0.2rem;
  }
  .zp-floor .wrap .zp-item .top .zhankai {
    cursor: pointer;
    width: 2rem;
    height: 0.8rem;
    border-radius: 0.4rem;
    text-align: center;
    line-height: 0.8rem;
    font-size: 0.28rem;
    color: #999;
    border: 1px solid #999;
  }
  .zp-floor .wrap .zp-item .bottom {
    display: none;
    border-top: 1px solid #eeeeee;
    padding: 0.35rem;
  }
  .zp-floor .wrap .zp-item .bottom .title {
    padding-left: 0.1rem;
    border-left: 3px solid #212d87;
    font-size: 0.36rem;
    color: #333;
    margin-bottom: 0.4rem;
  }
  .zp-floor .wrap .zp-item .bottom ul {
    margin-bottom: 0.4rem;
  }
  .zp-floor .wrap .zp-item .bottom ul li {
    font-size: 0.28rem;
    color: #333;
    line-height: 1.8em;
  }
  .lc-floor {
    padding-top: 0.4rem;
    padding-bottom: 0.5rem;
  }
  .lc-floor .wrap .lc-title {
    font-size: 0.36rem;
    color: #333;
    font-weight: bold;
    padding-left: 0.2rem;
    border-left: 0.08rem solid #009b4c;
    margin-bottom: 0.3rem;
  }
  .lc-floor .wrap .lc-box {
    display: block;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.35rem;
  }
  .lc-floor .wrap .lc-box .jt {
    width: 0.8rem;
    display: block;
    transform: rotateZ(90deg);
    margin: 0 auto;
  }
  .lc-floor .wrap .lc-box .lc-item {
    width: 100%;
    padding: 0.45rem 0.4rem;
    background-color: #f3f9f7;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .lc-floor .wrap .lc-box .lc-item img {
    width: 1.5rem;
    display: block;
    margin-bottom: 0.5rem;
  }
  .lc-floor .wrap .lc-box .lc-item .item-title {
    font-size: 0.32rem;
    color: #333;
    margin-bottom: 0.2rem;
  }
  .lc-floor .wrap .lc-box .lc-item p {
    font-size: 0.28rem;
    color: #009b4c;
  }
  .lc-floor .wrap .tabless {
    width: 100%;
    overflow-x: scroll;
  }
  .lc-floor .wrap .lc-table {
    width: 300%;
    border-collapse: collapse;
  }
  .lc-floor .wrap .lc-table thead tr {
    background-color: #fff !important;
    font-size: 0.32rem;
  }
  .lc-floor .wrap .lc-table thead tr th {
    text-align: left;
  }
  .lc-floor .wrap .lc-table thead tr th:first-child,
  .lc-floor .wrap .lc-table thead tr th:nth-child(5),
  .lc-floor .wrap .lc-table thead tr th:nth-child(6) {
    text-align: center;
  }
  .lc-floor .wrap .lc-table thead tr th:first-child {
    width: 0.9rem;
  }
  .lc-floor .wrap .lc-table tr {
    font-size: 0.28rem;
    color: #333;
  }
  .lc-floor .wrap .lc-table tr td:first-child,
  .lc-floor .wrap .lc-table tr td:nth-child(5),
  .lc-floor .wrap .lc-table tr td:nth-child(6) {
    text-align: center;
  }
  .lc-floor .wrap .lc-table tr td {
    padding: 0.2rem 0;
  }
  .lc-floor .wrap .lc-table tr:nth-child(odd) {
    background-color: #f3f9f7;
  }
  .news-content {
    padding-bottom: 0.6rem;
  }
  .news-content .wrap {
    text-align: center;
    padding: 0 0.35rem;
    padding-top: 0.6rem;
  }
  .news-content .wrap h2 {
    font-size: 0.32rem;
    color: #333;
    line-height: 1.8em;
  }
  .news-content .wrap .biaozhu {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.3rem 0;
  }
  .news-content .wrap .biaozhu div {
    font-size: 0.28rem;
    color: #333;
  }
  .news-content .wrap .biaozhu .laiyuan {
    margin-right: 0.25rem;
  }
  .news-content .wrap .main-information {
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    padding: 0.4rem 0;
    min-height: 7.5rem;
    text-align: left;
  }
  .news-content .wrap .main-information p {
    font-size: 0.28rem;
    line-height: 1.8em;
    color: #333;
    margin-bottom: 0.3rem;
    text-indent: 2em;
  }
  .news-content .wrap .prev-next {
    padding: 0.4rem 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: left;
  }
  .news-content .wrap .prev-next div {
    margin-bottom: 0.2rem;
  }
  .news-content .wrap .prev-next div a {
    font-size: 0.14rem;
    color: #333;
  }
  .news-content .wrap .prev-next div a:hover {
    color: #212d87;
  }
}
