
html,
body {
  font-size: 62.5%;
}
body {
  max-width: 1920px;
  position: relative;
  margin: 0 auto;
  
}
#new-index-body .container {
  width: 1530px;
  padding: 0 15px;
  position: relative;
  margin: 0 auto;
}
h1.h1,
h2.h2,
h3.h3,
h4.h4,
h5.h5,
h6.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
p {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
li {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}
span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}
img {
  width: auto;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}
#new-index-body {
  position: relative;
}
#new-index-body .new-title2 h3 {
  position: relative;
  color: #333;

  font-size: 36px;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  padding-bottom: 30px;
}
.product-page .top .text {
  color: #171717;
  max-height: 280px;
  position: relative;
  overflow: auto;
  line-height: 1.8;
  font-weight: 500;
}
table.transformerman tr:nth-child(even){
  background-color: #fff!important;
}
 table.transformerman tr td
.product-page .top .text.expanded {
            max-height: none;
        }
.more-link {
            cursor: pointer;
            color: #ff7400;
            font-size: 18px;
            display: none;
            text-decoration: underline;
        }
        .more-link.show{
          display: inline;
        }
#new-index-body .new-title2 h3::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 62px;
  height: 4px;
  background: #4b4f58;
}
#new-index-body #Advheader {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1111;
}
#new-index-body #Advheader .nav {
  line-height: 80px;
  height: 80px;
  background: #fff;
  text-align: right;
}

.about-page .about-1 span.h6 {
  line-height: 1.2;
}
.about-page .about-1 .text em {
  color: var(--color);
}
.about-page .about-1 .bottom {
  margin-top: -15%;
}
.about-page .about-1 .bottom img {
  z-index: -1;
  position: relative;
}
.about-page .about-1 .bottom .pos {
  bottom: 13%;
  width: 100%;
}
.about-page .about-1 .bottom .pos .play-btn {
  position: relative;
  -webkit-transform: unset;
  -moz-transform: unset;
  -ms-transform: unset;
  transform: unset;
  margin-left: auto;
  font-size: inherit;
  left: auto;
}

.about-page .about-2 {
  position: relative;
}
.about-page .about-2:before {
  content: '';
  width: 100%;
  height: 20%;
  background-color: white;
  position: absolute;
  bottom: 0;
  left: 0;
}
.about-page .about-2 .list ul li .box {
  padding: 8%;
  background-color: white;
  -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  position: relative;
  background-repeat: no-repeat;
  background-position: center right -10%;
  background-size: 35% auto;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  height: 100%;
}
.about-page .about-2 .list ul li .box:before,
.about-page .about-2 .list ul li .box:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: inherit;
  z-index: -1;
}
.about-page .about-2 .list ul li .box:before {
  background-image: unset;
}
.about-page .about-2 .list ul li .box:after {
  opacity: 0;
  background-color: transparent;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.about-page .about-2 .list ul li .box i.icon {
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-2 .list ul li .box i.icon:before,
.about-page .about-2 .list ul li .box i.icon:after {
  content: '';
  width: 2em;
  height: 2em;
  border-radius: 100%;
  position: absolute;
  background-color: #ff792d;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-2 .list ul li .box i.icon:before {
  width: .5em;
  height: .5em;
  left: -0.25em;
  bottom: -0.25em;
}
.about-page .about-2 .list ul li .box i.icon:after {
  right: -0.5em;
  top: -0.5em;
}
.about-page .about-2 .list ul li .box .content {
  margin-left: auto;
}
.about-page .about-2 .list ul li .box .content span.h6 {
  line-height: 1;
}
.about-page .about-2 .list ul li .box .content span.h6 sub {
  vertical-align: bottom;
  line-height: .8;
  display: inline-block;
}
.about-page .about-2 .list ul li .box .content hr {
  margin: .2em 0;
  opacity: .3;
}
.about-page .about-2 .list ul li .box:hover {
  color: white;
  background-color: #ff792d;
}
.about-page .about-2 .list ul li .box:hover:after {
  opacity: .2;
}
.about-page .about-2 .list ul li .box:hover i.icon {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.about-page .about-2 .list ul li .box:hover i.icon:before {
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.about-page .about-2 .list ul li .box:hover i.icon:after {
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
#new-index-body #Advheader .nav .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#new-index-body #Advheader .nav .logo img {
  display: inline-block;
  vertical-align: middle;
}
#new-index-body #Advheader .nav .box p {
  margin-left: 40px;
  font-size: 18px;
  color: #333;
  display: inline-block;
  vertical-align: top;
}
#new-index-body #Advheader .nav .box img {
  margin-right: 20px;
  display: inline-block;
  vertical-align: middle;
}
.inner-page .ProductBox {
  padding: 1em 1em 2em;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: 1;
  height: 100%;
}
.inner-page .ProductBox:before {
  content: '';
  width: 100%;
  height: 42%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #f2f2f2;
}
.inner-page .ProductBox a.img-box {
  max-width: 54%;
  margin: 0 auto;
  -webkit-box-reflect: below 0px linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.2));
}
.inner-page .ProductBox .btn a {
  width: 10em;
  padding: 0 1em;
  height: 2.71428571em;
  -webkit-transition: .5s all,color 0s;
  -moz-transition: .5s all,color 0s;
  transition: .5s all,color 0s;
  border: 1px solid transparent;
}
.inner-page .ProductBox .btn a:first-child {

}
.inner-page .ProductBox .btn a:last-child {
  background-color: #ff7400;
  color: white;
}
.inner-page .ProductBox .btn a:hover {
  background-color: black !important;
  border-color: black !important;
  color: white !important;
}
.inner-page .ProductBox:hover {
  background-color: #ff7400;
  color: white;
}
.inner-page .ProductBox:hover span.tag {
  color: inherit;
}
span.tag{
  color: #ff7400;
}
.inner-page .ProductBox:hover .btn a:first-child {
  border-color: white;
  background-color: white;
  color: #ff7400;
}
.inner-page .ProductBox:hover .btn a:last-child {
  background-color: transparent;
  color: white;
  border-color: white;
}

#new-index-body #Advheader #msg {
  position: absolute;
  right: 0;
  top: 0;
  width: 9.89583333%;
  text-align: center;
  background: #ff792d;
  cursor: pointer;
  cursor: hand;
}
#new-index-body #Advheader #msg img {
  display: inline-block;
  vertical-align: middle;
}
.manufacturing-page .manufacturing-1 .text {
  color: #616161;
  line-height: 1.66666667;
}
.manufacturing-page .manufacturing-1 .list {
  font-size: 0;
}
.manufacturing-page .manufacturing-1 .list li {
  padding: 10% 10% 6%;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  background-color: #ff7400;
  border: 1px solid #c1c1c1;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  color: white;
}
.manufacturing-page .manufacturing-1 .list li:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: white;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.manufacturing-page .manufacturing-1 .list li i.icon {
  height: 1em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.manufacturing-page .manufacturing-1 .list li span.h6 {
  line-height: 1;
}
.manufacturing-page .manufacturing-1 .list li:hover {
  color: black;
}
.manufacturing-page .manufacturing-1 .list li:hover:before {
  opacity: 1;
}
.manufacturing-page .manufacturing-1 .list li:hover i.icon {
  -webkit-filter: unset;
  filter: unset;
}
.manufacturing-page .manufacturing-2 .list .slick-track .slick-slide > div {
  height: auto;
}
.manufacturing-page .manufacturing-2 .list ul {
  margin: -1em;
}
.manufacturing-page .manufacturing-2 .list ul li {
  padding: 1em;
}
#new-index-body .new-init-1 {
    background: rgba(0,0,0,0.4) url(/huilv-alu/2026/05/07/bannerbanner.png) no-repeat center center;
    background-blend-mode: darken;
    background-size: cover;
    margin-top: 80px;
    position: relative;
    overflow: hidden;
}

