﻿.home-contant {
	display: none;
}

.transformer-manufacturing .page-main {
	padding: 0;
}

.pagesbanner .pagesbanner-animate .p1 {
	font-size: 40px;
	text-transform: uppercase;
	font-weight: bold;
}

.pagesbanner .pagesbanner-animate .p2 {
	max-width: 900px;
	margin: 20px auto 0;
}

@media (max-width: 1440px) {
	.pagesbanner .pagesbanner-animate .p1 {
		font-size: 30px;
	}
}
@media (max-width: 768px) {
	.pagesbanner .pagesbanner-animate .p1 {
		font-size: 20px;
	}
	.pagesbanner .pagesbanner-animate .p2 {
		margin-top: 10px;
	}
}
.transformer-section {
	padding: 70px 0;
}
.transformer-section h2,
.transformer-section h3,
.transformer-section h4,
.transformer-section h5 {
	font-size: 45px;
	line-height: 1.33;
}
.transformer-section .text-center {
	text-align: center;
}
.transformer-section .title-line {
	line-height: 1;
	margin: 10px 0 20px;
}
.transformer-section .title-line span {
	display: inline-block;
	width: 25px;
	height: 2px;
	background-color: var(--color);
	margin: 0 2px;
}
.transformer-section .img {
	overflow: hidden;
}
.transformer-section .img img {
	-webkit-transition: 0.2s;
	transition: 0.2s;
	width: 100%;
}
.transformer-section .img img:hover {
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
}
@media (max-width: 1440px) {
	.transformer-section h2,
	.transformer-section h3,
	.transformer-section h4,
	.transformer-section h5 {
		font-size: 24px;
	}
	.transformer-section .title-line {
		margin: 10px 0 10px;
	}
}
@media (max-width: 1024px) {
	.transformer-section {
		padding: 30px 0;
	}
}

