/* ========== Basic Reset & Global Styles ========== */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

ul, li {
  list-style: none;
}

body {
  color: #212529;
  background-color: #fff;
  padding-top: 168px;
  font-family: Arial, sans-serif;
  line-height: 1.5;
}

/* ========== Top Fixed Navigation ========== */
.topbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

/* Top Notification Bar */
.topsb {
  width: 100%;
  border-bottom: 1px solid #ccc;
}

.top-info {
  width: 1400px;
  height: 40px;
  line-height: 40px;
  margin: auto;
  color: #000;
  font-size: 14px;
  max-width: 100%;
  padding: 0 10px;
  text-align: center;
}

/* Header Main Area */
.header-main {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
  flex-wrap: wrap;
  gap: 15px;
}

.header-left {
  display: flex;
  align-items: center;
  gap: 80px;
  flex-wrap: wrap;
}

.header-logo {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 22px;
  font-weight: bold;
  color: #212529;
}

.header-logo span:first-child {
  color: #000;
}

.header-logo span:last-child {
  color: #e63946;
}

.header-contact {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}

.contact-item::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 10%;
  pointer-events: none;
  animation: rippleAnimation1 2.5s ease infinite;
}
.contact-item2::before {

  left: 7% !important;
 
}


@keyframes rippleAnimation1 {
  from {
    opacity: 1;
    transform: translate(-50%, -50%) scale(0)
  }
  to {
    opacity: 0;
    transform: translate(-50%, -50%) scale(10)
  }
}

.contact-item:hover {
  transform: translateY(-2px);
  color: #000;
}

.contact-item .icon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 10px;
  transition: all 0.3s ease;
}

.contact-item:hover .icon {
  transform: scale(1.1);
}

.header-right {
  display: flex;
  align-items: center;
}

.language-select {
  padding: 9.7px 30.4px;
  border: 1px solid #ddd;
  border-radius: 32px;
  background-color: #fff;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.language-select:hover {
  border-color: #000;
}

.jc {
  font-weight: bold;
  line-height: 25px
}

/* ========== Product Navigation Styles ========== */
.nav-container {
  width: 100%;
  background-color: #c8102e;
}

.nav-content {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.nav-menu {
  display: flex;
  list-style: none;
  justify-content: flex-start;
}

.nav-menu > li {
  position: relative;
  width: 20%;
}

.nav-menu > li > a {
  display: block;
  text-decoration: none;
  padding: 16px 30px;
  transition: all 0.3s;
  color: #fff;
  font-size: 15px;
  text-align: center;
  position: relative;
}

.nav-menu > li > a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

.nav-menu > li:hover > a::after {
  width: 60%;
}

/* Secondary Menu */
.pronr {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #f9f9f9;
  box-shadow: 0 8px 16px rgba(0,0,0,0.2);
  z-index: 1000;
  min-height: 300px;
  padding: 20px;
  box-sizing: border-box;
}

.hfk {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: red;
}

.cptype {
  font-size: 14px;
}

.pronr-ul {
  width: 100%;
  max-width: 1400px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}

.pronr-li {
  width: 25%;
  padding: 15px;
}

.pronr-li-tm {
  width: 100%;
  background-color: #f2f2f2;
  line-height: 35px;
  padding-left: 15px;
}

.pronr-li-tm:hover {
  background-color: #c8102e;
  transition: all ease .3s;
  color: #fff
}

.pronr-li-tm:hover .hfk {
  background-color: #fff
}

.pronr-li-nr > .ad11 > a > span {
  font-size: 12px;
  font-weight: 500;
  color: #898989;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 3;
  text-decoration: none;
  padding-left: 15px;
  padding-right: 15px;
}

.pronr-li-nr > .ad11 > a > span:hover {
  color: #333
}

/* ========== Carousel Component Styles ========== */
.carousel {
  position: relative;
  width: 100%;
  height: 800px;
  overflow: hidden;
}

.carousel-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.carousel-slide.active {
  opacity: 1;
}

.carousel-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform-style:preserve-3d;
}

/* Carousel Control Buttons */
.carousel-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: rgba(0,0,0,0.5);
  color: white;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  z-index: 10;
  transition: background-color 0.3s ease;
}

.carousel-control:hover {
  background-color: rgba(0,0,0,0.8);
}

.carousel-prev {
  left: 20px;
}

.carousel-next {
  right: 20px;
}

/* Carousel Indicators */
.carousel-indicators {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
}

.carousel-indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255,255,255,0.5);
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.carousel-indicator.active {
  background-color: white;
}

/* ========== Product Display Area ========== */
.cpbox {
  width: 100%;
  height: auto;
}

.cpbox-nr {
  width: 100%;
  max-width: 1400px;
  margin: auto;
  height: auto;
  padding-top: 80px;
}

.cpbox-nr-tm {
  line-height: normal;
  font-size: 40px;
  text-align: center;
  color: #000;
  font-family: Impact;
  padding-bottom: 15px;
}

.cpbox-nrdx {
  border-top: 5px solid #000;
  border-top-opacity: 0.2;
  width: 50px;
  margin: 0 auto;
  height: 1px;
  opacity: 0.2;
}

.cpbox-nr-jj {
  font-size: 14px;
  text-align: center;
  font-family: Arial;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 25px;
  padding-top: 15px;
}

.cpbox-nr-pro {
  width: 100%;
  height: auto;
}

.cpbox-nr-pro-ul {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
}

.cpbox-nr-pro-li {
  width: 25%;
  padding: 15px;
}

.cpbox-nr-pro-li-sb {
  width: 100%;
  background-color: #fff;
  border-radius: 15px;
  transition: 0.5s;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

/* ========== Product Image Hover Zoom Effect ========== */
.cpbox-nr-pro-li-sb > a {
  display: block;
  overflow: hidden;
  border-radius: 15px 15px 0 0;
}

.cpbox-nr-pro-li-sb > a > img {
  width: 100%;
  border-radius: 15px 15px 0 0;
  transition: transform 0.5s ease;
  transform-origin: center center;
  display: block;
}

.cpbox-nr-pro-li-sb:hover > a > img {
  transform: scale(1.05);
}

.cpbox-nr-pro-li-tm a {
  line-height: 4;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  font-family: Arial;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #000;
}

.cpbox-nr-pro-li-jj {
  line-height: 2;
  font-size: 14px;
  text-align: center;
  font-family: Arial;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding: 0 8%;
}

.product-nr-pro {
  width: 100%;
  height: auto;
}

.product-nr-pro-ul {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
}

.product-nr-pro-li {
  width: 33.3333333333%;
  padding: 15px;
}

.product-nr-pro-li-sb {
  width: 100%;
  background-color: #fff;
  border-radius: 15px;
  transition: 0.5s;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.product-nr-pro-li-sb > a {
  display: block;
  overflow: hidden;
  border-radius: 15px 15px 0 0;
}

.product-nr-pro-li-sb > a > img {
  width: 100%;
  border-radius: 15px 15px 0 0;
  color:#000;
  transition: transform 0.5s ease;
  transform-origin: center center;
  display: block;
}

.product-nr-pro-li-sb:hover > a > img {
  transform: scale(1.05);
}

.product-nr-pro-li-tm a{
  line-height: 4;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  font-family: Arial;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color:#000;
}

.product-nr-pro-li-jj {
  line-height: 2;
  font-size: 14px;
  text-align: center;
  font-family: Arial;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding: 0 8%;
}

.aniu {
  width: 100%;
  padding: 15px;
  display: flex;
  gap: 15px;
}

.e_container-49 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  max-width: 200px;
  opacity: 1;
  z-index: 6;
  bottom: 15px;
  margin: auto;
}

.e_container-49 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}

