@charset "utf-8";

/*  */
.pages-bg {
	background-color: #f5f5f5;
}

/* 
|----------------------
|   banner
|----------------------
*/
.pages-banner {
	height: 720px;
	justify-content: center;
	flex-direction: column;
}




.pages-banner .title h3 {
	font-size: 48px;
	line-height: 1;
	color: #fff;
}

.pages-banner .title span {
	position: relative;
	display: block;
	margin: 40px 0;
	width: 80px;
	height: 4px;
	background-color: rgba(255, 255, 255, 0.4);
}

.pages-banner .title span::before {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	content: '';
	width: 32px;
	height: 4px;
	background-color: rgba(255, 255, 255, 0.8);
}

.pages-banner .title div {
	max-width: 800px;
}

.pages-banner .title div p {
	font-size: 24px;
	color: #fff;
}


/*  */
.pages-banner.center {
	align-items: center;
}

.pages-banner.center .title span {
	margin: 40px auto;
}

/*  */
.pages-banner.black .title h3,
.pages-banner.black .title div p {
	color: #292929;
}


.pages-banner.black .title span {
	background-color: rgba(0, 0, 0, 0.4);
}

.pages-banner.black .title span::before {
	background-color: rgba(0, 0, 0, 0.8);
}



@media (max-width:1440px) {
	.pages-banner .title h3 {
		font-size: 32px;
		line-height: 1.6;
	}

	.pages-banner .title span {
		margin: 30px 0;
	}


	.pages-banner .title div p {
		font-size: 20px;
	}

}


@media (max-width:1200px) {
	.pages-banner .title h3 {
		font-size: 24px;
	}

	.pages-banner .title span {
		margin: 20px 0;
	}

	.pages-banner .title div p {
		font-size: 18px;
	}
}


@media (max-width:768px) {
	.pages-banner {
		height: 640px;
	}
}

/* 
|----------------------
|   banner
|----------------------
*/
.pages-cates {
	position: relative;
	z-index: 1;
	align-items: flex-end;
}

.pages-cates svg {
	flex: 1;
	margin-bottom: 30px;
}

.pages-cates svg path {
	fill: #ccc;
}

.pages-cates .lists {
	display: flex;
	justify-content: center;
}

.pages-cates .lists .point {
	position: relative;
	z-index: 1;
}

.pages-cates .lists .point::before,
.pages-cates .lists .point::after {
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 13px;
	height: 13px;
	margin-top: -7px;
	background-color: var(--theme-green);
	border-radius: 999px;
}

.pages-cates .lists .point::before {
	left: -7px;
}

.pages-cates .lists .point::after {
	right: -7px;
}

.pages-cates .lists ul {
	position: relative;
	border: 1px solid #ccc;
	justify-content: center;
	border-radius: 10px;
	overflow: hidden;
}

.pages-cates .lists ul li a {
	position: relative;
	z-index: 1;
	display: block;
	width: 250px;
	line-height: 62px;
	font-size: 24px;
	text-align: center;
}

.pages-cates .lists .bg {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background-color: var(--theme-default);
	transition: .3s;
}

/*  */
.pages-cates .lists .bg span {
	position: absolute;
	top: 0;
	display: inline-block;
}

.pages-cates .lists .bg span img {
	height: 100%;
}

.pages-cates .lists .bg span:first-child {
	left: 0;
}

.pages-cates .lists .bg span:last-child {
	right: 0;
}

.pages-cates .lists .bg span:first-child img {
	transform: translateX(-96%);
}

.pages-cates .lists .bg span:last-child {
	transform: translateX(96%);
}

.pages-cates .lists ul li.active a {
	color: #fff;
}

@media (max-width:1200px) {
	.pages-cates {
		padding-top: 50px;
	}

	.pages-cates .lists ul li a {
		width: 200px;
		line-height: 52px;
		font-size: 18px;
	}
}



@media (max-width:768px) {
	.pages-cates {
		padding-top: 50px;
	}

	.pages-cates .lists ul li a {
		width: 120px;
		line-height: 50px;
		font-size: 16px;
	}

	.pages-cates .lists ul li a span {
		display: none;
	}


	.pages-cates .lists .bg span {
		display: none;
	}
}


