.main-content {
	max-width: 1440px;
	padding: 50px;
	margin: 0 auto;
}
.about-right {
	font-size: 50px;
}
.svg-clipped {
	-webkit-clip-path: url(#svgPath);
	clip-path: url(#svgPath);
}
.about-img {
	width: 100%;
	height: 500px;
	text-align: center;
}
.about-img img {
	height: 100%;
}
.about-container {
	display: flex;
}
.about-lefet {
	flex: 1;
	display: flex;
	flex-direction: column;
}
.about-lefet p {
	font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
	margin-bottom: 10px;
}
.about-right {
	flex: 1;
	display: flex;
}

.about-title {
	font-size: 30px;
	font-weight: bold;
	color: #005197;
	margin-bottom: 10px;
	position: relative;
}
.about-title span {
	color: black;
}
.about-more {
	margin-top: 20px;
}
.about-title::before {
	content: "";
	display: block;
	position: absolute;
	top: 32px;
	left: 0;
	width: 120px;
	height: 10px;
	background-color: rgba(0, 81, 151, 0.1);
}
.about-text {
	font-size: 16px;
	line-height: 2;
	font-weight: 500;
	color: #6a6a6a;
	margin: 20px 0;
}
.about-more a {
	font-size: 16px;
	font-weight: 500;
	color: #005197;
	text-decoration: none;
}
.about-more:hover {
	text-decoration: underline;
}
.about-more .icon {
	font-size: 30px;
	vertical-align: top;
}
.about-number {
	display: flex;
	margin-top: 50px;
}
.number-item {
	flex: 1;
	position: relative;
	text-align: left;
}
.number-item h3 {
	font-size: 50px;
	font-family: "SpineSans", sans-serif;
	color: #005197;
	display: inline-block;
}
.number-item span {
	font-size: 16px;
	font-weight: 600;
	color: #6a6a6a;
	vertical-align: 24px;
}

.number-text p {
	font-size: 16px;
	font-weight: 800;
}

.product-title {
	margin-top: 50px;
	display: flex;
	justify-content: space-around;
}
.product-bg {
	width: 100%;
	/* height: 500px; */
	background: url(/img/product_bg.jpg) no-repeat center;
	background-size: cover;
}

.product-item {
	width: 100%;
	max-width: 1440px;
	height: 600px;
	padding: 0 50px;
	margin: 0 auto;
	display: flex;
}
.Prswiper .swiper-slide::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(30, 43, 54, 0.6); /* 半透明背景作为第二层 */
	z-index: 0;
}
.product-img {
	flex: 1;
	/* width: 50%; */
}
.bp-title {
	width: 80%;
}
.product-img img {
	width: 100%;
}

.bp-product {
	max-width: 1440px;
	width: 100%;
	color: #fff;
	margin: 0 auto;
	padding: 50px 0;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 99;
}

.product-text H3 {
	font-size: 32px;
	margin-top: 120px;
	line-height: 2;
	text-align: center;
	font-weight: 900;
	color: #fff;
}
.product-text p {
	font-size: 14px;
    color: #ffffff;
    line-height: 2;
    font-weight: 300;
    width: 60%;
    margin: 0 auto;
    text-align: center;
}
.product-info {
	font-size: 16px;
	color: #a1a1a1;
	font-weight: 700;
}
.product-text{
	margin: 0 auto;
	position: relative;
}
.bp-content {
	display: flex;
	background: rgba(13, 13, 13, 0.6);
	border: 1px solid #9d9595;
	padding: 15px;
	align-items: center; /* 垂直方向居中对齐（可选） */
	justify-content: space-around;
	cursor: pointer;
	color: #aeaeae;
	gap: 10px;
	height: 68px;
}
.bp-icon .iconing {
	width: 90%;
	filter: brightness(0) saturate(100%) invert(84%) sepia(0%) saturate(694%) hue-rotate(230deg) brightness(94%) contrast(87%);	
}
.bp-title h3 {
	font-size: 16px;
	line-height: 1.5;
}
.bp-title p {
	font-size: 12px;
	line-height: 1.2;
}
.bp-icon {
	text-align: center;
}

.my-slide-thumb-active .bp-content{
	background: rgba(20, 93, 157, 0.6);
	border: 1px solid rgba(20, 93, 157, 0.6);
	color: #fff;
}
.my-slide-thumb-active .bp-title h3{
	font-weight: bold;
}
.my-slide-thumb-active .bp-icon .iconing{
    filter: brightness(0) saturate(100%) invert(96%) sepia(20%) saturate(3727%) hue-rotate(176deg) brightness(103%) contrast(106%);
}

.product-info span {
	font-family: "Anybody", Arial;
	font-size: 48px;
	color: #005197;
	font-weight: 500;
	margin: 0 20px;
}
.product-btn {
	width: 135px;
	height: 40px;
	margin: 50px auto;
	background:#fff;
	text-align: center;
	border: 1px solid #fff;
	transition: all 0.3s ease;
	position: relative;
}
.btnbg-x {
	position: absolute;
	left: -1px;
	width: 0;
	top: -1px;
	bottom: -1px;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	z-index: -1;
}
.product-btn:hover .btnbg-x {
	width: calc(100% + 2px);
	background: #005197;
}
.product-btn a {
	font-size: 16px;
	color: #005197;
	font-weight: 400;
	line-height: 40px;
	display: inline-block;
}
.swiper-button-next, .swiper-button-prev{
	color: #fff;
}
.porcessSwiper{
	position: absolute;
	width: 100%;
    top: -100%;
}
.product-list {
	width: 100%;
	position: relative;
}
.product-list .swiperPage {
	max-width: 1880px;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50px);
	font-family: "Alexandria", Arial;
	bottom: 10px;
	text-align: left;
	font-size: 14px;
}
.tswiper-pagination-current {
	font-size: 36px;
}
.tswiper-pagination-total {
	font-size: 16px;
	color: #a1a1a1;
}
.news-container {
	display: flex;
	gap: 20px;
	margin-top: 50px;
}
.news-host {
	flex: 1;
}
.news-item {
	flex: 1;
}
.news-href {
	display: block;
	background: #fff;
	box-shadow: 0px 2px 200px 0px rgba(0, 0, 0, 0.15);
	border-bottom: 4px solid #ffffff;
}
.news-img {
	width: 100%;
	height: 400px;
}
.news-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news-href h2 {
	display: block;
    max-height: 74px;
    overflow: hidden;
	font-size: 24px;
	color: #000;
	line-height: 1.2;
	margin: 20px 20px 0 20px;
}
.news-centent {
	display: flex;
	font-size: 16px;
	color: #6a6a6a;
	line-height: 1.5;
}
.news-zc p {
	font-size: 14px;
	color: #6a6a6a;
	line-height: 1.5;
	margin: 10px 20px;
}
.news-href:hover {
	border-bottom: 4px solid #005197;
}
.news-date {
	font-size: 30px;
	padding: 0px 20px 0 20px;
}
.news-date span {
	font-size: 24px;
	color: #6a6a6a;
}

