@media screen and (max-width: 1400px) {
  .contact .contact-2 .form .right .codeBox input {
    width: auto;
  }
}

@media screen and (max-width: 1330px) {
  .more {
    width: auto;
    padding: 0 2rem;
  }
}

@media screen and (max-width: 1220px) {
  .breadCrumbs a,
  .breadCrumbs span {
    font-size: 14px;
  }
}

@media screen and (max-width: 1200px) {
  .pageNav .box .list {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .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 .5s ease;
    display: flex;
  }
  .m-nav .mNavList-box {
    width: 280px;
    height: 100vh;
    background: #fff;
    overflow-y: scroll;
    transform: translateX(-280px);
    transition: transform .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,
  .m-nav .mNavList-box .m-navList .one-title h3,
  .m-nav .mNavList-box .m-navList .one-title h4 {
    font-weight: normal;
  }
  .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;
  }
  .m-nav .mNavList-box .m-navList .subList .two-title h3 a {
    color: #000;
  }
  .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 .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);
  }
  header {
    background: #fff;
    box-shadow: 1px 1px 24px 0px rgba(0, 0, 0, 0.07);
  }
  header nav {
    display: none;
  }
  header .logo img {
    filter: none;
  }
  header .header-right .header-search .search-btn {
    background: rgba(5, 5, 5, 0.21);
  }
  header .header-right .langBtn {
    font-size: 16px;
  }
  header .header-right #menuBtn {
    font-size: 28px;
    margin-left: 1.875rem;
  }
  .productXq .xq-1 {
    flex-wrap: wrap;
  }
  .productXq .xq-1 .img-box {
    margin: 0 auto;
  }
  .productXq .xq-1 .text-box {
    margin: 2.5rem auto 0;
    width: 80%;
  }
  .productXq .xq-1 .text-box .line {
    margin: 2.1875rem 0;
  }
  .productXq .xq-1 .text-box .more {
    margin-top: 2.1875rem;
  }
  .productXq .xq-2 {
    margin: 5rem 0;
  }
  .productXq .xq-3 .content2 table tr td {
    padding-left: 10px !important;
    line-height: 1.4;
    font-size: 16px;
  }
  .productXq .xq-4 .swiper-box {
    margin-top: 2.5rem;
  }
  .productXq .xq-4 .swiper-box .swiper-button-prev {
    left: 0;
    transform: translateX(0);
  }
  .productXq .xq-4 .swiper-box .swiper-button-next {
    right: 0;
    transform: translateX(0);
  }
  .solution .solution-2 {
    align-items: stretch;
    min-height: auto;
    height: auto;
  }
  .solution .solution-2 .img-box {
    width: 50%;
    height: auto;
  }
  .solution .solution-2 .text-box {
    width: 50%;
    padding: 5rem 2.5rem;
    height: auto;
  }
  .solution .solution-2 .text-box .text .desc {
    width: 100%;
  }
  .solutionXq .solutionXq-1 {
    padding: 3.4375rem 0;
  }
  .solutionXq .solutionXq-1 .box {
    margin-top: 3.75rem;
  }
  .pageNav .box {
    height: auto;
    padding: 1.25rem 0;
  }
  .newsList {
    margin-top: 0;
  }
  .newsList li a {
    padding: 1.875rem 0;
  }
  .newsList li .text-box {
    margin-left: 2.5rem;
  }
  .newsXq .breadCrumbs {
    padding: 2.1875rem 0;
  }
  .newsXq .newsXqBox {
    padding: 4.375rem;
  }
  .newsXq .newsXqBox .page-btn {
    margin-top: 4rem;
    flex-wrap: wrap;
  }
  .newsXq .newsXqBox .page-btn a {
    margin-right: 0 !important;
    margin-bottom: 20px;
  }
  .service .serviceBox .title {
    margin-top: 5rem;
  }
  .service .serviceBox .desc {
    width: 100%;
  }
  .contact .contact-1 {
    padding: 3.75rem 0;
  }
  .contact .contact-1 .page-title {
    margin-top: 2.5rem;
  }
  .contact .contact-1 .list {
    margin-top: 2.5rem;
  }
  .contact .contact-1 .list .item {
    height: auto;
    padding: 2.5rem;
  }
  .about .about-1 {
    margin-top: 5rem;
    position: relative;
    z-index: 50;
  }
  .about .about-1 .top .text-box {
    width: 100%;
    position: relative;
    z-index: 2;
  }
  .about .about-1 .top .img-box {
    margin: 2.5rem auto 0;
  }
  .about .about-1 .list .item {
    border: 1px solid #fff;
    color: #fff;
  }
  .about .about-1 .list .item .numberBox span,
  .about .about-1 .list .item i {
    color: #fff;
  }
  .about .pageNav {
    position: relative;
    z-index: 20;
  }
  .about .bgBox {
    padding-bottom: 33.125rem;
  }
  .about .bgBox .navMask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 1;
  }
  .about .about-2 {
    padding: 3.75rem 0;
  }
  .about .about-2 .desc {
    margin: 2.5rem 0;
  }
  .history .history-1 {
    padding-top: 5rem;
    padding-bottom: 20rem;
    height: auto;
  }
  .history .history-1 .swiper-box {
    margin-top: 5rem;
  }
  .history .history-1 .swiper .year {
    font-size: 6.25rem;
    text-align: center;
  }
  .history .history-1 .swiperBtn p {
    display: none;
  }
  .layout .layout-1 {
    padding: 5rem 0;
  }
  .layout .layout-1 .box .slide {
    width: 50%;
  }
  .layout .layout-1 .box .slide .item:not(:last-child) {
    margin-bottom: 2.5rem;
  }
  .layout .layout-1 .box #map {
    order: 2;
    margin: 5rem auto 0;
  }
  .culture .cultureBox {
    background-position: top;
  }
  .culture .cultureBox .container {
    height: auto;
    display: flex;
    flex-direction: column;
    height: 100vh;
  }
  .culture .cultureBox .title {
    order: 1;
  }
  .culture .cultureBox .culterBtnList {
    position: relative;
    bottom: unset;
    order: 2;
    width: 100%;
    margin-top: 2.5rem;
  }
  .culture .cultureBox .culterBtnList .item {
    height: 6.25rem;
  }
  .culture .cultureBox .culterBtnList .item i {
    font-size: var(--font30);
  }
  .culture .cultureBox .culterBtnList .item p {
    font-size: var(--font20);
  }
  .culture .cultureBox .descBox {
    order: 3;
    margin-top: 5rem;
  }
  .index .i-banner .swiper-slide2 {
    background-position: 75% center;
  }
  .index .i-banner .swiper-slide2 .banner-text {
    top: 50%;
  }
  .index .i-banner .banner-text {
    top: 30%;
    padding: 0 15px;
  }
  .index .i-banner .banner-text p {
    font-size: var(--font30);
  }
  .index .i-product {
    padding: 5rem 0;
  }
  .index .i-product .swiper-box {
    margin-top: 2.5rem;
    text-align: center;
  }
  .index .i-product .swiper-box .swiper-button-next,
  .index .i-product .swiper-box .swiper-button-prev {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    transform: none;
    margin-top: 0;
    display: inline-flex;
    margin-top: 1.25rem;
  }
  .index .i-product .swiper-box .swiper-button-next {
    margin-left: 40px;
  }
  .index .i-choose {
    padding: 5rem 0;
  }
  .index .i-choose .i-choose-1 .left {
    width: 100%;
  }
  .index .i-choose .i-choose-1 .left .mode-desc {
    margin: 1.25rem 0;
  }
  .index .i-choose .i-choose-1 .img-box {
    width: 50%;
    margin: 2.5rem auto 0;
  }
  .index .i-choose .i-choose-2 {
    margin-top: 2.5rem;
  }
  .index .i-solution {
    padding: 5rem 0;
  }
  .index .i-solution .iSolutionSwiper1 {
    margin-top: 2.5rem;
  }
  .index .i-solution .swiper-box {
    text-align: center;
  }
  .index .i-solution .swiper-box .swiper-button-next,
  .index .i-solution .swiper-box .swiper-button-prev {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    transform: none;
    margin-top: 0;
    display: inline-flex;
    margin-top: 1.25rem;
  }
  .index .i-solution .swiper-box .swiper-button-next {
    margin-left: 40px;
  }
  .index .i-getSolution .title {
    width: 100%;
  }
  .index .i-news {
    padding: 5rem 0;
  }
  .index .i-news .news-box {
    margin-top: 2.5rem;
    flex-wrap: wrap;
  }
  .index .i-news .news-box .left-news {
    width: 100%;
  }
  .index .i-news .news-box .right-list {
    width: 100%;
    margin-top: 2.5rem;
  }
  .index .i-news .news-box .right-list .left {
    flex: 1;
    width: 100%;
    padding-right: 1.5625rem;
  }
  .index .i-news .news-box .right-list li:not(:last-child) {
    margin-bottom: 1.25rem;
  }
  .mode-title {
    font-size: var(--font40);
  }
  footer {
    padding-top: 5rem;
  }
  footer .footer-top {
    flex-wrap: wrap;
    padding-bottom: 1.75rem;
  }
  footer .footer-top .left {
    width: 100%;
    text-align: center;
  }
  footer .footer-top .right {
    width: 100%;
    justify-content: center;
    margin-top: 1.25rem;
  }
  footer .footer-nav {
    display: none;
  }
  footer .footer-contact {
    margin-top: 1.75rem;
    flex-wrap: wrap;
    border-radius: unset;
    background: transparent;
  }
  footer .footer-contact .item {
    background: rgba(255, 255, 255, 0.07);
    width: 100% !important;
    padding: 2rem 0;
    padding-left: 5.625rem !important;
    border-radius: 1.25rem;
  }
  footer .footer-contact .item:not(:last-child) {
    margin-bottom: 1.25rem;
  }
  footer .footer-contact .item::after {
    content: none !important;
  }
  footer .footer-bq {
    flex-wrap: wrap;
    margin-top: 2.5rem;
    height: auto;
    padding: 15px 0;
  }
}