@media (max-width:480px) {

	.pages-cates .lists ul li a {
		width: 100px;
	}
}

/* 
|----------------------
|   breadcrumb
|----------------------
*/

.breadcrumb {
	padding: 20px 20px 20px 0;
	position: relative;
}

.breadcrumb-path {
	line-height: 30px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	overflow: hidden;
}

.breadcrumb-path b {
	display: inline-block;
	margin: 0 7px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #777;
	border-right: 1px solid #777;
	transform: rotate(45deg);
}

.breadcrumb-path a,
.breadcrumb-path span {
	margin: 5px 0;
	color: #808080;
	white-space: nowrap;
}

.breadcrumb-path span {
	color: #3C3C3C;
}

@media(max-width:768px) {
	.breadcrumb {
		padding: 5px 0;
	}

	.breadcrumb-path {
		height: auto;
	}
}



/* 
|----------------------
|   paging
|----------------------
*/
.paging {
	text-align: center;
}

.paging ul {
	justify-content: center;
}

.paging-link a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 2px 4px;
	width: 40px;
	height: 40px;
	font-size: 16px;
}

/* hover */
.paging-link a:hover,
.paging-link a:hover {
	color: var(--theme-green);
}

/*  */
.paging-prev a,
.paging-next a {
	width: 40px;
	padding: 0 15px;
	border: 1px solid #ccc;
	border-radius: 0 8px;
}

.paging-prev a i,
.paging-next a i {
	position: absolute;
	top: 14px;
	display: inline-block;
	width: 8px;
	height: 8px;
	border: 1px solid #333;
	transform: rotate(45deg);
}

.paging-prev a i {
	left: 15px;
	border-right: none;
	border-top: none;
}

.paging-next a i {
	left: 13px;
	border-left: none;
	border-bottom: none;
}

/* hover */
/* .paging-prev a:hover i,
.paging-next a:hover i{border-color: #fff;} */

/* active */

.paging-nav ul li a:hover {
	background-color: #ccc;
	color: #fff;
}

.paging-link a.current {
	text-decoration: underline;
	color: var(--theme-default);
}

/* supply-chain */

.join-xianjin .list ul li:nth-child(1),
.supply-chain .list ul li:nth-child(1),
.about-value .lists ul li:nth-child(1),
.news-active .lists ul li:nth-child(1),
.devldz-core .lists ul li:nth-child(1) {
	animation-delay: 0.2s;
}

.join-xianjin .list ul li:nth-child(2),
.supply-chain ul li:nth-child(2),
.about-value .lists ul li:nth-child(2),
.news-active .lists ul li:nth-child(2),
.devldz-core .lists ul li:nth-child(2) {
	animation-delay: 0.3s;
}

.join-xianjin .list ul li:nth-child(3),
.supply-chain ul li:nth-child(3),
.about-value .lists ul li:nth-child(3),
.news-active .lists ul li:nth-child(3),
.devldz-core .lists ul li:nth-child(3) {
	animation-delay: 0.4s;
}

.join-xianjin .list ul li:nth-child(4),
.supply-chain ul li:nth-child(4),
.about-value .lists ul li:nth-child(4),
.news-active .lists ul li:nth-child(4),
.devldz-core .lists ul li:nth-child(4) {
	animation-delay: 0.5s;
}

.join-xianjin .list ul li:nth-child(5),
.supply-chain ul li:nth-child(5),
.about-value .lists ul li:nth-child(5),
.news-active .lists ul li:nth-child(5),
.devldz-core .lists ul li:nth-child(5) {
	animation-delay: 0.6s;
}

.join-xianjin .list ul li:nth-child(6),
.supply-chain ul li:nth-child(6),
.about-value .lists ul li:nth-child(6),
.news-active .lists ul li:nth-child(6),
.news-active .lists ul li:nth-child(6) {
	animation-delay: 0.7s;
}

.join-xianjin .list ul li:nth-child(7),
.supply-chain ul li:nth-child(7),
.about-value .lists ul li:nth-child(7),
.news-active .lists ul li:nth-child(7),
.devldz-core .lists ul li:nth-child(7) {
	animation-delay: 0.8s;
}