@media screen and (max-width: 992px) {
  header .logo img {
    height: 50px;
    width: auto;
  }
  header nav,
  header form,
  header .line {
    display: none;
  }
  header #menuBtn {
    font-size: 24px;
    color: #fff;
    margin-left: 1.875rem;
  }
  header.fixed #menuBtn {
    color: #000;
  }
  .m-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    z-index: -1;
    pointer-events: none;
    transition: all 0.5s ease;
    display: flex;
  }
  .m-nav .mNavList-box {
    width: 280px;
    height: 100vh;
    background: #fff;
    overflow-y: scroll;
    transform: translateX(-280px);
    transition: transform 0.5s ease-in-out;
    flex-shrink: 0;
  }
  .m-nav .mNavList-box .m-nav-btn {
    height: var(--header-height);
    border-bottom: 1px solid #eee;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 20px;
  }
  .m-nav .mNavList-box .m-nav-btn i {
    font-size: 20px;
  }
  .m-nav .mNavList-box .m-navList {
    --li-height: 40px;
  }
  .m-nav .mNavList-box .m-navList .one-title {
    border-bottom: 1px solid #eee;
  }
  .m-nav .mNavList-box .m-navList .one-title h2 {
    height: var(--li-height);
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .m-nav .mNavList-box .m-navList .one-title h2 a {
    color: #000;
  }
  .m-nav .mNavList-box .m-navList .one-title.active h2 a,
  .m-nav .mNavList-box .m-navList .one-title.active h2 i {
    color: var(--text-color);
  }
  .m-nav .mNavList-box .m-navList .one-title.active .subList {
    display: block;
  }
  .m-nav .mNavList-box .m-navList .subList {
    display: none;
  }
  .m-nav .mNavList-box .m-navList .subList .two-title {
    border-bottom: 1px solid #eee;
  }
  .m-nav .mNavList-box .m-navList .subList .two-title h3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: var(--li-height);
    padding: 0 20px 0 30px;
    font-weight: normal;
  }
  .m-nav .mNavList-box .m-navList .subList .two-title h3 a {
    color: #000;
  }
  .m-nav .mNavList-box .m-navList .subList .two-title h3 i {
    margin-right: 5px;
  }
  .m-nav .mNavList-box .m-navList .subList .two-title:first-child {
    border-top: 1px solid #eee;
  }
  .m-nav .mNavList-box .m-navList .subList2 {
    display: none;
  }
  .m-nav .mNavList-box .m-navList .subList2 h4 {
    border-bottom: 1px solid #eee;
    height: var(--li-height);
    padding: 0 20px 0 40px;
  }
  .m-nav .mNavList-box .m-navList .subList2 h4 a {
    line-height: var(--li-height);
    display: block;
    width: 100%;
    color: #000;
  }
  .m-nav .mNavList-box .m-navList .subList2 h4:first-child {
    border-top: 1px solid #eee;
  }
  .m-nav .mNavList-box .m-navList i {
    transition: transform 0.5s ease-in-out;
  }
  .m-nav .mNavList-box .m-navList i.aniRote {
    transform: rotate(180deg);
  }
  .m-nav .m-bg {
    flex: 1;
    height: 100%;
  }
  .m-nav.active {
    opacity: 1;
    z-index: 100000;
    pointer-events: auto;
  }
  .m-nav.active .mNavList-box {
    transform: translateX(0);
  }
  .banner {
    height: 500px;
  }
  .banner .left-triangle,
  .banner .right-triangle {
    display: none;
  }
  .index .i-banner {
    height: 500px;
  }
  .index .i-banner .swiper-button-box {
    display: none;
  }
  .index .i-banner .swiper-pagination {
    left: 50%;
    transform: translateX(-50%);
  }
  .index .i-about {
    padding: 5rem 0;
  }
  .index .i-about-1 {
    flex-wrap: wrap;
  }
  .index .i-about-1 .left {
    width: 100%;
  }
  .index .i-about-1 .left .page-desc {
    margin: 1.25rem 0;
  }
  .index .i-about-1 .right {
    width: 100%;
    margin-top: 2.5rem;
  }
  .index .i-about-1 .right li .li-title {
    margin: 0.625rem 0;
  }
  .index .i-about-2 {
    margin-top: 2.5rem;
  }
  .index .i-about-2 .swiper {
    margin: 0 15px;
  }
  .index .i-global {
    height: auto;
    padding: 5rem 0;
  }
  .index .i-global .container {
    flex-wrap: wrap;
  }
  .index .i-global .left {
    width: 100%;
  }
  .index .i-global .right {
    width: 50%;
    height: 300px;
    margin: 2.5rem auto 0;
  }
  .index .i-global-list {
    margin-top: 2.5rem;
  }
  .index .i-global-countryList {
    margin-top: 2.5rem;
  }
  .index .i-global-countryList .row {
    height: 50px;
    padding: 0;
  }
  .index .i-global-countryList .row .item {
    font-size: 14px;
  }
  .index .i-news {
    padding: 5rem 0;
  }
  .newsStyle .news-firstItem .news-box .text-box .news-title {
    margin: 1.25rem 0;
  }
  .newsStyle .news-firstItem .news-box .text-box .news-link {
    margin-top: 2.5rem;
  }
  footer {
    padding-top: 5rem;
  }
  footer .footer-msg {
    padding: 3.125rem;
    flex-wrap: wrap;
  }
  footer .footer-msg .left {
    width: 100%;
  }
  footer .footer-msg .left .msg-title {
    font-size: 3.75rem;
  }
  footer .footer-msg .left .msg-desc {
    margin-top: 1.25rem;
    width: 100%;
  }
  footer .footer-msg .right {
    margin-left: 0;
    margin-top: 1.25rem;
    width: 100%;
  }
  footer .footer-content .sec2 .footer_nav a {
    font-size: 14px;
  }
  footer .footer-content .sec2 .footer_nav li:not(:last-child) {
    margin-right: 1.25rem;
  }
  .news-1 .page-title {
    margin: 3.125rem 0;
  }
  .news-1 .swiper-box .text-box {
    padding-top: 0;
  }
  .news-1 .swiper-box .text-box .news-link {
    position: relative;
    left: unset;
    bottom: unset;
  }
  .news-2 {
    padding: 5rem 0;
  }
  .news-2-top {
    flex-direction: column;
    align-items: center;
    margin-bottom: 2.5rem;
  }
  .news-2 .news-class {
    margin-top: 2.5rem;
  }
  .newsXq-box {
    margin-top: 2.5rem;
    padding: 5rem 3rem;
  }
  .newsXq-box .news-tool {
    margin-top: 1.25rem;
  }
  .newsXq-box .mode-content {
    margin-top: 1.25rem;
  }
  .newsXq-box .page-btn {
    margin-top: 2.5rem;
  }
  .newsXq-box .page-btn a:first-child {
    margin-right: 5rem;
  }
  .newsXq .page-title {
    margin: 5rem 0 2.5rem;
  }
  .team-box {
    padding: 5rem 0;
  }
  .team-2 {
    margin-top: 2.5rem;
    justify-content: space-between;
  }
  .team-2 .item {
    width: 24%;
  }
  .team-3 {
    margin-top: 2.5rem;
  }
  .vr-box {
    padding: 5rem 0;
  }
  .vr-box::after {
    height: 11rem;
  }
  .vr .vr-1 {
    flex-direction: column;
  }
  .vr .numberList {
    margin-top: 2.5rem;
  }
  .about-box {
    padding: 5rem 0;
  }
  .about-box .text {
    width: 100%;
  }
  .about-box .leftImg {
    position: relative;
    bottom: unset;
    left: unset;
    display: block;
    margin: 2.5rem auto 0;
  }
  .culture-1 {
    padding: 5rem 0;
  }
  .culture-1 .list {
    height: auto;
    flex-direction: column;
  }
  .culture-1 .list .item {
    width: 100%;
    flex: none;
    padding: 2.5rem 0;
  }
  .culture-1 .list .item::after {
    opacity: 1;
  }
  .culture-1 .list .icon {
    position: relative;
    top: unset;
    left: unset;
    transform: none;
    text-align: center;
  }
  .culture-1 .list .icon i {
    width: 5rem;
    height: 5rem;
    margin: 0 auto;
  }
  .culture-1 .list .item-desc {
    position: relative;
    left: unset;
    bottom: unset;
    padding: 1.25rem;
    opacity: 1;
  }
  .culture-2 {
    height: 25.5rem;
  }
  .culture-3 {
    padding: 5rem 0;
  }
  .culture-4 {
    padding: 5rem 0;
  }
  .social-box {
    padding: 5rem 0;
  }
  .social-box .list {
    flex-wrap: wrap;
  }
  .social-box .text .item-title {
    margin: 1.25rem 0;
  }
  .contact-1 {
    padding-top: 5rem;
  }
  .contact-1 .container {
    flex-direction: column;
  }
  .contact-1 .box {
    width: 100%;
    padding: 2.5rem;
  }
  .contact-1 .map {
    flex: none;
  }
  .join-1 {
    padding: 5rem 0;
  }
  .join-1 .box {
    height: auto;
    flex-wrap: wrap;
  }
  .join-1 .text {
    width: 100%;
    padding: 2.5rem;
  }
  .join-1 .text .page-title {
    margin: 1.25rem 0;
  }
  .join-1 .imgBox {
    width: 100%;
    padding-top: 60%;
    position: relative;
  }
  .join-1 .imgBox .imgPos {
    position: absolute;
    top: 0;
    left: 0;
  }
  .join-2 {
    padding: 5rem 0;
  }
  .join-2 .top {
    flex-direction: column;
    align-items: center;
  }
  .join-2 .top ul {
    margin-top: 2.5rem;
  }
  .join-2 .swiper-box {
    margin-top: 2.5rem;
    padding: 0 15px;
  }
  .mask .box {
    width: 90%;
    height: auto;
    max-height: 80vh;
    padding-bottom: 1.5625rem;
  }
  .honor-box {
    padding: 5rem 0;
    z-index: 5;
  }
  .honor-box .top {
    flex-direction: column;
  }
  .honor-class {
    margin-top: 2.5rem;
    width: 100%;
    justify-content: center;
  }
  .honor .swiper-table {
    margin-top: 5rem;
  }
  .honor .swiper {
    width: 100%;
    box-sizing: border-box;
  }
  .honor .honor-text {
    width: 5rem;
    opacity: 0.6;
  }
  .solution1-1 .container {
    background: none;
    flex-wrap: wrap;
  }
  .solution1-1 .text-box {
    width: 100%;
    background: rgba(214, 218, 224, 0.37);
    padding: 2.5rem;
    border-radius: 1.25rem;
  }
  .solution1-1 .img-box {
    width: 100%;
    border-radius: 1.25rem;
    padding-top: 50%;
  }
  .solution1-2 {
    margin-top: 5rem;
  }
  .solution1-2 .table-btn {
    margin-top: 2.5rem;
  }
  .solution1-2 .table-btn li p {
    font-size: 16px;
    padding: 0 0.9375rem;
  }
  .solution1-2 .table-box .table-item {
    overflow-x: scroll;
  }
  .solution1-2 .table-box .table-item table {
    width: 1000px !important;
  }
  .solution1-3 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .solution1-3 .table-box {
    overflow-x: scroll;
  }
  .solution1-3 .table-box table {
    width: 1200px !important;
  }
  .solution1-4 {
    height: auto;
    padding: 5rem 0;
  }
  .solution1-4 .swiper-box {
    padding: 0 15px;
  }
  .solution1-5 {
    padding: 5rem 0;
  }
  .solution2-1 {
    padding: 5rem 0;
  }
  .solution2-1 .container {
    flex-direction: column;
  }
  .solution2-1 .container .left {
    width: 100%;
  }
  .solution2-1 .container .left .left-box {
    margin-top: 2.5rem;
  }
  .solution2-1 .container .right {
    width: 100%;
    margin-top: 2.5rem;
  }
  .solution2-2 .text {
    bottom: unset;
    top: 50%;
    transform: translateY(-50%);
  }
  .solution2-3 {
    margin: 5rem 0;
  }
  .solution4-1 {
    padding-bottom: 5rem;
  }
  .solution4-1 .sec2 {
    margin-top: 2.5rem;
    flex-wrap: wrap;
  }
  .solution4-1 .sec2 .left {
    order: 3;
    width: 100%;
  }
  .solution4-1 .sec2 .left .thumbsSwiper {
    height: 135px;
  }
  .solution4-1 .sec2 .left .swiper-button-box {
    margin-top: 1.25rem;
  }
  .solution4-1 .sec2 .center {
    order: 2;
    width: 100%;
    margin: 1.25rem 0;
  }
  .solution4-1 .sec2 .right {
    order: 1;
    width: 100%;
  }
  .solution4-1 .sec2 .right .line {
    width: 100%;
    margin: 1.25rem 0;
  }
  .solution4-1 .sec2 .right .long-btn {
    margin-top: 1.25rem;
  }
  .solution4-1 .sec3 {
    margin-top: 5rem;
  }
  .solution4-2 {
    margin-top: 0;
    border-radius: 0;
    padding-top: 5rem;
  }
  .solution4-2 .sec1 .table-box table .firstRow td {
    font-size: 16px;
  }
  .solution4-2 .sec1 .table-box table tr td {
    font-size: 14px;
    height: 50px;
  }
  .solution4-2 .sec2 {
    margin-top: 5rem;
  }
  .solution4-2 .sec2 .formBox {
    margin-top: 1.5625rem;
    padding: 2.5rem;
  }
  .solution4-2 .sec3 .relatedProducts {
    margin-top: 2.5rem;
  }
  .solution5-1 {
    padding-top: 5rem;
  }
  .solution5-2 .row .swiper-box {
    padding: 0;
    text-align: center;
  }
  .solution5-2 .row .swiper-box .swiper {
    text-align: left;
  }
  .solution5-2 .row .swiper-box .swiper-slide .title {
    font-size: 14px;
  }
  .solution5-2 .row .swiper-box .swiper-button-prev,
  .solution5-2 .row .swiper-box .swiper-button-next {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    transform: none;
    display: inline-block;
    margin-top: 1.25rem;
  }
  .solution5-2 .row .swiper-box .swiper-button-prev svg,
  .solution5-2 .row .swiper-box .swiper-button-next svg {
    width: 45px;
  }
  .solution6-1 {
    padding: 5rem 0;
  }
  .solution6-1 .list {
    margin-top: 2.5rem;
    height: auto;
    flex-wrap: wrap;
    gap: 1.25rem;
  }
  .solution6-1 .list .item {
    flex: none;
    width: 100%;
    padding: 2.5rem 0;
  }
  .solution6-1 .list .item .icon-box {
    position: relative;
    left: unset;
    top: unset;
    transform: none;
  }
  .solution6-1 .list .item .text-box {
    margin-top: 1.25rem;
    position: relative;
    left: unset;
    top: unset;
    bottom: unset;
    transform: none !important;
  }
  .solution6-1 .list .item::after {
    opacity: 1 !important;
  }
  .solution6-2 {
    height: 30.25rem;
    padding-top: 3.75rem;
  }
}

