.banner {
	position: relative;
	height: 50vw;

}


.banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: bottom;
}

.banner .banner-text {
	position: absolute;
	z-index: 10;
	width: 100%;
	text-align: center;
	height: 100%;
	display: flex;
	flex-direction: column;
	/* 垂直排列子元素 */
	justify-content: center;
	/* 垂直居中 */

}

.banner .banner-text h2 {
	font-size: 3rem;
	color: #fff;
	line-height: 6rem;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.banner .banner-text h6 {
	font-size: 1.8rem;
	color: #fff;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.breadcrumb {
	border-bottom: #f0f0f0 1px solid;
	line-height: 6rem;
	font-size: 1.8rem;
}

.breadcrumb a.active {
	color: #006ab3;
}

.breadcrumb a:hover {
	color: #e24444;
}

.page-column {
	text-align: center;
	margin: 3rem 0;
}

.page-column a {
	display: inline-block;
	font-size: 2rem;
	margin: 0 1rem;
	line-height: 6rem;
}

.page-column a.active {
	color: #19192d;
	border-bottom: #19192d 3px solid;
	font-weight: bold;
	font-size: 2.1rem;
}

.page-column a:hover {
	color: #006ab3;
}

.page-column a.active :hover {
	color: #19192d;
}

.mob-news {
	display: flex;
	flex-direction: column
}

.mob-news li+li {
	padding-top: 3rem;
	border-top: #f0f0f0 1px solid;
}

.mob-news li a {
	display: block;
	position: relative;
}

.mob-news li a .img {
	width: 100%;
	height: 60vw;
	overflow: hidden;
	position: relative;
}

.mob-news li a .img img {
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
}

.mob-news li a .img::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
	height: 20rem;
	display: block;
	z-index: 10;
	width: 100%;
}

.mob-news li a .img .text-content {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 3vw;
	z-index: 30;
}

.mob-news li a .img .text-content .title {
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 4.6rem;
}

.mob-news li a .img .text-content .desc {
	font-size: 1.6rem;
	color: #fff;
	width: 100%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 2.8rem;
	max-height: 5.6rem;
}

.mob-news li a .item-footer {
	font-size: 1.6rem;
	line-height: 6rem;
	color: #19192d;
}

.mob-news li a .item-footer i {
	font-size: 1.4rem;
	float: right;
}

.pager {

	display: flex;
	justify-content: space-between;
	margin: 2rem 0;
}

.pager .pager-item {
	display: none;
}

.pager a {
	display: inline-block;
	font-size: 1.8rem;
	line-height: 5rem;
	padding: 0 2rem;
	border-radius: 1rem;
	border: #f0f0f0 1px solid;
}

.pager a:hover,
.pager a.active {
	background: #006ab3;
	color: #fff;
}

.detail {
	margin: 6rem 0;
}

.detail .title {
	font-size: 2.4rem;
	line-height: 4rem;
	font-weight: bold;
}

.detail .tool {
	font-size: 1.8rem;
	margin: 2rem 0;
	line-height: 3.6rem;
}

.detail .tool span {
	color: #666;
	padding-right: 2rem;
}

.article {
	font-size: 1.8rem;
	line-height: 3.6rem;
}

.article p {
	padding: 1.5rem 0;
}

.detail-pager {
	margin: 6rem 0;
	display: flex;
	justify-content: space-between;
}

.detail-pager a {
	display: inline-block;
	font-size: 1.8rem;
	line-height: 5rem;
	padding: 0 2rem;
	border-radius: 1rem;
	border: #f0f0f0 1px solid;
}

.detail-pager a cite {
	display: none;
}

.back {
	text-align: center;
	margin-top: 6rem;
}

.back a.back-button {
	display: inline-block;
	font-size: 1.6rem;
	line-height: 5rem;
	padding: 0 2rem;
	border-radius: 1rem;
	border: #f0f0f0 1px solid;
	background: #f6f6f6;
}

