.cli-link {
	transition: none;
}

.pcl-itemright {
	transform: translatex(100%);
}

.pcl-itemleft {
	transform: translatex(-100%);
}

.pcl-item-show {
	transform: translatex(0);
	transition: all 0.5s ease-in;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
	.warp {
		width: 100%;
	}

	.banner {
		width: 100%;
		height: 175px;
		background-color: #F5F5F5;
		background-image: url("/static/upload/image/20230804/1691137513361603.jpg");
		background-size: cover;
		background-repeat: no-repeat;
		position: relative;
		padding-top: 109px;
		z-index: 0;
	}

	.banner .b-content {
		width: 100%;
		padding: 0 20px;
		margin: 0 auto;
		text-align: left;
	}

	.banner .b-content .bc-title {
		font-size: 2.4rem;
	}

	.banner .b-content .bc-txt {
		font-size: 1.2rem;
	}

	.channel {
		width: 100%;
		padding: 6px 16px 0;
	}

	.channel .c-list {
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
	}

	.channel .c-list .cl-item {
		width: 25%;
		padding: 4px 4px;
		border-radius: 3px;
		float: left;
	}

	.channel .c-list .cl-item .cli-img {
		width: 100%;
		height: 50px;
		position: relative;
		border-radius: 3px;
		overflow: hidden;
	}

	.channel .c-list .cl-item .cli-img img {
		width: 100%;
		height: 100%;
	}

	.channel .c-list .cl-item .cli-img .cli-link {
		width: 100%;
		height: 50px;
		display: block;
		background: rgba(0, 0, 0, 0.5);
		position: absolute;
		top: 0;
		left: 0;
		text-align: center;
		line-height: 50px;
		font-size: 1.3rem;
	}

	.channel .c-list .cl-item .cli-img .cli-link:hover {
		background: rgba(37, 157, 246, 0.9);
		color: #fff;
		font-size: 1.3rem;
	}

	.about {
		padding-top: 100px;
		padding-bottom: 100px;
		width: 100%;
	}

	.about .about-conent {
		width: 100%;
		padding: 0 20px;
		margin: 0 auto;
		line-height: 36px;
		font-size: 16px;
	}

	.about .about-conent .ac-title {
		font-size: 2rem;
	}

	.about .about-conent .ac-title2 {
		font-size: 1.4rem;
	}

	.about .about-conent .ac-title,
	.about .about-conent .ac-title2 {
		text-align: center;
	}

	.about .about-conent .ac-txt {
		text-indent: 2rem;
	}

	.about .about-conent .ac-txt1 {
		padding: 20px 0 0;
		line-height: 27px;
	}

	.about .about-conent .ac-txt2 {
		line-height: 27px;
	}

	.product {
		width: 100%;
		height: 750px;
		background: #f5f5f5 url("../images/zb-about-mbanner2.jpg?__inline") no-repeat center;
		background-size: cover;
		margin-top: 30px;
		padding: 30px 10px 0;
	}

	.product .p-content {
		width: 100%;
		margin: 0 auto;
	}

	.product .p-content .p-title {
		text-align: center;
		font-size: 2rem;
	}

	.product .p-content .pc-list {
		width: 100%;
		padding-top: 20px;
		overflow: hidden;
	}

	.product .p-content .pc-list .pcl-item {
		width: 50%;
		height: 90px;
		padding: 10px 10px 0;
		float: left;
	}

	.product .p-content .pc-list .pcl-item .pcli-link {
		width: 100%;
		height: 100%;
		display: block;
		background: rgba(255, 255, 255, 0.9);
		border-radius: 3px;
		box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
		padding: 15px 15% 15px 15px;
		position: relative;
		overflow: hidden;
		z-index: 2;
	}

	.product .p-content .pc-list .pcl-item .pcli-link::before {
		content: '';
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: rgba(255, 255, 255, 0.9);
		transform: translatex(-100%);
		z-index: -1;
	}

	.product .p-content .pc-list .pcl-item .pcli-link:hover::before {
		transform: translatex(0);
		transition: all 0.5s ease-out;
	}

	.product .p-content .pc-list .pcl-item .pcli-link span {
		display: block;
	}

	.product .p-content .pc-list .pcl-item .pcli-link .pclil-icon {
		position: absolute;
		top: 35px;
		right: 10px;
		font-size: 1.4rem;
	}

	.product .p-content .pc-list .pcl-item .pcli-link .pcill-name {
		font-size: 1.4rem;
	}

	.product .p-content .pc-list .pcl-item .pcli-link .pcill-text {
		font-size: 1rem;
		height: 33px;
		overflow: hidden;
	}

	.business {
		width: 100%;
		padding: 30px 20px;
	}

	.business .b-content {
		width: 100%;
		margin: 0 auto;
	}

	.business .b-content .bc-title {
		text-align: center;
		padding-bottom: 20px;
		font-size: 2rem;
	}

	.business .b-content .bc-list .bcl-item {
		width: 100%;
		padding: 0 0 15px 120px;
		position: relative;
	}

	.business .b-content .bc-list .bcl-item .bcl-title {
		font-size: 1.4rem;
		position: absolute;
		top: 7px;
		left: 0;
	}

	.business .b-content .bc-list .bcl-item .bcl-txt {
		line-height: 27px;
	}

	.business .b-content .bc-txt {
		line-height: 36px;
		text-indent: 2.5rem;
	}

	.logistics {
		width: 100%;
		height: 520px;
		padding: 35px 20px;
		background: url("../images/zb-about-mbanner3.jpg") no-repeat center;
		background-size: cover;
	}

	.logistics .l-content {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}

	.logistics .l-content .lc-title {
		font-size: 2rem;
	}

	.logistics .l-content .lc-list {
		width: 100%;
		padding-top: 10px;
		overflow: hidden;
	}

	.logistics .l-content .lc-list .lcl-item {
		width: 25%;
		float: left;
		padding: 18px 0;
	}

	.logistics .l-content .lc-list .lcl-item .lcli-pe {
		font-size: 2rem;
	}

	.logistics .l-content .lc-list .lcl-item .lcli-pc {
		padding-top: 10px;
		font-size: 1.2rem;
	}

	.logistics .l-content .lc-list .lcl-item-rotate {
		transform: rotateX(0deg);
		transition: all 1s ease-out;
	}
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
	.warp {
		width: 100%;
	}

	.banner {
		width: 100%;
		height: 480px;
		background: #f5f5f5 url("../images/zb-about-banner.jpg") no-repeat center fixed;
		background-size: cover;
		position: relative;
		padding-top: 334px;
		z-index: 0;
	}

	.banner .b-content {
		width: 100%;
		padding: 0 20px;
		margin: 0 auto;
		text-align: left;
	}

	.banner .b-content .bc-title {
		font-size: 3.6rem;
	}

	.channel {
		width: 100%;
		padding: 36px 16px 0;
	}

	.channel .c-list {
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
	}

	.channel .c-list .cl-item {
		width: 25%;
		padding: 4px 4px;
		border-radius: 3px;
		float: left;
	}

	.channel .c-list .cl-item .cli-img {
		width: 100%;
		height: 90px;
		position: relative;
		border-radius: 3px;
		overflow: hidden;
	}

	.channel .c-list .cl-item .cli-img img {
		width: 100%;
	}

	.channel .c-list .cl-item .cli-img .cli-link {
		width: 100%;
		height: 90px;
		display: block;
		background: rgba(0, 0, 0, 0.5);
		position: absolute;
		top: 0;
		left: 0;
		text-align: center;
		line-height: 90px;
		transition: none;
	}

	.channel .c-list .cl-item .cli-img .cli-link:hover {
		background: rgba(37, 157, 246, 0.9);
		color: #fff;
		font-size: 2.2rem;
	}

	.about {
		padding-top: 100px;
		width: 100%;
		padding-bottom: 100px;
	}

	.about .about-conent {
		width: 100%;
		padding: 0 20px;
		margin: 0 auto;
		line-height: 36px;
		font-size: 16px;
	}

	.about .about-conent .ac-title,
	.about .about-conent .ac-title2 {
		text-align: center;
	}

	.about .about-conent .ac-txt {
		text-indent: 2rem;
	}

	.about .about-conent .ac-txt1 {
		padding: 80px 0 30px;
	}

	.about .about-conent .ac-txt2 {
		line-height: 36px;
	}

	.product {
		width: 100%;
		height: 728px;
		background: #f5f5f5 url("../images/zb-about-banner2.jpg?__inline") no-repeat center;
		background-size: cover;
		margin-top: 60px;
		padding: 60px 10px 0;
	}

	.product .p-content {
		width: 100%;
		margin: 0 auto;
	}

	.product .p-content .p-title {
		text-align: center;
	}

	.product .p-content .pc-list {
		width: 100%;
		padding-top: 40px;
		overflow: hidden;
	}

	.product .p-content .pc-list .pcl-item {
		width: 50%;
		height: 80px;
		padding: 10px 10px 0;
		float: left;
	}

	.product .p-content .pc-list .pcl-item .pcli-link {
		width: 100%;
		height: 100%;
		display: block;
		background: rgba(255, 255, 255, 0.9);
		border-radius: 3px;
		box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
		padding: 15px 0 0 40px;
		position: relative;
		overflow: hidden;
		z-index: 2;
	}

	.product .p-content .pc-list .pcl-item .pcli-link::before {
		content: '';
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: rgba(255, 255, 255, 0.9);
		transform: translatex(-100%);
		z-index: -1;
	}

	.product .p-content .pc-list .pcl-item .pcli-link:hover::before {
		transform: translatex(0);
		transition: all 0.5s ease-out;
	}

	.product .p-content .pc-list .pcl-item .pcli-link span {
		display: block;
	}

	.product .p-content .pc-list .pcl-item .pcli-link .pclil-icon {
		position: absolute;
		top: 25px;
		right: 20px;
	}

	.product .p-content .pc-list .pcl-item .pcli-link .pcill-text {
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		padding-right: 40px;
	}

	.business {
		width: 100%;
		padding: 60px 20px;
	}

	.business .b-content {
		width: 100%;
		margin: 0 auto;
	}

	.business .b-content .bc-title {
		text-align: center;
		padding-bottom: 75px;
	}

	.business .b-content .bc-list .bcl-item {
		width: 100%;
		padding: 0 0 15px 180px;
		position: relative;
	}

	.business .b-content .bc-list .bcl-item .bcl-title {
		position: absolute;
		top: 7px;
		left: 0;
	}

	.business .b-content .bc-list .bcl-item .bcl-txt {
		line-height: 36px;
	}

	.business .b-content .bc-txt {
		line-height: 36px;
		text-indent: 2.5rem;
	}

	.business .b-content .bc-txt1 {
		padding-top: 15px;
	}

	.logistics {
		width: 100%;
		height: 500px;
		padding: 60px 20px;
		background: url("../images/zb-about-banner3.jpg") no-repeat center;
		background-size: cover;
	}

	.logistics .l-content {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}

	.logistics .l-content .lc-list {
		width: 100%;
		padding-top: 20px;
		overflow: hidden;
	}

	.logistics .l-content .lc-list .lcl-item {
		width: 12.5%;
		float: left;
		padding: 35px 0;
		transform: rotateX(90deg);
	}

	.logistics .l-content .lc-list .lcl-item .lcli-pe {
		font-size: 2rem;
	}

	.logistics .l-content .lc-list .lcl-item .lcli-pc {
		padding-top: 10px;
		font-size: 1.4rem;
	}

	.logistics .l-content .lc-list .lcl-item-rotate {
		transform: rotateX(0deg);
		transition: all 1s ease-out;
	}
}