#new-index-body .new-init-1 .acc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 20px;
}
#new-index-body .new-init-1 .acc .rl ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.onestop-page .onestop-1 .box .left {
  position: relative;
  z-index: 1;
}
.onestop-page .onestop-1 .box .left:before {
  content: '';
  width: 150%;
  height: 100%;
  position: absolute;
  top: 0;
  right: -10%;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0 0 70px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 70px rgba(0, 0, 0, 0.09);
  border-radius: inherit;
}
.onestop-page .onestop-1 .box .right {
  width: 70%;
  margin-right: -20%;
}
.onestop-page .onestop-2 {
  padding-bottom: 26.04166667%;
  position: relative;
  z-index: 1;
}
.onestop-page .onestop-2 .list li {
  max-width: 200px;
  width: 100%;
  position: relative;
  cursor: pointer;
  cursor: hand;
}
.onestop-page .onestop-2 .list li.icon {
  width: auto;
}
.onestop-page .onestop-2 .list li span.border {
  padding-top: 100%;
  display: block;
  width: 100%;
  border-radius: 100%;
  position: relative;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.onestop-page .onestop-2 .list li span.border:after {
  content: '';
  width: 100%;
  height: 100%;
  border: .4em solid black;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: inherit;
}
.onestop-page .onestop-2 .list li span.border:before {
  content: '';
  width: 70%;
  height: 70%;
  left: 15%;
  top: 15%;
  border: 1px solid black;
  z-index: -1;
  position: absolute;
  border-radius: inherit;
}
.onestop-page .onestop-2 .list li span.bl {
  position: absolute;
  top: 15%;
  left: 15%;
  width: 70%;
  height: 70%;
  border-radius: 100%;
  background-color: #ff792d;
  z-index: -1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.onestop-page .onestop-2 .list li span.bl:after,
.onestop-page .onestop-2 .list li span.bl:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: inherit;
  border-radius: inherit;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  zoom: .5;
}
.onestop-page .onestop-2 .list li span.bl:after {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
.onestop-page .onestop-2 .list li .box i {
  height: 0;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.onestop-page .onestop-2 .list li .box i img {
  max-height: 100%;
}
.onestop-page .onestop-2 .list li .box span.h6 {
  line-height: 1.2;
}
.onestop-page .onestop-2 .list li .content {
  position: absolute;
  top: 100%;
  margin-top: 2em;
  background-color: #ff792d;
  color: white;
  width: 45.83333333vw;
  border-radius: 0.5em;
  text-align: left;
  padding: 1.2em;
  left: 0;
  display: none;
}
.onestop-page .onestop-2 .list li .content span.line {
  border-bottom: 0.375em solid #ff792d;
  border-left: 0.25em solid transparent;
  border-right: 0.25em solid transparent;
  position: absolute;
  bottom: 100%;
}
.onestop-page .onestop-2 .list li .content span.line:before {
  content: '';
  height: 1em;
  width: 2px;
  background-color: #ff792d;
  bottom: .3em;
  left: 50%;
  margin-left: -1px;
  position: absolute;
}
.onestop-page .onestop-2 .list li .content span.h6 {
  line-height: 1.2;
}
.onestop-page .onestop-2 .list li .content .text {
  color: inherit;
}
.onestop-page .onestop-2 .list li:nth-child(1) span.line {
  left: 10%;
}
.onestop-page .onestop-2 .list li:nth-child(3) .content {
  left: -10%;
}
.onestop-page .onestop-2 .list li:nth-child(3) .content span.line {
  left: 12.5%;
}
.onestop-page .onestop-2 .list li:nth-child(5) .content {
  left: -20%;
}
.onestop-page .onestop-2 .list li:nth-child(5) .content span.line {
  left: 15%;
}
.onestop-page .onestop-2 .list li:nth-child(7) .content {
  left: auto;
  right: -20%;
}
.onestop-page .onestop-2 .list li:nth-child(7) .content span.line {
  left: auto;
  right: 15%;
}
.onestop-page .onestop-2 .list li:nth-child(9) .content {
  left: auto;
  right: -10%;
}
.onestop-page .onestop-2 .list li:nth-child(9) .content span.line {
  left: auto;
  right: 12.5%;
}
.onestop-page .onestop-2 .list li:nth-child(11) .content {
  left: auto;
  right: 0;
}
.onestop-page .onestop-2 .list li:nth-child(11) .content span.line {
  left: auto;
  right: 10%;
}
.onestop-page .onestop-2 .list li.active span.border {
  opacity: 0;
}
.onestop-page .onestop-2 .list li.active span.bl {
  opacity: 1;
}
.onestop-page .onestop-2 .list li.active .box {
  color: white;
}
.onestop-page .onestop-2 .list li.active .box i {
  height: 1em;
}
.onestop-page .onestop-2 .list li.active .content {
  display: block;
}
.onestop-page .onestop-3 .list ul li {
  border: 2px solid #ebebeb;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.onestop-page .onestop-3 .list ul li .content {
  padding: 3% 6% 3%;
}
.onestop-page .onestop-3 .list ul li .img img {
  height: 100%;
}
.onestop-page .onestop-3 .list ul li > i {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  background-color: #f8f8f8;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.onestop-page .onestop-3 .list ul li > i img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.onestop-page .onestop-3 .list ul li span.h5 {
  line-height: 1.2;
}
.onestop-page .onestop-3 .list ul li span.h6 {
  color: #636363;
}
.onestop-page .onestop-3 .list ul li .text {
  line-height: 1.5625;
}
.onestop-page .onestop-3 .list ul li .text i {
  color: black;
  font-weight: bold;
}
.onestop-page .onestop-3 .list ul li:hover {
  border-color: #ff792d;
}
.onestop-page .onestop-3 .list ul li:hover > i {
  background-color: #ff792d;
}
.onestop-page .onestop-3 .list ul li:hover > i img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

#new-index-body .new-init-1 .acc .rl ul li p {
  font-size: 16px;
  
  font-weight: 400;
  color: #fff;
  line-height: 1;
}
#new-index-body .new-init-1 .acc .rl ul li p img {
  margin-right: 11px;
  vertical-align: middle;
}
#new-index-body .new-init-1 .acc .rl li:last-child {
  margin-left: 20px;
}
#new-index-body .new-init-1 .top {
  padding: 46px 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#new-index-body .new-init-1 .top .left {
  margin-top: 20px;
}
#new-index-body .new-init-1 .top .left h4.strongit{
  font-size: 28px;
    font-weight: 700;
    color: #ff792d;
}
#new-index-body .new-init-1 .top .left a.more {
  line-height: 50px;
  height: 50px;
  padding: 0 3em;
  font-size: 16px;
  text-transform: capitalize;
  margin-right: 10px;
  color: #fff;
  background: #ff792d;
  display: inline-block;
  margin-top: 0.5em;
}
#new-index-body .new-init-1 .top .left h3 {
  font-size: 50px;
  
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  text-transform: capitalize;
}
#new-index-body .new-init-1 .top .left h3 span {
  display: block;
}
#new-index-body .new-init-1 .top .left p {
  font-size: 18px;
  
  font-weight: 400;
  color: #fff;
  line-height: 1.8;
  max-width: 547px;
  margin-top: 55px;
}
#new-index-body .new-init-1 .top .left p strong{
font-weight:600;
}

#new-index-body .new-init-1 .top .right {
  margin-right: 114px;
}
#new-index-body .new-init-1 .top .right .form1 {
  background: #eae6e6;
  text-align: center;
  padding: 30px;
  max-width: 400px;
}
#new-index-body .new-init-1 .top .right .form1 h4 {
  font-size: 28px;
  
  font-weight: 500;
  color: #111;
  line-height: 1;
  text-transform: uppercase;
}
#new-index-body .new-init-1 .top .right .form1 p {
  font-size: 16px;
  
  font-weight: 400;
  color: #111;
  line-height: 22px;
  margin-top: 12px;
}
#new-index-body .new-init-1 .top .right .form1 ul li {
  margin-top: 12px;
  padding: 0;
}
#new-index-body .new-init-1 .top .right .form1 ul li label {
  position: relative;
  display: block;
  width: 100%;
  height: 34px;
  background: #fff;
}
#new-index-body .new-init-1 .top .right .form1 ul li label span {
  position: absolute;
  left: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: none !important;
}
#new-index-body .new-init-1 .top .right .form1 ul li label input[type=text] {
  position: absolute;
  left: 0;
  bottom: 0;
  border: none;
  width: 100%;
  height: 100%;
  font-size: 14px;

  font-weight: 400;
  line-height: 30px;
  padding-left: 6px;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #000;
}
#new-index-body .new-init-1 .top .right .form1 ul li label textarea {
  position: absolute;
  left: 0;
  bottom: 0;
  border: none;
  width: 100%;
  height: 50px;
  font-size: 14px;
 
  font-weight: 400;
  color: #000;
  line-height: 30px;
  padding-left: 6px;
  opacity: 1;
}
#new-index-body .new-init-1 .top .right .form1 ul li label ::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
#new-index-body .new-init-1 .top .right .form1 ul li label :-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
#new-index-body .new-init-1 .top .right .form1 ul li label ::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
#new-index-body .new-init-1 .top .right .form1 ul li label :-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
#new-index-body .new-init-1 .top .right .form1 ul li label.active span {
  top: 3px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  color: #000;
}
#new-index-body .new-init-1 .top .right .form1 ul li label.active input[type=text],
#new-index-body .new-init-1 .top .right .form1 ul li label.active textarea {
  opacity: 1;
}
#new-index-body .new-init-1 .top .right .form1 ul li input[type=submit] {
  width: 100%;
  height: 40px;
  background: #ff792d;
  border: none;
  font-size: 20px;
  
  font-weight: 400;
  color: #fff;
  line-height: 1;
}
#new-index-body .new-init-1 .top .right .form1 ul li:nth-child(4) label {
  height: 66px;
}
#new-index-body .new-init-1 .top .right .form1 ul li:nth-child(4) label span {
  top: 5px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
#new-index-body .new-init-2 .acc .acc-top {
  background: #EEEEEE;
  padding: 50px 0;
}
#new-index-body .new-init-2 .acc .btn {
  margin-top: 20px;
}
#new-index-body .new-init-2 .acc .btn a{
  display: inline-block;
  background: #ff792d;
  font-size: 14px;
  
  font-weight: 500;
  color: #FFFFFF;
  line-height: 1;
  padding: 15px 44px;
  text-transform: capitalize;
}
#new-index-body .container .btnbutton a{
   display: block;
    background: #002FA7;
    font-size: 22px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 1;
    padding: 10px 0; /* Changed padding to 10px top/bottom and 0 left/right for better appearance */
    text-transform: capitalize;
    text-align: center; /* Add this to center the text inside the button */
}

span.pintrocolor{
  color: #ff792d;
}

#new-index-body .container .btnbutton{
  margin: 30px 0;
}

#new-index-body .new-init-2 .acc .acc-bot {
  background: #FFFFFF;
  padding: 50px 0;
}
#new-index-body .new-init-2 .acc .acc-bot .top .left {
  padding-left: 82px;
}
#new-index-body .new-init-2 .acc h4 {
  font-size: 30px;
  
  font-weight: 500;
  color: #000000;
  line-height: 1.2;
 
 
}
#new-index-body .new-init-2 .acc span {
  display: inline-block;
  width: 200px;
  height: 3px;
  background: #000000;
  margin: 15px 0;
}
#new-index-body .new-init-2 .acc p {
  font-size: 16px;
 
  font-weight: 400;
  color: #111111;
  line-height: 1.8;

  margin-bottom:20px;
}
#new-index-body .new-init-2 .acc p strong{
font-weight:600;
}

#new-index-body .new-init-2 .acc p strong{
font-weight:700;
}
#new-index-body .new-init-2 .acc .list {
  margin-top: 50px;
}
#new-index-body .new-init-2 .acc .list span.swiper-notification {
  display: none;
}
#new-index-body .new-init-2 .acc .list .box {
  max-width: 480px;
  margin: 0 auto;
  text-align: center;
}

#new-index-body .new-init-2 .acc .list .box .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#new-index-body .new-init-2 .acc .list .box .con {
  margin-top: 20px;
}
#new-index-body .new-init-2 .acc .list .box .con h6 {
  font-size: 16px;
  
  font-weight: 400;
  color: #111111;
  line-height: 1.5;
  text-transform: capitalize;
}

