/* 移动端常用Reset */
@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent; /* 去除点击高亮 */
}
.menu_tt > a.active {
    color: #01083d;
    font-weight: bold;
}
body {
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    "PingFang SC",
    "Hiragino Sans GB",
    "Microsoft YaHei",
    "Noto Sans CJK SC",
    "Source Han Sans SC",
    Arial,
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.clearfix:after{
    display: block;
    content: "";
    height: 0;
    clear: both;
}
.clearfix{*zoom: 1;}
a {
  text-decoration: none;
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
  border: none;
}

ul, ol {
  list-style: none;
}

input, button, textarea {
  outline: none;
  border: none;
  background: none;
  -webkit-appearance: none; /* 去除iOS默认样式 */
}
.com-phone-contact {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px 20px;
    background-color: transparent;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    margin-left:100px;
}

/* 电话图标 */
.com-phone-contact i {
    font-size: 28px;
    color: #01083d;
    flex-shrink: 0;
    font-weight: bold;
    transition: transform 0.3s ease;
}

/* 电话号码文字 */
.com-phone-number {
    font-size:  24px;
    font-weight:  700;
    color: #01083d;
    letter-spacing: 2px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* hover 效果 */
.com-phone-contact:hover i {
    transform: scale(1.15);
    color: #01083d;
}

.com-phone-contact:hover .com-phone-number {
    color: #01083d;
}

/* ========== 响应式设计 - 最小尺寸998px ========== */

@media (max-width: 998px) {
    .com-phone-contact {
        gap: 10px;
        padding: 10px 16px;
    }

    .com-phone-contact i {
        font-size:  24px;
    }

    .com-phone-number {
        font-size: 20px;
        letter-spacing: 1px;
    }
}

@media (max-width: 768px) {
    .com-phone-contact {
        gap:  8px;
        padding:  8px 12px;
    }

    .com-phone-contact i {
        font-size: 20px;
    }

    .com-phone-number {
        font-size: 16px;
        letter-spacing: 0.5px;
    }
}


.header{
    position: relative;
    z-index: 4;
    height: 78px;
    color:#030000;
}

.head_mail{
  float:left;
  width:190px;
  color:#333;
  display:flex;
  display: -ms-flexbox;
  display: -webkit-flex;
    
  align-items:center;
  -ms-align-items: center;
  -webkit-align-items: center;
  font-size: 16px;
  line-height:20px;
    padding: 0 0 0 16px;
  margin:40px 0 0 0;
}
.head_mail .icon{
  color:#1d3e93;
  margin-right:5px;
}
.head_mail:hover{
  color:#313231;
}
.head_lag{
    width: 40px;
    height: 40px;
    position: relative;
    margin: 0 10px;
}
.head_lag_t{
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 28px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

.head_lag_down{
    position: absolute;
    left:50%;
    top: 48px;
    display: none;
    width: 135px;
    background: #fff;
    padding: 12px 12px 4px;
    margin-left: -67px;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
}
.head_lag_down_icon{
    position: absolute;
    left: 50%;
    top: -16px;
    width: 0;
    height: 0;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    margin-left: -8px;
}
.head_lag_down a{
    display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
    height: 30px;
    line-height: 30px;
    color: #444;
    font-size: 16px;
    margin-bottom: 8px;
    overflow: hidden;
}
.head_lag_down a img{
    display: block;
    margin-right: 5px;
}
.head_lag_down a:hover{
    color: #1d3e93;
}


.head_wrapper{
    width:100%;
    max-width:1600px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
        display: flex;
    justify-content: space-between;
}



.logo{
    float: left;
    height:78px;
    display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
}
.logo img{
    display: block;
    max-width: 100%;
    height:50px;
}

.menu{
    width: calc(100% - 370px);
    display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: flex-end;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
}

.menu_dl{
    display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
    padding-right: 15px;
}
.menu_dl dd{
    float: left;
    height: 78px;
    position: relative;
    margin: 0 8px;
}
.menu_dl dd.dd_pro{
    position: static;
}
.menu_tt .text{
    width: 100%;
    display: block;
    color: #030000;
    text-align: center;
    line-height: 78px;
    font-size: 16px;
    padding: 0 16px;
    text-transform: uppercase;
}
.menu_dl dd.hover .menu_tt .text{
    color: #030000;
}
.menu_down{
    display: none;
    position: absolute;
    left: 0;
    top:78px;
    z-index: 9;
    width: 300px;
    background: #efefef;
    padding-top: 5px;
    border-bottom: 2px solid #01083d;
}
.menu_down a{
    clear: both;
    display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
    color: #333;
    font-size:16px;
    line-height: 24px;
    padding:8px 30px;
    position: relative;
}
.menu_down .tt{
    width:calc(100% - 10px);
}
.menu_down .icon{
    width:10px;
    height: 10px;
    /*background: url(../images/footer_icon.png) no-repeat center center;*/
}
.menu_down a:after{
    content: "";
    position: absolute;
    left: 30px;
    bottom: -1px;
    display: block;
    width:calc(100% - 60px);
    height: 1px;
    background: #e0e0e0;
}
.menu_down a:last-child:after{
    display: none;
}
.menu_down a:hover{
    color: #fff;
    background: #01083d;
}


.menu_down_pro{
    display: none;
    position: absolute;
    left: 0;
    top: 78px;
    width: 100%;
    padding: 30px 0;
    background: #ebebeb;
    border-bottom: 2px solid #313231;
}
.menu_down_pro_list{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:center;
    -ms-justify-content:center;
    -webkit-justify-content:center;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}

.menu_down_pro_list .item{
    width: 200px;
    margin: 0 10px 20px;
}
.menu_down_pro_list .item .pic{
    overflow: hidden;
}
.menu_down_pro_list .item .tt{
    font-size: 14px;
    text-align: center;
    padding: 12px 0 0;
}

.menu_down_pro_list .item a:hover .pic img{
    transform:scale(1.03,1.03);
    -webkit-transform:scale(1.03,1.03);
}
.menu_down_pro_list .item a:hover .tt{
    color: #0c4392;
}

.head_search{
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
}

.search_box{
    display: none;
    position: fixed;
    left:50%;
    top: 50%;
    z-index: 5;
    margin:-30px 0 0 -450px;
    z-index: 9;
    width:900px;
    height: 60px;
    padding: 10px;
    background: #f5f5f5;
}
.search_box_text{
    width: calc(100% - 90px);
    height: 40px;
    border: 0;
    font-size: 14px;
    padding-left: 20px;
    background: none;
}
.search_box_text::-webkit-input-placeholder{
    font-size: 14px;
}
.search_box_sub{
    width:40px;
    height: 40px;
    color: #313231;
    font-size: 26px;
    background: none;
    font-weight: bold;
    border: 0;
}

.search_box_close{
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 28px;
    color: #999;
    margin-left: 10px;
    text-align: center;
    border: 0;
    background: none;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.search_box_close:hover{
    transform: rotateZ(90deg);
    -webkit-transform: rotateZ(90deg);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

/*
 * wap head
 */
.mobile_header{
    display: none;
    clear: both;
    height: 58px;
}
.mobile_header_top{
    width: 100%;
    height: 58px;
    position: fixed;
    left: 0;
    top:0;
    z-index: 7;
    background:#fff;
    box-shadow: 0 2px 3px rgba(0,0,0,.1);
}


.mobile_logo{
    width: 140px;
    height: 58px;
    margin-left: 15px;
}
.mobile_logo img{
    display: block;
    height: 30px;
    width: auto;
}

.mobile_menu_btn{
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    padding: 15px 15px 10px 14px;
    cursor: pointer;
}
.mobile_menu_btn span{
    display: block;
    height: 4px;
    width: 34px;
    background: #313231;
    border-radius: 4px;
    margin-bottom: 7px;
}
.mobile_search_icon{
    width: 40px;
    height: 58px;
    color: #313231;
    font-size: 26px;
    line-height: 58px;
    text-align: center;
    margin-right: 62px;
    cursor: pointer;
}
.mobile_lag_icon{
    width: 40px;
    height: 58px;
    color: #313231;
    font-size: 32px;
    line-height: 58px;
    cursor: pointer;
    margin-right: 6px;
}
.mobile_lag_box{
    display: none;
    position: fixed;
    left: 0;
    top: 58px;
    z-index: 7;
    width: 100%;
    text-align: center;
    padding: 20px;
    background: #f1f1f1;
}
.mobile_lag_box a{
    display: inline-block;
    width: 120px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 36px;
    background: #313231;
}


.mobile_menu_box{
    position: fixed;
    right: -240px;
    top:0;
    z-index: 8;
    width:220px;
    background: #fafafa;
    padding: 20px 10px;
    overflow-y: auto;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile_menu_box.show{
    right: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile_menu_dl{
  overflow-y:auto;
  height:100%;
}
.mobile_menu_dl dd{
    clear: both;
    line-height: 20px;
    margin-bottom: 8px;
}
.mobile_menu_tt{
    font-size: 18px;
    margin-bottom: 6px;
}
.mobile_menu_tt .text{
    float: left;
    width: 80%;
    color: #333;
    line-height: 30px;
    text-transform: uppercase;
}
.mobile_menu_tt_icon{
    display: none;
    float: right;
    width: 30px;
    height: 30px;
    background: url(../images/menu_ico.png) no-repeat center center;
    transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
}

.mobile_menu_down{
    display:none;
    padding:8px 0 8px 12px;
}
.mobile_menu_down a{
    display:block;
    font-size: 16px;
    margin-bottom: 10px;
}
.mobile_menu_tt_icon.hover{
    transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
}


.mobile_menu_dl dd.hover .mobile_menu_tt .text{
    color: #313231;
}


.mobile_search_box{
    position: fixed;
    left: 0;
    top: 58px;
    z-index: 7;
    display: none;
    width: 100%;
    padding: 20px;
    background: #fafafa;
}
.mobile_search_box form{
    width: 100%;
    padding:2px;
    border-radius: 5px;
    border: 1px solid #ddd;
    
}
.mobile_search_text{
    float: left;
    line-height: 40px;
    padding-left: 15px;
    font-size: 14px;
    width:calc(100% - 40px);
    border: 0;
}

.mobile_search_btn_text{
    float: right;
    width: 40px;
    height: 40px;
    font-size: 18px;
    color: #313231;
    text-align: center;
    line-height: 40px;
    border: none;
    background: none;
}


.mask,.mobile_menu_mask{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 4;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.2);
}
.mobile_menu_mask{
    z-index: 8;
}




/* Footer 基础 */
.com-foot-wrap {
  background: #000;
  color: #fff;
  font-size: 16px;
}

.com-foot-inner {
  max-width: 1600px;
  margin: 0 auto;
  padding: 40px 20px 25px;
}

/* 分割线 */
.com-foot-line {
  height: 1px;
  background: rgba(255,255,255,.15);
  margin: 30px 0;
}

/* 顶部 */
.com-foot-top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap:10px 150px;
  margin-bottom: 45px;
}

.com-foot-logo img {
  height: 55px;
}

/* 导航 */
.com-foot-nav {
  display: flex;
  gap: 28px;
}

.com-foot-nav a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}

.com-foot-nav a:hover {
  /*color: #f6b26b;*/
}

/* 中部 */
.com-foot-middle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  align-items: baseline;
}

.com-foot-info p {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.com-foot-info .iconfont{
    font-size:25px;
    font-weight: 600;
}
.com-foot-btn {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    padding: 10px 20px;
    background: #f8c18d;
    color: #000;
    border-radius: 10px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 550;
}

/* 联系方式 */
.com-foot-contact {
  display: flex;
  align-items: center;
  gap: 30px;
}

.com-foot-phone {
  font-size: 16px;
  color: #fff;
}

.com-foot-phone strong {
  font-size: 32px;
  margin-left: 6px;
}

.com-foot-qrcode img {
  width: 90px;
  height: 90px;
}
.com-phone-title{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap:10px;
}
.com-phone-title .iconfont{
    font-size:25px;
}

/* 版权 */
.com-foot-copy {
  text-align: center;
  font-size: 16px;
  color: #fff;
}

.com-foot-copy a {
  color: #fff;
  margin-left: 8px;
  text-decoration: none;
}

/* 响应式（768） */
@media (max-width: 768px) {
  .com-foot-top {
    flex-direction: column;
    gap: 20px;
  }

  .com-foot-nav {
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
  }

  .com-foot-middle {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .com-foot-contact {
    width: 100%;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1200px) {
    .header {
        display: none;
    }

    .mobile_header {
        display: block;
    }
}

.cell {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}
.table {
    display: table;
    width: 100%;
    height: 100%;
}



.idx-abt-wrap {
  position: relative;
  min-width: 998px;
  height: 800px;
  overflow: hidden;
  color: #fff;
}

/* 背景图 */
.idx-abt-bg {
  position: absolute;
  inset: 0;
  background: url("../images/gongchang.jpg") center center / cover no-repeat;
  z-index: 1;
}

/* 深色遮罩 */
.idx-abt-mask {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.42) 0%,
    rgba(0, 0, 0, 0.42) 40%,
    rgba(0, 0, 0, 0.42) 70%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: 2;
}

/* 内容容器 */
.idx-abt-inner {
  position: relative;
  z-index: 3;
  max-width: 1600px;
  height: 100%;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  align-items: center;
}

/* 文案区 */
.idx-abt-content {
  max-width: 520px;
}

.idx-abt-title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 18px;
  position: relative;
}

/*.idx-abt-title::after {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  background: #f6b26b;
  margin-top: 10px;
}*/

/* 副标题 */
.idx-abt-subtitle {
  font-size: 18px;
  font-weight: 500;
  margin: 22px 0 18px;
  line-height: 1.6;
  font-weight:600;
}

/* 描述文字 */
.idx-abt-desc {
  font-size: 16px;
  line-height: 1.9;
  color: #e0e0e0;
}

/* ========================
   响应式（>= 998）
======================== */

@media (max-width: 1200px) {
  .idx-abt-inner {
    padding: 0 20px;
  }

  .idx-abt-content {
    max-width: 480px;
  }
}

@media (max-width: 998px) {
  .idx-abt-wrap {
    height: 460px;
  }

  .idx-abt-title {
    font-size: 28px;
  }

  .idx-abt-subtitle {
    font-size: 16px;
  }
}

/* ===============================
   CTA Section
=============================== */

.idx-cta-wrap {
  position: relative;
  min-width: 998px;
  padding: 70px 0;
  background: #f5f7fb;
}

/* 底部深色条 */
.idx-cta-bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 120px;
  background: linear-gradient(90deg, #01083d, #01083d);
}

/* 内容容器 */
.idx-cta-inner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* 白色卡片 */
.idx-cta-card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
  display: flex;
  overflow: hidden;
}

/* 左侧内容 */
.idx-cta-content {
  flex: 1;
  padding: 48px 44px;
}

.idx-cta-title {
  font-size: 22px;
  line-height: 1.6;
  font-weight: 600;
  color: #01083d;
  margin-bottom: 22px;
}

.idx-cta-phone {
  font-size: 16px;
  color: #333;
  margin-bottom: 26px;
}

.idx-cta-phone strong {
  font-size: 28px;
  font-weight: 700;
  margin-left: 6px;
  color: #01083d;
}

/* CTA 按钮 */
.idx-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 12px 26px;
  background: linear-gradient(90deg, #f8c18d, #f8c18d);
  color: #01083d;
  font-size: 16px;
  border-radius: 22px;
  text-decoration: none;
  font-weight: 600;
  box-shadow: 0 6px 14px rgba(255, 170, 90, 0.35);
}

/* 右侧图片 */
.idx-cta-media {
  width: 42%;
  min-width: 360px;
  background: #eef1f7;
}

.idx-cta-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ===============================
   Responsive
=============================== */

@media (max-width: 1200px) {
  .idx-cta-content {
    padding: 40px 36px;
  }
}

@media (max-width: 998px) {
  .idx-cta-card {
    flex-direction: column;
  }

  .idx-cta-media {
    width: 100%;
    min-width: auto;
    height: 260px;
  }
}


.idx-banner-wrap {
      position: relative;
      min-width: 998px;
      height: 850px;
      overflow: hidden;
      /*background: #020b3d;*/
      color: #fff;
    }

    /* 视频容器 */
    .idx-banner-video {
      position: absolute;
      inset: 0;
      z-index: 1;
      overflow: hidden;
    }

    .idx-banner-video video {
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0;
      transition: opacity 0.8s ease;
    }

    /* 视频可播放后淡入 */
    .idx-banner-video video.is-ready {
      opacity: 1;
    }

    /* 遮罩层 */
    .idx-banner-mask {
      position: absolute;
      inset: 0;
      z-index: 2;
      background: linear-gradient(90deg, rgb(2 11 61 / 90%) 0%, rgb(2 11 61 / 70%) 40%, rgb(2 11 61 / 50%) 100%);
    }

    /* 内容区 */
    .idx-banner-inner {
      position: relative;
      z-index: 3;
      max-width: 1200px;
      height: 100%;
      margin: 0 auto;
      padding: 0 24px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
    }

    .idx-banner-content {
      max-width: 900px;
    }

    .idx-banner-title {
      font-size: 36px;
      font-weight: 600;
      line-height: 1.4;
      margin-bottom: 26px;
      letter-spacing: 1px;
    }

    .idx-banner-subtitle {
      font-size: 20px;
      margin-bottom: 18px;
      color: rgba(255, 255, 255, 0.9);
    }

    .idx-banner-desc {
      font-size: 20px;
      letter-spacing: 2px;
      color: rgba(255, 255, 255, 0.9);
    }

    /* =========================
       Responsive
    ========================= */

    @media (max-width: 1200px) {
      .idx-banner-title {
        font-size: 32px;
      }

      .idx-banner-subtitle {
        font-size: 18px;
      }
    }

    @media (max-width: 998px) {
      .idx-banner-wrap {
        height: 520px;
      }

      .idx-banner-title {
        font-size: 28px;
      }
    }



.idx-news-wrap {
  min-width: 998px;
  padding: 90px 0;
}

.idx-news-inner {
  width: 1600px;
  margin: 0 auto;
}

/* ============== 标题 ============== */
.idx-news-head {
  text-align: center;
  margin-bottom: 60px;
}
.idx-line{
    height:1px;
    background:#dcdcdc;
    margin:12px auto;
}

.idx-news-head h2 {
  position: relative;
  display: inline-block;
  font-size: 32px;
  margin: 0;
  padding-bottom: 14px;
  color:#01083d;
}

.idx-news-head h2::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 48px;
  height: 2px;
  background: #01083d;
  transform: translateX(-50%);
}

.idx-news-head p {
  margin-top: 14px;
  color: #01083d;
}

/* ============== 布局 ============== */
.idx-news-main {
  display: flex;
  gap: 50px;
}

/* 左图 */
.idx-news-media {
  width: 35%;
}

.idx-news-media img {
  width: 100%;
  border-radius: 14px;
  display: block;
}

/* 右侧列表 */
.idx-news-list {
  flex: 1;
}

/* ============== 新闻卡片 ============== */
.idx-news-item {
    display: block;
  position: relative;
  padding: 26px 30px 26px 34px;
  margin-bottom: 22px;
  border-radius: 12px;
  background: #fff;
  cursor: pointer;
  box-shadow: 0 8px 22px rgba(0,0,0,.06);
  transition:
    background .35s ease,
    transform .35s ease,
    box-shadow .35s ease;
}

/* hover / active */
.idx-news-item:hover,
.idx-news-item.is-active {
  background: linear-gradient(135deg, #0b1b5a, #132a7a);
  transform: translateX(4px);
  box-shadow: 0 14px 34px rgba(11,27,90,.25);
  color: #fff;
}

/* ============== 左侧细线指示 ============== */
.idx-news-item::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 2px;
  height: 0;
  background: linear-gradient(
    to bottom,
    transparent,
    #0b1b5a,
    transparent
  );
  transform: translateY(-50%);
  opacity: 0;
  transition:
    height .35s cubic-bezier(.4,0,.2,1),
    opacity .25s ease;
}

.idx-news-item:hover::after,
.idx-news-item.is-active::after {
  height: 70%;
  opacity: 1;
}

/* ============== iconfont 倒三角（方案 B） ============== */
.idx-news-indicator {
  position: absolute;
  left: -12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #0b1b5a;
  opacity: 0;
  transition:
    opacity .25s ease,
    transform .25s ease;
  pointer-events: none;
}

.idx-news-item.is-active .idx-news-indicator {
  opacity: 1;
  transform: translateY(-50%) translateX(2px);
}

/* ============== meta 行 ============== */
.idx-news-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  margin-bottom: 10px;
  color: #999;
}

.idx-news-item:hover .idx-news-meta,
.idx-news-item.is-active .idx-news-meta{
  color: rgba(255,255,255,.85);
}
.idx-news-item.is-active .idx-line{
    background:rgba(255, 255, 255, .7);
} 
.idx-news-more {
  color: #6a0700;
}

.idx-news-item:hover .idx-news-more,
.idx-news-item.is-active .idx-news-more {
  color: #fff;
}

/* ============== 文本 ============== */
.idx-news-item h3 {
  font-size: 16px;
  margin: 0 0 8px;
  line-height: 1.5;
}

.idx-news-item p {
  font-size: 14px;
  margin: 0;
  color: #666;
}

.idx-news-item:hover p,
.idx-news-item.is-active p {
  color: rgba(255,255,255,.75);
}

/* =========================
   基础文字样式
========================= */
.cm-main-tit{
    font-size:2.5rem;
    line-height:1;
    letter-spacing:-0.025em;
    color:#222;
    font-weight:700;
}
.cm-main-tit b{color:#004bd5;}
.cm-main-tit b.big{font-size:1.02em;}

.cm-main-sub-tit{
    font-size:3rem;
    line-height:1;
    letter-spacing:-0.055em;
    color:#01083d;
}

.cm-main-txt{
    font-size:28px;
    line-height:1.61;
    color:#01083d;
}


/* =========================
   主体布局
========================= */
#mainContent1{
    position: relative;
    padding-top:12rem;
    max-height:67.5rem;
    overflow:hidden;
}

.main-porduct-con{
    display:flex;
    justify-content:space-between;
}

.main-porduct-con .left-box{
    width:52.6316%;
}

.main-porduct-con .right-box{
    width:38.48%;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
}

.main-product-txt-list{
    margin-top:3rem;
}


/* =========================
   图片轮播
========================= */
.main-product-img-list .list-item span{
    position:relative;
    display:block;
    width:100%;
    height:0;
    padding-top:60%;
}

.main-product-img-list .list-item span img{
    position:absolute;
    inset:0;
    margin:auto;
    max-width:100%;
    max-height:100%;
}


/* =========================
   文本间距
========================= */
.main-product-txt-list .list-item .cm-main-tit{
    margin-bottom:2.5rem;
}

.main-product-txt-list .list-item .cm-main-sub-tit{
    margin-bottom:1.2rem;
}

.main-product-txt-list .list-item .cm-more-btn{
    margin-top:3rem;
}


/* =========================
   动画核心（重点优化）
========================= */

/* 包裹层 */
.main-effect-wrap{
    overflow:hidden;
}

/* 初始状态：全部隐藏 */
.main-effect-wrap .main-effect-item{
    opacity:0;
    transform:translateY(50px);
    transition:opacity 0.8s ease, transform 0.8s ease;
}

/* 当前 slick slide 显示（图片 + 文字统一） */
.list-item.slick-current 
.main-effect-wrap 
.main-effect-item{
    opacity:1;
    transform:translateY(0);
}


/* =========================
   dots 样式（进度条风格）
========================= */
.main-product-dots{
    position:relative;
    width:100%;
    text-align:left;
    z-index:11;
    margin-top:5rem;
    margin-bottom:13rem;
}

.main-product-dots ul{
    display:flex;
    align-items:center;
}

.main-product-dots li{
    margin-left:1rem;
    width:8px;
    transition:all 0.4s ease;
}

.main-product-dots li:first-child{
    margin-left:0;
}

.main-product-dots li button{
    position:relative;
    width:100%;
    height:8px;
    background:rgba(136,136,136,0.2);
    border-radius:8px;
    font-size:0;
    padding:0;
}

.main-product-dots li.slick-active{
    width:4rem;
}

.main-product-dots li.slick-active button{
    background:#01083d;
}


/* =========================
   MORE 버튼
========================= */
/*.cm-more-btn{
    display:inline-flex;
    align-items:center;
}

.cm-more-btn em{
    font-size:1.6rem;
    letter-spacing:-0.025em;
    color:#222;
    font-weight:500;
    background:#fff;
    z-index:1;
}

.cm-more-btn .circle{
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    width:6rem;
    height:6rem;
    font-size:2.2rem;
    color:#004bd5;
    transform:translateX(-10px);
    border-radius:50%;
    transition:all 0.4s ease;
}

.cm-more-btn .circle:before{
    content:'';
    position:absolute;
    inset:0;
    border-radius:50%;
    border:1px solid rgba(0,0,0,0.2);
    transition:all 0.4s ease;
}

.cm-more-btn:hover .circle{
    color:#fff;
}

.cm-more-btn:hover .circle:before{
    background:#004bd5;
    border-color:#004bd5;
    transform:scale(0.5);
}
*/

/* =========================
   Flow 背景文字
========================= */
.flow-container{
    position:absolute;
    top:-4.5rem;
    z-index:-1;
}

.flow-text{
    display:flex;
    white-space:nowrap;
    font-size:21rem;
    font-weight:700;
    color:rgba(170,170,170,0.12);
}

.flow-wrap{
    padding-right:1.5vw;
    animation:textLoop 15s linear infinite;
}

@keyframes textLoop{
    from{transform:translateX(0);}
    to{transform:translateX(-100%);}
}


/* =========================
   반응형
========================= */
@media (max-width:1280px){
    .main-porduct-con{align-items:center;}
    .main-porduct-con .left-box{width:50%;}
    .main-porduct-con .right-box{width:45%;}
    .main-product-txt-list{margin-top:0;}
}

@media (max-width:800px){
    #mainContent1{padding-top:20rem;}
    .flow-container{top:11rem;}

    .main-porduct-con{
        display:block;
    }

    .main-porduct-con .left-box,
    .main-porduct-con .right-box{
        width:100%;
    }

    .main-porduct-con .left-box{
        margin-bottom:4rem;
    }

    .main-product-txt-list .cm-main-tit{
        margin-bottom:4.5rem;
    }

    .main-product-txt-list .cm-more-btn{
        margin-top:2rem;
    }

    .main-product-dots{
        margin-top:2.5rem;
    }
}

@media (max-width:480px){
    .cm-main-tit b{
        display:block;
        margin-top:-0.8rem;
    }
}
.cm-more-btn{display: inline-flex; align-items:center; }
.cm-more-btn em{position: relative; z-index:1; font-size:1.6rem; color:#222; font-weight:500; background:#fff;}
.cm-more-btn .circle{position: relative; display: flex; align-items:center; justify-content:center; width:3.5rem; height:3.5rem; font-size:3rem; color:#01083d; transform:translateX(-10px); border-radius:50%; transition:all 0.4s ease-in-out;}
.cm-more-btn .circle i{position: relative;}
.cm-more-btn .circle:before{position: absolute; content:''; top:50%; left:50%; transform:Translate(-50%, -50%); width:100%; height:100%; border-radius:50%; border:1px solid rgba(0,0,0,0.2); box-sizing:border-box; transition:all 0.4s ease-in-out;}
.cm-more-btn:hover .circle{color:#fff;}
.cm-more-btn:hover .circle:before{transform:Translate(-50%, -50%) scale(0.5); border-color:#01083d; background:#01083d;}
.cm-key-val{
    display: flex;
    gap:15px;
    align-items: center;
    margin-top:20px;
    font-size:21px;
}
.cm-short-line{
    height:2px;
    width:1rem;
    background:#0a0a0a;
}
.cm-short-value{
    font-weight: bold;
    color:#010101;
}


        .idx-bgs-container {
            position: relative;
            width: 100%;
            height: 100vh;
            min-height: 600px;
            overflow: hidden;
        }

        .idx-bgs-background {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
        }

        .idx-bgs-bg-image {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            opacity: 0;
            transition: opacity 0.6s ease;
            pointer-events: none;
        }

        .idx-bgs-bg-image.active {
            opacity: 1;
        }

        .idx-bgs-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0.5));
            z-index: 2;
        }

        .idx-bgs-content {
            position: relative;
            z-index: 3;
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            align-items: center;
            padding: 80px 20px;
        }

        /* 标题和按钮组合容器 */
        .idx-bgs-header-group {
            position: relative;
            display: flex;
            flex-direction: column;
            align-items: center;
            flex: 1;
            justify-content: center;
            width: 100%;
            min-height: 200px;
        }

        .idx-bgs-title-btn-pair {
            position: absolute;
            top: 35%;
            left: 50%;
            transform: translate(-50%, -50%);
            display: flex;
            flex-direction: column;
            align-items: center;
            opacity: 0;
            transition: opacity 0.5s ease;
            pointer-events: none;
            z-index: 10;
        }

        .idx-bgs-title-btn-pair.active {
            opacity: 1;
            pointer-events: auto;
        }

        .idx-bgs-title {
            color: white;
            font-size: 48px;
            font-weight: bold;
            margin-bottom: 30px;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
            white-space: nowrap;
        }

        .idx-bgs-view-more {
            display: inline-block;
            padding: 12px 40px;
            color: white;
            text-decoration: none;
            border: 1.5px solid white;
            border-radius: 30px;
            font-size: 16px;
            transition: all 0.3s ease;
           
        }

        .idx-bgs-view-more:hover {
            background: white;
            color: #333;
            transform: translateY(-3px);
            box-shadow: 0 10px 20px rgba(0,0,0,0.1);
            backdrop-filter: blur(10px);
        }

        .idx-bgs-items-wrapper {
            width: 100%;
            max-width: 1200px;
            padding: 0 20px;
            flex-shrink: 0;
        }

        .idx-bgs-items {
            display: grid;
            grid-template-columns: repeat(5, 1fr);
            gap: 20px;
        }

        .idx-bgs-item {
            /*background: rgba(255,255,255,0.3);*/
            backdrop-filter: blur(1px);
            /*border-right: 1px solid rgba(255,255,255,0.3);*/
            /*border-radius: 0px;*/
            padding:60px 10px;
            text-align: center;
            cursor: pointer;
            transition: all 0.4s ease;
        }

        .idx-bgs-item:hover {
            background: rgba(30, 70, 130, 0.9);
            border-color: rgba(255,255,255,0.8);
            transform: translateY(-10px);
            /*box-shadow: 0 15px 30px rgba(0,0,0,0.4);*/
        }

        .idx-bgs-item.active {
            background: rgba(0, 62, 141, 0.5);
            border-color: white;
            transform: translateY(-10px);
        }
    

         .idx-bgs-item:not(:last-child)::after {
            content: '';
            position: absolute;
            right: -10px;
            top: 50%;
            transform: translateY(-50%);
            width: 1px;
            height: 60px;
            background: rgba(255,255,255,0.4);
        }


        .idx-bgs-icon {
          
            color: white;
            margin-bottom: 15px;
            transition: transform 0.3s ease;
        }
    .idx-bgs-icon i{
        font-size: 48px;
    }

        .idx-bgs-item:hover .idx-bgs-icon {
            transform: scale(1.1);
        }

        .idx-bgs-item-title {
            color: white;
            font-size: 18px;
            font-weight: bold;
        }

        /* 响应式设计 */
        @media (max-width: 1024px) {
            .idx-bgs-items {
                grid-template-columns: repeat(3, 1fr);
                gap: 15px;
            }

            .idx-bgs-title {
                font-size: 36px;
            }
        }

        @media (max-width: 768px) {
            .idx-bgs-items {
                grid-template-columns: repeat(2, 1fr);
                gap: 12px;
            }

            .idx-bgs-content {
                padding: 40px 20px 30px;
            }

            .idx-bgs-header-group {
                min-height: 150px;
            }

            .idx-bgs-title {
                font-size: 28px;
                margin-bottom: 20px;
            }

            .idx-bgs-view-more {
                padding: 10px 30px;
                font-size: 14px;
            }

            .idx-bgs-item {
                padding: 20px 15px;
            }

            .idx-bgs-icon {
                font-size: 36px;
            }

            .idx-bgs-item-title {
                font-size: 16px;
            }
        }

        @media (max-width: 480px) {
            .idx-bgs-container {
                min-height: 500px;
            }

            .idx-bgs-content {
                padding: 30px 20px 20px;
            }

            .idx-bgs-header-group {
                min-height: 120px;
            }

            .idx-bgs-items {
                grid-template-columns: 1fr;
                gap: 10px;
            }

            .idx-bgs-title {
                font-size: 24px;
            }

            .idx-bgs-icon {
                font-size: 32px;
                margin-bottom: 10px;
            }

            .idx-bgs-item-title {
                font-size: 14px;
            }
        }


         .idx-ser-container {
            margin: 0 auto;
            padding:80px 8px;
        }

        .idx-ser-active{
            opacity: 1 !important;
        }

        .idx-ser-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 25px;
        }

        .idx-ser-card {
            position: relative;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
            cursor: pointer;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            height: 320px;
        }

        .idx-ser-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
        }

        .idx-ser-card-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .idx-ser-card:hover .idx-ser-card-image {
            transform: scale(1.08);
        }

        .idx-ser-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(to bottom, 
                rgba(4, 59, 124, 0.1) 0%, 
                rgba(4, 59, 124, 0.5) 100%);
            transition: background 0.4s ease;
        }

        .idx-ser-card:hover .idx-ser-overlay {
            background: linear-gradient(to bottom, 
                rgba(4, 59, 124, 0.4) 0%, 
                rgba(4, 59, 124, 0.8) 100%);
        }

        .idx-ser-content {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            padding: 30px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            color: white;
            z-index: 2;
        }

        .idx-ser-header {
            display: flex;
            align-items: flex-start;
        }

        .idx-ser-title-wrapper {
            flex: 1;
        }

        .idx-ser-title {
            font-size: 24px;
            font-weight: bold;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
            line-height: 1.3;
        }

        .idx-ser-description-wrapper {
             position: relative;
              overflow: hidden;
              padding-top: 10px; /* 给阴影预留空间 */
        }

        .idx-ser-description {
            color: #fff;
              padding: 20px;
              border-radius: 8px;
              font-size: 16px;
              line-height: 1.6;
              backdrop-filter: blur(1px);

              transform: translateY(12px) scale(0.98);
              opacity: 0;

              transition:
                transform .25s cubic-bezier(0.4, 0, 0.2, 1),
                opacity .2s ease;
              
            /*  box-shadow:
                0 8px 24px rgba(0, 0, 0, 0.08),
                0 0 30px rgba(0, 0, 0, 0.04);*/
        }

        .idx-ser-card:hover .idx-ser-description-wrapper {
            height: auto;
        }

        .idx-ser-card:hover .idx-ser-description {
              transform: translateY(0) scale(1);
                opacity: 1;
        }

        .idx-ser-description-text {
            margin: 0;
            font-size: 16px;
            color: #fff;
        }

        /* 响应式设计 */
        @media (max-width: 1200px) {
            .idx-ser-grid {
                grid-template-columns: repeat(2, 1fr);
            }

        }

        @media (max-width: 768px) {

            .idx-ser-grid {
                grid-template-columns: 1fr;
                gap: 15px;
            }

            .idx-ser-card {
                height: 280px;
            }

            .idx-ser-content {
                padding: 20px;
            }

            .idx-ser-title {
                font-size: 22px;
            }

            .idx-ser-description {
                padding: 15px;
                font-size: 14px;
            }
        }

        @media (max-width: 480px) {
            .idx-ser-card {
                height: 240px;
            }

            .idx-ser-title {
                font-size: 20px;
            }

            .idx-ser-content {
                padding: 15px;
            }

            .idx-ser-description {
                padding: 12px;
                font-size: 13px;
            }
        }

        /* 添加加载动画 */
        .idx-ser-card {
            animation: fadeInUp 0.6s ease backwards;
        }

        .idx-ser-card:nth-child(1) { animation-delay: 0.1s; }
        .idx-ser-card:nth-child(2) { animation-delay: 0.2s; }
        .idx-ser-card:nth-child(3) { animation-delay: 0.3s; }
        .idx-ser-card:nth-child(4) { animation-delay: 0.4s; }
        .idx-ser-card:nth-child(5) { animation-delay: 0.5s; }
        .idx-ser-card:nth-child(6) { animation-delay: 0.6s; }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }



    /* 顶部横幅 */
        .abts-zj-hero {
            position: relative;
            height: 100vh;
            min-height: 400px;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
        }

        .abts-zj-hero-video {
            position: absolute;
            top: 50%;
            left: 50%;
            min-width: 100%;
            min-height: 100%;
            width: auto;
            height: auto;
            transform: translate(-50%, -50%);
            z-index: 0;
        }

        .abts-zj-hero-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            z-index: 1;
        }

        .abts-zj-hero-content {
            position: relative;
            z-index: 2;
            text-align: center;
            padding: 20px;
        }

        .abts-zj-hero-title {
            font-size: 3rem;
            font-weight: bold;
            margin-bottom: 20px;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
        }

        .abts-zj-hero-subtitle {
            font-size: 1.2rem;
            max-width: 800px;
            margin: 0 auto;
            text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
        }

        /* 公司简介 */
        .abts-zj-about {
            padding: 80px 20px;
            background: #f8f9fa;
        }

        .abts-zj-container {
            max-width: 80%;
            margin: 0 auto;
        }

        .abts-zj-section-title {
            font-size: 2.5rem;
            margin-bottom: 50px;
            color: #01083d;
            position: relative;
            display: inline-block;
        }

        .abts-zj-section-title::after {
            content: '';
            position: absolute;
            bottom: -15px;
            left: 50%;
            transform: translateX(-50%);
            width: 60px;
            height: 3px;
            background: #000;
        }

        .abts-zj-about .abts-zj-section-title {
            color: #01083d;
        }

        .abts-zj-about .abts-zj-section-title::after {
            display: none;
        }

        .abts-zj-section-title span{
             opacity:.1;
        }

        .abts-zj-about-content {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 100px;
            align-items: center;
        }

        .abts-zj-about-text {
            line-height: 1.8;
            color: #666;
            font-size:16px;
        }

        .abts-zj-video-container {
            position: relative;
            padding-bottom: 56.25%;
            height: 0;
            overflow: hidden;
            border-radius: 10px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
            cursor: pointer;
        }

        .abts-zj-video-container video {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .abts-zj-play-button {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 60px;
            height: 60px;
            /*background: rgba(255, 255, 255, 0.9);*/
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 30px;
            color: #e74c3c;
            transition: all 0.3s;
            z-index: 10;
            border:3px solid rgba(255, 255, 255, 0.95);
        }

       .abts-zj-play-button .iconfont{
            font-size:32px;
            color:#fff;
       }


        .abts-zj-play-button:hover {
            transform: translate(-50%, -50%) scale(1.1);
            background: rgba(255, 255, 255, 0.9);
        }
         .abts-zj-play-button:hover .iconfont{
            color:#666;
         }

        .abts-zj-play-button.abts-zj-hidden {
            display: none;
        }

        /* 数据统计 */
        .abts-zj-stats {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 30px;
            margin-top: 60px;
        }

        .abts-zj-stat-item {
            text-align: center;
            padding: 30px;
            /*background: white;*/
            border-radius: 10px;
            /*box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);*/
            transition: transform 0.3s;
            cursor: pointer;
        }

        .abts-zj-stat-item:hover {
            transform: translateY(-5px);
        }

        .abts-zj-stat-number {
            font-size: 3rem;
            font-weight: bold;
            color: #3369b0;
            margin-bottom: 10px;
        }

        .abts-zj-stat-number span{
            font-size:15px;
            margin-left:10px;
        }

        .abts-zj-stat-label {
            color: #3369b0;
            font-size: 16px;
        }

        /* 工厂展示 */
        .abts-zj-factory {
            padding: 80px 0px 0px;
            background: #01083d;
            color: white;
        }

        .abts-zj-factory .abts-zj-section-title {
            color: white;
            text-align: center;
        }

        .abts-zj-factory .abts-zj-section-title::after {
            background: #3498db;
        }

        .abts-zj-factory .abts-zj-container > h2 {
            display: flex;
            justify-content: center;
        }
        .abts-zj-factory .abts-zj-section-title::after{
            background:#fff;
        }

        .abts-zj-factory-description {
            text-align: center;
            max-width: 1200px;
            margin: 0 auto 50px;
            color: #fff;
            line-height: 1.8;
        }

        .abts-zj-accordion {
            display: flex;
            margin: 0 auto;
            height: 700px;
            /*gap: 5px;*/
        }

        .abts-zj-accordion-item {
            position: relative;
            flex: 1;
            overflow: hidden;
            cursor: pointer;
            transition: flex 0.6s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .abts-zj-accordion-item:first-child {
            flex: 3;
        }

        .abts-zj-accordion-item:first-child .abts-zj-accordion-overlay {
            opacity: 0;
        }

        .abts-zj-accordion-item:first-child img {
            transform: scale(1.05);
        }

        .abts-zj-accordion-item:hover {
            flex: 3;
        }

        .abts-zj-accordion-item:hover .abts-zj-accordion-overlay {
            opacity: 0;
        }

        .abts-zj-accordion:hover .abts-zj-accordion-item:first-child {
            flex: 1;
        }

        .abts-zj-accordion:hover .abts-zj-accordion-item:first-child .abts-zj-accordion-overlay {
            opacity: 1;
        }

        .abts-zj-accordion:hover .abts-zj-accordion-item:first-child img {
            transform: scale(1);
        }

        .abts-zj-accordion:hover .abts-zj-accordion-item:hover {
            flex: 3;
        }

        .abts-zj-accordion:hover .abts-zj-accordion-item:hover .abts-zj-accordion-overlay {
            opacity: 0;
        }

        .abts-zj-accordion:hover .abts-zj-accordion-item:hover img {
            transform: scale(1.05);
        }

        .abts-zj-accordion-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.6s ease;
        }

        .abts-zj-accordion-item:hover img {
            transform: scale(1.05);
        }

        .abts-zj-accordion-item:not(:hover):not(:first-child) {
            flex: 1;
        }

        .abts-zj-accordion-item:not(:hover):not(:first-child) .abts-zj-accordion-overlay {
            opacity: 1;
        }

        .abts-zj-accordion-overlay {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            text-align: center;
            padding: 20px;
            transition: opacity 0.25s ease-out;
            width: 80%;
            background: transparent;
        }

        .abts-zj-accordion-icon {
            width: 80%;
            margin: 0 auto 15px;
            /*background: rgba(255, 255, 255, 0.95);*/
            /*border-radius: 50%;*/
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
            padding: 15px;
            /*box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);*/
        }

        .abts-zj-accordion-icon img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

        .abts-zj-accordion-title {
            font-size: 1.3rem;
            font-weight: bold;
            color: white;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
            white-space: normal;
        }

        .abts-zj-accordion-description {
            display: none;
        }

        .abts-zj-accordion-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(1, 8, 61, 0.45);
    transition: opacity 0.6s ease;
    z-index: 1;
}