.e_icon-53, .e_icon-52, .e_icon-51, .e_icon-50 {
  width: 35px;
  height: auto;
  margin: 0 auto;
  font-size: clamp(0.875rem, 0.844rem + 0.16vw, 1rem);
  line-height: 1.8;
  text-align: left;
}

.e_icon-53 { color: #3d6a91; }
.e_icon-52 { color: #60cb06; }
.e_icon-51 { color: #d7aa1e; }
.e_icon-50 { color: #d52626; }

.e_icon-53 .icon { fill: #3d6a91 !important; width: 100%; height: 100%; }
.e_icon-52 .icon { fill: #60cb06 !important; width: 100%; height: 100%; }
.e_icon-51 .icon { fill: #d7aa1e !important; width: 100%; height: 100%; }
.e_icon-50 .icon { fill: #d52626 !important; width: 100%; height: 100%; }

/* ========== Company Introduction ========== */
.gsjs {
  width: 100%;
  padding-bottom: 90px;
}

.gsjs-box {
  width: 100%;
  max-width: 1400px;
  margin: auto;
  height: auto;
}

.gsjs-tm {
  line-height: normal;
  font-size: 40px;
  font-family: Impact;
  color: #000;
  text-align: center;
  padding-top: 170px;
}

.gsjs-wz {
  font-size: 14px;
  color: #000;
  line-height: 2;
  text-align: left;
  font-family: Arial;
  margin-top: 20px;
  -webkit-line-clamp: 10;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.gsjs-nr {
  width: 100%;
  height: auto;
}

.gsjs-ul {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
}

.gsjs-li-box {
  width: 25%;
  padding: 15px;
}

.gsjs-li {
  width: 100%;
}

/* ========== Video Hover Zoom Effect ========== */
.gsjs-li-video {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.gsjs-li-video > .video {
  width: 100%;
  height: 200px;
  display: block;
  transition: transform 0.5s ease;
  transform-origin: center center;
  cursor:pointer;
  border-radius:5px;
}

.gsjs-li-box:hover .gsjs-li-video > .video {
  transform: scale(1.05);
}

.gsjs-li-bt {
  text-align: center;
  margin-top: 10px;
  color: #fff;
  padding: 10px;
  line-height: 15px;
  border-radius: 50px;
  max-width: 200px;
  background-color: #b10e10;
  margin-left: auto;
  margin-right: auto;
}

/* ========== About Us ========== */
.gywm {
  width: 100%;
  height: auto;
  background: url('../images/gywmbg.png');
  padding-top: 90px;
  padding-bottom: 90px;
}

.gywm-nr {
  width: 100%;
  max-width: 1400px;
  margin: auto;
}

.gywm-tm {
  line-height: normal;
  font-size: 40px;
  font-family: Impact;
  color: #000;
  text-align: center;
}

.gywm-js {
  font-size: 14px;
  color: #090909;
  line-height: 2;
  text-align: left;
  font-family: Arial;
  margin-top: 20px;
  -webkit-line-clamp: 10;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-bottom: 30px;
}

/* ========== Customer Cases ========== */
.kehu {
  width: 100%;
  height: auto;
  padding-top: 149px;
}

.kehu-nr {
  width: 100%;
  max-width: 1400px;
  height: auto;
  display: flex;
  margin: 50px auto;
  padding: 0 20px;
  gap: 40px;
  align-items: flex-start;
  box-sizing: border-box;
}

.left-section {
  flex: 0 0 50%;
  max-width: 50%;
  box-sizing: border-box;
}

.right-section {
  flex: 0 0 50%;
  max-width: 50%;
  box-sizing: border-box;
}

.left-section h2 {
  font-size: 40px;
  color: #333;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: Impact;
  font-weight: normal;
}

.left-section p {
  color: #000;
  line-height: 2;
  margin-bottom: 30px;
  font-size: 16px;
  font-family: Arial;
}

.thumbnail-container {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding-bottom: 10px;
  position: relative;
  box-sizing: border-box;
}

.thumbnail-container button {
  background: rgba(0,0,0,0.5);
  border: none;
  width: 20px;
  height: 40px;
  border-radius: 2px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #fff;
  z-index: 10;
}

#prevBtnVisit {
  position: absolute;
  left: 0;
}

#nextBtnVisit {
  position: absolute;
  right: 0;
}

.thumbnails {
  display: flex;
  gap: 12px;
  width: 100%;
  overflow-x: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 5px 0;
}

.thumbnail {
  width: 128px;
  height: 90px;
  object-fit: cover;
  border: 2px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s;
  flex-shrink: 0;
}

.thumbnail.active-visit {
  border-color: #2c3e50;
  opacity: 0.8;
}

.thumbnail:hover {
  border-color: #3498db;
}

.main-image {
  width: 685px;
  height: 445px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

/* ========== Customer Feedback ========== */
.khfb {
  width: 100%;
}

.khfb-nr {
  width: 100%;
  max-width: 1400px;
  margin: auto;
  overflow: hidden;
}

.kffb-tm {
  font-size: 40px;
  color: rgba(0,0,0,0.86);
  font-family: Impact;
  text-align: center;
  font-weight: normal;
  line-height: 1.5;
  padding-top: 90px;
  padding-bottom: 40px;
}

.khfb-img {
  width: 100%;
  overflow: hidden;
}

/* ========== Quality Assurance ========== */
.pinzhi {
  width: 100%;
}

.pinzhi-nr {
  width: 100%;
  max-width: 1400px;
  margin: auto;
}

.pinzhi-tm {
  font-size: 40px;
  color: rgba(0,0,0,0.86);
  font-family: Impact;
  text-align: center;
  font-weight: normal;
  line-height: 1.5;
  padding-top: 90px;
}

.pinzhi-js {
  margin: 10px auto 0;
  width: 92%;
  max-width: 1600px;
  font-family: Arial;
  font-size: 14px;
  word-break: break-word;
  line-height: 2;
}

.stats-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 2.5rem 0;
}

.stat-item {
  text-align: center;
  padding-top: 30px;
}

.stat-item > p {
  padding-bottom: 20px;
}

.counter {
  font-size: 2.5rem;
  font-weight: bold;
  color: #333;
  display: inline-block;
}

.iconpinzhi {
  width: 60px;
  margin: auto;
  padding-bottom: 15px;
}

.e_line-19 {
  border-top: 2px solid #ec761c;
  width: 50px;
  height: 3px;
  margin: 15px auto;
}

.rightline {
  border-right: 1px solid #dfdfdf;
}

.bottomline {
  border-bottom: 1px solid #dfdfdf;
}

/* ========== Why Choose Us ========== */
.xzus {
  width: 100%;
  height: auto;
}

.xzus-nr {
  width: 100%;
  max-width: 1400px;
  margin: auto;
  height: auto;
  padding-top: 40px;
}

.xzus-tm {
  font-size: 40px;
  color: #000;
  line-height: 1.5;
  text-align: center;
  font-weight: normal;
  width: 92%;
  margin: 0 auto;
  font-family: Impact;
  padding-bottom: 20px;
}

.xzus-ul {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
}

.xzus-li-nr {
  width: 25%;
  height: auto;
  padding: 10px;
  box-sizing: border-box;
}

.xzus-li-img {
  width: 100%;
  overflow: hidden;
}

.xzus-li-img > img {
  width: 100%;
  display: block;
}

.xzus-li {
  width: 100%;
  background-color: #f2f2f2;
  padding-bottom: 30px;
}

.xzus-li-tm {
  font-size: 16px;
  font-weight: bold;
  font-family: Arial;
  text-align: center;
  margin-top: 15px;
}

.xzus-li-jj {
  line-height: 2;
  font-size: 14px;
  font-family: Arial;
  text-align: center;
  padding: 0 15px 30px;
  height: 112px;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ========== News Module ========== */
.xw {
  width: 100%;
  box-sizing: border-box;
  border-top: 1px solid #eee;
  margin-top: 90px;
}

.xw-nr {
  width: 100%;
  max-width: 1400px;
  margin: auto;
  padding: 90px 10px;
}

.xw-nr-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}

.xw-nr-tm .xw-nr-tm-top {
  font-size: 32px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  line-height: 1.2;
}

.xw-nr-tm .xw-nr-tm-bottom {
  font-size: 14px;
  color: #000;
  margin-top: 6px;
}

.xw-nr-more {
  background: #d9232e;
  color: #fff;
  padding: 10px 28px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.3s;
}
.xw-nr-more a{color: #fff;}

.xw-nr-more:hover {
  background: #b91c25;
}

.xw-ul {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.xw-ul-left {
  width: 66%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.xw-ul-left-li {
  display: flex;
  background: #f9f9f9;
  border-radius: 4px;
  overflow: hidden;
  padding: 10px;
}

.xw-ul-left-li-img {
  width: 38%;
  overflow: hidden;
}

.xw-ul-left-li-img > a > img {
  width: 100%;
  height: 100%;
  min-height:253.88px;
  object-fit: cover;
  display: block;
}

.xw-ul-left-li-content {
  width: 62%;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}

.xw-ul-left-li-content-time {
  font-size: 14px;
  color: #999;
}

.xw-ul-left-li-content-timu a{
  font-size: 16px;
  font-weight: 600;
  color: #333;
  line-height: 1.4;
}

.xw-ul-left-li-content-jj {
  font-size: 14px;
  color: #1b242b;
  line-height: 1.5;
}

.xw-ul-right {
  width: 32%;
}

.xw-ul-right-li {
  background: #f9f9f9;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 10px;
}

.xw-ul-right-li-img {
  width: 100%;
  overflow: hidden;
}

.xw-ul-right-li-img a img {
  width: 100%;
  height: auto;
  display: block;
}

.xw-ul-right-li-content {
  padding: 28px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.xw-ul-right-li-content-time {
  font-size: 14px;
  color: #999;
}

.xw-ul-right-li-content-timu a{
  font-size: 16px;
  font-weight: 600;
  color: #333;
  line-height: 1.4;
}

.xw-ul-right-li-content-jj {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
}

/* ========== Footer Styles ========== */
.foot {
  background-color: #222222;
  color: #ffffff;
  padding: 50px 0;
  font-family: Arial, sans-serif;
  padding-bottom:0px;
}

.foot-nr {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.foot-nr-left {
  flex: 1;
}

.dbCopyright{width: 100%;line-height: 60px;
border-top:1px solid rgba(255,255,255,0.1);color:#fff;text-align: center;margin-top:30px;font-size: 14px;;}


/*About*/
.weizhi{width: 100%;background-color: rgba(242,242,242,1);margin-top:50px;}
.weizhi-nr{width: 100%;max-width: 1400px;margin: auto;}
.weizhi a{font-size:14px;line-height: 50px;color:#000}
.About-nr{width: 100%;max-width: 1400px;margin: auto;}
.About-nr-tm{
	line-height: normal;
	    font-size: 40px;
	    text-align: center;
	    color: #000;
	    font-family: Impact;
	    padding-bottom: 15px;
		padding-top: 40px;
}
.About-nr-dx{border-top: 5px solid #000;
    width: 50px;
    margin: 0 auto;
    height: 1px;
    opacity: 0.2;}
/* Image container */
.tu {
width: 100%;
max-width: 1400px;
margin: 0 auto;
display: flex;
gap: 15px;
align-items: flex-start;
padding-top: 30px;
padding-left: 15px;
padding-right: 15px;
}
/* Left image area */
.tu-left {
width: 70%;
}
.tu-left img {
width: 100%;
height: 644px;
display: block;
border-radius: 4px;
object-fit: cover;
}
/* Right image area */
.tu-right {
width: 30%;
display: flex;
flex-direction: column;
gap: 10px;
}
.tu-right img {
width: 100%;
height: 207.8px;
display: block;
border-radius: 4px;
object-fit: cover;
}
.wenzinr{
	width:100%;
	font-size: 14px;
	color: rgba(0,0,0,1);
	line-height: 2;
	text-align: left;
	font-family: Arial;
	margin-top: 20px;
	margin-left: 0px;
	padding-left:15px;
	padding-right:15px;
}

.rytu{width: 100%;display: flex;flex-wrap: wrap;padding-top: 45px;padding-bottom: 80px;
padding-left: 15px;padding-right: 15px;;}
.rytu-li{width: 16.666666666667%;}
.rytu>.rytu-li>img{width:100%;}
.rytu>.rytu-li>img:hover{transform: scale(1.1);}

.partner{width: 100%;height: auto;background-color: #f2f2f2;padding-top:35px;padding-bottom:60px;}
.partner-tm{
    font-size: 40px;
    font-family: Impact;
    font-weight: normal;
    color: rgba(0,0,0,1);
    text-align: center;padding-bottom:15px}
.partner-nr{width: 100%;max-width: 1400px;display: flex;flex-wrap: wrap;margin: auto;padding-left: 15px;padding-right: 15px;;}
.partner-nr-box{width: 11.111111111111%;padding:5px;}
.partner-nr-li{width: 100%;background-color: #fff;background-color: #fff;}
.partner-nr-li>img{width:100%}
/* Factory base styles */
.factory {
  width: 100%;
}
.factory-nr {
  width: 100%;
  max-width: 1400px;
  margin: auto;
}
.factory-tm {
  font-size: 40px;
  font-family: Impact;
  font-weight: normal;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  padding-bottom: 15px;
  padding-top: 60px;
}
.factory-ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.factory-li-box-sb{width:25%;padding-left:10px ;padding-right:10px;padding-top: 10px;padding-bottom: 20px;;}
.factory-li-box {
  width: 100%;
  background-color: #f2f2f2;
  padding: 15px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}
.factory-li-box::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  transform: translateY(100%);
  transition: transform 0.4s ease;
  z-index: 0;
}
.factory-li-box:hover::after {
  transform: translateY(0);
}

.factory-li {
  width: 100%;
  position: relative;
  z-index: 1;
}
.factory-li > img {
  width: 100%;
  display: block;
  transition: all 0.5s ease;
  transform: scale(1);
  object-fit: cover;
}
.factory-li-box:hover .factory-li > img {
  transform: scale(1.02);
  opacity: 0.9;
}
.applicationArea {
    width: 100%;
    background: url('../images/aboutbg.png')no-repeat;
    background-size: 100% 100%;
	margin-top: 40px;
	padding-bottom:90px;
}
.applicationArea-tm {
    font-size: 40px;
    color: rgba(255,255,255,1);
    line-height: 1.5;
    text-align: center;
    font-weight: normal;
    width: auto;
    max-width: 1600px;
    min-width: 0px;
    font-family: Impact;
    margin-left: auto;
    margin-right: auto;
	padding-top:90px;
	padding-bottom: 40px;
}
.applicationArea-nr {
    width: 100%;
    max-width: 1400px;
    margin: auto;
}
.applicationArea-ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.applicationArea-li-box {
    width: 25%;
    padding: 15px;
}
.applicationArea-li-box:hover .applicationArea-li-zi{
	background-color: #122437;
	color:#FFFFFF;
}
.applicationArea-li {
    width: 100%;
    border-radius: 30px 0 30px 0 !important;
    overflow: hidden;
    box-sizing: border-box;
}
.applicationArea-li-img {
    width: 100%;
    padding: 15px;
    background-color: #FFFFFF;
    margin: 0;
}
.applicationArea-li-img > img {
    width: 100%;
    transition: transform 0.3s ease;
    display: block;
}
.applicationArea-li-img > img:hover {
    transform: scale(1.05);
}
.applicationArea-li-zi {
    width: 100%;
    padding: 15px;
	font-size: 16px;
    background-color: #f2f2f2;
    margin: 0;
	text-align: center;
	color: rgba(51,51,51,1);
}


  /* FAQ Container */
        .faq-container {
            width: 100%;
            max-width: 1400px;
            margin: 30px auto;
            padding: 15px;
            border-radius: 8px;
        }

        /* FAQ Title */
        .faq-title {
			    margin-top: 0px;
			    font-size: 40px;
			    font-family: Impact;
			    color: rgba(0,0,0,1);
			    line-height: 1.5;
			    display-radio: 1;
			    font-weight: normal;
			    text-align: center;
			    max-width: 1500px;
			    width: 92%;
			    margin-left: auto;
			    margin-right: auto;
        }

        /* Single FAQ Item */
        .faq-item {
            background: #fff;
            margin-bottom: 10px;
            border-radius: 4px;
            overflow: hidden;
            box-shadow: 0 2px 4px rgba(0,0,0,0.05);
        }

        /* FAQ Question */
        .faq-question {
            display: flex;
            align-items: center;
            padding: 15px 20px;
            background: #f9f9f9;
            cursor: pointer;
            border: 1px solid #eee;
            transition: background 0.3s;
            justify-content: space-between;
        }

        .faq-question:hover {
            background: #f0f0f0;
        }

        .faq-question-text {
            font-weight: 500;
            color: #333;
            flex: 1;
        }

        .faq-timestamp {
            font-size: 0.9rem;
            color: #999;
            margin-right: 10px;
            white-space: nowrap;
        }

        .faq-arrow {
            transition: transform 0.3s;
            font-size: 1rem;
			color:#ccc;
        }

        .faq-arrow.active {
            transform: rotate(90deg);
        }

        .faq-answer {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease-out;
        }

        .faq-answer.active {
            max-height: 200px;
        }

        .faq-answer-content {
            padding: 15px 20px;
            border-top: 1px solid #eee;
            background: #fff;
            color: #555;
        }

.lxwm {
  font-size: 26px;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
  font-weight: normal;
  font-family: Impact;
}

.lxwm-type {
  margin-bottom: 10px;
  font-size: 16px;
  color: #cccccc;
}

.inquiry-form input::placeholder,
.inquiry-form textarea::placeholder {
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #999999;
  font-weight: normal;
}

.ewm {
  margin-top: 20px;
  width: 120px;
}

.ewm-bt {
  width: 120px;
  line-height: 35px;
  font-size: 16px;
  text-align: center;
}

.ewm img {
  width: 100%;
  height: auto;
  display: block;
}

.foot-nr-right {
  flex: 2;
}

.liuyan {
  font-weight: bold;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 26px;
  color: #fff;
  line-height: 1;
  font-weight: normal;
  font-family: Impact;
}

.liuyan-bd .inquiry-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.inquiry-form input,
.inquiry-form textarea {
  padding: 12px;
  border: none;
  background-color: #ffffff;
  color: #333333;
  font-size: 14px;
  border-radius: 0;
}

.inquiry-form input.require:invalid,
.inquiry-form textarea.require:invalid {
  border: 1px solid #ff4444;
}

.inquiry-form textarea {
  grid-column: 1 / -1;
  min-height: 80px;
  resize: vertical;
}

.inquiry-form input[name="key"] {
  grid-column: 1 / 2;
}

#lxliuyan_yzm_tp {
  grid-column: 2 / 3;
  align-self: center;
  cursor: pointer;
}

.tijiao {
  grid-column: 1 / -1;
  background-color: #e52b2b;
  color: #ffffff;
  border: none;
  padding: 14px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.tijiao:hover {
  background-color: #c41c1c;
}

.foot-nr + p {
  text-align: center;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #333333;
  font-size: 12px;
  color: #999999;
}

/* ========== Responsive - Tablet (769px - 992px) ========== */
@media (max-width: 992px) {
  .cpbox-nr-pro-li, 
  .xzus-li-nr, 
  .gsjs-li-box {
    width: 50%;
  }
  
  .stats-container {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .kehu-nr {
    flex-direction: column;
  }
  
  .left-section, .right-section {
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  .xw-ul {
    flex-direction: column;
  }
  
  .xw-ul-left, .xw-ul-right {
    width: 100%;
  }
  
  .xw-ul-left-li {
    flex-direction: column;
  }
  
  .xw-ul-left-li-img, .xw-ul-left-li-content {
    width: 100%;
  }
  
  .carousel {
    height: 350px;
  }
  
  .cpbox-nr-tm, .gsjs-tm, .gywm-tm, .kffb-tm, .pinzhi-tm, .xzus-tm {
    font-size: 32px;
  }
}

.header-mob{display: none}
.mob-box{width: 100%;height:80px;}
.m-foot {
	    position: fixed;
	    bottom: 0;
	    left: 0;
	    z-index: 999;
	    width: 100%;
	    background: #f5f5f5;
	    display: none;
	}
/* ========== Responsive - Mobile (<=768px) ========== */
@media (max-width: 768px) {
	.product-right{width:100%!important}
	.bottomline{border-bottom: 0px solid #dfdfdf;}
	
	.left-section, .right-section{width:100%!important}
	.main-image{height:100%}
	.gsjs-box {padding:20px}
	.gywm-nr{padding:20px}
	.carousel{min-height:300px}
	.pronr-right{width:100%!important}
	.ali-li-box{width:50% !important}
.coop-nr-li-box{width:50% !important}
	.cus-slider-item{height:auto !important}
	.detail-main>p>span>span>img{width:100% !important}
	.pronr-main-img {height:100% !important}
	.pronr-left{width:100% !important}
	.pronr-container{flex-direction:column}
	.sideBar{display: none !important;}
	#mainImg{width:100%
	}
	.m-foot {
	    display: block;
	}
	
	.m-foot .clearfix::after {
	    display: block;
	    clear: both;
	    content: "";
	}
	.m-foot ul li span{color:#fff}
	.m-foot ul li a{
		display: flex;
		justify-content: center;
		flex-direction: column; 
		  
		  justify-content: center
	}
	.m-foot ul li {
	    float: left;
	    width: 25%;
	    height: 54px;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    background: #e60012;
	    border-left: 1px solid #dbdbdb;
	    border-top: 1px solid #dbdbdb;
	}
	.m-foot ul li svg {
	    color: #ffffff;
	    margin-top: 10px;
	    fill: #ffffff;
	}
	svg:not(:root) {
	    overflow: hidden;
	}
	.newsnr-main{width:100% !important}
	.xgnews{display:none}
	.contact-lxwm-fs-left{width: 100% !important;padding-right:0px !important;}
	.contact-lxwm-fs-right{width: 100% !important;padding-left:0px !important;padding-right:0px !important; 
	margin-top: 15px;}
	
	.whyxz-li-box{width: 50% !important;
    padding-left: 15px;margin-top: 35px;}
	
	.news-list-ul{padding-left:15px !important;padding-right: 15px !important;}
	.product-left{display: none;}
	.product-right{width: 100%;}
	.product-nr-pro-li{width: 100%;}
	
	
	.factory-li-box-sb{width: 50%;}
	.rytu-li{width: 90%; margin: auto;}
	.wenzinr{padding-left:15px;padding-right:15px;}
	.partner-nr-box{width: 50%;}
	.partner-nr{padding: 15px;}
	.applicationArea-li-box{width: 50%;}
	.tu-left img{height: 300px;}
	.tu-right img{height: 92px;}
  body {
    padding-top: 218px;
  }
  
  .header-main {
    display: none;
  }
  .header-mob{display: block}
  .header-tb{width: 100%;height:40px;background-color:#c8102e ;padding-left:15px;padding-top:8px;cursor: pointer;}
  .duan1{width:10.5px;height: 2px;background-color: #fff;margin-top: 4px;;}
  .chang{width:21px;height: 2px;background-color: #fff;margin-top: 4px;}
  .duan2{width:10.5px;height: 2px;background-color: #fff;margin-top: 4px;margin-left: 10.5px;;}
  .pronr-li{width:100% !important}
  .gsjs-tm{padding-top:0px;}
  .kehu{padding-top: 40px;}
  .kffb-tm{padding-top: 40px;}
  .top-info {
    font-size: 12px;
  }
  .show{display: block !important;}
  .pronr { position: static !important;}
  .nav-menu > li > a {
    transition: all 0.3s;
    color: #333;
  }
  .nav-container{background-color: #fff;display: none;}
  .nav-menu > li:hover > a {
    border-bottom: 2px solid white;
  }
  .nav-menu {
    flex-direction: column;
  } 
  
  .nav-menu > li {
    width: 100%;
  }
  
  .nav-menu > li > a {
    padding: 12px 20px;
    text-align: center;
  }
  
  .carousel {
    height: 200px;
	margin-top: -114px;
  }
  .cpbox-nr{padding-top: 40px;}
  .carousel-control {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
  
  .cpbox-nr-pro-li, 
  .xzus-li-nr, 
  .gsjs-li-box {
    width: 100%;
    padding: 8px;
  }
  .header-contact{display: none;}
  .header-right{display: none;}
  .topsb{display: none;}
  .stats-container {
    grid-template-columns: 1fr;
  }
  
  .rightline {
    border-right: none;
  }
  
  .xw-nr-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  
  .xw-ul-left-li-content {
    padding: 15px;
  }
  
  .xw-ul-right-li-content {
    padding: 15px;
  }
  
  .foot-nr {
    flex-direction: column;
    padding: 0 15px;
  }
  
  .liuyan-bd .inquiry-form {
    grid-template-columns: 1fr;
  }
  
  .inquiry-form input[name="key"],
  #lxliuyan_yzm_tp {
    grid-column: 1 / -1;
  }
  
  .cpbox-nr-tm, .gsjs-tm, .gywm-tm, .kffb-tm, .pinzhi-tm, .xzus-tm {
    font-size: 24px;
  }
  
  .left-section h2 {
    font-size: 28px;
  }
  
  .language-select {
    padding: 8px 20px;
    font-size: 12px;
  }
  
  .xw-nr-more {
    padding: 8px 20px;
    font-size: 12px;
  }
  
  .thumbnail {
    width: 80px;
    height: 60px;
  }
  
  .gsjs-li-video > .video {
    min-height: 150px;
  }
}

.product-zxj{width: 100%;padding: 15px;background-color: #f2f2f2;margin-top: 15px;}
.product-zxj-tm{font-weight: normal;
    font-family: Impact;
    font-size: 26px;
    color: rgba(51,51,51,1);padding-left: 10px;}
.product-zxj-jj{    
	line-height: 1.3;
    margin-bottom: 5px;
    font-size: 16px;
    color: rgba(32,32,32,1);
    display-radio: 1;
    font-family: Arial;
    font-weight: normal;padding:5px 10px;}
	.product-zxj-yx{
		display: flex;
		    flex-wrap: wrap;
		    flex-direction: row;
		    width: auto;
		    margin-top: 10px;
		    margin-bottom: 10px;
	}
	.product-zxj-yx>.p_item{
		padding-left: 10px;
	}
	.sb-cbox-27-1{line-height: 45px;}
	.product-zxj-yx-a{font-size: 16px;
	    color: rgba(51,51,51,1) !important;
	    line-height: 1.5;
	    display-radio: 1;
	    font-family: Arial;
	    font-weight: bold;}
	
	
	.e_container-18 .cbox-18-0 {
	    flex: 0 0 50px;
	    align-self: center;
	}
	
	 .e_container-18 .e_icon-20 {
	    width: 36px;
	    height: 36px;
	    display-radio: 1;
	    font_radio: 2;
	    font-size: 16px;
	    color: rgb(0 90 200);
	    line-height: 1;
	    margin-left: 0px;
	}
.product-container-box{width: 100%;}
.product-container {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1400px;
	margin: auto;
	margin-top:40px;
	margin-bottom: 50px;
}
.product-left{width:30%;}
.product-right{width:70%;}
.produc-tm{width: 100%;height:60px;
line-height: 60px;background-color: #d01619;
padding-left:20px;
	font-size: 26px;
    color: rgba(255,255,255,1);
    font-weight: normal;
    font-family: Impact;}
.p-title1{display: flex;
    justify-content: space-between;
    position: relative;
    line-height: 50px;
    border-bottom: 1px solid #ebebeb;
    font-size: 15px;
    transition: all ease .3s;
    width: 100%;
    color: #333;}	
.product-nav{
	background-color: #f2f2f2;
}
.deep svg{margin-right: 15px;}
.deep a{
	width: 100%;
	padding-left: 15px;
	display: flex;
	justify-content: flex-start;
	font-weight:bold;
}
.deep a span{
	color: #333;
    word-wrap: break-word !important;
    word-break: keep-all !important;
}
.p-arrow{
	margin: 0;
    top: 50%;
    font-size: 12px;
    transform: translateY(-50%) rotate(-180deg);
    line-height: 1;
    padding: 0;
    width: auto;
    height: 14px;
    right: 15px;
    pointer-events: none;
	transition: transform 0.3s ease;
    transform-origin: center center;
	}
.p-title2 a span{color: #333;padding-left: 20px;;}
.p-title2{
	display: flex;
    justify-content: space-between;
    position: relative;
    line-height: 50px;
    border-bottom: 1px solid #ebebeb;
    font-size: 15px;
    transition: all ease .3s;
    width: 100%;
    color: #333;}
.deep-2{display: none;}

.p-title1.active .p_arrow {
		transform: rotate(-90deg); 
	}


/* News List */
.news-list {
    width: 100%;
}

.news-list-nr {
	width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 15px 0;
}

.news-list-ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 24px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.news-list-li-box {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: transform 0.3s ease;
}

.news-list-li-box:hover {
    transform: translateY(-4px);
}

.news-list-li {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.news-list-li-img {
    width: 100%;
    height: 220px;
    overflow: hidden;
    position: relative;
}

.news-list-li-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s ease;
}

.news-list-li-img:hover img {
    transform: scale(1.05);
    filter: brightness(1.05);
}

.news-list-li-tm {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    padding: 16px 16px 8px;
    line-height: 1.4;
    margin: 0;
}

.news-list-li-date {
    font-size: 14px;
    color: #999;
    padding: 0 16px 20px;
}

.news-list-li-jj {
        font-size: 14px;
    color: #666;
    line-height: 1.6;
    padding: 0 16px 0px;
    border-top: 1px solid #f2f2f2;
    padding-top: 20px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
}


/* Contact Page */
.contact-lxwm{width: 100%;background:url('../images/lxwmbg.png')no-repeat;background-attachment: fixed;
background-size: 100% 100%;}
.contact-lxwm-nr{width: 100%;max-width: 1400px;margin: auto;padding-top: 50px;;}
.contact-lxwm-fs{width: 100%;background-color:rgba(255,255,255,0.85);padding:40px;display: flex;
flex-wrap: wrap; ;}
.contact-lxwm-fs-left{width: 50%;    padding-right: 80px;}
.contact-lxwm-fs-right{width: 50%;padding-left:20px;padding-right:20px;}
.contact-lxwm-fs-right>img{width: 100%;height: 266px;object-fit: cover;}
.contact-lxwm-fs-left-dh-1{display: flex;}
.contact-lxwm-fs-left-tm{font-size: 36px;
    font-family: Impact;}
.contact-lxwm-fs-left-jj{
	width: 90%;
	font-size: 14px;
	font-family: Arial;
	color: rgba(86,86,86,1);
}	
	    
.contact-lxwm-fs-left-tm>span{display: inline-block;}
.contact-lxwm-fs-left-dh-1-tu{margin-top: 10px;margin-right:15px;}
.contact-lxwm-fs-left-dh-1-tu-one{line-height: normal;
    color: rgba(0,0,0,1);
    display-radio: 1;
    font-weight: bold;
    font-family: Arial;
    font-size: 18px;}
	
.contact-lxwm-fs-left-dh-1-tu-two{
	font-family: Arial;
	font-weight: normal;
	font-size: 16px;
	margin-left: 0px;
}
.contact-lxwm-fs-left-lxfs{display: flex;justify-content: space-between;margin-top: 20px;;}
.contact-lxwm-fs-left-ewm{width: 120px;height: 120px;}
.contact-lxwm-fs-left-ewm>img{width: 100%;height:100%}

.whyxz{width: 100%;margin-top: 40px;padding-bottom: 60px;}
.whyxz-nr{width: 100%;max-width: 1400px;background-color:rgba(255,255,255,0.85);
    padding-bottom: 30px;
    padding-top: 20px;}

.whyxz-tm{
	font-size: 36px;
    color: rgba(0,0,0,1);
    line-height: 1.5;
    text-align: center;
    font-weight: normal;
    min-width: 0px;
    margin-left: auto;
    margin-right: auto;
    font-family: Impact;
    max-width: none;
    width: auto;
    margin-top: 0px;
    padding-top: 30px;
}
	
.whyxz-ul{width:100%;display: flex;flex-wrap: wrap;}
.whyxz-li-box{width:25%;padding-left: 30px;
    padding-right: 30px;}
.whyxz-li{width:100%;}

.whyxz-li-tm{    line-height: 1.5;
    font-size: 18px;
    font-family: Impact;
    text-align: center;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 10px;
    color: rgba(0,0,0,1);}
	
.whyxz-li-jj{
	line-height: 1.5;
	font-size: 14px;
	font-family: Arial;
	text-align: center;
	color: rgba(102,102,102,1);
	margin-top: 15px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: auto;
	min-height: 100px;
	-webkit-line-clamp: 4;
}
.whyxz-li-tb {
    width: 60px;
    height: 60px;
    margin: auto;
}


/* Sidebar */
.sideBar {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.side1 {
  background-color: #333333;
  color: white;
  padding: 0;
  text-align: center;
  writing-mode: vertical-rl;
  white-space: nowrap;
  transition: all 0.3s ease;
  width: 48px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #fff;
  padding-top: 15px;
}
.side1 a {
  color: white;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  height: 100%;
  padding: 0 8px;
}
.side1 .icon {
  width: 24px;
  height: 24px;
  fill: white;
}

.side {
  background-color: #E62E24;
  color: white;
  padding: 0;
  text-align: center;
  border-bottom: 1px solid #fff;
  transition: all 0.3s ease;
  width: 48px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  height: 55px;
}
.side:hover {
  background-color: #E62E24;
  width: 220px;
}
.side5 {
  overflow: visible !important;
}
.side a {
  color: white;
  text-decoration: none;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}
.side a .icon-wrap {
  width: 48px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E62E24;
  border-right: 1px solid #fff;
}
.side a .text-wrap {
  height: 100%;
  flex: 1;
  background-color: #000;
  display: flex;
  align-items: center;
}
.side .icon {
  width: 24px;
  height: 24px;
  fill: white;
  flex-shrink: 0;
}
.side span {
  font-size: 14px;
  display: none;
  white-space: nowrap;
  color: #fff;
}
.side:hover span {
  display: inline-block;
  padding-left: 15px;
}

.qcodePic {
  display: none;
  position: absolute;
  top: 0;
  background: #fff;
  padding: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  z-index: 10002;
  border: 1px solid #eee;
  top: 55px
}
.qcodePic img {
  width: 120px;
  height: 120px;
  display: block;
}
.side5:hover .qcodePic {
  display: block !important;
}

.side6 {
  background-color: #E62E24;
  color: white;
  padding: 0;
  text-align: center;
  border-bottom: 1px solid #fff;
  width: 48px;
  transition: all 0.3s ease;
  position: relative;
  box-sizing: border-box;
  height: 60px;
}
.side6:hover {
  background-color: #E62E24;
  width: 100px;
}
.side6:hover span {
  display: inline-block;
}

/* Pagination */
.common-page {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin-top: 20px;
	    justify-content: center;
	
}

.common-page a,
.common-page span {
    min-width: 40px;
    height: 40px;
    background: #fff;
    border: 1px solid #dfdfdf;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #999;
    margin-left: 10px;
    margin-bottom: 10px;
    padding: 0 10px;
    transition: all .1s linear
}

.common-page .ctxt {
    color: #fff;
    background: #222
}

.common-page a:hover {
    color: #fff;
    background: #222
}


/* Product Detail Page */
.pnr{width: 100%;background: url('../images/probg.png')no-repeat;
background-size: 100% 100%; background-attachment: fixed;overflow: auto;}
.pnr-nr{width: 100%;max-width: 1400px;margin: auto;padding-top: 45px;}
.pnr-nr-main{width: 100%;height: auto;background:rgba(255,255,255,1);
padding: 20px;border-radius: 10px;}

.pronr-container {
      display: flex;
      gap: 30px;
      padding: 20px;
      max-width: 1400px;
      margin: 0 auto;
    }
    .pronr-left {
      width: 40%;
      display: flex;
      flex-direction: column;
      gap: 15px;
    }

    .pronr-main-img {
      position: relative;
      overflow: hidden;
      border-radius: 4px;
      height: 400px;
    }

    .pronr-main-img img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
    }

    .pronr-img-nav {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 100%;
      display: flex;
      justify-content: space-between;
      padding: 0 10px;
      box-sizing: border-box;
    }

    .pronr-nav-btn {
      background: rgba(0, 0, 0, 0.5);
      color: #fff;
      border: none;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 18px;
      transition: background 0.3s;
    }

    .pronr-nav-btn:hover {
      background: rgba(0, 0, 0, 0.7);
    }

    .pronr-watermark {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: rgba(0, 0, 0, 0.6);
      font-size: 18px;
      font-weight: 600;
    }

    .pronr-thumbnails {
      display: flex;
      gap: 10px;
    }

    .pronr-thumb {
      width: 30%;
      height: 80px;
      border-radius: 4px;
      cursor: pointer;
      border: 2px solid transparent;
      transition: border-color 0.3s;
      object-fit: cover;
    }

    .pronr-thumb.active {
      border-color: #e63946;
    }

    .pronr-thumb:hover {
      border-color: #e63946;
    }

    .pronr-right {
      width: 60%;
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .pronr-product-header {
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .pronr-title-badge {
      width: 14px;
      height: 14px;
      background: #e63946;
      border-radius: 2px;
    }

    .pronr-product-title {
      font-size: 24px;
      font-weight: 700;
      margin: 0;
    }

    .pronr-product-details {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      flex-direction: column;
      gap: 8px;
      font-size: 14px;
      color: #333;
    }

    .pronr-detail-label {
      font-weight: 600;
      color: #555;
    }

    .pronr-contact {
      display: flex;
      flex-direction: column;
      padding: 20px 0;
      border-bottom: 1px solid #eee;
    }

    .pronr-contact-item {
      display: flex;
      align-items: center;
      gap: 8px;
      color: #333;
    }
 .pronr-contact-item>span {
     font-size: 16px;
	 font-weight: bold;
    }
    .pronr-contact-icon {
      width: 20px;
      height: 20px;
    }

    .pronr-actions {
      display: flex;
      gap: 20px;
    }

    .pronr-btn {
      padding: 12px 30px;
      border: none;
      border-radius: 4px;
      cursor: pointer;
      font-weight: 600;
      transition: background-color 0.3s;
    }

    .pronr-btn-related,
    .pronr-btn-message {
      background: #e63946;
      color: #fff;
      flex: 1;
    }

    .pronr-btn:hover {
      background: #d62828;
    }

    .pronr-certifications {
      width: 100%;
    }
 .pronr-certifications>img {
         width: 40%;
         overflow: hidden;
         padding-left: 20px;
}
	   
.detail-main{width: 100%;max-width: 1400px;background:rgba(255,255,255,1);
padding:20px;
color:#555;font-size:12px;margin-top: 30px;border-radius: 10px;}
 .detail-main>p{width:100%}
 .detail-main>img{max-width:100%}
  .detail-main>table{width:100%;    border-collapse: collapse;
    word-break: break-all;
    padding: 8px;}
 .cus-con{width: 100%;max-width: 1400px;background:rgba(255,255,255,1);
padding:20px;margin: auto;}  
	.cus-nr{width: 100%;max-width: 1400px;background:rgba(255,255,255,1); margin-top: 30px;
	border-radius: 10px;padding-top:50px;padding-bottom: 50px;;}
	.cus-nr-tm{
		font-size: 40px;
		color: rgba(11,11,11,1);
		line-height: 1.5;
		text-align: center;
		font-weight: normal;
		width: auto;
		max-width: 1600px;
		min-width: 0px;
		font-family: Impact;
		margin-left: auto;
		margin-right: auto;    padding-bottom: 20px;}
	  .cus-slider {
	       position: relative;
	       max-width: 1200px;
	       margin: 0 auto;
	       overflow: hidden;
	    }
	 
	     .cus-slider-list {
	       display: flex;
	       transition: transform 0.5s ease;
	     }
	 
	     .cus-slider-group {
	       flex: 0 0 100%;
	       display: flex;
	       gap: 15px;
	       padding: 0 10px;
	     }
	 
	     .cus-slider-item {
	       flex: 1;
	       min-width: 0;
	       height: 250px;
	       background-color: #f0f0f0;
	       padding: 8px;
	       position: relative;
	       overflow: hidden;
	       cursor: pointer;
	       background-image: linear-gradient(#f0f0f0, #f0f0f0), linear-gradient(#000, #000);
	       background-size: 100% 100%, 100% 0;
	       background-position: center, bottom center;
	       background-repeat: no-repeat;
	       transition: background-size 0.4s ease;
	     }
	 
	     .cus-slider-item:hover {
	       background-size: 100% 100%, 100% 100%;
	     }
	 
	     .cus-slider-img {
	       width: 100%;
	       height: 100%;
	       object-fit: cover;
	       transition: transform 0.3s ease;
	     }
	 
	     .cus-slider-item:hover .cus-slider-img {
	       transform: scale(1.05);
	     }
	 
	     .cus-slider-indicators {
	       position: relative;
	       bottom: unset;
	       margin-top: 20px;
	       left: 50%;
	       transform: translateX(-50%);
	       display: flex;
	       gap: 10px;
	       justify-content: center;
	     }
	     .cus-slider-indicator {
	       width: 12px;
	       height: 12px;
	       border-radius: 50%;
	       background-color: #ddd;
	       border: none;
	       cursor: pointer;
	       transition: background-color 0.3s ease;
	     }
	     .cus-slider-indicator.active {
	       background-color: royalblue;
	     }
	
	.coop{width: 100%;max-width: 1400px;background-color:rgba(255,255,255,1);border-radius: 10px;
	margin-top: 30px;padding-top: 40px;padding-bottom: 40px;}
	.coop-nr{width: 100%;display: flex;flex-wrap: wrap;padding: 20px;}
	.coop-nr-li-box{width: 11.111111111111%;padding:5px;}
	.coop-nr-li{border:1px solid #ccc;}
	.coop-nr-li>img{width:100%;height: auto;}
	.coop-tm{line-height: 1.5;
    font-size: 40px;
    text-align: center;
    font-family: Impact;
    display-radio: 1;
    color: rgba(0,0,0,1);
    font-weight: normal;
}

.ali {
    width: 100%;
	max-width: 1400px;
    background:rgba(255,255,255,1);
	margin-top: 10px;
	padding-bottom:40px;
	border-radius: 10px;
	margin-top: 30px;
	padding-left:15px;padding-right:15px;
}
.ali-tm {
    font-size: 40px;
    color: #000;
    line-height: 1.5;
    text-align: center;
    font-weight: normal;
    width: auto;
    max-width: 1600px;
    min-width: 0px;
    font-family: Impact;
    margin-left: auto;
    margin-right: auto;
	padding-top:40px;
	padding-bottom: 10px;
}
.ali-nr {
    width: 100%;
    max-width: 1400px;
    margin: auto;
}
.ali-ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.ali-li-box {
    width: 25%;
    padding: 15px;
}
.ali-li-box:hover .ali-li-zi{
	background-color: #122437;
	color:#FFFFFF;
}
.ali-li {
    width: 100%;
    border-radius: 10px!important;
    overflow: hidden;
    box-sizing: border-box;
}
.ali-li-img {
    width: 100%;
    padding: 15px;
    background-color: #f2f2f2;
    margin: 0;
}
.ali-li-img > img {
    width: 100%;
    transition: transform 0.3s ease;
    display: block;
}
.ali-li-img > img:hover {
    transform: scale(1.05);
}

.pro-faq{width: 100%;background-color: #f2f2f2;padding-top:25px;padding-bottom: 30px;margin-top:30px;}
.pro-faq-container {
            width: 100%;
            max-width: 1400px;
            margin: 30px auto;
            padding: 15px;
            border-radius: 8px;
        }

        .pro-faq-title {
			    margin-top: 0px;
			    font-size: 40px;
			    font-family: Impact;
			    color: rgba(0,0,0,1);
			    line-height: 1.5;
			    display-radio: 1;
			    font-weight: normal;
			    text-align: center;
			    max-width: 1500px;
			    width: 92%;
			    margin-left: auto;
			    margin-right: auto;
        }

        .pro-faq-item {
            background: #fff;
            margin-bottom: 10px;
            border-radius: 4px;
            overflow: hidden;
            box-shadow: 0 2px 4px rgba(0,0,0,0.05);
        }

        .pro-faq-question {
            display: flex;
            align-items: center;
            padding: 15px 20px;
            background: #f9f9f9;
            cursor: pointer;
            border: 1px solid #eee;
            transition: background 0.3s;
            justify-content: space-between;
        }

        .pro-faq-question:hover {
            background: #f0f0f0;
        }

        .pro-faq-question-text {
            font-weight: 500;
            color: #333;
            flex: 1;
        }

        .pro-faq-timestamp {
            font-size: 0.9rem;
            color: #999;
            margin-right: 10px;
            white-space: nowrap;
        }

        .pro-faq-arrow {
            transition: transform 0.3s;
            font-size: 1rem;
			color:#ccc;
        }

        .pro-faq-arrow.active {
            transform: rotate(90deg);
        }

        .pro-faq-answer {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease-out;
        }

        .pro-faq-answer.active {
            max-height: 200px;
        }

        .pro-faq-answer-content {
            padding: 15px 20px;
            border-top: 1px solid #eee;
            background: #fff;
            color: #555;
        }


.newsnr{width: 100%;max-width: 1400px;display: flex;background-color: #FFFFFF;margin: auto;margin-top: 30px; margin-bottom: 40px;}
.newsnr-main{width: 70%;max-width: 1400px;margin-top: 35px;padding:30px;padding-top:0px;}
.xgnews{width: 30%;margin-top: 30px;padding-right: 30px;;}
.xgnews-nr{width: 100%;border: 1px solid #f2f2f2;background-color:rgba(250,250,250,1);padding: 20px;}
.xgnews-list-li{width: 100%;display: flex;justify-content: space-between;}
.xgnews-list-li-bt{    
	width: 70%;
    line-height: 2;
    font-family: Microsoft YaHei;
    font-size: 14px;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;}
.xgnews-list-li-bt>a{color: rgba(128,128,128,1); }
.xgnews-list-li-time{
	width: 30%;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    display-radio: 1;
    opacity: 0.5;
    color: #222222;
    font-size: 14px;
    font-weight: normal;
    line-height: 2;text-align: right;}
.xgnews-tm{ 
			font-size: 24px;
			color: rgba(34,34,34,1);
			line-height: 1;
			font-weight: bold;
			font-family: Arial;
			padding-bottom: 20px;
			padding-top: 15px;}
.newsnr-main-top{width: 100%;display: flex;flex: wrap;}
.newsnr-main-top-left{width: 80px;
    background-color: rgba(0,45,92,1);
    padding-top: 10px;
    padding-bottom: 10px;height:98px}
.news-ri{
	font-size: 36px;
	font-family: Arial;
	font-weight: bold;
	text-align: center;
	color: rgba(255,255,255,1);
	line-height: 1.5;
}
.news-yearyue{
	font-size: 16px;
	font-family: Arial;
	text-align: center;
	color: rgba(255,255,255,1);
}

.newsnr-main-top-right{padding-left:30px;padding-top: 20px;width: calc(100% - 80px);}
.newsnr-main-top-right-tm{width: 100%;font-size: 24px;
    color: rgba(34,34,34,1);
    line-height: 1;
    font-weight: bold;
    font-family: Arial;}
.newsnr-main-top-right-xtm{width: 100%;    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: rgba(0,0,0,0.5);
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
font-family: Arial;
  text-align: left;
  margin-top: 12px;}

/* CSS Version: 2026-03-17-v2 - Added nav underline hover effect, product card shadow, product-right image zoom */

.fenxiang{
	padding-top: 15px;
	border-top: 1px solid #f2f2f2;
	margin-top: 30px;;
}
.e_container-20 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex;
}
.e_container-20 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%;
}
.e_websiteShare-24 .p_share a {
    width: 30px;
    display: inline-block;
    margin-right: 10px;
}
.e_websiteShare-24 .p_share a img {
    width: 100%;
}