:root {
	--font13: 13px;
	--font14: 14px;
	--font15: 15px;
	--font16: max(16px, 0.16rem);
	--font18: max(16px, 0.18rem);
	--font20: max(16px, 0.2rem);
	--font22: max(18px, 0.22rem);
	--font24: max(18px, 0.24rem);
	--font28: max(22px, 0.28rem);
	--font32: max(24px, 0.32rem);
	--font36: max(24px, 0.36rem);
	--font40: max(24px, 0.4rem);
	--font46: max(26px, 0.46rem);
	--theme: #e60012;
	--space: 45px;
}
/* 内页公用banner */
.common-n-banner {
	display: block;
	width: 100%;
}
.common-n-banner .pic {
	display: block;
	width: 100%;
	height: auto;
}
/* 内页公用tab */
.common-tab-list {
	background-color: #f3f3f3;
}
.common-tab-list .tab-wrap {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.common-tab-list .tab-wrap .item {
	margin-right: max(10px, 0.59rem);
}
.common-tab-list .tab-wrap .item:last-of-type {
	margin-right: 0;
}
.common-tab-list .tab-wrap .item.active a,
.common-tab-list .tab-wrap .item:hover a {
	color: var(--theme);
}
.common-tab-list .tab-wrap .item a {
	color: #322f2a;
	font-size: var(--font16);
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 1.6px;
	white-space: nowrap;
	transition: 0.45s;
	padding-top: 18px;
	padding-bottom: 20px;
	display: block;
}
.overflow-x-auto {
	overflow-x: auto;
}
/* 内页公用面包屑 */
.common-bread {
	padding-top: 19px;
	padding-bottom: 11px;
	position: relative;
	z-index: 2;
}
.common-bread::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 50%;
	background: linear-gradient(180deg, #f2f2f2 0%, rgba(255, 255, 255, 0) 100%);
	pointer-events: none;
}
.common-bread .bread-wrap ul {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.common-bread .bread-wrap ul li.current a {
	color: #0168b7;
}
.common-bread .bread-wrap ul li:last-of-type a::after {
	display: none;
}
.common-bread .bread-wrap ul a {
	color: #322f2a;
	font-size: var(--font16);
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
	align-items: center;
}
.common-bread .bread-wrap ul a:hover {
	color: #0168b7;
}
.common-bread .bread-wrap ul a::after {
	content: ">";
	margin-left: 5px;
	margin-right: 5px;
}
/* 内页公用title */
.about-common-title {
	color: #000;
	text-align: center;
	font-size: var(--font46);
	font-style: normal;
	font-weight: bold;
	line-height: 1;
	white-space: nowrap;
	width: 92%;
	max-width: 680px;
	padding-bottom: max(10px, 0.18rem);
	border-bottom: 2px solid #f6f6f6;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.about-common-title::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -4px;
	transform: translateX(-50%);
	width: 77px;
	height: 6px;
	background-color: #e60012;
}
/* 分页器 */
.common-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
}
.common-pagination .item {
	padding: 6px 14px;
	border-radius: 4px;
	border: 1px solid #d9d9d9;
	background: #fff;
	color: #000;
	font-size: var(--font14);
	font-style: normal;
	font-weight: 400;
	margin-right: 11px;
	transition: 0.45s ease;
}
.common-pagination .item.current,
.common-pagination .item:hover {
	background: #e60012;
	color: #fff;
	border-color: transparent;
}
.common-pagination .item:last-child {
	margin-right: 0;
}
/* 产品列表页面 */
.pro-list-page {
	padding-top: max(35px, 0.41rem);
	padding-bottom: max(35px, 1.08rem);
}
.n-wrap {
	max-width: 1298px;
	width: 86%;
	margin: 0 auto;
}
/* 产品列表 */
.pro-list-section {
	border: 1px solid #e6e6e6;
	background: #fff;
	padding-bottom: max(30px, 0.46rem);
}
.pro-list-section:nth-of-type(n + 2) {
	margin-top: -1px;
}
.pro-list-section .section-head {
	color: #1d1d1d;
	font-size: var(--font24);
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-top: 21px;
	padding-bottom: 21px;
	padding-left: 26px;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: max(20px, 0.4rem);
}
.pro-list-section .section-head::before {
	content: "";
	display: block;
	width: 6px;
	height: 24px;
	flex-shrink: 0;
	border-radius: 6px;
	background: #e60012;
	margin-right: 9px;
}
.pro-list-section .list {
	margin-left: 25px;
	margin-right: 25px;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 20px 23.8px;
}
.pro-list-section .list .item {
	overflow: hidden;
}
.pro-list-section .list .item .pic {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.pro-list-section .list .item .pic:hover img {
	transform: translate(-50%, -50%) scale(1.05);
}
.pro-list-section .list .item .pic::after {
	content: "";
	display: block;
	padding-bottom: 92.307%;
}
.pro-list-section .list .item .pic img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center center;
	transition: 0.45s ease;
}
.pro-list-section .list .item .text {
	text-align: center;
	margin-top: max(15px, 0.2rem);
}
.pro-list-section .list .item .text .cate {
	color: #000;
	font-size: var(--font18);
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	width: 100%;
}
.pro-list-section .list .item .text .name {
	color: #868686;
	font-size: var(--font14);
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	width: 100%;
}
/* 产品详情 */
.pro-detail-page {
	background-color: #fff;
}
.pro-detail-page .pro-detail-main {
	margin-top: 21px;
	padding-top: max(20px, 0.425rem);
	border-top: 1px solid #f4f4f4;
	display: flex;
	align-items: flex-start;
	margin-bottom: max(0.46rem, 30px);
}
.pro-detail-page .pro-detail-main .left {
	width: 40.693%;
	flex-shrink: 0;
}
.pro-detail-page .pro-detail-main .left .swiper {
	width: 100%;
	border: 1px solid #e7e7e7;
}
.pro-detail-page .pro-detail-main .left .swiper .pic {
	width: 100%;
	padding-bottom: 82.23%;
	position: relative;
	overflow: hidden;
}
.pro-detail-page .pro-detail-main .left .swiper .pic:hover img {
	transform: translate(-50%, -50%) scale(1.05);
}
.pro-detail-page .pro-detail-main .left .swiper .pic img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	object-position: center center;
	transition: 0.45s ease;
}
.pro-detail-page .pro-detail-main .right {
	width: 53.847%;
	margin-left: auto;
	padding-top: max(10px, 0.18rem);
	padding-right: 20px;
}
.pro-detail-page .pro-detail-main .right .title {
	color: #111;
	font-size: var(--font32);
	font-style: normal;
	line-height: 1.3125;
	font-weight: bold;
	margin-bottom: max(15px, 0.19rem);
	word-break: break-all;
}
.pro-detail-page .pro-detail-main .right .desc .desc-title {
	color: #322f2a;
	font-size: var(--font18);
	font-style: normal;
	font-weight: 400;
	line-height: 1.22222222;
	letter-spacing: 0.36px;
	text-transform: capitalize;
	margin-bottom: 11px;
}
.pro-detail-page .pro-detail-main .right .desc .article-main {
	word-break: break-all;
}
.pro-detail-page .pro-detail-main .right .desc .article-main p {
	color: #696969;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.28px;
	text-transform: capitalize;
}
.pro-detail-page .pro-detail-main .right .desc .article-main img {
	max-width: 100%;
	vertical-align: top;
}
.pro-detail-page .pro-detail-main .right .desc .article-main p,
.pro-detail-page .pro-detail-main .right .desc .article-main span {
	word-break: break-all;
}
.pro-detail-page .detail-params-area {
	padding-bottom: 1.79rem;
}
.pro-detail-page .detail-params-area .tab-list {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 38px;
}
.pro-detail-page .detail-params-area .tab-list .tab-item {
	width: 86px;
	height: 32px;
	flex-shrink: 0;
	border-radius: 4px;
	background: #f6f6f6;
	color: #161616;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
	align-items: center;
	justify-content: center;
	user-select: none;
	cursor: pointer;
	margin-right: max(0.24rem, 15px);
}
.pro-detail-page .detail-params-area .tab-list .tab-item:last-of-type {
	margin-right: 0;
}
.pro-detail-page .detail-params-area .tab-list .tab-item.current,
.pro-detail-page .detail-params-area .tab-list .tab-item:hover {
	background: #0168b7;
	color: #fff;
}
.pro-detail-page .detail-params-area .detail-content .detail-item {
	display: none;
}
.pro-detail-page .detail-params-area .detail-content .detail-item.current {
	display: block;
}
.pro-detail-page .detail-params-area .detail-content *,
.pro-detail-page .detail-params-area .detail-content p,
.pro-detail-page .detail-params-area .detail-content span {
	word-wrap: break-word;
}
.pro-detail-page .detail-params-area .detail-content img,
.pro-detail-page .detail-params-area .detail-content video {
	max-width: 100%;
	vertical-align: top;
}
.pro-detail-page .detail-params-area .detail-content .table-wrap {
	max-width: 100%;
	overflow-x: auto;
}
.pro-detail-page .detail-params-area .detail-content table {
	width: 100%;
	border-collapse: collapse;
}
.pro-detail-page .detail-params-area .detail-content table thead th {
	color: #fff;
	font-size: var(--font16);
	font-weight: 400;
	height: 45px;
	background-color: #474747;
}
.pro-detail-page .detail-params-area .detail-content table tbody td {
	color: #525252;
	font-size: var(--font16);
	border: 1px solid #dfdfdf;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	height: max(30px, 0.45rem);
}
.pro-detail-page .detail-params-area .detail-content table tbody td:nth-child(odd) {
	background-color: #fff;
}
.pro-detail-page .detail-params-area .detail-content table tbody td:nth-child(even) {
	background: #f8f8f8;
}
/* 关于我们 */
.about-page {
	/* 关于我们简介 */
	/* 发展历史 */
	/* 企业资质 */
	/* 研发领域 */
}
.about-page .about-desc {
	padding-top: max(45px, 0.65rem);
	padding-bottom: max(0.82rem, 45px);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: left bottom;
}
.about-page .about-desc .desc-wrap .desc-main {
	margin-top: max(20px, 0.36rem);
	color: #000;
	font-size: var(--font15, 15px);
	font-style: normal;
	font-weight: 400;
	line-height: 1.6;
	text-align: justify;
	margin-bottom: max(15px, 0.28rem);
}
.about-page .about-desc .desc-wrap .desc-main p {
	margin-bottom: max(15px, 0.2rem);
}
.about-page .about-desc .desc-wrap .desc-main p:last-of-type {
	margin-bottom: 0;
}
.about-page .about-desc .desc-wrap .desc-pic-list {
	display: flex;
	flex-wrap: wrap;
}
.about-page .about-desc .desc-wrap .desc-pic-list .item {
	margin-bottom: 15px;
	width: 23.343%;
	margin-right: 2.157%;
	border: 2px solid #e60012;
	position: relative;
	overflow: hidden;
}
.about-page .about-desc .desc-wrap .desc-pic-list .item:hover img {
	transform: scale(1.05);
}
.about-page .about-desc .desc-wrap .desc-pic-list .item img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	transition: 0.45s ease;
}
.about-page .about-desc .desc-wrap .desc-pic-list .item:nth-child(4n) {
	margin-right: 0;
}
.about-page .about-desc .desc-wrap .desc-pic-list .item::after {
	content: "";
	display: block;
	padding-bottom: 81.848%;
}
.about-page .about-history {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding-top: max(35px, 1.05rem);
	padding-bottom: max(35px, 1.75rem);
}
.about-page .about-history .about-common-title {
	border-color: rgba(239, 232, 233, 0.3);
	color: #fff;
	padding-bottom: max(20px, 0.63rem);
}
.about-page .about-history .history-sub-title {
	color: #fff;
	text-align: center;
	font-size: var(--font16);
	font-style: normal;
	font-weight: 400;
	line-height: 1.6;
	margin-top: max(15px, 0.36rem);
	margin-bottom: max(30px, 0.8rem);
	max-width: 92%;
	margin-left: auto;
	margin-right: auto;
}
.about-page .about-history .history-area {
	position: relative;
	overflow: hidden;
}
.about-page .about-history .history-area::after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 3px;
	background-color: rgba(255, 255, 255, 0.3);
	min-width: 100vw;
}
.about-page .about-history .history-area .history-container {
	max-width: 1410px;
	width: 92%;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	position: relative;
}
.about-page .about-history .history-area .history-swiper {
	overflow: hidden;
	width: calc(100% - 116px);
	margin-left: auto;
	margin-right: auto;
}
.about-page .about-history .history-area .history-swiper .swiper-slide {
	position: relative;
	height: 235px;
}
.about-page .about-history .history-area .history-swiper .swiper-slide .top {
	line-height: 1;
	height: 53.617%;
}
.about-page .about-history .history-area .history-swiper .swiper-slide .top .year {
	color: #fff;
	text-align: center;
	font-size: 0.74rem;
	font-style: normal;
	font-weight: 400;
	display: inline-block;
}
.about-page .about-history .history-area .history-swiper .swiper-slide .top .text {
	color: #fff;
	font-size: var(--font24);
	font-style: normal;
	font-weight: 400;
	display: inline-block;
}
.about-page .about-history .history-area .history-swiper .swiper-slide .bottom {
	word-break: break-all;
	color: #fff;
	font-size: max(0.16rem, 14px);
	font-style: normal;
	font-weight: 400;
	line-height: 1.6;
	height: calc(100% - 53.617%);
	/* 6-29 修改 */
	padding-right: max(0.3rem, 10px);
	padding-top: max(0.33rem, 15px);
}
.about-page .about-history .history-area .history-swiper .swiper-slide .line {
	position: absolute;
	left: 2px;
	top: 49.5%;
	transform: translateY(-50%);
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.about-page .about-history .history-area .history-swiper .swiper-slide .line .point {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	border-radius: 50%;
	border: 2px solid #fff;
	position: relative;
	transition: 0.45s ease;
}
.about-page .about-history .history-area .history-swiper .swiper-slide .line .point::after {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: 0.45s ease;
}
.about-page .about-history .history-area .history-swiper .swiper-slide .line .progress {
	width: 0;
	height: 6px;
	background-color: #e60012;
	transform: translateY(2px);
}
.about-page .about-history .history-area .history-swiper .swiper-slide.swiper-slide-active .point {
	border-color: #e60012;
}
.about-page .about-history .history-area .history-swiper .swiper-slide.swiper-slide-active .point::after {
	background-color: #e60012;
}
.about-page .about-history .history-area .history-swiper .swiper-slide.swiper-slide-active .line .progress {
	animation: progressChange 6s linear forwards;
}
.about-page .about-history .history-area .history-btn {
	width: 56px;
	height: 56px;
	background-color: rgba(54, 54, 54, 0.5);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	user-select: none;
	cursor: pointer;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.about-page .about-history .history-area .history-btn.history-prev {
	left: 0;
}
.about-page .about-history .history-area .history-btn.history-next {
	right: 0;
}
.about-page .about-history .history-area .history-btn .hover {
	display: none;
}
.about-page .about-history .history-area .history-btn:hover .hover {
	display: block;
}
.about-page .about-history .history-area .history-btn:hover .default {
	display: none;
}
.about-page .about-flair {
	padding-top: max(35px, 1.08rem);
	padding-bottom: max(35px, 1.25rem);
}
.about-page .about-flair .flair-wrap {
	width: 92%;
	max-width: 1376px;
	margin-left: auto;
	margin-right: auto;
}
.about-page .about-flair .swiper-area {
	margin-top: max(35px, 1.06rem);
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center bottom;
	padding-bottom: max(35px, 0.92rem);
}
.about-page .about-flair .flair-swiper {
	flex: 1;
	margin-left: max(20px, 0.55rem);
	margin-right: max(20px, 0.55rem);
	overflow: hidden;
}
.about-page .about-flair .flair-swiper .swiper-slide .pic {
	position: relative;
}
.about-page .about-flair .flair-swiper .swiper-slide .pic img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	object-position: center center;
}
.about-page .about-flair .flair-swiper .swiper-slide .pic::after {
	content: "";
	display: block;
	padding-bottom: 137.546%;
}
.about-page .about-flair .flair-swiper .btn {
	display: none;
}
.about-page .about-flair .btn {
	width: 56px;
	height: 56px;
	flex-shrink: 0;
	background-color: rgba(54, 54, 54, 0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	user-select: none;
	cursor: pointer;
	border-radius: 50%;
}
.about-page .about-flair .btn img {
	max-width: 70%;
}
.about-page .about-flair .btn .hover {
	display: none;
}
.about-page .about-flair .btn:hover .hover {
	display: block;
}
.about-page .about-flair .btn:hover .default {
	display: none;
}
.about-page .about-research {
	padding-top: max(35px, 0.89rem);
	padding-bottom: max(35px, 1.19rem);
	background: #f5f5f5;
}
.about-page .about-research .about-common-title {
	border-color: #ebebeb;
}
.about-page .about-research .list {
	margin-top: max(35px, 0.43rem);
	display: flex;
	align-items: stretch;
}
.about-page .about-research .list .item {
	flex: 1;
	margin-right: 10px;
	min-width: 0;
	position: relative;
	overflow: hidden;
	transition: 0.45s ease all;
}

.about-page .about-research .list .item::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.25);
}
.about-page .about-research .list .item .pic {
	width: 100%;
	height: 4.25rem;
}
.about-page .about-research .list .item .pic img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}
.about-page .about-research .list .item:last-of-type {
	margin-right: 0;
}
.about-page .about-research .list .item.active {
	flex: 1.869;
}
.about-page .about-research .list .item.active .text {
	top: 13.412%;
}
.about-page .about-research .list .item.active .text .desc {
	height: auto;
	margin-bottom: 0.9rem;
}
.about-page .about-research .list .item .text {
	width: 81.9%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 15.764%;
	z-index: 2;
}
.about-page .about-research .list .item .text .title {
	color: #fff;
	font-size: var(--font24);
	font-style: normal;
	font-weight: 400;
	line-height: 1.6;
	margin-bottom: 0.31rem;
	font-weight: bold;
}
.about-page .about-research .list .item .text .title::after {
	content: "";
	display: block;
	width: max(15px, 0.28rem);
	height: 6px;
	flex-shrink: 0;
	background-color: #fff;
	margin-top: 0.48rem;
}
.about-page .about-research .list .item .text .desc {
	color: #fff;
	font-size: var(--font16);
	font-style: normal;
	font-weight: 400;
	line-height: 1.8;
	text-transform: uppercase;
	font-weight: bold;
	height: 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	overflow: hidden;
	overflow-wrap: break-word;
}
.about-page .about-research .list .item .text .en {
	color: #fff;
	font-size: var(--font18);
	font-style: normal;
	font-weight: 400;
	line-height: 1.4;
	text-transform: uppercase;
	font-weight: bold;
}
/* 联系我们 */
.contact-page .about-common-title {
	margin-top: max(35px, 0.81rem);
}
.contact-page .map-info {
	margin-top: max(30px, 0.48rem);
	padding-top: max(30px, 0.63rem);
	padding-bottom: max(30px, 0.95rem);
	padding-left: max(30px, 0.6rem);
	padding-right: max(30px, 0.6rem);
	border-radius: 32px;
	background: #f4f4f4;
	display: flex;
	align-items: flex-start;
	overflow: hidden;
}
.contact-page .map-info .left {
	width: 30%;
	flex-shrink: 0;
}
.contact-page .map-info .left .info-list .item {
	color: #1d1d1d;
	font-size: var(--font16);
	font-style: normal;
	font-weight: 400;
	line-height: 2;
	text-transform: capitalize;
}
.contact-page .map-info .left .info-list .item span {
	margin-right: max(10px, 0.2rem);
}
.contact-page .map-info .left .info-list .item span:last-child {
	margin-right: 0;
}
.contact-page .map-info .left .qrcode {
	margin-top: max(20px, 0.45rem);
	width: 112px;
}
.contact-page .map-info .left .qrcode img {
	display: block;
	width: 100%;
	height: 112px;
	object-fit: contain;
	object-position: center center;
	margin-left: auto;
	margin-right: auto;
}
.contact-page .map-info .left .qrcode p {
	color: #000;
	font-size: var(--font13);
	font-style: normal;
	font-weight: 400;
	text-transform: capitalize;
	line-height: 1.5;
	margin-top: 10px;
	text-align: center;
}
.contact-page .map-info .right {
	margin-left: 0.8rem;
	flex: 1;
	min-width: 0;
	position: relative;
}
/* .contact-page .map-info .right img {
	display: block;
	max-width: 100%;
	height: auto;
	border-radius: 12px;
	border: 1px solid #fff;
} */

