.guanxiang-goods-certifications h2 {
	color: #212121;
	font-weight: normal;
}

.guanxiang-goods-certifications .title {
	width: 94%;
	margin: 0 auto;
	margin-top: -10px;
	text-align: center;
}

.guanxiang-goods-certifications .title h2,
.guanxiang-goods-certifications .title h2 a {
	font-size: 36px;
	line-height: 52px;
}

.guanxiang-goods-certifications h3,
.guanxiang-goods-certifications h3 a {
	font-size: 20px;
}

.guanxiang-goods-certifications img {
	vertical-align: middle
}

.guanxiang-goods-certifications p {
	margin-top: 20px;
	line-height: 30px;
}

.guanxiang-goods-certifications {
	padding-top: 100px;
}

.guanxiang-goods-certifications .container {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}


@media screen and (max-width: 1580px) {
	.guanxiang-goods-certifications {
		padding-top: 80px;
	}
}

@media screen and (max-width: 1280px) {
	.guanxiang-goods-certifications {
		padding-top: 70px;
	}
}

@media screen and (max-width: 960px) {

	.guanxiang-goods-certifications {
		padding-top: 50px;
	}
}

.guanxiang-goods-certifications .swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-flex;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
}

.guanxiang-goods-certifications .swiper-container {
	width: 100%;
	overflow: hidden;
}

.guanxiang-goods-certifications .swiper-slide {
	flex-shrink: 0;
	position: relative;
	transition-property: transform;
}

.guanxiang-goods-certifications .swiper-pagination {
	text-align: center;
	margin-top: 7px;
	margin-left: 26px;
	vertical-align: top;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.guanxiang-goods-certifications .swiper-pagination-progressbar {
	display: inline-block;
	width: 914px;
	height: 2px;
	background: #cbd2d5;
}

.guanxiang-goods-certifications .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--color-primary);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	-ms-transform-origin: left top;
	-o-transform-origin: left top;
	transform-origin: left top;
}

.guanxiang-goods-certifications .container {
	position: relative;
}

.guanxiang-goods-certifications .swiper-container {
	width: 91.4%;
	padding: 10px;
	margin: 0 auto;
	margin-top: 30px;
}

.guanxiang-goods-certifications li img {
	width: 100%;
}

.guanxiang-goods-certifications .swiper-slide {
	width: 25.86%;
	padding: 17px;
	background: #fff;
	box-sizing: border-box;
	box-shadow: 0 0 10px rgb(4 0 0 / 15%);
	z-index: 1;
	-webkit-transition: transform 1.0s;
	-moz-transition: transform 1.0s;
	-ms-transition: transform 1.0s;
	-o-transition: transform 1.0s;
	-webkit-transform: scale(0.8);
	transform: scale(0.75);
}

.guanxiang-goods-certifications .swiper-slide-active {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	z-index: 10;
}

.guanxiang-goods-certifications .swiper-slide-prev,
.guanxiang-goods-certifications .swiper-slide-next {
	-webkit-transform: scale(0.85);
	-moz-transform: scale(0.85);
	-ms-transform: scale(0.85);
	transform: scale(0.85);
	z-index: 5;
}

.guanxiang-goods-certifications .swiper-slide>a {
	display: block;
}

.guanxiang-goods-certifications .cert-btn {}

.guanxiang-goods-certifications .cert-btn a {
	position: absolute;
	top: 50%;
	margin-top: 46px;
	display: block;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	background: var(--color-primary);
	z-index: 2;
	margin-top: 80px;
}

.guanxiang-goods-certifications .cert-btn a {
	color: #fff;
}

.guanxiang-goods-certifications .cert-btn a:hover {
	background: var(--color-second);
}

.guanxiang-goods-certifications .cert-btn a.swiper-button-prev {
	left: 0;
}

.guanxiang-goods-certifications .cert-btn a.swiper-button-prev::after {
	content: '';
	font-size: 12px;
}

.guanxiang-goods-certifications .cert-btn a.swiper-button-next {
	right: 0;
}

.guanxiang-goods-certifications .cert-btn a.swiper-button-next::after {
	content: '';
	font-size: 12px;
}

@media screen and (max-width: 1580px) {

	.guanxiang-goods-certifications .swiper-slide {
		width: 27%;
	}

	.guanxiang-goods-certifications .title p {
		font-size: 16px;
	}

	.guanxiang-goods-certifications .title h2,
	.guanxiang-goods-certifications .title h2 a {
		font-size: 34px;
	}

	.guanxiang-goods-certifications p,
	.guanxiang-goods-certifications .about-certifications .about-certificationstxt .title p {
		font-size: 15px;
		line-height: 26px;
	}

	.guanxiang-goods-certifications .cert-btn a {
		top: 45%;
	}
}

@media screen and (max-width: 1400px) {

	.guanxiang-goods-certifications .cert-btn a {
		top: 45%;
	}

	.guanxiang-goods-certifications .swiper-slide {
		width: 27.5%;
	}

	.guanxiang-goods-certifications .title h2,
	.guanxiang-goods-certifications .title h2 a {
		font-size: 34px;
	}

	.guanxiang-goods-certifications p {
		line-height: 24px;
	}
}

@media screen and (max-width: 1280px) {

	.guanxiang-goods-certifications .cert-btn a {
		top: 45%;
	}

	.guanxiang-goods-certifications .title h2,
	.guanxiang-goods-certifications .title h2 a {
		font-size: 32px;
		line-height: 42px;
	}

	.guanxiang-goods-certifications .swiper-pagination-progressbar {
		width: 600px;
	}
}


@media screen and (max-width: 960px) {

	.guanxiang-goods-certifications .title {
		width: 100%;
	}

	.guanxiang-goods-certifications .swiper-pagination-progressbar {
		width: 160px;
	}
}