.dalislide {
    margin-bottom: 5vw;
}

.dalislide .intro {
    width: 61.8%;
    height: auto;
    position: absolute;
    left: 20%;
    top: 8vw;
    z-index: 10;
    color: #000000;
    background-color:rgba(255, 255, 255, 0.618);
    padding:3%;
}

.dalislide .intro .t1 {
    font-size: 2.5rem;
    line-height: 150%;
}
.dalislide .intro .t2 {
    font-size: 1.75rem;
    line-height: 150%;
}
.dalislide .intro .t3 {
    font-size: 1rem;
    line-height: 200%;
    margin-top: 20px;
    width: 61.8%;
}
.dalislide .intro .t4 {
    font-size: 2.5rem;
    line-height: 150%;
    text-align: right;
    width: 100%;
    float: right;
}
a.opena {
    display: block;
    float: right;
    width: 180px;
    height: 55px;
    line-height: 55px;
    background: #005636;
    color: #fff;
    border-radius: 30px;
    font-size: 1.125rem;
    text-align: center;
    margin-top: 20px;
}

.dalislide .slideb {
	bottom: 20px;
}
.dalislide .slideb em {
    width: 50px;
    height: 20px;
    margin: 0 5px;
    border-radius: 0;
    background: none;
    border-top: 4px solid rgba(255, 255, 255, .5);
}
.dalislide .slideb em.on {
    border-top: 4px solid #005636;
}
.dalislide .slideleft, .dalislide .slideright {
    display: none;
}

.des {
    display: none;
}

.yearbox {
    width: calc(100% - 50px);
    margin: 60px auto 0 auto;
    height: auto;
    position: relative;
    overflow: hidden;
}
.pname {
    width: 50%;
    line-height: 110%;
    font-size: 6rem;
    color: #d0d3d4;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.years {
    width: 1060px;
    max-width: 90%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}
.years::before {
    content: '';
    width: 2px;
    height: 100%;
    background: #f0f0f0;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 2;
}
.years .line {
    width: 2px;
    height: 260px;
    background: #005636;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 3;
    -webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
}
.yl {
    width: calc(50% - 40px);
    float: left;
    margin-top: 180px;
}
.yr {
    width: calc(50% - 40px);
    float: right;
}
.yrow {
    height: auto;
    overflow: hidden;
}
.yrow span {
    display: block;
}
.y {
    font-size: 2.5rem;
    color: #ccc;
    line-height: 5rem;
    border-bottom: 1px solid #ddd;
}
.y.on {
    font-size: 6rem;
    line-height: 6rem;
    color: #047662;
    padding-bottom: 1rem;
}
.yr .yrow:nth-child(1) .y {
    margin-top: 0;
}
.t {
    font-size: 1.5rem;
    line-height: 4rem;
    color: #222;
}
.c {
    width: 75%;
    font-size: 0.875rem;
    line-height: 160%;
    color: #666;
}
.yrow img {
    display: block;
    max-width: 80%;
    margin-top: 40px;
    margin-bottom: 60px;
}

.opendes {
    cursor: pointer;
}
.openbox {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    background: #fff;
    display: none;
}
.openbox img.desbg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.openbox .gsmask {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    background: rgba(0, 0, 0, .1);
    /* 毛玻璃效果 */
    backdrop-filter: blur(30px);
}
.openbox .descont {
    width: 100%;
    height: 100%;
    display: table;
    position: relative;
    z-index: 5;
}
.openbox .desc, .openbox .desp {
    display: table-cell;
    vertical-align: middle;
}
.desc {
    width: 43%;
}
.desc span {
    display: block;
    width: 60%;
    margin: 0 auto;
    color: #fff;
    line-height: 180%;
}
.desc span:nth-child(1) {
    font-size: 3rem;
}
.desc span:nth-child(2) {
    font-size: 1.25rem;
    font-weight: bold;
}
.desc span:nth-child(3) {
    font-size: 1rem;
    margin-top: 20px;
}
.desp {
    width: 50%;
}
.desp img {
    display: block;
    max-width: 85%;
    max-height: 80vh;
}
.openbox .closedes {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 50px;
    top: 50px;
    z-index: 10;
    cursor: pointer;
}
.openbox .closedes path {
    fill: #fff;
}
.desleft, .desright {
    width: 35px;
    height: 35px;
    position: absolute;
    bottom: 50px;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    z-index: 10;
}
.desleft {
    left: 50px;
}
.desright {
    right: 50px;
}
.desleft .svg, .desright .svg {
    width: 50%;
    height: 50%;
    display: block;
    object-fit: contain;
    margin: 25%;
}
.desleft .svg path, .desright .svg path {
    fill: #005636;
}
.desleft:hover, .desright:hover {
    background: #005636;
}
.desleft:hover .svg path, .desright:hover .svg path {
    fill: #fff;
}