.contact-page .map-info .right::after {
	content: "";
	display: block;
	padding-bottom: 56.214%;
}

.contact-page .map-info .right .map {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.contact-page .map-info .right .map img {
	display: block;
	max-width: 100%;
	height: auto;
}
.contact-page .contact-form {
	margin-top: max(35px, 0.53rem);
	margin-bottom: max(45px, 0.85rem);
}
.contact-page .contact-form .form-title {
	text-align: center;
	margin-bottom: 35px;
}
.contact-page .contact-form .form-title .en {
	color: rgba(240, 240, 240, 0.5);
	font-size: 0.76rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	line-height: 1;
	white-space: nowrap;
}
.contact-page .contact-form .form-title .zh {
	color: #000;
	font-size: var(--font36);
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	line-height: 1;
	white-space: nowrap;
	margin-top: -0.3rem;
}
.contact-page .contact-form .form form {
	display: block;
}
.contact-page .contact-form .form form input:focus,
.contact-page .contact-form .form form textarea:focus {
	outline: 1px solid var(--theme);
}
.contact-page .contact-form .form .input-line {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}
.contact-page .contact-form .form .input-line input {
	display: block;
	width: 48.834%;
	flex-shrink: 0;
	height: 58px;
	background: #f5f5f5;
	font-size: var(--font16);
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	color: #000;
	padding-left: 20px;
}
.contact-page .contact-form .form .input-line input::placeholder {
	color: #7d7d7d;
}
.contact-page .contact-form .form .textarea-line {
	margin-bottom: 21px;
}
.contact-page .contact-form .form .textarea-line textarea {
	display: block;
	width: 100%;
	height: 198px;
	background: #f5f5f5;
	padding-top: 23px;
	padding-left: 20px;
	font-size: var(--font16);
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	color: #000;
	border: none;
}
.contact-page .contact-form .form .textarea-line textarea::placeholder {
	color: #7d7d7d;
}
.contact-page .contact-form .form .qrcode-line {
	position: relative;
	width: 100%;
	max-width: 355px;
	height: 52px;
	margin-bottom: 22px;
}
.contact-page .contact-form .form .qrcode-line input {
	display: block;
	width: 100%;
	height: 100%;
	background: #f5f5f5;
	padding-left: 20px;
	margin-right: 130px;
}
.contact-page .contact-form .form .qrcode-line .vercode {
	position: absolute;
	right: 14px;
	top: 50%;
	transform: translateY(-50%);
	user-select: none;
	cursor: pointer;
	max-width: 92px;
	max-height: 100%;
	object-fit: contain;
}
.contact-page .contact-form .form .submit-line {
	display: flex;
	align-items: center;
}
.contact-page .contact-form .form .submit-line .submit-btn {
	width: 180px;
	height: 52px;
	flex-shrink: 0;
	background: #e60012;
	user-select: none;
	cursor: pointer;
	color: #fff;
	font-size: var(--font16);
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-right: 23px;
}
.contact-page .contact-form .form .submit-line .text {
	color: #6a6a6a;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
}
.contact-wrap {
	max-width: 1200px;
	width: 86%;
	margin-left: auto;
	margin-right: auto;
}
/* 品质保证，工艺设备 */
.device-page .device-main {
	padding-top: max(35px, 0.65rem);
	padding-bottom: max(35px, 0.77rem);
}
.device-page .device-main .list {
	margin-top: max(35px, 0.67rem);
	display: flex;
	flex-wrap: wrap;
}
.device-page .device-main .list .item {
	width: 31.177%;
	margin-right: 3.233%;
	flex-shrink: 0;
	margin-bottom: max(20px, 0.41rem);
	padding-top: 11px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: max(0.26rem, 15px);
	user-select: none;
	cursor: pointer;
	border: 1px solid #f3f3f3;
	background: #fff;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
}
.device-page .device-main .list .item:nth-child(3n) {
	margin-right: 0;
}
.device-page .device-main .list .item .pic {
	width: 100%;
	padding-bottom: 75.781%;
	position: relative;
	overflow: hidden;
}
.device-page .device-main .list .item .pic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	transition: 0.45s ease;
}
.device-page .device-main .list .item .text {
	color: #181818;
	font-size: var(--font20);
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align: center;
	margin-top: max(0.3rem, 15px);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	overflow: hidden;
	overflow-wrap: break-word;
	transition: 0.45s ease;
}
.device-page .device-main .list .item:hover .pic img {
	transform: scale(1.05);
}
.device-page .device-main .list .item:hover .text {
	color: var(--theme);
}
.device-page .pic-max-dialog {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: rgba(0, 0, 0, 0.8);
	display: none;
	cursor: zoom-out;
	overflow-y: auto;
}

