/* body{
	padding-top: 68px;
} */
.page-banner{
	position:relative;
}
.page-banner img{
	max-width:100%;
	width:100%;
}
/* .page-banner:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image:linear-gradient(180deg, rgba(0,0,0,.3) 0%, #00000000 80%);
    height:100%;
} */
.parallax-window{
	background: no-repeat center center;
	padding-top: 4rem;
	padding-bottom: 4rem;
	background-size: cover;
	height: 21.875rem;
	position: relative;
	display: flex;
	align-items: center;
}
.parallax-mirror{
	border-radius:0;
}

.parallax-window:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(270deg, transparent 0%, rgb(from #000 r g b / 30%) 57.33%, rgb(from #000 r g b / 60%) 100%);
	z-index: 1;
}

.parallax-window .page-title{
	position: relative;
	z-index: 2;
	color:#fff;
}
.parallax-window .page-title .pt-title{
	font-size:40px;
	font-weight: 600;
	color:#fff;
	padding-top:2rem;
	width: 70%;
	line-height: 1.25;
	padding-bottom: 1rem;
}
.parallax-window .bread-path a,
.parallax-window .bread-path{
	color: #fff;
	font-size: 1rem;
}
.about-banner .bread-path{position: absolute;bottom: 0;left: 0;width: 100%;z-index: 1;}
.bread-path a,
.bread-path{
	font-size:0.9rem; 
	color:#666;
}
.bread-path{
	color:#999;
}
.bread-path i.iconfont{
	display:inline-block;
	margin-left:2px;
	margin-right:2px;
}
@media only screen and (max-width:1040px) {
   .bread-path{display:none;}
   body {
	    padding-top: 0rem;
	}
	.parallax-window .page-title .pt-title{
		font-size: 36px;
	}
}

.n-hero__container{background: no-repeat center center;background-size: cover;padding:120px 0 230px;position: relative;color:#ffffff;}
.n-hero__container:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(0deg, transparent 0%, rgb(from #000 r g b / 30%) 80%, rgb(from #000 r g b / 40%) 100%);
	z-index: 1;
	pointer-events: none;
}
.n-hero__content{position: relative;z-index: 2;}
.n-hero__container .hero__desc{margin-top: 10px;font-size: 16px;line-height: 1.5;}
.n-hero__container .n-hero__btn{display: inline-flex;align-items: center;padding:8px 20px;background-color: var(--bs-theme-color);color: #ffffff;border-radius: 999px;margin-top: 12px;}
.n-show__content{padding:48px 0;background-color: #ffffff;}
.n-ser__tips{line-height: 1.8;font-size: 20px;}
.n-ser__list{margin-top: 24px;display: grid;grid-template-columns: repeat(2, 1fr);gap: 24px;}
.n-ser__list .n-ser__item{display: flex;align-items: center;gap: 16px;padding:20px 12px;background-color: #ffffff;border-radius: 15px;box-shadow: 3px 3px 10px rgba(0,0,0,.1);}
.n-ser__list .n-ser__item .n-ser__num{display: inline-block;padding:6px;background-color: rgba(245, 144, 10, 0.6);color: #ffffff;border-radius: 8px;}
.n-ser__list .n-ser__item:hover{transform: translateY(-5px);}
@media screen and (max-width:768px) {
	.n-ser__list{grid-template-columns: repeat(1, 1fr);}
}