@media (min-width: 1200px) {
	.warp {
		width: 100%;
	}

	.banner {
		width: 100%;
		height: 480px;
		background: #f5f5f5 url("/static/upload/image/20230804/1691137513361603.jpg") no-repeat center fixed;
		background-size: cover;
		position: relative;
		padding-top: 334px;
		z-index: 0;
	}

	.banner .b-content {
		width: 1120px;
		margin: 0 auto;
		text-align: left;
	}

	.banner .b-content .bc-title {
		font-size: 3.6rem;
	}

	.channel {
		width: 100%;
		padding-top: 40px;
	}

	.channel .c-list {
		width: 1176px;
		margin: 0 auto;
		overflow: hidden;
	}

	.channel .c-list .cl-item {
		width: 168px;
		height: 90px;
		padding: 0 4px;
		border-radius: 3px;
		float: left;
	}

	.channel .c-list .cl-item .cli-img {
		width: 100%;
		height: 100%;
		position: relative;
		border-radius: 3px;
		overflow: hidden;
	}

	.channel .c-list .cl-item .cli-img img {
		width: 100%;
	}

	.channel .c-list .cl-item .cli-img .cli-link {
		width: 100%;
		height: 90px;
		display: block;
		background: rgba(0, 0, 0, 0.5);
		position: absolute;
		top: 0;
		left: 0;
		text-align: center;
		line-height: 90px;
	}

	.channel .c-list .cl-item .cli-img .cli-link:hover {
		background: rgba(37, 157, 246, 0.9);
		color: #fff;
		font-size: 2.2rem;
	}

	.about {
		padding-top: 100px;
		padding-bottom: 100px;
		width: 100%;
	}

	.about .about-conent {
		width: 1176px;
		padding: 0 80px;
		margin: 0 auto;
		line-height: 36px;
		font-size: 16px;
	}

	.about .about-conent .ac-title,
	.about .about-conent .ac-title2 {
		text-align: center;
	}

	.about .about-conent .ac-txt {
		text-indent: 2rem;
	}

	.about .about-conent .ac-txt1 {
		padding: 80px 0 30px;
	}

	.about .about-conent .ac-txt2 {
		line-height: 36px;
	}

	.product {
		width: 100%;
		height: 728px;
		background: #f5f5f5 url("../images/zb-about-banner2.jpg?__inline") no-repeat center;
		background-size: cover;
		margin-top: 60px;
		padding-top: 60px;
	}

	.product .p-content {
		width: 1020px;
		margin: 0 auto;
	}

	.product .p-content .p-title {
		text-align: center;
	}

	.product .p-content .pc-list {
		width: 100%;
		padding-top: 40px;
		overflow: hidden;
	}

	.product .p-content .pc-list .pcl-item {
		width: 50%;
		height: 80px;
		padding: 10px 10px 0;
		float: left;
	}

	.product .p-content .pc-list .pcl-item .pcli-link {
		width: 100%;
		height: 100%;
		display: block;
		background: rgba(255, 255, 255, 0.9);
		border-radius: 3px;
		box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
		padding: 15px 0 0 40px;
		position: relative;
		overflow: hidden;
		z-index: 2;
	}

	.product .p-content .pc-list .pcl-item .pcli-link::before {
		content: '';
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: rgba(255, 255, 255, 0.9);
		transform: translatex(-100%);
		z-index: -1;
	}

	.product .p-content .pc-list .pcl-item .pcli-link:hover::before {
		transform: translatex(0);
		transition: all 0.5s ease-out;
	}

	.product .p-content .pc-list .pcl-item .pcli-link span {
		display: block;
	}

	.product .p-content .pc-list .pcl-item .pcli-link .pclil-icon {
		position: absolute;
		top: 25px;
		right: 20px;
	}

	.product .p-content .pc-list .pcl-item .pcli-link .pcill-text {
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		padding-right: 40px;
	}

	.business {
		width: 100%;
		padding: 60px 0;
	}

	.business .b-content {
		width: 1000px;
		margin: 0 auto;
	}

	.business .b-content .bc-title {
		text-align: center;
		padding-bottom: 75px;
	}

	.business .b-content .bc-list .bcl-item {
		width: 100%;
		padding: 0 0 15px 180px;
		position: relative;
	}

	.business .b-content .bc-list .bcl-item .bcl-title {
		position: absolute;
		top: 7px;
		left: 0;
	}

	.business .b-content .bc-list .bcl-item .bcl-txt {
		line-height: 36px;
	}

	.business .b-content .bc-txt {
		line-height: 36px;
		text-indent: 2.5rem;
	}

	.business .b-content .bc-txt1 {
		padding-top: 15px;
	}

	.logistics {
		width: 100%;
		height: 610px;
		padding-top: 60px;
		background: url("../images/zb-about-banner3.jpg") no-repeat center;
		background-size: cover;
	}

	.logistics .l-content {
		width: 1200px;
		margin: 0 auto;
		text-align: center;
	}

	.logistics .l-content .lc-list {
		width: 100%;
		padding-top: 20px;
		overflow: hidden;
	}

	.logistics .l-content .lc-list .lcl-item {
		width: 12.5%;
		float: left;
		padding: 40px 0;
		transform: rotateX(90deg);
	}

	.logistics .l-content .lc-list .lcl-item .lcli-pc {
		padding-top: 10px;
	}

	.logistics .l-content .lc-list .lcl-item-rotate {
		transform: rotateX(0deg);
		transition: all 1s ease-out;
	}
}