.transformer-section1 .base-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 30px;
	margin-top: 30px;
}
.transformer-section1 .base-list .base-item {
	width: calc((100% - 60px) / 3);
}
.transformer-section1 .base-list .base-item .map {
	aspect-ratio: 512/384;
}
.transformer-section1 .base-list .base-item .map iframe {
	width: 100%;
	height: 100%;
}
.transformer-section1 .base-list .base-item .location {
	font-size: 22px;
	font-weight: bold;
	margin: 30px 0 10px;
}
.transformer-section1 .base-list .base-item p {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.transformer-section1 .base-list .base-item p em {
	color: var(--color);
	margin-right: 5px;
}
@media (max-width: 1024px) {
	.transformer-section1 .base-list .base-item {
		width: 100%;
	}
	.transformer-section1 .base-list .base-item .location {
		font-size: 18px;
		margin: 10px 0;
	}
}

.transformer-section2 {
	background-color: #f3f4f3;
	position: relative;
	isolation: isolate;
}
.transformer-section2::before {
	content: "";
	position: absolute;
	background-color: #f3f4f3;
	width: 100vw;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 0;
	height: 100%;
	z-index: -1;
}
.transformer-section2 .process-tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 60px;
	counter-reset: name;
}
.transformer-section2 .process-tabs .tab {
	position: relative;
}
.transformer-section2 .process-tabs .tab span {
	display: inline-block;
	padding: 0 45px 0 20px;
	line-height: 50px;
	font-weight: bold;
	-webkit-clip-path: polygon(6% 0, 100% 0, 94% 50%, 100% 100%, 6% 100%, 0 50%);
	clip-path: polygon(6% 0, 100% 0, 94% 50%, 100% 100%, 6% 100%, 0 50%);
	cursor: pointer;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	background-color: #ffffff;
}
.transformer-section2 .process-tabs .tab:hover span,
.transformer-section2 .process-tabs .tab.active span {
	background-color: var(--color);
	color: #ffffff;
}
.transformer-section2 .process-tabs .tab::before {
	counter-increment: name;
	content: "0" counter(name);
	position: absolute;
	top: -9px;
	left: 20px;
	width: 18px;
	height: 18px;
	background-color: #000000;
	color: #ffffff;
	text-align: center;
	line-height: 18px;
	z-index: 1;
	border-radius: 50%;
	font-size: 12px;
}
@media (max-width: 1024px) {
	.transformer-section2 .process-tabs {
		margin-top: 30px;
	}
}
@media (max-width: 768px) {
	.transformer-section2 .process-tabs .tab {
		width: 100%;
	}
	.transformer-section2 .process-tabs .tab span {
		padding: 0 20px 0 30px;
		font-size: 14px;
		width: 100%;
	}
}
.transformer-section2 .process-box {
	margin-top: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.transformer-section2 .process-box .img-swiper {
	width: 43%;
}
.transformer-section2 .process-box .img-swiper .swiper {
	display: none;
}
.transformer-section2 .process-box .img-swiper .swiper.active {
	display: block;
}
.transformer-section2 .process-box .img-swiper .swiper-slide {
	height: auto;
}
.transformer-section2 .process-box .img-swiper .swiper-slide img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.transformer-section2
	.process-box
	.img-swiper
	.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #ffffff;
}
.transformer-section2 .process-box .img-swiper .swiper-pagination-bullet {
	background-color: rgba(255, 255, 255, 0.8);
}
.transformer-section2 .process-box .process-cons {
	width: 57%;
	padding-left: 70px;
}
.transformer-section2 .process-box .process-cons .process-con {
	display: none;
}
.transformer-section2 .process-box .process-cons .process-con.active {
	display: block;
}
.transformer-section2 .process-box .process-cons .process-con .con-name {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 20px;
	position: relative;
}
.transformer-section2 .process-box .process-cons .process-con .con-name .num {
	position: absolute;
	font-size: 100px;
	color: #e3e4e3;
	font-weight: bold;
	left: 0;
	z-index: -1;
	line-height: 1;
	top: -25px;
}
@media (max-width: 1024px) {
	.transformer-section2 .process-box .process-cons .process-con .con-name {
		font-size: 20px;
	}
	.transformer-section2 .process-box .process-cons .process-con .con-name .num {
		font-size: 50px;
		top: -5px;
	}
}
@media (max-width: 1024px) {
	.transformer-section2 .process-box {
		margin-top: 30px;
	}
	.transformer-section2 .process-box .img-swiper {
		width: 100%;
	}
	.transformer-section2 .process-box .process-cons {
		width: 100%;
		padding-left: 0;
		margin-top: 20px;
	}
}

