/**
 * 首页响应式：平板 ≤1199px，手机 ≤767px
 */
html {
  overflow-x: hidden;
}

@media (max-width: 1199px) {
  body,
  .wrap1,
  #app,
  .footer,
  .footer-wrap,
  #footer,
  .foot {
    min-width: 0 !important;
    overflow-x: hidden;
    max-width: 100%;
  }

  .footer,
  .footer-wrap,
  .foot_top {
    width: 100% !important;
    box-sizing: border-box;
  }

  .foot_top {
    flex-direction: column;
    height: auto !important;
    padding: 24px 16px;
  }

  .foot_d1.containeres {
    flex-direction: column;
  }

  .cpzxx {
    margin-left: 0 !important;
    flex-wrap: wrap;
    max-width: 100% !important;
  }

  .commonTitle,
  .commonTitle span {
    font-size: 22px !important;
    margin-top: 32px !important;
    line-height: 1.35 !important;
    padding: 0 16px;
  }

  .commonDesc {
    font-size: 14px !important;
    padding: 0 16px;
    line-height: 1.6 !important;
  }

  /* Banner */
  .bk1 {
    min-height: 100vh;
    min-height: 100dvh;
  }

  .video-background,
  .banner1 .bjt1,
  .bannerImg img {
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    object-fit: cover;
  }

  .bannerTitle {
    width: auto;
    left: 16px;
    right: 16px;
    top: 22%;
    height: auto;
    padding-bottom: 12px;
  }

  .bannerTitle div:first-child {
    font-size: 22px !important;
    line-height: 1.35 !important;
  }

  .bannerTitle div:last-child {
    font-size: 13px !important;
    line-height: 1.55 !important;
    margin-top: 8px !important;
  }

  .bannerBtnBox {
    left: 16px;
    right: 16px;
    top: auto;
    bottom: 140px;
    width: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .bannerBtnBox div:first-child,
  .bannerBtnBox div:last-child {
    width: 130px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding-left: 36px;
    background-size: 20px 20px;
    background-position: 10px center;
  }

  .bannerTips {
    width: 100%;
    height: auto;
    top: auto;
    bottom: 56px;
    right: 0;
    left: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px 8px;
    padding: 8px 12px 12px;
    box-sizing: border-box;
    background: linear-gradient(0deg, rgba(0, 11, 63, 0.65) 0%, transparent 100%);
  }

  .bannerTips::after {
    display: none;
  }

  .bannerTips div {
    position: static !important;
    right: auto !important;
    font-size: 11px !important;
    height: auto;
    line-height: 1.35;
    text-align: center;
    padding: 4px 2px;
  }

  .bannerTips .activeBanner {
    font-size: 12px !important;
    font-weight: 600;
  }

  .bannerTips .activeBanner i {
    display: none;
  }

  .banner1::before {
    display: none;
  }

  .banner1 iframe {
    width: 100% !important;
    height: 100% !important;
  }

  .bannerIcon {
    display: none;
  }

  .viDivserviceingo {
    width: 94%;
    height: auto;
    max-height: 85vh;
  }

  .viDivserviceingo .videoserviceingo {
    width: 100%;
    height: auto;
    max-height: 75vh;
  }

  /* bk2 */
  .bk2 {
    height: auto;
    padding: 0 0 32px;
    background-size: cover;
  }

  .content2 {
    position: relative;
    left: auto;
    transform: none;
    width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
  }

  .content2 .model2-content {
    width: 100%;
    flex-direction: column;
    margin-top: 20px;
  }

  .content2 .model2-content-left {
    width: 100%;
    height: auto;
    min-height: 220px;
    margin-right: 0;
    margin-bottom: 12px;
  }

  .content2 .model2-content-left img {
    width: 100%;
    min-height: 220px;
    max-height: 280px;
    object-fit: cover;
  }

  .content2 .model2-content-left .model2-conrent-text {
    left: 16px;
    right: 16px;
    top: auto;
    bottom: 16px;
  }

  .content2 .model2-content-left .content2Title {
    font-size: 20px !important;
    line-height: 1.3 !important;
  }

  .content2 .model2-content-left .content2Desc {
    font-size: 13px !important;
  }

  .bk2LearnMore {
    top: auto;
    bottom: 16px;
    right: 16px;
    font-size: 14px;
    width: 88px;
    height: 36px;
    line-height: 36px;
  }

  .content2 .model2-content-right {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .content2 .model2List {
    width: 100% !important;
    height: 72px;
    margin-bottom: 0;
  }

  .content2 .model2List img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .content2 .model2List div {
    font-size: 13px;
  }

  /* bk3 */
  .bk3 {
    height: auto;
    padding-bottom: 24px;
  }

  .bk3Content {
    position: relative;
    flex-direction: column;
    height: auto;
  }

  .leftBkt3 {
    width: 100%;
    min-height: auto;
    background-size: cover;
  }

  .bk3ListContent {
    width: calc(100% - 32px) !important;
    margin: 20px auto !important;
    margin-left: auto !important;
    height: auto;
    gap: 8px;
  }

  .bk3List {
    width: calc(50% - 6px) !important;
    height: auto;
    min-height: 88px;
    padding: 8px 4px;
    box-sizing: border-box;
  }

  .rightBkt3 {
    width: 100%;
    min-height: 200px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    box-sizing: border-box;
  }

  .rightBkt3 > div {
    width: 100% !important;
    text-align: center;
  }

  .rightBkt3 img,
  .rightBkt3 [class^="img"] {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: 100% !important;
    max-width: 320px !important;
    height: auto !important;
    margin: 0 auto !important;
    display: block !important;
  }

  .rightBkt3 [class$="_1"] {
    display: none !important;
  }

  /* bk5 */
  .bk5 {
    height: auto;
    padding-bottom: 32px;
  }

  .content5 .middle {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start;
    padding: 0 16px;
    margin-top: 16px !important;
  }

  .content5 .navbar li {
    font-size: 14px;
    padding: 8px 12px;
    flex-shrink: 0;
  }

  .swiper-container3 {
    width: 100% !important;
    margin: 16px auto 0 !important;
    height: auto !important;
    padding: 0 16px;
    box-sizing: border-box;
  }

  .swiper-container3 .card-wrap {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .swiper-container3 .card-wrap li,
  .swiper-container3 .card-wrap li .card-pic-wrap,
  .swiper-container3 .card-wrap li .card-pic-wrap a {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 4/3;
  }

  .swiper-container3 .card-wrap li .text-wrap h1 {
    font-size: 14px !important;
  }

  /* bk4 */
  .bk4 {
    height: auto;
    padding-bottom: 24px;
  }

  .bk4B .commonTitle,
  .bk4B .commonDesc {
    padding: 0 16px;
  }

  .bk4Content {
    width: 100%;
    flex-direction: column;
    height: auto;
    padding: 0 16px;
    margin-top: 16px;
    box-sizing: border-box;
  }

  .bk4Left {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: 8px;
    padding: 12px;
    justify-content: flex-start;
  }

  .bk4List {
    flex: 0 0 auto;
    width: auto !important;
    min-width: 100px;
    margin: 0;
    font-size: 13px;
    padding: 0 12px;
    white-space: nowrap;
  }

  .bk4Right {
    width: 100%;
    flex-direction: column;
  }

  .bk4RightContent {
    width: 100% !important;
    margin-left: 0 !important;
    padding: 16px;
    box-sizing: border-box;
  }

  .model4Title {
    margin-top: 0;
    font-size: 16px;
  }

  .model4desc {
    height: auto;
    font-size: 13px;
    line-height: 1.5;
  }

  .model4RightBox {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: 10px;
    padding-bottom: 8px;
    margin-top: 16px;
  }

  .model4RightList {
    flex: 0 0 120px;
    width: 120px !important;
    height: 180px;
    margin-right: 0;
  }

  .model4casebox {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  .model4caseList {
    width: calc(50% - 4px) !important;
    height: auto;
    float: none;
    margin-right: 0;
  }

  .bk4RightcaseDetail {
    width: 100% !important;
    margin-left: 0 !important;
    padding: 0 16px 16px;
    box-sizing: border-box;
  }

  .bk4RightcaseDetailImg {
    margin-top: 12px;
    height: auto;
    aspect-ratio: 16/10;
  }

  .bk4RightcaseDetailListBox {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
  }

  .bk4RightcaseDetailList {
    font-size: 12px;
    padding: 6px 10px;
  }

  /* bk8 */
  .bk8 {
    height: auto;
  }

  .content8 {
    flex-direction: column;
    height: auto;
    padding: 24px 16px;
    background-size: cover;
    background-position: center;
  }

  .content8 .left {
    display: none;
  }

  .content8 .right {
    width: 100%;
    padding: 0;
  }

  .content8 .right .bk8Title {
    font-size: 22px !important;
    text-align: center;
  }

  .content8 .right p {
    width: 100%;
    font-size: 14px;
    text-align: center;
  }

  .content8 .right ul {
    flex-wrap: wrap;
    margin-top: 20px;
    gap: 10px;
    justify-content: center;
  }

  .content8 .right ul li {
    width: calc(50% - 6px);
    margin-right: 0;
    height: auto;
    min-height: 120px;
    padding: 12px 8px;
  }

  .content8 .right ul li .li_desc span {
    font-size: 11px;
    width: 100%;
    margin-left: 0;
    text-align: center;
  }

  /* bk9 */
  .wrap1 .bk9 {
    height: auto !important;
    min-height: 0;
    padding: 32px 16px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    background-size: cover;
    box-sizing: border-box;
  }

  .card-bkt9 {
    position: static;
    width: 100%;
    text-align: center;
    margin-bottom: 16px;
  }

  .card-bkt9 div:first-child {
    font-size: 20px !important;
    line-height: 1.4;
  }

  .card-bkt9 div:last-child {
    font-size: 14px !important;
    line-height: 1.5;
  }

  .card-bkt9-right {
    position: static;
    width: 100%;
    max-width: none;
    height: auto;
    margin: 0;
    padding: 16px;
    box-sizing: border-box;
  }

  .card-bkt9-title {
    margin: 0 0 8px;
    font-size: 16px;
  }

  .card-bkt9-tips {
    margin-left: 0;
    font-size: 13px;
    margin-top: 12px;
  }

  .card-bkt9-right input,
  .card-bkt9-btn {
    width: 100% !important;
    margin-left: 0 !important;
    box-sizing: border-box;
    font-size: 15px;
  }

  /* bk10 */
  .bk10 {
    height: auto;
    padding-bottom: 24px;
  }

  .bk10Content {
    width: calc(100% - 32px);
    flex-direction: column;
    height: auto;
    margin: 20px auto;
  }

  .bk10Left {
    width: 100%;
    margin: 0;
    padding: 20px 16px;
  }

  .bk10LeftTitle {
    font-size: 18px;
  }

  .bk10LeftCon {
    font-size: 14px;
    line-height: 1.6;
  }

  .learnMore {
    width: 140px;
    font-size: 14px;
    margin-top: 16px;
  }

  .bk10right {
    width: 100%;
    margin: 0;
    padding: 0 16px 16px;
    height: auto;
  }

  .bk10right video {
    width: 100%;
    height: auto;
  }

  /* bk12 */
  .bk12 {
    height: auto;
    padding: 24px 0;
  }

  .bk12Content {
    width: calc(100% - 32px);
    flex-direction: column;
    height: auto;
    margin: 20px auto;
  }

  .bk12Title {
    font-size: 22px;
  }

  .bk12Desc {
    font-size: 24px !important;
    margin-left: 16px;
  }

  .bk12Desc span {
    font-size: 28px !important;
  }

  .bk12Tip {
    display: none;
  }

  .bk12InputBox {
    flex-direction: column;
    margin-top: 16px;
  }

  .bk12InputBox input,
  .bk12btn {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .bk12Right {
    width: 100% !important;
    margin: 16px 0 0 !important;
    height: auto;
    padding: 16px;
    box-sizing: border-box;
  }

  .bk12ListBox {
    flex-direction: column;
    margin-top: 0;
  }

  .bk12List {
    padding: 16px;
    border-right: none !important;
    border-bottom: 1px solid rgba(137, 144, 166, 0.3);
  }

  /* serviceSupport */
  .serviceSupport {
    height: auto !important;
    min-height: 0;
    padding-bottom: 40px;
  }

  .serviceSupport .bjtss {
    object-fit: cover;
  }

  .serviceSupport .content {
    position: relative;
    height: auto;
    padding-bottom: 24px;
  }

  .serviceSupport .serviceSupport-text h1,
  .serviceSupport .commonTitle {
    font-size: 20px !important;
    padding-top: 32px !important;
  }

  .serviceSupport #certify {
    width: 100% !important;
    padding: 0 16px;
    box-sizing: border-box;
  }

  .serviceSupport #certify .swiper-slide {
    width: 100% !important;
    max-width: 100%;
    height: auto !important;
    min-height: 0;
    padding: 16px !important;
    box-sizing: border-box;
  }

  .serviceSupport #certify .swiper-slide .swiper-slidecontent {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .serviceSupport #certify .swiper-slide .swiper-slidecontentRight {
    margin-left: 0;
    margin-top: 12px;
  }

  .serviceSupport #certify .swiper-button-prev,
  .serviceSupport #certify .swiper-button-next {
    display: none;
  }

  .learnProject {
    margin: 16px auto;
  }

  /* bk6 */
  .bk6 {
    height: auto !important;
    padding-bottom: 32px;
  }

  .bk6 .bjt6 {
    display: none;
  }

  .bk6 .content6 {
    position: relative;
    width: 100%;
    left: auto;
    transform: none;
    height: auto;
    padding: 24px 16px;
    box-sizing: border-box;
  }

  .bk6 .title6 {
    font-size: 22px !important;
    height: auto;
    text-align: center;
  }

  .bk6 .p6 {
    text-align: center;
    font-size: 14px;
  }

  .bk6 .btn6 {
    margin: 16px auto 0;
  }

  .bk6 .xw-content {
    width: 100%;
    height: auto;
    flex-direction: column;
    padding: 16px;
    margin-top: 20px;
  }

  .bk6 .content6-content {
    width: 100%;
    margin-bottom: 16px;
  }

  /* block12 */
  .block.block12 {
    padding: 32px 0;
  }

  .block.block12 .content,
  .block.block12 .title-style {
    width: calc(100% - 32px);
  }

  .block.block12 .title-style > div {
    font-size: 22px;
  }

  .block.block12 .content {
    flex-direction: column;
  }

  .block.block12 .statistics-right {
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    border-radius: 8px;
  }

  .block.block12 .statistics-right li {
    flex: 0 0 48%;
    margin-bottom: 12px;
    height: auto;
  }

  .block.block12 .statistics-right li .li-right b {
    font-size: 32px !important;
    line-height: 1.2;
  }

  .block.block12 .list {
    flex-direction: column;
    height: auto !important;
    align-items: stretch;
  }

  .block.block12 .list .list-item,
  .block.block12 .list .list-item.active {
    width: 100% !important;
    height: auto !important;
    min-height: 0;
    margin-bottom: 12px;
  }

  .block.block12 .list .list-item .contraction {
    padding-top: 24px;
    padding-left: 16px;
    transform: none !important;
  }

  .block.block12 .list .list-item .contraction .title {
    white-space: normal !important;
    font-size: 15px;
  }

  .block.block12 .list .list-item .exhibition {
    transform: none !important;
    white-space: normal;
    padding: 0 16px 16px;
  }

  .block.block12 .list .list-item .exhibition .subTitle {
    visibility: visible !important;
    white-space: normal;
    padding-left: 0;
    font-size: 13px;
    margin-bottom: 16px;
  }

  .block.block12 .list .list-item .exhibition .tag {
    width: 100%;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-start;
  }

  .block.block12 .list .list-item .exhibition .tag .tag-item {
    padding-left: 0 !important;
    flex: 0 0 45%;
    transform: none !important;
  }

  .block.block12 .list .list-item.active .contraction,
  .block.block12 .list .list-item.active .exhibition {
    transform: none !important;
  }

  .block.block12 .list .list-item .rightImg {
    width: 80px;
    opacity: 0.3;
  }

  /* bk11 */
  .bk11 {
    height: auto !important;
    padding-bottom: 32px;
  }

  .bk11 .content3 {
    padding: 0 16px;
  }

  .bk11 #picList1 {
    width: 100% !important;
    max-width: 100%;
    margin-top: 20px !important;
    transform: none !important;
    display: flex !important;
    flex-wrap: nowrap;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
    position: relative !important;
    padding: 8px 16px !important;
    box-sizing: border-box;
  }

  .bk11 .gloryItemBox {
    flex: 0 0 260px;
    margin-right: 12px;
  }

  .bk11 .gloryItem {
    width: 260px !important;
    height: auto !important;
    min-height: 280px;
  }

  .TAviDivBg .TAviDiv {
    width: 94%;
    max-width: 94%;
  }

  .TAviDiv .TAvideo {
    width: 100% !important;
    height: auto !important;
  }

  .allShadow {
    padding: 16px;
    box-sizing: border-box;
  }

  .allShadow img {
    max-width: 100%;
    max-height: 60vh;
  }
}