@media screen and (max-width: 768px) {
  .breadCrumbs a,
  .breadCrumbs span {
    font-size: 16px;
  }
  .breadCrumbs a {
    display: flex;
    align-items: center;
  }
  .product .breadCrumbs {
    justify-content: flex-start;
  }
  .product .typeList {
    margin-top: 4rem;
  }
  .product .productList {
    margin-top: 4rem;
  }
  .productXq .xq-1 {
    margin-top: 2.5rem;
  }
  .productXq .xq-1 .text-box {
    width: 100%;
    margin: 0;
  }
  .productXq .xq-1 .img-box {
    margin-top: 2.5rem;
    width: 100%;
    order: 2;
  }
  .productXq .xq-3 .content2 table tr td P {
    font-size: 12px;
  }
  .newsList li a {
    padding: 30px 0;
    flex-wrap: wrap;
  }
  .newsList li .img-box {
    width: 100%;
  }
  .newsList li .text-box {
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
  }
  .newsList li .text-box .title {
    font-size: 20px;
  }
  .newsList li .text-box .desc {
    font-size: 14px;
    margin: 15px 0;
  }
  .newsList li .text-box .time {
    font-size: 14px;
  }
  .videoList .text-box {
    font-size: 16px;
  }
  .newsXq .newsXqBox {
    padding: 15px;
  }
  .newsXq .newsXqBox .news-tool .item {
    align-items: center;
  }
  .newsXq .newsXqBox .news-tool i {
    font-size: 18px;
  }
  .newsXq .newsXqBox .news-tool .text {
    margin-left: 5px;
    margin-bottom: 0;
  }
  .newsXq .newsXqBox .page-btn a {
    width: 100%;
  }
  .newsXq .newsXqBox .page-btn a p {
    font-size: 12px;
  }
  .newsXq .newsXqBox .page-btn a .btn-title {
    font-size: 14px;
  }
  .service .serviceBox .desc {
    font-size: 16px;
  }
  .service .serviceBox .list li .li-title {
    font-size: 18px;
  }
  .contact .contact-1 .contact-title {
    font-size: var(--font40);
  }
  .contact .contact-2 {
    padding: 3.5rem 0;
  }
  .contact .contact-2 .form {
    margin-top: 2.5rem;
    flex-wrap: wrap;
  }
  .contact .contact-2 .form .left {
    width: 100%;
  }
  .contact .contact-2 .form .right {
    width: 100%;
    margin-top: 2.25rem;
  }
  .contact .contact-2 .form .right .codeBox input {
    width: 50%;
  }
  .page-title {
    font-size: 26px;
  }
  .about .about-1 .top .img-box {
    width: 100%;
  }
  .history .history-1 {
    text-align: center;
  }
  .history .history-1 .swiper {
    width: 100%;
  }
  .history .history-1 .swiper .year {
    font-size: 60px;
    letter-spacing: -1px;
  }
  .history .history-1 .swiper .desc {
    text-align: left;
  }
  .history .history-1 .swiperBtn {
    position: relative;
    top: unset;
    display: inline-block;
    margin: 40px 20px 0;
  }
  .swiper-button-style3 {
    background: #fff;
    width: 50px;
    height: 50px;
  }
  .swiper-button-style3 i {
    color: var(--secondary-color);
  }
  .culture .cultureBox {
    background-size: unset;
  }
  .culture .cultureBox .culterBtnList .item {
    height: 50px;
  }
  .culture .cultureBox .culterBtnList .item i {
    font-size: 20px;
  }
  .culture .cultureBox .culterBtnList .item p {
    font-size: 14px;
  }
  .m-nav .mNavList-box .m-navList .one-title h2 {
    font-size: 16px;
  }
  .m-nav .mNavList-box .m-navList .subList .two-title h3 a {
    font-size: 14px;
  }
  .m-nav .mNavList-box .m-navList .subList2 h4 a {
    font-size: 12px;
  }
  .team .team-1 .team-box {
    padding: 6.25rem 15px;
  }
  .index .i-banner .banner-text p {
    font-size: 22px;
  }
  .index .i-banner .swiper-slide2 .banner-text p:nth-child(2) {
    font-size: 16px;
  }
  .index .i-choose .i-choose-1 .img-box {
    width: 100%;
  }
  .index .i-solution .iSolutionSwiper2 {
    height: 300px;
    width: calc(100% - 30px);
  }
  .index .i-solution .iSolutionSwiper2 img {
    width: auto;
    height: 100%;
    transform: translateX(-50%);
    margin-left: 50%;
  }
  .index .i-solution .iSolutionSwiper2 .text {
    bottom: unset;
    top: 50%;
    transform: translateY(-50%);
  }
  .index .i-solution .iSolutionSwiper2 .text .mode-title {
    font-size: 20px;
  }
  .index .i-solution .iSolutionSwiper2 .text .mode-desc {
    font-size: 14px;
  }
  .index .i-getSolution .title p {
    font-size: 20px;
  }
  .index .i-getSolution .moreBtn2 {
    width: 150px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
  .index .i-news .news-style .news-title {
    font-size: 18px !important;
    margin: 1.875rem 0 !important;
    letter-spacing: 0;
  }
  .index .i-news .news-style .year {
    font-size: 14px;
  }
  .index .i-news .news-box .right-list li:not(:last-child) {
    margin-bottom: 2.5rem;
  }
  .index .i-news .news-box .right-list li a {
    flex-wrap: wrap;
  }
  .index .i-news .news-box .right-list li a .left {
    width: 100%;
    order: 2;
    padding-right: 0;
  }
  .index .i-news .news-box .right-list li a .left .news-desc {
    display: none;
  }
  .index .i-news .news-box .right-list li a .imgBox {
    width: 100%;
  }
  .index .i-news .news-box .right-list li a .imgBox .img-box {
    width: 100%;
    height: 29.875rem;
  }
  footer .footer-top .left .text1 {
    font-size: 20px;
  }
  footer .footer-top .left .text2 {
    font-size: 14px;
  }
  footer .footer-top .right input {
    width: auto;
    flex: 1;
    height: 50px;
    font-size: 14px;
  }
  footer .footer-top .right input::placeholder {
    font-size: 14px;
  }
  footer .footer-top .right .submit {
    height: 50px;
    font-size: 16px;
  }
  footer .footer-contact .item {
    padding: 2.5rem !important;
  }
}

@media screen and (max-width: 640px) {
  header .header-right .header-search .search-btn {
    width: 35px;
    height: 35px;
  }
  .banner .titleBox .title {
    font-size: 40px;
  }
  .backBtn {
    width: auto;
    height: 40px;
    border-radius: 28px;
    padding: 0 2rem;
  }
  .backBtn span {
    font-size: 16px;
  }
  .backBtn i {
    font-size: 18px;
  }
  .breadCrumbs a,
  .breadCrumbs span {
    font-size: 12px;
  }
  .mode-content * {
    font-size: 16px;
  }
  .product-listStyle a {
    height: 51rem;
  }
  .product-listStyle a .img-box img {
    max-height: 80%;
  }
  .product-listStyle a .text-box .title {
    font-size: 18px;
  }
  .product-listStyle a .text-box i {
    font-size: 22px;
  }
  .typeList li > a {
    font-size: 16px;
  }
  .typeList .typeList .subList a {
    font-size: 16px;
    height: 4.375rem;
    line-height: 4.375rem;
  }
  .productXq .xq-title h2 {
    font-size: 22px;
  }
  .productXq .top {
    flex-wrap: wrap;
  }
  .productXq .top .breadCrumbs {
    margin-top: 20px;
  }
  .productXq .xq-2 .content1 p::after {
    top: 10px;
  }
  .productXq .xq-3 .content2 {
    overflow-x: scroll;
  }
  .solution .solution-2 .img-box {
    width: 100%;
    height: 30rem;
    order: 2;
  }
  .solution .solution-2 .text-box {
    width: 100%;
  }
  .solution .solution-2 .text-box .desc {
    font-size: 16px;
  }
  .solutionListStyle li a .type {
    font-size: 14px;
  }
  .solutionListStyle li a .title {
    font-size: 18px;
  }
  .solutionListStyle li a .learn {
    font-size: 14px;
  }
  .solutionXq .solutionXq-1 .box .list .item {
    padding: 3.125rem;
  }
  .solutionXq .solutionXq-1 .box .list .item .item-title {
    font-size: 22px;
  }
  .layout .layout-1 .box #map {
    width: 30rem;
    height: 30rem;
  }
}