@media screen and (max-width: 1680px) {
    
}
@media screen and (max-width: 1440px) {
    
}
@media screen and (max-width: 1280px) {

}

/* FEFA premium brand page */
.brand-page {
	--brand-deep: #04494A;
	--brand-accent: #EA5827;
	--brand-ivory: #F7F5EF;
	background: #fff;
}
.brand-hero {
	position: relative;
	height: clamp(400px, 50vh, 560px);
	overflow: hidden;
	background-color: var(--brand-deep);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.brand-hero-shade {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(1, 27, 28, .78) 0%, rgba(1, 27, 28, .32) 48%, rgba(1, 27, 28, .08) 78%),
		linear-gradient(0deg, rgba(0, 20, 21, .35), transparent 45%);
}
.brand-frame {
	position: absolute;
	inset: 9% 5%;
	border: 1px solid rgba(255, 255, 255, .25);
	pointer-events: none;
}
.brand-frame::before {
	content: '';
	position: absolute;
	left: -1px;
	top: 18%;
	width: 3px;
	height: 86px;
	background: var(--brand-accent);
}
.brand-hero-copy {
	position: absolute;
	z-index: 2;
	left: 10%;
	bottom: 16%;
	max-width: 720px;
	color: #fff;
}
.brand-eyebrow {
	display: block;
	margin-bottom: 24px;
	color: rgba(255, 255, 255, .72);
	font-size: .75rem;
	letter-spacing: .32em;
}
.brand-hero-copy h1 {
	margin: 0;
	font-size: clamp(3.25rem, 5.4vw, 6rem);
	font-weight: 400;
	line-height: 1.08;
	letter-spacing: .08em;
}
.brand-hero-copy p {
	margin: 22px 0 0;
	padding-left: 70px;
	color: rgba(255, 255, 255, .82);
	font-size: clamp(1rem, 1.5vw, 1.4rem);
	letter-spacing: .05em;
	position: relative;
}
.brand-hero-copy p::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 48px;
	height: 1px;
	background: var(--brand-accent);
}
.brand-story {
	display: grid;
	grid-template-columns: minmax(220px, .65fr) minmax(0, 1.5fr);
	column-gap: clamp(60px, 8vw, 140px);
	width: min(1200px, 84%);
	margin: 0 auto;
	padding: clamp(90px, 9vw, 150px) 0;
}
.brand-story-title {
	position: relative;
	padding-top: 16px;
	border-top: 1px solid rgba(4, 73, 74, .35);
}
.brand-story-title>span {
	position: absolute;
	right: 0;
	top: 14px;
	color: var(--brand-accent);
	font-size: .75rem;
}
.brand-story-title p {
	margin: 0;
	color: var(--brand-deep);
	font-size: .6875rem;
	letter-spacing: .28em;
}
.brand-story-title h2 {
	margin: 24px 0 0;
	color: var(--brand-deep);
	font-size: clamp(2rem, 3vw, 3.25rem);
	font-weight: 400;
	letter-spacing: .12em;
}
.brand-story-copy {
	color: #526464;
	font-size: 1rem;
	line-height: 2.05;
}
.brand-story-copy p {
	margin: 0 0 20px;
}
.brand-story-copy br {
	display: none;
}
.brand-story-copy strong {
	color: var(--brand-deep);
	font-size: 1.08em;
	font-weight: 600;
}
.brand-values {
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: clamp(65px, 7vw, 100px);
	border-top: 1px solid rgba(4, 73, 74, .22);
	border-bottom: 1px solid rgba(4, 73, 74, .22);
}
.brand-values>div {
	position: relative;
	min-height: 180px;
	padding: 38px 34px;
	border-left: 1px solid rgba(4, 73, 74, .18);
}
.brand-values>div:first-child {
	border-left: 0;
}
.brand-values i,
.brand-values strong,
.brand-values span {
	display: block;
}
.brand-values i {
	color: var(--brand-accent);
	font-size: .6875rem;
	font-style: normal;
}
.brand-values strong {
	margin-top: 25px;
	color: var(--brand-deep);
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: .18em;
}
.brand-values span {
	margin-top: 12px;
	color: #879393;
	font-size: .8125rem;
}