.case-list {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
}

.case-list a {
	width: calc(60% - 1rem);
}

.case-list a img {
	width: 100%;
}

.case-list a:nth-child(2),
.case-list a:nth-child(3),
.case-list a:nth-child(6),
.case-list a:nth-child(7) {
	width: calc(40% - 1rem);
}

.case-list a .title {
	font-size: 2rem;
	line-height: 5rem;
}

.brand01 {
	display: flex;
	flex-direction: column;
}

.brand01 .left .text01 {
	padding: 6rem 10%;
}

.brand01 .left .text01 h2 {
	font-size: 3rem;
	line-height: 8rem;
}

.brand01 .left .text01 p {
	text-indent: 8rem;
	font-weight: lighter;
	font-size: 1.8rem;
	line-height: 3.6rem
}

.brand01 .left .img img {
	width: 100%;
}

.brand01 .left .text02 {
	padding: 6rem 10%;
	font-weight: lighter;
	font-size: 1.6rem;
	line-height: 4rem;
	text-align: justify;
	text-align-last: left;
}

.brand01 .left .text02 span {
	font-size: 2.4rem;
}

.brand01 .right {
	padding: 5rem 10%;
	background: url('../images/brand01-right.png') #c1d8ed no-repeat;
	background-size: auto 100%;
	position: relative;
}


.swiper-brand01 .img {
	width: 50%;
	margin-left: 50%;
}

.swiper-brand01 .img img {
	object-fit: cover;
	min-width: 100%;
}



.swiper-brand01 .swiper-pagination {
	left: 10%;
	width: auto;
	bottom: 5rem;
	display: inline-block;
	width: 30vw;
	display: flex;
	gap: 0;
}

.swiper-brand01 .swiper-pagination-bullet {
	flex: 1;
	border-radius: 0;
	margin: 0 !important;
	height: 3px;
	background: none;
	opacity: 0.8;
	border-bottom: #19192d 1px solid
}

.swiper-brand01 .swiper-pagination-bullet.swiper-pagination-bullet-active {
	height: 3px;
	opacity: 1;
	background: #19192d;
}

.brand02 {
	display: flex;
	flex-direction: column-reverse;
}

.brand02 .left {
	width: 100%;
	background: url(../images/brand02-left.png) no-repeat;
	background-size: cover;
	padding: 6rem 10%;
	height: 80vh;
	box-sizing: border-box;
}

.brand02 .left .text-content {
	text-align: center;
}

.brand02 .left .text-content h2 {
	position: relative;
	color: #006ab3;
	font-size: 3rem;
	font-weight: bold;
	line-height: 12rem;
}

.brand02 .left .text-content h2::after {
	content: '';
	width: 10rem;
	height: 1px;
	display: block;
	background: #006ab3;
	bottom: 0;
	position: absolute;
	left: 50%;
	margin-left: -5rem;
}

.brand02 .left .text-content .desc {
	color: #006ab3;
	font-size: 1.8;
	line-height: 4rem;
	padding-top: 4rem;
}

.brand02 .right {
	background: url(../images/brand02-right.png) #f0f0f0 no-repeat;
	background-size: cover;
	padding: 15rem 10%;
	text-align: center;
}

.brand02 .right .logo {
	padding: 10rem 0
}

.brand02 .right .logo img {
	width: 50%;
}

.brand02 .right .title {
	font-size: 3rem;
	font-weight: bold;
	line-height: 6rem;
}

.brand02 .right .en {
	color: #999;
	padding: 2rem 0;
	font-size: 1.2rem;
}

.brand02 .right .slogan {
	font-size: 1.8rem;
	color: #666;
	letter-spacing: 5px;
}

.brand03 {
	padding: 6rem 0 0 0;
}

.brand03 .top {
	text-align: center;
	padding: 0 10%;
	display: flex;
	gap: 3rem;
	align-items: center;
	flex-direction: column;
}