#new-index-body .new-init-2 .acc .right {
  
}
#new-index-body .new-init-2 .acc .left.column{
  padding-left: 20px;
}
#new-index-body .new-init-2 .acc .right img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
#new-index-body .new-init-3 {
  padding: 50px 0;
  text-align: center;
}
#new-index-body .new-init-4 {
  padding-top: 50px;
}
#new-index-body .new-init-4 .container {
  width: 1320px;
}
#new-index-body .new-init-4 .new-top .left {
  vertical-align: bottom;
}
#new-index-body .new-init-4 .new-top .left .text {
  margin-top: 30px;
}
#new-index-body .new-init-4 .new-top .left .text p {
  font-size: 16px;
  color: #000;
  line-height: 2;
  padding-right: 20px;
  margin-bottom:20px;
}
#new-index-body .new-init-4 .new-top .right {
  vertical-align: bottom;
  padding-bottom: 30px;
}
#new-index-body .new-init-4 .new-top .right video {
  display: inline-block;
  width: 100%;
}
#new-index-body .new-init-5 {
  background: #f7f8f9;
  padding: 60px 0;
}
#new-index-body .new-init-5 .container {
  width: 1320px;
}
#new-index-body .new-init-5 .new-title1 {
  text-align: center;
}
#new-index-body .new-init-5 .new-title1 h3 {
  font-size: 32px;
  
  font-weight: 500;
  color: #000000;
  line-height: 1;
}
#new-index-body .new-init-5 .new-title1 p {
  font-size: 16px;
  line-height: 1.5;
  color: #444444;
  margin-top: 20px;
}
#new-index-body .new-init-5 .new-top {
  margin-top: 30px;
}
#new-index-body .new-init-5 .new-top ul {
  margin: 0 -12px;
}
#new-index-body .new-init-5 .new-top ul li {
  padding: 0 12px;
  text-align: center;
}
#new-index-body .new-init-5 .new-top ul li .box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  margin: 0;
  background: #fff;
  -webkit-box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
  text-align: center;
  border-bottom: 3px solid #fff;
  height: 240px;
}
#new-index-body .new-init-5 .new-top ul li .box img{
  margin-bottom: 20px;
}
#new-index-body .new-init-5 .new-top ul li .box h4 {
  font-size: 18px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 15px;
  min-height: 50px;
}
#new-index-body .new-init-5 .new-top ul li .box p {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
  color: #444444;
  line-height: 2;
}
#new-index-body .new-init-5 .new-top ul li:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
#new-index-body .new-init-5 .new-top ul li:hover .box {
  border-bottom: 3px solid #ff792d;
}
#new-index-body .new-init-6 {
  padding-top: 100px;
}
#new-index-body .new-init-6 .container {
  width: 1320px;
}
#new-index-body .new-init-6 .new-title2 h3::after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#new-index-body .new-init-6 .list {
  margin-top: 30px;
  padding-bottom: 80px;
  border-bottom: 1px solid #ccc;
}
#new-index-body .new-init-6 .list ul {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px;
}
#new-index-body .new-init-6 .list ul li {
  padding: 10px;
}
#new-index-body .new-init-6 .list ul li .img {
  padding: 16px 0;
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
  border-color: #2b6ca3;
  border-radius: 4px;
}
#new-index-body .new-init-7 {
  padding: 30px 0;
}
.inner-page span.h2 em, #new-index-body .new-init-1 .top .left p span.colorsetsp {
  color: #ff792d;
}
#new-index-body .new-init-7 .container {
  width: 1320px;
}
#new-index-body .new-init-7 .new-title2 h3::after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#new-index-body .new-init-7 .list {
  margin-top: 40px;
  text-align: center;
}
#new-index-body .new-init-7 .list .swiper-button-prev,
#new-index-body .new-init-7 .list .swiper-button-next {
  position: absolute;
  background: transparent;
  font-size: 42px;
  color: #7d7d7d;
  opacity: 1;
  margin: 0;
  top: 50%;
  width: auto;
  height: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
#new-index-body .new-init-7 .list .swiper-button-prev {
  left: 0;
}
#new-index-body .new-init-7 .list .swiper-button-next {
  right: 0;
}
#new-index-body .new-init-8 .top {
  background: url(/switchgearfactory/2025/09/05/new-init94.png) no-repeat center;
  background-size: cover;
}
#new-index-body .new-init-8 .acc .left {
  width: 52%;
}
#new-index-body .new-init-8 .acc .left ul {
  padding: 40px 0 20px;
  padding-right: 158px;
}
#new-index-body .new-init-8 .acc .left ul li {
  padding-bottom: 35px;
}
#new-index-body .new-init-8 .acc .left ul li h4 {
  font-size: 22px;
 
  font-weight: 500;
  color: #FFFFFF;
  line-height: 1;
}
#new-index-body .new-init-8 .acc .left ul li .text {
  margin-top: 24px;
}
#new-index-body .new-init-8 .acc .left ul li .text p {
  font-size: 16px;
  
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
}
#new-index-body .new-init-8 .acc .left ul li:last-child {
  padding-bottom: 0;
}
#new-index-body .new-init-8 .acc .right {
  width: 48%;
}
#new-index-body .new-init-8 .acc .right .form {
  text-align: center;
  padding: 38px 0;
  padding-left: 120px;
  max-width: 620px;
}
#new-index-body .new-init-8 .acc .right .form h4 {
  font-size: 40px;
  
  font-weight: 500;
  color: #111111;
  line-height: 1;
  text-transform: uppercase;
}
#new-index-body .new-init-8 .acc .right .form p {
  font-size: 16px;
 
  font-weight: 400;
  color: #111111;
  line-height: 24px;
  margin-top: 15px;
  padding: 0 20px;
}
#new-index-body .new-init-8 .acc .right .form ul li {
  margin-top: 15px;
}
#new-index-body .new-init-8 .acc .right .form ul li label {
  position: relative;
  display: block;
  width: 100%;
  height: 45px;
  background: #FFFFFF;
  border: 1px solid #999999;
}
#new-index-body .new-init-8 .acc .right .form ul li label span {
  position: absolute;
  left: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;

  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#new-index-body .new-init-8 .acc .right .form ul li label input[type=text] {
  position: absolute;
  left: 0;
  bottom: 0;
  border: none;
  width: 100%;
  height: 28px;
  font-size: 14px;

  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
  line-height: 30px;
  padding-left: 6px;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#new-index-body .new-init-8 .acc .right .form ul li label textarea {
  position: absolute;
  left: 0;
  bottom: 0;
  border: none;
  width: 100%;
  height: 55px;
  font-size: 14px;
  
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
  line-height: 30px;
  padding-left: 6px;
  opacity: 0;
}
#new-index-body .new-init-8 .acc .right .form ul li label ::-webkit-input-placeholder {
  /* WebKit browsers，webkit内核浏览器 */
  color: rgba(0, 0, 0, 0.5);
}
#new-index-body .new-init-8 .acc .right .form ul li label :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(0, 0, 0, 0.5);
}
#new-index-body .new-init-8 .acc .right .form ul li label ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(0, 0, 0, 0.5);
}
#new-index-body .new-init-8 .acc .right .form ul li label :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: rgba(0, 0, 0, 0.5);
}
#new-index-body .new-init-8 .acc .right .form ul li label.active span {
  top: 3px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
#new-index-body .new-init-8 .acc .right .form ul li label.active input[type=text],
#new-index-body .new-init-8 .acc .right .form ul li label.active textarea {
  opacity: 1;
}
#new-index-body .new-init-8 .acc .right .form ul li input[type=submit] {
  width: 230px;
  height: 45px;
  background: #ff792d;
  border-radius: 6px;
  border: none;
  font-size: 20px;
  
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1;
}
#new-index-body .new-init-8 .acc .right .form ul li:nth-child(1) {
  padding-right: 10px;
}
#new-index-body .new-init-8 .acc .right .form ul li:nth-child(2) {
  padding-left: 10px;
}
#new-index-body .new-init-8 .acc .right .form ul li:nth-child(4) label {
  height: 76px;
}
#new-index-body .new-init-8 .acc .right .form ul li:nth-child(4) label span {
  top: 5px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
#new-index-body .new-init-8 .footer-bottom {
  padding: 20px 0;
  background: #111111;
}
#new-index-body .new-init-8 .footer-bottom .bottom-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#new-index-body .new-init-8 .footer-bottom .bottom-box p {
  font-size: 16px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  
  font-weight: 400;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  opacity: 0.5;
}
#new-index-body .new-init-8 .footer-bottom .bottom-box p a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#new-index-body .new-init-8 .footer-bottom .bottom-box p img {
  display: inline-block;
  max-height: 14px;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  margin: 0 5px;
}

