/*手机端适配*/
@media (max-width:1290px) {
  .center-box {padding-left: 15px;padding-right: 15px;width: 100%;}
}
@media (max-width:11410px) {
  .center-box1 {padding-left: 15px;padding-right: 15px;width: 100%;}
}

@media (max-width:992px) {
  .menu {display: block;}
  .hide-pc {display: block;}
  .hide-web {display: none;}
  
  .nav-ul>li::after {display: none;}

  .nav-ul>li {
    padding: 0;
    line-height: 40px;
    font-size: 14px;
    margin: 0;
  }

  .nav-ul-box {
    width: 100%;
    height: 100%;
    background-color: transparent;
    overflow: hidden;
    left: -100%;
    top: 0px;
    position: fixed;
    z-index: 999;
    transition: left 0.3s ease;
  }

  .head-nav-ul {
    width: 60%;
    display: flex;
    flex-direction: column;
    padding: 15% 10px 0;
    justify-content: flex-start;
    background-color: rgba(0, 0, 0, .8);
    height: 100%;
  }

  .nav-ul {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .pages {
    padding: 20px 0;
  }


  .banner-word,.banner-list-word {
    padding-top: 25px;
  }

  .banner-desc,.banner-list-desc {
    font-size: 15px;
    margin-top: 5px;
    line-height: 1.56em;
  }

  .banner-kicker {
    padding: 5px 9px;
    margin-bottom: 8px;
    font-size: 12px;
  }

  .banner-actions {
    gap: 8px;
    margin-top: 12px;
  }

  .banner-btn {
    min-width: 86px;
    height: 32px;
    padding: 0 10px;
    font-size: 13px;
  }

  .banner-tags {
    gap: 6px;
    margin-top: 10px;
  }

  .banner-tags span {
    padding: 4px 7px;
    font-size: 12px;
  }

  .normal-pd {
    padding: 25px 0;
  }

  .service-tit {
    margin-top: 0;
    font-size: 20px;
  }

  .service-desc {
    font-size: 14px;
    margin-top: 15px;
  }

  .section-head {
    display: block;
    margin-bottom: 18px;
  }

  .section-eyebrow {
    margin-bottom: 6px;
    font-size: 13px;
  }

  .section-desc {
    max-width: none;
    font-size: 14px;
    line-height: 1.7;
  }

  .section-more {
    height: 34px;
    padding: 0 14px;
    font-size: 13px;
  }

  .growth-path>li {
    width: 100%;
    min-height: auto;
    padding: 18px 16px;
  }

  .growth-path>li::after {
    display: none;
  }

  .growth-path span {
    margin-bottom: 10px;
  }

  .growth-path strong {
    font-size: 18px;
  }

  .growth-path p {
    margin-top: 8px;
    font-size: 13px;
  }

  .home-policy-list {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .home-policy-list a {
    min-height: auto;
    padding: 18px 16px;
  }

  .home-policy-list strong {
    min-height: auto;
    font-size: 17px;
  }

  .home-policy-list p {
    margin-top: 10px;
    font-size: 13px;
  }

  .service-right {
    padding-right: 15px;
    padding-bottom: 15px;
  }

  .enterprice-mask {
    font-size: 16px;
    padding: 5px;
  }

  .enterprice-mask small {
    font-size: 12px;
  }

  .enterprice-ul>li {
    border-radius: 10px;
  }

  .banner-tit,.banner-list-tit {
    font-size: 20px;
  }

  .head {
    padding: 10px 0;
  }

  .banner-img,.banner-list-img {
    min-height: 240px;
    object-fit: cover;
  }

  .logo-img, .footer-logo{
    max-width: 180px;
  }

  .series-panel {
    margin-top: 24px;
    padding: 20px 16px;
  }

  .series-title {
    font-size: 22px;
  }

  .series-desc {
    max-width: none;
    font-size: 14px;
  }

  .series-list {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .series-list li a {
    min-height: 50px;
    padding: 10px 12px;
  }

  .banner-list-desc1 br {
    display: none;
  }

  .p-img-desc {
    font-size: 12px;
    text-align: center;
    line-height: 1.4em;
  }

  .TJ-ul>li {
    width: 84px;
    flex-direction: column-reverse!important;
    align-items: center!important;
  }

  .TJ-ul>li:nth-of-type(1) {
    transform: translate(calc(-100% + 20px), -50%);
  }

  .TJ-ul>li:nth-of-type(2) {
    transform: translate(calc(-100% + 20px), calc(-50% - 10px));
  }

  .TJ-ul>li:nth-of-type(3) {
    transform: translate(-50%, calc(-50% - 10px));
  }

  .TJ-ul>li:nth-of-type(4) {
    transform: translate(calc(-50% + 20px), calc(-50% - 10px));
  }

  .TJ-ul>li:nth-of-type(5) {
    transform: translate(calc(-50% + 20px), -50%);
  }

  

  .p-img {
    width: 30px;
  }

  .service-ul-bottom {
    padding: 20px 15px;
  }

  .service-ul-bottom-tit {
    font-size: 18px;
  }

  .mt20 {
    margin-top: 10px;
  }

  .service-ul-bottom-desc {
    font-size: 14px;
    max-height: 25px;
  }

  .swiper-service .swiper-slide {
    padding-bottom: 150px;
  }

  .service-ul-bottom-icon {
    width: 40px;
    right: 15px;
  }

  .p-img-box {
    margin: 0;
  }

  .footer-top-ul {
    flex-direction: column;
    gap: 10px;
  }

  .footer-top-ul>li {
    margin-left: 0;
  }

  .footer-top {
    padding: 25px 0 15px;
  }

  .footer-bott {
    padding: 15px 0;
    font-size: 12px;
  }

  .footer-links {
    display: none;
  }

  .icon-plus {
    display: block;
  }

  .about-tab-ul>li a {
    height: 40px;
    min-width: calc(155 / 55 * 30px);
    font-size: 16px;
  }

  .mask-inner-tit {
    font-size: 18px;
    padding-bottom: 15px;
  }

  .mask-close .iconfont {
    font-size: 20px;
  }

  .mask-inner-desc {
    font-size: 14px;
  }

  .mask-inner {
    padding: 20px;
  }

  .about-tab-ul>li {
    margin-top: 10px;
  }

  .about-tab-ul>li + li {
    margin-left: 10px;
  }

  .about-tit {
    font-size: 18px;
    padding-bottom: 15px;
  }

  .about-show {
    font-size: 14px;
    line-height: 1.65em;
    padding: 20px 0;
  }

 

  .normal-pb {
    padding-bottom: 25px;
  }

  .about-culture-ul>li {
    padding: 20px;
  }

  .about-culture-left-tit {
    font-size: 18px;
  }

  .about-culture-left-desc {
    font-size: 14px;
    margin-top: 15px;
    line-height: 1.65em;
  }

  .ability-box {
    padding: 10px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: none;
    font-size: 15px;
    line-height: 1.6em;
    position: static;
    background-color: transparent;
    color: #333;
  }

  .product-inner-right {
    padding: 15px 15px 25px;
  }

  .product-inner-right-dl dt {
    font-size: 18px;
  }

  .product-inner-right-dl dd {
    font-size: 14px;
  }

  .product-ul-btn {
    height: 40px;
    width: calc(120 / 50 * 40px);
    font-size: 14px;
  }

  .product-ul-tit {
    font-size: 20px;
  }

  .product-ul-desc {
    font-size: 14px;
  }

  .product-ul>li {
    margin-top: 20px;
    border-radius: 10px;
  }

  .product-inner-right-dl + .product-inner-right-dl {
    margin-top: 20px;
  }

  .desc-box {
    font-size: 16px;
    padding: 20px 0;
    line-height: 1.6em;
  }

  .nav-position-pd {
    padding: 15px 0;
  }

  .banner-list-desc1 {
    font-size: 12px;
    line-height: 1.5em;
  }

  .product-inner-right-desc {
    font-size: 16px;
    line-height: 1.6em;
  }

  .product-system-architecture {
    margin-top: 18px;
    padding: 18px 14px;
  }

  .product-process {
    display: block;
    border: 0;
  }

  .product-process li {
    min-height: auto;
    margin-bottom: 10px;
    padding: 16px;
    border: 1px solid #dfe6ee;
  }

  .product-process span {
    margin-bottom: 8px;
    font-size: 13px;
  }

  .product-process strong {
    font-size: 17px;
  }

  .product-process p {
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.6;
  }

  .br20 {
    border-radius: 10px;
  }

  .data-ability-box-left {
    padding: 15px;
    font-size: 16px;
    line-height: 1.6em;
  }

  .mt40 {
    margin-top: 20px;
  }

  .knowledge-ul-right::after {
    width: 100%;
  }

  .knowledge-ul-left-img {
    transform: none;
  }

  .knowledge-ul-right::after {
    border-radius: 10px;
  }

  .knowledge-ul-right {
    padding: 25px 20px 20px;
    margin-top: -10px;
  }

  .knowledge-ul>li {
    margin-top: 20px;
  }

  .knowledge-ul {
    margin-top: -10px;
  }

  .industry-ul>li {
    padding: 20px 0;
  }

  .industry-ul-left-tit {
    font-size: 16px;
  }

  .industry-ul-left-desc {
    font-size: 14px;
    line-height: 1.6em;
  }

  .mt30 {
    margin-top: 15px;
  }
  .web-tc {
    text-align: center;
  }

  .industry-detail-tit {
    font-size: 18px;
    line-height: 1.5;
  }

  .industry-detail-info>span {
    margin-right: 5px;
  }

  .industry-detail-box {
    padding: 15px;
  }
  .industry-detail-content {
    padding: 20px 0;
    font-size: 16px;
    line-height: 1.9;
  }

  .industry-detail-content p {
    margin-bottom: 22px;
  }

  .industry-detail-content h2 {
    margin: 34px 0 16px;
    font-size: 20px;
    line-height: 1.45;
  }

  .industry-detail-content h3 {
    margin: 28px 0 14px;
    font-size: 18px;
    line-height: 1.45;
  }

  .industry-detail-content ul,
  .industry-detail-content ol {
    margin-bottom: 22px;
    padding-left: 1.2em;
  }

  .industry-detail-content li {
    margin-bottom: 8px;
    line-height: 1.8;
  }

  .article-service-cta {
    display: block;
    margin-bottom: 28px;
    padding: 20px 16px;
  }

  .article-service-title {
    font-size: 19px;
  }

  .article-service-desc {
    font-size: 14px;
    line-height: 1.75;
  }

  .article-service-btn {
    width: 112px;
    height: 36px;
    margin-top: 16px;
    font-size: 14px;
  }

  .prev-next-box {
    padding: 15px;
  }

  .contact-ul-top-img {
    height: 40px;
  }
  .contact-ul-bott-tel {
    font-size: 14px;
  }

  .contact-ul-bott-tit {
    font-size: 12px;
    margin-top: 5px;
  }
  .fix-web {display: flex;flex-direction: column;}
  .fix-web:after {display: none;}
  .fix-web>[class*=left],.fix-web>[class*=right] {width: 100%;}
  .flex-web {flex-direction: column!important;}
  .flex-web>[class*=left],.flex-web>[class*=right] {width: 100%;max-width: 100%;}
  .flex-web-reverse {flex-direction: column-reverse!important;display: flex;}
  .flex-web-reverse>[class*=left],.flex-web-reverse>[class*=right] {width: 100%;}
  .fix-web>.right-mt25 {margin-top: 25px;}
  .fix-web>.right-mt20 {margin-top: 20px;}
  .flex-web>.right-mt5 {margin-top: 5px;}
  .fix-web>.right-mt15 {margin-top: 15px;}
  .flex-web> .right-mt15 {margin-top: 15px;}
  .flex-web> .right-mt10 {margin-top: 10px;}
  .flex-web> .right-mt20 {margin-top: 20px;}
  .flex-web> .right-mt25 {margin-top: 25px;}
  .flex-web-reverse>.right-mt15 {margin-top: 15px;}
  ._web_col_1 {display: flex;flex-wrap: wrap;margin-top: 0;}
  ._web_col_3 {display: flex;flex-wrap: wrap;gap: 10px;flex-direction: row;margin-top: 0;}
  ._web_col_2 {display: flex;flex-wrap: wrap;gap: 10px;flex-direction: row;margin-top: 0;}
  ._web_col_1>li {width: 100%;margin: 0!important;}
  ._web_col_2>li {width: calc(calc(100% - 10px) / 2);margin: 0!important;}
  ._web_col_3>li {
    width: calc(calc(100% - 20px) / 3);
    margin: 0!important;
  }

  ._web-mt15 {margin-top: 15px;}
  ._web-mt20 {margin-top: 20px;}
  ._web-mt25 {margin-top: 25px;}
  ._web-fs12 {font-size: 12px;}
  ._web-fs14 {font-size: 14px;}
  ._web-fs16 {font-size: 16px;}
  ._web-fs18 {font-size: 18px;}
  ._web-fs20 {font-size: 20px;}
  ._web-fs22 {font-size: 22px;}
  ._web-fs24 {font-size: 24px;}
  ._web-pd40 {padding: 40px 0;}
  ._web-pd15 {padding: 15px 0;}
  ._web-pd20 {padding: 20px 0;}
  ._web-pd25 {padding: 25px 0;}

  .normal-mt {
    margin-top: 25px;
  }


  .map-iframe {
    height: 200px;
  }

  .customer-inner {
    margin-top: 20px;
  }
}

@media (max-width:750px) {
  .flex-phone {flex-direction: column;}
  .flex-phone>[class*=left],.flex-phone>[class*=right] {width: 100%;}
  .flex-phone> .right-mt5 {margin-top: 5px;}
  .flex-phone> .right-mt15 {margin-top: 15px;}
  .flex-phone> .right-mt20 {margin-top: 20px;}
  .flex-phone> .right-mt25 {margin-top: 25px;}
}

@media (max-width:640px)  {
  .head {
    background-color: #233e62;
  }

  .banner-word {
    top: 56%;
    padding-top: 0;
  }

  .banner-img {
    min-height: 360px;
  }

  .banner-kicker {
    margin-bottom: 10px;
    background-color: rgba(35,62,98,.46);
  }

  .banner-tit {
    max-width: 86%;
    font-size: 24px;
    line-height: 1.35;
  }

  .banner-desc {
    max-width: 86%;
    font-size: 15px;
    line-height: 1.7;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .banner-actions {
    margin-top: 14px;
  }

  .banner-tags {
    display: none;
  }

  .growth-box .section-head,
  .home-policy .section-head {
    margin-bottom: 18px;
  }

  .growth-box .service-tit,
  .home-policy .service-tit {
    font-size: 22px;
    line-height: 1.45;
  }

  .growth-path {
    display: block!important;
    border: 0;
  }

  .growth-path>li {
    width: 100%!important;
    margin-bottom: 10px;
    padding: 16px 16px 16px 54px;
    border: 1px solid #dfe6ee;
    background-color: #fff;
  }

  .growth-path span {
    position: absolute;
    left: 16px;
    top: 18px;
    margin: 0;
    font-size: 13px;
  }

  .growth-path strong {
    font-size: 17px;
    line-height: 1.35;
  }

  .growth-path p {
    margin-top: 6px;
    font-size: 13px;
    line-height: 1.6;
  }

  .home-policy-list {
    display: block!important;
  }

  .home-policy-list>li {
    margin-bottom: 12px;
    border: 1px solid #dfe6ee;
    background-color: #fff;
  }

  .home-policy-list a {
    padding: 16px;
  }

  .home-policy-list span {
    margin-bottom: 8px;
    font-size: 12px;
  }

  .home-policy-list strong {
    display: block;
    font-size: 17px;
    line-height: 1.45;
  }

  .home-policy-list p {
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.65;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .home-service-grid {
    display: block;
  }

  .home-service-card {
    min-height: auto;
    margin-bottom: 12px;
    padding: 18px 16px;
  }

  .home-service-no {
    margin-bottom: 10px;
    font-size: 13px;
  }

  .home-service-title {
    font-size: 19px;
  }

  .home-service-desc {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.7;
  }

  .home-service-tags {
    gap: 6px;
    margin-top: 12px;
  }

  .home-service-tags span {
    padding: 5px 8px;
    font-size: 12px;
  }

  .series-panel {
    padding: 18px 14px;
  }

  .series-title {
    font-size: 20px;
  }

  .series-list li a {
    align-items: flex-start;
  }

  .industry-ul>li {
    padding: 18px 0;
  }

  .industry-ul-left-tit {
    font-size: 17px;
    line-height: 1.55;
  }

  .industry-ul-left-desc {
    margin-top: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .why-us {
    background-image: none!important;
    background-color: #f7f9fb;
  }

  .customer-inner {
    padding-top: 0;
    margin: 18px 0 0;
  }

  .customer-circle1,
  .customer-circle3 {
    display: none;
  }

  .customer-circle2 {
    position: static;
    width: 100%;
    padding-top: 0;
    transform: none;
    border-radius: 0;
    background: transparent;
  }

  .TJ-ul {
    position: static;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    transform: none;
  }

  .TJ-ul>li,
  .TJ-ul>li:nth-of-type(1),
  .TJ-ul>li:nth-of-type(2),
  .TJ-ul>li:nth-of-type(3),
  .TJ-ul>li:nth-of-type(4),
  .TJ-ul>li:nth-of-type(5) {
    position: static;
    width: 100%;
    min-height: 62px;
    padding: 12px 14px;
    transform: none;
    flex-direction: row!important;
    justify-content: flex-start;
    background-color: #fff;
    border: 1px solid #dfe6ee;
  }

  .p-img-box {
    flex: 0 0 34px;
    margin: 0 12px 0 0;
  }

  .p-img {
    width: 34px;
  }

  .p-img-desc {
    flex: 1;
    font-size: 15px;
    line-height: 1.55;
    text-align: left;
    color: #233e62;
  }

  .service-logic-grid,
  .service-process {
    display: block;
  }

  .service-logic-card {
    min-height: auto;
    margin-bottom: 12px;
    padding: 18px 16px;
  }

  .service-logic-card span {
    margin-bottom: 10px;
    font-size: 13px;
  }

  .service-logic-card strong {
    font-size: 18px;
  }

  .service-logic-card p {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.7;
  }

  .service-process {
    margin-top: 14px;
    border: 0;
  }

  .service-process li {
    min-height: auto;
    margin-bottom: 10px;
    padding: 16px;
    border: 1px solid #dfe6ee;
  }

  .service-process span {
    font-size: 17px;
  }

  .service-process p {
    margin-top: 8px;
    font-size: 13px;
  }

  .service-deliverables {
    gap: 8px;
    margin-top: 16px;
  }

  .service-deliverables span {
    padding: 6px 9px;
    font-size: 13px;
  }
}
@media (max-width:575px) {

}
@media (max-width:414px) {
  
}

@media (max-width:375px) {

}