.brand03 .top .logo {
	width: 50%;
}

.brand03 .top .title {
	color: #666;
	line-height: 3.6rem;
}

.swiper-brand03 {
	width: 100%;
	height: 120vw;
	margin-top: 4rem;
}

.swiper-brand03 .swiper-slide {
	font-size: 1.8rem;
	height: calc(100% / 3);
	/* Center slide text vertically */
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;

}

.swiper-brand03 .swiper-slide .img {
	position: absolute;
	width: 100%;
	height: 100%;
}

.swiper-brand03 .swiper-slide .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper-brand03 .swiper-slide .img::after {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	content: '';
	background: linear-gradient(180deg, rgba(25, 25, 45, 0) 40%, rgba(25, 25, 45, .8));
	z-index: 10;
	left: 0;
	top: 0;
}

.swiper-brand03 .swiper-slide .title {
	position: absolute;
	z-index: 20;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 2rem;
	color: #fff;
	text-align: left;
	box-sizing: border-box;
}

.culture01 {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.culture01 .left {


	text-align: center;
	box-sizing: border-box;
}

.culture01 .left .text {
	padding: 6rem 10%;
}

.culture01 .left h2 {
	font-size: 3rem;
	line-height: 6rem;
}


.culture01 .left .desc {
	padding: 6rem 0;
	font-weight: lighter;
	font-size: 1.6rem;
	line-height: 4rem;
	text-align: justify;
	text-align-last: left;
}

.culture01 .left .desc span {
	font-size: 2.4rem;
}

.culture01 .right img {
	width: 100%;
}

.culture02 {
	padding: 6rem 0;
	background: url(../images/culture02-bg.png) center bottom no-repeat;
	background-size: 100% auto;
}

.culture02 .top {
	margin-bottom: 6rem;
}

.culture02 .top h2 {
	font-size: 3rem;
	line-height: 6rem;
}

.culture02 .top h2::after {
	display: inline-block;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 10px solid #19192d;
	border-right: none;
	content: '';
	margin-left: 1rem;
}

.culture02 .top .desc {
	font-weight: lighter;
	font-size: 1.6rem;
	line-height: 4rem;
	text-align: justify;
	text-align-last: left;
}

.culture02 .top span {
	font-size: 2.4rem;
}

.swiper-culture02 .swiper-slide {
	flex-direction: column;
	overflow: hidden;
}

.swiper-culture02 .box {
	display: flex;
	flex-wrap: wrap;
	margin-left: -2vw;
	align-items: center;
	justify-content: center;
	width: 120vw;
	padding-top: 6rem;

}

.swiper-culture02 .box .circle {
	text-align: center;
	width: 60vw;
	height: 60vw;
	padding: 10vw;
	border: #f0f0f0 1px solid;
	background: rgba(255, 255, 255, .5);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	box-sizing: border-box;
}

.swiper-culture02 .box .circle h4 {
	font-size: 2rem;
	line-height: 3rem;
}

.swiper-culture02 .box .circle h6 {
	font-size: 1.4rem;
	line-height: 5rem
}

.swiper-culture02 .box .circle p {
	font-size: 1.4rem;
	line-height: 2.4rem;
	font-weight: lighter;
}

.swiper-culture02 .box .ico {
	width: 60vw;
	margin-left: -5vw;
}

.swiper-culture02 .box .ico img {
	width: 100%;
}

.swiper-culture02 .box .img {
	width: 60vw;
	height: 60vw;
	border-radius: 50%;
	overflow: hidden;
	z-index: 10;
}

.swiper-culture02 .box .img img {
	width: 100%;
}

.swiper-culture02 .box .circle:last-child {
	margin-left: -5vw;
}

.swiper-culture02 {
	background: url(../images/culture02-line.png) center top repeat-x;
	background-size: 30%;
}

.swiper-culture02 .title {
	margin-top: 6rem;
	display: flex;
	width: 80%;
	position: relative;
	gap: 2rem;
	justify-content: center;
	align-items: center;
	color: #19192d;
}

.swiper-culture02 .title::after {
	flex: 1;
	content: "";
	border-bottom: #19192d dashed 1px;
	display: block;
	height: 0;
}

.swiper-culture02 .title::before {
	display: inline-block;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 10px solid #19192d;
	border-right: none;
	content: '';
	margin-left: 1rem;
	position: absolute;
	right: 0;
	z-index: 1;
}

.contact {
	text-align: center;
	padding: 6rem 0;
}

.contact .title {
	font-size: 3rem;
	font-weight: bold;
	line-height: 8rem;
}

.contact-box {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	justify-content: start;
}

.contact-box .item {
	background: #c1d8ed;
	padding: 2rem;
	border-radius: 1rem;
}

.contact-box .item i.iconfont {
	color: #006ab3;
	font-size: 4rem;
	line-height: 7rem;
}

.contact-box .item p {
	font-size: 1.8rem;
	line-height: 4rem;
}

.message {
	padding: 6rem;
	text-align: center;
}

.message .title {
	font-size: 3rem;
	font-weight: bold;
	line-height: 8rem;
}

.page-search {
	padding: 6rem 5%;
}

.page-search .search-box {
	border: #f0f0f0 1px solid;
	flex: 1
}

.page-search .search-box input {
	border: 0;
	width: 100%;
	font-size: 2rem;
	line-height: 5rem;
	height: 5rem;
	padding: 0 2rem;
	box-sizing: border-box;
	background: #f6f6f6;
}

.page-search .btn {
	background: #19192d;
	color: #fff;
	font-size: 2rem;
	line-height: 5rem;
	height: 5rem;
	padding: 0 2rem;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}

.page-search .btn:hover {
	background: #006ab3;
}

.search-list {
	padding-bottom: 6rem;
	text-align: center;
}

.search-list .title {
	font-size: 3rem;
	font-weight: bold;
	line-height: 8rem;
}

.search-list ul li {
	display: flex;
	line-height: 4.6rem;
	border-bottom: #ddd 1px dotted;
	text-align: left;
	padding: 2rem 0;
}

.search-list ul li a {
	flex: 1;
	font-size: 1.8rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
}

.search-list ul li a:before {
	content: '';
	width: .5rem;
	height: .5rem;
	border-radius: 50%;
	display: inline-block;
	margin-right: 2rem;
	background: #006ab3;
	vertical-align: middle;

}

.search-list ul li time {
	width: 20%;
	min-width: 15rem;
	color: #999;
	text-align: right;
}

.pro-top {
	padding: 4rem 0;
}

.pro-top .title {
	font-size: 3rem;
	font-weight: bold;
	line-height: 8rem;
}

.pro-top .desc,
.pro-top .desc p {
	font-weight: lighter;
	font-size: 1.8rem;
	line-height: 3.6rem;
	text-align: justify;
	text-align-last: left;
}

.pro-top .desc.text-center,
.pro-top .desc.text-center p {
	text-align: justify;
	text-align-last: center;
	font-size: 1.6rem;
}

.pro-category {
	padding: 3rem 0;
}

.pro-category ul {
	display: flex;
	flex-wrap: wrap;
	gap: 5rem;

}

.pro-category li {
	width: 100%;
}

.pro-category li a {
	display: block;
}

.pro-category li .img {
	padding-bottom: 59.65%;
	/* 380/560 = 67.86% */
	overflow: hidden;
	position: relative;
}

.pro-category li .img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.pro-category li a h4 {
	font-size: 2.4rem;
	line-height: 4.8rem;
	color: #19192d;

	margin-top: 1rem;
}

.pro-category li a:hover h4 {
	color: #006ab3;
}

.pro-advantage .title {
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 8rem;
}

.pro-advantage ul {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
}

.pro-advantage ul li {
	width: calc(50% - 1rem)
}

.pro-advantage ul li .img {
	padding-bottom: 59.65%;
	/* 380/560 = 67.86% */
	overflow: hidden;
	position: relative;
}

.pro-advantage ul li .img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.pro-advantage ul li h4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 1.8rem;
	line-height: 3rem;
	height: 6rem;
	margin-top: 1rem;
}