.Stick {
  position: fixed;
  right: 20px;
  bottom: 55px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ff792d;
  cursor: pointer;
  z-index: 11111 !important;
}
.Stick i {
  font-size: 24px;
  color: #fff;
}
#Pop_UpsBtn {
  background: url(/switchgearfactory/2025/09/03/youxaing1.png) no-repeat center #ff792d !important;
  right: 20px !important;
  bottom: 135px !important;
  z-index: 11111 !important;
}
#pups_from form ul li input[type="submit"] {
  background: #ff792d !important;
}
#pups_from i.close:hover {
  background: #ff792d !important;
}
@media screen and (max-width: 1530px) {
  #new-index-body .container {
    width: 1320px !important;
  }
  #Advheader #msg {
    display: none;
  }
  #Advheader .nav {
    line-height: 90px;
    height: 90px;
  }
  .new-init-1 .top .left h3 {
    font-size: 42px;
  }
  #new-index-body .new-init-2 .acc .acc-bot .top .left {
    padding-left: 30px;
  }
  #new-index-body .new-init-2 .acc h4 {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1320px) {
  .new-init-1 .top .right {
    margin-right: 0;
  }
  #new-index-body .container {
    width: 1100px !important;
  }
  #new-index-body .new-init-1 .top .left h3 {
    font-size: 42px;
    line-height: 1.5;
  }
  #new-index-body .new-init-2 .acc p {
    line-height: 1.4;
  }
  #new-index-body .new-init-5 .new-top ul li .box {
    padding: 20px;
  }
  #new-index-body .new-init-8 .acc .left ul {
    padding-right: 20px;
  }
  #new-index-body .new-init-8 .acc .right .form {
    padding-left: 30px;
  }
}
@media screen and (max-width: 1100px) {
  #new-index-body .container {
    width: 972px !important;
  }
  #new-index-body .new-init-1 .top .left h3 {
    font-size: 36px;
  }
  #new-index-body .new-init-1 .top .left p {
    margin-top: 20px;
  }
  #new-index-body .new-init-1 .top .right {
    margin-right: 0;
  }
  #new-index-body .new-init-2 .acc .left,
  #new-index-body .new-init-2 .acc .right,
  #new-index-body .new-init-8 .acc .right,
  #new-index-body .new-init-8 .acc .left {
    vertical-align: middle;
  }
  #new-index-body .new-init-5 .new-top ul li {
    width: 50%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 972px) {
  #new-index-body .container {
    width: 100% !important;
  }
  .new-init-1 .top .left h3 {
    font-size: 32px;
  }
  #new-index-body #Advheader .nav .menu .box,
  #new-index-body .new-init-1 .top .right {
    display: none;
  }
  #new-index-body #Advheader .nav {
    height: auto;
    line-height: 1;
    padding: 15px 0;
  }
  #new-index-body #Advheader .nav .menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #new-index-body .new-init-2 .acc .left,
  #new-index-body .new-init-2 .acc .right {
    width: 100%;
  }
  #new-index-body .new-init-2 .acc .acc-top .right {
    margin-top: 25px;
  }
  #new-index-body .new-init-2 .acc p {
    max-width: 100%;
    line-height: 2;
  }
  #new-index-body .new-init-2 .acc .list .box .con h6 {
    line-height: 1.5;
  }
  #new-index-body .new-init-2 .acc .acc-bot .top .left {
    padding-left: 0;
    margin-top: 25px;
  }
  #new-index-body .new-init-4 .new-top .left,
  #new-index-body .new-init-4 .new-top .right {
    width: 100%;
  }
  #new-index-body .new-init-8 .top {
    background: #eeeeee;
  }
  #new-index-body .new-init-8 .acc .left {
    width: 100%;
  }
  #new-index-body .new-init-8 .acc .right {
    width: 100%;
  }
  #new-index-body .new-init-8 .acc .left ul li h4,
  #new-index-body .new-init-8 .acc .left ul li .text,
  #new-index-body .new-init-8 .acc .left ul li .text p {
    color: #000;
  }
  #new-index-body .new-init-8 .acc .right .form h4 {
    font-size: 36px;
  }
  #new-index-body .new-init-8 .acc .right .form {
    padding: 0;
    padding-left: 0;
    padding-bottom: 30px;
  }
  #new-index-body .new-init-8 .footer-bottom .bottom-box .hwaq {
    margin-left: 0;
  }
  #new-index-body .new-init-1 {
    margin-top: 77px;
  }
  #new-index-body .new-init-2 .acc .list .box .img,#new-index-body .new-init-2 .acc .right {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  #new-index-body .new-init-1 .top .left h3 {
    font-size: 32px;
  }
  #new-index-body .new-init-1 .top .left h4.strongit{
  font-size: 16px;
    
}
  .about-page .about-2 .list ul li .box i.icon {
    zoom: .7;
  }
  .inner-page .ProductBox span.tag{
    display: none;
  }
   .product-page .product-1 .list ul {
    grid-template-columns: repeat(2, 1fr);
  }
   .onestop-page .onestop-2 .list li {
    max-width: 150px;
  }
  .onestop-page .onestop-2 .list li .content {
    display: block;
    position: static;
    width: 100%;
    margin-top: 0;
  }
  .onestop-page .onestop-2 .list li .content span.line {
    display: none;
  }
  .onestop-page .onestop-2 .list li {
    width: 100%;
    max-width: none;
  }
  .onestop-page .onestop-2 .list li .box,
  .onestop-page .onestop-2 .list li .bl,
  .onestop-page .onestop-2 .list li span.border {
    display: none;
  }
  .onestop-page .onestop-2 .list li.icon {
    display: none;
  }
  .onestop-page .onestop-2 .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
  }
  .onestop-page .onestop-2 {
    padding-bottom: 15%;
  }
  .onestop-page .onestop-1 .box .right {
    margin-right: 0;
  }
  .onestop-page .onestop-1 .box .left:before {
    display: none;
  }
  #new-index-body .new-init-2 .acc .left.column{
    padding-left: 0;
  }
  #new-index-body .new-init-2 .acc .acc-top{
    padding: 10px 0;
  }
  #new-index-body .new-init-1 .top .left {
    margin-top: 0;
  }
  #new-index-body .new-init-2 .acc h4 {
    font-size: 26px;
  }
  #new-index-body .new-title2 h3 {
    font-size: 32px;
  }
  #new-index-body .new-init-4 {
    padding-top: 20px;
  }
  #new-index-body .new-init-5 .new-title1 p {
    line-height: 2;
  }
  #new-index-body .new-init-5 .new-top ul li {
    width: 100%;
  }
  #new-index-body .new-init-5 .new-top ul li .box {
    height: auto;
  }
  #new-index-body .new-init-6 .list ul li {
    padding: 0;
    padding: 15px 0;
  }
  #new-index-body .new-init-6 .list ul {
    margin: 0;
  }
  #new-index-body .new-init-7 .list .swiper-button-prev,
  #new-index-body .new-init-7 .list .swiper-button-next {
    display: none;
  }
  #new-index-body .new-init-8 .acc .left ul li h4 {
    line-height: 1.5;
  }
  #new-index-body .new-init-8 .acc .left ul li {
    padding-bottom: 20px;
  }
  #new-index-body .new-init-8 .acc .left ul li .text {
    margin-top: 15px;
  }
  #new-index-body .new-init-8 .acc .right .form ul li {
    width: 100%;
    padding: 0 !important;
  }
  .Stick,
  #Pop_UpsBtn {
    width: 45px !important;
    height: 45px !important;
    right: 20px !important;
  }
  .Stick i {
    font-size: 18px !important;
  }
  #Pop_UpsBtn {
    line-height: 45px !important;
    font-size: 18px !important;
    bottom: 120px !important;
  }
  #new-index-body .new-init-3 {
    padding-top: 0;
  }
  #new-index-body .new-init-6 {
    padding-top: 50px;
  }
  #new-index-body .new-init-6 .list {
    padding-bottom: 30px;
  }
  #new-index-body .new-init-7 {
    padding: 50px 0;
  }
  #new-index-body .new-init-8 .acc .right .form h4 {
    font-size: 32px;
  }
  #new-index-body .new-init-8 .acc .left ul {
    padding: 0;
    padding-bottom: 25px;
    padding-top: 30px;
  }
}
@media screen and (max-width: 450px) {
  #new-index-body .new-init-1 .top .left h3,
  #new-index-body .new-title2 h3 {
    font-size: 24px;
  }
  #new-index-body .new-init-4 .new-top .left .text {
    margin-top: 20px;
  }
  #new-index-body .new-init-1 .top .left a.more {
    padding: 0 20px;
  }
  #new-index-body .new-init-8 .acc .left ul li h4 {
    font-size: 20px;
  }
  #new-index-body .new-init-8 .acc .right .form h4 {
    font-size: 24px;
  }
  #new-index-body .new-init-8 .acc .right .form ul li input[type=submit] {
    font-size: 18px;
  }
}
@-webkit-keyframes ks {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 1;
  }
  70% {
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0;
  }
}
@keyframes ks {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 1;
  }
  70% {
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0;
  }
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
  min-width: 700px;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}
table tr:nth-child(even) {
  background: #eee;
}
 .transformer-body {
            font-family: 'Inter', sans-serif;
            background-color: #f3f4f6;
            padding: 2rem;
            display: flex;
            align-items: center;
            justify-content: center;
            min-height: 100vh;
        }
        .transformer-container {
            width: 100%;
            
            background-color: #ffffff;
            border-radius: 0.5rem;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            padding: 1rem;
            overflow-x: auto;
        }
        .transformer-heading {
            font-size: 20px; /* Equivalent to text-3xl */
            font-weight: 700; /* Equivalent to font-bold */
            text-align: left;
            margin-bottom: 1.5rem;
            color: #000; /* Updated color */
            margin-top: 20px;
        }
        .transformer-heading strong{
          color: #ff792d;
        }
        .transformer-table {
            width: 100%;
            font-size: 0.875rem; /* Equivalent to text-sm */
            border-collapse: collapse;
            text-align: left;
        }
        .transformer-thead-row {
            background-color: #ff792d;
        }
        .transformer-th {
            padding: 1rem;
            border: 1px solid #ff792d; /* Updated color */
            font-weight: 600; /* Equivalent to font-semibold */
            color: #fff;
            white-space: nowrap;
            text-align: center;
            font-size: 18px;
        }
.transformer-th.transformer-thwide {
    padding-left: 2rem;
    padding-right: 2rem;
}
        .transformer-td {
            padding: 1rem;
            border: 1px solid #ff792d; /* Updated color */
            white-space: nowrap;
            font-size: 16px;
            text-align: center;
        }
        .transformer-td-center-middle {
            text-align: center;
            vertical-align: middle;
            font-weight: 500;
            font-size: 16px;
            background-color: #fff;
        }
        @media (min-width: 768px) {
            .transformer-heading {
                font-size: 20px; /* Equivalent to md:text-3xl */
            }
            .transformer-table {
                font-size: 1rem; /* Equivalent to md:text-base */
            }
        }


        /* =====================================================
   HUILV ALUMINUM — Landing Page CSS
   new-main.css
   ===================================================== */

/* ---- CSS Variables ---- */
:root {
    --color: #ff792d;
    --color-dark: #e05a10;
    --color-light: #fff3ec;
    --black: #111111;
    --dark: #1a1a1a;
    --gray: #666666;
    --light-gray: #f5f5f5;
    --border: #e5e5e5;
    --white: #ffffff;
    --font-heading: 'Barlow Condensed', sans-serif;
    --font-body: 'Barlow', sans-serif;
    --transition: 0.3s ease;
    --shadow: 0 4px 24px rgba(0,0,0,0.08);
    --shadow-lg: 0 12px 40px rgba(0,0,0,0.12);
}

