body {	background-color: #f2f8ff;}.page-banner{	position:relative;	border-radius: 1.2rem;	overflow: hidden;}.page-banner img{	max-width:100%;	width:100%;	aspect-ratio: 1920 / 600;	object-fit: cover;}.parallax-window{	background: transparent;	padding-top: 4rem;	padding-bottom: 4rem;	object-fit: cover;	height: 30rem;	position: relative;	display: flex;	align-items: center;}.parallax-mirror{	border-radius:1.2rem;}.parallax-mirror: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 / 72%) 57.33%, rgb(from #000 r g b / 60%) 100%);	z-index: 1;	border-radius: 1.2rem;}.page-banner-section .page-title{	position: relative;	z-index: 2;	color:#fff;}.page-banner-section .page-title .pt-sub-title,.page-banner-section .page-title .pt-title{	font-size:3rem;	font-weight: 600;	color:#fff;	padding-top:2rem;	width: 70%;	line-height: 1.25;	padding-bottom: 1rem;}.page-banner-section .page-title .pt-sub-title{	font-size: 2rem;	padding: 0;	margin-bottom: 2rem;	font-weight: 400;}.page-banner-section .bread-path a,.page-banner-section .bread-path{	color: #fff;	font-size: 1rem;}/*.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 60%);    height:100%;}*/.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) {   body {	    padding-top: 0rem;	}	.parallax-window{		height:18rem;	}	.parallax-window .page-title{		padding:0 2rem;	}	.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 / 72%) 57.33%, rgb(from #000 r g b / 60%) 100%);		z-index: 1;	}	.page-banner-section .page-title .pt-title{		font-size: 1.75rem;		width: auto;	}	.page-banner-section .page-title .pt-sub-title{		font-size: 1rem;		width: auto;	}}