.pro-proli .title {
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 8rem;
}

.pro-proli .pro-proli-item .title {
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 8rem;
}

.pro-proli .pro-proli-item .desc {
	font-size: 1.6rem;
	line-height: 3.2rem;
	font-weight: lighter;
	text-align: center;
}

.pro-proli .pro-prolist-title {
	text-align: center;
	padding-bottom: 2rem;
	width: 100%;
	overflow-x: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pro-proli .pro-prolist-title li {
	white-space: nowrap;
	font-size: 2.2rem;
	margin: 0 2rem;
	font-weight: bold;
	line-height: 4rem;cursor: pointer;
}

.pro-proli .pro-prolist-title li.active {
	font-size: 2.4rem;
	border-bottom: 3px solid #19192d
}

.swiper-pro {
	margin: 3rem 0;
	padding-bottom: 3rem;
}

.swiper-pro .swiper-slide a {
	display: block;
	width: 100%;
}

.swiper-pro .swiper-slide .img {
	width: 100%;
	padding-bottom: 67.86%;
	/* 380/560 = 67.86% */
	overflow: hidden;
	position: relative;
}

.swiper-pro .swiper-slide .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}

.swiper-pro .swiper-slide .title {
	font-size: 1.8rem;
}

.pro-banner {
	background: rgba(193, 216, 237, 1);
	height: auto;
}