/* ---- Reset & Base ---- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html, body { font-size: 62.5%; scroll-behavior: smooth; }
body {
    font-family: var(--font-body);
    font-size: 1.6rem;
    color: var(--black);
    background: #fff;
    max-width: 1920px;
    margin: 0 auto;
}
h1,h2,h3,h4,h5,h6 { font-family: var(--font-heading); line-height: 1.2; transition: var(--transition); }
p { line-height: 1.7; transition: var(--transition); }
a { color: inherit; text-decoration: none; transition: var(--transition); }
img { max-width: 100%; height: auto; transition: 0.5s ease; display: block; }
ul { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }

/* ---- Layout ---- */
#new-index-body { position: relative; }
#new-index-body .container {
    width: 1400px;
    max-width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}

/* ---- Section Headers ---- */
.section-header { margin-bottom: 5rem; }
.section-header.center { text-align: center; }
.label-tag {
    display: inline-block;
    background: var(--color-light);
    color: var(--color);
    font-family: var(--font-heading);
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    padding: 0.5rem 1.4rem;
    border-radius: 2px;
    margin-bottom: 1.5rem;
    border-left: 3px solid var(--color);
}
.label-tag.light {
    background: rgba(255,255,255,0.15);
    color: #fff;
    border-left-color: #fff;
}
.section-header h2 {
    font-size: 4.2rem;
    font-weight: 800;
    color: var(--black);
    text-transform: uppercase;
    line-height: 1.1;
    margin-bottom: 1.5rem;
}
.section-header.light h2 { color: #fff; }
.section-header p {
    font-size: 1.7rem;
    color: var(--gray);
    max-width: 640px;
    line-height: 1.8;
}
.section-header.center p { margin: 0 auto; }
.section-header.light p { color: rgba(255,255,255,0.8); }

/* =====================================================
   HEADER
   ===================================================== */
#new-index-body #Advheader {
    position: fixed;
    left: 0; top: 0;
    width: 100%;
    z-index: 1111;
    box-shadow: 0 2px 20px rgba(0,0,0,0.08);
}
#new-index-body #Advheader .nav {
    line-height: 80px;
    height: 80px;
    background: #fff;
    text-align: right;
}
#new-index-body #Advheader .nav .menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#new-index-body #Advheader .nav .logo img { display: inline-block; vertical-align: middle; max-height: 50px; }
.logo-text { font-family: var(--font-heading); font-size: 2.8rem; font-weight: 800; color: var(--black); letter-spacing: 0.05em; }
.logo-text span { color: var(--color); }
#new-index-body #Advheader .nav .box p {
    margin-left: 30px;
    font-size: 1.6rem;
    color: #333;
    display: inline-block;
    vertical-align: top;
    font-weight: 500;
}
#new-index-body #Advheader .nav .box img { margin-right: 8px; display: inline-block; vertical-align: middle; height: 18px; }
#new-index-body #Advheader #msg {
    position: absolute;
    right: 0; top: 0;
    width: 90px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color);
    cursor: pointer;
    transition: var(--transition);
}
#new-index-body #Advheader #msg:hover { background: var(--color-dark); }
#new-index-body #Advheader #msg span { color: #fff; font-size: 1.2rem; font-weight: 600; letter-spacing: 0.05em; }

/* =====================================================
   SECTION 1: BANNER
   ===================================================== */
#new-index-body .new-init-1 {
    background: rgba(0,0,0,0.4) url('/huilv-alu/2026/05/07/bannerbanner.png') no-repeat center center;
    background-blend-mode: darken;
    background-size: cover;
    margin-top: 80px;
    position: relative;
    overflow: hidden;
}
#new-index-body .new-init-1::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.4) 0%, rgba(255,121,45,0.15) 100%);
    pointer-events: none;
}
#new-index-body .new-init-1 .top {
    padding: 70px 0 80px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 4rem;
}
#new-index-body .new-init-1 .top .left { flex: 1; max-width: 620px; padding-top: 10px; }
#new-index-body .new-init-1 .top .left h4.strongit {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--color);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    display: inline-block;
    padding: 0.4rem 1rem;
    background: rgba(255,121,45,0.15);
    border-left: 3px solid var(--color);
}
#new-index-body .new-init-1 .top .left h3 {
    font-size: 50px;
    font-weight: 800;
    color: #fff;
    line-height: 1.05;
    text-transform: uppercase;
    letter-spacing: -0.01em;
    margin-bottom: 2.5rem;
}
#new-index-body .new-init-1 .top .left h3 span { display: block; }
#new-index-body .new-init-1 .top .left h3 span:last-child { color: var(--color); }
#new-index-body .new-init-1 .top .left p {
    font-size: 1.8rem;
    color: rgba(255,255,255,0.9);
    line-height: 1.9;
    margin-bottom: 3rem;
}
#new-index-body .new-init-1 .top .left p strong { color: #fff; font-weight: 700; }
.colorsetsp { color: var(--color) !important; }
#new-index-body .new-init-1 .top .left a.more {
    display: inline-block;
    height: 54px;
    line-height: 54px;
    padding: 0 3.5rem;
    font-family: var(--font-heading);
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #fff;
    background: var(--color);
    margin-right: 1.5rem;
    margin-bottom: 1rem;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}
#new-index-body .new-init-1 .top .left a.more::after {
    content: '';
    position: absolute;
    top: 0; left: -100%;
    width: 100%; height: 100%;
    background: rgba(255,255,255,0.15);
    transition: 0.4s ease;
}
#new-index-body .new-init-1 .top .left a.more:hover { background: var(--color-dark); transform: translateY(-2px); }
#new-index-body .new-init-1 .top .left a.more:hover::after { left: 100%; }
#new-index-body .new-init-1 .top .left a.more-outline {
    background: transparent;
    border: 2px solid rgba(255,255,255,0.7);
    color: #fff;
    height: 52px;
    line-height: 50px;
}
#new-index-body .new-init-1 .top .left a.more-outline:hover { background: rgba(255,255,255,0.1); border-color: #fff; }

/* Banner Form */
#new-index-body .new-init-1 .top .right { flex-shrink: 0; }
#new-index-body .new-init-1 .top .right .form1 {
    background: rgba(255,255,255,0.97);
    backdrop-filter: blur(10px);
    padding: 3.5rem 3rem;
    width: 400px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.25);
    border-top: 4px solid var(--color);
}
#new-index-body .new-init-1 .top .right .form1 h4 {
    font-size: 2.6rem;
    font-weight: 800;
    color: var(--black);
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}
#new-index-body .new-init-1 .top .right .form1 p {
    font-size: 1.4rem;
    color: #777;
    margin-bottom: 2rem;
    line-height: 1.5;
}
#new-index-body .new-init-1 .top .right .form1 ul li { margin-top: 1.2rem; }
#new-index-body .new-init-1 .top .right .form1 ul li label {
    display: block;
    width: 100%;
    height: 40px;
    background: #f8f8f8;
    border: 1px solid #e0e0e0;
    position: relative;
    transition: var(--transition);
}
#new-index-body .new-init-1 .top .right .form1 ul li label:focus-within { border-color: var(--color); background: #fff; }
#new-index-body .new-init-1 .top .right .form1 ul li label span { display: none !important; }
#new-index-body .new-init-1 .top .right .form1 ul li label input[type=text] {
    position: absolute; left: 0; bottom: 0;
    border: none; background: transparent;
    width: 100%; height: 100%;
    font-size: 1.4rem; font-family: var(--font-body);
    padding-left: 1.2rem; color: var(--black);
    outline: none;
}
#new-index-body .new-init-1 .top .right .form1 ul li label textarea {
    position: absolute; left: 0; bottom: 0;
    border: none; background: transparent;
    width: 100%; height: 55px;
    font-size: 1.4rem; font-family: var(--font-body);
    padding: 1rem 1.2rem; color: var(--black);
    outline: none; resize: none;
}
#new-index-body .new-init-1 .top .right .form1 ul li:nth-child(4) label { height: 70px; }
#new-index-body .new-init-1 .top .right .form1 ul li input[type=submit] {
    width: 100%;
    height: 48px;
    background: var(--color);
    border: none;
    font-family: var(--font-heading);
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.05em;
    cursor: pointer;
    transition: var(--transition);
    text-transform: uppercase;
}
#new-index-body .new-init-1 .top .right .form1 ul li input[type=submit]:hover { background: var(--color-dark); }

