﻿*{ margin:0; padding:0; box-sizing: border-box; transition-property: all;-ms-transition-property: all;-moz-transition-property: all; -webkit-transition-property: all; -o-transition-property: all;}
body{   font-family: "microsoft yahei"; color:#333; font-size:0.9rem; background: #FFFFFF; line-height: 26px;}
a{ text-decoration: none; -webkit-transition: all ease .1s;  -moz-transition: all ease .1s; transition: all ease .1s; border:none; color: #333;}
a:focus { outline: 0 }
a:hover{ color: #106eb8;}
img{ border:none; -webkit-transition: all ease .5s;  -moz-transition: all ease .5s; transition: all ease .5s;}
ul,li{ list-style:none;}
.clear{ clear:both;}
.clearfix{ clear:both;}
p{ margin:0 auto; padding:0;}
.padding5{ padding:5px;}
.padding10{ padding:10px;}
.padding15{ padding:15px;}
.padding20{ padding:20px;}
.padding30{ padding:30px;}
.padding40{ padding:40px;}
.fr{ float:right;}
.fl{ float:left; }
.paddingright{ padding-right:10px;}
.paddingleft{ padding-left:10px;}
.undis{ display:block;  background-size: cover;}
.dis{ display:none;  }
.pr5{ padding-right:5px;}
.red{ color:#f00;}
.fff{ color:#fff;}
.pdt30{ padding-top: 30px;}
.txtcenter{ text-align: center;}
.container{ width:1360px;  margin: 0 auto;}
.flex {display: flex; flex-wrap: wrap;}
.flex-center { display: flex; align-items: center; justify-content: space-between;}
.flex-center2 { display: flex; align-items: center; justify-content:flex-start;}
.flex-center4 { display: flex; align-items: flex-end; justify-content:flex-end;}
.flex-center1 { display: flex; align-items: center; justify-content: center;}
.flex-center-contain { justify-content: space-between;}
.flex-center-contain1 { justify-content: space-between; align-items: center; }
.flex-center-contain2 { align-items: center; }
.flex-center-contain3 {   align-items: flex-start; justify-content: space-between;}
em,i{ font-style: normal;}
h1,h2,h3,h4,h5,b,strong{ color: #111111;}

::-webkit-scrollbar {
  width: 6px;
  height:5px;
}


::-webkit-scrollbar-track {
  background-color: #f5f5f5;
  border-radius: 10px;
}


::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 10px;
}


::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

#home .home,
#products .products,
#solution .solution,
#contact .contact,
#service .service,
#newsT .newsT,
#about .about{ color: #106eb8; font-weight: bold;}

.post-info{
  padding: 30px 0;
  line-height: 26px;
  font-size: 1rem;
  color: #333;
  word-break: break-word;
}

.post-info img{
  max-width: 100%;
  height: auto;
  display: block;
  margin: 20px auto;
  border-radius: 6px;
}

.post-info h2{
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 40px 0 20px;
  padding-left: 14px;
  border-left: 4px solid #106eb8;
  color: #222;
}

.post-info h3{
  font-size: 1.3rem;
  line-height: 1.4;
  margin: 32px 0 16px;
  color: #106eb8;
}

.post-info h4{
  font-size: 1.1rem;
  line-height: 1.4;
  margin: 24px 0 12px;
  color: #333;
}

.post-info p{
  margin: 0 0 18px;
  line-height: 30px;
  color: #333;
}

/* 强调文字 */
.post-info strong,
.post-info b{
  color: #106eb8;
  font-weight: bold;
}
.post-info ul{
  margin: 15px 0 20px 20px;
  padding: 0;
}

.post-info ul li{
  position: relative;
  margin-bottom: 10px;
  padding-left: 12px;
  line-height: 26px;
}

/* 自定义圆点 */
.post-info ul li::before{
  content: "";
  position: absolute;
  left: -12px;
  top: 11px;
  width: 6px;
  height: 6px;
  background: #106eb8;
  border-radius: 50%;
}
.post-info ol{
  margin: 15px 0 20px 22px;
  padding: 0;
}

.post-info ol li{
  margin-bottom: 10px;
  line-height: 26px;
}

.post-info table{
  width: 100%;
  border-collapse: collapse;
  margin: 25px 0;
  font-size: 0.95rem;
}

/* 表头 */
.post-info table th{
  background: #fdf1f2;
  color: #106eb8;
  font-weight: bold;
  padding: 12px 10px;
  border: 1px solid #e5e5e5;
  text-align: left;
}

/* 单元格 */
.post-info table td{
  padding: 12px 10px;
  border: 1px solid #e5e5e5;
  line-height: 24px;
  color: #333;
}

/* 隔行变色 */
.post-info table tr:nth-child(even) td{
  background: #fafafa;
}

.post-info blockquote{
  margin: 25px 0;
  padding: 16px 20px;
  background: #fff6f7;
  border-left: 4px solid #106eb8;
  color: #555;
  line-height: 28px;
}


.HeaderM{ display: none;}


input,button,select,textarea{ outline:none; font-family: "arial, helvetica, sans-serif";}
textarea{resize:none;}
input[type="button"], input[type="submit"], input[type="reset"],input[type="text"] {-webkit-appearance: none; font-weight:normal;}
input[type="button"], input[type="submit"], input[type="reset"]{ cursor: pointer;}
a,button{ cursor: pointer;}
#warp{ width:100%; height:auto; overflow: hidden;}

header.current{  box-shadow: 3px 3px 20px 0 rgba(0,0,0,.1);  background: #fff;}
header.current .logo a{background: url(../images/logo1.png) no-repeat;}

header.current .searchshow input{ color: #333;  }
header.current .searchshow input::placeholder{ color: #333;}
header.current .searchshow button{ color: #333;}
header.current nav.Hnav li a{ color: #333; }

header{ width: 100%; position: fixed; left: 0; top: 0; z-index: 999; padding: 15px 0;}
header .logo{ width: 82px; height: 72px;}
header .logo a{ display: block; background: url(../images/logo.png) no-repeat; width: 82px; height: 72px;}

header nav.Hnav{ height: 100%;}
header nav.Hnav li{ padding: 0 25px; font-size: 1rem; height: 45px; line-height: 45px; position: relative;  }
header nav.Hnav li a{ color: #fff; display: inline-block;}
header nav.Hnav li a:hover{ color:#106eb8; }



header nav.Hnav li ul{ display: none; position: absolute; left: 0; z-index: 999; top:45px; background: #FFFFFF; border-top:3px solid #106eb8; border-radius:6px ; box-shadow: 3px 3px 10px 0 rgba(0,0,0,.1); width: 260px;}
header nav.Hnav li ul.proul{ width:520px;}
header nav.Hnav li ul.proul li{ float:left; width:260px;}
header nav.Hnav li ul li{ height: 42px; line-height: 42px; font-size: 0.9rem; border-bottom: 1px solid #EEEEEE; padding: 0; position:relative; width:100%;}
header nav.Hnav li ul li a{ display: block; padding: 0 15px; font-weight: normal; font-size: 0.9rem; color: #333333; }
header nav.Hnav li ul li a i{ line-height:42px;}
header nav.Hnav li ul li a:hover{ background: #106eb8; color: #FFFFFF; border-bottom: none;}
header nav.Hnav li ul li:last-child{ border-bottom: none;}

header nav.Hnav li ul li ul{ position:absolute; left:221px; top:0; border-top:none; }


.shoplinks{ width: 144px; height: 42px;}
.shoplinks a{ display: block; width: 144px; height: 42px; background:#009FE1 url(../images/shoplinks1.png) no-repeat; border-radius:30px;}
.shoplinks a:hover{ transform: translateY(-3px); box-shadow: 0 12px 25px rgba(0,0,0,.18);}


.searchshow{  width:230px;height: 42px; border-bottom:2px solid #ccc;}
.searchshow input{ width:90%; height: 40px;  line-height: 40px; color: #fff; border: none; background: none; }
.searchshow input::placeholder{ color: #fff;}
.searchshow button{ width: 10%; height: 40px; line-height: 40px; border: none; background: none; font-size:1.1rem; color: #fff; text-align: center; }



/*banner*/
.main_visual{ position: relative;}
.main_visual .owl-carousel,.main_visual .owl-stage-outer,.main_visual .owl-stage,.main_visual .owl-carousel .owl-item{width: 100%;height: 100%; }
.main_visual .owl-carousel .item{width: 100%;height: 100%; overflow: hidden; margin: 0 auto;}
.main_visual .owl-carousel .item a{ display: block;  width: 100%;height: 100%;}
.main_visual .owl-carousel .item img{ width: 100%;height: auto; display: block;}
.main_visual .owl-prev,.main_visual .owl-next{ display: none; text-indent: -999px; overflow: hidden;}


.main_visual .owl-dots{ display: none; text-indent: -9999em;}
.main_visual .owl-controls{ height: 0;}
.main_visual .owl-nav{ height: 0;}

.main_visual .owl-carousel .item img.Bpic{ display: block;}
.main_visual .owl-carousel .item img.Bmpic{ display: none;}

.custom-dots {width: 46px; position: absolute; left: 5%; top: 50%; margin-top: -120px; z-index: 888;}
.custom-dots .dot { background: transparent;border: none; font-size: 18px;  color: #FFFFFF;margin:20px 0; width: 46px; height: 46px; border:1px solid #FFFFFF; border-radius:50%; cursor: pointer;}
.custom-dots .dot.active {font-weight: bold; border:2px solid #FFFFFF; } 


.home-about{ width: 100%; height: auto; background: url(../images/homeaboutbg.jpg) no-repeat center; background-size:cover; padding: 80px 0;}

.home-about-left{ width: 56.5%; height: auto; padding-right: 70px;}
.home-about-left em{ display: inline-block; width: 2px; height: 42px; background: #106EB8;}
.home-about-left i{ display: block; color: #106EB8; font-size: 1.1rem; line-height: 32px; margin-top: 35px;}
.home-about-left h1{ color: #111; font-size: 2.3rem; line-height: 58px;}
.home-about-left h2{ color: #111; font-size: 2.3rem; line-height: 58px;}
.home-about-left p{ line-height: 26px; margin-top: 20px;}
.home-about-left a{ display: inline-block; margin-top: 55px; background: #106eb8; font-size: 1rem; color: #fff; height: 54px; line-height: 54px; border-radius:30px; padding: 0 40px;}
.home-about-left a:hover{ transform: translateY(-3px); box-shadow: 0 12px 25px rgba(0,0,0,.18);}


.home-about-right{ width: 43.5%; height: auto;}
.home-about-right img{ width: 100%; height: auto; border-radius:25px;}


.home-title{ padding: 70px 0 45px 0;}
.home-title-left{ max-width: 400px;}
.home-title-left i{ display: block; color: #106EB8; font-size: 1.1rem; line-height: 32px; margin-top: 35px;}
.home-title-left h2{ color: #111; font-size: 2.3rem; line-height: 48px;}

.home-title a{ display: inline-block; font-size: 1rem; color: #106EB8; height: 54px; line-height: 50px; border-radius:30px; padding: 0 40px; border: 2px solid #106EB8;}
.home-title a:hover{ color: #fff; background: #106eb8;  transform: translateY(-3px); box-shadow: 0 12px 25px rgba(0,0,0,.18);}



.home-solution{ width: 100%; height: 660px;}
.home-solution-item{ width:15.7%; height: 100%; position: relative; cursor: pointer;}
.home-solution-item.active{ width: 37.2%;}
.home-solution-item img{ width: 100%; height: 100%; object-fit: cover;}
.home-solution-item-box1{  display: flex;flex-direction: column;justify-content: space-between; /* 上下分布 */   text-align: center; z-index: 333; position: absolute; left: 0; top: 0; width: 100%; height: 100%; padding: 40px; background: linear-gradient( 180deg, #106EB8 0%, rgba(9,62,105,0.38) 75.65%, #04223A 100%);}
.home-solution-item-box1 img{ width: 132px; height: auto;}
.home-solution-item-box1 h3{ color: #fff; font-size: 1.4rem; height: 42px; line-height: 42px; overflow: hidden;}

.home-solution-item-box2{ opacity: 0; display: flex; align-items: flex-end;  z-index: 333; position: absolute; left: 0; top: 0; width: 100%; height: 100%; padding: 40px; background: linear-gradient( 180deg, #106EB8 0%, rgba(9,62,105,0.38) 75.65%, #04223A 100%);}
.home-solution-item-box2 h3{color: #fff; font-size: 1.4rem; height: 42px; line-height: 42px; overflow: hidden;}
.home-solution-item-box2 p{ color: #fff; line-height: 24px; height: 48px; overflow: hidden;}
.home-solution-item-box2 a{ display: block; color: #fff; line-height: 24px; margin-top: 30px;}
.home-solution-item-box2 a:hover{ text-decoration: underline;}
.home-solution-item.active .home-solution-item-box1{ opacity: 0;}
.home-solution-item.active .home-solution-item-box2{ opacity: 1.0;}



.home-products{}
.home-products-left{ width: 55%; padding-right: 100px; }
.home-products-left-list{ width: 100%; border-bottom:4px solid #f0f3f8;}

.home-products-left-item{ width: 100%; padding: 20px 0; border-top:4px solid #f0f3f8; cursor: pointer;}
.home-products-left-item h3{ color: #666666; font-size: 1.6rem;}
.home-products-left-item-info{ padding: 15px 0; display: none;}
.home-products-left-item-info p{ font-size: 1rem; line-height: 26px; height: 52px; overflow: hidden;}
.home-products-left-item-info a{ display: block; height: 26px; line-height: 26px; overflow: hidden; margin-top: 25px; font-size: 1rem;}
.home-products-left-item-info a i{ color: #106EB8; margin-left: 20px;}


.home-products-left-item.active h3{ color: #106EB8;}
.home-products-left-item.active .home-products-left-item-info{ display: block;}

.home-products-right{ width: 45%; height: auto;}
.home-products-right-list{ width: 100%; height: auto;}
.home-products-right img{ width: 100%; height: auto; border-radius:12px;}

.home-products-right-list{
    display:none;
}
.home-products-right-list:first-child{
    display:block;
}


.home-blog{ width: 100%; height: auto; padding-bottom: 80px; background: url(../images/homeblogbg.jpg) no-repeat center; background-size:cover; margin-top:70px;}

.home-blog .home-title em{ color: #009FE1;}
.home-blog .home-title h2{ color: #ffffff;}
.home-blog .home-title a{ color: #ffffff; border-color:#ffffff;}

.home-blog-list{gap: 15px; grid-template-columns: repeat(4, 1fr); /* 3 列 */  display: grid;}
.home-blog-item{transition: all .3s ease;  width: 100%; height: auto; background: #ffffff; border-radius:8px; padding: 25px;}
.home-blog-item em{ display: block; line-height: 26px;}
.home-blog-item a.home-blog-links1{ display: block; width: 100%; color: #111; font-size: 1.4rem; font-weight: bold; line-height: 36px; height: 72px; overflow: hidden;}
.home-blog-item a.home-blog-links2{ display: block; width: 100%; height: auto; margin-top: 30px; overflow: hidden;}
.home-blog-item a.home-blog-links2 img{  width: 100%; height: auto; border-radius:8px;}

.home-blog-item:hover{ background: #106eb8; color:#ffffff; transform: translateY(-3px);box-shadow: 0 18px 45px rgba(0,0,0,.14);}
.home-blog-item:hover a{ color: #fff;}


.home-brand{ width: 100%; height: auto; background: url(../images/homebrandbg.jpg) no-repeat center; background-size:cover; padding-bottom: 80px; text-align: center;}
.home-brand-title{ padding: 70px 0 45px 0;}
.home-brand-title i{ display: block; color: #106EB8; font-size: 1.1rem; line-height: 32px; margin-top: 35px;}
.home-brand-title h2{ color: #111; font-size: 2.3rem; line-height: 48px;}
.home-brand-more{ margin-top: 50px;}
.home-brand-more a{ display: inline-block; font-size: 1rem; color: #ffffff; height: 54px; line-height: 54px; border-radius:30px; padding: 0 40px; background: #106EB8;}
.home-brand-more a:hover{ color: #fff; background: #106eb8;  transform: translateY(-3px); box-shadow: 0 12px 25px rgba(0,0,0,.18);}

/* ===== Brand Marquee (3 rows, seamless) ===== */
.home-brand-marquee{
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 18px 0;
}

/* 每一行 */
.brand-row{
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 10px 0;
}

/* 滚动轨道（JS会生成） */
.brand-track{
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 14px;
  will-change: transform;
  transform: translate3d(0,0,0);

  /* JS 会写入动画：duration + direction */
  animation-name: brandMarquee;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

/* 单个品牌卡片 */
.brand-track a{
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  flex: 0 0 auto;

  min-width: 190px;     /* 控制卡片宽度（PC） */
  height: 120px;         /* 控制卡片高度（PC） */
  box-shadow: 0 6px 14px rgba(0,0,0,.08);
  border: 1px solid rgba(0,0,0,.06);

  transition: transform .25s ease, box-shadow .25s ease;
}

.brand-track a img{
  width: auto;
  height: 100px;         /* Logo 高度 */
  max-width: 260px;
  object-fit: contain;
  display: block;
}

.home-brand a img{
  width: auto;
  height: auto;         /* Logo 高度 */
  max-width: 260px;
  object-fit: contain;
  display: block;
}

/* hover 轻微浮起（PC） */
@media (hover:hover){
  .brand-track a:hover{
    transform: translateY(-4px);
    box-shadow: 0 10px 22px rgba(0,0,0,.12);
  }
  /* 鼠标放在容器上暂停（可选） */
  .home-brand-marquee:hover .brand-track{
    animation-play-state: paused;
  }
}

/* 无缝滚动关键帧：从 0 到 -50% （因为会克隆一份） */
@keyframes brandMarquee{
  from{ transform: translate3d(0,0,0); }
  to{ transform: translate3d(-50%,0,0); }
}




/* =======================
   Home Services Layout
   ======================= */
.home-services{ padding: 0; }

/* 你外层已经有 flex / flex-center-contain，这里只补强 */
.home-services-left{ width: 440px; }
.home-services-right{
  width: calc(100% - 440px);
  padding-left: 20px;

  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-content: flex-start;
}

/* 左侧大图固定高度（与右侧 2 行一致：270*2 + 20gap = 560） */
.home-services-left .home-services-item{
  height: 560px;
  border-radius: 12px;
  overflow: hidden;
}

/* 右侧每个卡片高度固定 270 */
.home-services-right .home-services-item{
  height: 270px;
  border-radius: 12px;
  overflow: hidden;
}

/* 右侧前 3 个：两列布局（每列宽度 = (右侧宽度 - 20)/2） */
.home-services-right .home-services-item{
  width: calc((100% - 20px) / 2);
}

/* =======================
   Image crop（关键：避免高度不一致）
   ======================= */
.home-services-item{ position: relative; background:#0b2340; }
.home-services-item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: transform .6s ease;
}

/* =======================
   Overlay + Text
   ======================= */
.home-services-item:after{
  content:"";
  position:absolute;
  inset:0;
  background: rgba(0,0,0,.28);
  transition: .35s ease;
  z-index: 2;
}

.home-services-item-info{
  position:absolute;
  inset:0;
  z-index: 3;
  padding: 25px 30px;
  color:#fff;

  display:flex;
  flex-direction:column;
  justify-content:space-between;
}

.home-services-item-info a{
  display:inline-block;
  color:#fff;
  font-weight:800;
  font-size: 1.45rem;
  line-height: 1.2;
  text-decoration:none;
  transition: transform .35s ease, opacity .35s ease;
}

.home-services-item-info em{
  font-size: 1rem;
  opacity:.9;
  display:block;
  margin-bottom: 8px;
}

.home-services-item-info h3{
  color:#fff;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight:700;

  /* 两行省略，避免撑高 */
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}

/* =======================
   Hover effects
   ======================= */
.home-services-item:hover img{
  transform: scale(1.07);
}
.home-services-item:hover:after{
  background: rgba(0,0,0,.45);
}
.home-services-item:hover .home-services-item-info a{
  transform: translateY(-3px);
}

/* 可选：卡片微浮起 */
.home-services-item{
  transition: transform .35s ease, box-shadow .35s ease;
}
.home-services-item:hover{
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(0,0,0,.16);
}



footer{ width: 100%; height: auto; background: url(../images/footer.jpg) no-repeat center; background-size:cover;}

.footer-box{ padding: 70px 0;}
.footer-box-menu{ width: 67.5%;}
.footer-box-menu dl{}
.footer-box-menu dl dt{ font-size: 1.1rem; font-weight: bold; line-height: 32px; margin-bottom: 25px; color: #fff;}
.footer-box-menu dl dd a{ display: block; color: #fff; line-height: 30px;}
.footer-box-menu dl dd a:hover{ text-decoration: underline;}
.footer-box-contact{ width: 260px; color: #fff;}
.footer-box-contact em{ display: block; line-height: 25px;}
.footer-box-contact h2{ color: #fff; font-size: 1.4rem; line-height: 34px;}

.footer-box-contact ul{ margin-top: 10px;}
.footer-box-contact ul li{ line-height: 24px;}
.footer-box-contact ul li i{ display: block; width: 14px; height: 14px; margin-top: 5px;}
.footer-box-contact ul li a{ color: #fff; display: block; width: calc(100% - 14px); padding-left: 10px;}

.footer-copy{ width: 100%; height: auto; padding: 25px 0; line-height: 28px; color: #fff; border-top:2px solid rgba(255,255,255,0.4);}
.footer-copy a{color: #fff;}
.footer-copy a:hover{ text-decoration: underline;}
.footer-copy span a{ margin-left: 10px;}

.optain{ display:none;}
.fposi{ display: none;}


/* 悬浮容器 */
.customerList{
  position: fixed;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
  pointer-events: none;
}

.customerBox{
  display: flex;
  flex-direction: column;
  gap: 5px;
  pointer-events: auto;
}

/* 每个客服按钮 */
.customerBox a{
  position: relative;
  width: 72px;
  height: 72px;
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 16px;
  text-decoration: none;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  box-shadow: 0 10px 26px rgba(0,0,0,0.10);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease;
  overflow: visible;
}

/* hover：浮起 + 蓝色 */
.customerBox a:hover{
  transform: translateY(-3px);
  border-color: rgba(16,110,184,0.35);
  box-shadow: 0 16px 34px rgba(0,0,0,0.14);
  background: linear-gradient(180deg, #ffffff 0%, #f0f7fd 100%);
}

/* 图标 */
.customerBox a i{
  font-size: 24px;
  line-height: 24px;
  color: #106eb8;
  transition: transform .22s ease;
}

.customerBox a:hover i{
  transform: scale(1.08);
}

/* 文案 */
.customerBox a p{
  margin: 8px 0 0;
  font-size: 12px;
  line-height: 12px;
  color: #333;
  transition: color .22s ease;
}

.customerBox a:hover p{
  color: #106eb8;
}

/* ===== 弹出信息 ===== */
.customerBox a .eso_divinfo{
  position: absolute;
  right: calc(100% + 12px);
  top: 50%;
  transform: translateY(-50%);

  background: #fff;
  border: 1px solid rgba(16,110,184,0.18);
  border-radius: 12px;
  padding: 12px 12px;

  box-shadow: 0 18px 40px rgba(0,0,0,0.14);
  white-space: nowrap;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

/* hover 显示 */
.customerBox a:hover .eso_divinfo{
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) translateX(-2px);
}

/* 小箭头 */
.customerBox a .eso_divinfo::after{
  content: "";
  position: absolute;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid #fff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

/* 二维码 */
.customerBox a .eso_divinfo img{
  display: block;
  max-width: 140px;
  height: auto;
  border-radius: 10px;
}

/* 邮箱 / 电话 */
.customerBox a[href^="mailto"] .eso_divinfo,
.customerBox a[href^="tel"] .eso_divinfo{
  font-size: 14px;
  color: #111827;
  font-weight: 700;
  padding: 12px 14px;
}

/* 返回顶部 */
#back-to-top i{
  color: #ffffff;
}
#back-to-top{
  background: #106eb8;
  border-color: rgba(16,110,184,0.5);
}
#back-to-top p{
  color: #ffffff;
}
#back-to-top:hover{
  background: #0e5fa0;
}



.banner2{ width: 100%; color: #FFFFFF; height: 450px;}
.banner2info{ height: 100%; position: relative;}
.banner2info h1{ color: #FFFFFF; font-size: 2.6rem;}
.banner2info b{ color: #FFFFFF; font-size: 2.6rem;}

.webposi{ width: 100%; position: absolute; z-index: 333; left: 0; bottom: 0; line-height:24px; padding: 15px 0;}
.webposi i{ margin-right: 10px;}
.webposi a{ color: #FFFFFF;}


.main-menu{ width: 100%; height: auto; line-height: 74px; border-bottom:2px solid #e5e5e5;}
.main-menu a{ font-size:1.1rem; margin: 0 30px;}
.main-menu a.active{ color: #106eb8; border-bottom:2px solid #00579c;}


.about-culture{}
.about-culture dl{ width: 23.5%; background:#F7F9FC; border-radius:24px; padding: 120px 40px; text-align: center; cursor: pointer;}
.about-culture dl dd{ padding-top: 45px;}
.about-culture dl dd b{ display: block; font-size: 1.8rem; font-weight:600; line-height: 50px; height: 50px; overflow: hidden; color: #111111; margin-bottom: 10px;} 
.about-culture dl dd p{ line-height: 32px; font-size: 1rem;}
.about-culture dl:hover{ background: url(../images/abcdl.png) no-repeat center; background-size:cover; color: #FFFFFF;}
.about-culture dl:hover b{ color: #FFFFFF;}
.about-culture dl:hover img{filter: invert(1) brightness(2) grayscale(1);}

.about-quality{ width: 100%; height: auto; color: #fff; background: url(../images/abbg1.jpg) no-repeat center; background-size:cover; padding: 50px 0; margin-top: 70px;}
.about-quality-list{ gap:150px; grid-template-columns: repeat(3, 1fr); /* 3 列 */  display: grid;}
.about-quality-list dl{ width: 100%;}
.about-quality-list dl dt{ width: 55px;}
.about-quality-list dl dt img{ width: 100%; height: auto;}
.about-quality-list dl dd{ width: calc(100% - 55px); padding-left: 15px;}
.about-quality-list dl dd b{ display: block; color: #fff; font-size: 1.2rem; line-height: 32px; margin-bottom: 5px;}
.about-quality-list dl dd p{ line-height: 20px;}


.about-ln{ padding: 70px 0;}
.about-ln-left{ width: 50%; padding-right: 80px;}
.about-ln-left h2{ font-size: 2.5rem; line-height: 52px; margin: 10px 0;}
.about-ln-left p{ line-height: 26px; margin-bottom: 25px;}


.about-ln-right{ width: 50%; height: auto;}
.about-ln-right img{ width: 100%; height: auto; border-radius:12px;}



.about-even{ width: 100%; height: auto; background: url(../images/abevenbg.jpg) no-repeat center; background-size:cover; padding-bottom: 100px;}


.main_visual1 .owl-carousel,.main_visual1 .owl-stage-outer,.main_visual1 .owl-stage,.main_visual1 .owl-carousel .owl-item{width: 100%;height: 100%; }
.main_visual1 .main_visual1 .item{width: 100%;height: 100%; overflow: hidden; margin: 0 auto;}
.main_visual1 .owl-carousel .item img{ width: 100%;height: 100%; display: block;}
.main_visual1 .owl-prev,.main_visual1 .owl-next{display: none; text-indent: -9999em;}
.main_visual1 .owl-dots{ width: 100%; text-align: center; height: 4px; position:absolute; left: 0; bottom: -30px;  z-index: 999;}
.main_visual1 .owl-dots .owl-dot{display: inline-block;  margin:0 6px;}
.main_visual1 .owl-dots .owl-dot span{  display: inline-block; width: 32px; height: 4px; background:#CCCCCC;}
.main_visual1 .owl-dot.active span{ background:#106eb8; }
.main_visual1 .owl-controls{ height: 0;}
.main_visual1 .owl-nav{ height: 0;}

.about-info{ padding: 30px 0; line-height: 26px;}
.about-info img{ max-width: 100%;}





.about-imglist{ gap: 25px; grid-template-columns: repeat(4, 1fr); /* 3 列 */  display: grid; padding: 30px 0;}
.about-imglist dl{ width: 100%;}
.about-imglist dl dt{ width: 100%; height: auto; overflow: hidden; border-radius:8px 8px 0 0;}
.about-imglist dl dt img{ width: 100%; height: auto; border-radius:8px 8px 0 0;}
.about-imglist dl dt a:hover img{transform: scale(1.1); -webkit-transform: scale(1.1);}
.about-imglist dl dd{ width: 100%; height: 52px; line-height: 52px; overflow: hidden; text-align: center; background: #EEEEEE;}



.contact-box{ padding: 70px 0;}
.contact-map{ width: 100%; height: 500px; background: #f7f7f7;}

.contact-feedback{ padding-bottom: 70px;}
.contact-feedback-left{ width: 50%; padding-right: 120px;}
.contact-feedback-left p{ font-size: 1.1rem; line-height: 28px; margin-top: 60px;}

.contact-feedback-right{ width: 50%; }
.contact-feedback-right input{ width: 100%; margin-top: 15px; border: none; border-bottom:2px solid #EEEEEE; line-height: 48px; height: 48px;} 
.contact-feedback-right textarea{ width: 100%; margin-top: 15px; border: none; border-bottom:2px solid #EEEEEE; line-height: 28px; height: 100px;}
.contact-feedback-right button{ background: #106eb8; height: 43px; line-height: 43px; border-radius:30px; margin-top: 30px; color: #FFFFFF; font-size: 1rem; padding: 0 50px; border: none;}
.contact-feedback-right button:hover{ background: #111111;}


.contact-job{ padding:40px 0 70px 0;}
/* 列表 */
.job-list{ display: grid; gap: 18px; }

/* 单条 */
.job-item{
  background: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 12px;
  padding: 22px 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.job-item:hover{
  transform: translateY(-2px);
  border-color: rgba(16,110,184,.35);
  box-shadow: 0 12px 30px rgba(0,0,0,.08);
}

/* 左侧内容 */
.job-main h3{ margin: 0; font-size: 1.15rem; line-height: 28px; }
.job-meta{
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px 18px;
  color: #6b7280;
  font-size: .9rem;
}
.job-meta i{ margin-right: 6px; color: #106eb8; }

.job-desc{
  margin: 12px 0 0;
  color: #374151;
  line-height: 24px;
  max-width: 820px;
}

/* 右侧按钮 */
.job-action{ flex: 0 0 auto; }

.btn-mail{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 44px;
  padding: 0 18px;
  border-radius: 10px;
  background: #106eb8;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: transform .18s ease, opacity .18s ease;
}
.btn-mail:hover{ transform: translateY(-1px); opacity: .92; color: #FFFFFF;}
.btn-mail i{ font-size: 1.2rem; }


.blog-list{ padding: 40px 0 70px 0;}

/* 网格 */
.blog-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

/* 卡片 */
.blog-card{
  background: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 12px;
  overflow: hidden;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.blog-card:hover{
  transform: translateY(-3px);
  border-color: rgba(16,110,184,.35);
  box-shadow: 0 14px 34px rgba(0,0,0,.10);
}

/* 图片 */
.blog-thumb{ overflow: hidden; }
.blog-thumb img{
  width: 100%;
  height: auto;
  display: block;
  transform: scale(1);
  transition: transform .45s ease;
  will-change: transform;
}
.blog-card:hover .blog-thumb img{
  transform: scale(1.06);
}

/* 内容 */
.blog-body{ padding: 18px 18px 20px; }
.blog-meta{
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #6b7280;
  font-size: .9rem;
}
.blog-date i{ margin-right: 6px; color: #106eb8; }
.blog-view i{ margin-right: 6px; color: #106eb8; }

.blog-title{
  display: block;
  margin-top: 10px;
  font-size: 1.1rem;
  line-height: 28px;
  font-weight: 700;
  color: #111827;
  text-decoration: none;

  height: 28px;          /* 两行高度 */
  overflow: hidden;
}
.blog-title:hover{ color: #106eb8; }

.blog-excerpt{
  margin: 10px 0 0;
  color: #374151;
  line-height: 24px;

  height: 48px;          /* 约3行 */
  overflow: hidden;
}

.blog-more{
  margin-top: 14px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #106eb8;
  text-decoration: none;
  font-weight: 600;
}
.blog-more i{ font-size: 1.2rem; font-weight: 700; }
.blog-more:hover{ opacity: .85; }


.blog-show{padding: 40px 0 70px 0;}

/* 顶部 */
.blog-show-header{
  padding-bottom: 18px;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 22px;
}
.blog-show-header h1{
  margin: 0;
  font-size: 1.85rem;
  line-height: 1.35;
  color: #111827;
}
.blog-show-meta{
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  color: #6b7280;
  font-size: .92rem;
}
.blog-show-meta i{
  margin-right: 6px;
  color: #106eb8;
}

/* 主体布局 */
.blog-show-wrap{
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 26px;
}

/* 正文卡片 */
.blog-show-main{
  background: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 12px;
  padding: 22px 22px 18px;
}

/* 正文排版 */
.blog-show-content{
  color: #1f2937;
  line-height: 28px;
  font-size: 0.9rem;
}
.blog-show-content p{ margin: 0 0 14px; }
.blog-show-content h2{
  margin: 22px 0 10px;
  font-size: 1.25rem;
  line-height: 1.3;
  color: #111827;
}
.blog-show-content ul{
  margin: 10px 0 14px 18px;
  padding: 0;
}
.blog-show-content li{ margin: 6px 0; }
.blog-show-content blockquote{
  margin: 18px 0;
  padding: 12px 14px;
  border-left: 4px solid #106eb8;
  background: #f0f7fd;
  color: #374151;
  border-radius: 8px;
}

/* ===== 上一篇/下一篇（你要的 ul/li 结构版） ===== */
.blog-show-nav{
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #e7e7e7;
}
.blog-show-nav ul{
  list-style: none;
  padding: 0;
  margin: 0;

  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.blog-show-nav li{
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 14px 14px;
  background: #fff;

  transition: transform .2s ease,
              border-color .2s ease,
              box-shadow .2s ease;
}
.blog-show-nav li:hover{
  transform: translateY(-2px);
  border-color: rgba(16,110,184,.35);
  box-shadow: 0 12px 26px rgba(0,0,0,.08);
}
.blog-show-nav .nav-label{
  display: inline-block;
  font-size: .9rem;
  color: #6b7280;
}
.blog-show-nav li a{
  display: block;
  margin-top: 8px;
  font-weight: 700;
  color: #111827;
  line-height: 24px;
  text-decoration: none;

  max-height: 48px; /* 两行 */
  overflow: hidden;
}
.blog-show-nav li:hover a{
  color: #106eb8;
}

/* ===== 侧栏推荐 ===== */
.blog-show-side .side-box{
  background: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 12px;
  padding: 16px;
  position: sticky;
  top: 90px; /* 你有固定头部就调大点 */
}
.side-title{
  font-weight: 800;
  color: #111827;
  font-size: 1.05rem;
  padding-bottom: 12px;
  border-bottom: 1px solid #eee;
  margin-bottom: 14px;
}

.side-item{
  display: flex;
  gap: 12px;
  text-decoration: none;
  padding: 10px 0;
  border-bottom: 1px dashed #eee;
}
.side-item:last-child{ border-bottom: none; }

.side-thumb{
  flex: 0 0 auto;
  width: 120px;
  height: 80px;
  overflow: hidden;
  border-radius: 10px;
  background: #f3f4f6;
}
.side-thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: transform .35s ease;
}
.side-item:hover .side-thumb img{
  transform: scale(1.06);
}

.side-info{ flex: 1; min-width: 0; }
.side-name{
  color: #111827;
  font-weight: 700;
  line-height: 22px;
  max-height: 44px;
  overflow: hidden;
}
.side-date{
  margin-top: 6px;
  color: #6b7280;
  font-size: .9rem;
}
.side-date i{
  margin-right: 6px;
  color: #106eb8;
}



.application-main{padding: 40px 0 70px 0;}

/* 两列网格 */
.app-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

/* 卡片 */
.app-card{
  background: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 14px;
  overflow: hidden;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.app-card:hover{
  transform: translateY(-3px);
  border-color: rgba(16,110,184,.35);
  box-shadow: 0 14px 34px rgba(0,0,0,.10);
}

/* 图片 */
.app-thumb{ overflow: hidden; }
.app-thumb img{
  width: 100%;
  height: auto;
  display: block;
  transform: scale(1);
  transition: transform .45s ease;
  will-change: transform;
}
.app-card:hover .app-thumb img{
  transform: scale(1.06);
}

/* 内容 */
.app-body{ padding: 18px 18px 20px; }

.app-title{
  display: block;
  font-size: 1.15rem;
  line-height: 28px;
  font-weight: 800;
  color: #111827;
  text-decoration: none;
}
.app-title:hover{ color: #106eb8; }

.app-desc{
  margin: 10px 0 0;
  color: #374151;
  line-height: 24px;
  height: 72px;    /* 约3行，保持排版整齐 */
  overflow: hidden;
}

.app-more{
  margin-top: 14px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #106eb8;
  text-decoration: none;
  font-weight: 700;
}
.app-more i{ font-size: 1.2rem; font-weight: 700; }
.app-more:hover{ opacity: .85; }


.application-list{padding: 40px 0 70px 0;}

/* 列表 */
.app-list{ display: grid; gap: 18px; }

/* 单条：左图右文 */
.app-row{
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 18px;

  background: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 14px;
  overflow: hidden;

  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.app-row:hover{
  transform: translateY(-3px);
  border-color: rgba(16,110,184,.35);
  box-shadow: 0 14px 34px rgba(0,0,0,.10);
}

/* 图片 */
.app-row-pic{ overflow: hidden; background: #f3f4f6; }
.app-row-pic a{ display: block; }
.app-row-pic img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: transform .45s ease;
  will-change: transform;
}
.app-row:hover .app-row-pic img{ transform: scale(1.06); }

/* 右侧信息 */
.app-row-info{
  padding: 18px 18px 20px 6px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.app-row-title{
  display: block;
  font-size: 1.25rem;
  line-height: 30px;
  font-weight: 800;
  color: #111827;
  text-decoration: none;
}
.app-row-title:hover{ color: #106eb8; }

.app-row-desc{
  margin: 10px 0 0;
  color: #374151;
  line-height: 24px;
  max-height: 24px; /* 约3行 */
  overflow: hidden;
}

.app-row-meta{
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  color: #6b7280;
  font-size: .92rem;
}
.app-row-meta i{ margin-right: 6px; color: #106eb8; }

.app-row-more{
  margin-top: 14px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #106eb8;
  text-decoration: none;
  font-weight: 700;
  width: fit-content;
}
.app-row-more i{ font-size: 1.2rem; font-weight: 700; }
.app-row-more:hover{ opacity: .85; }


.application-show {
  padding: 40px 0 70px 0;
}

/* 标题 */
.app-show-title {
  font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: 10px;
  font-weight: bold;
  color: #222;
}

/* 时间 */
.app-show-time {
  font-size: 0.9rem;
  color: #999;
  margin-bottom: 30px;
}

/* 正文 */
.app-show-content p {
  font-size: 0.9rem;
  line-height: 30px;
  color: #333;
}


.goods-menu{
  padding: 40px 0 70px 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 34px;
}

/* 分类卡片 */
.goods-menu dl{
  position: relative;
  background: linear-gradient(360deg, #ffffff 0%, #f0f7fd 100%);
  border: 1px solid #e6e6e6;
  border-radius: 16px;
  padding: 28px 30px 30px;
  transition: all 0.35s ease;
  overflow: hidden;
}

/* 顶部蓝色强调线 */
.goods-menu dl::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, #106eb8, #2a8fe0);
  transition: width 0.4s ease;
}

.goods-menu dl:hover::before{
  width: 100%;
}

.goods-menu dl:hover{
  transform: translateY(-6px);
  border-color: rgba(16,110,184,0.5);
  box-shadow:
    0 -16px 36px rgba(0,0,0,0.12),
    0 4px 10px rgba(0,0,0,0.06);
}

/* dt 本身保持 */
.goods-menu dt{
  display: flex;
  align-items: center;
  font-size: 1.18rem;
  font-weight: bold;
  color: #222;
  margin-bottom: 20px;
}

/* 图标包裹效果 */
.goods-menu dt img{
  width: 32px;
  height: 32px;
  margin-right: 14px;

  padding: 6px;
  background: linear-gradient(180deg, #f3f9ff 0%, #e7f2ff 100%);
  border-radius: 50%;

  box-shadow:
    0 6px 14px rgba(16, 110, 184, 0.18),
    inset 0 0 0 1px rgba(16, 110, 184, 0.12);

  transition: transform 0.6s ease, box-shadow 0.6s ease;
}

/* 卡片 hover 时，图标更有“呼吸感” */
.goods-menu dl:hover dt img{
  transform: rotate(-6deg) scale(1.08);
  box-shadow:
    0 10px 22px rgba(16, 110, 184, 0.28),
    inset 0 0 0 1px rgba(16, 110, 184, 0.18);
}

/* 子分类 Tag */
.goods-menu dd a{
  position: relative;
  padding: 9px 18px;
  margin: 5px;
  font-size: 0.95rem;
  color: #333;
  border: 1px solid #e5e5e5;
  border-radius: 999px;
  background: #ffffff;
  text-decoration: none;
  transition:
    color 0.25s ease,
    border-color 0.25s ease,
    background 0.25s ease,
    transform 0.25s ease;
  overflow: hidden;
}

/* 光扫效果 */
.goods-menu dd a::after{
  content: "";
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255,255,255,0.6),
    transparent
  );
  transition: left 0.6s ease;
}

.goods-menu dd a:hover::after{
  left: 100%;
}

.goods-menu dd a:hover{
  background: #106eb8;
  border-color: #106eb8;
  color: #fff;
  transform: translateY(-3px);
}

.service-menu{ padding:40px 0 70px 0;}
.service-menu{
  padding:40px 0 70px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

/* 卡片 */
.service-menu dl{
  background: linear-gradient(180deg, #ffffff 0%, #f0f7fd 100%);
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 16px;
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  display: flex;
  flex-direction: column;
}

.service-menu dl:hover{
  transform: translateY(-6px);
  border-color: rgba(16,110,184,0.35);
  box-shadow: 0 18px 40px rgba(0,0,0,0.12);
}

/* 图片区域 */
.service-menu dt{
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #f3f4f6;
}

.service-menu dt a{
  display: block;
}

.service-menu dt img{
  width: 100%;
  height: 190px;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: transform .5s ease;
}

.service-menu dl:hover dt img{
  transform: scale(1.06);
}

/* 内容区 */
.service-menu dd{
  margin: 0;
  padding: 18px 18px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

/* 标题链接 */
.service-menu dd > a{
  font-size: 1.12rem;
  font-weight: 800;
  color: #111827;
  text-decoration: none;
  line-height: 26px;
  position: relative;
  padding-left: 12px;
}

/* 左侧蓝色强调条 */
.service-menu dd > a::before{
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 4px;
  height: 16px;
  border-radius: 4px;
  background: #106eb8;
}

/* hover 标题变蓝 */
.service-menu dl:hover dd > a{
  color: #106eb8;
}

/* 摘要文案 */
.service-menu dd > div{
  color: #374151;
  line-height: 24px;
  font-size: 0.98rem;

  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 96px;
}



.goodsSubMenu{
  width:94%;
  margin:0 auto;
  padding:25px 0;
  display:flex;
  text-align:center;
  align-items:center;
  justify-content:center;
  flex-wrap: wrap;
  gap: 8px;
}

.goodsSubMenu a{
  display:inline-block;
  padding:10px 15px;
  background:#f7f7f7;
  font-size:0.9rem;
  border-radius:3px;
  margin-right:0;
  margin-bottom:0;
  white-space: nowrap;
}

.active1{ background:#106eb8 !important; color:#fff; }

.products-main{ padding-bottom:70px; width:94%; margin:0 auto;}
.products-main .page-box{ margin:30px 0;}



/* 页面整体 */
.products-main{
  padding-bottom: 70px;
  width: 94%;
  margin: 0 auto;
}

/* 顶部：显示数量 */
.ABMenu{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 12px;
  background: linear-gradient(180deg, #ffffff 0%, #f0f7fd 100%);
  box-shadow: 0 10px 22px rgba(0,0,0,.06);
  margin: 18px 0 16px;
}
.ABMenu i{ color:#106eb8; font-size: 16px; }
.ABMenu b{ font-weight: 800; color:#111827; }
.ABMenu select{
  height: 34px;
  border: 1px solid rgba(0,0,0,.14);
  border-radius: 10px;
  padding: 0 10px;
  outline: none;
  background: #fff;
}
.ABMenu select:focus{
  border-color: rgba(16,110,184,.45);
  box-shadow: 0 0 0 3px rgba(16,110,184,.10);
}

/* 内容容器 */
.goodsContain{ width: 100%; }
.inbg{
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 14px;
  overflow: hidden;
}

/* 顶部排序条 */
.goodsListTop{
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 14px;
  border-bottom: 1px solid rgba(0,0,0,.08);
  background: #ffffff;
}
.goodsListTopR{
  margin-left: auto;
  color: #6b7280;
  font-size: .92rem;
}
.goodsListTop .sort-item{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.12);
  background: #fafafa;
  color: #111827;
  text-decoration: none;
  font-weight: 700;
  transition: all .2s ease;
}
.goodsListTop .sort-item:hover{
  border-color: rgba(16,110,184,.35);
  color: #106eb8;
  background: #f0f7fd;
}
.goodsListTop .sort-item.active{
  border-color: rgba(16,110,184,.55);
  background: #106eb8;
  color: #fff;
}

/* 第二行筛选条 */
.goodsListTop2{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 12px;
  padding: 14px 14px;
  border-bottom: 1px solid rgba(0,0,0,.08);
  background: #f0f7fd;
}
.goodsListTop2 b{ color:#111827; font-weight: 800; }
.goodsListTop2 .fr{ margin-left: auto; color:#111827; font-weight: 800; }

/* 输入框统一风格 */
.Ginput1, .Ginput2{
  height: 36px;
  border: 1px solid rgba(0,0,0,.14);
  border-radius: 10px;
  padding: 0 12px;
  outline: none;
  background: #fff;
}
.Ginput1{ min-width: 220px; }
.Ginput2{ width: 90px; text-align: center; }
.Ginput1:focus, .Ginput2:focus{
  border-color: rgba(16,110,184,.45);
  box-shadow: 0 0 0 3px rgba(16,110,184,.10);
}

/* 搜索按钮 */
.GSub1{
  height: 36px;
  padding: 0 16px;
  border-radius: 10px;
  border: 1px solid rgba(16,110,184,.55);
  background: #106eb8;
  color: #fff;
  font-weight: 800;
  cursor: pointer;
  transition: opacity .18s ease, transform .18s ease;
}
.GSub1:hover{ opacity: .92; transform: translateY(-1px); }

/* 现货 checkbox */
.Gch1{
  width: 16px;
  height: 16px;
  accent-color: #106eb8;
  transform: translateY(1px);
}

/* 表格区域 */
.goodsList{
  padding: 0;
}
.goodsList table{
  width: 100%;
  border-collapse: collapse;
}
.goodsList .firTr{
  background: #e7f2ff !important;
  color: #111827 !important;
  height: 54px !important;
  text-align: center;
}
.goodsList .firTr td{
  border-bottom: 1px solid rgba(0,0,0,.10);
  padding: 10px 10px;
  vertical-align: middle;
}

/* 表头标题 i */
.goodsList .firTr td i{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 800;
  color: #111827;
  line-height: 20px;
}

/* 下拉筛选区 */
.goodsList .select-w{
  margin-top: 8px;
}
.goodsList .select-w select{
  width: 100%;
  height: 34px;
  border-radius: 10px;
  border: 1px solid rgba(0,0,0,.14);
  padding: 0 10px;
  background: #fff;
  outline: none;
}
.goodsList .select-w select:focus{
  border-color: rgba(16,110,184,.45);
  box-shadow: 0 0 0 3px rgba(16,110,184,.10);
}

/* 第一列“重置全部” */
.firTd{
  position: relative;
}
.clear-btn{
  margin-top: 8px;
}
.clear-btn span{
  display: inline-block;
  cursor: pointer;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(16,110,184,.10);
  color: #106eb8;
  font-weight: 800;
  border: 1px solid rgba(16,110,184,.18);
}

/* tbody 的行样式 */
#tableContent tr{
  transition: background .15s ease;
}
#tableContent td{
  padding: 12px 10px;
  border-bottom: 1px solid rgba(0,0,0,.06);
  text-align: center;
  color: #111827;
  line-height: 22px;
}
#tableContent tr:nth-child(even){
  background: #fafafa;
}
#tableContent tr:hover{
  background: #f0f7fd;
}


.goodsInfosMenu{
  padding: 28px 0 60px;
}

.goodsInfosMenu h2{
  font-size: 1.5rem;
  font-weight: 900;
  color: #111827;
  margin: 0 0 16px;
  padding-left: 12px;
  border-left: 4px solid #106eb8;
}

.products-content-info{ padding:30px 0;}

@media (max-width: 1200px) {
.container{ width: 94%; height: auto; overflow: hidden;}

header{ display: none !important;}
nav.Hnav{ display: none !important;}
body{ font-size: 0.8rem;}

.post-info{
    padding: 20px 0;
    font-size: 0.95rem;
  }

  .post-info h2{
    font-size: 1.35rem;
    margin: 30px 0 16px;
  }

  .post-info h3{
    font-size: 1.15rem;
    margin: 24px 0 14px;
  }

  .post-info h4{
    font-size: 1rem;
  }

  .post-info p{
    line-height: 28px;
  }

  .post-info table{
    font-size: 0.9rem;
  }

.HeaderM{ display: block ;  background: #FFFFFF; overflow: hidden; position: fixed; left: 0; top: 0; height: 60px; line-height: 60px; border-bottom: 1px solid #dedede; z-index: 9999; width: 100%; padding: 0 3%;}
.HeaderM .logo{ float: left; width: auto; height:50px; overflow: hidden; margin-top:5px;}
.HeaderM .logo a{ display: block; overflow: hidden;   width: auto; height:50px;}
.HeaderM .logo a img{width: auto; height:50px;}
.HeaderM .mlang{ float: right; margin-right: 30px;}
.HeaderM .mlang img{ padding-right: 10px;}
.m-menu{float: right;width: 30px; }
.m-menu .icon{line-height: 1;font-size: 0;display: inline-block;vertical-align: middle;cursor: pointer;}
.m-menu .icon a{ display: block; width: 30px;}
.m-menu .icon>span{display: inline-block;width: 30px;height: 1px;background: #333;margin: 4px 0;display: inline-block;}
.client-2{ display: none;}
#mmenu {
	z-index:9999;  opacity: 1.0;
}
#mmenu li .home-search {
	float:left;
	margin-left:20px;
	width:90%;
	background-color:#fff;
	padding-left:0;
	overflow:hidden;
	margin-top:10px;
	position:relative
}
#mmenu li .home-search .keyword {
	text-align:left;
	border:0;
	box-shadow:0;
	border-radius:0;
	width:85%;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-o-border-radius:0;
	-mz-border-radius:0;
	font-size:14px;
	color:#999;
	line-height:20px;
	vertical-align:top;
	padding:6px 86px 6px 10px;
	-webkit-appearance:none;
	background-color:#fff;
	border:1px solid #ccc
}
#mmenu li .home-search .keyword:focus {
	transition:border linear .2s, box-shadow linear .5s;
	-moz-transition:border linear .2s, -moz-box-shadow linear .5s;
	-webkit-transition:border linear .2s, -webkit-box-shadow linear .5s;
	outline:0;
	border:1px solid #106eb8;
}
#mmenu li .home-search .btn-sub {
	top:0;
	border:0;
	right:0;
	color:#0201ff;
	width:15%;
	height:34px;
	line-height:34px;
	text-align:center;
	position:absolute;
	cursor:pointer;
	border-radius:0;
	background:#106eb8 url(../images/search3.png) no-repeat center center;
}


.main_visual{margin-top: 61px;}
.main_visual .owl-carousel,.main_visual .owl-stage-outer,.main_visual .owl-stage,.main_visual .owl-carousel .owl-item{width: 100%;height: 100% !important;}
.main_visual .owl-carousel .item{width: 100%;height: 100%; background-repeat: no-repeat; background-position: center center;-webkit-background-size: cover; background-size: cover;}
.main_visual .owl-carousel .item img{ width: 100%; height: auto;}

.main_visual .owl-dots{  height: 8px;  bottom: 20px; }
.main_visual .owl-dots .owl-dot{ margin:0 3px;}
.main_visual .owl-dots .owl-dot span{  display: inline-block; width: 8px; height: 8px; }


.main_visual .owl-carousel .item img.Bpic{ display: none;}
.main_visual .owl-carousel .item img.Bmpic{ display:block;}


.custom-dots {width: 100%; position: absolute; left: 0; top: inherit; bottom: 20px; margin-top: 0; height: 28px; text-align: center;}
.custom-dots .dot { font-size: 0.8rem; margin:0 5px; width: 28px; height: 28px; }

footer{ width: 100%; height: auto; background: url(../images/footer.jpg) no-repeat center; background-size:cover;}

.footer-box{ display: none;}

.footer-copy{ padding: 15px 0; margin-bottom: 60px; line-height: 24px; }


.fposi{ width:100%; height:60px; background:#106eb8; position:fixed; left:0; bottom:0; display:block; z-index:999; }
.fposi a{ display:block; float:left; text-align:center; width:25%; height:60px; color:#fff !important; border-right:1px solid #EEEEEE;  box-sizing: border-box; }
.fposi a:last-child{ border:none}
.fposi a img{ width:25px; height:auto; padding-top:6px;}
.fposi a p{ line-height:32px; font-size:0.8rem}


.optain{ display:none; background:rgba(0,0,0,.5); width:100%; height:100%; position:fixed; left:0; top:0; z-index:999;}
.optain-close{ width:27px; height:27px; background:url(../images/close.png) no-repeat; cursor:pointer; position: absolute; right:20px; top:120px;}
.optain-search{width:100%; height:100%; }
.optain-search-box{ width:94%; margin:0 auto;}
.optain-search-box input{ width:80%; height:42px; line-height:42px; background:#fff; border-radius:4px 0 0 4px; border:none; padding:0 15px; font-size:0.9rem;}
.optain-search-box button{ width:20%; height:42px; line-height:42px; background:#106eb8; border-radius:0 4px 4px 0; color:#fff; font-size:1rem; border:none;}

.home-about{
    padding: 50px 0;
}

/* 整体改为上下布局 */
.home-about .container,
.home-about{
    flex-direction: column;
}

/* 左侧 */
.home-about-left{
    width: 100%;
    padding-right: 0;
}

.home-about-left em{
    height: 32px;
}

.home-about-left i{
    font-size: .95rem;
    line-height: 24px;
    margin-top: 20px;
}

.home-about-left h1{
    font-size: 1.6rem;
    line-height: 38px;
}

.home-about-left h2{
    font-size: 1.6rem;
    line-height: 38px;
}

.home-about-left p{
    font-size: .95rem;
    line-height: 24px;
}

/* 按钮 */
.home-about-left a{
    margin-top: 30px;
    height: 44px;
    line-height: 44px;
    padding: 0 25px;
    border-radius: 22px;
}

/* 右侧图片 */
.home-about-right{
    width: 100%;
    margin-top: 30px;
}

.home-about-right img{
    border-radius: 16px;
}


.home-title{
    padding: 45px 0 25px 0;
    text-align: center;
}

/* 标题区域 */
.home-title-left{
    max-width: 100%;
}

.home-title-left i{
    font-size: .95rem;
    line-height: 24px;
    margin-top: 10px;
}

.home-title-left h2{
    font-size: 1.6rem;
    line-height: 36px;
}

/* 按钮 */
.home-title a{
    margin: 20px auto 0 auto;
    height: 44px;
    line-height: 40px;
    padding: 0 25px;
    font-size: .9rem;
    border-radius: 22px;
}


/* 外层改为横向滑动容器 */
.home-solution{
    height: auto;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    gap: 12px; 
    padding: 0 12px 10px;
}

/* 隐藏滚动条（可选） */
.home-solution::-webkit-scrollbar{ height: 0; }

/* item 变成卡片：一屏显示 1 张为主 */
.home-solution-item{
    flex: 0 0 100%;
    width: 100%;
    height: 420px;
    border-radius: 18px;
    overflow: hidden;
    position: relative;
}

/* 取消 PC 的“展开宽度”逻辑 */
.home-solution-item.active{
    width: 86%;
}

/* 图片 */
.home-solution-item > img{
    border-radius: 18px;
}

/* box1：做成顶部小条（图标+标题） */
.home-solution-item-box1{
    justify-content: flex-start;
    padding: 16px;
    background: linear-gradient(180deg, rgba(16,110,184,.92) 0%, rgba(4,34,58,.15) 70%, rgba(4,34,58,0) 100%);
}

.home-solution-item-box1 img{
    width: 64px;
    margin: 0 auto;
}

.home-solution-item-box1 h3{
    margin-top: 10px;
    font-size: 1.1rem;
    line-height: 28px;
    height: 28px;
}

/* box2：默认显示在底部（内容区） */
.home-solution-item-box2{
    padding: 16px;
    align-items: flex-end;
    background: linear-gradient(180deg, rgba(16,110,184,0) 0%, rgba(9,62,105,.35) 35%, rgba(4,34,58,.95) 100%);
}

.home-solution-item-box2 h3{
    font-size: 1.2rem;
    line-height: 32px;
    height: 32px;
    margin-bottom: 8px;
}

.home-solution-item-box2 p{
    line-height: 22px;
    height: auto;
    max-height: 66px; /* 3行左右 */
    overflow: hidden;
}

.home-solution-item-box2 a{
    margin-top: 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 40px;
    line-height: 40px;
    padding: 0 16px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.55);
}

/* 手机端不需要隐藏 box1（否则看不到顶部图标标题） */
.home-solution-item.active .home-solution-item-box1{
    opacity: 1;
}



.home-products{
    flex-direction: column;
}

/* 右侧图片放到上面 */
.home-products-right{
    width: 100%;
    order: 1;
    margin-bottom: 25px;
}

/* 左侧列表 */
.home-products-left{
    width: 100%;
    padding-right: 0;
    order: 2;
}

/* 列表边框缩小 */
.home-products-left-list{
    border-bottom: 2px solid #f0f3f8;
}

/* item */
.home-products-left-item{
    padding: 16px 0;
    border-top: 2px solid #f0f3f8;
}

/* 标题 */
.home-products-left-item h3{
    font-size: 1.2rem;
    line-height: 28px;
}

/* 展开内容 */
.home-products-left-item-info{
    padding: 10px 0 5px 0;
}

.home-products-left-item-info p{
    font-size: .95rem;
    line-height: 22px;
    height: auto;
    max-height: 66px;
}

/* 按钮 */
.home-products-left-item-info a{
    margin-top: 12px;
    font-size: .9rem;
}

.home-products-left-item-info a i{
    margin-left: 8px;
}

/* 图片 */
.home-products-right img{
    border-radius: 10px;
}

/* 图片容器 */
.home-products-right-list{
    width: 100%;
}

.home-blog .home-title{ display: block;}


.home-blog{
    padding-bottom: 50px;
    background-position: center top;
}

/* 4列 -> 2列 */
.home-blog-list{
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

/* 卡片 */
.home-blog-item{
    padding: 16px;
    border-radius: 10px;
}

/* 小信息行 */
.home-blog-item em{
    font-size: .9rem;
    line-height: 22px;
}

/* 标题 */
.home-blog-item a.home-blog-links1{
    font-size: 1.05rem;
    line-height: 26px;
    height: 52px; /* 两行 */
}

/* 图片 */
.home-blog-item a.home-blog-links2{
    margin-top: 12px;
}

.home-blog-item a.home-blog-links2 img{
    border-radius: 10px;
}

/* 手机上弱化 hover（触摸设备没有真正 hover） */
.home-blog-item:hover{
    transform: none;
    box-shadow: none;
}


.home-brand-marquee{ padding: 12px 0; }
  .brand-row{ margin: 8px 0; }
  .brand-track{ gap: 10px; }
  .brand-track a{
    min-width: 140px;
    height: 62px;
    padding: 8px 12px;
    border-radius: 10px;
  }
  .brand-track a img{ height: 36px; }

.home-services-left .home-services-item{ height: 320px; }

  .home-services-right{
    gap: 12px;
  }

  /* 手机：右侧一列 */
  .home-services-right .home-services-item{
    width: 100% !important;
    height: 210px;
    border-radius: 10px;
  }

  .home-services-item-info{ padding: 18px 18px; }
  .home-services-item-info a{ font-size: 1.25rem; }
  .home-services-item-info h3{ font-size: 1.1rem; }
  
  /* 你外层已经有 flex / flex-center-contain，这里只补强 */
.home-services-left{ width: 100%; }
.home-services-right{
  width: 100%; margin-top: 20px;
  padding-left: 0;

  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-content: flex-start;
}
.customerList{ display:none;}

  
.main-menu{ width: 100%; height: 56px; line-height: 54px; border-bottom:1px solid #e5e5e5; /* 移动端横向滑动关键 */
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch; /* iOS 更顺滑 */   justify-content: flex-start !important; /* 避免居中导致不好滑 */
    padding: 0 10px;}
.main-menu a{ font-size:0.9rem; margin: 0 15px;}
.main-menu a.active{  border-bottom:1px solid #00579c;}

.main-menu::-webkit-scrollbar{ height: 0; }
.main-menu{ scrollbar-width: none; } /* Firefox */


.banner2{  height: auto; height: 200px;  margin-top: 61px;}
.banner2info{ height: 100%; position: relative;}
.banner2info h1{ color: #FFFFFF; font-size: 1.6rem;}
.banner2info b{ color: #FFFFFF; font-size: 1.6rem;}
  
 .about-culture dl{ width:100%; padding:30px; margin-bottom: 10px;}
.about-culture dl dd{ padding-top: 25px;}
.about-culture dl dd b{ font-size: 1.3rem; line-height: 40px; height: 40px;} 
.about-culture dl dd p{ line-height: 26px; font-size: 0.9rem;}
 
 .about-quality{ padding: 30px 0; margin-top: 30px;}
.about-quality-list{ gap:30px; grid-template-columns: repeat(1, 1fr); /* 3 列 */  display: grid;}


.about-ln{ padding: 30px 0;}
.about-ln-left{ width: 100%; padding-right: 0;}
.about-ln-left h2{ font-size: 1.4rem; line-height: 32px; margin:5px 0;}
.about-ln-left p{ line-height: 24px; margin-bottom: 15px;}


.about-ln-right{ width: 100%; height: auto;}

 .about-even{ padding-bottom: 50px;}
.about-even-box{ padding-bottom: 40px;}



.main_visual1 .owl-dots{  height: 3px; bottom: -40px; }
.main_visual1 .owl-dots .owl-dot{ margin:0 3px;}
.main_visual1 .owl-dots .owl-dot span{   width: 12px; height:3px; }

.about-info{ padding: 20px 0; line-height: 24px;}



.about-imglist{ gap: 10px; grid-template-columns: repeat(2, 1fr); /* 3 列 */  display: grid;}
.about-imglist dl dd{height: 42px; line-height: 42px;}
 
.contact-box{ padding: 30px 0;}
.contact-map{  height: 350px;}

.contact-feedback{ padding-bottom:20px;}
.contact-feedback-left{ width: 100%; padding-right: 0;}
.contact-feedback-left p{ font-size: 0.9rem; line-height: 24px; margin-top: 10px;}

.contact-feedback-right{ width: 100%; }

.contact-job{ padding-bottom: 30px;}

 .job-item{ flex-direction: column; align-items: flex-start; }
  .job-desc{ max-width: none; }
  .btn-mail{ width: 100%; justify-content: center; }

.blog-grid{ grid-template-columns: 1fr; }
  .blog-title{ height: auto; }
  .blog-excerpt{ height: auto; }

 .blog-show-header h1{ font-size: 1.5rem; }
  .blog-show-main{ padding: 18px 16px 16px; }

  .blog-show-nav ul{ grid-template-columns: 1fr; } /* 上/下篇改成一列 */
  .side-thumb{ width: 110px; height: 74px; }


.app-grid{ grid-template-columns: 1fr; }
  .app-desc{ height: auto; }

 .app-row{ grid-template-columns: 1fr; }
  .app-row-info{ padding: 16px 16px 18px; }
  .app-row-desc{ max-height: none; }
  
  .goods-menu {
    padding: 40px0;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 14px;
}
  
.customerList{ display:none;}
.blog-show-wrap {
    display: grid;
    grid-template-columns: 1fr 0;
    gap: 0;
}

  .service-menu{
    grid-template-columns: 1fr; /* 手机下一排一个 */
    gap: 16px;
  }

  .service-menu dd{
    padding: 16px 14px 18px;
  }

  .service-menu dt img{
    height: 170px;
  }

  .service-menu dd > div{
    min-height: auto; /* 手机不强制对齐高度 */
    -webkit-line-clamp: 5;
  }

  
}