.pro-detail-top {
	padding-top: 8rem;
	display: flex;
	flex-direction: column;

}

.pro-detail-top .right {
	padding: 4rem;
	text-align: center;
}

.pro-detail-top .right .title {
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 5rem;
}

.pro-detail-top .right .desc {
	font-size: 1.8rem;
	line-height: 3.6rem
}

.pro-parameter {
	display: flex;
	flex-direction: column;
	padding: 4rem 0;
	gap: 4rem;
	align-self: start;
}

.pro-parameter .item-title {
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 4rem;
	margin-bottom: 1rem;
}

.pro-parameter .item-desc,.pro-parameter .item-desc p{
	font-size: 1.8rem;
	line-height: 3.6rem;
}
.pro-parameter table{width: 100%;border-collapse: collapse;}
.pro-parameter table td{border: #ddd 1px solid;padding: 0 2rem;}
.pro-proli-list{padding: 3rem 0;}
.pro-proli-list ul{
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
}
.pro-proli-list ul li{width: calc(50% - 1rem);}
.pro-proli-list ul li a{
	display: block;
	
}
.pro-proli-list ul li a .img {
	width: 100%;
	padding-bottom: 67.86%;
	/* 380/560 = 67.86% */
	overflow: hidden;
	position: relative;
	border-radius: 1rem;
}

.pro-proli-list ul li a .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}

.pro-proli .pro-proli-list ul li a .title {
	font-size: 1.8rem;
	line-height: 3.6rem;
	padding-top: 1rem;
	text-align: center;
	width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}