/* Scroll hint */
.scroll-hint {
    text-align: center;
    padding-bottom: 2.5rem;
    color: rgba(255,255,255,0.6);
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.scroll-hint span {
    display: block;
    width: 1px;
    height: 40px;
    background: linear-gradient(to bottom, transparent, rgba(255,255,255,0.6));
    margin: 0 auto 1rem;
    animation: scrollPulse 2s ease-in-out infinite;
}
@keyframes scrollPulse { 0%,100%{opacity:0.3; transform:scaleY(0.8)} 50%{opacity:1; transform:scaleY(1)} }

/* =====================================================
   SECTION 2: TRUST BAR
   ===================================================== */
.trust-bar {
    background: var(--black);
    padding: 2rem 0;
}
.trust-items {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 1.5rem;
}
.trust-item {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    padding: 1rem 0;
}
.trust-icon { font-size: 2.4rem; }
.trust-text strong { display: block; color: #fff; font-family: var(--font-heading); font-size: 2.2rem; font-weight: 700; line-height: 1; }
.trust-text span { color: rgba(255,255,255,0.55); font-size: 1.3rem; }
.trust-divider { width: 1px; height: 40px; background: rgba(255,255,255,0.15); }

/* =====================================================
   SECTION 3: WHY CHOOSE US
   ===================================================== */
.new-init-why {
    padding: 9rem 0;
    background: #fff;
}
.why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
}
.why-card {
    background: var(--light-gray);
    padding: 4rem 3rem;
    position: relative;
    border-bottom: 3px solid transparent;
    transition: 0.4s ease;
    overflow: hidden;
}
.why-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--color);
    transform: scaleY(0);
    transform-origin: bottom;
    transition: 0.4s ease;
    z-index: 0;
}
.why-card:hover::before { transform: scaleY(1); }
.why-card:hover { border-bottom-color: var(--color-dark); }
.why-card:hover .why-card__num,
.why-card:hover h4,
.why-card:hover p { color: #fff; }
.why-card--featured { background: var(--color); border-bottom-color: var(--color-dark); }
.why-card--featured .why-card__num,
.why-card--featured h4,
.why-card--featured p { color: #fff; }
.why-card--featured::before { display: none; }
.why-card > * { position: relative; z-index: 1; }
.why-card__num {
    font-family: var(--font-heading);
    font-size: 5rem;
    font-weight: 800;
    color: rgba(0,0,0,0.07);
    line-height: 1;
    margin-bottom: 1.5rem;
    transition: 0.4s ease;
}
.why-card--featured .why-card__num { color: rgba(255,255,255,0.2); }
.why-card__icon {
    width: 52px;
    height: 52px;
    margin-bottom: 2rem;
    color: var(--color);
}
.why-card--featured .why-card__icon { color: #fff; }
.why-card:hover .why-card__icon { color: #fff; }
.why-card__icon svg, .fallback-svg { width: 100%; height: 100%; }
.why-card h4 { font-size: 2.2rem; font-weight: 700; margin-bottom: 1.2rem; text-transform: uppercase; color: var(--black); transition: 0.4s ease; }
.why-card p { font-size: 16px;
    color: var(--gray);
    line-height: 2;
    transition: 0.4s ease;
    font-weight: 600; 
    }

/* =====================================================
   SECTION 4: PRODUCTS
   ===================================================== */
.new-init-products {
    padding: 9rem 0;
    background: var(--light-gray);
}
/* Tabs */
.product-tabs {
    display: flex;
    gap: 0;
    margin-bottom: 4rem;
    border-bottom: 2px solid var(--border);
}
.tab-btn {
    padding: 1.4rem 3rem;
    font-family: var(--font-heading);
    font-size: 1.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--gray);
    background: none;
    border: none;
    cursor: pointer;
    border-bottom: 3px solid transparent;
    margin-bottom: -2px;
    transition: var(--transition);
}
.tab-btn:hover { color: var(--color); }
.tab-btn.active { color: var(--color); border-bottom-color: var(--color); }
/* Tab content */
.tab-content { display: none; }
.tab-content.active { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2.5rem; }
/* Product Cards */
.product-card {
    background: #fff;
    box-shadow: var(--shadow);
    overflow: hidden;
    transition: 0.4s ease;
    position: relative;
}
.product-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.product-img {
    height: 220px;
    background: #e8e8e8;
    overflow: hidden;
    position: relative;
}
.product-img img { width: 100%; height: 100%; object-fit: cover; transition: 0.5s ease; }
.product-card:hover .product-img img { transform: scale(1.05); }
.product-img.img-placeholder { background: linear-gradient(135deg, #e8e8e8 0%, #d0d0d0 100%); }
.product-tag {
    position: absolute;
    top: 1.2rem; left: 1.2rem;
    background: var(--color);
    color: #fff;
    font-family: var(--font-heading);
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    padding: 0.3rem 0.8rem;
    text-transform: uppercase;
}
.new-tag { background: #2b6ca3; }
.product-info { padding: 2.5rem 2rem; }
.product-series { font-size: 1.2rem; font-weight: 600; color: var(--color); text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 0.8rem; display: block; }
.product-info h4 { font-size: 1.9rem; font-weight: 700; color: var(--black); margin-bottom: 1rem; }
.product-info p { font-size: 1.45rem; color: var(--gray); line-height: 1.6; margin-bottom: 2rem; }
.product-btn {
    display: inline-block;
    padding: 0.9rem 2.4rem;
    background: var(--color);
    color: #fff;
    font-family: var(--font-heading);
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: var(--transition);
}
.product-btn:hover { background: var(--color-dark); }
/* Custom CTA */
.custom-cta-card {
    grid-column: 1 / -1;
    background: #fff;
    padding: 6rem;
    text-align: center;
    box-shadow: var(--shadow);
}
.custom-cta-icon { width: 80px; margin: 0 auto 3rem; }
.custom-cta-card h3 { font-size: 3.5rem; font-weight: 800; text-transform: uppercase; color: var(--black); margin-bottom: 1.5rem; }
.custom-cta-card > p { font-size: 1.7rem; color: var(--gray); max-width: 600px; margin: 0 auto 3rem; line-height: 1.8; }
.custom-feature-list { display: inline-flex; flex-wrap: wrap; gap: 1rem 3rem; justify-content: center; margin-bottom: 3rem; }
.custom-feature-list li { font-size: 1.6rem; color: var(--black); font-weight: 500; }
/* Specs Table */
.specs-section { margin-top: 6rem; }
.transformer-container {
    background: #fff;
    border-radius: 4px;
    box-shadow: var(--shadow);
    padding: 3rem;
    overflow-x: auto;
}
.transformer-heading {
    font-size: 2.6rem;
    font-weight: 700;
    color: var(--black);
    margin-bottom: 2.5rem;
    font-family: var(--font-heading);
    text-transform: uppercase;
}
.transformer-heading strong { color: var(--color); }
.table-wrap { overflow-x: auto; }
.transformer-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 1.5rem;
}
.transformer-thead-row { background: var(--color); }
.transformer-th {
    padding: 1.4rem 2rem;
    color: #fff;
    font-family: var(--font-heading);
    font-size: 1.8rem;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
    border: 1px solid rgba(255,255,255,0.2);
}
.transformer-th:first-child { width: 22%; }
.transformer-td {
    padding: 1.2rem 2rem;
    border: 1px solid #eee;
    font-size: 1.5rem;
    line-height: 1.6;
}
.transformer-td-center-middle {
    text-align: center;
    font-weight: 600;
    color: var(--black);
    background: #fafafa;
    white-space: nowrap;
}
table.transformerman tr:nth-child(even) { background: #fafafa; }
table.transformerman tr:nth-child(even) td.transformer-td-center-middle { background: #f0f0f0; }
table.transformerman tr:hover td { background: #fff8f4; }

/* =====================================================
   SECTION 5: APPLICATION SCENARIOS
   ===================================================== */
.new-init-app {
    padding: 9rem 0;
    background: var(--dark);
    position: relative;
    overflow: hidden;
}
.app-bg-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: var(--font-heading);
    font-size: 18rem;
    font-weight: 900;
    color: rgba(255,255,255,0.03);
    white-space: nowrap;
    pointer-events: none;
    letter-spacing: -0.02em;
}
.app-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    position: relative;
    z-index: 1;
}
.app-card {
    position: relative;
    height: 380px;
    overflow: hidden;
    cursor: pointer;
    background: #2a2a2a center/cover no-repeat;
}
.app-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.2) 60%, transparent 100%);
    transition: 0.4s ease;
}
.app-card:hover .app-overlay { background: linear-gradient(to top, rgba(255,121,45,0.8) 0%, rgba(0,0,0,0.4) 100%); }
.app-content {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    padding: 3rem;
    transform: translateY(4rem);
    transition: 0.4s ease;
}
.app-card:hover .app-content { transform: translateY(0); }
.app-icon { font-size: 3.5rem; margin-bottom: 1rem; }
.app-content h4 {
    font-family: var(--font-heading);
    font-size: 2.2rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 1rem;
}
.app-content p {
    font-size: 1.4rem;
    color: rgba(255,255,255,0.85);
    line-height: 1.6;
    opacity: 0;
    transition: 0.4s ease 0.1s;
}
.app-card:hover .app-content p { opacity: 1; }

/* =====================================================
   SECTION 6: PROCESS
   ===================================================== */
.new-init-process {
    padding: 9rem 0;
    background: #fff;
}
.process-steps {
    display: flex;
    align-items: flex-start;
    gap: 0;
    margin-top: 2rem;
}
.process-step {
    flex: 1;
    text-align: center;
    padding: 3rem 2rem;
    position: relative;
    border: 1px solid var(--border);
    transition: 0.4s ease;
}
.process-step:hover { background: var(--light-gray); border-color: var(--color); }
.process-step:hover .step-num { color: var(--color); }
.step-num {
    font-family: var(--font-heading);
    font-size: 4rem;
    font-weight: 900;
    color: rgba(0,0,0,0.08);
    line-height: 1;
    margin-bottom: 1.5rem;
    transition: var(--transition);
}
.step-icon {
    width: 50px;
    height: 50px;
    margin: 0 auto 1.5rem;
    color: var(--color);
}
.step-icon svg { width: 100%; height: 100%; }
.process-step h5 {
    font-family: var(--font-heading);
    font-size: 1.7rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--black);
    margin-bottom: 1rem;
}
.process-step p { font-size: 1.3rem; color: var(--gray); line-height: 1.6; }
.process-arrow {
    flex-shrink: 0;
    font-size: 2rem;
    color: var(--color);
    align-self: center;
    padding: 0 0.5rem;
    font-weight: 700;
}

/* =====================================================
   SECTION 7: STATS
   ===================================================== */
.new-init-stats {
    padding: 7rem 0;
    background: var(--color);
    position: relative;
    overflow: hidden;
}
.new-init-stats::before {
    content: '';
    position: absolute;
    top: -50%; left: -10%;
    width: 120%;
    height: 200%;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 40px,
        rgba(255,255,255,0.04) 40px,
        rgba(255,255,255,0.04) 80px
    );
}
.stats-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 2rem;
    position: relative;
    z-index: 1;
}
.stat-item {
    text-align: center;
    padding: 2rem;
    border-right: 1px solid rgba(255,255,255,0.2);
}
.stat-item:last-child { border-right: none; }
.stat-num {
    font-family: var(--font-heading);
    font-size: 6rem;
    font-weight: 900;
    color: #fff;
    line-height: 1;
    display: inline-block;
}
.stat-plus {
    font-family: var(--font-heading);
    font-size: 4rem;
    font-weight: 900;
    color: rgba(255,255,255,0.7);
    display: inline-block;
    vertical-align: top;
    line-height: 1.1;
}
.stat-label {
    font-size: 1.4rem;
    color: rgba(255,255,255,0.8);
    margin-top: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 500;
}

