* {
      margin: 0;
      padding: 0;
    }
body {
    font-size: 15px;
    font-family: "Microsoft Yahei", 微软雅黑, "Helvetica Neue", Helvetica, STHeiti, "Microsoft YaHei", sans-serif, Arial;
    color: rgb(34, 34, 34);
    line-height: 190%;
    text-transform: uppercase;
	background-image: url(../img/background-images.png);
	background-repeat: no-repeat;
  background-size: cover; /* 自动适应屏幕大小，铺满全屏 *//
}
@media (max-width:768px){
	body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
	font-size: 14px;
	line-height: 22px;
	color: #495057;
}
	}
h1 { line-height: 50px; color: #3a3f45; font-size: 18px;}
h2 {
	font-size: 16px;
    font-weight: 600;
	line-height: 50px;
}

h3 {
    font-weight: 600 !important;
    color: #3a3f45;
	font-size: 21px;
	line-height: 50px;
}
a {
    color: #3a3f45;
	text-decoration: none;
}

a:hover {
    color: #0066cc;
}
li{ list-style-type: none;}
::after, ::before {
    box-sizing: border-box;
}
.clear { clear:both; }




/*!******************************
      -------[=头部]-------
  ********************************/

.et-hero-tabs,
.et-slide {
  display: flex;
  flex-direction: column;
  height: 105px;
  position: relative;background-color: #fff;
}
.htmleaf-container { width:100%; background-color: #fff; }
.container {width: 100%; max-width: 1400px; margin: 0 auto; height:auto;}

.topall {width: 100%; line-height: 35px; color: #fff; background: #0a9468;}
.topmain { width: 100%; max-width: 1400px; margin: 0 auto;}
.topmain d { width: auto; float: left;}
.topmain dd { width: auto; float: right;}
.topmain dd a { color: #fff; margin-left: 20px;}

.et-hero-tabs-container {
  display: flex;
  flex-direction: row;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 70px;
  border-top: 1px solid #e0e0e0;
  box-shadow: 0 2px 2px rgba(0,0,0,0.08);
  background: #f0f0f5;
  z-index: 999;
  margin:0 auto;
}
.et-hero-tabs-container--top {
  position: fixed;
  top: 0;
}

.et-hero-tab {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  color: #000;
  letter-spacing: 0.1rem;
  transition: all 0.5s ease;
  font-size: 0.8rem;
}
.et-hero-tab:hover {
  color: white;
  background: rgba(102, 177, 241, 0.8);
  transition: all 0.5s ease;
}

 /*=============导航栏==============*/
    .nav {
      width: 100%;
      top: 0;
      left: 0;
      z-index: 9999;
    }

    .nav-inner {
      max-width: 1400px;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
      height: 70px;
	  padding: 0 0;
    }

  .logo { width: 260px;}  
.nav dd { font-size: 25px; font-weight: 600; color: #0a9468;}
    .menu {
      list-style: none;
      display: flex;
      height: 100%;
    }

    .menu > li {
      position: static;
      padding: 0 35px;
      display: flex;
      align-items: center;
    }

    .menu > li > a {
      text-decoration: none;
      color: #333;
      font-size: 16px;
	  font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
    }

    /* 一级导航下拉小三角 */
    
.menu > li:has(.full-dropdown) > a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.menu > li:has(.full-dropdown) > a::after {
  content: "";
  width: 5px;
  height: 5px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(45deg);
  transition: 0.3s;
}
.menu > li:hover > a::after {
  transform: rotate(225deg);
  margin-top: 3px;
}

    

    .submenu a::after,
    .third-menu a::after {
      display: none !important;
    }

    /* 下拉按钮 */
    .dropdown-toggle {
      display: none;
      width: 40px;
      height: 40px;
      position: relative;
      border: none;
      background: none;
      cursor: pointer;
    }
    .dropdown-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 5px;
  height: 5px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transition: transform 0.3s;
}
.dropdown-toggle.active::after {
  transform: translate(-50%, -50%) rotate(-135deg);
}

    /* 汉堡按钮 —— 无小三角 */
    .hamburger {
      display: none;
      font-size: 24px;
      background: none;
      border: none;
      cursor: pointer;
	  margin-right: 10px;
    }

    .full-dropdown {
      position: absolute;
      top: 69px;
      left: 0;
      width: 100%;
      background: #fff;
      box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	  border-top: 1px solid rgba(0,0,0,0.1);
      display: none;
      padding: 40px 0;
    }

    .dropdown-content {
      max-width: 1350px;
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap;
      padding: 0 20px;
      gap: 0;
      justify-content: center;
    }

    /* ------------------------------ */
    /* �电脑端二级菜单 居中竖虚线 */
    /* ------------------------------ */
    .submenu {
      flex: 1;
      list-style: none;
	  margin-right: 80px;
      position: relative;
    }
	.third-menu .vall a { color: #000; font-weight: 500; text-decoration: underline;}


    /* 电脑端才显示虚线 */
    @media (min-width: 993px) {
      .submenu:not(:last-child)::after {
        content: "";
        width: 1px;
        height: 93%;
        position: absolute;
        right: 0;
        top: 2%;
        background: linear-gradient(to bottom, #ccc 50%, transparent 50%);
        background-size: 100% 8px;
      }
    }

    .submenu > li {
      margin-bottom: 12px;
    }
    .submenu > li > a {
      font-weight: bold;
      font-size: 15px;
      white-space: nowrap;
    }

    .third-menu {
      list-style: none;
      padding-left: 0;
      margin-top: 10px;
    }
    .third-menu li {
      margin-bottom: 6px;
      white-space: nowrap;
    }
    .third-menu a {
      color: #2e353a;
      font-size: 14px;
    }

    .menu > li:hover .full-dropdown {
      display: block;
    }

    .overlay {
      position: fixed;
      top:0; left:0; width:100%; height:100%;
      background: rgba(0,0,0,0.3);
      z-index: 998;
      display: none;
    }

    /* 手机端 */
@media (max-width: 992px) {
  .et-hero-tabs, .et-slide {
    display: flex;
    flex-direction: column;
    height: 70px;
    position: relative;
    background-color: #fff;
}
  .menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 280px;
    height: 100vh;
    background: #fff;
    flex-direction: column;
    padding: 0;
    box-shadow: 2px 0 10px rgba(0,0,0,0.1);
    z-index: 9999;
    transition: left 0.3s ease;
    overflow-y: auto;
  }
  .menu > li > a {
      text-decoration: none;
      color: #333;
      font-size: 15px;
	  font-weight: 500;
    }
  /* 修复：类名拼写错误 */
  .meunright { display: none;}
  .meuntop-all-l { display:none;}
  .logo {
      display: inline;
    }
  .menu.active {
    left: 0;
  }

  .menu > li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 !important;
    border-bottom: 1px solid #f1f1f1;
  }

  .menu a {
    flex: 1;
    padding: 15px 20px;
    display: block;
  }

  .menu > li > a::after {
    display: none !important;
  }

  .third-menu {
    list-style: none;
    padding-left: 0;
    margin-top: 0px;
  }
  .third-menu li {
    margin-bottom: 0px;
    white-space: nowrap;
  }
  .third-menu a {
    color: #666;
    font-size: 14px;
    padding: 10px 20px;
  }

  /* 下拉菜单开关按钮 */
  .dropdown-toggle {
    display: block;
  }
  /* 汉堡按钮显示 */
  .hamburger {
    display: block;
  }

  /* 大下拉菜单样式 */
  .full-dropdown {
    width: 100% !important;
    position: static !important;
    box-shadow: none !important;
    padding: 0 0 10px 20px !important;
    background: #fafafa !important;
    display: none;
  }
  .full-dropdown.open {
    display: block !important;
  }

  .dropdown-content {
    flex-direction: column;
    padding: 0;
    gap: 0;
  }

  .submenu {
    padding: 8px 0;
  }
}


/*!******************************
      -------[=banner]-------
  ********************************/
.carousel{width:100%;margin:0 auto;position:relative}
.carousel-wrap{border-radius:0px;overflow:hidden;}
.carousel-slide{display:flex;transition:transform .5s ease}
    
    /* 图片 + 链接样式 */
    .carousel-slide a {
      width: 100%;
      flex-shrink: 0;
    }
    .carousel-slide img{
      width:100%;
      height:auto;
      display:block;
      cursor: pointer;
    }

    /* 左右按钮 */
    
    
    /* 核心：按钮默认隐藏，悬停平滑显示 */
    .nava{
      position:absolute;
      top:50%;
      transform:translateY(-50%);
      width:44px;
      height:44px;
      border-radius:50%;
      background:#fff;
      border:none;
      box-shadow:0 2px 10px rgba(0,0,0,.1);
      cursor:pointer;
      font-size:18px;
      color:#333;
      z-index:10;
      /* 默认隐藏 + 过渡动画 */
      opacity: 0;
      visibility: hidden;
      transition: all 0.3s ease;
    }
    /* 悬停显示按钮 */
    .carousel:hover .nava{
      opacity: 1;
      visibility: visible;
    }
    .prev{left:16px}
    .next{right:16px}
	.h-r{float:right}

/*!******************************
      -------[=类目]-------
  ********************************/
.titleall { width: 100%; max-width: 1400px; margin: 0 auto; margin-top: 50px; margin-bottom: 20px;}
.titleall h1 { font-size: 35px; border-left: 5px solid #0a9468; padding-left: 10px; height: 40px; line-height: 40px;}
.categoryinx {width: 100%; max-width: 1400px; margin: 0 auto; margin-bottom: 40px;}
.categoryinx ul { display: grid; grid-template-columns: repeat(4, 1fr); /* ä¸€è¡Œ3å¼  */ gap: 0px; /* å›¾ç‰‡é—´è· */ }
.categoryinx ul li.wow.fadeInUp{background: #fff;border: 0px solid #c0c1c2;box-sizing: border-box;margin-bottom: 15px; box-shadow: 0px 0px 0px #eaeaea;transition: all .2s linear;text-align:left; position: relative;}
.categoryinx ul li p { width:94%; height: 90px;line-height: 30px;font-size: 14px;color: #333333; margin:0 auto; margin-bottom: 5px; overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;}
.categoryinx ul li h2 { width:94%; margin: 0 auto;}
.categoryinx ul li img {width:100%; height: 100%;}

.img-mask {
  position: relative;
}
.mask-text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0a9468;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  opacity: 0;
  transition: 0.3s;
}
.img-mask:hover .mask-text {
  opacity: 1;
}



.inxabout { width: 100%; height:600px; background: #0a9468;}
.inxaboutmain { width: 100%; max-width: 1400px; margin: 0 auto; }
.inxaboutmain-l { width: 45%; float:left;}
.inxaboutmain-r { width: 50%; height: 100%; float:right;}
.titleabout { width: 100%; margin: 30px auto; color: #fff;}
.titleabout h1 { font-size: 36px; border-left: 5px solid #fff; padding-left: 20px; color: #fff; margin-bottom: 20px;}
.inxaboutmain-r img { width:auto; height: 600px; float: right;}

/*产品展示左侧*/
.pro-left{float: none;width:100%; max-width:1400px; margin:0 auto; box-sizing: border-box;box-shadow: 0px 0px 0px #c0c1c2;transition: all .2s linear;height: 50px; }
.pro-content{width: 100%;}
.pro-left .left-title{background: #317fff;height: 110px;line-height: 110px;text-align: center;}
.pro-left .left-title span{display: inline-block;color: #FFFFFF;font-size: 24px;font-weight: bold;}
.pro-left .left-title span.text{padding: 0 10px;}

.pro-left .left-category { width: 100%; max-width: 1400px; margin: 0 auto;}
        /* 图片组容器 */
.pro-left .left-category { display: block; margin-top: 0px;}
        /* 图片列表 - 网格布局 */
.pro-left .left-category ul { display: grid; grid-template-columns: repeat(6, 1fr); /* 一行3张 */ gap: 1px; /* 图片间距 */ }
.pro-left .left-category ul li{ padding:6px 0; float:left; border-radius:0px; border:0px #ddd solid; text-align: center; background:#f0f0f5; font-size: 16px;}
.pro-left .left-category ul li.on{color: #fff;border:0px #0066cc solid; background:#0a9468;}
.pro-left .left-category ul li:hover{color: #fff; cursor: default; }
.pro-left .left-contact {margin-top: 37px;margin-bottom: 37px;text-indent: 70px;background: url(../image/tel.png) left 20px center no-repeat;}
.pro-left .left-contact p{color: #317fff;font-size: 14px;}
.pro-left .left-contact p.tel{font-size: 20px;padding-top: 10px;}
/*产品展示右侧*/
.pro-right{float: none;width: 100%; margin-top:10px; display: none;}
.pro-right ul { display: grid; grid-template-columns: repeat(4, 1fr); /* 一行3张 */ gap: 20px; /* 图片间距 */ }
.pro-right ul li{background: #fff;border: 1px solid #c0c1c2;box-sizing: border-box;margin-bottom: 15px; box-shadow: 0px 0px 0px #eaeaea;transition: all .2s linear;text-align:left; }
.pro-right ul li .img{width:100%;overflow: hidden; margin:0 auto; height:auto;}
.pro-right ul li img {width:100%;}
.pro-right ul li h2{ width:94%; height: 30px;line-height: 30px;font-size: 15px; color: #333333; margin:0 auto; margin-bottom: 5px; overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;}
.pro-right.active{display: block;}
.pro-right ul li:hover{box-shadow: 0px 0px 5px #c6c6c6;transition: all .2s linear;}


.search-form {
    display: inline-flex;
    align-items: center;
    position: relative;
}

/* 输入框样式（保留原 class，只美化） */
.search-form .el-input__inner {
    width: 200px;
    height: 28px;
    line-height: 36px;
    padding: 0 12px;
    border: 1px solid #0a9468;
    border-radius: 30px 0 0 30px;
    outline: none;
    font-size: 14px;
    transition: all 0.2s;
}

/* 输入框聚焦效果 */
.search-form .el-input__inner:focus {
    border-color: #122a88;
}

/* 搜索按钮（保留原 class） */
.search-form .ep-header-search-submit {
    height: 30px;
    width: 35px;
    border: none;
    background-color: #0a9468;
    color: #fff;
    border-radius: 0 30px 30px 0;
    cursor: pointer;
    font-size: 14px;
    transition: background 0.2s;
	background-image: url(../img/search-icon.png);
	background-repeat:no-repeat;
	background-position:center;
	
}

/* 按钮 hover 效果 */
.search-form .ep-header-search-submit:hover {
    background-color: #333;
}



  /* 内容区域 */
.gsxw {width: 100%; max-width: 1400px; margin: 0 auto; }
.gsxw ul { display: grid; grid-template-columns: repeat(2, 1fr); /* ä¸€è¡Œ3å¼  */ gap: 30px; /* å›¾ç‰‡é—´è· */ } 
.gsxw li { margin: 0 auto ; margin-bottom: 10px; height: 210px; background:#fff; border: 1px solid #eee;
  transition: all 0.3s ease;}
.gsxw li:hover  { transform: translateX(5px); /* 向右轻微移动  */ transform: scale(1.01); /* 轻微放大 */}
.gsxw-timg { width: 20%; height: 160px; float: left; border: 1px solid #eee; margin-left: 2%; margin-top: 20px;}
.gsxw-timg img { width: 100%; height: 100%;}
.gsxw-tall { width: 70%; height: auto; float: left; margin-left: 3%; margin-top: 20px;}
.gsxw-tall h3 { line-height: 30px; margin-bottom: 10px;}
.gsxw-tall d p { overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;}

.gsxw-tall dd { width: 100%; height:auto; text-align:right}
.gsxw-tall dd a { display:inline-block; width: 30%; line-height: 40px; text-align: center; background:#fff;cursor:pointer;border-radius:60px;border: 1px solid #ccc; font-size: 16px;}
.gsxw-tall dd a:hover { background:#409eff;color:#fff;}
@media (max-width: 768px) {
.gsxw-t li { width: 100%; margin: 20px auto;height: 315px; background:#f9f9f9;border-radius:10px; padding:5px; }
.gsxw-timg { width: 100%; height: 160px; float: left; border: 1px solid #eee; border-radius:10px;}
.gsxw-tall h3 { line-height: 30px; margin-bottom: 10px; overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;}
.gsxw-tall { width: 100%; height: auto; float: left; margin-left: 0;}
.gsxw-tall d { width: 100%; height: auto; float: left; margin-right: 0;}
.gsxw-tall dd { display: none;}
}

.footer { width: 100%; height:300px; padding-top: 40px; background: #0a9468; color: #fff;}
.footerall { width:100%; max-width: 1400px; height:auto; margin: 0 auto;}
.footerall-l { width: 30%; float:left;}
.footerall-l dd ii {  margin-right: 25px; float: left;}
.footerall-l dd { margin-top: 25px; text-align: center;}

.footerall-r { width: 60%; float:right;}
.footerall-r ul { display: grid; grid-template-columns: repeat(3, 1fr); /* ä¸€è¡Œ3å¼  */ gap: 30px; /* å›¾ç‰‡é—´è· */ } 
.footerall-r li a { color: #fff;}
.footerbot { width: 100%; text-align:center; border-top: 1px solid #ccc; background: #0a9468; color: #fff; line-height: 50px;}

.pageall {width: 100%; max-width: 1400px; margin: 0 auto; }
.image-container {
    position: relative;
    width: 100%; /* 或者其他宽度 */
    height: 300px; /* 或者其他高度 */
	z-index:222;
	background-image: url(../img/bgp.jpg);
	background-repeat: no-repeat;
  background-size: cover; /* 自动适应屏幕大小，铺满全屏 *//
}
.image-container img {
    width: 100%; /* 让图片填满容器 */
    height: 100%; /* 让图片填满容器 */
    object-fit: cover; /* 让图片覆盖整个容器 */
}
.image-container .text {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
    position: absolute; /* 使用绝对定位 */
    top: 50%;   /* 向下移动父容器一半高度 */
    left: 50%;  /* 向右移动父容器一半宽度 */
    transform: translate(-50%, -50%); /* 关键：回退自身一半宽高 */
    color: #fff; text-align: left;
}
.image-container .text p { width: 100%; margin-top: 30px; margin-bottom: 20px;}
.image-container .text h1 {line-height: normal; font-size: 30px; font-weight: 500; position: relative; color: #fff;}
.image-container .text h1:before{ content: " "; position: absolute; width: 15%; height: 2px; bottom: -10px; left: 0px; z-index: 2; background-color: #fff;}

.image-container .text dd a { display: inline-block;
    text-align: center;
    width: 120px;
    height: 35px;
	margin-top: 1px;
    background: #0a9468;
    color: #fff;
    margin-right: 15px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    line-height: 35px;
    border: 1px #0a9468 solid;
    transition: all 0.3s;}
.image-container .text dd a:hover { background: #fff; color: #333;}

.newsall {width: 100%; max-width: 1400px; margin: 0 auto;}
.newsall ul { display: grid; grid-template-columns: repeat(3, 1fr); /* 一行3张 */ gap: 30px; /* 图片间距 */ }
.newsall ul li{background: #fff;border: 1px solid #c0c1c2;box-sizing: border-box; box-shadow: 0px 0px 0px #eaeaea;transition: all .2s linear;text-align:left; }
.newsall ul li p { width:94%; height: 60px;line-height: 30px;font-size: 14px;color: #333333; margin:0 auto; margin-bottom: 5px; overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;}
.newsall ul li h2 { width:94%; margin: 0 auto;overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;}
.newsall ul li dd { display: inherit; width:94%; margin: 0 auto; margin-bottom: 20px;}
.newsall ul li img {width:100%; height: 240px;}

.productsmain {width: 100%; max-width: 1400px; margin: 0 auto;}
.procategory { width: 20%; float:left; border-bottom: solid 1px #ddd;}
.productsall { width: 78%; float:right;}
.productsall ul { display: grid; grid-template-columns: repeat(3, 1fr); /* 一行3张 */ gap: 30px; /* 图片间距 */ }
.productsall ul li{background: #fff;border: 1px solid #c0c1c2;box-sizing: border-box; box-shadow: 0px 0px 0px #eaeaea;transition: all .2s linear;text-align:left; }
.productsall ul li p { width:94%; height: 60px;line-height: 30px;font-size: 14px;color: #333333; margin:0 auto; margin-bottom: 5px; overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;}
.productsall ul li h2 { width:94%; margin: 0 auto;overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;}
.productsall ul li dd { display: inherit; width:94%; margin: 0 auto; margin-bottom: 20px;}
.productsall ul li img {width:100%; height: auto;}

.procate { width: 100%; height:auto;border-bottom: solid 1px #ddd;}
.procate ul li { width: 100%; line-height: 45px; background: #e0fdfd; border-bottom: solid 0px #ddd;}
.procate ul li a { margin-left: 5%;}
.procate ul li ul li { width: 100%; line-height: 45px; background: #fff;border-bottom: solid 1px #ddd;}

.pagesitem { width: 100%; max-width:1400px; line-height:50px; text-align:center; margin: 10px auto; height:50px;}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    background-color: #0a9468;
    cursor: default;
    background: #0a9468;
    border: solid 1px #ddd;
    border-radius: 0px;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 20px;
    line-height: 30px;
    text-decoration: none;
    color: #333;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0px;font-size:15px; font-weight:500;
    
}
.pagination>li>a {
    margin-right: 15px;
}
.pagination>li>a:hover {
    background: #0a9468;
    border-radius: 0px;color: #fff;
    font-weight:500;border: 1px solid #0a9468;
}

.broadpro { width: 100%; height: 60px; background: #fff;box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.3); line-height: 60px; margin-bottom: 25px; position:relative;}
.broadproall { width: 100%; max-width: 1400px; margin: 0 auto;}
.broadproall-l { width: auto; float: left;}
.broadproall-r { width: auto; float: right;}


/*=============鍙充晶鎮诞==============*/
/* 鍙充晶鎮诞瀹瑰櫒 */
.side { position: fixed; right: 0; top: 70%; transform: translateY(-50%); z-index: 999; width: 60px;border: 1px solid #eee;}

.side ul { list-style: none; padding: 0; margin: 0;}

.side ul li { margin: 0; padding: 0; position: relative; border-bottom: 1px solid #eee;}

/* 姣忎釜瀹㈡湇鎸夐挳鏍峰紡 */
.sidebox { width: 60px; height: 60px; background: #0a9468; color: #fff; font-size: 12px; text-align: center; line-height: 1.3;
  display: flex; flex-direction: column; align-items: center; justify-content: center; cursor: pointer; overflow: hidden; position: relative; z-index: 1;}
.sidebox i { font-size: 22px;}

.sidebox img { width: 22px; height: 22px; margin-bottom: 3px; object-fit: contain;}

/* 寰俊浜岀淮鐮佹偓娴樉绀� */
.side li .wx { position: absolute; right: 60px; top: 0; width: 160px; height: auto; color: #fff; background: #0a9468; padding: 10px; border: 1px solid #eee; box-shadow: 0 0 5px rgba(0,0,0,0.1); display: none; z-index: 2; text-align: center;}
.side li .wx img { width: 100%; height: auto;}

.side li:hover .wx {
  display: block;
}
/*  鎵嬫満鍙锋偓娴樉绀� */
.side li .telme { position: absolute; right: 60px; top: 0; width: 160px; height: 60px; background: #0a9468; color: #fff; font-size: 17px; line-height:60px; padding: 0 10px; border: 1px solid #eee; box-shadow: 0 0 5px rgba(0,0,0,0.1); display: none; z-index: 2;}
.side li .telme img { width: 100%; height: 100%;}

.side li:hover .telme {
  display: block;
}

/* 杩斿洖椤堕儴 */
.sidetop { display: block; width: 60px; height: 60px; background: #0a9468;  text-align: center; line-height: 60px;}

.sidetop img { width: 60px; vertical-align: middle;}

/* 榧犳爣鎮诞鍙樿壊 */
.sidebox:hover,
.sidetop:hover {
  background: #09c88b !important;
}

/* 鍘婚摼鎺ヤ笅鍒掔嚎 */
.side a { text-decoration: none; color: inherit;}




.productsall-show { width: 78%; float:right;}
.proshowtop { width: 100%; height: 600px;}
.proallshow-r { width: 77.5%; float:right; background: #fff; padding: 0.5% 1%; border-radius: 5px; background: #fff;box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);}
.proallshow-l { width: 20.5%; float:left; height: auto; border-radius: 5px; background: #fff;box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);}
.proallshow-l h2 { padding: 4px 22px; line-height: normal;font-size: 20px; font-weight: lighter; position: relative;  margin-top: 30px;}
.proallshow-l h2:before{ content: " "; position: absolute; width: 55%; height: 2px; bottom: -2px; left: 22px; z-index: 2; background-color: #0085d0; }
.proshowtop { width: 100%; min-height: 400px; margin: 0 auto; border-bottom: 1px solid #e0e0e0;
	margin-bottom:30px; padding-bottom:30px;
  height: auto;
  box-sizing: border-box;
  overflow: hidden;}
.proshowtop-l { width: 46%; float:left; height: auto;}
.proshowtop-r { width: 52%; float:right; height: auto;}
.proshowtop-r h1 {width: 100%; margin: 10px auto; height:auto; font-size: 18px; margin-bottom:20px; border-bottom: 1px solid #e0e0e0;padding-bottom:15px;}

        /* 图片组容器 */
.showtitleal { width: 100%; margin: 20px auto; height:auto; display: block; margin-top: 10px; height:auto; }
        /* 图片列表 - 网格布局 */
.showtitleal { display: grid; grid-template-columns: repeat(2, 1fr); /* 一行3张 */ gap: 30px; /* 图片间距 */ }

.proshowlx { width: 100%; max-width: 1400px; height: 50px; margin: 30px auto; text-align:center; }
.proshowlx a {width: auto; padding: 8px 18px; float:left;
    line-height: 30px; margin-right: 10px;
    text-align: center;
    background: #0085d0;
    cursor: pointer;
    border-radius: 60px;
    color: #fff;
    font-size: 16px;}
.proshowlx a:hover {background: #fff; border: 1px solid #eee;color: #333;
    }	
.proshowlx dd {width: auto; padding: 8px 18px; float:left;
    line-height: 30px; margin-right: 10px;
    text-align: center;
    background: #0085d0;
    cursor: pointer;
    border-radius: 60px;
    color: #fff;
    font-size: 16px;}
.proshowlx dd:hover {background: #fff; border: 1px solid #eee;color: #333;
    }	
#lookup {  border: 0px solid black; float:right;
cursor: pointer; line-height: 30px; color: #fff; background:#ff0000; padding:8px 18px; border-radius: 65px; font-size: 16px; font-weight:600;}

/* 基础样式：让弹窗居中、遮罩全屏 */
#authimg {
    display: none; /* 默认隐藏 */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7); /* 半透明黑背景 */
    z-index: 9999; /* 置顶显示 */
    cursor: pointer; /* 鼠标悬浮提示可点击 */
}

#authimg img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* 绝对居中 */
    max-width: 80%; /* 限制图片大小 */
    max-height: 80%;
    border-radius: 8px; /* 圆角更美观 */
}




.showtitleal i { font-size: 22px; margin-right: 10px;}
.yzm-image{
	width: 100%;
	height: auto;
	text-align: center;
	border: 1px solid #e0e0e0;
}
.yzm-image img{
	width: 100%;
	height:100%;
	overflow: hidden;
}
.yzm-switch{
	width: 100%;
	height: 100px;
	margin-top: 10px;
	margin-bottom: 5px;
}
.yzm-switch-center{
	width: 100%;
	height: 100px;
}
.yzm-switch-center { width: 100%; margin: 0px auto; height:auto; display: block; margin-top: 10px; height:auto; }
        /* 图片列表 - 网格布局 */
.yzm-switch-center ul { display: grid; grid-template-columns: repeat(5, 1fr); /* 一行3张 */ gap: 1.58%; /* 图片间距 */ }
.yzm-switch-center li{
	display: inline;
	width: 90px;
	height: 90px;
	margin-bottom: 0px;
	padding-top: 0px; float: left;
	
}
.yzm-switch-center li a{display: block; width: 90px; height: 90px; }
.yzm-switch-center li a img{width: 90px; height: 90px;border: 1px solid #e0e0e0;margin-bottom: 0px;}
.yzm-switch-center li a.on{border: 0px solid #c0c1c2;}
.yzm-switch-center li a:hover{border: 0px solid #c0c1c2;}
.yzm-content {
	height: auto;
	width: 100%;
	float: left; margin-top: 15px;
}

.newspagewrap { width: 100%; height: 40px; margin: 40px auto;}
.newsprev { width:48%; float: left; overflow: hidden;display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.newsnext { width:48%; float: right; text-align: right; overflow: hidden;display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}