.device-page .pic-max-dialog .close {
	position: absolute;
	right: 5%;
	top: 5%;
	cursor: pointer;
}

.device-page .pic-max-dialog .close:hover img {
	filter: none;
}

.device-page .pic-max-dialog .close img {
	transition: 0.4ss ease;
	filter: brightness(0) invert(1);
}
.device-page .pic-max-dialog .swiper-max-area {
	position: relative;
}
.device-page .pic-max-dialog .swiper-max-area .arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	user-select: none;
	cursor: pointer;
	width: 70px;
	height: 70px;
	background-color: #4d4d4d;
}
.device-page .pic-max-dialog .swiper-max-area .arrow.swiper-button-disabled {
	opacity: 0.45;
	cursor: not-allowed;
}
.device-page .pic-max-dialog .swiper-max-area .arrow .hover {
	display: none;
}
.device-page .pic-max-dialog .swiper-max-area .arrow:not(.swiper-button-disabled):hover .default {
	display: none;
}
.device-page .pic-max-dialog .swiper-max-area .arrow:not(.swiper-button-disabled):hover .hover {
	display: block;
}
.device-page .pic-max-dialog .swiper-max-area .max-pic-left {
	left: 0;
}
.device-page .pic-max-dialog .swiper-max-area .max-pic-right {
	right: 0;
}
.device-page .pic-max-dialog .swiper-max {
	width: calc(100% - 200px);
	max-width: 1138px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	margin-top: 0.9rem;
	cursor: pointer;
}
.device-page .pic-max-dialog .swiper-max .swiper-slide img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	object-fit: contain;
	max-height: 70vh;
}
.device-page .pic-max-dialog .swiper-min {
	margin-top: max(10px, 0.28rem);
	max-width: min(776px, calc(100% - 200px));
	margin-left: auto;
	margin-right: auto;
	width: 86%;
	overflow: hidden;
}
.device-page .pic-max-dialog .swiper-min .swiper-slide {
	position: relative;
	border: 2px solid transparent;
	user-select: none;
	cursor: pointer;
}
.device-page .pic-max-dialog .swiper-min .swiper-slide.swiper-slide-thumb-active {
	border-color: #fff;
}
.device-page .pic-max-dialog .swiper-min .swiper-slide::after {
	content: "";
	display: block;
	padding-bottom: 72.727%;
}
.device-page .pic-max-dialog .swiper-min .swiper-slide img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	transition: 0.45s ease;
}
/* 视频中心 */
.video-center-page .video-list {
	margin-top: max(35px, 0.65rem);
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: max(0.5rem, 30px) max(15px, 0.33rem);
	margin-bottom: max(30px, 0.52rem);
}
.video-center-page .video-list .item {
	overflow: hidden;
}
.video-center-page .video-list .item .pic {
	position: relative;
	width: 100%;
	overflow: hidden;
	border-radius: 12px;
	user-select: none;
	cursor: pointer;
}
.video-center-page .video-list .item .pic:hover .img {
	transform: scale(1.05);
}
.video-center-page .video-list .item .pic:hover .play {
	transform: translate(-50%, -50%) scale(1.05);
}
.video-center-page .video-list .item .pic::after {
	content: "";
	display: block;
	padding-bottom: 65.693%;
}
.video-center-page .video-list .item .pic .img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	transition: 0.45s ease;
	z-index: 1;
}
.video-center-page .video-list .item .pic .play {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
	user-select: none;
	z-index: 2;
	transition: 0.45s ease;
}
.video-center-page .video-list .item .text {
	padding-right: 15px;
	padding-top: max(15px, 0.3rem);
}
.video-center-page .video-list .item .text .video-title {
	color: #000;
	font-size: var(--font24);
	font-style: normal;
	font-weight: 400;
	line-height: 1.6;
	white-space: nowrap;
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	overflow-wrap: break-word;
	margin-bottom: 6px;
}
.video-center-page .video-list .item .text .video-time {
	color: #666672;
	font-size: 13px;
	font-weight: 400;
	line-height: 1;
}
.video-center-page .video-area {
	padding-bottom: max(35px, 0.7rem);
}
.video-center-page .video-mask {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.65);
	cursor: zoom-out;
	display: none;
	z-index: calc(999 * 2);
}
.video-center-page .video-mask .video-line {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.video-center-page .video-mask video {
	display: block;
	max-width: 90vw;
	max-height: 90vh;
	object-fit: contain;
	cursor: pointer;
}
.video-center-page .video-mask .close-video {
	font-size: 25px;
	color: #fff;
	font-weight: bold;
	position: absolute;
	right: 4vw;
	top: 4vh;
	cursor: pointer;
	transition: all 0.45s ease;
}
.video-center-page .video-mask .close-video:hover {
	color: var(--theme);
}
/* 招商合作页面 */
.partner-page .partner-wrap {
	border-radius: 4px;
	border: 1px solid #ebedf0;
	background: #fff;
	margin-top: max(35px, 0.57rem);
	margin-bottom: max(35px, 0.7rem);
	padding-left: max(30px, 0.5rem);
	padding-right: max(30px, 0.5rem);
	padding-top: max(20px, 0.64rem);
	padding-bottom: max(20px, 0.65rem);
}
.partner-page .title {
	color: #181818;
	font-size: var(--font40);
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	padding-bottom: max(15px, 0.23rem);
	border-bottom: 1px solid #f0f0f0;
	text-align: center;
	overflow-wrap: break-word;
	margin-bottom: max(20px, 0.33rem);
}
.partner-page .article p,
.partner-page .article span,
.partner-page .article * {
	overflow-wrap: break-word;
	text-align: justify;
}
.partner-page .article img,
.partner-page .article video {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
.partner-page .article .table-wrap {
	max-width: 100%;
	overflow-x: auto;
}
/* 行业咨询页面 */
.news-wrap {
	max-width: 1276px;
	width: 86%;
	margin-left: auto;
	margin-right: auto;
}
.news-page {
	padding-bottom: max(0.98rem, 45px);
}
.news-page .panel {
	margin-top: max(0.83rem, 35px);
	margin-bottom: max(30px, 0.5rem);
}
.news-page .panel .swiper1 {
	position: relative;
	overflow: hidden;
}
.news-page .panel .swiper1 .swiper-slide {
	display: flex;
	align-items: stretch;
	background-color: #f6f6f6;
}
.news-page .panel .swiper1 .swiper-slide .pic {
	width: 56.427%;
	flex-shrink: 0;
	position: relative;
	overflow: hidden;
}
.news-page .panel .swiper1 .swiper-slide .pic:hover img {
	transform: scale(1.05);
}
.news-page .panel .swiper1 .swiper-slide .pic::after {
	content: "";
	display: block;
	padding-bottom: 58.334%;
}
.news-page .panel .swiper1 .swiper-slide .pic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	transition: 0.45s ease;
}
.news-page .panel .swiper1 .swiper-slide .text {
	flex: 1;
	min-width: 0;
	padding-left: 0.65rem;
	padding-right: 0.59rem;
	padding-top: 0.68rem;
}
.news-page .panel .swiper1 .swiper-slide .text .time {
	color: #3c3c3c;
	font-size: var(--font24);
	font-weight: 400;
	margin-bottom: max(15px, 0.3rem);
	font-weight: bold;
	transition: 0.45s ease;
}
.news-page .panel .swiper1 .swiper-slide .text .title {
	color: #3a3a3a;
	font-size: var(--font28);
	font-weight: 400;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	overflow-wrap: break-word;
	margin-bottom: max(0.21rem, 10px);
	font-weight: bold;
	transition: 0.45s ease;
}
.news-page .panel .swiper1 .swiper-slide .text .desc {
	color: #717171;
	font-size: var(--font16);
	font-style: normal;
	font-weight: 400;
	line-height: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	overflow: hidden;
	overflow-wrap: break-word;
	text-align: justify;
}
.news-page .panel .swiper1 .swiper-slide .text:hover .time,
.news-page .panel .swiper1 .swiper-slide .text:hover .title {
	color: var(--theme);
}
.news-page .panel .swiper1 .swiper1-pagination {
	position: absolute;
	left: calc(56.427% + 0.65rem);
	bottom: 13.095%;
	z-index: 2;
	width: auto;
	display: flex;
	align-items: center;
}
.news-page .panel .swiper1 .swiper1-pagination .swiper-pagination-bullet {
	opacity: 1;
	width: max(0.27rem, 15px);
	height: 5px;
	flex-shrink: 0;
	background: #d2d2d2;
	margin-left: 0;
	margin-right: 10px;
	border-radius: 0px;
}
.news-page .panel .swiper1 .swiper1-pagination .swiper-pagination-bullet:last-of-type {
	margin-right: 0;
}
.news-page .panel .swiper1 .swiper1-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #e60012;
}
.news-page .list {
	margin-bottom: max(30px, 0.56rem);
}
.news-page .list .news-item {
	display: flex;
	align-items: flex-start;
	padding-bottom: max(15px, 0.42rem);
	border-bottom: 1px solid #ededed;
}
.news-page .list .news-item:nth-child(n + 2) {
	padding-top: max(15px, 0.42rem);
}
.news-page .list .news-item .left {
	position: relative;
	overflow: hidden;
	width: 295px;
}
.news-page .list .news-item .left:hover img {
	transform: scale(1.05);
}
.news-page .list .news-item .left::after {
	content: "";
	display: block;
	padding-bottom: 64.068%;
}
.news-page .list .news-item .left img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	transition: 0.45s ease;
}
.news-page .list .news-item .right {
	flex: 1;
	min-width: 0;
	padding-top: 14px;
	padding-left: 0.41rem;
}
.news-page .list .news-item .right .title {
	color: #272636;
	font-size: var(--font22);
	line-height: 1.6;
	white-space: nowrap;
	max-width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	overflow-wrap: break-word;
	transition: 0.45s ease;
	font-weight: bold;
}
.news-page .list .news-item .right .desc {
	margin-top: 8px;
	color: #717171;
	font-size: var(--font16);
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	overflow: hidden;
	overflow-wrap: break-word;
	text-align: justify;
}
.news-page .list .news-item .right .source {
	margin-top: 13px;
}
.news-page .list .news-item .right .source .author {
	color: #1f1f1f;
	font-size: var(--font14);
	font-style: normal;
	font-weight: 400;
	line-height: 1.6;
}
.news-page .list .news-item .right .source .update-time {
	color: #808080;
	font-size: var(--font14);
	font-style: normal;
	font-weight: 400;
	line-height: 1.6;
	margin-left: 5px;
}
.news-page .list .news-item .right:hover .title {
	color: #e60012;
}
/* 行业资讯 详情页面 */
.news-detail-page .news-detail-wrap {
	border-radius: 4px;
	border: 1px solid #ebedf0;
	background: #fff;
	padding-left: max(30px, 0.5rem);
	padding-right: max(30px, 0.5rem);
	padding-top: max(30px, 0.64rem);
	padding-bottom: max(0.97rem, 45px);
	margin-top: 0.57rem;
	margin-bottom: max(0.73rem, 35px);
}
.news-detail-page .title {
	color: #181818;
	font-size: var(--font40);
	font-style: normal;
	font-weight: 400;
	margin-bottom: max(10px, 0.16rem);
	overflow-wrap: break-word;
	text-align: center;
	line-height: 1.5;
}
.news-detail-page .source-line {
	color: #666672;
	font-size: var(--font14);
	font-weight: 400;
	display: flex;
	align-items: center;
	line-height: 1;
	justify-content: center;
	padding-bottom: max(15px, 0.27rem);
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: max(20px, 0.36rem);
}
.news-detail-page .source-line .split {
	width: 5px;
	height: 5px;
	background-color: #bcbcbc;
	border-radius: 50%;
	margin-left: 10px;
	margin-right: 10px;
}
.news-detail-page .article {
	padding-bottom: max(20px, 0.42rem);
	border-bottom: 1px solid #f0f0f0;
}
.news-detail-page .article *,
.news-detail-page .article span,
.news-detail-page .article p {
	max-width: 100%;
	overflow-wrap: break-word;
}
.news-detail-page .article img,
.news-detail-page .article video {
	max-width: 100%;
	vertical-align: top;
}
.news-detail-page .article .table-wrap {
	max-width: 100%;
	overflow-x: auto;
}
.news-detail-page .recommend-area {
	margin-top: max(0.26rem, 15px);
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.news-detail-page .recommend-area .left {
	flex: 1;
	min-width: 0;
	margin-right: max(30px, 0.6rem);
}
.news-detail-page .recommend-area .left .item {
	display: block;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	overflow-wrap: break-word;
	color: var(--theme);
}
.news-detail-page .recommend-area .left .item a {
	color: #666672;
	font-size: var(--font14);
	font-style: normal;
	font-weight: 400;
	line-height: 1.85;
	transition: 0.45s ease;
}
.news-detail-page .recommend-area .left .item a:hover {
	color: var(--theme);
}
.news-detail-page .recommend-area .right {
	display: flex;
	align-items: center;
}
.news-detail-page .recommend-area .right span {
	color: #383838;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	white-space: nowrap;
}
.news-detail-page .recommend-area .right .list {
	display: flex;
	align-items: center;
}
.news-detail-page .recommend-area .right .list .item {
	display: flex;
	align-items: center;
	justify-content: center;
	user-select: none;
	cursor: pointer;
	width: 28px;
	height: 28px;
	flex-shrink: 0;
	background: #ccc;
	border-radius: 50%;
	margin-right: 6px;
	transition: 0.45s ease;
}
.news-detail-page .recommend-area .right .list .item:last-child {
	margin-right: 0;
}
.news-detail-page .recommend-area .right .list .item:hover {
	background: #92cf46;
}
@keyframes progressChange {
	from {
		width: 0;
	}
	to {
		width: calc(100% - 20px);
	}
}
/* 调整版心的 */
@media (max-width: 768px) {
	.n-wrap,
	.contact-wrap,
	.news-wrap {
		width: 92%;
	}
}

@media (max-width: 1700px) {
	.about-page .about-research .list .item.active .text .desc {
		margin-bottom: 0.45rem;
	}
	.about-page .about-research .list .item .text .title::after {
		margin-top: 0.3rem;
	}
}

/* 开始进行响应式 适配 */
@media (max-width: 1200px) {
	/* 关于我们页面 */
	.about-page .about-history .history-area .history-swiper .swiper-slide .top {
		height: 50%;
		display: flex;
		align-items: flex-end;
		padding-bottom: max(20px, 0.45rem);
	}
	.about-page .about-history .history-area .history-swiper .swiper-slide .bottom {
		height: 50%;
	}
	/* 产品列表 */
	.pro-list-section .list {
		grid-template-columns: repeat(4, 1fr);
	}
}
@media (max-width: 992px) {
	.about-page .about-research .list {
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.about-page .about-research .list .item .pic {
		padding-bottom: 65%;
		position: relative;
	}

	.about-page .about-research .list .item .pic img {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.about-page .about-research .list .item .text .desc {
		height: auto;
		margin-bottom: 0.9rem;
	}
	.about-page .about-research .list .item,
	.about-page .about-research .list .item.active {
		flex: none;
		width: 48.5%;
		margin-bottom: 25px;
		margin-right: 0;
	}
	/* 联系我们 */
	.contact-page .map-info {
		flex-wrap: wrap;
	}
	.contact-page .map-info .left {
		width: 100%;
	}
	.contact-page .map-info .right {
		width: 100%;
		flex: none;
		margin-left: 0;
		margin-top: 45px;
	}
	/* 行业资讯 */
	.news-page .panel .swiper1 .swiper-slide {
		flex-wrap: wrap;
	}
	.news-page .panel .swiper1 .swiper-slide .pic {
		width: 100%;
	}
	.news-page .panel .swiper1 .swiper-slide .text {
		width: 100%;
		flex: none;
		padding-bottom: max(30px, 0.9rem);
	}
	.news-page .panel .swiper1 .swiper1-pagination {
		bottom: 15px;
		left: 50%;
		transform: translate3d(-50%, 0, 0);
		text-align: left;
		width: 100%;
		justify-content: center;
	}
}
@media (max-width: 768px) {
	/* 内页 banner */
	.common-n-banner .pic {
		min-height: 150px;
		object-fit: cover;
	}
	/* 面包屑 */
	.common-bread {
		display: none;
	}
	/* 内页公用tab 切换 */
	.common-tab-list .tab-wrap .item {
		margin-right: 0.3rem;
	}
	/* swiper 按钮统一大小 */
	.about-page .about-history .history-area .history-btn,
	.about-page .about-flair .btn {
		width: 45px;
		height: 45px;
	}
	.about-page .about-history .history-area .history-btn img,
	.about-page .about-flair .btn img {
		width: 14px;
	}
	/* 关于我们 */
	.about-page .about-desc .desc-wrap .desc-pic-list {
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.about-page .about-desc .desc-wrap .desc-pic-list .item {
		margin-right: 0;
		width: 47.5%;
	}
	/* 发展历史 */
	.about-page .about-history .history-area .history-swiper .swiper-slide .top .year {
		font-size: 24px;
	}
	.about-page .about-history .history-area .history-swiper .swiper-slide .bottom {
		padding-right: 10px;
	}
	.about-page .about-history .history-area .history-swiper .swiper-slide .bottom {
		font-size: 14px;
	}
	.about-page .about-history .history-area .history-swiper .swiper-slide .bottom br {
		display: none;
	}
	/* 研发 */
	.about-page .about-research .list .item,
	.about-page .about-research .list .item.active {
		width: 100%;
	}
	/* 工艺设备 */
	.device-page .device-main .list {
		justify-content: space-between;
	}
	.device-page .device-main .list .item {
		width: 47.5%;
		margin-right: 0;
	}
	.device-page .pic-max-dialog .swiper-max-area .arrow {
		display: none;
	}
	/* 查看图片蒙层 */
	.device-page .pic-max-dialog .swiper-max {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 20%;
	}
	.device-page .pic-max-dialog .swiper-min {
		max-width: 86%;
	}
	/* 关于我们 */
	.about-page .about-history .history-area .history-swiper .swiper-slide {
		height: 180px;
	}
	.about-page .about-history .history-sub-title {
		margin-bottom: 10px;
	}
	.about-page .about-research .list .item .text .desc {
		font-size: 14px;
	}
	.about-page .about-research .list .item.active .text .desc {
		margin-bottom: 15px;
	}
	/* 联系我们页面 */
	.contact-page .map-info {
		padding-left: 15px;
		padding-right: 15px;
		border-radius: 15px;
	}
	.contact-page .map-info .left .info-list .item {
		line-height: 1.5;
	}
	.contact-page .contact-form .form .input-line {
		flex-flow: row wrap;
	}
	.contact-page .contact-form .form .input-line input {
		width: 100%;
		margin-bottom: 20px;
	}
	.contact-page .contact-form .form .input-line input:last-of-type {
		margin-bottom: 0;
	}
	.contact-page .contact-form .form .submit-line {
		flex-wrap: wrap;
	}
	.contact-page .contact-form .form .submit-line .submit-btn {
		margin-right: 0;
		width: 100%;
	}
	.contact-page .contact-form .form .submit-line .text {
		width: 100%;
		margin-top: 10px;
	}
	/* 工艺设备 */
	.device-page .device-main .list .item {
		width: 100%;
	}
	/* 新闻详情 */
	.news-detail-page .title {
		font-size: 22px;
	}
	.news-detail-page .news-detail-wrap {
		padding-left: 15px;
		padding-right: 15px;
	}
	.news-detail-page .source-line {
		flex-wrap: wrap;
		text-align: center;
	}
	.news-detail-page .source-line .split {
		display: none;
	}
	.news-detail-page .source-line .author {
		margin-bottom: 10px;
		width: 100%;
	}
	.news-detail-page .recommend-area {
		flex-wrap: wrap;
	}
	.news-detail-page .recommend-area .left {
		width: 100%;
		flex: none;
		margin-right: 0;
		margin-bottom: 15px;
	}
	/* 行业咨询 */
	.news-page .panel .swiper1 .swiper-slide .text {
		padding-left: max(0.3rem, 15px);
		padding-right: max(0.3rem, 15px);
		padding-top: max(0.45rem, 20px);
		padding-bottom: max(0.65rem, 30px);
	}
	.news-page .list .news-item .left {
		width: 180px;
	}
	.news-page .list .news-item .right {
		padding-left: 15px;
		padding-top: 0;
	}
	.news-page .list .news-item .right .source {
		margin-top: 7px;
	}
	/* 产品详情页面 */
	.pro-detail-page .pro-detail-main {
		flex-wrap: wrap;
	}
	.pro-detail-page .pro-detail-main .left {
		width: 100%;
	}
	.pro-detail-page .pro-detail-main .right {
		width: 100%;
		margin-left: 0;
		padding-left: 15px;
		padding-right: 15px;
	}
	/* 产品列表 */
	.pro-list-section .list {
		grid-template-columns: repeat(3, 1fr);
	}
	/* 产品列表页面下面的列表切换 */
	.pro-list-tab-list .tab-wrap {
		overflow-x: auto;
	}
	/* 视频中心 */
	.video-center-page .video-list {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 576px) {
	/* 分页器 */
	.common-pagination {
		flex-wrap: wrap;
	}
	.common-pagination .item {
		margin-bottom: 10px;
	}
	/* 行业资讯 */
	.news-page .list .news-item {
		flex-wrap: wrap;
	}
	.news-page .list .news-item .left {
		width: 100%;
	}
	.news-page .list .news-item .left::after {
		padding-bottom: 46%;
	}
	.news-page .list .news-item .right {
		padding-left: 0;
		padding-top: 15px;
		flex: none;
		width: 100%;
	}
	.news-page .list .news-item .right .title {
		font-size: 18px;
	}
	.news-page .list .news-item .right .desc {
		font-size: 14px;
	}
	.news-page .list .news-item .right .source {
		margin-top: 10px;
		font-size: 12px;
	}
	/* 招商合作 */
	.partner-page .partner-wrap {
		padding-left: 15px;
		padding-right: 15px;
	}
	.partner-page .title {
		font-size: 20px;
	}
	/* 产品详情页面 */
	.pro-detail-page .pro-detail-main .right .title {
		font-size: 20px;
	}
	.pro-detail-page .detail-params-area .tab-list {
		flex-wrap: wrap;
	}
	.pro-detail-page .detail-params-area .tab-list .tab-item {
		margin-bottom: 10px;
	}
	.pro-detail-page .detail-params-area .detail-content table {
		min-width: 600px;
	}
	/* 产品列表 */
	.pro-list-section .list {
		grid-template-columns: repeat(2, 1fr);
	}
	/* 视频中心 */
	.video-center-page .video-list {
		column-gap: 15px;
		grid-template-columns: repeat(1, 1fr);
	}
	.video-center-page .video-list .item .pic .play {
		width: 40px;
	}
}