/* =====================================================
   SECTION 8: SURFACE TREATMENT
   ===================================================== */
.new-init-surface {
    padding: 9rem 0;
    background: var(--light-gray);
}
.surface-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 2rem;
}
.surface-card {
    background: #fff;
    overflow: hidden;
    text-align: center;
    box-shadow: var(--shadow);
    transition: 0.4s ease;
}
.surface-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.surface-swatch {
    height: 120px;
    width: 100%;
}
.surface-swatch.mill { background: linear-gradient(135deg, #c0c0c0, #e8e8e8, #c0c0c0); }
.surface-swatch.anodize { background: linear-gradient(135deg, #8a8a8a, #c8c8c8, #8a8a8a); }
.surface-swatch.electro { background: linear-gradient(135deg, #8b6914, #c9a227, #8b6914); }
.surface-swatch.powder { background: linear-gradient(135deg, #2b5fa8, #4a8fe8, #2b5fa8); }
.surface-swatch.wood { background: linear-gradient(135deg, #6b4226, #a0682d, #6b4226); background-image: repeating-linear-gradient(90deg, transparent, transparent 4px, rgba(0,0,0,0.1) 4px, rgba(0,0,0,0.1) 5px); }
.surface-swatch.pvdf { background: linear-gradient(135deg, #1a4a2e, #2d7a4f, #1a4a2e); }
.surface-card h5 {
    font-family: var(--font-heading);
    font-size: 1.7rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--black);
    padding: 1.5rem 1.5rem 0.5rem;
}
.surface-card p { font-size: 1.3rem; color: var(--gray); line-height: 1.5; padding: 0 1.5rem 2rem; }

/* =====================================================
   SECTION 9: CERTIFICATIONS
   ===================================================== */
.new-init-cert {
    padding: 9rem 0;
    background: #fff;
}
.cert-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8rem;
    align-items: center;
}
.cert-left h2 {
    font-size: 4rem;
    font-weight: 800;
    text-transform: uppercase;
    color: var(--black);
    margin-bottom: 2rem;
}
.cert-left > p {
    font-size: 1.6rem;
    color: var(--gray);
    line-height: 1.8;
    margin-bottom: 3.5rem;
}
.cert-badges { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.cert-badge {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 1.8rem;
    background: var(--light-gray);
    border-left: 3px solid var(--color);
    transition: var(--transition);
}
.cert-badge:hover { background: #fff; box-shadow: var(--shadow); }
.cert-badge-icon {
    width: 50px;
    height: 50px;
    background: var(--color);
    color: #fff;
    font-family: var(--font-heading);
    font-size: 1.4rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 4px;
}
.cert-badge > div strong { display: block; font-size: 1.5rem; font-weight: 700; color: var(--black); }
.cert-badge > div span { font-size: 1.25rem; color: var(--gray); }
.cert-right { position: relative; }
.cert-right img { width: 100%; border-radius: 4px; box-shadow: var(--shadow-lg); }
.cert-right.cert-img-placeholder { min-height: 300px; background: var(--light-gray); border-radius: 4px; display: flex; align-items: center; justify-content: center; }
.cert-img-fallback { text-align: center; padding: 4rem; }
.cert-shield { width: 120px; margin: 0 auto 2rem; }
.cert-img-fallback p { font-size: 1.5rem; color: var(--gray); }

/* =====================================================
   SECTION 10: FAQ + CONTACT FORM + FOOTER
   ===================================================== */
.new-init-8 { }
.new-init-8 .top {
    background: url('images/new-init94.png') no-repeat center / cover;
    background-color: #2a2a2a;
}
.new-init-8 .acc.grid-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6rem;
    padding: 7rem 0;
    align-items: start;
}
/* FAQ header inside form section */
.new-init-8 .section-header h2 { color: #fff; font-size: 3.5rem; }
.new-init-8 .section-header .label-tag { background: rgba(255,121,45,0.2); }
/* FAQ List */
.faq-list li.faq-item {
    border-bottom: 1px solid rgba(255,255,255,0.12);
    padding: 2rem 0;
    cursor: pointer;
}
.faq-item h4 {
    font-size: 1.7rem;
    font-weight: 600;
    color: #fff;
    line-height: 1.4;
    position: relative;
    padding-right: 3rem;
}
.faq-item h4::after {
    content: '+';
    position: absolute;
    right: 0; top: 50%;
    transform: translateY(-50%);
    font-size: 2.4rem;
    color: var(--color);
    font-weight: 300;
    transition: var(--transition);
}
.faq-item.active h4::after { content: '−'; }
.faq-item .text { display: none; margin-top: 1.5rem; }
.faq-item.active .text { display: block; }
.faq-item .text p {
    font-size: 1.5rem;
    color: rgba(255,255,255,0.7);
    line-height: 1.8;
}
/* Get a Quote Form */
.new-init-8 .acc .right .form {
    background: rgba(255,255,255,0.97);
    padding: 4rem;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
    border-top: 4px solid var(--color);
}
.new-init-8 .acc .right .form h4 {
    font-family: var(--font-heading);
    font-size: 3rem;
    font-weight: 800;
    color: var(--black);
    text-transform: uppercase;
    margin-bottom: 1rem;
}
.new-init-8 .acc .right .form > p {
    font-size: 1.4rem;
    color: #888;
    margin-bottom: 2rem;
    line-height: 1.5;
}
.new-init-8 .acc .right .form ul.grid-box.two {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}
.new-init-8 .acc .right .form ul li.wid-100 { grid-column: 1 / -1; }
.new-init-8 .acc .right .form ul li.txt-center { text-align: center; }
.new-init-8 .acc .right .form ul li label {
    display: block;
    position: relative;
    border: 1px solid #ddd;
    background: #f8f8f8;
    transition: var(--transition);
}
.new-init-8 .acc .right .form ul li label:focus-within { border-color: var(--color); background: #fff; }
.new-init-8 .acc .right .form ul li label span {
    display: block;
    font-size: 1.2rem;
    color: var(--gray);
    padding: 0.7rem 1.2rem 0;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.new-init-8 .acc .right .form ul li label input[type=text] {
    display: block;
    width: 100%;
    border: none;
    background: transparent;
    padding: 0.5rem 1.2rem 0.8rem;
    font-size: 1.4rem;
    font-family: var(--font-body);
    color: var(--black);
    outline: none;
}
.new-init-8 .acc .right .form ul li label textarea {
    display: block;
    width: 100%;
    border: none;
    background: transparent;
    padding: 0.5rem 1.2rem 0.8rem;
    font-size: 1.4rem;
    font-family: var(--font-body);
    color: var(--black);
    outline: none;
    resize: none;
    min-height: 90px;
}
.new-init-8 .acc .right .form ul li input[type=submit] {
    display: inline-block;
    padding: 1.4rem 4rem;
    background: var(--color);
    color: #fff;
    border: none;
    font-family: var(--font-heading);
    font-size: 1.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    cursor: pointer;
    transition: var(--transition);
    border-radius: 2px;
}
.new-init-8 .acc .right .form ul li input[type=submit]:hover { background: var(--color-dark); }

/* =====================================================
   FOOTER
   ===================================================== */
.footer-cols {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 5rem;
    padding: 5rem 0 3rem;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    margin-bottom: 2rem;
}
.footer-logo-text {
    font-family: var(--font-heading);
    font-size: 3.2rem;
    font-weight: 900;
    color: #fff;
    letter-spacing: 0.05em;
    margin-bottom: 1.5rem;
}
.footer-logo-text span { color: var(--color); }
.footer-col > p { font-size: 1.4rem; color: rgba(255,255,255,0.5); line-height: 1.7; }
.footer-col h6 {
    font-family: var(--font-heading);
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 1.5rem;
}
.footer-col ul li {
    font-size: 1.4rem;
    color: rgba(255,255,255,0.55);
    line-height: 1;
    padding: 0.7rem 0;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    transition: var(--transition);
}
.footer-col ul li:hover { color: var(--color); padding-left: 0.5rem; }
.footer-col ul li:last-child { border-bottom: none; }
.new-init-8 .footer-bottom {
    background: #111;
    padding: 2rem 0;
}
.bottom-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}
.bottom-box p {
    font-size: 1.3rem;
    color: rgba(255,255,255,0.4);
}
.bottom-box .hwaq { display: flex; align-items: center; gap: 1rem; }
.bottom-box .hwaq a { color: rgba(255,255,255,0.4); font-size: 1.3rem; }
.bottom-box .hwaq img { max-height: 14px; vertical-align: middle; }

/* =====================================================
   STICKY + POPUP
   ===================================================== */
.Stick {
    position: fixed;
    right: 20px; bottom: 55px;
    width: 52px; height: 52px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--color);
    cursor: pointer;
    z-index: 11111;
    box-shadow: 0 4px 20px rgba(255,121,45,0.4);
    transition: var(--transition);
}
.Stick:hover { background: var(--color-dark); transform: translateY(-3px); }
.Stick span { color: #fff; font-size: 2rem; font-weight: bold; }

#pups_from {
    position: fixed;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 480px;
    max-width: 95vw;
    padding: 4rem;
    z-index: 99999;
    box-shadow: 0 30px 80px rgba(0,0,0,0.3);
    border-top: 4px solid var(--color);
}
#pups_from h4 {
    font-family: var(--font-heading);
    font-size: 2.4rem;
    font-weight: 800;
    text-transform: uppercase;
    color: var(--black);
    margin-bottom: 2.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#pups_from i.close {
    width: 30px; height: 30px;
    background: #eee;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-style: normal;
    font-size: 1.8rem;
    line-height: 1;
    transition: var(--transition);
}
#pups_from i.close::after { content: '×'; }
#pups_from i.close:hover { background: var(--color); color: #fff; }
#pups_from form ul li {
    margin-bottom: 1.2rem;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}
#pups_from form ul li label {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--gray);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
#pups_from form ul li label em { color: var(--color); }
#pups_from form ul li input[type=text],
#pups_from form ul li textarea {
    width: 100%;
    padding: 1rem 1.2rem;
    border: 1px solid #ddd;
    font-family: var(--font-body);
    font-size: 1.4rem;
    color: var(--black);
    outline: none;
    transition: var(--transition);
    background: #f8f8f8;
}
#pups_from form ul li input[type=text]:focus,
#pups_from form ul li textarea:focus { border-color: var(--color); background: #fff; }
#pups_from form ul li textarea { min-height: 80px; resize: none; }
#pups_from form ul li input[type=submit] {
    width: 100%;
    padding: 1.3rem;
    background: var(--color);
    color: #fff;
    border: none;
    font-family: var(--font-heading);
    font-size: 1.8rem;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    transition: var(--transition);
}
#pups_from form ul li input[type=submit]:hover { background: var(--color-dark); }
/* Overlay */
.popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    z-index: 99998;
    display: none;
}
.popup-overlay.active { display: block; }

/* =====================================================
   RESPONSIVE
   ===================================================== */
@media screen and (max-width: 1400px) {
    #new-index-body .container { width: 1200px; }
    .surface-grid { grid-template-columns: repeat(3, 1fr); }
}
@media screen and (max-width: 1200px) {
    #new-index-body .container { width: 100% !important; padding: 0 30px; }
    .tab-content.active { grid-template-columns: repeat(2, 1fr); }
    .stats-grid { grid-template-columns: repeat(3, 1fr); }
    .stats-grid .stat-item:nth-child(3) { border-right: none; }
    .why-grid { grid-template-columns: repeat(2, 1fr); }
    .cert-inner { grid-template-columns: 1fr; gap: 4rem; }
}
@media screen and (max-width: 972px) {
    #new-index-body #Advheader .nav .box { display: none; }
    #new-index-body #Advheader #msg { display: none; }
    #new-index-body .new-init-1 .top {
        flex-direction: column;
        padding: 50px 0;
    }
    #new-index-body .new-init-1 .top .right { width: 100%; }
    #new-index-body .new-init-1 .top .right .form1 { width: 100%; }
    #new-index-body .new-init-1 .top .left h3 { font-size: 4.5rem; }
    .app-grid { grid-template-columns: repeat(2, 1fr); }
    .process-steps { flex-wrap: wrap; gap: 1rem; }
    .process-arrow { display: none; }
    .process-step { width: calc(50% - 0.5rem); flex: none; }
    .new-init-8 .acc.grid-box { grid-template-columns: 1fr; gap: 3rem; }
    .footer-cols { grid-template-columns: 1fr 1fr; }
    .trust-bar .trust-divider { display: none; }
    .surface-grid { grid-template-columns: repeat(2, 1fr); }
}
@media screen and (max-width: 768px) {
    #new-index-body .new-init-1 .top .left h3 { font-size: 3.8rem; }
    .section-header h2 { font-size: 3.2rem; }
    .why-grid { grid-template-columns: 1fr; }
    .tab-content.active { grid-template-columns: 1fr; }
    .app-grid { grid-template-columns: 1fr; }
    .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 0; }
    .stat-item { border: 1px solid rgba(255,255,255,0.1); }
    .surface-grid { grid-template-columns: repeat(2, 1fr); }
    .cert-badges { grid-template-columns: 1fr; }
    .footer-cols { grid-template-columns: 1fr; gap: 2.5rem; }
    .product-tabs { flex-wrap: wrap; }
    .new-init-8 .acc .right .form ul.grid-box.two { grid-template-columns: 1fr; }
    .new-init-8 .acc .right .form { padding: 3rem 2rem; }
}
@media screen and (max-width: 450px) {
    #new-index-body .new-init-1 .top .left h3 { font-size: 3rem; }
    .section-header h2 { font-size: 2.8rem; }
    .tab-btn { padding: 1rem 1.5rem; font-size: 1.5rem; }
}

/* ---- Animations ---- */
.fade-up {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}
.fade-up.visible {
    opacity: 1;
    transform: translateY(0);
}

/* ============================================================
   FAQ + GET A QUOTE 板块布局修复
   将此代码追加到 new-main.css 末尾，或替换对应的旧规则
   ============================================================ */

/* 外层容器：强制两栏等宽，防止溢出 */
#new-index-body .new-init-8 .acc.grid-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6rem;
    padding: 7rem 0;
    align-items: start;
    /* 清除 basic1.css 可能遗留的旧 flex/table-cell 布局 */
    display: grid !important;
}

/* 左侧 FAQ 列：撑满格子，不再用固定 width */
#new-index-body .new-init-8 .acc .left {
    width: 100% !important;
    min-width: 0;          /* 防止 grid 子项内容撑破列宽 */
}

/* 右侧表单列：撑满格子，防止溢出 */
#new-index-body .new-init-8 .acc .right {
    width: 100% !important;
    min-width: 0;
}

/* 表单盒子本身：宽度 100%，不要写死 padding-left */
#new-index-body .new-init-8 .acc .right .form {
    width: 100%;
    box-sizing: border-box;   /* padding 计入宽度，不会撑出去 */
    padding: 4rem;
    padding-left: 4rem !important;  /* 覆盖原来 padding-left:120px 的错误值 */
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    border-top: 4px solid var(--color);
}

/* 表单内两栏小布局也要 box-sizing */
#new-index-body .new-init-8 .acc .right .form ul.grid-box.two {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    padding: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
    width: 100%;
}