.abts-zj-accordion-item:hover::before,
.abts-zj-accordion-item:first-child::before {
    opacity: 0;
}

.abts-zj-accordion:hover .abts-zj-accordion-item:first-child::before {
    opacity: 1;
}

.abts-zj-accordion:hover .abts-zj-accordion-item:hover::before {
    opacity: 0;
}

.abts-zj-accordion-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 20px;
    transition: opacity 0.2s ease-out;
    width: 80%;
    background: transparent;
    z-index: 2;
}

        /* 服务 */
        .abts-zj-service {
            padding: 80px 20px;
            background: #f8f9fa;
        }

        .abts-zj-service .abts-zj-section-title {
            text-align: center;
        }

        .abts-zj-service .abts-zj-container > h2 {
            display: flex;
            justify-content: center;
        }

        .abts-zj-service-description {
            text-align: center;
            max-width: 1200px;
            margin: 0 auto 50px;
            color: #666;
            line-height: 1.8;
        }

        .abts-zj-service-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 50px;
            max-width: 80%;
            margin: 0 auto;
        }

        .abts-zj-service-item {
            background: white;
            padding: 90px 55px;
            border-radius: 10px;
            text-align: center;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s;
            cursor: pointer;
        }

        .abts-zj-service-item:hover {
            transform: translateY(-5px);
        }

        .abts-zj-service-icon {
            color: #011d3f;
            margin-bottom: 20px;
        }
        .abts-zj-service-icon .iconfont{
            font-size:3.2rem;
        }

        .abts-zj-service-title {
            font-size: 1.8rem;
            margin-bottom: 15px;
            color: #3e3a39;
        }

        .abts-zj-service-text {
            color: #3e3a39;
            font-size:18px;
            line-height: 1.8;
        }

        /* 国际合作 */
        .abts-zj-cooperation {
            padding: 80px 20px;
            background: url('../images/abtbg.jpg');
            position: relative;
            background-size: contain;
            background-repeat: no-repeat;
        }

        .abts-zj-cooperation::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(255, 255, 255, 0.1);
            z-index: 0;
        }

        .abts-zj-cooperation .abts-zj-container {
            position: relative;
            z-index: 1;
        }

        .abts-zj-cooperation .abts-zj-section-title {
            text-align: center;
        }

        .abts-zj-cooperation .abts-zj-container > h2 {
            display: flex;
            justify-content: center;
        }

        .abts-zj-cooperation-description {
            text-align: center;
            max-width: 1200px;
            margin: 0 auto 50px;
            color: #666;
            line-height: 1.8;
            font-size:16px;
        }

        .abts-zj-cooperation-image {
            /*max-width: 1200px;*/
            margin: 0 auto;
            /*border-radius: 10px;*/
            /*overflow: hidden;*/
            /*box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);*/
        }

        .abts-zj-cooperation-image img {
            width: 100%;
            height: auto;
            display: block;
        }

        /* 响应式设计 */
        @media (max-width: 1024px) {

            .abts-zj-about-content {
                grid-template-columns: 1fr;
            }

            .abts-zj-stats {
                grid-template-columns: repeat(2, 1fr);
            }

            .abts-zj-accordion {
                flex-direction: column;
                height: auto;
            }

            .abts-zj-accordion-item {
                height: 300px;
                flex: none;
            }

            .abts-zj-accordion-item:hover {
                flex: none;
            }

            .abts-zj-accordion-description {
                display: none;
            }

            .abts-zj-accordion-item:not(:hover):not(:first-child) .abts-zj-accordion-overlay {
                opacity: 1;
            }

            .abts-zj-service-grid {
                grid-template-columns: 1fr;
            }
        }

        @media (max-width: 768px) {
            .abts-zj-hero-title {
                font-size: 2rem;
            }

            .abts-zj-hero-subtitle {
                font-size: 1rem;
            }

            .abts-zj-section-title {
                font-size: 2rem;
            }

            .abts-zj-stats {
                grid-template-columns: 1fr;
            }

            .abts-zj-stat-number {
                font-size: 2.5rem;
            }

            .abts-zj-accordion-item {
                height: 250px;
            }
        }

  @media (max-width: 1200px) {
    .abts-zj-about-content{
        gap:50px;
    }
          .abts-zj-section-title{
            font-size:2rem;
          }
          .abts-zj-accordion-icon{
            width:100%;
          }
          .abts-zj-accordion-overlay{
            width:95%;
          }
          .abts-zj-hero{
            height:80vh;
          }
            
              .abts-zj-accordion-icon img {
                max-width: 100%;
                width: auto;
              }


        }

   /* 顶部横幅 */
        .cp-zj-hero {
            position: relative;
            height: 415px;
            background: url('../images/pro_list.jpg') center/cover;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
        }

        .cp-zj-hero::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.65);
        }

        .cp-zj-hero-title {
            position: relative;
            z-index: 1;
            font-size: 3rem;
            font-weight: bold;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
        }

        /* 产品分类区域 */
        .cp-zj-category {
            padding: 60px 20px;
            background: #f5f5f5;
        }

        .cp-zj-container {
            max-width: 80%;
            margin: 0 auto;
        }

        .cp-zj-category-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 30px;
        }

        .cp-zj-category-info h2 {
            font-size: 2rem;
            color: #000;
            margin-bottom: 10px;
        }

        .cp-zj-category-info p {
            color: #01083d;
            font-size: 16px;
        }

        .cp-zj-view-more {
            background: #011d3f;
            color: white;
            padding: 8px 20px;
            border-radius: 5px;
            text-decoration: none;
            font-size: 14px;
            white-space: nowrap;
            transition: background 0.3s;
            display: inline-flex;
            align-items: center;
            gap: 5px;
        }

        .cp-zj-view-more:hover {
            background: #34495e;
        }

        .cp-zj-view-more i {
            font-size: 16px;
        }

        /* 产品网格 */
        .cp-zj-product-grid{
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 45px;
        }
        .pt-zj-product-grid1{
            grid-template-columns: repeat(3, 1fr);
            gap: 100px;
            margin:50px auto 80px;
        }

        .cp-zj-product-card {
            background: white;
            border-radius: 10px;
            overflow: visible;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s, box-shadow 0.3s;
            position: relative;
            border-radius: 60px 18px 60px 18px;
            background: linear-gradient(60deg, #e3e6ea 75%, #fff 100%);
        }

        .cp-zj-product-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
        }

        .cp-zj-product-image {
            width: 100%;
            height: 255px;
            background: linear-gradient(352deg, #dde1e5 0%, #fff 100%);
            display: flex;
            align-items: center;
            overflow: hidden;
            justify-content: center;
            border-radius: 60px 18px 0px 0px;
        }

        .cp-zj-product-image img {
            height:100%;
            width:100%;
            object-fit: cover;
        }

        .cp-zj-product-info {
            padding: 25px;
            position: relative;
            display: flex;
            align-items: center;
        }

        .cp-zj-product-name {
            font-size: 18px;
            color: #011d3f;
            font-weight: 550;
        }

        .cp-zj-product-detail {
            position: absolute;
            bottom: 20px;
            right: -8px;
            background: #011d3f;
            color: white;
            padding: 6px 15px;
            border-radius: 20px;
            text-decoration: none;
            font-size: 14px;
            transition: background 0.3s;
            display: inline-flex;
            align-items: center;
            border:2px solid white;
            gap: 5px;
        }

        .cp-zj-product-detail:hover {
            background: #34495e;
        }

        .cp-zj-product-detail i {
            font-size: 0.75rem;
        }

        /* 响应式设计 */
        @media (max-width: 1200px) {
            .cp-zj-product-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .cp-zj-hero-title {
                font-size: 2.5rem;
            }
        }

        @media (max-width: 768px) {
            .cp-zj-product-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 15px;
            }

            .cp-zj-hero {
                height: 200px;
            }

            .cp-zj-hero-title {
                font-size: 2rem;
            }

            .cp-zj-category-header {
                flex-direction: column;
                gap: 15px;
            }

            .cp-zj-category-info h2 {
                font-size: 1.5rem;
            }

        }

        @media (max-width: 480px) {
            .cp-zj-product-grid {
                grid-template-columns: 1fr;
            }

            .cp-zj-hero-title {
                font-size: 1.5rem;
            }

            .cp-zj-category {
                padding: 40px 15px;
            }
        }


   /* 顶部横幅 */
        .fasj-zj-hero {
            position: relative;
            height: 415px;
            background: url('../images/sol_list.jpg') center/cover;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
        }

        .fasj-zj-hero::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.65);
        }

        .fasj-zj-hero-title {
            position: relative;
            z-index: 1;
            font-size: 3rem;
            font-weight: bold;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
        }

        /* 工艺分类区域 */
        .fasj-zj-category {
            padding: 60px 20px;
            background: #f5f5f5;
        }

        .fasj-zj-container {
            max-width: 80%;
            margin: 0 auto;
        }

        .fasj-zj-category-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 40px;
        }

        .fasj-zj-category-info h2 {
            font-size: 2rem;
            color: #011d3f;
            margin-bottom: 10px;
        }

        .fasj-zj-category-info p {
            color: #01083d;
            font-size: 16px;
            line-height: 1.6;
        }

        .fasj-zj-view-more {
            background: #011d3f;
            color: white;
            padding: 8px 20px;
            border-radius: 5px;
            text-decoration: none;
            font-size: 14px;
            white-space: nowrap;
            transition: background 0.3s;
            display: inline-flex;
            align-items: center;
            gap: 5px;
        }

        .fasj-zj-view-more:hover {
            background: #34495e;
        }

        .fasj-zj-view-more i {
            font-size: 16px;
        }

        /* 工艺流程网格 */
        .fasj-zj-process-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 45px;
        }

        .fasj-zj-process-card {
            background: white;
            border-radius: 10px;
            overflow: visible;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s, box-shadow 0.3s;
            display: flex;
            flex-direction: column;
             border-radius: 70px 25px 70px 25px;
              background: linear-gradient(182deg, #ffffff 75%, #d3d8de 100%);
        }

        .fasj-zj-process-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
        }

        .fasj-zj-process-image {
            width: 100%;
            height: 255px;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            overflow: hidden;
             border-radius: 70px 25px 0px 0px;
        }

        .fasj-zj-process-image::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: radial-gradient(circle at 30% 50%, rgba(255,255,255,0.1) 0%, transparent 50%);
        }

        .fasj-zj-process-image img {
            width:100%;
            height:100%;
            position: relative;
            z-index: 1;
            object-fit: cover;
        }

        .fasj-zj-process-info {
            padding: 25px;
            position: relative;
            display: flex;
            align-items: center;
        }

        .fasj-zj-process-name {
            font-size: 24px;
            color: #011d3f;
            font-weight: 600;
        }

        .fasj-zj-process-detail {
            position: absolute;
            bottom: 20px;
            right: -8px;
            background: #011d3f;
            color: white;
            padding: 10px 20px;
            border-radius: 25px;
            text-decoration: none;
            font-size: 14px;
            transition: all 0.3s;
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }

        .fasj-zj-process-detail:hover {
            background: #34495e;
            padding-right: 30px;
        }

        .fasj-zj-process-detail i {
            font-size: 16px;
            transition: transform 0.3s;
        }

        .fasj-zj-process-detail:hover i {
            transform: translateX(3px);
        }

        /* 不同分类的渐变色 */
        .fasj-zj-category:nth-child(2) .fasj-zj-process-image {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        }

        .fasj-zj-category:nth-child(3) .fasj-zj-process-image {
            background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
        }

        .fasj-zj-category:nth-child(4) .fasj-zj-process-image {
            background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
        }

        .fasj-zj-category:nth-child(5) .fasj-zj-process-image {
            background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
        }

        /* 响应式设计 */
        @media (max-width: 1024px) {
            .fasj-zj-process-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 25px;
            }

            .fasj-zj-hero-title {
                font-size: 2.5rem;
            }
        }

        @media (max-width: 768px) {
            .fasj-zj-process-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }

            .fasj-zj-hero {
                height: 200px;
            }

            .fasj-zj-hero-title {
                font-size: 2rem;
            }

            .fasj-zj-category-header {
                flex-direction: column;
                gap: 15px;
            }

            .fasj-zj-category-info h2 {
                font-size: 1.5rem;
            }

            .fasj-zj-process-image {
                height: 200px;
            }

            .fasj-zj-category {
                padding: 40px 15px;
            }
        }

        @media (max-width: 480px) {
            .fasj-zj-hero-title {
                font-size: 1.5rem;
            }

            .fasj-zj-process-name {
                font-size: 1.1rem;
            }

            .fasj-zj-process-detail {
                font-size: 0.8rem;
                padding: 8px 20px;
            }
        }


 /* 顶部横幅 */
        .xw-zj-hero {
            position: relative;
            height: 415px;
            background: url('../images/nwsbg.jpg') center/cover;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
        }

        .xw-zj-hero::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(1, 8, 61, 0.7);
        }

        .xw-zj-hero-title {
            position: relative;
            z-index: 1;
            font-size: 3rem;
            font-weight: bold;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
        }

        /* 推荐新闻区域 */
        .xw-zj-featured {
            padding: 60px 20px 40px;
            background: white;
            position: relative;
        }

        .xw-zj-container {
            max-width: 80%;
            margin: 0 auto;
        }

        .xw-zj-container-mg{
             margin-top: -155px;
                z-index: 10;
        }

        .xw-zj-featured-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 50px;
        }

        .xw-zj-featured-card {
            position: relative;
            border-radius: 10px;
            overflow: hidden;
            /*box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);*/
            transition: transform 0.3s, box-shadow 0.3s;
            cursor: pointer;
        }

        .xw-zj-featured-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
        }

        .xw-zj-featured-image {
            width: 100%;
            height: 250px;
            overflow: hidden;
        }

        .xw-zj-featured-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s;
        }

        .xw-zj-featured-card:hover .xw-zj-featured-image img {
            transform: scale(1.05);
        }

        .xw-zj-featured-content {
            padding: 20px;
            background: white;
        }

        .xw-zj-featured-title {
            font-size: 1.1rem;
            color: #2c3e50;
            margin-bottom: 10px;
            font-weight: 600;
            line-height: 1.5;
        }

        .xw-zj-featured-excerpt {
            font-size: 0.9rem;
            color: #666;
            line-height: 1.6;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        /* 新闻列表区域 */
        .xw-zj-news-list {
            padding: 20px 20px 60px;
            /*background: #f5f5f5;*/
        }

        .xw-zj-news-item {
            background: white;
            border-radius: 10px;
            padding: 30px;
            margin-bottom: 55px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
            transition: transform 0.3s, box-shadow 0.3s;
            cursor: pointer;
            display: block;
        }

        .xw-zj-news-item:hover {
            transform: translateY(-3px);
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
        }

        .xw-zj-news-meta {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 15px;
            color: #999;
            font-size: 16px;
        }

        .xw-zj-news-meta-left {
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .xw-zj-news-meta i {
            font-size: 16px;
        }

        .xw-zj-news-header {
            margin-bottom: 15px;
        }

        .xw-zj-news-title {
            font-size: 1.3rem;
            color: #2c3e50;
            font-weight: 600;
        }

        .xw-zj-news-more {
            color: #6a0700;
            text-decoration: none;
            font-size: 0.9rem;
            display: flex;
            align-items: center;
            gap: 5px;
            transition: gap 0.3s;
            white-space: nowrap;
        }

        .xw-zj-news-more:hover {
            gap: 8px;
        }

        .xw-zj-news-more i {
            font-size: 0.8rem;
        }

        .xw-zj-news-excerpt {
            color: #666;
            line-height: 1.8;
            font-size: 0.95rem;
        }

      /* 分页 */
        .xw-zj-pagination {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 10px;
            margin-top: 40px;
        }

        .xw-zj-pagination a,
        .xw-zj-pagination span {
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 5px;
            text-decoration: none;
            color: #666;
            background: white;
            transition: all 0.3s;
            font-size: 16px;
            border: 2px solid #ececec;
            font-weight: 550;
        }

        .xw-zj-pagination a:hover {
            background: #e5472e;
            color: white;
            border-color: #e5472e; /* 保持边框宽度不变，只改颜色 */
        }

        .xw-zj-pagination .xw-zj-active {
            background: #e5472e;
            color: white;
            border: 2px solid #e5472e;
        }

        .xw-zj-pagination .xw-zj-prev,
        .xw-zj-pagination .xw-zj-next {
            width: auto;
            padding: 0 15px;
            border-radius: 20px 0px 0px 20px;
        }
        .xw-zj-pagination .xw-zj-next {
            border-radius: 0px 20px 20px 0px;
        }

        /* 响应式设计 */
        @media (max-width: 1024px) {
            .xw-zj-featured-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 25px;
            }

            .xw-zj-hero-title {
                font-size: 2.5rem;
            }
        }

        @media (max-width: 768px) {
            .xw-zj-featured-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }

            .xw-zj-hero {
                height: 200px;
            }

            .xw-zj-hero-title {
                font-size: 2rem;
            }

            .xw-zj-news-item {
                padding: 20px;
            }

            .xw-zj-news-meta {
                flex-direction: column;
                align-items: flex-start;
                gap: 10px;
            }

            .xw-zj-news-more {
                margin-left: 0;
            }

            .xw-zj-news-title {
                font-size: 1.1rem;
            }

            .xw-zj-featured {
                padding: 40px 15px 30px;
            }

            .xw-zj-news-list {
                padding: 20px 15px 40px;
            }
        }

        @media (max-width: 480px) {
            .xw-zj-hero-title {
                font-size: 1.5rem;
            }

            .xw-zj-featured-image {
                height: 200px;
            }

            .xw-zj-pagination {
                gap: 5px;
            }

            .xw-zj-pagination a,
            .xw-zj-pagination span {
                width: 35px;
                height: 35px;
                font-size: 0.85rem;
            }
        }

