@charset "utf-8";
/* 轮播 */
.borimg{position:relative;}
.borimg img{width:100%;}
.bortext{position:absolute;top: 50%;width: 100%;padding: 50px;text-align: left;transform: translateY(-50%);left: 11%;}
.bortext h2{font-size: 2vw;color: #fff;margin-bottom: 35px;font-weight: 600;}
.bortext h3{font-size: 18px;color: #fff;margin-bottom: 20px;line-height: 1.5;font-weight: 500;}
.bortext  .trye {margin-top: 50px;}
.bortext .trye a{/* font-size: 16px; *//* padding: 15px 40px; *//* background: #00aeef; *//* color: #fff; *//* border-radius: 60px; *//* box-shadow: 0 0 15px 0 #00aeef; */}
.bortext p{font-size: 26px;color: #000;letter-spacing: 0;}
.bortexert{width: 35%;float: left;text-align: left;}
.bortext.wanhof{/* top: 25%; */}
.bortext .bortexert.wantoe{text-align: left;/* width:100%; */}
.bortext .bortexert.wantoe  .trye{justify-content: flex-start;}
.bortext .bortexert.wantoe h2{color: #000000;}
.bortext .bortexert.wantoe h3{color: #000000;}

.trye {
    display: flex;
    gap: 50px;
    align-items: center;
}
/* 左侧蓝色按钮 Get a Quote */
.trye a:first-child {
    background-color: #fdac15;
    color: #000000;
    padding: 10px 30px;
    border-radius: 0;
    text-decoration: none;
    font-size: 16px;
    
    /* 过渡动画：所有属性 0.3秒 平滑过渡 */
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(65, 105, 255, 0.2);
    font-weight: bold;
    border-radius: 60px;
}
/* 悬浮效果 */
.trye a:first-child:hover {
    background-color: #2d57ff; /* 加深蓝色 */
    transform: translateY(-3px); /* 轻微上浮 */
    box-shadow: 0 8px 20px rgba(65, 105, 255, 0.35); /* 阴影变大 */
}
/* 点击效果 */
.trye a:first-child:active {
    transform: translateY(0); /* 按下复位 */
    box-shadow: 0 2px 6px rgba(65, 105, 255, 0.25);
}

/* 右侧文字按钮 Learn More */
.trye a:last-child {
    color: #000;
    font-size: 16px;
    text-decoration: none;
    background: #fff;
    transition: all 0.3s ease;
    padding: 10px 30px;
    font-weight: bold;
    border-radius: 60px;
}
/* 悬浮效果 */
.trye a:last-child:hover {
    color: #4169ff; /* 文字变蓝 */
    border-bottom-color: #4169ff; /* 下划线也变蓝 */
    padding-bottom: 10px; /* 下划线轻微下移 */
}
/* 右侧文字按钮 Learn More */
.bortext .bortexert.wantoe .trye a:last-child {
    /* color: #fff; */
    /* font-size: 18px; */
    text-decoration: none;
    border-bottom: 3px solid #fff;
    padding-bottom: 6px;
    font-family: sans-serif;
    transition: all 0.3s ease;
}
@media (max-width: 980px) {
.bortext.wanhof {
    top: 40%;
}

.bortext .bortexert.wantoe .trye a:last-child {
    color: #fff;
    font-size: 12px;


}
	.page-bannermo{margin-top:60px;}
.bortexert{width:100%}
	
.bortext {
    position: absolute;
    top: 50%;
    width: 100%;
    padding: 20px;
    left: 0;
    text-align: left;
}

.bortext h3 {
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
}

.bortext h2 {
    font-size: 14px;
    /* color: #000; */
    margin-bottom: 20px;
    font-weight: normal;
}

.bortext .trye a {
    font-size: 12px;
    padding: 8px 20px;
    /* background: #37a218; */
    color: #fff;
    border-radius: 60px;
    /* box-shadow: 0 0 15px 0 #37a218; */
}


.page-bannermo .bortext h3 {
    font-size: 14px;
    color: #000;
    margin-bottom: 20px;
}
.bortext p {
    font-size: 12px;
    color: #fff;
    letter-spacing: 0;
}

.page-bannermo .bortext h2 {
  display:none;
}

}


  /* 全屏外层背景 */
    .Guangbo_machining_full_wrapper {
      width: 100%;
      background: url(../images/ms.jpg) no-repeat left bottom;
      padding: 60px 20px 0;
      margin-bottom: 50px;
    }

    /* 主容器固定1400px，居中 */
    .Guangbo_machining_container {
      max-width: 1400px;
      margin: 0 auto;
    }

    .Guangbo_machining_section_title {
      text-align: center;
      font-size: 44px;
      font-weight: 700;
      color: #000000;
      margin-bottom: 40px;
    }

    .Guangbo_machining_card_wrap {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 24px;
      margin-bottom: 48px;
    }

    .Guangbo_machining_card {
      background-color: #f2f2f2;
      padding: 24px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .Guangbo_machining_card:hover {
      transform: translateY(-6px);
      box-shadow: 0 10px 24px rgba(0,0,0,0.12);
    }

    .Guangbo_machining_card_img_box {
      width: 100%;
      height: 180px;
      overflow: hidden;
      margin-bottom: 22px;
      background: #fff;
    }

    .Guangbo_machining_card_img_box img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      transition: transform 0.4s ease;
    }

    .Guangbo_machining_card:hover .Guangbo_machining_card_img_box img {
      transform: scale(1.05);
    }

    .Guangbo_machining_card_title {
      font-size: 22px;
      font-weight: 700;
      color: #000;
      line-height: 1.35;
      margin-bottom: 14px;
    }

    .Guangbo_machining_card_desc {
      font-size: 14px;
      color: #555555;
      line-height: 1.6;
      margin-bottom: 24px;
    }

    .Guangbo_machining_view_more {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      font-size: 15px;
      color: #002699;
      text-decoration: none;
      font-weight: 600;
      transition: gap 0.25s ease;
    }

    .Guangbo_machining_view_more:hover {
      gap: 10px;
    }

    .Guangbo_machining_bottom_text {
      text-align: center;
      font-size: 18px;
      color: #222222;
      line-height: 1.6;
      max-width: 900px;
      margin: 0 auto 32px auto;
    }

    .Guangbo_machining_btn_group {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 28px;
      flex-wrap: wrap;
    }

    .Guangbo_machining_quote_btn {
      background-color: #ffb300;
      border: none;
      padding: 16px 40px;
      font-size: 18px;
      font-weight: 700;
      cursor: pointer;
      transition: background-color 0.3s ease, transform 0.2s ease;
    }

    .Guangbo_machining_quote_btn:hover {
      background-color: #e69f00;
      transform: translateY(-2px);
    }

    .Guangbo_machining_all_link {
      font-size: 18px;
      font-weight: 700;
      color: #000;
      text-decoration: none;
      border-bottom: 2px solid #002699;
      display: inline-flex;
      align-items: center;
      gap: 6px;
      padding-bottom: 2px;
      transition: gap 0.25s ease;
    }

    .Guangbo_machining_all_link:hover {
      gap:10px;
    }


    /* 平板适配 */
    @media screen and (max-width:1200px) {
      .Guangbo_machining_card_wrap {
        grid-template-columns: repeat(2,1fr);
      }
      .Guangbo_machining_section_title {
        font-size: 34px;
      }
    }

    /* 手机适配 */
    @media screen and (max-width:640px) {
      .Guangbo_machining_card_wrap {
        grid-template-columns: 1fr;
      }
      .Guangbo_machining_section_title {
        font-size: 28px;
      }
      .Guangbo_machining_bottom_text {
        font-size:16px;
      }
      .Guangbo_machining_btn_group {
        flex-direction: column;
        gap:20px;
      }
    }
	
	
	
	  /* 外层全屏容器 */
    .Guangbo_industry_full_wrapper {
      width: 100%;
      background-color: #ffffff;
      padding: 60px 0;
    }

    /* 主内容容器 固定1400px居中 */
    .Guangbo_industry_container {
      max-width: 1400px;
      margin: 0 auto;
      padding: 0 20px;
    }

    .Guangbo_industry_header {
      display: flex;
      justify-content: space-between;
      align-items: c;
      margin-bottom: 24px;
    }

    .Guangbo_industry_text_wrap {
      max-width: 70%;
    }

    .Guangbo_industry_title {
      font-size: 40px;
      font-weight: 700;
      color: #000000;
      margin-bottom: 14px;
    }

    .Guangbo_industry_desc {
      font-size: 14px;
      color: #666666;
      line-height: 1.6;
    }

    .Guangbo_industry_slide_ctrl {
      display: flex;
      gap: 20px;
      margin-top: 8px;
    }

    .Guangbo_industry_arrow_btn {
      width: 45px;
      height: 45px;
      border-radius:50%;
      border:none;
      /* cursor:pointer; */
      font-size: 34px;
      line-height: 26px;
      /* display:flex; */
      align-items:center;
      justify-content:center;
      transition: all 0.3s ease;
    }
    .Guangbo_industry_arrow_btn.prev {
      background:#ffb300;
      color: #000;
      line-height: 0;
    }
    .Guangbo_industry_arrow_btn.next {
      background:#f1f1f1;
      color:#333;
    }
    .Guangbo_industry_arrow_btn:hover{
      transform: translateY(-2px);
      box-shadow:0 4px 10px rgba(0,0,0,0.12);
    }

    /* 轮播外层：图片全屏通栏 */
    .Guangbo_industry_swiper_wrap {
      width:100%;
      position:relative;
      overflow:hidden;
    }
    .Guangbo_industry_slide_item {
      width:100%;
      position:relative;
      display:none;
    }
    .Guangbo_industry_slide_item.active {
      display:block;
    }
    .Guangbo_industry_banner_img {
      width:100%;
      /* height:520px; */
      object-fit:cover;
      display:block;
    }

    /* 图片上的浮层文字，约束在1400px容器内 */
    .Guangbo_industry_overlay_text {
      position:absolute;
      top: 100px;
      left:50%;
      transform: translateX(-50%);
      width:1400px;
      padding:0 20px;
      color:#ffffff;
      max-width:100%;
    }
    .Guangbo_industry_overlay_inner {
      max-width: 750px;
    }
    .Guangbo_industry_overlay_title {
      font-size: 28px;
      font-weight:bold;
      margin-bottom:16px;
    }
    .Guangbo_industry_overlay_desc {
      font-size: 16px;
      line-height:1.6;
    }

    /* 选项卡：一半浮在图片上，宽度1400px，居中 */
    .Guangbo_industry_tabs_wrap {
      display:grid;
      grid-template-columns: repeat(4, 1fr);
      width:1400px;
      max-width: calc(100% - 40px);
      margin:0 auto;
      position:relative;
      top:-48px;
    }
    .Guangbo_industry_tab_item {
      padding:24px 12px;
      background:#ffffff;
      border:1px solid #eee;
      display:flex;
      flex-direction:column;
      align-items:center;
      gap:10px;
      cursor:pointer;
      transition: all 0.3s ease;
    }
    .Guangbo_industry_tab_item.active {
      background:#2b42a9;
      color:#ffffff;
    }
    .Guangbo_industry_tab_item:hover {
      transform: translateY(-4px);
      box-shadow:0 8px 18px rgba(0,0,0,0.1);
    }
    .Guangbo_industry_tab_icon {
      font-size:30px;
      filter: brightness(50%);
    }
	
	 .Guangbo_industry_tab_item.active .Guangbo_industry_tab_icon{filter: brightness(100%);}
    .Guangbo_industry_tab_label {
      text-align:center;
      font-size:15px;
      line-height:1.4;
      font-weight:600;
    }

    /* 平板适配 */
    @media screen and (max-width:1440px) {
      .Guangbo_industry_tabs_wrap {
        width: calc(100% - 40px);
      }
      .Guangbo_industry_overlay_text {
        width:100%;
      }
    }
    @media screen and (max-width:1200px) {
      .Guangbo_industry_header {
        flex-direction:column;
        gap:20px;
      }
      .Guangbo_industry_text_wrap {
        max-width:100%;
      }
      .Guangbo_industry_banner_img {
        height:420px;
      }
      .Guangbo_industry_tabs_wrap {
        grid-template-columns: repeat(2,1fr);
        top:-36px;
      }
      .Guangbo_industry_title {
        font-size:32px;
      }
      .Guangbo_industry_overlay_inner {
        max-width:420px;
      }
    }

    /* 手机适配 */
    @media screen and (max-width:640px) {
      .Guangbo_industry_banner_img {
        height:380px;
      }
      .Guangbo_industry_tabs_wrap {
        grid-template-columns: 1fr;
        top:-24px;
      }
      .Guangbo_industry_title {
        font-size:26px;
      }
      .Guangbo_industry_overlay_text {
        top:30px;
      }
      .Guangbo_industry_overlay_title {
        font-size:18px;
      }
      .Guangbo_industry_overlay_desc {
        font-size:13px;
      }
    }
	
	
	
	  .Guangbo_advantages_full_wrapper {
      width: 100%;
      background-color: #f7f9fc;
      padding: 60px 20px;
    }

    .Guangbo_advantages_container {
      max-width: 1400px;
      margin: 0 auto;
    }

    .Guangbo_advantages_top {
      text-align: center;
      margin-bottom: 48px;
    }

    .Guangbo_advantages_title {
      font-size: 40px;
      font-weight: 700;
      color: #000000;
      margin-bottom: 12px;
    }

    .Guangbo_advantages_subtitle {
      font-size: 15px;
      color: #666666;
      line-height: 1.6;
      max-width: 900px;
      margin: 0 auto;
    }

    .Guangbo_advantages_cards_wrap {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 24px;
    }

    .Guangbo_advantage_card {
      background-color: #ffffff;
      padding: 30px 24px;
      border-top: 3px solid #ffb300;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      text-align: center;
    }
    /* 第2、4卡片向下错位偏移 */
    .Guangbo_advantage_card:nth-child(2),
    .Guangbo_advantage_card:nth-child(4) {
      margin-top: 32px;
    }

    .Guangbo_advantage_card:hover {
      transform: translateY(-6px);
      box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
    }
    /* hover保持错位基准，叠加上浮 */
    .Guangbo_advantage_card:nth-child(2):hover,
    .Guangbo_advantage_card:nth-child(4):hover {
      transform: translateY(calc(-6px - 32px));
    }

    .Guangbo_advantage_icon {
      width: 48px;
      height: 48px;
      margin: 0 auto 20px;
      color: #2b42a9;
      display:flex;
      align-items:center;
      justify-content:center;
    }

    .Guangbo_advantage_card_title {
      font-size: 18px;
      font-weight: 700;
      color: #2b42a9;
      line-height: 1.45;
      margin-bottom: 16px;
    }

    .Guangbo_advantage_card_desc {
      font-size: 14px;
      color: #555555;
      line-height: 1.65;
    }

    /* 平板适配：取消错位，整齐排列 */
    @media screen and (max-width: 1200px) {
      .Guangbo_advantages_cards_wrap {
        grid-template-columns: repeat(2, 1fr);
      }
      .Guangbo_advantage_card:nth-child(2),
      .Guangbo_advantage_card:nth-child(4) {
        margin-top: 0;
      }
      .Guangbo_advantage_card:nth-child(2):hover,
      .Guangbo_advantage_card:nth-child(4):hover {
        transform: translateY(-6px);
      }

      .Guangbo_advantages_title {
        font-size: 32px;
      }
    }

    /* 手机适配 */
    @media screen and (max-width: 640px) {
      .Guangbo_advantages_cards_wrap {
        grid-template-columns: 1fr;
      }
      .Guangbo_advantages_title {
        font-size: 26px;
      }
      .Guangbo_advantages_full_wrapper {
        padding: 40px 16px;
      }
      .Guangbo_advantage_card {
        padding: 24px 20px;
      }
    }
	
	
	
	
    .Guangbo_about_full_wrapper {
      width: 100%;
      background-color: #ffffff;
      padding: 60px 20px;
    }

    .Guangbo_about_container {
      max-width: 1400px;
      margin: 0 auto;
    }

    .Guangbo_about_top {
      text-align: center;
      margin-bottom: 48px;
    }

    .Guangbo_about_title {
      font-size: 40px;
      font-weight: 700;
      color: #000000;
      margin-bottom: 12px;
    }

    .Guangbo_about_subtitle {
      font-size: 15px;
      color: #666666;
      line-height: 1.6;
      max-width: 900px;
      margin: 0 auto;
    }

    .Guangbo_about_content_wrap {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 32px;
      align-items: stretch;
      margin-bottom: 48px;
    }

    .Guangbo_about_image_box {
      position: relative;
      width: 100%;
      min-height: 420px;
      overflow: hidden;
    }

    .Guangbo_about_image_box img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .Guangbo_about_image_overlay {
      position: absolute;
      inset: 0;
      /* background-color: rgba(43, 66, 169, 0.85); */
      display: flex;
      align-items: center;
      justify-content: center;
    }

    /* 播放按钮 + 波纹效果 */
    .Guangbo_about_play_wrap {
      position: relative;
      width: 56px;
      height: 56px;
      cursor: pointer;
    }

    .Guangbo_about_play_circle {
      width: 56px;
      height: 56px;
      border-radius: 50%;
      background-color: #ffffff;
      color: #2b42a9;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 24px;
      position: relative;
      z-index: 2;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .Guangbo_about_play_circle:hover {
      transform: scale(1.15);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    }

    .Guangbo_about_play_radius {
      position: absolute;
      inset: -12px;
      border-radius: 50%;
      border: 2px solid rgba(255, 255, 255, 0.75);
      animation: Guangbo_playRipple 1.8s ease-out infinite;
    }

    .Guangbo_about_play_radius:nth-child(2) {
      animation-delay: 0.6s;
    }

    .Guangbo_about_play_radius:nth-child(3) {
      animation-delay: 1.2s;
    }

    @keyframes Guangbo_playRipple {
      0% {
        transform: scale(1);
        opacity: 0.9;
      }
      100% {
        transform: scale(1.6);
        opacity: 0;
      }
    }

    .Guangbo_about_text_box {
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .Guangbo_about_text_title {
      font-size: 22px;
      font-weight: 700;
      color: #2b42a9;
      margin-bottom: 18px;
      line-height: 1.45;
    }

    .Guangbo_about_text_desc {
      font-size: 15px;
      color: #555555;
      line-height: 1.7;
      margin-bottom: 24px;
    }

    /* 短按钮 */
    .Guangbo_about_more_btn {
      display: -webkit-inline-box;
      background-color: #ffb300;
      color: #000000;
      text-decoration: none;
      padding: 12px 28px;
      font-size: 15px;
      font-weight: 700;
      transition: background-color 0.3s ease, transform 0.2s ease;
      width: 150px;
      white-space: nowrap;
    }

    .Guangbo_about_more_btn:hover {
      background-color: #e69f00;
      transform: translateY(-2px);
    }

    .Guangbo_about_stats_wrap {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 24px;
      text-align: center;
      padding-top: 8px;
    }

    .Guangbo_about_stat_item {
      padding: 12px;
    }

    .Guangbo_about_stat_number {
      font-size: 48px;
      font-weight: 700;
      color: #2b42a9;
      margin-bottom: 8px;
    }

    .Guangbo_about_stat_label {
      font-size: 14px;
      color: #666666;
      line-height: 1.5;
    }

    /* 视频弹窗 原生video */
    .Guangbo_video_modal {
      position: fixed;
      inset: 0;
      background-color: rgba(0, 0, 0, 0.85);
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 9999;
      padding: 20px;
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.3s ease, visibility 0.3s ease;
    }

    .Guangbo_video_modal.active {
      opacity: 1;
      visibility: visible;
    }

    .Guangbo_video_inner {
      position: relative;
      width: 100%;
      max-width: 900px;
      aspect-ratio: 16 / 9;
      background-color: #000;
    }

    .Guangbo_video_inner video {
      width: 100%;
      height: 100%;
      border: none;
      background-color: #000;
      object-fit: contain;
    }

    .Guangbo_video_close {
      position: absolute;
      top: -16px;
      right: -16px;
      width: 32px;
      height: 32px;
      border-radius: 50%;
      background-color: #ffffff;
      color: #000000;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 18px;
      cursor: pointer;
      z-index: 10;
    }

    /* 平板适配 */
    @media screen and (max-width: 1200px) {
      .Guangbo_about_content_wrap {
        grid-template-columns: 1fr;
      }

      .Guangbo_about_image_box {
        min-height: 360px;
      }

      .Guangbo_about_stats_wrap {
        grid-template-columns: repeat(2, 1fr);
      }

      .Guangbo_about_title {
        font-size: 32px;
      }

      .Guangbo_video_inner {
        max-width: 720px;
      }
    }

    /* 手机适配 */
    @media screen and (max-width: 640px) {
      .Guangbo_about_stats_wrap {
        grid-template-columns: repeat(2, 1fr);
      }

      .Guangbo_about_title {
        font-size: 26px;
      }

      .Guangbo_about_full_wrapper {
        padding: 40px 16px;
      }

      .Guangbo_video_inner {
        max-width: 100%;
      }

      .Guangbo_video_close {
        top: 8px;
        right: 8px;
      }
    }
	
	
	
	.Guangbo_news_full_wrapper {
      width: 100%;
      background-color: #ffffff;
      padding: 60px 20px;
    }

    .Guangbo_news_container {
      max-width: 1400px;
      margin: 0 auto;
    }

    .Guangbo_news_top {
      text-align: center;
      margin-bottom: 48px;
    }

    .Guangbo_news_title {
      font-size: 48px;
      font-weight: 700;
      color: #000000;
      margin-bottom: 14px;
    }

    .Guangbo_news_subtitle {
      font-size: 16px;
      color: #777777;
      line-height: 1.6;
    }

    .Guangbo_news_grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 32px;
    }

    .Guangbo_news_card {
      display: flex;
      flex-direction: column;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      padding: 10px;
    }
    /*卡片hover上浮+阴影*/
    .Guangbo_news_card:hover {
      transform: translateY(-8px);
      box-shadow: 0 16px 32px rgba(0,0,0,0.07);
    }

    .Guangbo_news_image_box {
      width: 100%;
      height: auto;
      overflow: hidden;
    }

    .Guangbo_news_image_box img {
      width: 100%;
      height: auto;
      object-fit: cover;
      display: block;
      transition: transform 0.4s ease;
    }
    /*图片hover放大*/
    .Guangbo_news_card:hover .Guangbo_news_image_box img {
      transform: scale(1.06);
    }

    .Guangbo_news_card_body {
      padding-top: 26px;
    }

    .Guangbo_news_card_title {
      font-size: 24px;
      font-weight: 700;
      color: #000000;
      line-height: 1.35;
      margin-bottom: 14px;
      transition: color 0.25s ease;
    }
    .Guangbo_news_card:hover .Guangbo_news_card_title{
      color:#2b42a9;
    }

    .Guangbo_news_card_desc {
      font-size: 15px;
      color: #707070;
      line-height: 1.65;
      margin-bottom: 24px;
    }

    /* 底部行：左日期，右文字链接 */
    .Guangbo_news_card_footer {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .Guangbo_news_card_date {
      font-size: 15px;
      color: #777777;
    }

    .Guangbo_news_more_link {
      font-size: 16px;
      color: #000000;
      font-weight: 700;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      gap:6px;
      transition: all 0.25s ease;
    }
    /*箭头向右位移动画*/
    .Guangbo_news_more_link:hover{
      color:#2b42a9;
      gap:12px;
    }

    /* 平板 */
    @media screen and (max-width: 1200px) {
      .Guangbo_news_grid {
        grid-template-columns: repeat(2, 1fr);
      }
      .Guangbo_news_title {
        font-size: 40px;
      }
    }

    /* 手机 */
    @media screen and (max-width: 640px) {
      .Guangbo_news_grid {
        grid-template-columns: 1fr;
      }
      .Guangbo_news_title {
        font-size: 32px;
      }
      .Guangbo_news_full_wrapper {
        padding: 40px 16px;
      }
      .Guangbo_news_card:hover {
        transform: translateY(-4px);
      }
    }
	
	
	

		   .contact-section-wrap {
            width: 100%;
            background: #ffffff;
            padding: 60px 20px;
        }
        .contact-container {
            max-width: 1400px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap:60px;
            align-items: start;
        }

        .contact-left .contact-sub-title {
            font-size: 40px;
            font-weight: bold;
            color:#000;
            margin-bottom:24px;
        }
        .contact-left .contact-main-title {
            font-size: 40px;
            font-weight:bold;
            color:#000;
            line-height:1.2;
            margin-bottom:32px;
        }
        .contact-info-item p {
            font-size: 18px;
            color:#666;
            margin-bottom:20px;
            line-height: 1.8;
        }

        /* 表单区域 */
        .contact-form {
            display: grid;
            gap:20px;
        }
        .form-row-two {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap:20px;
        }
        .form-input,
        .form-textarea,
        .file-input-wrap {
            width:100%;
            background:#f1f1f1;
            border:0;
            border-radius:6px;
            padding:20px 22px;
            font-size: 16px;
            color:#333;
        }
        .form-input::placeholder,
        .form-textarea::placeholder {
            color:#888;
        }
        .form-textarea {
            min-height:240px;
            resize:none;
        }

        /* 文件上传模拟按钮 */
        .file-input-wrap {
            display:flex;
            align-items:center;
            gap:16px;
        }
        .file-select-btn {
            background: #fdac15;
            color: #000;
            border:none;
            border-radius:6px;
            padding:12px 24px;
            font-size:18px;
            cursor:pointer;
            transition:background 0.25s;
        }
        .file-select-btn:hover {
            background:#5f6368;
        }
        .file-select-btn::before {
            content:"↥";
            margin-right:8px;
            font-weight:bold;
        }
        .real-file {
            display:none;
        }

        .submit-btn {
            width:100%;
            background: #2b42a9;
            color:#fff;
            border:none;
            border-radius:6px;
            padding:20px;
            font-size: 20px;
            font-weight:bold;
            cursor:pointer;
            transition:background 0.3s;
        }
        .submit-btn:hover {
            background:#085499;
        }

.layui-upload-file {
    display: none !important;
    visibility: hidden !important;
    opacity:0;
    width:0;
    height:0;
    position:absolute;
    z-index:-999;
}

.form-row-two{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:12px;}
.form-input{padding:10px;border:1px solid #ccc;width:100%;box-sizing:border-box;}
.form-textarea{width:100%;min-height: 200px;padding:10px;box-sizing:border-box;border:1px solid #ccc;margin:12px 0;}
.file-input-wrap{border:1px dashed #cccccc;padding:16px;margin:12px 0;}
.file-select-btn{margin-left:10px;padding:6px 12px;cursor:pointer;}
.file-list-box{margin-top:10px;}
.file-list-box>div{margin:4px 0;font-size:13px;}
.submit-btn{padding: 15px 24px;cursor:pointer;}
        /* 响应式 */
        @media screen and (max-width:1200px) {
            .contact-left .contact-sub-title,
            .contact-left .contact-main-title {
                font-size:42px;
            }
            .contact-info-item {
                font-size:18px;
            }
        }
        @media screen and (max-width:992px) {
            .contact-container {
                grid-template-columns: 1fr;
                gap: 10px;
            }
            .contact-left .contact-sub-title,
            .contact-left .contact-main-title {
                font-size:36px;
            }
			
			
.bortext .trye {

    display: none;
}
			
		.Guangbo_machining_full_wrapper {
    background:#fff;
    padding: 30px 10px;
  
}	
	
	.Guangbo_industry_full_wrapper {
    width: 100%;
    background-color: #ffffff;
    padding: 20px 10px;
}
	
	.Guangbo_about_stat_number {
    font-size: 30px;
    
}

.footer_top_wrap {
    width: 100%;
    background-color: #f5f5f5;
    padding: 30px 10px;
}
	
        }
        @media screen and (max-width:768px) {
			.bortext .trye {
    margin-top: 50px;
    display: none;
}
            .contact-section-wrap {
                padding:40px 16px;
            }
            .contact-left .contact-sub-title,
            .contact-left .contact-main-title {
                font-size:30px;
            }
            .form-row-two {
                grid-template-columns:1fr;
            }
            .form-input,.form-textarea,.file-input-wrap {
                padding:16px 18px;
                font-size:16px;
            }
            .submit-btn {
                padding:16px;
                font-size:20px;
            }
        }