/* 表单 label 盒子：铺满列宽 */
#new-index-body .new-init-8 .acc .right .form ul li label {
    display: block;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    border: 1px solid #ddd;
    background: #f8f8f8;
    transition: border-color 0.3s;
}

/* input / textarea：宽度 100%，no overflow */
#new-index-body .new-init-8 .acc .right .form ul li label input[type=text],
#new-index-body .new-init-8 .acc .right .form ul li label textarea {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border: none;
    background: transparent;
    padding: 0.5rem 1.2rem 0.8rem;
    font-size: 1.4rem;
    font-family: var(--font-body, 'Barlow', sans-serif);
    color: var(--black, #111);
    outline: none;
}

#new-index-body .new-init-8 .acc .right .form ul li label textarea {
    resize: none;
    min-height: 90px;
}

/* 提交按钮 */
#new-index-body .new-init-8 .acc .right .form ul li input[type=submit] {
    display: inline-block;
    padding: 1.4rem 4rem;
    background: var(--color, #ff792d);
    color: #fff;
    border: none;
    font-family: var(--font-heading, 'Barlow Condensed', sans-serif);
    font-size: 1.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    cursor: pointer;
    transition: background 0.3s;
    border-radius: 2px;
}
#new-index-body .new-init-8 .acc .right .form ul li input[type=submit]:hover {
    background: var(--color-dark, #e05a10);
}

/* FAQ 字体颜色（深色背景上） */
#new-index-body .new-init-8 .acc .left .faq-item h4 {
    color: #fff;
}
#new-index-body .new-init-8 .acc .left .faq-item .text p {
    color: rgba(255, 255, 255, 0.75);
}

/* ============================================================
   响应式修复
   ============================================================ */

/* 平板：小于 1200px 时降低 gap */
@media screen and (max-width: 1200px) {
    #new-index-body .new-init-8 .acc.grid-box {
        gap: 4rem;
    }
    #new-index-body .new-init-8 .acc .right .form {
        padding: 3rem !important;
    }
}

/* 手机：小于 972px 改为单栏 */
@media screen and (max-width: 972px) {
    #new-index-body .new-init-8 .acc.grid-box {
        grid-template-columns: 1fr !important;
        gap: 3rem;
        padding: 4rem 0;
    }
    #new-index-body .new-init-8 .acc .right .form {
        padding: 3rem 2rem !important;
    }
    /* 深色背景下 FAQ 文字改黑色（此时背景已变浅） */
    #new-index-body .new-init-8 .top {
        background: #2a2a2a;
    }
    #new-index-body .new-init-8 .acc .left .faq-item h4 {
        color: #fff;
    }
}

/* 手机：表单内两栏改一栏 */
@media screen and (max-width: 768px) {
    #new-index-body .new-init-8 .acc .right .form ul.grid-box.two {
        grid-template-columns: 1fr !important;
    }
    #new-index-body .new-init-8 .acc .right .form ul li.wid-100 {
        grid-column: 1 !important;
    }
}


/* 第一步：让整个表格容器正常显示，不被 basic1.css 的 display:block 影响 */
.transformer-table {
    display: table !important;
    width: 100% !important;
    table-layout: fixed !important;   /* 关键：强制按列宽分配，不由内容决定 */
    border-collapse: collapse !important;
    min-width: 0 !important;
}

/* 第二步：tbody 也要恢复为 table-row-group，防止 basic1.css 的 display:table 搞乱结构 */
.transformer-table tbody {
    width: 100% !important;
    min-width: 0 !important;
}

/* 第三步：thead 同样恢复正常 */
.transformer-table thead {
    display: table-header-group !important;
}

/* 第四步：直接在 th/td 上写宽度，双重保险（colgroup + 直接写宽度）*/
.transformer-table .transformer-th:first-child,
.transformer-table .transformer-td-center-middle {
    width: 25% !important;
}

.transformer-table .transformer-th:last-child,
.transformer-table .transformer-td:not(.transformer-td-center-middle) {
    width: 75% !important;
}

/* 第五步：覆盖 basic1.css 里对所有 td/th 的 width:auto !important */
.transformer-table td,
.transformer-table th {
    width: auto !important;   /* 先重置 basic1.css 的强制值 */
}

.transformer-table th:first-child,
.transformer-table td:first-child {
    width: 25% !important;
}

.transformer-table th:last-child,
.transformer-table td:last-child {
    width: 75% !important;
}

/* 第六步：表头行高和对齐修复 */
.transformer-table tr {
    width: auto !important;
    height: auto !important;
    display: table-row !important;
}

.transformer-table .transformer-th {
    padding: 1.4rem 2rem !important;
    text-align: center !important;
    vertical-align: middle !important;
    white-space: nowrap;
}

/* 第七步：去掉 transformer-thwide 的影响（如果还存在的话）*/
.transformer-th.transformer-thwide {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}