/* Brand page: sustainability-inspired full-content background layout */
.brand-main {
	padding-top: 0;
}
.brand-main .brand-page {
	--brand-deep: #04494A;
	--brand-accent: #EA5827;
	--brand-ivory: #F7F5EF;
	box-sizing: border-box;
	width: 100%;
	min-height: 100vh;
	margin: 0;
	padding: clamp(115px, 9vw, 160px) 10% clamp(85px, 7vw, 120px);
	position: relative;
	background-color: #033536;
	background-image:
		linear-gradient(90deg, rgba(3,31,32,.92) 0%, rgba(4,73,74,.78) 48%, rgba(3,31,32,.88) 100%),
		var(--brand-background);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	overflow: hidden;
}
.brand-main .brand-page::before {
	content: '';
	width: 380px;
	height: 380px;
	position: absolute;
	right: -150px;
	top: 80px;
	border: 1px solid rgba(255,255,255,.1);
	border-radius: 50%;
	box-shadow: 0 0 0 58px rgba(255,255,255,.025), 0 0 0 118px rgba(255,255,255,.018);
	pointer-events: none;
}
.brand-intro {
	max-width: 980px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	text-align: center;
}
.brand-intro .brand-eyebrow {
	display: block;
	margin-bottom: 18px;
	color: var(--brand-accent);
	font-size: .75rem;
	font-weight: 500;
	letter-spacing: .32em;
}
.brand-intro h1 {
	margin: 0;
	color: #fff;
	font-size: clamp(2.5rem, 4vw, 4.75rem);
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: .1em;
}
.brand-intro p {
	display: inline-flex;
	align-items: center;
	gap: 20px;
	margin: 20px 0 0;
	padding: 0;
	color: rgba(255,255,255,.82);
	font-size: clamp(1rem, 1.35vw, 1.25rem);
	letter-spacing: .08em;
}
.brand-intro p::before,
.brand-intro p::after {
	content: '';
	width: 44px;
	height: 1px;
	background: var(--brand-accent);
}
.brand-main .brand-story-copy {
	max-width: 980px;
	margin: 58px auto 0;
	position: relative;
	z-index: 1;
	color: rgba(255,255,255,.9);
	font-size: clamp(.9375rem, 1.08vw, 1.0625rem);
	line-height: 2.05;
	text-align: center;
}
.brand-main .brand-story-copy p,
.brand-main .brand-story-copy div,
.brand-main .brand-story-copy span {
	color: inherit !important;
}
.brand-main .brand-story-copy p {
	margin: 0 0 13px;
}
.brand-main .brand-story-copy br {
	display: none;
}
.brand-main .brand-story-copy strong {
	color: #fff !important;
	font-weight: 600;
}
.brand-main .brand-story-copy img {
	display: none;
}
.brand-main .brand-values {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
	max-width: 1180px;
	margin: clamp(48px, 5vw, 72px) auto 0;
	position: relative;
	z-index: 1;
	border: 0;
}
.brand-main .brand-values > div {
	box-sizing: border-box;
	min-height: 190px;
	padding: 34px 32px;
	position: relative;
	border: 1px solid rgba(255,255,255,.22);
	background: rgba(2,30,31,.62);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	transition: transform .3s ease, border-color .3s ease, background-color .3s ease;
}
.brand-main .brand-values > div:first-child {
	border-left: 1px solid rgba(255,255,255,.22);
}
.brand-main .brand-values > div::before {
	content: '';
	width: 18%;
	height: 3px;
	position: absolute;
	left: 0;
	top: 0;
	background: var(--brand-accent);
	transition: width .3s ease;
}
.brand-main .brand-values > div:hover {
	transform: translateY(-7px);
	border-color: rgba(255,255,255,.42);
	background: rgba(2,30,31,.76);
}
.brand-main .brand-values > div:hover::before {
	width: 100%;
}
.brand-main .brand-values i,
.brand-main .brand-values strong,
.brand-main .brand-values span {
	display: block;
}
.brand-main .brand-values i {
	color: var(--brand-accent);
	font-size: .6875rem;
	font-style: normal;
	letter-spacing: .08em;
}
.brand-main .brand-values strong {
	margin-top: 22px;
	color: #fff;
	font-size: 1.45rem;
	font-weight: 500;
	letter-spacing: .16em;
}
.brand-main .brand-values span {
	margin-top: 10px;
	color: rgba(255,255,255,.66);
	font-size: .8125rem;
}
@media screen and (max-width: 1100px) {
	.brand-main .brand-page {
		padding-right: 6%;
		padding-left: 6%;
	}
	.brand-main .brand-values {
		gap: 14px;
	}
}