@media screen and (max-width: 768px) {
  .morePageLink p {
    font-size: 12px;
  }
  .long-btn-label {
    font-size: 12px;
    height: 40px;
    padding: 0 12px 0 24px;
  }
  .long-btn-label svg {
    height: 40px;
  }
  .long-btn-icon {
    height: 40px;
  }
  .long-btn-icon svg {
    height: 40px;
  }
  .newsStyle .news-type {
    font-size: 12px;
    letter-spacing: 0;
  }
  .newsStyle .news-title {
    font-size: 16px;
  }
  .newsStyle .news-desc {
    font-size: 14px;
    -webkit-line-clamp: 2;
    width: 80%;
  }
  .newsStyle .news-link {
    font-size: 12px;
  }
  .newsStyle .news-firstItem .news-box {
    flex-wrap: wrap;
    box-sizing: border-box;
  }
  .newsStyle .news-firstItem .news-box .img-box {
    width: 80%;
    padding-top: 54.3125%;
    margin: 0 auto 1.25rem;
  }
  .newsStyle .news-firstItem .news-box .text-box {
    width: 100%;
  }
  footer .footer-msg {
    padding: 2.5rem;
  }
  footer .footer-msg .left .msg-title {
    letter-spacing: -2px;
  }
  footer .footer-msg .right .msg-row {
    gap: 0;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  footer .footer-msg .right .msg-row input {
    height: 40px;
    font-size: 14px;
  }
  footer .footer-msg .right .msg-row textarea {
    height: 120px;
  }
  footer .footer-msg .right .msg-row .msg-input {
    flex: none;
    width: calc(50% - 5px);
    margin-bottom: 1.25rem;
  }
  footer .footer-msg .right .submit {
    margin-top: 1.25rem;
    width: 100px;
    height: 40px;
    letter-spacing: 0;
  }
  footer .footer-content .sec1 {
    flex-direction: column;
    align-items: center;
  }
  footer .footer-content .sec1 .footer-emailSubmit {
    width: auto;
    margin-top: 1.25rem;
  }
  footer .footer-content .sec2 .right {
    display: none;
  }
  footer .footer-content .sec2 .iconList i {
    font-size: 18px;
  }
  footer .footer-bottom {
    flex-wrap: wrap;
  }
  footer .footer-bottom p,
  footer .footer-bottom a {
    font-size: 12px;
  }
  .banner {
    height: 300px;
  }
  .banner .page-nav {
    display: none;
  }
  .index section:not(.i-banner) {
    padding: 50px 0 !important;
  }
  .index .i-banner {
    height: 350px;
  }
  .index .i-banner .swiper-slide .text p {
    font-size: 24px;
  }
  .index .i-banner .swiper-pagination {
    width: 100%;
    bottom: 15px;
  }
  .index .i-banner .swiper-pagination .swiper-pagination-bullet {
    width: 50px;
  }
  .index .i-about-2 .swiper .swiper-slide .text {
    width: 80%;
    padding: 1.25rem;
  }
  .index .i-about-2 .swiper .swiper-slide .slide-title {
    letter-spacing: 0;
  }
  .index .i-global-list {
    gap: unset;
    flex-wrap: wrap;
  }
  .index .i-global-list li {
    flex: none;
    width: 100%;
  }
  .index .i-global-list li:not(:last-child) {
    margin-bottom: 1.25rem;
  }
  .index .i-news-top {
    flex-direction: column;
    align-items: center;
  }
  .index .i-news-top .long-btn {
    margin-top: 1.25rem;
  }
  .news-2 .news-class a {
    font-size: 12px;
  }
  .newsXq .mode-content * {
    font-size: 14px;
  }
  .newsXq-box .page-btn {
    flex-direction: column;
  }
  .newsXq-box .page-btn a {
    box-sizing: border-box;
  }
  .newsXq-box .page-btn a:first-child {
    margin-right: 0;
    margin-bottom: 0.625rem;
  }
  .team-1 {
    flex-direction: column;
    text-align: center;
  }
  .team-1-desc {
    text-align: left;
    width: 100%;
    margin-top: 1.25rem;
  }
  .team-2 {
    flex-wrap: wrap;
  }
  .team-2 .item {
    width: 50%;
    margin-bottom: 1.25rem;
    padding: 0 0.625rem;
    box-sizing: border-box;
  }
  .vr .numberList {
    flex-wrap: wrap;
  }
  .vr .numberList .item {
    width: 100%;
    margin-right: 0 !important;
  }
  .vr .numberList .item:not(:last-child) {
    margin-bottom: 2.5rem;
  }
  .vr-iframe {
    padding-top: 53.56%;
  }
  .culture-1 .list .icon p {
    color: #fff;
  }
  .culture-1 .list .item-desc {
    font-size: 14px;
  }
  .culture-3 .list {
    gap: 0;
    flex-wrap: wrap;
  }
  .culture-3 .list .item {
    flex: none;
    width: 100%;
  }
  .culture-3 .list .item:not(:last-child) {
    margin-bottom: 1.25rem;
  }
  .culture-4 .box {
    padding: 0 15px;
  }
  .culture-4 .box .swiper-tool {
    padding-right: 0;
  }
  .culture-4 .box .swiper-tool .swiper-button-prev,
  .culture-4 .box .swiper-tool .swiper-button-next {
    width: 40px;
  }
  .culture-4 .box .swiper-tool svg {
    width: 40px;
  }
  .social-box .list .item {
    flex-wrap: wrap;
  }
  .social-box .img-box {
    width: 75%;
    order: 2;
    margin: 2.5rem auto 0;
  }
  .social-box .text {
    width: 100%;
    order: 1;
  }
  .contact-1 .box {
    flex-wrap: wrap;
  }
  .contact-1 .box .text {
    width: 100%;
    margin-bottom: 1.25rem;
  }
  .contact-1 .box .code {
    width: 100%;
    text-align: center;
  }
  .contact-1 .box .code img {
    margin: 0 auto;
  }
  .join-2 ul {
    flex-wrap: wrap;
  }
  .join-2 ul li {
    width: 48%;
    margin-right: 0 !important;
    margin-bottom: 1.25rem;
  }
  .join-2 ul p {
    font-size: 12px;
    margin-top: 0.625rem;
  }
  .join-2 .swiper-box .edu {
    flex-direction: column;
  }
  .join-2 .swiper-box .edu span {
    line-height: 1.8;
  }
  .mask .jobXq .titleBox {
    flex-direction: column;
    align-items: flex-start;
  }
  .mask .jobXq .titleBox .title {
    margin-bottom: 0.625rem;
  }
  .mask .jobXq .titleBox .email,
  .mask .jobXq .titleBox .email span {
    font-size: 14px;
  }
  .mask .jobXq .jobXqBox .xq-title {
    font-size: 20px;
  }
  .mask .jobBtn {
    width: auto;
    padding: 0 8px;
    height: 30px;
  }
  .download .list li p {
    font-size: 18px;
  }
  .download .list li .btn svg {
    width: 30px;
  }
  .honor-class .item {
    padding: 0 0.625rem;
  }
  .honor .swiper {
    padding: 0.625rem;
  }
  .honor .swiper-button-box {
    margin-top: 1.25rem;
  }
  .history-box .swiper-box {
    text-align: center;
    margin: 5rem 0;
  }
  .history-box .swiper-box .container {
    text-align: left;
  }
  .history-box .swiper-box .box {
    height: auto;
  }
  .history-box .swiper-box .box .line {
    display: none;
  }
  .history-box .swiper-box .box .text .content {
    width: 100%;
  }
  .history-box .swiper-box .swiper-button-prev,
  .history-box .swiper-box .swiper-button-next {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    transform: none;
    display: inline-block;
    margin-top: 2.5rem;
  }
  .history-box .swiper-box .swiper-button-prev svg,
  .history-box .swiper-box .swiper-button-next svg {
    width: 50px;
  }
  .solutionNav .banner .page-nav {
    display: block;
  }
  .solutionNav .banner .page-nav-item p {
    font-size: 12px;
  }
  .solution1-2 .table-btn {
    flex-wrap: wrap;
    gap: 2.5rem;
  }
  .solution1-2 .table-btn li {
    flex: none;
    width: 100%;
  }
  .solution1-2 .table-btn li::after {
    content: none;
  }
  .solution1-2 .table-box .table-item .firstRow td {
    font-size: 16px;
  }
  .solution1-2 .table-box .table-item tr td {
    height: 50px;
    font-size: 14px;
  }
  .solution1-3 table tr:first-child td {
    height: 50px;
  }
  .solution1-3 table tr:nth-child(2) td {
    height: 40px;
  }
  .solution1-3 table tr td {
    font-size: 14px !important;
  }
  .solution1-4 .swiper-box {
    padding: 0;
    margin: 0 15px;
  }
  .solution2-2 .imgBox {
    padding-top: 80%;
  }
  .solution2-2 .text {
    width: 80%;
  }
  .solution2-2 .text * {
    font-size: 14px;
  }
  .solution2-3 {
    text-align: center;
  }
  .solution2-3 .swiper-button-prev,
  .solution2-3 .swiper-button-next {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    transform: none;
    display: inline-block;
    width: 50px;
  }
  .solution2-3 .swiper-button-prev svg,
  .solution2-3 .swiper-button-next svg {
    width: 50px;
  }
  .productListStyle .productItem .text-box {
    height: auto;
  }
  .productListStyle .productItem .text-box .btn-el {
    width: 40px;
    margin-top: 15px;
  }
  .productListStyle .productItem .text-box .btn-el svg {
    width: 40px;
  }
  .solution1 .page-nav,
  .solution2 .page-nav,
  .solution3 .page-nav {
    display: block;
  }
  .solution4-1 .sec1 {
    flex-wrap: wrap;
  }
  .solution4-1 .sec1 .breadCrumbs {
    margin-top: 1.25rem;
  }
  .solution4-1 .sec2 .right .long-btn-label .label-corner {
    right: -16px;
  }
  .solution4-1 .sec3-box .item .number {
    letter-spacing: 0;
  }
  .solution4-2 .sec1 .table-box {
    overflow-x: scroll;
  }
  .solution4-2 .sec1 .table-box table {
    width: 1000px !important;
  }
  .solution4-2 .sec2 .formBox .form-row {
    flex-wrap: wrap;
  }
  .solution4-2 .sec2 .formBox .item {
    width: 100%;
  }
  .solution4-2 .sec2 .formBox .item:not(:last-child) {
    margin-bottom: 1.5625rem;
  }
  .solution4-2 .sec2 .formBox .item .tip {
    font-size: 14px;
  }
  .solution4-2 .sec2 .formBox .item input {
    height: 50px;
    font-size: 14px;
  }
  .solution4-2 .sec2 .formBox .submit button {
    font-size: 16px;
  }
  .solution5-1 {
    background-size: contain;
    padding-bottom: 20rem;
  }
  .solution5-1 .container {
    flex-direction: column;
  }
  .solution5-1 .container .text {
    width: 100%;
    margin-top: 1.25rem;
  }
  .solution5-2 .row-1 {
    flex-wrap: wrap;
  }
  .solution5-2 .row-1 .text-box {
    width: 100%;
  }
  .solution5-2 .row-1 .img-box {
    width: 100%;
    order: 2;
    margin-top: 2.5rem;
    padding-top: 60.375%;
  }
  .solution5-2 .row:nth-child(2) {
    background: linear-gradient(0, var(--main-color) 0%, #fff 75%);
  }
  .solution5-2 .row:nth-child(2) .swiper-button-next i {
    color: #fff;
  }
  .solution5-2 .row:nth-child(2) .swiper-button-next i::after {
    color: var(--main-color);
  }
  .solution5-2 .row:nth-child(2) .swiper-button-next svg path {
    stroke: #fff;
  }
  .solution5-2 .row:nth-child(2) .swiper-button-next:hover svg path {
    fill: #fff;
  }
}