/* ========== 手机专用（≤767px）========== */
@media (max-width: 767px) {
  .bannerTitle {
    top: 18%;
    padding-top: 8px;
  }

  .bannerTitle div:first-child {
    font-size: 18px !important;
  }

  .bannerTitle div:last-child {
    font-size: 12px !important;
  }

  .bannerBtnBox {
    bottom: 150px;
  }

  .bannerTips {
    grid-template-columns: 1fr;
    bottom: 48px;
  }

  .bannerTips div {
    font-size: 12px !important;
  }

  .content2 .model2-content-right {
    grid-template-columns: 1fr;
  }

  .bk3List {
    width: 100% !important;
  }

  .swiper-container3 .card-wrap {
    grid-template-columns: 1fr !important;
  }

  .content8 .right ul li {
    width: 100%;
  }

  .block.block12 .statistics-right li {
    flex: 0 0 100%;
  }

  .card-bkt9 div:first-child br {
    display: none;
  }

  video,
  .videoserviceingo,
  #videos,
  #TAvideo {
    max-width: 100%;
    height: auto !important;
  }

  input,
  textarea,
  .con_input {
    font-size: 16px !important;
  }

  .serviceSupport #certify .swiper-slide {
    transform: none !important;
    opacity: 1 !important;
  }

  .foot_q2 {
    width: 100% !important;
    margin-bottom: 16px;
  }
}