.xw-zj-featured-line{
    height:1px;
    background:rgba(181, 181, 181, .8);
    margin:15px auto;
}

 /* 顶部横幅 */
        .an-zj-hero {
            position: relative;
            height: 415px;
            background: url('../images/casebg.jpg') center/cover;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
        }

        .an-zj-hero::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(1, 8, 61, 0.7);
        }

        .an-zj-hero-title {
            position: relative;
            z-index: 1;
            font-size: 3rem;
            font-weight: bold;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
        }

        /* 案例列表区域 */
        .an-zj-cases {
            padding: 90px 20px;
            background: #fff;
        }

        .an-zj-container {
            max-width: 80%;
            margin: 0 auto;
        }

        .an-zj-cases-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 90px 120px;
        }

        .an-zj-case-card {
            border-radius: 15px;
            overflow: visible;
            box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
            transition: transform 0.3s, box-shadow 0.3s;
            cursor: pointer;
            background: linear-gradient(175deg, #e3e3e3 35%, #f4f4f4 100%);
            border-bottom-right-radius: 85px;
        }

        .an-zj-case-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
        }

        .an-zj-case-image {
            width: 103%;
            height: 300px;
            position: relative;
            overflow: visible;
            border-radius:15px;
            z-index:100;
        }

        .an-zj-case-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s;
            border-radius:20px;
        }

        .an-zj-case-card:hover .an-zj-case-image img {
            transform: scale(1.005);
        }

        .an-zj-case-info {
            padding: 45px;
            position: relative;
            border-radius:0px 0px 15px 15px;
        }

        .an-zj-case-title {
            font-size: 24px;
            color: #2c3e50;
            font-weight: 600;
        }

        .an-zj-case-btn {
            position: absolute;
            bottom: 45px;
            right: -5px;
            width: 45px;
            height: 35px;
            border-radius: 20%;
            background: #011d3f;
            color: white;
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            transition: all 0.3s;
            font-size: 16px;
        }

        .an-zj-case-btn:hover {
            background: #2c5282;
            transform: scale(1.1);
        }

        .an-zj-case-btn i {
            margin-left: 2px;
            font-size:18px;
        }


        /* 响应式设计 */
        @media (max-width: 1024px) {
            .an-zj-cases-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 25px;
            }

            .an-zj-hero-title {
                font-size: 2.5rem;
            }
        }

        @media (max-width: 768px) {
            .an-zj-cases-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }

            .an-zj-hero {
                height: 200px;
            }

            .an-zj-hero-title {
                font-size: 2rem;
            }

            .an-zj-case-image {
                height: 200px;
            }

            .an-zj-cases {
                padding: 40px 15px;
            }
        }

        @media (max-width: 480px) {
            .an-zj-hero-title {
                font-size: 1.5rem;
            }

            .an-zj-case-title {
                font-size: 1.1rem;
            }

          

          
        }

 /* 顶部横幅 */
        .lx-zj-hero {
            position: relative;
            min-height: 600px;
            background: url('../images/contact_ban.jpg') center/cover;
            display: flex;
            align-items: center;
            color: white;
            padding: 60px 20px;
        }

        .lx-zj-hero::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(
                to right,
                rgba(0, 0, 0, 0.6),
                rgba(0, 0, 0, 0.01)
            );
        }

        .lx-zj-hero-container {
            position: relative;
            z-index: 1;
            max-width: 80%;
            margin: 0 auto;
            width: 100%;
        }

        .lx-zj-hero-title {
            font-size: 3.5rem;
            font-weight: bold;
            margin-bottom: 30px;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
        }

        .lx-zj-hero-description {
            font-size: 1.1rem;
            line-height: 1.8;
            margin-bottom: 50px;
            max-width: 800px;
            text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
        }

        .lx-zj-features {
            list-style: none;
        }

        .lx-zj-feature-item {
            font-size: 1.1rem;
            margin-bottom: 20px;
            display: flex;
            align-items: center;
            gap: 15px;
        }

        .lx-zj-feature-item::before {
            content: '';
            width: 4px;
            height: 20px;
            background: #fff;
            display: inline-block;
        }

        /* 联系卡片区域 */
        .lx-zj-contact-cards {
            padding: 80px 20px;
            background: #f5f5f5;
            margin-top: -50px;
            position: relative;
            z-index: 10;
        }

         .lx-zj-message-left {
            width: 60%;
            position: relative;
            z-index: 2;
        }


        .lx-zj-container {
            max-width: 80%;
            margin: 0 auto;
        }

        .lx-zj-cards-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
        }

        .lx-zj-card {
            background: white;
            border-radius: 15px;
            padding: 50px 30px;
            text-align: center;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s, box-shadow 0.3s;
        }

        .lx-zj-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
        }

        .lx-zj-card-icon {
            width: 80px;
            height: 80px;
            margin: 0 auto 30px;
/*            background: #f0f0f0;
            border-radius: 50%;*/
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2.5rem;
            color: #7f8c9a;
            transition: all 0.3s;
        }
          .lx-zj-card-icon i{
            font-size:50px;
            font-weight: 600;
          }

        .lx-zj-card:hover .lx-zj-card-icon {
         /*   background: #e74c3c;
            color: white;*/
            transform: scale(1.1);
        }

        .lx-zj-card-title {
            font-size: 1.5rem;
            color: #2c3e50;
            margin-bottom: 20px;
            font-weight: 600;
        }

        .lx-zj-card-content {
            color: #666;
            font-size: 1.2rem;
            line-height: 1.8;
        }

        .lx-zj-card-phone {
            color: #e74c3c;
            font-size: 1.8rem;
            font-weight: bold;
            text-decoration: none;
            display: block;
            transition: color 0.3s;
        }

        .lx-zj-card-phone:hover {
            color: #c0392b;
        }

        /* 响应式设计 */
        @media (max-width: 1200px) {
            .lx-zj-cards-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 25px;
            }

            .lx-zj-hero-title {
                font-size: 3rem;
            }

            .lx-zj-hero {
                min-height: 450px;
            }

            .lx-zj-form-grid {
                grid-template-columns: 1fr;
            }
              .lx-zj-message-left {
                width: 100%;
            }
             .lx-zj-message-right {
                display: none;
            }

             .lx-zj-message-form::before {
                display: none;
            }
        }

   

        @media (max-width: 768px) {
            .lx-zj-cards-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }

            .lx-zj-hero {
                min-height: 400px;
                padding: 40px 20px;
            }

            .lx-zj-hero-title {
                font-size: 2.5rem;
            }

            .lx-zj-hero-description {
                font-size: 1rem;
            }

            .lx-zj-feature-item {
                font-size: 1rem;
            }

            .lx-zj-card {
                padding: 40px 25px;
            }

            .lx-zj-card-icon {
                width: 70px;
                height: 70px;
                font-size: 2rem;
            }

            .lx-zj-contact-cards {
                padding: 60px 15px;
                margin-top: -30px;
            }

            .lx-zj-message-section {
                padding: 60px 15px;
            }

            .lx-zj-message-title {
                font-size: 2rem;
            }

            .lx-zj-message-subtitle {
                font-size: 0.95rem;
            }

            .lx-zj-submit-btn {
                width: 100%;
            }
        }

        @media (max-width: 480px) {
            .lx-zj-hero-title {
                font-size: 2rem;
            }

            .lx-zj-hero-description {
                font-size: 0.95rem;
            }

            .lx-zj-card-title {
                font-size: 1.3rem;
            }

            .lx-zj-card-phone {
                font-size: 1.5rem;
            }

            .lx-zj-feature-item {
                font-size: 0.95rem;
            }

            .lx-zj-message-title {
                font-size: 1.8rem;
            }
        }

        /* 在线留言区域 */
        .lx-zj-message-section {
            padding: 50px 20px;
            background: url('../images/main-msg-bg.jpg') center/cover;
            position: relative;
        }

        .lx-zj-message-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.6);
        }

        .lx-zj-message-container {
            max-width: 80%;
            margin: 0 auto;
            position: relative;
            z-index: 1;
            padding:90px 0px;
        }

        .lx-zj-message-wrapper {
            position: relative;
        }

       
        .lx-zj-message-header {
            margin-bottom: 50px;
        }

        .lx-zj-message-title {
            font-size: 2.5rem;
            color: #e74c3c;
            font-weight: 900;
            margin-bottom: 24px;
        }

        .lx-zj-message-subtitle {
            color: white;
            font-size: 1rem;
            line-height: 1.8;
        }

        .lx-zj-message-form {
            background: linear-gradient(90deg, #9cb1c3, #204f78);
            padding: 64px 7% 39px;
            border-radius: 10px;
            position: relative;
        }

        .lx-zj-message-form::before {
            content: "";
            border-left: 32px solid #204f78;
            border-top: 0 solid transparent;
            border-bottom: 53px solid transparent;
            position: absolute;
            right: -20px;
            top: 0;
        }

        .lx-zj-form-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 35px 3%;
            margin-bottom: 35px;
        }

        .lx-zj-form-group {
            position: relative;
        }

        .lx-zj-form-group.lx-zj-full-width {
            grid-column: 1 / -1;
        }

        .lx-zj-form-icon {
            position: absolute;
            left: 18px;
            top: 13px;
            width: 24px;
            height: 24px;
            z-index: 2;
            color: #666;
        }
        .lx-zj-form-icon{
            font-size:1.8rem !important;
        }

        .lx-zj-form-input,
        .lx-zj-form-textarea {
            width: 100%;
            padding: 12px 2% 10px 60px;
            border: 1px solid #d8d8d8;
            border-radius: 4px;
            background: white;
            font-size: 16px;
            color: #606267;
            line-height: 28px;
            box-shadow: 0px 0px 10px 0px rgba(51, 86, 150, 0.1);
            transition: all 0.3s;
        }

        .lx-zj-form-input:focus,
        .lx-zj-form-textarea:focus {
            outline: none;
            border-color: #e74c3c;
            box-shadow: 0px 0px 15px 0px rgba(231, 76, 60, 0.2);
        }

        .lx-zj-form-textarea {
            height: 190px;
            resize: vertical;
            padding-left: 8%;
            padding-top: 15px;
        }

        .lx-zj-submit-btn {
            width: 340px;
            height: 54px;
            display: block;
            margin: 0 auto;
            background: linear-gradient(90deg, #e74c3c, #fab53c);
            border: none;
            border-radius: 8px;
            font-size: 20px;
            color: white;
            cursor: pointer;
            transition: all 0.4s;
            font-weight: 600;
        }

        .lx-zj-submit-btn:hover {
            background: linear-gradient(90deg, #e74c3c, #ff9e36);
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(231, 76, 60, 0.3);
        }

        .lx-zj-message-right {
            width: 36%;
            position: absolute;
            right: 0;
            top: 0;
        }

        .lx-zj-message-image {
            height: auto;
            display: block;
            border-radius: 10px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
        }

        .lx-zj-steps-panel {
            width: 80%;
            background: #e74c3c;
            padding: 10px 20px 20px;
            margin-top: -170px;
            position: relative;
            z-index: 2;
            border-radius: 8px;
            box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
        }

        .lx-zj-step-item {
            padding: 8px 0 4px 40px;
            color: white;
            margin-top: 10px;
            margin-bottom: 15px;
            position: relative;
            transition: all 0.3s;
            cursor: pointer;
        }

        .lx-zj-step-item:hover {
            padding-left: 30px;
        }

        .lx-zj-step-item::before {
            content: '1';
            display: block;
            position: absolute;
            left: 0;
            bottom: 0;
            width: 50px;
            height: 50px;
            font-size: 46px;
            line-height: 70px;
            font-family: Impact, sans-serif;
            font-style: italic;
            color: white;
            opacity: 0.4;
            font-weight: bold;
            z-index: -1;
        }

        .lx-zj-step-item:nth-child(2)::before {
            content: '2';
        }

        .lx-zj-step-item:nth-child(3)::before {
            content: '3';
        }

          @media (max-width: 1800px) {

            .lx-zj-steps-panel{
                width:100%;
            }
          }

 /* 顶部横幅 */
        .blog-dt-hero {
            background: linear-gradient(135deg, #0a1e42 0%, #1a3a6e 100%);
            padding: 60px 20px;
            color: white;
        }

        .blog-dt-hero-container {
            max-width: 80%;
            margin: 0 auto;
        }

        .blog-dt-hero-title {
            font-size: 2rem;
            font-weight: 600;
            margin-bottom: 30px;
            line-height: 1.4;
            border-bottom: 1px solid #b5b5b5;
            padding-bottom: 20px;
        }

        .blog-dt-meta {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 15px;
        }

        .blog-dt-date {
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 16px;
        }

        .blog-dt-date i {
            font-size: 21px;
        }

        .blog-dt-consult-btn {
            background: linear-gradient(to bottom, #f7bd88 0%, #f7bd88 100%);
            color: #01083d;
            padding: 10px 25px;
            border-radius: 25px;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            font-size: 16px;
            transition: all 0.3s;
            border: none;
            cursor: pointer;
            font-weight:600;
        }

        .blog-dt-consult-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 2px 10px rgba(255, 111, 60, 0.4);
        }

        .blog-dt-consult-btn i {
            font-size: 21px;
             font-weight:600;
        }

        /* 文章内容区域 */
        .blog-dt-content {
            max-width: 80%;
            margin: 0px auto;
            padding: 0 20px 80px;
            position: relative;
            z-index: 1;
        }

        .blog-dt-article {
            background: white;
            border-radius: 15px;
            padding: 30px 0px 60px;
            /*box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);*/
        }

        /* 标题样式 */
        .blog-dt-article h2 {
            font-size: 1.8rem;
            color: #000000;
            margin: 40px 0 20px;
            padding-bottom: 15px;
            /*border-bottom: 2px solid #e0e0e0;*/
            position: relative;
            text-align: center;
            font-weight: 600;
        }

     /*   .blog-dt-article h2::before {
            content: '';
            position: absolute;
            bottom: -2px;
            left: 0;
            width: 60px;
            height: 2px;
            background: linear-gradient(90deg, #ff6f3c, #ff9a3c);
        }*/

        .blog-dt-article h2::after {
            content: '';
            display: block;
            width: 40px;
            height: 4px;
            background: linear-gradient(90deg, #2c3e50, #2c3e50);
            margin-top: 10px;
            border-radius: 2px;
             content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 40px;
            height: 3px;
        }

        .blog-dt-section-title {
            text-align: center;
            position: relative;
            padding-bottom: 20px;
            margin-bottom: 30px;
        }

        .blog-dt-section-title::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 40px;
            height: 3px;
            background: linear-gradient(90deg, #ff6f3c, #ff9a3c);
        }

        .blog-dt-article h3 {
            font-size: 1.5rem;
            color: #000000;
            margin: 35px 0 18px;
            font-weight: 600;
            padding-left: 15px;
            border-left: 4px solid #2c3e50;
        }

        .blog-dt-article h4 {
            font-size: 1.3rem;
            color: #000000;
            margin: 30px 0 15px;
            font-weight: 600;
        }

        .blog-dt-article h5 {
            font-size: 1.15rem;
            color: #555;
            margin: 25px 0 12px;
            font-weight: 600;
        }

        .blog-dt-article h6 {
            font-size: 1rem;
            color: #666;
            margin: 20px 0 10px;
            font-weight: 600;
        }

        .blog-dt-article p {
            margin: 15px 0;
            line-height: 1.9;
            color: #555;
            font-size: 1rem;
            text-align: justify;
        }

        /* 图片网格 */
        .blog-dt-image-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 50px;
            margin: 15px 0;
        }

        .blog-dt-image-placeholder {
            max-width: 100%;
            background: linear-gradient(135deg, #f6f6f6 0%, #f5f5f5 100%);
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #999;
            font-size: 1rem;
            transition: transform 0.3s;
        }

        .blog-dt-image-placeholder:hover {
            transform: scale(1.02);
        }

        /* 文章导航 */
        .blog-dt-navigation {
            margin-top: 50px;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
            /*border-top: 2px solid #e0e0e0;*/
            border-radius: 10px;
        }

        .blog-dt-nav-item {
            /*background: #f8f9fa;*/
            padding: 20px 25px;
            /*margin-bottom: 15px;*/
            /*border-radius: 10px;*/
            display: flex;
            align-items: center;
            gap: 15px;
            text-decoration: none;
            color: #555;
            transition: all 0.3s;
            border-left: 4px solid transparent;
             box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
        }

        .blog-dt-nav-item:hover {
            background: #fff;
            /*border-left-color: #2c3e50;*/
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
            transform: translateX(3px);
        }

        .blog-dt-nav-icon {
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

      .blog-dt-nav-icon i{
          font-size: 2rem;
          color:#022249;
      }

        .blog-dt-nav-text {
            flex: 1;
            display: flex;
        }

        .blog-dt-nav-label {
            font-size: 1rem;
            color: #022249;
        }

        .blog-dt-nav-title {
            font-size: 1rem;
            color: #2c3e50;
            font-weight: 500;
        }
        .blog-dt-article p a{
            color:#4c87cf;
        }

        /* 响应式设计 */
        @media (max-width: 1024px) {
            .blog-dt-article {
                padding: 50px 40px;
            }

            .blog-dt-hero-title {
                font-size: 1.8rem;
            }

            .blog-dt-article h2 {
                font-size: 1.6rem;
            }

            .blog-dt-article h3 {
                font-size: 1.35rem;
            }
        }

        @media (max-width: 768px) {
            .blog-dt-hero {
                padding: 40px 20px;
            }

            .blog-dt-hero-title {
                font-size: 1.5rem;
            }

            .blog-dt-meta {
                flex-direction: column;
                align-items: flex-start;
            }

            .blog-dt-article {
                padding: 40px 30px;
            }

            .blog-dt-image-grid {
                grid-template-columns: 1fr;
            }

            .blog-dt-article h2 {
                font-size: 1.5rem;
            }

            .blog-dt-article h3 {
                font-size: 1.3rem;
            }

            .blog-dt-article h4 {
                font-size: 1.2rem;
            }

            .blog-dt-nav-item {
                padding: 15px 20px;
            }
        }

        @media (max-width: 480px) {
            .blog-dt-hero-title {
                font-size: 1.3rem;
            }

            .blog-dt-article {
                padding: 30px 20px;
                border-radius: 10px;
            }

            .blog-dt-article h2 {
                font-size: 1.35rem;
            }

            .blog-dt-article h3 {
                font-size: 1.2rem;
            }

            .blog-dt-article p {
                font-size: 0.95rem;
            }

            .blog-dt-nav-item {
                flex-direction: column;
                align-items: flex-start;
            }

            .blog-dt-nav-title {
                font-size: 0.95rem;
            }
        }

 .pd-zj-section {
            background: url('../images/pdtbg.jpg') center/cover no-repeat;
            padding: 60px 20px;
            min-height: 80vh;
            display: flex;
            align-items: center;
            position: relative;
        }

        .pd-zj-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(10, 37, 64, 0.25);
        }

        .pd-zj-container {
            position: relative;
            z-index: 1;
        }

        .pd-zj-container {
            max-width: 80%;
            margin: 0 auto;
            width: 100%;
            position: relative;
        }

        .pd-zj-content {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            align-items: center;
        }

        /* 左侧图片区域 */
        .pd-zj-image-wrapper {
            position: relative;
        }

        .pd-zj-image-container {
            position: relative;
            border-radius: 20px;
            overflow: hidden;
            /*box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);*/
        }

        .pd-zj-image-container::before {
            content: '';
            position: absolute;
            top: -2px;
            left: -2px;
            right: -2px;
            bottom: -2px;
            /*background: linear-gradient(45deg, #ff6b35, #f7931e);*/
            border-radius: 20px;
            z-index: -1;
        }

        .pd-zj-product-image {
            width: 100%;
            height: auto;
            display: block;
            border-radius: 18px;
        }

        /* 右侧内容区域 */
        .pd-zj-info-wrapper {
            color: white;
        }

        .pd-zj-title {
            font-size: 42px;
            font-weight: bold;
            margin-bottom: 20px;
            letter-spacing: 2px;
        }

        .pd-zj-specs {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 30px;
            margin-bottom: 40px;
        }

        .pd-zj-spec-item {
            /*background: rgba(255, 255, 255, 0.05);*/
            /*padding: 20px;*/
            /*border-radius: 12px;*/
            /*border: 1px solid rgba(255, 255, 255, 0.1);*/
        }

        .pd-zj-spec-label {
            font-size: 16px;
            color: rgba(255, 255, 255, 0.8);
            margin-bottom: 10px;
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .pd-zj-spec-label::before {
            content: '—';
            color: #fff;
            font-weight:bold;
        }

        .pd-zj-spec-value {
            font-size: 32px;
            font-weight: bold;
            color: white;
        }

        /* 适用物料 */
        .pd-zj-materials {
            margin-bottom: 40px;
        }

        .pd-zj-materials-title {
            font-size: 24px;
            font-weight: bold;
            margin-bottom: 20px;
        }

        .pd-zj-materials-list {
            font-size: 16px;
            line-height: 2;
            color: rgba(255, 255, 255, 0.9);
        }

        /* 底部按钮和联系方式 */
        .pd-zj-actions {
            display: flex;
            align-items: center;
            gap: 40px;
            flex-wrap: wrap;
        }

        .pd-zj-cta-button {
            background: #f8c18c;
            color: #011e40;
            border: none;
            padding: 18px 45px;
            font-size: 20px;
            font-weight: bold;
            border-radius: 50px;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 3px 15px rgba(248, 193, 140, 0.3);
            display: block;
        }

        .pd-zj-cta-button:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 20px rgba(248, 193, 140, 0.4);
        }

        .pd-zj-contact {
            display: flex;
            align-items: center;
            gap: 15px;
            color: #fae8d7;
            opacity:.9;
        }

        .pd-zj-phone-icon {
            /*background: rgba(255, 255, 255, 0.1);*/
            display: flex;
            align-items: center;
            justify-content: center;
           
        }
        .pd-zj-phone-icon i{
         font-size: 50px;
        }

        .pd-zj-contact-info {
            display: flex;
            flex-direction: column;
        }

        .pd-zj-phone-number {
            font-size: 28px;
            font-weight: bold;
            letter-spacing: 1px;
        }

        .pd-zj-service-time {
            font-size: 16px;
            color: #fae8d7;
            opacity:.9;
        }

        /* 咨询按钮 */
        .pd-zj-consultant {
            position: absolute;
            right: -50px;
            top: 25%;
            z-index: 1000;
        }

        .pd-zj-consultant-button {
            display: block;
            transition: all 0.3s ease;
        }

        .pd-zj-consultant-button:hover {
            transform: scale(1.02);
        }

        .pd-zj-consultant-avatar {
            height: 120px;
            object-fit: cover;
        }

        /* 响应式设计 */
        @media (max-width: 1024px) {
            .pd-zj-content {
                grid-template-columns: 1fr;
                gap: 40px;
            }

            .pd-zj-title {
                font-size: 42px;
            }

            .pd-zj-consultant {
                right: 20px;
                top: auto;
                bottom: 20px;
            }

            .pd-zj-consultant-button {
                width: 90px;
                height: 90px;
            }

            .pd-zj-consultant-avatar {
                width: 90px;
                height: 90px;
            }
             .pd-zj-consultant{
                display: none;
            }
        }

        @media (max-width: 768px) {
            .pd-zj-section {
                padding: 40px 15px;
            }

            .pd-zj-title {
                font-size: 36px;
                margin-bottom: 30px;
            }

            .pd-zj-specs {
                grid-template-columns: 1fr;
                gap: 20px;
            }

            .pd-zj-spec-value {
                font-size: 26px;
            }

            .pd-zj-actions {
                flex-direction: column;
                align-items: flex-start;
                gap: 25px;
            }

            .pd-zj-cta-button {
                width: 100%;
                padding: 16px 35px;
                font-size: 18px;
            }

            .pd-zj-phone-number {
                font-size: 22px;
            }

            .pd-zj-consultant-button {
                width: 70px;
                height: 70px;
            }

            .pd-zj-consultant-avatar {
                width: 70px;
                height: 70px;
            }

        }

        @media (max-width: 480px) {
            .pd-zj-title {
                font-size: 28px;
            }

            .pd-zj-materials-title {
                font-size: 20px;
            }

            .pd-zj-materials-list {
                font-size: 14px;
            }

            .pd-zj-phone-number {
                font-size: 20px;
            }
        }

/* 产品简介部分 */
        .pd-zj-intro-section {
            background: #fff;
            padding: 80px 0px;
        }

        .pd-zj-intro-content {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            align-items: center;
        }

        .pd-zj-intro-text {
            padding-right: 40px;
        }

        .pd-zj-intro-header {
            display: flex;
            align-items: center;
            gap: 20px;
            margin-bottom: 30px;
        }

        .pd-zj-intro-line {
            width: 5px;
            height: 60px;
            background: #0a2540;
            flex-shrink: 0;
            margin-top: 5px;
            border-radius:0px 15px 15px 0px;
        }

        .pd-zj-intro-title {
            font-size: 36px;
            font-weight: bold;
            color: #0a2540;
            margin-bottom: 5px;
        }

        .pd-zj-intro-subtitle {
            font-size: 16px;
            color: #666;
            font-weight: 300;
        }

        .pd-zj-intro-description p {
            font-size: 16px;
            line-height: 2;
            color: #333;
            text-align: justify;
            margin: 0;
        }

        .pd-zj-intro-image-wrapper {
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
        }

        .pd-zj-intro-image {
            width: 100%;
            height: auto;
            display: block;
            transition: transform 0.5s ease;
        }

        .pd-zj-intro-image:hover {
            transform: scale(1.05);
        }

        @media (max-width: 1024px) {
            .pd-zj-intro-content {
                grid-template-columns: 1fr;
                gap: 40px;
            }

            .pd-zj-intro-text {
                padding-right: 0;
            }
        }

        @media (max-width: 768px) {
            .pd-zj-intro-section {
                padding: 50px 15px;
            }

            .pd-zj-intro-title {
                font-size: 28px;
            }

            .pd-zj-intro-line {
                height: 50px;
            }

            .pd-zj-intro-description p {
                font-size: 15px;
            }
        }

        @media (max-width: 480px) {
            .pd-zj-title {
                font-size: 28px;
            }

            .pd-zj-materials-title {
                font-size: 20px;
            }

            .pd-zj-materials-list {
                font-size: 14px;
            }

            .pd-zj-phone-number {
                font-size: 20px;
            }
        }


   /* 产品优势部分 */
        .pd-zj-advantages-section {
            background: #011d3f;
            padding: 80px 20px;
            position: relative;
        }

        .pd-zj-advantages-header {
            text-align: center;
            margin-bottom: 30px;
        }

        .pd-zj-advantages-title {
            font-size: 36px;
            font-weight: bold;
            color: white;
            margin-bottom: 10px;
        }

        .pd-zj-advantages-en {
            display: block;
            font-size: 18px;
            color: rgba(255, 255, 255, 0.8);
            font-weight: 300;
            letter-spacing: 1px;
        }

        .pd-zj-advantages-en::after {
            content: '';
            display: block;
            width: 60px;
            height: 2px;
            background: white;
            margin: 20px auto 0;
        }

        .pd-zj-advantages-slider-wrapper {
            position: relative;
            margin: 0 auto;
            padding: 20px 80px;
        }

        .pd-zj-advantages-swiper {
            overflow: hidden;
            padding:20px;
        }

        .pd-zj-advantages-swiper .swiper-wrapper {
            display: flex;
        }

        .pd-zj-advantage-card {
            background: transparent;
            border: 1px solid rgba(255, 255, 255, 0.3);
            border-radius: 8px;
            padding: 40px 30px;
            position: relative;
            transition: all 0.3s ease;
            height: auto;
            cursor: pointer;
        }

        .pd-zj-advantage-card:hover {
            border-color: rgba(255, 255, 255, 0.6);
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
        }

        .pd-zj-advantage-card::before {
            display: none;
        }

        .pd-zj-advantage-number {
            font-size: 56px;
            color: white;
            font-style: normal;
            font-weight: bold;
            line-height: 1;
            display: block;
            margin-bottom: 25px;
        }

        .pd-zj-advantage-title {
            margin: 0;
            padding: 0 0 20px 0;
            font-size: 22px;
            color: white;
            line-height: 1.4;
            font-weight: bold;
        }

        .pd-zj-advantage-card p {
            font-size: 16px;
            color: rgba(255, 255, 255, 0.95);
            line-height: 1.8;
            margin: 0;
        }

        .pd-zj-swiper-next,
        .pd-zj-swiper-prev {
            width: 50px;
            height: 50px;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            z-index: 10;
            cursor: pointer;
            transition: all 0.3s ease;
            font-size: 28px;
            color: rgba(255, 255, 255, 1);
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .pd-zj-swiper-next i,
        .pd-zj-swiper-prev i{
            font-size:42px;
        }

        .pd-zj-swiper-prev {
            left: 10px;
        }

        .pd-zj-swiper-next {
            right: 10px;
        }

        .pd-zj-swiper-next:hover,
        .pd-zj-swiper-prev:hover {
            color: white;
        }

        @media (max-width: 1024px) {
            .pd-zj-advantages-slider-wrapper {
                padding: 0 70px;
            }

            .pd-zj-advantage-card {
                padding: 35px 25px;
            }

            .pd-zj-advantage-number {
                font-size: 48px;
            }

            .pd-zj-swiper-prev {
                left: 10px;
            }

            .pd-zj-swiper-next {
                right: 10px;
            }
        }

        @media (max-width: 768px) {
            .pd-zj-advantages-section {
                padding: 60px 15px;
            }

            .pd-zj-advantages-title {
                font-size: 28px;
            }

            .pd-zj-advantages-slider-wrapper {
                padding: 0 60px;
            }

            .pd-zj-advantage-card {
                padding: 30px 20px;
            }

            .pd-zj-advantage-number {
                font-size: 42px;
                margin-bottom: 20px;
            }

            .pd-zj-advantage-title {
                font-size: 20px;
                padding-bottom: 15px;
            }

            .pd-zj-advantage-card p {
                font-size: 15px;
            }

            .pd-zj-swiper-next,
            .pd-zj-swiper-prev {
                width: 45px;
                height: 45px;
                font-size: 24px;
            }

            .pd-zj-swiper-prev {
                left: 10px;
            }

            .pd-zj-swiper-next {
                right: 10px;
            }
        }

        @media (max-width: 480px) {
            .pd-zj-advantages-slider-wrapper {
                padding: 0 50px;
            }

            .pd-zj-advantage-card {
                padding: 25px 18px;
            }

            .pd-zj-advantage-number {
                font-size: 36px;
            }

            .pd-zj-advantage-title {
                font-size: 18px;
            }

            .pd-zj-advantage-card p {
                font-size: 14px;
            }

            .pd-zj-swiper-prev {
                left: 5px;
            }

            .pd-zj-swiper-next {
                right: 5px;
            }
        }

        @media (max-width: 480px) {
            .pd-zj-title {
                font-size: 28px;
            }

            .pd-zj-materials-title {
                font-size: 20px;
            }

            .pd-zj-materials-list {
                font-size: 14px;
            }

            .pd-zj-phone-number {
                font-size: 20px;
            }
        }


 /* 实拍展示部分 */
        .pd-zj-display-section {
            background: #fff;
            padding: 80px 20px 0px;
        }

        .pd-zj-display-header {
            text-align: center;
        }

        .pd-zj-display-title {
            font-size: 36px;
            font-weight: bold;
            color: #0a2540;
            margin-bottom: 10px;
        }

        .pd-zj-display-en {
            display: block;
            font-size: 18px;
            color: #666;
            font-weight: 300;
            letter-spacing: 1px;
        }

        .pd-zj-display-en::after {
            content: '';
            display: block;
            width: 60px;
            height: 2px;
            background: #0a2540;
            margin: 20px auto 0;
        }

        .pd-zj-display-slider-wrapper {
            position: relative;
            max-width: 100%;
            margin: 0 auto;
            padding: 20px 100px;
            overflow: hidden;
        }

        .pd-zj-display-swiper {
            overflow: visible;
            padding: 20px 0;
        }

        .pd-zj-display-slide {
            width: 600px;
            height: 400px;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
            transition: all 0.3s ease;
        }

        .pd-zj-display-slide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .pd-zj-display-prev,
        .pd-zj-display-next {
            width: 60px;
            height: 60px;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            z-index: 10;
            cursor: pointer;
            background: white;
            border-radius: 50%;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
            font-size: 28px;
            color: #0a2540;
            display: flex;
            align-items: center;
            justify-content: center;
            display: none;
        }

        .pd-zj-display-prev {
            left: 20px;
        }

        .pd-zj-display-next {
            right: 20px;
        }

        .pd-zj-display-prev:hover,
        .pd-zj-display-next:hover {
            background: #0a2540;
            color: white;
            transform: translateY(-50%) scale(1.1);
        }

        @media (max-width: 1024px) {
            .pd-zj-display-slider-wrapper {
                padding: 50px 80px;
            }

            .pd-zj-display-slide {
                width: 500px;
                height: 350px;
            }
        }

        @media (max-width: 768px) {
            .pd-zj-display-section {
                padding: 60px 15px;
            }

            .pd-zj-display-title {
                font-size: 28px;
            }

            .pd-zj-display-slider-wrapper {
                padding: 40px 70px;
            }

            .pd-zj-display-slide {
                width: 400px;
                height: 280px;
            }

            .pd-zj-display-prev,
            .pd-zj-display-next {
                width: 50px;
                height: 50px;
                font-size: 24px;
            }

            .pd-zj-display-prev {
                left: 10px;
            }

            .pd-zj-display-next {
                right: 10px;
            }
        }

        @media (max-width: 480px) {
            .pd-zj-display-slider-wrapper {
                padding: 30px 60px;
            }

            .pd-zj-display-slide {
                width: 100%;
                height: 240px;
            }

            .pd-zj-display-prev,
            .pd-zj-display-next {
                width: 45px;
                height: 45px;
                font-size: 20px;
            }
        }



   .pd-zj-display-pagination {
            position: relative;
            text-align: center;
            margin-top: 25px;
        }

        .pd-zj-display-pagination :global(.swiper-pagination-bullet) {
            width: 12px;
            height: 12px;
            background: #d9d9d9;
            opacity: 1;
            margin: 0 6px;
            transition: all 0.3s ease;
        }

        .pd-zj-display-pagination :global(.swiper-pagination-bullet-active) {
            width: 30px;
            border-radius: 6px;
            background: #0a2540;
        }

        .pd-zj-display-pagination .swiper-pagination-bullet-active{
            background: #0a2540;
        }


.zcase-table-content {
    overflow-x: auto; 
    width: 100%;
    margin: 35px auto;
}

.zcase-table-content table {
    width: 100%;
    border-collapse: collapse;
    min-width: 80%;
}

.zcase-table-content th, 
.zcase-table-content td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;
}

.zcase-table-content th {
    background-color: #313231;
    color: white;
      line-height: 50px;
}
.zcase-table-content td {
    line-height:32px;
}

.zcase-table-content tr:nth-child(odd) {
    background-color: #f9f9f9;
}
.zcase-table-content tr:nth-child(even) {
    background-color: #ffffff;
}

.zcase-table-content .firstRow{
    color: white;
}

.zcase-table-content .firstRow td{
 line-height: 50px;
 background-color: #313231;
}
.zcase-table-content table p{
    margin-bottom:0px;
}




.cdt-equipment-list {
  margin: 50px auto 80px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

.cdt-equipment-card {
  display: flex;
  position: relative;
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s;
  min-height: 160px;
  align-items: center;
  padding: 20px 0;
}

.cdt-equipment-card:hover {
  transform: translateY(-3.5px);
}

.cdt-equipment-image-wrapper {
  width: 45%;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6.5px 20px rgba(0, 0, 0, 0.15);
  z-index: 2;
  transform: translateY(-25px);
  flex: 0 0 auto;
}

.cdt-equipment-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 13.5px;
}

.cdt-equipment-content {
  width: 50%;
  height: 100%;
  background: #011d3f;
  padding: 40px 5px 33.5px 0;
  color: white;
  border-radius: 0 13.5px 13.5px 0;
  box-shadow: 0 6.5px 20px rgba(0, 0, 0, 0.3);
  position: relative;
  display: flex;
  padding-left: 75px;
  flex-direction: column;
  justify-content: center;
  margin-left: -60px;
  z-index: 1;
  flex: 0 0 auto;
  border-top-right-radius: 40px;
}

.cdt-equipment-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.cdt-equipment-desc {
  font-size: 15px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.9);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cdt-equipment-link {
  position: absolute;
  top: -3px;
  line-height:1;
  right: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f8c08a;
  border: 3px solid #dbcaba;
  color: #011d3f;
  font-size: 16px;
  padding: 8px 20px;
  border-radius: 20px;
  transition: all 0.3s;
  box-shadow: 0 4px 10.5px rgba(0, 0, 0, 0.2);
  z-index: 3;
  pointer-events: auto;
}

.cdt-equipment-link .iconfont {
  margin-left: 12px;
  font-size: 16px;
}

/* 响应式设计 */
@media screen and (max-width: 1200px) {
  .cdt-equipment-list {
    gap: 60px 60px;
  }
}

@media screen and (max-width: 768px) {
  .cdt-equipment-list {
    grid-template-columns: 1fr;
    gap: 50px;
    margin: 30px auto 50px;
  }
  
  .cdt-equipment-card {
    min-height: 120px;
    padding: 15px 0;
  }
  
  .cdt-equipment-image-wrapper {
    width: 50%;
  }
  
  .cdt-equipment-content {
    padding-left: 50px;
    margin-left: -40px;
  }
  
  .cdt-equipment-title {
    font-size: 14px;
  }
  
  .cdt-equipment-desc {
    font-size: 12px;
  }
  
  .cdt-equipment-link {
    font-size: 14px;
    padding: 6px 20px;
  }
  
  .cdt-equipment-link .iconfont {
    font-size: 14px;
  }
}

@media screen and (max-width: 480px) {
  .cdt-equipment-list {
    gap: 40px;
    margin: 20px auto 40px;
  }
  
  .cdt-equipment-card {
    min-height: 100px;
  }
  
  .cdt-equipment-content {
    padding-left: 40px;
  }
}



        /* 案例展示区域 */
        .alxq-zj-case-section {
            background: url('../images/case.jpg') no-repeat;
            background-size:100%;
            padding: 100px 0px 100px;
            display: flex;
            align-items: center;
            position: relative;
            overflow: hidden;
            box-sizing: border-box;
        }

        .alxq-zj-case-container {
            max-width: 80%;
            margin: 0 auto;
            width: 100%;
            position: relative;
            padding: 0 20px;
        }

        .alxq-zj-case-content {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 0;
            align-items: center;
        }

        /* 左侧图片区域 */
        .alxq-zj-case-image-wrapper {
            position: relative;
            height: 100%;
            display: flex;
            align-items: center;
        }

        .alxq-zj-case-image-container {
            position: relative;
            width: 100%;
            max-width: 650px;
            border-radius: 20px 150px 20px 20px;
            overflow: hidden;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
        }

        .alxq-zj-case-image {
            width: 100%;
            height: auto;
            display: block;
            min-height: 400px;
            object-fit: cover;
        }

        /* 右侧内容区域 */
        .alxq-zj-case-info-wrapper {
            color: white;
            padding: 30px 40px 30px 40px;
        }

        .alxq-zj-case-title {
            font-size: 42px;
            font-weight: bold;
            margin-bottom: 40px;
            letter-spacing: 2px;
            line-height: 1.3;
        }

        .alxq-zj-case-material {
            margin-bottom: 30px;
        }

        .alxq-zj-case-material-label {
            font-size: 18px;
            color: rgba(255, 255, 255, 0.9);
            margin-bottom: 15px;
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .alxq-zj-case-material-label::before {
            content: '—';
            font-weight: bold;
            color: rgba(255, 255, 255, 1);
        }

        .alxq-zj-case-material-value {
            font-size: 28px;
            font-weight: bold;
            color: white;
        }

        /* 底部按钮和联系方式 */
        .alxq-zj-case-actions {
            display: flex;
            align-items: center;
            gap: 40px;
            flex-wrap: wrap;
            margin-top: 50px;
        }

        .alxq-zj-case-cta-button {
            background: #f8c18c;
            color: #011e40;
            border: none;
            padding: 16px 40px;
            font-size: 18px;
            font-weight: bold;
            border-radius: 50px;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 10px 30px rgba(255, 107, 53, 0.3);
        }

        .alxq-zj-case-cta-button:hover {
            transform: translateY(-2px);
            box-shadow: 0 15px 40px rgba(255, 107, 53, 0.4);
        }

        .alxq-zj-case-contact {
            display: flex;
            align-items: center;
            gap: 15px;
        }

        .alxq-zj-case-phone-icon {
            width: 60px;
            height: 60px;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 28px;
        }

        .alxq-zj-case-contact-info {
            display: flex;
            flex-direction: column;
        }

        .alxq-zj-case-phone-number {
            font-size: 26px;
            font-weight: bold;
            letter-spacing: 1px;
        }

        .alxq-zj-case-service-time {
            font-size: 14px;
            color: rgba(255, 255, 255, 0.7);
        }

        /* 咨询按钮 */
        .alxq-zj-case-consultant {
            position: fixed;
            right: 30px;
            top: 200px;
            z-index: 1000;
        }

        .alxq-zj-case-consultant-button {
            display: block;
            width: 120px;
            height: 120px;
            transition: all 0.3s ease;
        }

        .alxq-zj-case-consultant-button:hover {
            transform: scale(1.05);
        }

        .alxq-zj-case-consultant-avatar {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 50%;
            box-shadow: 0 10px 30px rgba(255, 154, 86, 0.4);
        }

        .alxq-zj-case-consultant-avatar:hover {
            box-shadow: 0 15px 40px rgba(255, 154, 86, 0.5);
        }

        /* 设备配置区域 */
        .alxq-zj-equipment-section {
            padding: 0;
            margin-top: -50px;
            position: relative;
            z-index: 2;
        }

        .alxq-zj-equipment-container {
            max-width: 80%;
            margin: 0 auto;
            padding: 0 20px;
        }

        .alxq-zj-equipment-card {
            background: white;
            border-radius: 20px;
            padding: 50px 60px;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
        }

        .alxq-zj-equipment-header {
            text-align: center;
            margin-bottom: 40px;
        }

        .alxq-zj-equipment-title {
            font-size: 36px;
            font-weight: bold;
            color: #0a2540;
            margin-bottom: 10px;
        }

        .alxq-zj-equipment-en {
            font-size: 18px;
            color: #666;
            font-weight: 300;
            letter-spacing: 1px;
        }

        .alxq-zj-equipment-content {
            text-align: center;
            font-size: 18px;
            line-height: 2;
            color: #333;
        }

         /* 响应式设计 */
        @media (max-width: 1500px) {
            .alxq-zj-case-container{
                max-width:100%;
            }
            .alxq-zj-case-section{
                background-image: unset;
                background: #011d3f;
            }
        }

        /* 响应式设计 */
        @media (max-width: 1024px) {
            .alxq-zj-case-content {
                grid-template-columns: 1fr;
                gap: 0;
            }

            .alxq-zj-case-image-container {
                border-radius: 0 0 80px 80px;
                max-width: 100%;
            }

            .alxq-zj-case-info-wrapper {
                padding: 50px 30px;
            }

            .alxq-zj-case-title {
                font-size: 36px;
            }

            .alxq-zj-case-consultant {
                right: 20px;
                top: auto;
                bottom: 20px;
            }

            .alxq-zj-case-consultant-button {
                width: 90px;
                height: 90px;
            }

            .alxq-zj-equipment-section {
                margin-top: 0;
                padding-top: 60px;
            }
        }

        @media (max-width: 768px) {
            .alxq-zj-case-title {
                font-size: 30px;
                margin-bottom: 30px;
            }

            .alxq-zj-case-material-value {
                font-size: 24px;
            }

            .alxq-zj-case-actions {
                flex-direction: column;
                align-items: flex-start;
                gap: 25px;
                margin-top: 40px;
            }

            .alxq-zj-case-cta-button {
                width: 100%;
                padding: 14px 35px;
                font-size: 16px;
            }

            .alxq-zj-case-phone-number {
                font-size: 22px;
            }

            .alxq-zj-case-consultant-button {
                width: 70px;
                height: 70px;
            }

            .alxq-zj-equipment-card {
                padding: 40px 30px;
            }

            .alxq-zj-equipment-title {
                font-size: 28px;
            }

            .alxq-zj-equipment-content {
                font-size: 16px;
            }
        }

        @media (max-width: 480px) {
            .alxq-zj-case-title {
                font-size: 26px;
            }

            .alxq-zj-case-info-wrapper {
                padding: 40px 20px;
            }

            .alxq-zj-case-material-value {
                font-size: 20px;
            }

            .alxq-zj-case-phone-number {
                font-size: 20px;
            }

            .alxq-zj-equipment-card {
                padding: 30px 20px;
            }

            .alxq-zj-equipment-title {
                font-size: 24px;
            }

            .alxq-zj-equipment-content {
                font-size: 15px;
            }
        }



        /* 应用领域区域 */
        .faxq-zj-application-section {
            position: relative;
            padding: 80px 20px 120px;
            background: url('../images/faxqbg.jpg') center/cover no-repeat;
            color: white;
            overflow: hidden;
            border-radius:0px 0px 28% 28%;
        }

        .faxq-zj-application-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(1, 29, 63, 0.8);
            z-index: 1;
        }

       /* .faxq-zj-application-section::after {
            content: '';
            position: absolute;
            bottom: -2px;
            left: 0;
            right: 0;
            height: 150px;
            background: white;
            border-radius: 50% 50% 0 0 / 100% 100% 0 0;
            z-index: 2;
        }
*/
        .faxq-zj-application-container {
            max-width: 80%;
            margin: 0 auto;
            position: relative;
            z-index: 3;
        }

        .faxq-zj-application-header {
            text-align: center;
            margin-bottom: 25px;
        }

        .faxq-zj-application-title {
            font-size: 36px;
            font-weight: bold;
            color: white;
            margin-bottom: 10px;
            letter-spacing: 2px;
        }

        .faxq-zj-application-en {
            font-size: 18px;
            color: rgba(255, 255, 255, 1);
            font-weight: 300;
            letter-spacing: 1px;
        }

        .faxq-zj-application-en::after {
            content: '';
            display: block;
            width: 60px;
            height: 2px;
            background: white;
            margin: 20px auto 0;
        }

        .faxq-zj-application-content {
            margin: 0 auto;
        }

        .faxq-zj-application-content p {
            font-size: 16px;
            line-height: 2;
            color: rgba(255, 255, 255, 1);
            text-align: justify;
            margin-bottom: 15px;
            /*text-indent: 2em;*/
        }

        .faxq-zj-application-content p:last-child {
            margin-bottom: 0;
        }

        /* 响应式设计 */
        @media (max-width: 1024px) {
            .faxq-zj-application-section {
                padding: 70px 20px 110px;
            }

            .faxq-zj-application-title {
                font-size: 36px;
            }

            .faxq-zj-application-content p {
                font-size: 16px;
                line-height: 2;
            }
        }

        @media (max-width: 768px) {
            .faxq-zj-application-section {
                padding: 60px 20px 100px;
            }

            .faxq-zj-application-section::after {
                height: 100px;
            }

            .faxq-zj-application-title {
                font-size: 32px;
            }

            .faxq-zj-application-en {
                font-size: 16px;
            }

            .faxq-zj-application-content p {
                font-size: 15px;
                line-height: 1.9;
            }
        }

        @media (max-width: 480px) {
            .faxq-zj-application-section {
                padding: 50px 15px 80px;
            }

            .faxq-zj-application-section::after {
                height: 60px;
            }

            .faxq-zj-application-title {
                font-size: 28px;
            }

            .faxq-zj-application-en {
                font-size: 15px;
            }

            .faxq-zj-application-en::after {
                width: 50px;
                margin-top: 15px;
            }

            .faxq-zj-application-header {
                margin-bottom: 40px;
            }

            .faxq-zj-application-content p {
                font-size: 14px;
                line-height: 1.8;
                margin-bottom: 15px;
            }
        }


  /* 工艺流程区域 */
        .gylc-zj-process-section {
            background: #f8f8f8;
            padding: 80px 20px;
        }

        .gylc-zj-process-container {
            max-width: 80%;
            margin: 0 auto;
        }

        .gylc-zj-process-header {
            text-align: center;
            margin-bottom: 30px;
        }

        .gylc-zj-process-title {
            font-size: 40px;
            font-weight: bold;
            color: #0a2540;
            margin-bottom: 10px;
            letter-spacing: 2px;
        }

        .gylc-zj-process-en {
            font-size: 18px;
            color: #666;
            font-weight: 300;
            letter-spacing: 1px;
        }

        .gylc-zj-process-en::after {
            content: '';
            display: block;
            width: 60px;
            height: 2px;
            background: #0a2540;
            margin: 20px auto 0;
        }

        .gylc-zj-process-intro {
            text-align: center;
            font-size: 17px;
            color: #666;
            margin-bottom: 40px;
            line-height: 2;
        }

        .gylc-zj-process-content {
            display: flex;
            gap: 60px;
            align-items: flex-start;
        }

        /* 左侧流程图 */
        .gylc-zj-process-flowchart {
            flex: 1;
            max-width: 650px;
        }

        .gylc-zj-flowchart-image {
            width: 100%;
            height: auto;
            border-radius: 12px;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
        }

        /* 右侧阶段说明 */
        .gylc-zj-process-stages {
            flex: 1;
            max-width: 600px;
        }

        .gylc-zj-stage-item {
            /*margin-bottom: 20px;*/
            /*background: white;*/
            /*border-radius: 8px;*/
            overflow: hidden;
            /*box-shadow: 0 0px 2px rgba(0, 0, 0, 0.08);*/
            transition: all 0.3s ease;
            border-bottom:1px solid rgba(0, 0, 0, 0.08);;
        }

        .gylc-zj-stage-item:hover {
            /*box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);*/
        }

        .gylc-zj-stage-title {
            font-size: 22px;
            font-weight: bold;
            color: #333;
            padding: 20px 25px;
            cursor: pointer;
            user-select: none;
            transition: all 0.3s ease;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .gylc-zj-stage-title::after {
            content: '\e6e0';
            font-family: 'iconfont';
            font-size: 16px;
            color: #999;
            transition: transform 0.3s ease;
        }

        .gylc-zj-stage-title:hover {
            color: #0a2540;
            /*background: #f5f5f5;*/
        }

        .gylc-zj-stage-item.active .gylc-zj-stage-title {
            /*color: white;*/
            /*background: linear-gradient(135deg, #0a2540 0%, #1a4d6e 100%);*/
        }

        .gylc-zj-stage-item.active .gylc-zj-stage-title::after {
            transform: rotate(180deg);
            color: white;
        }

        .gylc-zj-stage-description {
            max-height: 0;
            overflow: hidden;
            font-size: 16px;
            line-height: 2;
            color: #666;
            padding: 0 25px;
            transition: all 0.4s ease;
            opacity: 0;
        }

        .gylc-zj-stage-item.active .gylc-zj-stage-description {
            max-height: 500px;
            padding: 0 25px 25px 25px;
            opacity: 1;
        }

        /* 响应式设计 */
        @media (max-width: 1200px) {
            .gylc-zj-process-content {
                flex-direction: column;
                align-items: center;
            }

            .gylc-zj-process-flowchart,
            .gylc-zj-process-stages {
                max-width: 100%;
                width: 100%;
            }
        }

        @media (max-width: 768px) {
            .gylc-zj-process-section {
                padding: 60px 15px;
            }

            .gylc-zj-process-title {
                font-size: 32px;
            }

            .gylc-zj-process-en {
                font-size: 16px;
            }

            .gylc-zj-process-intro {
                font-size: 15px;
                margin-bottom: 40px;
            }

            .gylc-zj-process-content {
                gap: 40px;
            }

            .gylc-zj-stage-title {
                font-size: 20px;
                padding: 18px 20px;
            }

            .gylc-zj-stage-description {
                font-size: 15px;
            }

            .gylc-zj-stage-item.active .gylc-zj-stage-description {
                padding: 0 20px 20px 20px;
            }
        }

        @media (max-width: 480px) {
            .gylc-zj-process-title {
                font-size: 28px;
            }

            .gylc-zj-process-intro {
                font-size: 14px;
            }

            .gylc-zj-stage-title {
                font-size: 18px;
                padding: 16px 18px;
            }

            .gylc-zj-stage-description {
                font-size: 14px;
            }

            .gylc-zj-stage-item.active .gylc-zj-stage-description {
                padding: 0 18px 18px 18px;
            }
        }

  /* 流程介绍区域 */
        .fxgc-zj-intro-section {
            background: linear-gradient(135deg, #011d3f 0%, #011d3f 100%);
            padding: 0;
            min-height: 600px;
            display: flex;
            align-items: center;
            position: relative;
            overflow: hidden;
        }

        .fxgc-zj-intro-container {
            max-width: 90%;
            margin: 0 auto;
            margin-left:10%;
            width: 100%;
            padding: 50px 0px;
            position: relative;
            z-index: 2;
        }
        .fxgc-zj-intro-container .pd-zj-consultant{
            right:100px;
            top:35%;
        }

        .fxgc-zj-intro-content {
            display: grid;
            grid-template-columns: 1fr 1fr;
            align-items: center;
        }

        /* 左侧流程图 */
        .fxgc-zj-intro-flowchart {
            position: relative;
            max-width:650px;
        }

        .fxgc-zj-flowchart-image {
            width: 100%;
            height: auto;
            display: block;
            border-radius: 12px;
        }

        /* 右侧信息 */
        .fxgc-zj-intro-info {
            padding: 80px 100px;
            background: url('../images/sdt_bg.png') no-repeat;
            position: relative;
            background-size:100%;
        }

  /*      .fxgc-zj-intro-info::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(240, 244, 248, 0.95);
            border-radius: 12px;
            z-index: 1;
        }*/

        .fxgc-zj-intro-info > * {
            position: relative;
            z-index: 2;
        }

        .fxgc-zj-intro-title {
            font-size: 38px;
            font-weight: bold;
            color: #0a2540;
            margin-bottom: 40px;
            letter-spacing: 2px;
            line-height: 1.4;
        }

        .fxgc-zj-intro-specs {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 30px;
            margin-bottom: 40px;
        }

        .fxgc-zj-spec-item {
            /*background: white;*/
            /*padding: 20px 25px;*/
            /*border-radius: 8px;*/
            /*box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);*/
        }

        .fxgc-zj-spec-label {
            font-size: 16px;
            color: #011d3f;
            margin-bottom: 10px;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .fxgc-zj-spec-label::before {
            content: '—';
            color: #011d3f;
            font-weight: bold;
        }

        .fxgc-zj-spec-value {
            font-size: 28px;
            font-weight: bold;
            color: #011d3f;
        }

        /* 相关设备 */
        .fxgc-zj-equipment-section {
            margin-bottom: 40px;
        }

        .fxgc-zj-equipment-title {
            font-size: 24px;
            font-weight: bold;
            color: #011d3f;
            margin-bottom: 20px;
        }

        .fxgc-zj-equipment-list {
            font-size: 16px;
            color: #000;
            line-height: 2;
        }

        /* 底部行动按钮 */
        .fxgc-zj-intro-actions {
            display: flex;
            align-items: center;
            gap: 40px;
            flex-wrap: wrap;
        }

        .fxgc-zj-cta-button {
            background: linear-gradient(135deg, #011d3f 0%, #011d3f 100%);
            color: #fbe1c0;
            border: none;
            padding: 16px 40px;
            font-size: 18px;
            font-weight: bold;
            border-radius: 50px;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 10px 30px rgba(10, 37, 64, 0.3);
        }

        .fxgc-zj-cta-button:hover {
            transform: translateY(-2px);
            box-shadow: 0 15px 40px rgba(10, 37, 64, 0.4);
        }

        .fxgc-zj-contact {
            display: flex;
            align-items: center;
            gap: 15px;
        }

        .fxgc-zj-phone-icon {
            width: 60px;
            height: 60px;
            display: flex;
            align-items: center;
            justify-content: center;
            
            color:#011d3f;
        }
        .fxgc-zj-phone-icon i{
                    font-size: 50px;
        }


        .fxgc-zj-contact-info {
            display: flex;
            flex-direction: column;
        }

        .fxgc-zj-phone-number {
            font-size: 28px;
            font-weight: bold;
            color: #011d3f;
            /*letter-spacing: 1px;*/
        }

        .fxgc-zj-service-time {
            font-size: 16px;
            color: #011d3f;
        }

        /* 咨询按钮 */
        .fxgc-zj-consultant {
            position: fixed;
            right: 30px;
            top: 200px;
            z-index: 1000;
        }

        .fxgc-zj-consultant-button {
            display: block;
            width: 120px;
            height: 120px;
            transition: all 0.3s ease;
            position: relative;
        }

        .fxgc-zj-consultant-button:hover {
            transform: scale(1.05);
        }

        .fxgc-zj-consultant-avatar {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 50%;
            box-shadow: 0 10px 30px rgba(255, 154, 86, 0.4);
        }

        .fxgc-zj-consultant-avatar:hover {
            box-shadow: 0 15px 40px rgba(255, 154, 86, 0.5);
        }

        .fxgc-zj-consultant-text {
            position: absolute;
            bottom: -5px;
            left: 0;
            right: 0;
            text-align: center;
            background: linear-gradient(135deg, #ff9a56 0%, #ff6b35 100%);
            color: white;
            font-size: 14px;
            font-weight: bold;
            padding: 8px 5px;
            border-radius: 20px;
            box-shadow: 0 5px 15px rgba(255, 107, 53, 0.3);
        }


    @media (max-width: 1500px) {
        .fxgc-zj-intro-container{
            max-width:100%;
        }
         .fxgc-zj-intro-content {
                grid-template-columns: 1fr;
                gap: 50px;
            }
           .fxgc-zj-intro-flowchart{
            max-width:100%;
           }
           .fxgc-zj-intro-container{
            margin-left:0px;
           }
           .fxgc-zj-intro-info{
            background-image: unset;
            background-color:#fff;
            padding:50px 25px;
           }
        }

        /* 响应式设计 */
        @media (max-width: 1200px) {
           

            .fxgc-zj-intro-section::before {
                width: 100%;
                clip-path: polygon(0 20%, 100% 0, 100% 100%, 0% 100%);
            }

            .fxgc-zj-intro-title {
                font-size: 34px;
            }
        }


 @media (max-width: 998px) {

    .cdt-equipment-list {
        grid-template-columns:repeat(1, 1fr);
    }

 }

        @media (max-width: 768px) {
            .pd-zj-container{
                max-width:100%;
            }
            .fxgc-zj-intro-section {
                min-height: auto;
            }

            .fxgc-zj-intro-container {
                padding: 40px 15px;
                margin-left:0px;
            }

            .fxgc-zj-intro-title {
                font-size: 28px;
                margin-bottom: 30px;
            }

            .fxgc-zj-intro-specs {
                grid-template-columns: 1fr;
                gap: 20px;
            }

            .fxgc-zj-spec-value {
                font-size: 24px;
            }

            .fxgc-zj-equipment-title {
                font-size: 20px;
            }

            .fxgc-zj-equipment-list {
                font-size: 15px;
            }

            .fxgc-zj-intro-actions {
                flex-direction: column;
                align-items: flex-start;
                gap: 25px;
            }

            .fxgc-zj-cta-button {
                width: 100%;
                padding: 14px 35px;
                font-size: 16px;
            }

            .fxgc-zj-phone-number {
                font-size: 22px;
            }

            .fxgc-zj-consultant {
                right: 20px;
                top: auto;
                bottom: 20px;
            }

            .fxgc-zj-consultant-button {
                width: 90px;
                height: 90px;
            }

            .fxgc-zj-consultant-text {
                font-size: 12px;
                padding: 6px 4px;
            }
        }

        @media (max-width: 480px) {
            .fxgc-zj-intro-title {
                font-size: 24px;
            }

            .fxgc-zj-spec-value {
                font-size: 22px;
            }

            .fxgc-zj-phone-number {
                font-size: 20px;
            }

            .fxgc-zj-consultant-button {
                width: 70px;
                height: 70px;
            }

            .fxgc-zj-consultant-text {
                font-size: 11px;
            }
        }

.pagination-custom {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 40px;
    list-style: none;
    padding: 0;
}

.pagination-custom .page-item {
    display: flex;
}

.pagination-custom .page-link {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    text-decoration: none;
    color: #666;
    background: white;
    transition: all 0.3s;
    font-size: 16px;
    border: 2px solid #ececec;
    font-weight: 550;
}

.pagination-custom .page-item a.page-link:hover {
    background: #e5472e;
    color: white;
    border-color: #e5472e;
}

.pagination-custom .page-item.active .page-link {
    background: #e5472e;
    color: white;
    border: 2px solid #e5472e;
}

.pagination-custom .page-item.disabled .page-link {
    cursor: not-allowed;
    opacity: 0.6;
}

/* 上一页和下一页按钮 */
.pagination-custom .page-item:first-child .page-link {
    width: auto;
    padding: 0 15px;
    border-radius: 20px 0px 0px 20px;
}

.pagination-custom .page-item:last-child .page-link {
    width: auto;
    padding: 0 15px;
    border-radius: 0px 20px 20px 0px;
}