@media screen and (min-width: 768px) {
	.detail .title {
		text-align: center;
	}

	.detail .tool {
		text-align: center;
	}

	.detail .tool span {
		padding: 0 2rem;
		font-size: 1.6rem;
	}

	.banner {
		height: 40vw;

	}

	.pro-banner {
		height: auto;
	}

	.mob-news {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		gap: 5rem;
	}

	.mob-news li {
		width: calc(50% - 2.5rem);
		padding-top: 3rem;
		border-top: #f0f0f0 1px solid;
	}

	.mob-news li a .img {
		height: 30vw;
	}

	.brand03 .top {
		flex-direction: row;
		gap: 8rem;
		text-align: center;
		align-items: center;
		justify-content: center;
		padding: 10rem 0;
	}

	.brand03 .top .logo {
		width: 20rem;
		position: relative;

	}

	.brand03 .top .logo::after {
		content: '';
		height: 12rem;
		width: 1px;
		background: #f0f0f0;
		display: block;
		position: absolute;
		right: -4rem;
		top: -2rem;
		transform: rotate(45deg);
	}

	.brand03 .top .title {
		text-indent: 8rem;
	}

	.swiper-brand03 {
		height: 65vw;
	}

	.swiper-brand03 .swiper-slide {
		height: calc(100% / 2);

	}


	.culture01 {
		flex-direction: row;
	}

	.culture01 .left,
	.culture01 .right {
		width: 50%;
	}

	.culture01 .left .text {
		text-align: right;
	}

	.culture01 .left .desc {
		text-align-last: right;
	}

	.swiper-culture02 .box {
		width: 80vw;
	}

	.swiper-culture02 .box .circle {
		width: 40vw;
		height: 40vw;
		padding: 7vw;
	}

	.swiper-culture02 .box .ico {
		width: 40vw;
	}

	.swiper-culture02 .box .img {
		width: 40vw;
		height: 40vw;
	}

	.swiper-culture02 .box .circle h4 {
		font-size: 2.4rem;
		line-height: 4rem;
	}

	.swiper-culture02 .box .circle h6 {
		font-size: 1.6rem;
		line-height: 6rem;
	}

	.swiper-culture02 .box .circle p {
		font-size: 1.6rem;
		line-height: 4rem;
	}

	.swiper-brand03 .swiper-button-next,
	.swiper-brand03 .swiper-button-prev {
		color: #fff !important;
		background: none;
	}

	.contact-box {
		flex-direction: row;
	}

	.contact-box .item {
		flex: 1;
	}

	.pro-category li {
		width: calc(50% - 2.5rem)
	}




	.pro-category li a h4 {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		text-overflow: ellipsis;
		font-size: 2rem;
		line-height: 4rem;
		height: 8rem;
		margin-top: 1rem;
	}

	.pro-advantage ul {
		gap: 4rem;
	}

	.pro-advantage ul li {
		width: calc(50% - 2rem)
	}

	.pro-advantage ul li h4 {
		font-size: 2rem;
		line-height: 3.6rem;
		height: 7.2rem;
	}
	.pro-proli-list ul{
		gap: 4rem;
	}
	.pro-proli-list ul li{
		width: calc(50% - 2rem)
	}
}