.news-item {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.news-list {
	flex: 1;
	position: relative;
}
.news-list a {
	display: block;
	width: 100%;
	background: #fff;
	box-shadow: 0px 2px 200px 0px rgba(0, 0, 0, 0.15);
	border-bottom: 4px solid #ffffff;
}
.news-list p {
	font-size: 14px;
    margin: 0 20px;
    line-height: 20px;
}

.news-list a:hover {
	border-bottom: 4px solid #005197;
}
.news-list a h2 {
	font-size: 20px;
	color: #000;
	font-weight: 900;
}
.news-list h2 {
	padding: 29px 20px 10px 20px;
	font-size: 18px;
	line-height: 1.2;
}
.news-more {
	opacity: 0;
	width: 22px;
	height: 22px;
	text-align: center;
	line-height: 22px;
	position: absolute;
	right: 17px;
	bottom: 26px;
	background: #005197;
	font-size: 16px;
	color: #ffffff;
	font-weight: 700;
	margin: 10px 0;
	transition: all 0.3s ease;
}
.newsactive {
	opacity: 1;
}

.brand {
	width: 100%;
	/*background: red;*/
	display: flex;
	overflow: hidden;
	position: relative;
}
.brand ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.brand ul li:nth-child(1) {
	animation: myScroll 100s linear infinite;
}
.brand ul li:nth-child(2) {
	animation: myScroll 150s linear infinite;
}
.brand ul li {
	display: flex;
	left: 0;
	top: 0;
}
.child-brand {
	position: relative;
	opacity: 0;
	width: 230px;
	height: 110px;
	background: #ffffff;
	border-radius: 6px;
	margin: 20px 0;
	margin-right: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0px 10px 10px rgb(0 0 0 / 5%);
}
.child-brand img {
	width: 60%;
}

.opacity-show {
	opacity: 1;
	top: 0px;
	transition: opacity 1.4s ease 0s, top 1.4s ease 0s;
}
@keyframes myScroll {
	100% {
		transform: translateX(-50%);
	}
}
.brand:before {
	left: 0;
	box-shadow: 20px 0px 16px inset #fff;
}
.brand:before {
	content: "";
	position: absolute;
	height: 100%;
	box-shadow: 80px 0px 40px inset #fff;
	top: 0;
	bottom: 0;
	width: 200px;
	z-index: 10;
}
.brand:after {
	content: "";
	position: absolute;
	height: 100%;
	box-shadow: -100px 0px 40px inset #fff;
	top: 0;
	bottom: 0;
	right: 0;
	width: 200px;
	z-index: 10;
}
.container {
	margin-bottom: 100px;
}

/* 针对屏幕宽度在768px到1024px之间的设备（通常是平板） */
@media only screen and (min-width: 768px) and (max-width: 1400px) {
	.news-container {
		flex-direction: column;
	}
}

/* 针对屏幕宽度小于768px的设备（通常是手机） */
@media only screen and (max-width: 768px) {
	.bp-title h3{
		font-size: 13px;
        line-height: 1.2;
	}
	.bp-title{
		width: 60%;
	}
	#swiperpagination{
		display: none;
	}
	.swiper-slide .slogan{
		top: 40%;
	}
	.swiper-slide .slogan img{
		width: 100%;
	}
	.news-container {
		flex-direction: column;
	}
	.main-content {
		padding: 20px;
		overflow: hidden;
	}
	.about-container {
		flex-direction: column;
	}
	.about-number {
		flex-wrap: wrap;
		gap: 10px;
	}
	.number-item {
		flex: 0 0 calc(50% - 10px);
	}
	.about-right {
		padding-top: 50px;
	}
	.about-img {
		width: 100%;
		padding: 0;
		height: 283px;
	}
	.about-img img {
		/* transform:scale(0.5) ; */
		height: 256px;
	}
	#svgPath path {
		transform: scale(0.6);
	}
	.product-item {
		flex-direction: column;
		padding: 10px;
	}
	.product-text h3 {
		margin-top: 125px;
		font-size: 30px;
		line-height: 1.2;
	}
	.product-text p {
		font-size: 14px;
        width: 90%;
        line-height: 1.5;
		margin: 30px auto;
	}
	.product-info {
		font-size: 14px;
	}
	.product-info span {
		font-size: 24px;
	}
	.product-btn {
		margin: 10px auto;
	}
	.product-btn a {
		font-size: 14px;
	}
	.product-img {
		margin-top: 20px;
	}
	.product-list .swiperPage {
		display: none;
	}
	.news-img {
		height: 200px;
	}
	.news-centent {
		flex-direction: column;
	}
	.news-date {
		padding: 10px 20px;
	}
	.child-brand {
		/* width: 100%;
		height: 100%; */
	}
	.product-title {
		margin-top: 10px;
	}
	.container {
		margin-bottom: 50px;
	}
	.child-brand {
		width: 115px;
		height: 55px;
	}
	.brand:after {
		content: "";
		position: absolute;
		height: 100%;
		box-shadow: -40px 0px 40px inset #fff;
		top: 0;
		bottom: 0;
		right: -10px;
		width: 50px;
		z-index: 10;
	}
	.brand:before {
		content: "";
		position: absolute;
		height: 100%;
		box-shadow: 20px 0px 40px inset #fff;
		top: 0;
		/* left: -12px; */
		bottom: 0;
		/* background: red; */
		width: 50px;
		z-index: 10;
	}
	.brand ul {
		display: flex;
		flex-wrap: wrap;
		width: 99%;
		overflow: hidden;
		margin: 0 auto;
	}
	.brand {
		width: 120%;
		left: -10%;
		/* background: red; */
		display: flex;
		overflow: hidden;
		position: relative;
	}
}