.transformer-section3 .top .flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.transformer-section3 .top .cus-con {
	padding-right: 70px;
	width: 57%;
}
.transformer-section3 .top .img {
	width: 43%;
}
.transformer-section3 .cus-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 30px;
	margin-top: 50px;
}
.transformer-section3 .cus-list .cus-item {
	background-color: #fcf0f1;
	border-radius: 10px;
	padding: 48px;
	width: calc((100% - 60px) / 3);
	text-align: center;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
.transformer-section3 .cus-list .cus-item .cus-item-tit {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
}
.transformer-section3 .cus-list .cus-item p {
	color: #666666;
}
.transformer-section3 .cus-list .cus-item:hover {
	background-color: var(--color);
	color: #ffffff;
}
.transformer-section3 .cus-list .cus-item:hover p {
	color: #ffffff;
}
@media (max-width: 1440px) {
	.transformer-section3 .cus-list .cus-item {
		padding: 30px;
	}
}
@media (max-width: 1024px) {
	.transformer-section3 .cus-list .cus-item {
		padding: 15px;
	}
	.transformer-section3 .cus-list .cus-item .cus-item-tit {
		font-size: 18px;
		margin-bottom: 0;
	}
}
.transformer-section3 .more-btn {
	text-align: center;
	margin-top: 50px;
}
.transformer-section3 .more-btn a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 16px;
	background-color: var(--color);
	color: #ffffff;
	font-weight: bold;
	border-radius: 3px;
	text-decoration: none;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
.transformer-section3 .more-btn a:hover {
	opacity: 0.8;
}
.transformer-section3 .more-btn a em {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-left: 15px;
}
@media (max-width: 1024px) {
	.transformer-section3 .top .cus-con,
	.transformer-section3 .top .img {
		width: 100%;
		padding-right: 0;
	}
	.transformer-section3 .top .img {
		margin-top: 20px;
	}
	.transformer-section3 .cus-list {
		gap: 20px;
		margin-top: 20px;
	}
	.transformer-section3 .cus-list .cus-item {
		width: calc((100% - 20px) / 2);
	}
}
@media (max-width: 1024px) and (max-width: 480px) {
	.transformer-section3 .cus-list .cus-item {
		width: 100%;
	}
}
@media (max-width: 1024px) {
	.transformer-section3 .more-btn {
		margin-top: 20px;
	}
}

.transformer-section4 {
	background-color: #f3f4f3;
	position: relative;
	isolation: isolate;
}
.transformer-section4::before {
	content: "";
	position: absolute;
	background-color: #f3f4f3;
	width: 100vw;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 0;
	height: 100%;
	z-index: -1;
}
.transformer-section4 .top .flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.transformer-section4 .top .sus-con {
	padding-left: 70px;
	width: 57%;
}
.transformer-section4 .top .img {
	width: 43%;
}
.transformer-section4 .sus-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 30px;
	margin-top: 50px;
}
.transformer-section4 .sus-list .sus-item {
	background-color: #ffffff;
	border-radius: 10px;
	padding: 60px 50px;
	width: calc((100% - 60px) / 3);
	-webkit-transition: 0.2s;
	transition: 0.2s;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.transformer-section4 .sus-list .sus-item .icon {
	width: 40px;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 30px;
}
.transformer-section4 .sus-list .sus-item .icon img {
	max-height: 100%;
	width: auto;
}
.transformer-section4 .sus-list .sus-item .sus-item-tit {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
}
.transformer-section4 .sus-list .sus-item p {
	color: #666666;
}
.transformer-section4 .sus-list .sus-item:hover {
	background-color: var(--color);
	color: #ffffff;
}
.transformer-section4 .sus-list .sus-item:hover .icon {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}
.transformer-section4 .sus-list .sus-item:hover p {
	color: #ffffff;
}
@media (max-width: 1440px) {
	.transformer-section4 .sus-list .sus-item {
		padding: 30px;
	}
}
@media (max-width: 1024px) {
	.transformer-section4 .sus-list .sus-item {
		padding: 15px;
	}
}
@media (max-width: 1024px) {
	.transformer-section4 .top .sus-con,
	.transformer-section4 .top .img {
		width: 100%;
		padding-left: 0;
	}
	.transformer-section4 .top .sus-con {
		margin-top: 20px;
	}
	.transformer-section4 .sus-list {
		margin-top: 20px;
	}
	.transformer-section4 .sus-list .sus-item {
		width: 100%;
	}
	.transformer-section4 .sus-list .sus-item .sus-item-tit {
		font-size: 18px;
	}
	.transformer-section4 .sus-list .sus-item .icon {
		margin-bottom: 15px;
	}
}

.transformer-section5 {
	background-color: #f3f4f3;
	position: relative;
	isolation: isolate;
	color: #ffffff;
}
.transformer-section5::before {
	content: "";
	position: absolute;
	background-color: #023c85;
	width: 100vw;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 0;
	height: 100%;
	z-index: -1;
}
.transformer-section5 p {
	max-width: 1220px;
	margin: 0 auto;
}
.transformer-section5 .btns {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 30px;
}
.transformer-section5 .btns .quote-btn {
	background-color: var(--color);
	color: #ffffff;
	padding: 10px 40px;
	border-radius: 3px;
	text-decoration: none;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.transformer-section5 .btns .quote-btn:hover {
	opacity: 0.8;
}
@media (max-width: 480px) {
	.transformer-section5 .btns .quote-btn {
		width: 100%;
	}
}