@media screen and (min-width: 992px) {
	.case-list {
		gap: 4rem;
	}

	.case-list a {
		width: calc(60% - 2rem);
	}

	.case-list a:nth-child(2),
	.case-list a:nth-child(3),
	.case-list a:nth-child(6),
	.case-list a:nth-child(7) {
		width: calc(40% - 2rem);
	}

	.detail-pager {
		gap: 3rem;
	}

	.detail-pager a {
		flex: 1;
		width: calc(50% - 1.5rem);
		font-size: 1.6rem;
		line-height: 5rem;
		padding: 0 2rem;
		border-radius: 1rem;
		display: flex;
	}

	.detail-pager a:last-child {
		text-align: right;
	}

	.detail-pager a span {
		font-size: 1.6rem;
	}

	.detail-pager a cite {
		display: inline-block;
		padding: 0 1rem;
		font-size: 1.6rem;
		font-style: normal;
		flex: 1;
		white-space: nowrap;
		width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.detail-pager a:hover {
		color: #e24444;
	}

	.breadcrumb a {
		font-size: 1.6rem;
	}

	.page-column a {
		margin: 0 2rem;
	}

	.pc-newslist .item {
		display: flex;
		justify-content: space-between;
		align-items: center;
		gap: 4rem;
	}

	.pc-newslist .item+.item {
		border-top: #f0f0f0 1px solid;
	}

	.pc-newslist .item .time {
		padding: 0 2rem;
		align-self: stretch;
		display: flex;
		/* 添加 Flex 布局 */
		flex-direction: column;
		/* 垂直排列子元素 */
		justify-content: center;
		transition: all 0.3s ease-in-out;
		position: relative;
	}

	.pc-newslist .item .time:before {
		display: none;
		transition: all 0.2s ease-in-out;
		opacity: 0;
		content: '';
		display: block;
		position: absolute;
		top: calc(50% - 6px);
		right: -7px;
		height: 0;
		border-top: 6px solid transparent;
		/* 上边框 */
		border-bottom: 6px solid transparent;
		/* 下边框 */
		border-left: 12px solid #fff;
		/* 左边框作为三角形的填充色 */
		border-right: none;

	}

	.pc-newslist .item .time::after {
		transition: all 0.2s ease-in-out;
		opacity: 0;
		content: '';
		display: block;
		position: absolute;
		top: 50%;
		right: -5rem;
		width: 0;
		height: 1px;
		background: #f0f0f0;
	}

	.pc-newslist .item .time span {
		display: block;
		text-align: center;
		font-size: 4rem;
		font-weight: bold;
		line-height: 5rem;
	}

	.pc-newslist .item .time small {
		display: block;
		text-align: center;
		font-size: 1.6rem;
		line-height: 3rem;
	}

	.pc-newslist .item .text-content {
		flex: 1;

	}

	.pc-newslist .item .text-content .title {
		font-size: 2rem;
		font-weight: bold;
		line-height: 4rem;
		width: 100%;
		transition: all 0.3s ease-in-out;
	}

	.pc-newslist .item .text-content .desc {
		font-size: 1.6rem;
		color: #666;
		line-height: 3rem;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
		text-overflow: ellipsis;
		max-height: 9rem;
		text-align: justify;
		text-align-last: left;
		width: 100%;
		transition: all 0.3s ease-in-out;
	}

	.pc-newslist .item .img {
		width: 30rem;
		height: 18rem;
		overflow: hidden;
		margin: 3rem 0;
	}

	.pc-newslist .item:hover .time {
		background: #006ab3;
	}

	.pc-newslist .item:hover .time:before {
		border-left: 10px solid #006ab3;
		opacity: 1;


	}

	.pc-newslist .item:hover .time::after {
		width: 3rem;
		opacity: 1;
	}

	.pc-newslist .item:hover .time span,
	.pc-newslist .item:hover .time small {
		color: #fff;
	}

	.pc-newslist .item:hover .text-content .title,
	.pc-newslist .item:hover .text-content .desc {
		margin-left: 3rem;
	}

	.pc-newslist .item:hover .title {
		color: #e24444;
	}

	.pager {
		display: inline-block;
	}

	.pager .pager-item,
	.pager a {
		display: inline-block;
		font-size: 1.6rem;
		line-height: 5rem;
		padding: 0 2rem;
		border-radius: 1rem;
		border: #f0f0f0 1px solid;
		margin: 0 0.5rem;
	}

	.brand01 {
		flex-direction: row;
	}

	.brand01 .left {
		width: 40%;
	}

	.brand01 .right {
		width: 60%;
		padding: 0 10%;
	}

	.swiper-brand01 .swiper-pagination {
		bottom: 10vh;
	}

	.brand02 {
		flex-direction: row;
	}

	.brand02 .left {
		height: auto;
		width: 60%;
	}

	.brand02 .left .text-content {
		text-align: left;
	}

	.brand02 .left .text-content h2::after {
		left: 0;
		margin-left: 0;
	}

	.brand02 .right {
		padding: 15rem 10%;
		width: 40%;
	}

	.brand02 .right .logo img {
		width: 80%;
	}

	.swiper-brand03 {
		height: 50vw;
	}

	.pro-category ul {
		gap: 3rem;
	}

	.pro-category li {
		width: calc(33.33% - 2rem)
	}



	.pro-category li a h4 {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		text-overflow: ellipsis;
		font-size: 2rem;
		line-height: 4rem;
		height: 8rem;
	}

	.pro-advantage ul {
		gap: 6rem;
	}

	.pro-advantage ul li {
		width: calc(50% - 3rem)
	}

	.pro-parameter {
		flex-direction: row;
		flex-wrap: wrap;
	}

	.pro-parameter .item {
		width: calc(50% - 2rem);
	}
	.pro-proli-list ul{
		gap: 3rem;
	}
	.pro-proli-list ul li{
		width: calc(33% - 2rem)
	}

}

@media screen and (min-width:1200px) {
	.banner {
		height: 30vw;
	}

	.swiper-culture02 {
		background-size: 15%;
	}

	.swiper-culture02 .box {
		flex-wrap: nowrap;
		width: 110vw;
	}

	.swiper-culture02 .box .circle {
		width: 28vw;
		height: 28vw;
		padding: 4vw;
	}

	.swiper-culture02 .box .ico {
		width: 28vw;
		margin-left: -3vw;
	}

	.swiper-culture02 .box .img {
		width: 28vw;
		height: 28vw;
		margin-left: -3vw;
	}

	.swiper-culture02 .box .circle h4 {
		font-size: 2.4rem;
		line-height: 3rem;
	}

	.swiper-culture02 .box .circle h6 {
		font-size: 1.6rem;
		line-height: 5rem;
	}

	.swiper-culture02 .box .circle p {
		font-size: 1.4rem;
		line-height: 3.2rem;
	}

	.swiper-culture02 .box .circle:last-child {
		margin-left: -3vw;
	}

	.pro-detail-top {
		flex-direction: row;
		gap: 4rem;
		align-items: center;
	}

	.pro-detail-top .left {
		width: 35%
	}

	.pro-detail-top .right {
		text-align: left;
	}



}

@media screen and (min-width:1400px) {
	.page-search {
		padding: 6rem 10%;
	}

	.pro-advantage ul {
		gap: 8rem;
	}

	.pro-advantage ul li {
		width: calc(50% - 4rem)
	}
}

@media screen and (min-width:1920px) {
	.banner {
		height: 25vw;

	}

	.brand01 .left .text01,
	.brand01 .left .text02 {
		margin-left: 20%;
	}

	.culture01 .left .text {
		padding: 0 20%;
	}

	.swiper-culture02 {
		background-size: 12%;
	}

	.swiper-culture02 .box .circle {
		padding: 5vw;
	}

	.swiper-culture02 .box .circle h4 {
		font-size: 2.4rem;
		line-height: 4rem;
	}

	.swiper-culture02 .box .circle h6 {
		font-size: 1.6rem;
		line-height: 6rem;
	}

	.swiper-culture02 .box .circle p {
		font-size: 1.6rem;
		line-height: 4rem;
	}

	.swiper-culture02 .title {
		font-weight: bold;
		width: 70%;
	}

	.page-search {
		padding: 6rem 20%;
	}

	.pro-parameter {
		gap: 6rem;
		padding: 10rem 0;
	}

	.pro-parameter .item {
		width: calc(33% - 4rem);
	}

	.pro-detail-top {
		padding-top: 10rem;
	}

}

@media screen and (min-width:2160px) {

	.brand01 .left .text01,
	.brand01 .left .text02 {
		margin-left: 40%;
	}

	.swiper-brand03 {
		height: 35vw;
	}

	.swiper-culture02 .title {
		width: 65%;
		font-size: 2.4rem;
	}

	.pro-detail-top {
		padding-top: 13rem;
	}

}

}