@font-face {
    font-family: 'Pretendard';
    font-weight: 400;
    font-style: normal;
    src: url('../font/Pretendard-Regular.eot');
    src: url('../font/Pretendard-Regular.eot') format('embedded-opentype'),
        url('../font/Pretendard-Regular.woff2') format('woff2'),
        url('../font/Pretendard-Regular.woff') format('woff'),
        url('../font/Pretendard-Regular.ttf') format("truetype");
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 500;
    font-style: normal;
    src: url('../font/Pretendard-Medium.eot');
    src: url('../font/Pretendard-Medium.eot') format('embedded-opentype'),
        url('../font/Pretendard-Medium.woff2') format('woff2'),
        url('../font/Pretendard-Medium.woff') format('woff'),
        url('../font/Pretendard-Medium.ttf') format("truetype");
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 700;
    font-style: normal;
    src: url('../font/Pretendard-Bold.eot');
    src: url('../font/Pretendard-Bold.eot') format('embedded-opentype'),
        url('../font/Pretendard-Bold.woff2') format('woff2'),
        url('../font/Pretendard-Bold.woff') format('woff'),
        url('../font/Pretendard-Bold.ttf') format("truetype");
    font-display: swap;
}

html {
	overflow-x: hidden;
	
}

body {
	margin: 0;
	background-color: #fff;
	font-family: "Pretendard","source-han-sans-simplified-c","Noto Sans SC","Microsoft YaHei","sans-serif";

}
body.no-scroll {
	overflow: hidden;
	height: 100vh;
}

.fl {
	float: left
}

.fr {
	float: right
}

.clear:after {
	content: "";
	display: block;
	clear: both
}

.relative {
	position: relative
}

.lazy {
	background: url(../image/load.gif) no-repeat center center;
	background-size: 24px
}

.w1680 {
	max-width: 1680px;
	margin-left: auto;
	margin-right: auto
}

.ovf {
	overflow: hidden
}

.wrap {
	padding-top: 120px
}

.fs45 {
	font-size: 45px
}

.fs40 {
	font-size: 40px
}

.fs24 {
	font-size: 24px
}

.fs22 {
	font-size: 22px
}

.fs20 {
	font-size: 20px
}

.fs18 {
	font-size: 18px
}

.fs16 {
	font-size: 16px
}

.sec-column__box {
	position: relative
}

.sec-column__box .sec-column__right {
	position: absolute;
	right: 0;
	top: 0;
	max-width: calc(100% - 150px)
}


.list-animate .wow,.list-animate.wow {
	display: block;
	-webkit-transition: opacity .4s ease,-webkit-transform 1s ease;
	transition: opacity .4s ease,transform 1s ease;
	-webkit-transform: translate3d(0, 5%, 1px);
	transform: translate3d(0, 5%, 1px);
	opacity: 0;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0
}

.list-animate .wow.animated,.list-animate.wow.animated {
	-webkit-transform: none;
	transform: none;
	opacity: 1
}

@keyframes -webkit-bannerProgress {
	100% {
		width: 70px
	}
}

@keyframes bannerProgress {
	100% {
		width: 70px
	}
}

@keyframes -webkit-listAnimateText {
	0% {
		-webkit-transform: translate3d(0, 30px, 1px);
		transform: translate3d(0, 30px, 1px);
		opacity: 0
	}

	100% {
		opacity: 1;
		-webkit-transform: translateZ(1px) rotate(0.001deg);
		transform: translateZ(1px) rotate(0.001deg)
	}
}

@keyframes listAnimateText {
	0% {
		-webkit-transform: translate3d(0, 30px, 1px);
		transform: translate3d(0, 30px, 1px);
		opacity: 0
	}

	100% {
		opacity: 1;
		-webkit-transform: translateZ(1px) rotate(0.001deg);
		transform: translateZ(1px) rotate(0.001deg)
	}
}

@media (min-width: 1025px) {
	.list-banner__circle a:hover .circle-animate .circle__c2 {
		stroke-dashoffset: 0
	}

	.list-banner__circle a:hover .circle-text span {
		animation: listAnimateText 1s 1
	}

	.list-animate__circle a:hover .circle-line {
		-webkit-transform: none;
		transform: none;
		-webkit-transition: transform .8s ease .2s;
		transition: transform .8s ease .2s
	}

	.list-animate__circle a:hover .circle-text span {
		-webkit-transition: opacity 0s linear .8s,-webkit-transform 1s ease .8s;
		transition: opacity 0s linear .8s,transform 1s ease .8s;
		opacity: 1;
		-webkit-transform: translateZ(1px) rotate(0.001deg);
		transform: translateZ(1px) rotate(0.001deg)
	}

	.list-animate__circle a:hover .circle-text .line {
		-webkit-transition: opacity .5s ease 1s;
		transition: opacity .5s ease 1s;
		opacity: 1
	}

	.list-animate__circle a:hover .circle__c1,.list-animate__circle a:hover .circle__c2 {
		stroke: #fff
	}

	.list-animate__circle a:hover .circle__c1 {
		stroke-dashoffset: 0;
		-webkit-transition: stroke-dashoffset 1s ease;
		transition: stroke-dashoffset 1s ease;
		-webkit-transition-delay: .5s;
		transition-delay: .5s
	}

	.list-view__more a:hover .vm-line:before {
		-webkit-transform: none;
		transform: none;
		-webkit-transition: transform .8s ease .2s;
		transition: transform .8s ease .2s
	}

	.list-view__more a:hover .vm-line:after {
		-webkit-transition: opacity .5s ease 1s;
		transition: opacity .5s ease 1s;
		opacity: 1
	}

	.list-view__more a:hover .vt-box span {
		-webkit-transition: opacity 0s linear .6s,-webkit-transform 1s ease .6s;
		transition: opacity 0s linear .6s,transform 1s ease .6s;
		opacity: 1;
		-webkit-transform: translateZ(1px) rotate(0.001deg);
		transform: translateZ(1px) rotate(0.001deg)
	}

	.btn:hover i {
		-webkit-transform: translateX(4px);
		transform: translateX(4px)
	}

	.no-load a {
		-webkit-transition: opacity .4s;
		transition: opacity .4s
	}

	.no-load a:hover {
		opacity: .8
	}
}

@media (max-width: 1760px) {
	.w1680 {
		margin-left: 30px;
		margin-right: 30px
	}
}

@media (max-width: 1600px) {
	.page-toggle a:hover {
		background-color: #8ECC3A
	}
}

@media (max-width: 1500px) {
	.wrap {
		padding-top: 107px
	}

	.loading i {
		width: 8px;
		height: 8px
	}

	.fs45 {
		font-size: 36px
	}

	.fs40 {
		font-size: 32px
	}

	.fs24 {
		font-size: 22px
	}

	.fs22 {
		font-size: 20px
	}

	.fs20 {
		font-size: 18px
	}

	.fs18 {
		font-size: 16px
	}

	.fs16 {
		font-size: 14px
	}

	.list-view__more .vt-box {
		margin: 12px 0
	}

	.list-banner__circle .circle-animate svg {
		width: 244px;
		height: 244px
	}

	.slide-inner {
		padding-left: 370px
	}

	.circle-animate svg {
		width: 218px;
		height: 218px
	}

	.paragraph h4 {
		padding: 0 40px
	}

	.banner-bg:after {
		height: 105px
	}

	.btn {
		height: 50px;
		line-height: 50px
	}
}

@media (max-width: 1366px) {

    

	.circle-animate svg {
		width: 200px;
		height: 200px
	}

	.list-view__more .vt-box {
		margin: 8px 0
	}

	.list-banner__circle .circle-animate svg {
		width: 224px;
		height: 224px
	}

	.slide-inner {
		padding-left: 345px
	}
}

@media (max-width: 1024px) {
	.fs45 {
		font-size: 32px
	}

	.fs40 {
		font-size: 26px
	}

	.fs24 {
		font-size: 20px
	}

	.fs22 {
		font-size: 18px
	}

	.fs20 {
		font-size: 16px
	}

	.wrap {
		padding-top: 78px
	}

	.list-banner__circle .circle-animate svg {
		width: 200px;
		height: 200px
	}

	.slide-inner {
		padding-left: 280px
	}

	.list-slide__title {
		padding-bottom: 15px
	}

	.list-slide__txt {
		padding-top: 12px;
		padding-right: 25px
	}

	.list-view__more .vm-line:before {
		-webkit-transform: none;
		transform: none;
		-webkit-transition: transform .8s ease .2s;
		transition: transform .8s ease .2s
	}

	.list-view__more .vm-line:after {
		-webkit-transition: opacity .5s ease 1s;
		transition: opacity .5s ease 1s;
		opacity: 1
	}

	.list-view__more .vt-box span {
		-webkit-transition: opacity 0s linear .6s,-webkit-transform 1s ease .6s;
		transition: opacity 0s linear .6s,transform 1s ease .6s;
		opacity: 1;
		-webkit-transform: translateZ(1px) rotate(0.001deg);
		transform: translateZ(1px) rotate(0.001deg)
	}

	.round-icon__box a {
		width: 42px;
		height: 42px
	}

	.round-icon__box a i {
		font-size: 12px;
		color: rgba(26,26,26,0.4)
	}

	.paragraph {
		line-height: 1.8
	}

	.paragraph h3 {
		font-size: 22px
	}

	.paragraph h4 {
		padding: 0 30px
	}

	.paragraph blockquote {
		border-width: 3px
	}

	.list-view__more .view-more__box {
		display: none
	}
}

@media (max-width: 800px) {
	.slide-inner {
		padding-left: 265px
	}
}


@media (max-width: 640px) {
	.w1680 {
		margin-left: 20px;
		margin-right: 20px
	}

}


@media (max-width: 500px) {
	.fs40 {
		font-size: 20px
	}

	.fs45 {
		font-size: 24px
	}

	.fs24,.fs22 {
		font-size: 16px
	}

	.fs20 {
		font-size: 14px
	}

	.btn {
		width: 142px;
		height: 45px;
		line-height: 45px
	}
}

.top-fixed #header #headerInnerWrap {
    background-color: #fff;
    border-bottom: 1px solid #eee;
}
.top-fixed #header .logo a {
    background: url(../head/logo.png) no-repeat left center;
    background-size: 185px;
}
.top-fixed #header #gnb > ul > li > a {
    color: #333;
}
.top-fixed #header .header-lang .lang-open-btn strong {
    color: #333;
}


.home-about {
	padding-bottom: 0px;
}
.home-about ul {
	display: flex;
	flex-wrap: wrap;
}
.home-about ul li {
	text-align: center;
	width: 25%;
}
.home-about ul li span {
	font-size: 40px;
    font-weight: 500;
}
.home-about ul li span i {
	font-style: normal;
	font-size: 15px;
}
.home-about ul li div {
    margin-top: 20px;
    font-size: 17px;
    color: #484848;
}


.pub_img_box {
	overflow: hidden;
	position: relative;
}

.pub_img_box video {
	object-fit: cover;
	width: 100%;
}

.pub_img_box::before {
	content: '';
	display: block;
	margin-top: 100%;
}

.pub_img_box .pub_img {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	background-size: cover;
	background-position: center;
	transition: all .5s cubic-bezier(0.435, 0.25, 0.15, 0.965) 0s;
}

.pub_img_box > img {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	object-fit: cover;
	transition: all .5s cubic-bezier(0.435, 0.25, 0.15, 0.965) 0s;
}

.vh_full {
	height: 100vh;
}

.ind_body .ind_row06 {
	position: relative;
	overflow: hidden;
	z-index: 3;
}

.ind_body .ind_row06::before {
	content: '';
	left: 9.6px;
	bottom: 0;
	position: absolute;
	background-color: rgba(255, 255, 255, 0.1);
	width: calc(100% - 19.2px);
	height: 1px;
}

.ind_body .ind_row06 .pub_mask_box {
	height: 100%;
	position: relative;
}

.ind_body .ind_row06 .pub_mask_box .masek_img_box {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	left: 0;
	top: 0;
	z-index: 2;
	pointer-events: none;
}

.ind_body .ind_row06 .pub_mask_box .pub_img_box {
	height: 100%;
	z-index: 1;
}

.ind_body .ind_row06 .pub_mask_box .pub_img_box::before {
	display: none;
}

.ind_body .ind_row06 .pub_mask_box .pub_img_box .ind_row06_txt {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.45);
	z-index: 3;
	padding-top: 0px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	text-align: center;
	color: #fff;
	line-height: 1;
}

.ind_body .ind_row06 .pub_mask_box .pub_img_box .ind_row06_txt .sto_t_en {
	font-size: 14px;
	line-height: 1.5;
	text-shadow: 0 2px 1px rgba(0, 0, 0, 0.27);
}

.ind_body .ind_row06 .pub_mask_box .pub_img_box .ind_row06_txt .sto_t {
	margin-top: 27px;
	font-size: 48px;
}


/* 
.home-about p {
	line-height: 1.8;
    font-size: 18px;
    color: #404040;
    width: 80%;
    margin: 0 auto;
    text-align: justify;
} */
 /**05. main-sec05**/
 .main-sec05{
    background-color:#fff;
}
.main-sec05 .title-area{
    padding-left:20px;
    padding-right:20px;
    margin-bottom: 3.333rem;
    text-align: center;
}
.main-sus-bg {
    position: relative;
    left: 0;
    top: 0;
    margin: 0 auto;
    height: 100vh;
}
.main-sus-bg .pin-spacer {
    width: 100% !important;
}
.fixed-bg-wrap {
    position: absolute;
    left:0;
    top: 0;
    max-width: 100% !important;
    width: 100% !important;
    height: 100%;
    z-index: 1;
}
.fixed-bg-wrap .fixed-bg {
    position: relative;
    margin: 0 auto;
    width: 40%;
    height: 100vh;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    background-position:center;
    background-size:cover;
}
.fixed-bg-wrap .fixed-bg::after {
	content: "";
	background: #000;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0.3;
}
.fixed-bg video{
object-fit: cover;
width: 100%;
height: 100%;
}
.main-sus-text{
    height:100vh;
    position:relative;
    z-index:999;
    padding-top:30vh;
}
.main-sus-text .inner{
    max-width:1367px;
    margin:0 auto;
    padding:0 20px;
    position:relative;
    z-index:100;
}
.main-sus-text p {
    display:block;
    color:#fff;
	font-size: 20px;
	line-height: 1.8;
	text-align: justify;
}
.main-sus-text .mgt3 {
	width: 1000px;
}
.main-sus-text p > span{
    line-height:1.1em;
}
.arrow-btn-circle {
	display:inline-block;
  	border: 1px solid #fff;
  	transition: all 0.5s ease;
  	vertical-align: middle;
  	width:60px;
  	height:60px;
  	border-radius: 50%;
  	-webkit-border-radius: 50%;
  	-moz-border-radius: 50%;
  	background: url(../picture/main-sus-arrow.svg) no-repeat center;
  	background-size:8px;
  	margin-top: 95px;
}
.arrow-btn-circle:hover {
    border: 1px solid;
    color:#fff;
    background: url(../picture/main-sus-arrow-b.svg) #fff no-repeat center;
    background-size:8px;
}
.btn-line-w {
    border: 1px solid #fff;
    box-shadow: inset 0 0 0 0 #fff;
    transition: box-shadow .2s ease;
    color: #fff;
	display: inline-block;
    padding: 11px 40px;
    font-size: 16px;
    transform: skew(-0.03deg);
    text-align: center;
}
.btn-line-w:hover {
    box-shadow: inset 0 -5em 0 0 #fff;
    color: #242424;
}

.home-news {
    padding: 110px 0px 130px 0;
	background: #fff;
	position: relative;
	z-index: 1;
}
.home-news .cont1560 {
	width: 90vw;
    max-width: 1560px;
    margin: auto;
}
.home-news .flex {
	display: flex;
	justify-content: space-between;
	-webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
	justify-content: space-between;
}
.home-news .flex.h100 {
	height: 600px;
	position: relative;
}
.home-news .flex.h100 .topic {
	position: absolute;
    top: 0;
    left: 0;
}
.home-news .flex.h100 .topic h2 {
	line-height: 1.6;
}

.home-news .flex .home-news-left {
	width: 56%;
}
.home-news .swiper {
	padding-top: 100px;
}
.Swiper-news .swiper-slide a {
	display: block;
    /* height: 432px; */
    background: #F0F3F8;
    border-radius: 20px;
    padding: 40px 25px;
}
.Swiper-news .swiper-slide a .content {
	display: block;
	align-items: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(191, 191, 191, 0.3);
}
.Swiper-news .swiper-slide a .content .image {
    width: 100%;
    height: 230px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}
.Swiper-news .swiper-slide a .content .image img {
	width: 100%;
    height: 100%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    object-fit: cover;
}
.Swiper-news .swiper-slide a .content .contentBox {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-top: 0px;
}
.Swiper-news .swiper-slide a .content .contentBox .title {
    font-size: 17px;
    color: #000000;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 13px;
	text-align: justify;
    min-height: 47px;
}
.Swiper-news .swiper-slide a .content .contentBox .time {
    font-weight: 400;
    font-size: 15px;
    color: #616161;
}
.Swiper-news .swiper-slide a .intro {
    font-size: 15px;
    color: #4F4F4F;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
}
.Swiper-news .swiper-slide a .intro.home-news-expo-intro {
    display: block;
    height: 48px;
    overflow: hidden;
    text-align: left;
}
.home-news-expo-status {
    display: block;
    margin: 0;
    color: inherit;
    font-weight: inherit;
    line-height: 1.6;
}
.home-news-expo-meta {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    line-height: 1.6;
    text-overflow: ellipsis;
}
.home-news .swiper-button-next, 
.home-news .swiper-button-prev {
	top: 0;
}
.home-news .swiper-button-next, 
.home-news .swiper-button-prev {
    position: absolute;
    top: 0;
    width: 56px;
    height: 56px;
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    /* border: 1px solid #000; */
    border-radius: 50px;
    background: url(../picture/btnHover.png) no-repeat;
}
.home-news .swiper-button-next:after, 
.home-news .swiper-button-prev:after {
    font-size: 20px;
}

.home-news .swiper-button-prev, 
.home-news .swiper-rtl .swiper-button-next {
    left: auto;
    right: 100px;
}

.button-svg {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) scale(1.1) rotate(180deg);
	-ms-transform: translate(-50%, -50%) scale(1.1) rotate(180deg);
	transform: translate(-50%, -50%) scale(1.1) rotate(180deg);
	width: 65px;
	height: 65px;
	fill: none;
	stroke: #048d1f;
	stroke-width: 2px;
	stroke-dasharray: 167;
	stroke-linecap: round;
	stroke-linejoin: round;
	border-radius: 50%;
	z-index: 3;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	opacity: 0;
	visibility: hidden;
}
.swiper-button-next:hover svg,
.swiper-button-prev:hover svg {
    opacity: 1;
    visibility: visible;
    -webkit-animation: mySvg 0.8s;
    animation: mySvg 0.8s;
}
@keyframes mySvg {
	0% {
	  stroke-dashoffset: 167;
	}
	100% {
	  stroke-dashoffset: 0;
	}
}

.home-news .swiper-button-next:hover, 
.home-news .swiper-button-prev:hover {
	background: none;
}

.home-news .home-news-right {
	width: 42.0454545455%;
	height: 100%;
    border-radius: 15px;
    overflow: hidden;
}
.home-news .home-news-right a {
	height: 100%;
    display: block;
    position: relative;
}
.home-news .home-news-right a::after {
	content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    background: linear-gradient(to top, #000 0%, transparent 30%);
    opacity: 0.4;
    left: 0;
    top: 0;
    border-radius: 10px;
}
.home-news .home-news-right a .image {
    overflow: hidden;
    height: 100%;
}
.home-news-right a .image img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    object-fit: cover;
}
.home-news-right a .content {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: auto;
    padding: 0px 44px 35px;
	z-index: 2;
}
.home-news-right a .content .title {
    font-size: 20px;
    color: #FFFFFF;
    line-height: 1.8;
    margin-bottom: 10px;
}
.home-news-right a .content .time {
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
}


.topic {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 70px;
}
.topic h2 {
	font-weight: normal;
    font-size: 45px;
    color: #000;
}
.topic p {
    width: 58%;
    padding-left: 50px;
    padding-right: 1.5%;
    line-height: 1.8;
    font-size: 18px;
    font-size: 20px;
    color: #404040;
	text-align: justify;
}
.home-news .home-apply-bot {
	position: relative;
    padding-bottom: 65px;
}
.home-news .home-apply-bot-swip {
    width: 100% !important;
}
.home-news .home-news-ul-li {
    width: 460px !important;
    padding: 0 12px;
}
.home-news .hnul-link {
    display: block;
    /* padding: 32px;
    border-radius: 20px;
    border: 1px solid #D0DBE1;
    background: #FFF;
    box-shadow: 0px 383px 107px 0px rgba(132, 155, 179, 0.00), 0px 245px 98px 0px rgba(132, 155, 179, 0.01), 0px 138px 83px 0px rgba(132, 155, 179, 0.05), 0px 61px 61px 0px rgba(132, 155, 179, 0.09), 0px 15px 34px 0px rgba(132, 155, 179, 0.10); */
}
.home-news .hnul-link-top {
    /* padding-bottom: 24px;
    border-bottom: solid 1px #D0DBE1;
    margin-bottom: 24px; */
}
.home-news .hnul-link-top .imgbox-cover{
    /* border-radius: 15px;
    margin-bottom: 24px; */
	position: relative;
    overflow: hidden;
    transform: rotate(0);
    -webkit-transform: rotate(0);
}
.home-news .imgbox-cover img {
    width: 100%;
    transition: all .36s ease;
    object-fit: cover;
}
.home-news .imgbox-cover img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
.home-news .hnul-link-top-bt {
	display: flex;
    align-items: center;
    justify-content: space-between;
    display: none;
}
.home-news .hltb-btn{
    display: flex;
    align-items: center;
}
.hltb-le-icons{
    width: 16px;
    flex-shrink: 0;
    font-size: 0;
    margin-right: 8px;
}
.hltb-le-icons img{
    width: 100%;
}
.hltb-btn p{
    color: #666;
    font-size: 14px;
    line-height: 1.2;
}

.home-news .hnul-link-tit{
    color: #333;
    line-height: 1.6;
    /* height: 30px; */
    /* display: -webkit-box; */
    /* -webkit-box-orient: vertical; */
    /* -webkit-line-clamp: 1; */
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    /* margin-bottom: 12px; */
    font-size: 20px;
}
.home-news .hnul-link-word{
    margin-bottom: 44px;
}
.home-news .hnul-link-word p{
    line-height: 1.75;
    height: auto;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: #666;
    font-size: 16px;
}
.home-news .hnul-link .std-btn2 {
    position: relative;
    z-index: 2;
}
.home-news .hnul-link .std-btn2 .std-btn2-box {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.std-btn2-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: solid 1px #005747;
    position: relative;
    flex-shrink: 0;
    font-size: 0;
    margin-right: 16px;
    transition: all .4s;
}
.std-btn2-icon img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .4s;
}
.std-btn2-icon img:nth-child(2) {
    opacity: 0;
}
.home-news-ul-li a:hover .std-btn2-icon img:nth-child(2){
    opacity: 1;
}
.row2 .swiper-slide a:hover .std-btn2-icon img:nth-child(2){
    opacity: 1;
}

.home-news-ul-li a:hover .std-btn2-icon img:nth-child(1){
    opacity: 0;
}
.row2 .swiper-slide a:hover .std-btn2-icon img:nth-child(1){
    opacity: 0;
}
.row2 .swiper-slide a:hover .std-btn2-icon {
    background: #005747;
}


.home-news-ul-li a:hover .std-btn2-icon {
  background: #005747;
}
.home-news .std-btn2-box p {
    color: #030f27;
    line-height: 1.75;
    font-size: 16px;
	margin-bottom: 0;
}

.home-news .home-apply-bot .mod-arrows {
    width: 108px;
    position: absolute;
    bottom: 0;
    right: 0;
	display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-news .swiper-horizontal>.swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    background: rgba(3, 15, 39, 0.1);
    width: calc(100% - 135px) !important;
    height: 2px !important;
}
.home-news .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background: rgb(23 87 72) !important;
}
.home-news .arrows-icon{
    background: rgba(3, 26, 39, 0.10);
	width: 44px;
	height: 44px;
	border-radius: 50%;
	backdrop-filter: blur(2px);
	-webkit-backdrop-filter: blur(2px);
	position: relative;
	cursor: pointer;
	transition: all .4s;
}
.home-news .arrows-icon img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .4s;
}
.home-news .arrows-icon img:nth-child(2) {
    opacity: 0;
}
.home-news .arrows-icon:hover img:nth-child(2) {
    opacity: 1;
}
.home-news .arrows-icon:hover img:nth-child(1) {
	opacity: 0;
}
.home-news .arrows-icon:hover {
	background: #005747;
}

.home-news .home-prod .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    /* width: calc(1920px* 0.74) !important; */
    height: 2px !important;
    left: 0;
    top: auto !important;
    background: rgba(208, 219, 225, 0.3);
}
.home-news .home-prod .swiper-horizontal>.swiper-pagination-progressbar, 
.home-news .swiper-pagination-progressbar.swiper-pagination-horizontal, 
.home-news .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, 
.home-news .swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    top: auto !important;
    bottom: 20px !important;
    background: #c6c6c6;
    height: 2px;
    width: calc(1560px* 0.9);
}
.mark-page .home-prod .swiper-pagination-progressbar, .mark-page .home-prod .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    bottom: 20px !important;
    background: rgba(255, 255, 255, 1) !important;
}
.home-news .slick-disabled, 
.home-news .swiper-button-disabled {
    opacity: 0.6;
    pointer-events: none;
}



/** - Footer**/
.footer {
    background: #1e1e1e;
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
	position: relative;
	background: linear-gradient(312deg, #2f3631 30%, #676767 100%);
}
.footer::after {
    content: "";
    background: url(../picture/footbg.png) no-repeat bottom;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 270px;
    height: 358px;
    background-size: 270px;
	opacity: 0.4;
}
.inner1400 {
    width: 90%;
    max-width: 1440px;
    margin: 0 auto;
}
.footer_flex {
  display: flex;
  justify-content: space-between;
  padding: 100px 0 100px;
}
.footer .sitemap {
	display: flex;
    justify-content: space-between;
}
.footer-logo {
	width: 240px;
    margin-right: 150px;
}
.footer-logo img {
    width: 100%;
}
.footer .col-1 {
	flex: 1; /* 核心：自动占满剩余宽度 */
}
.footer .sitemap > li > a {
	display: block;
    color: #ffffff;
    font-size: 17px;
    font-weight: normal;
    margin-bottom: 15px;
}
.footer .sitemap > li > ul > li > a {
    padding: 5px 0;
    font-size: 15px;
    display: block;
    transition: all ease .3s;
	line-height: 1.5;
	color: #c0c0c0;
}
.footer .footer_sitemap .sitemap > li > ul > li > a:hover {
    color: #fff;
}
.footer .sitemap .sns {
	padding-top: 40px;
}
.footer .sitemap .sns h4 {
	line-height: 1.5;
    color: #c0c0c0;
    font-size: 15px;
	padding-bottom: 20px;
}
.footer-2 {
	background: #444;
	padding: 30px 0px;
	color: #262926;
}
.footer-2 .inner1400 {
	display: flex;
	justify-content: space-between
}
.footer-2 p {
	font-size: 14px;
	color: #a3a3a3;
}
.footer-2 .right {
	display: flex;
    color: #a3a3a3;
	
}
.footer-2 .right a {
	color: #a3a3a3;
}
.footer-2 .right a:hover {
    color: #fff;
}

.footer-2 .lang {
	padding-right: 10px;
    margin-left: 10px;
	color: #a3a3a3;
}
.footer-2 .other {
	padding-left: 10px;
	color: #a3a3a3;
}

.footer .footer_flex .additional {
    margin-top: -15px;
}
.footer .footer_flex .additional a {
    display: block;
    position: relative;
    padding: 20px 0 10px;
    width: 270px;
    color: #666;
    font-size: 16px;
}
.footer .additional a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #d1d1d1;
}
.footer .additional a .arrow {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -12px;
    width: 25px;
    height: 25px;
    background: #f1f1f1 url(../picture/go_small_dark.png) no-repeat center;
    border-radius: 50%;
}
.footer .additional a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #005747;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform ease .6s;
}
.footer .additional a:hover .arrow {
    background-color: #005747;
    background-image: url(../picture/go_small.png);
}

.footer_info {
    padding: 40px 0 70px;
    border-top: 1px solid #d6d6d6
}
.footer_info .footer_info_wrap {
    display: flex;
}
.footer_info .footer_info_wrap .logo {
    width: 165px;
    height: auto;
}
.footer_info .footer_info_wrap .info {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
    width: 60%;
    line-height: 1.4;
}
.footer_info .footer_info_wrap .info p {
    position: relative;
    margin: 0 24px 5px 0;
    font-size: 15px;
    font-weight: normal;
    color: #666666;
}
.footer_info .footer_info_wrap .info p::after {
    content: '';
    position: absolute;
    top: 0;
    right: -13px;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 11px;
    background: #dddddd;
}
.footer_info .footer_info_wrap .copyright {
    margin-top: 16px;
    font-size: 14px;
    color: #999999;
}
.footer_info .family_site {
    display: flex;
    align-items: center;
    padding-left: 25px;
    width: 200px;
    height: 55px;
    margin-left: auto;
    display: flex;
    position: relative;
    background: #005747;
    cursor: pointer;
}
.family_site > span {
    letter-spacing: 0;
    font-size: 15px;
    color: #fff;
    display: block;
    z-index: 2;
    position: relative;
    background: url(../picture/lan_white.png) no-repeat left;
    padding-left: 25px;
    line-height: 16px;
}
.footer .col {
    padding: 0;
    margin: 0;
}
.footer .col-info {
    width: 70%;
}
.footer .col-site {width: 30%;}
.family_site::after {
    content: '';
    position: absolute;
    right: 30px;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 8px;
    height: 5px;
    background: url(../picture/footer_arrow_down.png) no-repeat center;
}
.family_site_menu {width:100%; position:absolute; left:0; bottom:50px; background:#fff; border:1px solid #e5e5e5; padding:10px; opacity:0; height:0; transition:all ease .3s;overflow: hidden;}
.family_site.act .family_site_menu{  opacity:1; height:110px;}
.family_site.act .family_site_menu li {margin-left: 10px;}
.family_site.act .family_site_menu li a { display:block; padding:3px; font-size:16px;padding-left: 28px;}
.family_site.act .family_site_menu li a:hover {
    color: #005747;
}
.family_site.act .family_site_menu li.en a {
    background: url(../image/en.png) no-repeat left;
    background-size: 18px;  
}
.family_site.act .family_site_menu li.ita a {
    background: url(../image/ita.png) no-repeat left;
    background-size: 18px;  
}
.family_site.act .family_site_menu li.dg a {
    background: url(../image/dg.png) no-repeat left;
    background-size: 18px;  
}

.family_site.act::after{transform:rotate(180deg); }

.footer .ft_bn{  position:fixed; bottom:0; left:0; width:100%; background:#570b17; color:#fff; z-index:99; padding: 15px 0;}
.footer .ft_bn .inner1400{display: flex;  align-items: center;   justify-content: space-around; flex-wrap:wrap;}
.footer .ft_bn p{width:calc(100% - 40px); margin-right:10px; font-size:15px;}
.footer .ft_bn_close{ display:block; width:30px; height:30px; padding-top: 15px; cursor:pointer;}
.footer .ft_bn_close span{display:block; width:100%; height:2px; background:#fff; transform:rotate(45deg);     margin: -2px 0;}
.footer .ft_bn_close span:last-child{transform:rotate(-45deg)}

.footer .sns .icon {
	display: flex;
}
.footer .sns img,
.footer .sns svg {
    width: 26px;
    height: 26px;
    margin-right: 5px;
    opacity: .7;
}

.footer .sns a:hover svg {opacity: 1;}
.footer .sns a:hover svg path {
    fill: #005747;
    opacity: 1;
}

.footer .footer_sitemap .footer_flex .additional a:hover {
    color: #005747;
}
.footer_flex .additional a:hover::after {
    transform: scaleX(1);
}

.footer-go-top {
    position: fixed;
    right: 32px;
    bottom: 32px;
    width: 56px;
    height: 56px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(10, 101, 87, 0.94);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.16);
    color: #fff;
    cursor: pointer;
    z-index: 1200;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(10px);
    transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, background-color 0.25s ease;
}

.footer-go-top.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.footer-go-top:hover {
    background: #0c7a68;
    transform: translateY(-3px);
}

.footer-go-top__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.footer-go-top__icon svg {
    width: 24px;
    height: 24px;
    fill: currentColor;
}

@media (max-width: 767px) {
    .footer-go-top {
        right: 18px;
        bottom: 18px;
        width: 46px;
        height: 46px;
    }

    .footer-go-top__icon svg {
        width: 20px;
        height: 20px;
    }
}


.loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
    z-index: 999999;
}

.loading .line {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: rgba(112,112,112,0.4);
	z-index: 200;
	opacity: 0;
}

.loading .progress {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	width: 50%;
	width: 0;
	height: 3px;
	background-color: #000;
	z-index: 400
}

.loading .percent {
    /*position: absolute;
    top: 60%;
    left: 0;
    width: 100%;*/
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    font-size: 36px;
    text-align: center;
    z-index: 600;
    font-family: 'RobotoMono-Light';
	margin-top: 50px;
}

.loading .top {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -moz-transition: all 1.2s cubic-bezier(0.32, 0.17, 0, 1);
    -o-transition: all 1.2s cubic-bezier(0.32, 0.17, 0, 1);
    -webkit-transition: all 1.2s cubic-bezier(0.32, 0.17, 0, 1);
    transition: all 1.2s cubic-bezier(0.32, 0.17, 0, 1);
    background-color: #000;	
}
.loading .top img {
	position: relative;
	z-index: 9999999999999999;
	height: 255px;
}

.loading .top.animate {
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%)
}

.loading .top .p {
	font-size: 14px;
    color: #000;
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: -150px;
}

.loading .top .loadvideo {
	width: 400px;
	height: 400px;
	margin: 0 auto;
}
.loading .top .loadvideo video {
	object-fit: cover;
	width: 100%;
	height: 100%;
}


.main-carees {
	position: relative;
    overflow: hidden;
}
.main-carees .item-visual {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.main-carees .item-visual .obj {
	position: absolute;
	top: 0;
	left: 50%;
	width: 100vw;
	height: 100%;
	transform: translate(-50%, 0%);
}
.pc-video-block {
	display: block;
}
.quote {
	position: relative;
    padding: 0px 0 0 0;
}

.row1 {
	width: 100%;
    position: relative;
	padding-bottom: 100px;
	padding-top: 90px;
}
.row1::before {
    position: absolute;
    top: -427px;
    left: -293px;
    width: 1088px;
    height: 1089px;
    border: 230px solid transparent;
    border-radius: 100%;
    background-image: linear-gradient(#fff, #fff), linear-gradient(107.66deg, rgb(141 179 172 / 60%) 3.94%, rgba(0, 50, 164, 0) 84.15%);
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-sizing: border-box;
    content: '';
    animation: ring 8s infinite;
}

.row1 .bg .button {
    margin-top: 20px;
}

.row2 {
	background: #f6f6f6;
	background: #fff;
	padding: 100px 0px;
}
.row2 .cp-swiper {
	padding: 0 2.5%;
}
.row2 .cp-swiper .mySwiper {
	border-top: 1px solid #eaeaea;
    padding-top: 30px;
}
.row2 .cp-swiper img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.row2 .swiper-pagination {
	opacity: 0;
}
.row2 .swiper-slide .pa {
    top: 30px;
    left: 0;
    width: 100%;
}
.row2 .swiper-slide .flex {
	display: flex;
    align-items: center;
    padding: 0 5%;
	align-items: center;
}
.row2 .swiper-slide h3 {
	font-size: 20px;
    color: #000;
}
.row2 .swiper-slide svg,
.row2 .swiper-slide .std-btn2-icon {
	position: absolute;
    right: 3%;
}

.row3 {
	background: #f6f6f6;
	background: #363636;
	padding: 100px 0px 100px;
}
.row3 .topic h2,
.row3 .topic p {
	color: #fff;
}
.row3 .flex {
	display: flex;
	flex-wrap: wrap;
}
.row3 .flex .left-ul {
	width: 60%;
	margin-right: 2%;
	
}
.row3 .flex li {
	width: 100%;
	height: 100%;
	position: relative;
}
.row3 .flex li .main-pic,
.row3 .flex li .ci-pic {
	width: 100%;
	height: 100%;
	border-radius: 10px;
}
.row3 li .ci-pic {
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.4s ease; 
	opacity: 0;
}
.row3 li:hover .ci-pic {
	opacity: 1;
}
.row3 .flex li:hover::after {
	display: none;
}

.row3 .flex .left-ul .li-1 {
	width: 100%;
    height: 450px;
    margin-bottom: 3%;
}
.row3 .flex .left-ul .left-ul-bottom {
	display: flex;
	flex-wrap: wrap;
}
.row3 .flex .left-ul .li-2 {
	width: 47%;
	height: 350px;
	margin-right: 2%;
}

.row3 .flex .left-ul .li-3 {
	width: 51%;
	height: 350px;
}

.row3 .flex .right-ul {
	width: 38%;
	height: 828px;
}
.row3 .flex .right-ul li {
	height: 100%;
	width: 100%;
}
.row3 .flex ul li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}
.row3 .flex ul li .text {
	position: absolute;
	left: 30px;
	bottom: 30px;
	font-size: 20px;
	color: #fff;
	z-index: 2;
}
.row3 .flex ul li .text span {
	display: block;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
    opacity: 0.6;
    font-size: 22px;
}
.row3 .flex ul .li-4 .text span {
	font-size:40px ;
}
.row3 .flex ul li .text::before {
    content: "";
    width: 25px;
    background: #005747;
    position: absolute;
    left: -40px;
    height: 20px;
    bottom: 1px;
	transition: all 0.4s ease; 
}
.row3 .flex ul li:hover .text {
	color: #333;
}
.row3 .flex ul li:hover .text span {
	color: #005747;
	opacity: 1;
}
.row3 .flex ul li:hover .text::before {
    height: 55px;
}

.row3 .flex ul li::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	background: linear-gradient(to top, #000 0%, transparent 30%);
	opacity: 0.4;
	left: 0;
	top: 0;
	border-radius: 10px;
}

.row3 .bottom-flex {
	display: flex;
	flex-wrap: wrap;
	margin-top: 2%;
	height: 400px;
}
.row3 .li-5 {
	width: 60%;
	height:100%;
	position: relative;
	margin-right: 2%;
}
.row3 .li-6 {
    width: 38%;
    height: 100%;
    position: relative;
    margin-right: 0;
}
.row3 .li-5 a {
	display: block;
	width: 100%;
	height: 100%;
}

.row3 .li-5 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}
.row3 .li-5 .text {
	position: absolute;
	left: 30px;
	bottom: 30px;
	font-size: 20px;
	color: #fff;
	z-index: 2;
}
.row3 .li-5 .text span {
	display: block;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
    opacity: 0.6;
    font-size: 22px;
}
.row3 .li-5 .text::before {
    content: "";
    width: 25px;
    background: #005747;
    position: absolute;
    left: -40px;
    height: 20px;
    bottom: 1px;
	transition: all 0.4s ease; 
}
.row3 .li-5:hover .text::before {
	height: 55px;
}
.row3 .li-5:hover .text {
	color: #333;
}
.row3 .li-5:hover .text span {
	color: #005747;
	opacity: 1;
}
.row3 .li-5::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	background: linear-gradient(to top, #000 0%, transparent 30%);
	opacity: 0.4;
	left: 0;
	top: 0;
	border-radius: 10px;
}
.row3 .li-5 .main-pic,
.row3 .li-5 .ci-pic {
	width: 100%;
	height: 100%;
	border-radius: 10px;
}
.row3 .li-5 .ci-pic {
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.4s ease; 
	opacity: 0;
}
.row3 .li-5:hover .ci-pic {
	opacity: 1;
}
.row3 .li-5:hover::after {
	display: none;
}
.row3 .button {
    margin: 0 auto;
    margin-top: 60px;
    display: block;
}

.row4 {
	height: 85vh;
	position: relative;
	/* background: #f7f7f7; */
	padding: 0px 1% 0px;
	margin-top: 50px;
}
.row4 .flex {
	display: flex;
	flex-wrap: wrap;
	height: 100%;
}
.row4 .bg {
	width: 50%;
	height: 100%;
	background-color: #005748;
	position: absolute;
	left: 0;
	top:0;
	z-index: 2;
	display: none;

}
.row4 .flex .bg .pa {
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.row4 .flex .bg .pa img {
	display: block;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}
.row4 .flex .right {
	height: 100%;
	width: 50%;
}
/* é€‰é¡¹å¡å®¹å™¨ */
.row4 .tab-container {
    width: 100%;
    height: 100%;
    position: relative;
    /* overflow: hidden; */
    /* padding: 150px; */
}
.row4 .tab-titles {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    gap: 20px;
    width: 90%;
    border-bottom: 1px solid hsl(0deg 0% 100% / 50%);
}
.row4 .tab-title {
    padding: 0px 0px 20px;
    color: hsl(0deg 0% 100%);
    /* background: rgba(0, 0, 0, 0.3); */
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.5s ease;
    font-size: 20px;
    width: 33.33%;
    text-align: center;
    border-radius: 50px;
    position: relative;
}
.row4 .tab-title.active {
	color: #fff;
}
.row4 .tab-title.active::after {
	content: "";
	width: 100%;
	height: 3px;
	bottom: -1px;
	left: 0;
	position: absolute;
	background: #fff;
	
}
.row4 .tab-contents {
	width: 100%;
	height: 100%;
	position: relative;
}
/* èƒŒæ™¯å›¾æ¸å˜ï¼ˆæ— å»¶è¿Ÿï¼‰ */
.row4 .tab-content {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.8s ease, visibility 0.8s ease; /* èƒŒæ™¯å›¾ä»…æ¸å˜é€æ˜Žåº¦ */
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
	padding: 40px;
	background-size: cover;
	background-position: center;
	border-radius: 13px;
}
.row4 .tab-content.active {
	opacity: 1;
	visibility: visible;
}
/* æ–‡å­—å®¹å™¨ï¼šå»¶è¿Ÿ1ç§’+ä»Žä¸‹å¾€ä¸Šæ¸å…¥ */
.row4 .content-wrap {
	/* åˆå§‹çŠ¶æ€ï¼šé€æ˜Ž + å‘ä¸‹åç§»20px */
	opacity: 0;
	transform: translateY(20px);
	/* æ ¸å¿ƒï¼šè¿‡æ¸¡åŠ¨ç”» + 1ç§’å»¶è¿Ÿ */
	transition: opacity 0.8s ease 0.8s, transform 0.8s ease 0.8s;
	
}

.paa {
	background-color: #fff;
	padding: 100px 50px;
	position: absolute;
	top: 41%;
	width: 580px;
	min-height: 245px;
	z-index: 2;
	right: 5%;
	transform: translate(0%, -50%) translate(0px, -0.188px);
}
.paa .square-lg {
    background-color: #005747;
    height: 10px;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
}
/* æ¿€æ´»æ—¶æ–‡å­—å½’ä½å¹¶æ˜¾ç¤º */
.tab-content.active .content-wrap {
	opacity: 1;
	transform: translateY(0);
}
/* æ–‡å­—æ ·å¼ */
.content-title {
	font-size: 36px;
	margin-bottom: 20px;
	color: #333;
}
.content-desc p {
	font-size: 18px;
    line-height: 1.8;
    color: #454545;
}
.content-desc p b {
    font-size: 22px;
    color: #175748;
}
.card-heading {
    font-size: 30px;
	font-weight: 500;
}
.content-title h3 {
	font-size: 36px;
    line-height: 1.5;
	margin-bottom: 35px;
}
.row4 .leftfix {
    position: absolute;
    left: 5%;
    top: 30%;
    z-index: 2;
}
.row4 .leftfix h2 {
	color: #fff;
    font-size: 54px;
    line-height: 1.5;
}

@keyframes ring {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
@-webkit-keyframes ring {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
@-ms-keyframes ring {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
@-o-keyframes ring {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
.button {
	margin-top: 50px;
}
.button a {
	width: 180px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    background-color: #000;
    border-radius: 30px;
    color: rgb(255 255 255);
    font-weight: 600;
    border: none;
    position: relative;
    cursor: pointer;
    transition-duration: .2s;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.116);
    padding-left: 30px;
    transition-duration: .5s;
    font-size: 16px;
	font-family: "Pretendard", "source-han-sans-simplified-c", "Noto Sans SC", "Microsoft YaHei", "sans-serif";
}
  
.svgIcon {
	height: 25px;
	transition-duration: 1.5s;
}
  
.button path {
	fill: #fff;
}
  
.button:active {
	transform: scale(0.97);
	transition-duration: .2s;
	border-radius: 50px;
}
  
.button:hover .svgIcon {
	transform: rotate(250deg);
	transition-duration: 1.5s;
}
.button:hover a {
	background-color: rgb(0 87 72);
}


.row1 .bg .photo {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: 100%;
    background-position: center top;
    background-repeat: no-repeat;
}
.row1 .bg .photo:after {
    content: "";
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}
.row1 .flex {
	display: flex;
	flex-wrap: wrap;
}
.row1 .quote {
	width: 55%;
    margin-right: 5%;
}
.cont1560 {
    width: 85vw;
    max-width: 1560px;
    margin: auto;
}

.quote__text {
    font-size: 42px;
    line-height: 1.5;
    position: relative;
    color: #333;
	color: #175748;
    text-align: left;
}
.quote__text .line__mask {
	background-color:#fff;
	height: 100%;
	opacity: .8;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 2
}
.quote__text .line .line--2 {
    font-size: 36px;
    font-weight: normal;
}


.quote .short-info {
    line-height: 1.8;
    font-size: 18px;
    color: #404040;
    padding-top: 70px;
	padding-bottom: 50px;
	text-align: justify;
}
.right-no {
	width: 35%;
    margin-left: 5%;
}
.right-no li {
	margin-bottom: 50px;
    border: rgb(0 87 72 / 17%) 1px solid;
    padding: 30px 40px;
    border-radius: 10px;
    position: relative;
}
.right-no li:last-child {
	margin-bottom: 0;
}
.right-no li .pa {
	right: 30px;

}
.right-no li img {
	width: 85px;
	display: block;
}
.right-no li span {
	font-size: 60px;
    color: #005748;
	letter-spacing: -2px;
}
.right-no li i {
	font-style: normal;
	color: #333;
	font-size: 15px;
	padding-left: 5px;
}
.right-no li p {
	margin-top: 20px;
	font-size: 18px;
	color: #1f1f1f;;
}


/* 视频层：完全独立，固定尺寸，不参与任何缩放 */

  #videoLayer video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
  }

  /* SVG镂空层：独立层，只对这个层做缩放 */
  #svgLayer {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 9999999999999999999999999999992999;
	pointer-events: none;
	overflow: visible;
  }
  #svgZoomWrap {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 120vw;
	height: 140vh;
	transform: translate(-50%, -50%) scale(1);
	transform-origin: center center;
  }
  #svgZoomWrap svg {
	width: 100%;
	height: 100%;
	display: block;
  }
  #svgLayer .mask-bg {
	fill: #fff;
  }
  #svgLayer .text-mask {
	font-size: 10vw;
	font-weight: 900;
	font-family: Montserrat, Arial, sans-serif;
	text-transform: uppercase;
	dominant-baseline: middle;
	text-anchor: middle;
	transform-origin: center;
	letter-spacing: -0.02em;
	fill: #000;
  }

  /* 内容层 */
  .hero-content {
	position: fixed;
	width: 100%;
	height: 100vh;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
  }
  .hero-content .h1 {
	font-size: 32px;
	width: 65vw;
	min-width: 280px;
	max-width: 1680px;
	line-height: 1.3;
	text-align: center;
	opacity: 1;
  }
  .hero-content .h1 span {
	font-size: 22px;
	padding-bottom: 20px;
	display: block;
  }
  .hero-content .h1::before {
	content: '';
	display: block;
	width: 2px;
	height: 100px;
	background: #009688;
	margin: 0 auto 50px;
  }

  /* 隐藏状态 */
  #svgLayer.hidden {
	opacity: 0;
	visibility: hidden;
  }
  .hero-content.hidden {
	opacity: 0;
	visibility: hidden;
  }

.nybanner {
    position: relative;
    z-index: 2;
    height: 100vh;
    height: 100vh;
    overflow: hidden;
    -webkit-transition: all 2s;
    transition: all 0.5s;
}
.bodybanner .nybanner {
    height: 88vh;
}

.nybanner video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* .nybanner-cp {
    height: 650px;
}
.bodybanner .nybanner-cp {
    height: 650px;
} */
.nybanner-cp .nyban-img::after {
    display: none;
}
/* .nybanner-cp .nyban-txt {
    top: 55%;
} */
.nybanner-cp .nyban-txt h1 {
    font-size: 42px;
}
.nybanner-cp .nyban-txt p {
    font-size: 21px;
    line-height: 1.8;
    max-width: 800px;
}



.nyban-img {
    height: 100%;
    width: 100%;
    margin: 0 auto;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    background-size: cover;
}
.nyban-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 65%;
    height: 100%;
    background: linear-gradient(270deg, rgba(3, 15, 39, 0) 12.61%, rgb(16 64 160 / 44%) 90.03%);
    pointer-events: none;
}

.service-support-page .nyban-img::after {
    background: linear-gradient(270deg, rgba(3, 15, 39, 0) 12.61%, rgb(16 64 160 / 74%) 90.03%);
}

.nyban-txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	width: 85vw;
    /* max-width: 1560px; */
    margin: auto;
	text-align: left;
}
.nyban-txt h1 {
	font-size: 30px;
	line-height: 1.6;
	color: #fff;
	margin-bottom: 20px;
	font-weight: normal;
}
.nyban-txt p {
	font-size: 42px;
	color: #fff;
	line-height: 1.3;
}

.s-container {
    position: relative;
    background: #f7f9fb;
    z-index: 2;
}

.s-container .inner {
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
}

.prologue .sec2 {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    transition: background-color 0.8s ease;
    /* background: rgb(0 32 50); */
    background: url(../picture/20.jpg) no-repeat center;
    background-size: cover;
    /* min-height: 100svh; */
    padding: 100px 0 80px;
}
.prologue .sec2::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.3;
}
.prologue .sec2 video {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.prologue .sec2 .intro-text > div:nth-child(1) {
    font-size: 36px;
}
.prologue .sec2 .intro-text {
    position: relative;
    z-index: 2;
    margin-bottom: 73px;
    max-width: 800px;
}
.prologue .sec2 .intro-text > div {
    color: #fff;
    margin-bottom: 15px;
    font-size: 19px;
	line-height: 1.8;
}
.prologue .sec2 .path-wrapper {
    position: relative;
    width: 100%;
    height: 350px;
    margin: 15px 0 45px;
    z-index: 2;
}
.prologue .sec2 .hori-txt {
    position: absolute;
    left: 4%;
    bottom: 10%;
    font-size: 200px;
    font-weight: 200;
    line-height: 1;
    color: rgba(255, 255, 255, 0.1);
    z-index: 1;
}
.prologue .sec2 .line-svg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: visible;
}
.prologue .sec2 .line-svg path {
    vector-effect: non-scaling-stroke; /* 선 두께가 일정하게 유지되도록 */
}
.prologue .sec2 .outro-text {
    position: relative;
    z-index: 2;
    text-align: left;
    max-width: max-content;
    max-width: 700px;
    margin-left: auto;
    /* padding-right: clamp(0px, 2vw, 2rem); */
}
.prologue .sec2 .outro-text > div {
    color: #fff;
    margin-bottom: 5px;
    font-size: 19px;
	line-height: 1.8;
}

.prologue .sec4 {
    height: 120vh;
    height: auto;
}
.prologue .sec4 .inner {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    position: relative;
    overflow: hidden;
    height: 200px;
}
.prologue .sec4 .hori-txt {
    position: absolute;
    left: 60%;
    top: -70px;
    transform: translateX(-50%);
    font-size: 278px;
    font-weight: 200;
    line-height: 1;
    color: #bdbfb3;
    opacity: 0.1;
    z-index: -1;
}

.about-info {
    padding-top: 130px;
}
.about-info .quote {
    width: 100%;
    margin-right: 0;
    display: flex;
}
.about-info .quote_box {
    width: 40%;
    margin-right: 10%;
}
.about-info .quote__text {
    font-size: 38px;
}
.about-info .quote .short-info {
    width: 100%;
    padding-top: 0;
}

.about-info .quote .short-info .line--2 {
    display: block;
    font-size: 30px;
    margin-bottom: 30px;
    color: #175748;
    font-weight: 500;
}

.about-info .quote .short-info ul {
    margin: 28px 0 34px;
    margin: 28px 0 0px;
    padding: 0;
    list-style: none;
}

.about-info .quote .short-info ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 18px;
    font-size: 18px;
    line-height: 1.8;
    color: #4d4d4d;
}

.about-info .quote .short-info ul li:last-child {
    margin-bottom: 0;
}

.about-info .quote .short-info ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.72em;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #175748;
    display: none;
}

.about-info .quote .short-info ul li h3 {
    margin: 0 0 6px;
    font-size: 20px;
    line-height: 1.5;
    color: #175748;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.45;
    color: #175748;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.about-info .quote .short-info ul li h3 svg {
    margin-right: 10px;;
}

.about-info .quote .short-info button {
    display: block;
    margin-top: 0;
}
.about-info .quote .short-info .button a {
    width: 150px;
}


.about-info .right-no {
    margin-top: 60px;
    width: 100%;
    margin-left: 0;
}
.about-info .right-no ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.about-info .right-no li {
    margin-bottom: 50px;
    border:none;
    border-bottom: rgb(0 87 72 / 17%) 1px solid;
    padding: 30px 2%;
    border-radius: 0;
    position: relative;
    width: 16.5%;
    width: 26%;
    margin-right: 5%;
}
.about-info .right-no li .pa {
    right: 0;
}
.about-info .right-no li img {
    width: 70px;
}

.about-info .right-no li:last-child {
    margin-bottom: 50;
    margin-right: 0;
}
.about-info .right-no li span {
    font-size: 36px;
}
.about-info .right-no li p {
    margin-top: 40px;
    font-size: 17px;
    color: #404040;
}

.about-info-3 {
    padding: 100px 0px;
}
.main_title {
    font-size: 40px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 35px;
    color: #175748;
    position: relative;
}
.about-info-3 p {
    line-height: 1.8;
    font-size: 18px;
    color: #404040;
    padding-bottom: 20px;
    text-align: justify;
}
.about-info-3 .flex {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
}
.about-info-3 .left {
    width: 50%;
}
.about-info-3 .left img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    display: block;
    object-fit: cover;
}
.about-info-3 .right {
    width: 45%;
    margin-left: 5%;
}



html.w-mod-touch * {
	background-attachment: scroll!important
}

.w-inline-block {
	max-width: 100%;
	display: inline-block
}

.w-ix-emptyfix:after {
	content: ""
}

.w-layout-vflex {
	flex-direction: column;
	align-items: flex-start;
	display: flex
}

.text-size-large {
	font-size: 18px;
	line-height: 1.8;
	color: #404040;
	text-align: justify;
}

.heading-style-h2 {
	font-size: 38px;
    font-weight: 500;
    color: #175748;
}

.cta-text-wrapper {
	grid-column-gap: .5rem;
	grid-row-gap: .5rem;
	flex-flow: column;
	justify-content: center;
	align-items: flex-start
}

.title-head {
	grid-column-gap: .75rem;
	grid-row-gap: .75rem;
	text-transform: uppercase;
	background-color: #f7f7f7;
	flex-flow: row;
	justify-content: flex-start;
	align-items: center;
	padding: .5rem .75rem;
	font-size: .75rem
}

.title-head.dark {
	background-color: #f7f7f700;
	padding: 0
}

.section-impact {
	justify-content: space-between;
	align-items: flex-start;
	height: 150vh;
	display: flex;
	position: relative
}

.impact-grid {
	z-index: 2;
	grid-column-gap: 16px;
	grid-row-gap: 16px;
	grid-template-rows: auto;
	grid-template-columns: 2.25fr 1fr;
	grid-auto-columns: 1fr;
	justify-content: flex-end;
	align-items: flex-end;
	width: 100%;
	height: 100%;
	padding: 40px 70px 0;
	display: flex;
	position: relative
}

.impact-card {
    grid-column-gap: 300px;
    grid-row-gap: 300px;
    grid-row-gap: 200px;
    background-color: #fff;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 550px;
    padding: 70px 24px;
    display: flex;
    margin-bottom: 15%;
}

.section-impact:not(.section-impact-production) .impact-card {
    grid-row-gap: 34px;
}

.impact-card-header {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    /* flex-flow: column; */
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.impact-bg {
	object-fit: cover;
	width: 100%;
	height: 100vh;
	margin-left: auto;
	margin-right: auto;
	position: sticky;
	top: 0
}

.impact-bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-sticky-wrapper {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0
}

.title-head_dot {
    background-color: #005748;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.impact_card-bottom {
	grid-column-gap: 24px;
    grid-row-gap: 24px;
    border-top: 1px solid rgb(136 190 188 / 58%);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-top: 38px;
    display: flex;
}

.impact-bottom_content {
	grid-column-gap: 16px;
	grid-row-gap: 16px;
	grid-template-rows: auto;
	grid-template-columns: 1fr .75fr;
	grid-auto-columns: 1fr;
	place-items: center stretch;
	width: 100%;
	display: block
}

.about-info-4 {
    padding: 50px 0px 0;
}
.about-info-4 .cont1560 {
    width: 90vw;
    max-width: 100%;
    position: relative;
    z-index: 2;
}

.about-info-4 .tab-container {
    text-align: center;
}

.about-info-4 .stick-menu {
    background: #f8f7f5;
    display: inline-flex;
    font-size: 18px;
    color: #333;
    text-align: center;
    padding: 10px;
    border-radius: 45px;
}
.about-info-4 .tab-titles {
    background: #fefefd;
    padding: 8px;
    border-radius: 50px;
    margin-right: 10px;
    display: flex;
}
.about-info-4 .tab-title {
    color: #005748;
    display: block;
    padding: 0 30px;
    line-height: 2.75;
    border-radius: 45px;
    background: #fefefd;
    margin: 0 5px;
    padding: 0 40px;
    min-width: 220px;
    cursor: pointer;
}
.about-info-4 .tab-title.active {
    background-color: #005748;
    color: #fefefd;
}

.about-info-4 .tab-contents {
    width: 100%;
    height: auto;
    border-radius: 15px;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    gap: 90px;
    margin-top: 0;
}

 .about-info-4 .tab-content {
        display: block;
        margin-top: 0;
}
.about-info-4 .content-section-title {
    text-align: center;
    margin-bottom: 15px;
}

.about-info-4 .tab-content-2 .content-section-title {
    color: #fff;
}


.about-info-4 .tab-content .content-text p {
    text-align: center;
}

.about-info-4 .tab-content {
    position: relative;
    height: auto;
    margin: 0 auto;
    margin-top: 30px;
    width: 100%;
}

.about-info-4 .tab-content-2 {
    background: url(../picture/map_bg_1.jpg) no-repeat center;
    background-size: cover;
    padding: 60px 0px 100px;
    margin-top: 100px;
    position: relative;
}

.about-info-4 .tab-content-2::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 50% 46%, rgba(57, 166, 179, 0.22), rgba(2, 29, 58, 0.95) 56%, #021d3a 100%);
    opacity: 0.3;
}

.about-info-4 .tab-content.active {
    display: block;
    animation: contentFadeIn 0.5s ease;
}

.about-info-4 .content-img .content-img-1 a {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
}
.about-info-4 .tab-content .content-text p {
    font-size: 20px;
    line-height: 1.8;
    margin: 0 auto;
}


.about-info-4 .content-img {
    margin-top: 30px;
    overflow: hidden;
}

.about-info-4 .content-img .content-img-1 {
    width: 25%;
    height: 480px;
    position: relative;
    margin-right: 0.3%;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
/* 
.about-info-4 .content-img .content-img-2 {
    width: 18%;
}
.about-info-4 .content-img .content-img-3 {
    width: 8%;
}
.about-info-4 .content-img .content-img-4 {
    width: 12%;
}
.about-info-4 .content-img .content-img-5 {
    width: 10%;
}
.about-info-4 .content-img .content-img-6 {
    width: 14%;
}
.about-info-4 .content-img .content-img-7 {
    width: 8%;
} */

.about-info-4 .content-img .content-img-1:hover {
    width: 50%;
}
.about-info-4 .content-img .content-img-1 a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    background: linear-gradient(to top, #000 0%, transparent 50%);
    opacity: 0.4;
    left: 0;
    top: 0;
}
.about-info-4 .content-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.about-info-4 .content-img .content-img-line .zi {
    position: absolute;
    bottom: 30px;
    left: 5%;
    color: #fff;
    z-index: 1;
}
.about-info-4 .content-img .content-img-line .zi p {
    font-size: 17px;
    margin-top: 0px;
    font-size: 22px;
}
.about-info-4 .content-img .content-img-line .zi span {
    display: none;
    font-size: 45px;
    font-weight: 500;
}

.about-info-4 .content-img .flex {
    display: flex;
}



.about-info-4 .tab-content-2 .content-text p {
    color: #fff;
}
.about-info-4 .tab-content-2 .content-img {
    background-size: cover;
    background-position: center;
    height: 600px;
    border-radius: 10px;
    position: relative;
    width:100%;
    margin: 0 auto;
    margin-top: 30px;
    overflow: hidden;
}

.about-info-4 .tab-content-2::before {
    background: radial-gradient(circle, rgb(126 208 202 / 8%), rgb(0 0 0 / 11%) 68%);
    content: "";
    inset: 8% 18%;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.about-info-4 .tab-content-2 .content-img .in-map {
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1250px;
    max-width: 1104px;
    aspect-ratio: 1200 / 674;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.tab-content-2 .network-arcs {
        height: 100%;
        inset: 0;
        pointer-events: none;
        position: absolute;
        width: 100%;
        z-index: 1;
    }
    .tab-content-2 .network-runners {
        height: 100%;
        inset: 0;
        overflow: visible;
        pointer-events: none;
        position: absolute;
        width: 100%;
        z-index: 2;
    }
    .tab-content-2 .network-arcs path {
        fill: none;
        opacity: 0;
        stroke: rgba(132, 233, 224, 0.92);
        stroke-dasharray: 1600;
        stroke-dashoffset: 1600;
        stroke-linecap: round;
        stroke-width: 2.4;
        filter: drop-shadow(0 0 10px rgba(111, 222, 214, 0.42));
    }
    .tab-content-2 .network-arcs path:nth-child(2n) {
        stroke: rgba(255, 255, 255, 0.75);
    }
    .tab-content-2 .network-runners .arc-runner {
        fill: #bafbf6;
        filter: drop-shadow(0 0 8px rgba(186, 251, 246, 0.95));
        opacity: 0;
    }
    .tab-content-2 .network-runners .arc-runner.core {
        fill: #ffffff;
        filter: drop-shadow(0 0 12px rgba(255, 255, 255, 0.95));
    }
    .tab-content-2 .in-map.is-active .network-arcs path {
        animation: arcReveal 2.1s cubic-bezier(0.22, 1, 0.36, 1) forwards,
            arcShimmer 4.5s ease-in-out infinite;
        animation-delay: var(--delay, 0s), calc(var(--delay, 0s) + 2.1s);
    }

.tab-content-2 .content-img .in-map .pin {
    /* display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; */
    color: #222;
    font-size: 14px;
    font-weight: 500;
    z-index: 2;
    position: absolute;
    line-height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0;
}

.tab-content-2 .in-map.is-active .pin {
        animation: pinReveal 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
        animation-delay: var(--delay, 0s);
    }
    .tab-content-2 .in-map .pin-label {
        background: rgba(3, 19, 34, 0.68);
        border: 1px solid rgba(175, 207, 225, 0.22);
        border-radius: 999px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.22);
        color: #fff;
        font-size: 15px;
        left: 18px;
        letter-spacing: 0.08em;
        padding: 6px 14px;
        position: absolute;
        top: -10px;
        transform: translateY(-100%);
        white-space: nowrap;
    }
    .tab-content-2 .in-map .pin .dotlist_01 {
        background-color: #afcfe1;
        border-radius: 50%;
        box-shadow: 0 0 0 6px rgba(175, 207, 225, 0.08);
        height: 10px;
        left: 0;
        position: absolute;
        top: 0;
        transform: translate(-50%, -50%);
        width: 10px;
        z-index: 2;
    }
    .tab-content-2 .in-map .pin .dotlist_02 {
        border: 1px solid rgba(175, 207, 225, 0.32);
        border-radius: 50%;
        height: 68px;
        left: 0;
        opacity: 0;
        position: relative;
        top: 0;
        transform: translate(-50%, -50%) scale(0.35);
        width: 68px;
    }
    .tab-content-2 .in-map.is-active .pin .dotlist_02 {
        animation: mapPulse 2.4s ease-out infinite;
        animation-delay: calc(var(--delay, 0s) + 0.15s);
        opacity: 1;
        display: none;
    }
    .tab-content-2 .in-map .dot-china .pin-label {
        background: rgb(189 0 0);
        border-color: rgba(252, 1, 1, 0.28);
    }
    .tab-content-2 .in-map .dot-china .dotlist_01 {
        background-color: #fc0101;
        box-shadow: 0 0 0 8px rgba(252, 1, 1, 0.12);
    }
    .tab-content-2 .in-map .dot-china .dotlist_02 {
        border-color: rgba(252, 1, 1, 0.35);
        height: 84px;
        width: 84px;
    }
    .tab-content-2 .in-map .pin-north-america { left: 19.2%; top: 38.5%; }
    .tab-content-2 .in-map .pin-europe { left: 45.1%; top: 29.4%; }
    .tab-content-2 .in-map .pin-china {left: 76.8%;top: 43.2%; }
    .tab-content-2 .in-map .pin-japan { left: 84.2%; top: 38.9%; }
    .tab-content-2 .in-map .pin-korea { left: 81.2%; top: 39.3%; }
    .tab-content-2 .in-map .pin-russia { left: 62%; top: 23.4%; }
    .tab-content-2 .in-map .pin-india { left: 66.8%; top: 49.6%; }
    .tab-content-2 .in-map .pin-southeast-asia { left: 74.8%; top: 56.2%; }
    .tab-content-2 .in-map .pin-south-america { left: 29.5%; top: 70.7%; }
    .tab-content-2 .in-map .pin-australia { left: 87.8%; top: 81.6%; }

    .tab-content-2 .in-map .pin-china .pin-label {
        top: -10px;
        transform: translateY(-100%);
    }
    .tab-content-2 .in-map .pin-north-america .pin-label {
        left: -20px;
        top: -20px;
        transform: translateY(-100%);
    }
    .tab-content-2 .in-map .pin-europe .pin-label {
        top: -10px;
        transform: translateY(-100%);
    }
    .tab-content-2 .in-map .pin-korea .pin-label {
        top: -10px;
        transform: translateY(-100%);
        left: -20px;
    }
    .tab-content-2 .in-map .pin-southeast-asia .pin-label,
    .tab-content-2 .in-map .pin-australia .pin-label {
        transform: none;
    }
    .tab-content-2 .in-map .pin-japan .pin-label {
        left: 0;
        top: 10px;
        transform: translateY(-100%);
    }
    .tab-content-2 .in-map .pin-china .pin-label {
        left: -72px;
        top: -40px;
        transform: none;
    }
    .tab-content-2 .in-map .pin-south-america .pin-label {
        left: auto;
        right: 16px;
        top: 12px;
        transform: none;
    }
    .tab-content-2 .in-map .pin-australia .pin-label {
        left: auto;
        right: 18px;
        top: -20px;
    }
    @keyframes mapPulse {
        0% {
            opacity: 0.18;
            transform: translate(-50%, -50%) scale(0.28);
        }
        70% {
            opacity: 0.85;
            transform: translate(-50%, -50%) scale(1);
        }
        100% {
            opacity: 0;
            transform: translate(-50%, -50%) scale(1.18);
        }
    }
    @keyframes arcReveal {
        0% {
            opacity: 0;
            stroke-dashoffset: 1600;
        }
        25% {
            opacity: 1;
        }
        100% {
            opacity: 0.95;
            stroke-dashoffset: 0;
        }
    }
    @keyframes arcShimmer {
        0%, 100% {
            opacity: 0.6;
        }
        50% {
            opacity: 1;
        }
    }
    @keyframes pinReveal {
        0% {
            opacity: 0;
            transform: translate(-50%, -35%);
        }
        100% {
            opacity: 1;
            transform: translate(-50%, -50%);
        }
    }

.tab-content-2 .in-map .dotlist_01 {
    width: 9px;
    height: 9px;
    background-color: #afcfe1;
    border-radius: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    z-index: 1;
}
.tab-content-2 .in-map .dotlist_02 {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    animation: effect_zoom 1.5s ease-out infinite alternate-reverse;
    background: url(../picture/dot.png) no-repeat center center / cover;
}
.tab-content-2 .in-map .dot-china .dotlist_01 {
    background-color: #fc0101;
}
.tab-content-2 .in-map .dot-china .dotlist_02 {
    background: url(../picture/dot2.png) no-repeat center center / cover;
}

.about-info-4 .more {
    position: absolute;
    right: 20px;
    bottom:35px;
    opacity: 0;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.about-info-4 .content-img .content-img-1:hover .more {
    opacity: 1;
}
.about-info-4 .more span {
    background: #005747;
    border-radius: 20px;
    padding: 10px;
    color: #fff;
    z-index: 2;
    position: relative;
    font-size: 14px;
}



.tip {
    padding-top: 15px;
    font-size: 14px; 
    text-align: left;
}

.breadcrumb {
    position: relative;
    width: 100%;
    /* border-top: 1px solid rgb(0 87 72 / 17%); */
    border-bottom: 1px solid rgb(0 87 72 / 17%);
    background: #fff;
    z-index: 2;
    /* margin-top: 30px; */
    width: calc(100% - 5%);
    margin: 0 auto;
}
.breadcrumb .cont1560 {
    width: calc(100% - 6%);
    max-width: 1560px;
    margin: auto;
}
.breadcrumb .home {
    display: block;
    position: relative;
    float: left;
    width: 46px;   
    height: 73px;             
}
.breadcrumb .home:before {
    content: '　';
    position: absolute;
    font-size: 0;
    left: 0;
    left: 0;
    top: 25px;
    background-image: url(../picture/logo-icon.png);
    width: 26px;
    height: 26px;
    background-size: 100%;
}
.breadcrumb .home .hide-txt {
    overflow: hidden;
    position: absolute;
    width: 1px;
    height: 1px;
    font-size: 1px;
    line-height: 0;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    margin: -1px;
    padding: 0;
    border: 0;
}
.breadcrumb .home:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 19px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: #ddd;
}
.breadcrumb ul {
    display: flex;
}
.breadcrumb-core ul {
    justify-content: center;
}


.breadcrumb ul li {
    position: relative;
    width: 15%;
    text-align: center;
}
.breadcrumb-core ul li {
    width: 20%;
}
.breadcrumb .ul-four li {
    width: 24%;
}


.breadcrumb ul li a {
    display: block;
    position: relative;
    padding: 0 0px;
    height: 73px;
    font-size: 17px;
    line-height: 73px;
    color: #666;
}
.breadcrumb ul li a {
    height: 83px;
    line-height: 83px;
    font-size: 18px;
}

.breadcrumb ul li a:hover {
    color: #005748;
}
.breadcrumb ul li.active a {
    color: #005748;
}
.breadcrumb ul li:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 19px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: #ddd;
}
.breadcrumb ul li:last-child::after {
    display: none;
}

/* .about-info-4 ul li {
    position: relative;
    margin-bottom: 25px;
    font-size: 17px;
    display: flex;
    align-items: flex-end;
    border-bottom: 1px solid #404040;
    width: 300px;
    padding-bottom: 10px;
    color: #404040;
}
.about-info-4 ul li img {
    width: 40px;
    margin-right: 10px;
    display: block;
} */
.area-boxx {
    max-width:1680px;
    margin: 0px auto;
}

.sub_article { 
    padding: 80px 0 0; 
    background: url(../picture/history_bg.png) no-repeat top -448px left;
    background-attachment: fixed;
}
.sub_article.pb0 { padding-bottom: 0; }


.smooth-scroll .manage_section .list_wrap .list:nth-child(odd) .inner { flex-direction: row-reverse; }
.smooth-scroll .manage_section .list_wrap .list .img-item { height: 100%; }
.smooth-scroll .manage_section .list_wrap .list .img-item>div { overflow: hidden; padding-bottom: 55.755%; height: 0; }
.smooth-scroll .manage_section .list_wrap .list .img-item img { transform: translateY(100%); transition: .3s ease; }
.smooth-scroll .manage_section .list_wrap .list .img-item:first-child img { transform: translateY(0) !important; }
.smooth-scroll .manage_section .list_wrap .list .img-item:nth-child(2) img { transform:  translateY(0) !important }

.smooth-scroll .list_wrap { position: relative; }
.smooth-scroll .list_wrap .list { overflow: hidden; }
.smooth-scroll .list_wrap .list .inner { display: flex; justify-content: space-between; }
.smooth-scroll .list_wrap .list .img_wrap, .smooth-scroll .list_wrap .list .txt_wrap { position: relative; }
.smooth-scroll .list_wrap .list .img_wrap { width: 40%; }
.smooth-scroll .list_wrap .list .txt_wrap { width:40%; }
.smooth-scroll .list_wrap .list .img-item { display: flex; justify-content: center; align-items: center; position: absolute; top: 0; left: 0; width: 100%; }
.smooth-scroll .list_wrap .list .img-item>div { position: relative; width: 100%; }
.smooth-scroll .list_wrap .list .img-item img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; will-change: transform, opacity; object-fit: cover; }
.smooth-scroll .list_wrap .list .tit_area { margin: 0 0 49px 0; }
.smooth-scroll .list_wrap .list .tit_area p, .smooth-scroll .list_wrap .list .tit_area .m_tit { color: #191919; }
.smooth-scroll .list_wrap .list .txt-item dl { position: relative; padding-left: 69px; }
.smooth-scroll .list_wrap .list .txt-item dt { margin: 0 0 20px 0; font-weight: 700; color: #191919; }
.smooth-scroll .list_wrap .list .txt-item dt span { position: absolute; left: 0; top: 0; font-size: 1rem; font-weight: 700; letter-spacing: -0.05em; color: #0E2071; line-height: 2.1; }


@media (max-width: 767px) {
    .smooth-scroll .list_wrap .list .tit_area { margin: 0 0 10px 0; }
    .smooth-scroll .list_wrap .list .txt-item dl { margin: 4vw 0 0 0; padding-left: 25px; }
    .smooth-scroll .list_wrap .list .txt-item dt { margin: 0 0 10px 0; }
    .smooth-scroll .list_wrap .list .txt-item dt span { top: -4px; }

}

.bg_history { background-image: url(../picture/bg_history.jpg); }

.history_layout {
        display: flex;
        align-items: flex-start;
        gap: 0px;
    }
    .history_nav {
        position: sticky;
        top: 120px;
        width: 340px;
        flex: 0 0 340px;
        padding: 30px 20px 34px 26px;
        border-radius: 20px;
        --timeline-progress: 0%;
        --road-left: 32px;
        overflow: hidden;
    }
    .history_nav::before {
        content: "";
        position: absolute;
        left: var(--road-left);
        top: 58px;
        bottom: 26px;
        width: 2px;
        border-radius: 999px;
        background: #d3d8dc;
    }
    .history_nav::after {
        content: "";
        position: absolute;
        left: var(--road-left);
        top: 58px;
        width: 2px;
        height: var(--timeline-progress);
        max-height: calc(100% - 84px);
        border-radius: 999px;
        background: #005748;
        transition: height .2s ease;
    }
    .history_nav_title {
        position: relative;
        z-index: 2;
        margin-bottom: 18px;
        font-size: 16px;
        font-weight: 700;
        color: #191919;
    }
    .history_nav_list {
        position: relative;
        z-index: 2;
        margin: 0;
        padding: 20px 0 20px 34px;
        list-style: none;
    }
    .history_nav_list li + li {
        margin-top: 72px;
    }
    .history_nav_link {
        position: relative;
        display: block;
        padding-left: 10px;
        line-height: 1.2;
        font-weight: 500;
        letter-spacing: -.02em;
        transition: color .2s ease, transform .2s ease;
    }
    .history_nav_link .nav_range {
        display: block;
        line-height: 1.1;
        font-weight: 700;
        white-space: nowrap;
        margin: 0 0 10px 0;
        color: #c6ccd1;
        font-size: 34px;
    }
    .history_nav_link .nav_label {
        display: block;
        margin-top: 0;
        font-size: 30px;
        line-height: 1.3;
        font-weight: 500;
        color: #c0c6cb;
    }
 
.history_nav_link::before {
        content: "";
        position: absolute;
        left: -37px;
        top: 50%;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: #d7dde0;
        border: 3px solid #f5f7fb;
        transform: translateY(-50%);
        transition: all .2s ease;
    }
    .history_nav_link::after {
        content: "";
        position: absolute;
        left: -30px;
        top: 50%;
        width: 16px;
        height: 2px;
        background: #d3d8dc;
        transform: translateY(-50%);
        transition: background .2s ease, width .2s ease;
        display: none;
    }
    .history_nav_link.passed::before {
        background: #2e9b66;
        box-shadow: 0 0 0 6px rgba(46, 155, 102, .10);
    }
    .history_nav_link:hover,
    .history_nav_link.active {
        transform: translateX(2px);
    }
    .history_nav_link:hover .nav_range,
    .history_nav_link.active .nav_range {
        color: #005748;
    }
    .history_nav_link:hover .nav_label,
    .history_nav_link.active .nav_label {
        color: #191919;
    }
    .history_nav_link:hover::before,
    .history_nav_link.active::before {
        background: #005748;
        box-shadow: 0 0 0 6px rgba(0, 87, 72, .12);
    }
    .history_nav_link:hover::after,
    .history_nav_link.active::after,
    .history_nav_link.passed::after {
        background: #74a999;
        width: 22px;
        display: none;
    }
    .history_content {
        flex: 1;
        min-width: 0;
    }
    .history_section .history_content .list_wrap .list .inner {
        padding: 30px 0 100px;
    }
    .history_section .history_content .list_wrap .list .txt_wrap {
        width: 60%;
        margin-left: auto;
    }
    .history_anchor_target {
        scroll-margin-top: 140px;
    }


.history_section .bg { position: absolute; top: -636px; left: 50%; z-index: -1; width: 100vw; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); content: ''; }
.history_section .bg img { position: relative; top: -220px; }
.history_section .list_wrap .list { border-bottom: 1px solid #b6d0cb; }
.history_section .list_wrap .list:last-child { border: 0; }
.history_section .list_wrap .list .inner { padding: 50px 0 100px; }
.history_section .list_wrap .list .img-item { transition: opacity .2s ease; }
.history_section .list_wrap .list .img-item img { display: none; }
.history_section .list_wrap .list .img-item:first-child img { display: block !important; }
.history_section .list .year { 
    margin: 0 0 19px 0;
    color: #005748;
    font-size: 40px;
}
.history_section .list .year + p { 
    font-size: 30px;
    font-weight: 500;
    color: #333;
    position: relative;
    padding-left: 45px;
}
.history_section .list .img-item p span {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.history_section .list .img-item p span::before {
    background-color: #005748;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: block;
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}
.history_section .list .img-item p span::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-color: #005748;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: .15;
}

.history_section .list .img-item.active { 
    /*width: 1440px; */
    position: fixed;
    top: 120px;
    /* left: 50%; */
    /* transform: translateX(-50%); */
    left: 5%;
}
.history_section .list .img-item.hidden { opacity: 0; }
.history_section .list .txt-item {
    margin: 0 0 40px 0;
    background: #f5f7fb;
    padding: 30px;
    border-radius: 13px;
 }
.history_section .list .txt-item:last-child { margin: 0; }
.history_section .list .txt-item:after { display: block; clear: both; content: ''; }
.history_section .history_img { margin: 0 0 15px 0; }
.history_section .history_img img { 
    margin: 0 0 10px 0; 
    width: 100%;
    border-radius: 10px;
}
.history_section .history_img img:last-child { margin: 0; }
.history_section .history_year, .history_section .history_cont { float: left; }
.history_section .history_year {
    font-size: 26px;
    font-weight: 700;
    color: #191919;
    margin-right: 30px;
}
.history_section .history_cont { width: calc(100% - 106px); }
.history_section .history_cont p { 
    position: relative;
    padding-left: 14px;
    line-height: 1.8;
    font-size: 16px;
    text-align: justify;
    margin-bottom: 5px;
}
.history_section .history_cont p:before { position: absolute; left: 0; top: 11px; width: 4px; height: 4px; border-radius: 100%; background: #ccc; content: ''; }
.history_section .history_cont p span { 
    line-height: 1.5;
    margin-right: 0px;
    font-size: 17px;
    display: block;
}


@media (max-width: 1680px) {
    .area-boxx {
        padding: 0 5%;
    }
}
@media (max-width: 1440px) {
    .history_section .list .img-item.active { width: 100%; padding: 0 15px; }
}
@media (max-width: 1199px) {
    .smooth-scroll .history_section .list_wrap .list .img_wrap,
    .smooth-scroll .history_section .list_wrap .list .txt_wrap { width: 50%; }
}
@media (max-width: 767px) {
    .history_section .list .img-item.active { width: 50%; left: 0; transform: translateX(0); }
    .smooth-scroll .history_section .list .img_wrap { width: 40%; }
    .smooth-scroll .history_section .list .txt_wrap { width: 60%; }
    .history_section .list .year { margin: 0 0 10px 0; t-size: 2.6rem; }
    .history_section .list .year + p { font-size: 1.38rem; }
    .history_section .history_year, .history_section .history_cont { width: 100%; }
    .history_section .history_cont p { padding-left: 8px; }
    .history_section .history_cont p:before { top: 9px; width: 2px; height: 2px; }
    .history_section .list .txt-item { margin: 0 0 8vw 0; }
}

.history_section .history_cont ul li { display: flex; flex-wrap: wrap; }
.history_section .history_cont ul li p { padding: 0; }
.history_section .history_cont ul li p:before { display: none; }
.history_section .history_cont ul li .month { width: 42px; font-weight: 500; letter-spacing: -0.05em; color: #191919; }
.history_section .history_cont ul li .txt { width: calc(100% - 42px); }

@media (min-width: 768px) {
    .history_section .history_cont ul li p { line-height: 1.76; }
    .history_section.v2 .txt-item { margin: 0 0 50px 0; }
}



/* 整体包裹容器 */
.gylc1 {
    background: url(../picture/lc.jpg) no-repeat center;
    background: #fff;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 30px;
}
.gylc1::before {
    display: none;
}

.main_about_box_b {
    padding-top: 60px;
    padding-bottom: 0;
}
.main_about_box_b .main_title {
    margin-bottom: 10px;
    text-align: center;
}
.main_about_box_b p.desc {
    font-size: 20px;
    text-align: center;
}

.main_about_box_b .timeline-container {
    margin: 0 auto;
    position: relative;
    padding: 0;
	margin-top: 20px;
    width: 100%;
}

.main_about_box_b .process-flow {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 54px;
}

.main_about_box_b .process-flow::after {
    content: "";
    position: absolute;
    top: 43px;
    right: calc(100% / 14);
    width: 2px;
    height: calc(100% - 86px);
    background: linear-gradient(180deg, #005748 0%, #7ab7a6 100%);
    opacity: 0.5;
    z-index: 0;
}

.main_about_box_b .process-row {
    position: relative;
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 20px;
    padding-top: 8px;
    z-index: 1;
}

.main_about_box_b .process-row::before {
    content: "";
    position: absolute;
    left: calc(100% / 14);
    right: calc(100% / 14);
    top: 43px;
    height: 2px;
    background: linear-gradient(90deg, #7ab7a6 0%, #005748 100%);
    opacity: 0.65;
    z-index: 0;
}

.main_about_box_b .process-row::after {
    content: "";
    position: absolute;
    top: 37px;
    right: calc(100% / 14 - 7px);
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 10px solid #005748;
    z-index: 0;
}

.main_about_box_b .process-row-reverse {
    direction: rtl;
}

.main_about_box_b .process-row-reverse::before {
    background: linear-gradient(90deg, #005748 0%, #7ab7a6 100%);
}

.main_about_box_b .process-row-reverse::after {
    left: calc(100% / 14 - 7px);
    right: auto;
    border-left: 0;
    border-right: 10px solid #005748;
}

.main_about_box_b .process-step {
    position: relative;
    direction: ltr;
    z-index: 1;
}

.main_about_box_b .process-step-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
    text-align: center;
}

.main_about_box_b .process-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #e6f4ef;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.main_about_box_b .process-icon img {
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.main_about_box_b .process-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    color: #175748;
    min-height: 54px;
}

.main_about_box_b .process-media {
    padding: 16px;
    border-radius: 18px;
    background: linear-gradient(180deg, #f4fbf8 0%, #ffffff 100%);
    box-shadow: 0 18px 45px rgba(0, 87, 72, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.main_about_box_b .process-step:hover .process-media {
    transform: translateY(-6px);
    box-shadow: 0 24px 55px rgba(0, 87, 72, 0.16);
}

/* 图文项图片 */
.main_about_box_b .content-img {
	width: 100%;
    height: 220px;
    border-radius: 12px;
	object-fit: cover;
    filter: grayscale(90%);
    -webkit-filter: grayscale(90%);
    transition: filter 0.3s ease;
}
.main_about_box_b .process-step:hover .content-img  {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
}



@media (max-width: 1440px) {
    .main_about_box_b .process-title {
        font-size: 16px;
    }

    .main_about_box_b .content-img {
        height: 190px;
    }
}

@media (max-width: 1200px) {
    .main_about_box_b .process-flow {
        gap: 24px;
    }

    .main_about_box_b .process-flow::after,
    .main_about_box_b .process-row::before,
    .main_about_box_b .process-row::after {
        display: none;
    }

    .main_about_box_b .process-row,
    .main_about_box_b .process-row-reverse {
        direction: ltr;
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .main_about_box_b .timeline-container {
        width: 95%;
    }

    .main_about_box_b .process-row,
    .main_about_box_b .process-row-reverse {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }

    .main_about_box_b .process-media {
        padding: 14px;
    }

    .main_about_box_b .content-img {
        height: 180px;
    }
}

@media (max-width: 480px) {
    .main_about_box_b .process-row,
    .main_about_box_b .process-row-reverse {
        grid-template-columns: 1fr;
    }
}


.section-impact-production .impact-grid {
    z-index: 2;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 2.25fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    padding: 40px 40px 0;
    display: flex;
    position: relative;
}
.section-impact-production .impact-card {
    grid-column-gap: 300px;
    grid-row-gap: 300px;
    grid-row-gap: 30px;
    background-color: transparent;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 950px;
    padding: 0px 24px;
    display: flex;
    margin-bottom: 30%;
}
.section-impact-production .heading-style-h2 {
    font-size: 38px;
    font-weight: 500;
    color: #ffffff;
}
.section-impact-production .impact_card-bottom {
    border-top: 1px solid rgb(255 255 255 / 58%);
}
.section-impact-production .text-size-large {
    color: #fff;
    font-size: 20px;
}

.main_about_box_b .process-stage {
    position: relative;
    width: 100%;
    padding: 36px 0 06px;
    border-radius: 0px;
    overflow: visible;
    isolation: isolate;
}


    .main_about_box_b .process-stage::before {
        content: "";
        position: absolute;
        width: 420px;
        height: 420px;
        right: -140px;
        top: -180px;
        background: radial-gradient(circle, rgba(185, 255, 234, 0.26) 0%, rgba(122, 183, 166, 0.08) 42%, rgba(122, 183, 166, 0) 72%);
        pointer-events: none;
        display: none;
    }

    .main_about_box_b .process-stage::after {
        content: "";
        position: absolute;
        inset: 0;
        background-image: linear-gradient(rgba(255, 255, 255, 0.16) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
        background-size: 48px 48px;
        mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.45) 0%, transparent 100%);
        opacity: 0.22;
        pointer-events: none;
    }

    .main_about_box_b .process-stage-head {
        position: relative;
        z-index: 1;
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        gap: 24px;
        margin-bottom: 34px;
    }

    .main_about_box_b .process-stage-copy {
        max-width: 720px;
    }

    .main_about_box_b .process-stage-kicker {
        margin: 0 0 10px;
        font-size: 13px;
        letter-spacing: 0.18em;
        text-transform: uppercase;
        color: rgba(23, 87, 72, 0.62);
    }

    .main_about_box_b .process-stage-copy h3 {
        margin: 0;
        font-size: clamp(26px, 3vw, 40px);
        line-height: 1.25;
        color: #123f35;
        font-weight: 600;
    }

    .main_about_box_b .process-stage-copy p {
        margin: 14px 0 0;
        font-size: 16px;
        line-height: 1.85;
        color: rgba(18, 63, 53, 0.72);
    }

    .main_about_box_b .process-stage-tag {
        flex-shrink: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 150px;
        height: 44px;
        padding: 0 20px;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.52);
        border: 1px solid rgba(0, 87, 72, 0.08);
        color: #175748;
        font-size: 13px;
        letter-spacing: 0.08em;
    }

    .main_about_box_b .process-stage-map {
        position: relative;
        width: 100%;
        min-height: 710px;
        margin-bottom: 0;
        padding: 8px 0 18px;
        overflow: visible;
    }

    .main_about_box_b .process-stage-svg {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        overflow: visible;
    }

    .main_about_box_b .process-stage-path-base,
    .main_about_box_b .process-stage-path-progress,
    .main_about_box_b .process-stage-path-base-tail,
    .main_about_box_b .process-stage-path-progress-tail {
        fill: none;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

    .main_about_box_b .process-stage-path-base,
    .main_about_box_b .process-stage-path-base-tail {
        stroke: rgba(0, 87, 72, 0.08);
        stroke-width: 1.5;
    }

    .main_about_box_b .process-stage-path-progress,
    .main_about_box_b .process-stage-path-progress-tail {
        stroke: url(#processStageStroke);
        stroke-width: 2.2;
        filter: drop-shadow(0 0 6px rgba(0, 87, 72, 0.12));
    }

    .main_about_box_b .process-stage-path-base-tail {
        stroke: url(#processStageTailBase);
    }

    .main_about_box_b .process-stage-path-progress-tail {
        stroke: url(#processStageTailStroke);
    }

    .main_about_box_b .process-stage-particles {
        display: block;
        opacity: 0;
        transition: opacity 0.4s ease;
        pointer-events: none;
    }

    .main_about_box_b .process-stage-particle-wrap {
        pointer-events: none;
    }

    .main_about_box_b .process-stage.is-animated .process-stage-particles {
        opacity: 1;
    }

    .main_about_box_b .process-stage-particle-core,
    .main_about_box_b .process-stage-particle-halo {
        transform-box: fill-box;
        transform-origin: center;
    }

    .main_about_box_b .process-stage-particle-core {
        fill: #19c861;
        opacity: 1;
        filter: drop-shadow(0 0 8px rgba(25, 200, 97, 0.72));
    }

    .main_about_box_b .process-stage-particle-halo {
        fill: rgba(25, 200, 97, 0.6);
        opacity: 1;
        filter: drop-shadow(0 0 12px rgba(25, 200, 97, 0.5));
    }

    .main_about_box_b .process-stage-node {
        position: absolute;
        left: var(--x);
        top: var(--y);
        width: clamp(108px, 8.8vw, 136px);
        transform: translate(-50%, -50%) translateY(18px);
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: clamp(8px, 0.9vw, 12px);
        padding: 0;
        border: 0;
        background: transparent;
        cursor: pointer;
        text-align: center;
        opacity: 0;
        z-index: 2;
    }

    .main_about_box_b .process-stage.is-animated .process-stage-node {
        animation: processStageNodeIn 0.55s ease forwards;
        animation-delay: calc(var(--index) * 0.12s + 0.18s);
    }

    .main_about_box_b .process-stage-node-dot {
        position: relative;
        width: 160px;
        height: 160px;
        padding: 20px 20px 0;
        overflow: hidden;
        box-sizing: border-box;
        /* background: #ffffff;   */
        display: flex;
        align-items: center;
        justify-content: center;
        transition: transform 0.35s ease, box-shadow 0.35s ease, background 0.35s ease;
    }

    .main_about_box_b .process-stage-node-dot img {
            position: relative;
            z-index: 1;
            width: 90%;
            height: 90%;
            object-fit: contain;
            border-radius: 10px;
    }

    .main_about_box_b .process-stage-node-dot > img {
        transition: opacity 0.28s ease, transform 0.32s ease;
    }

    .main_about_box_b .process-stage-node-dot .lc-hover {
        position: absolute;
        inset: 0;
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        transform: scale(0.98);
        pointer-events: none;
        transition: opacity 0.28s ease, transform 0.32s ease;
    }

    .main_about_box_b .process-stage-node-dot .lc-hover img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .main_about_box_b .process-stage-node:hover .process-stage-node-dot > img {
        opacity: 0;
        transform: scale(0.96);
    }

    .main_about_box_b .process-stage-node:hover .process-stage-node-dot .lc-hover {
        opacity: 1;
        transform: scale(1);
    }

    .main_about_box_b .process-stage-node-label {
        display: flex;
        flex-direction: column;
        gap: 4px;
        align-items: center;
        width: 100%;
    }

    .main_about_box_b .process-stage-node-label span {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 54px;
        height: 24px;
        padding: 0 10px;
        border-radius: 999px;
        background: rgb(255 255 255);
        color: #005748;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 0.04em;
        display: none;
    }

    .main_about_box_b .process-stage-node-label strong {
        font-size: 17px;
        line-height: 1.45;
        color: #123f35;
        font-weight: normal;
        /* text-shadow: 0 1px 0 rgba(255, 255, 255, 0.55); */
        font-family: "Pretendard", "source-han-sans-simplified-c", "Noto Sans SC", "Microsoft YaHei", "sans-serif";
    }

    .main_about_box_b .process-stage-node:hover .process-stage-node-dot {
        background: #ffffff;
        box-shadow: 0 18px 36px rgba(0, 87, 72, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.9);
    }

    .main_about_box_b .process-stage-node:hover .process-stage-node-dot::after,
    .main_about_box_b .process-stage-node:focus-visible .process-stage-node-dot::after,
    .main_about_box_b .process-stage-node.is-active .process-stage-node-dot::after {
        opacity: 1;
        transform: scale(1);
    }

    .main_about_box_b .process-stage-node:focus-visible {
        outline: none;
    }

    .main_about_box_b .process-stage-node.is-active .process-stage-node-label span {
        background: #175748;
        color: #fff;
    }

    .main_about_box_b .process-stage-delivery-truck {
        position: absolute;
        left: calc(50% + clamp(150px, 9vw, 170px));
        top: 90%;
        z-index: 3;
        width: clamp(118px, 12vw, 190px);
        height: auto;
        pointer-events: none;
        opacity: 0;
        transform: translate(-30%, -50%) translateX(0);
        filter: drop-shadow(0 16px 18px rgba(0, 87, 72, 0.12));
    }

    .main_about_box_b .process-stage.is-animated.is-path-complete .process-stage-delivery-truck {
        animation: processStageTruckDrive 5.2s cubic-bezier(0.45, 0, 0.2, 1) forwards;
    }

    .main_about_box_b .process-stage-preview {
        position: relative;
        left: 50%;
        top: 73%;
        z-index: 3;
        display: none;
        width: clamp(300px, 35vw, 430px);
        padding: 0;
        border-radius: 30px;
        background: linear-gradient(145deg, rgba(255, 255, 255, 0.24) 0%, rgba(233, 246, 240, 0.16) 100%);
        border: 1px solid rgba(255, 255, 255, 0.36);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55), 0 26px 56px rgba(0, 87, 72, 0.16);
        backdrop-filter: blur(14px) saturate(130%);
        -webkit-backdrop-filter: blur(14px) saturate(130%);
        overflow: hidden;
        transform: translate(-50%, -32%);
        pointer-events: none;
    }

    .main_about_box_b .process-stage-preview::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0) 28%), radial-gradient(circle at top right, rgba(122, 183, 166, 0.22) 0%, rgba(122, 183, 166, 0) 42%);
        pointer-events: none;
        z-index: 1;
    }

    .main_about_box_b .process-stage-preview::after {
        content: "";
        position: absolute;
        right: -18px;
        bottom: -18px;
        width: 180px;
        height: 180px;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(193, 255, 237, 0.28) 0%, rgba(193, 255, 237, 0) 72%);
        pointer-events: none;
        z-index: 1;
    }

    .main_about_box_b .process-stage-preview-media {
        position: relative;
        min-height: clamp(260px, 28vw, 350px);
        border-radius: 30px;
        overflow: hidden;
        background: linear-gradient(180deg, #d9ebe4 0%, #eff7f3 100%);
        box-shadow: 0 24px 54px rgba(0, 87, 72, 0.14);
    }

    .main_about_box_b .process-stage-preview-media::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, rgba(7, 41, 34, 0.01) 0%, rgba(7, 41, 34, 0.08) 42%, rgba(7, 41, 34, 0.36) 100%);
        pointer-events: none;
    }

    .main_about_box_b .process-stage-preview-glow {
        position: absolute;
        inset: auto auto 18px 18px;
        width: 120px;
        height: 120px;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(193, 255, 237, 0.36) 0%, rgba(193, 255, 237, 0) 72%);
        filter: blur(6px);
        opacity: 0.65;
        pointer-events: none;
        z-index: 1;
        transition: transform 0.6s ease, opacity 0.4s ease;
    }

    .main_about_box_b .process-stage-preview-image {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 0;
        transform: scale(1.08);
        filter: saturate(0.9) contrast(0.96);
        transition: opacity 0.45s ease, transform 0.65s cubic-bezier(0.22, 1, 0.36, 1), filter 0.65s ease;
    }

    .main_about_box_b .process-stage-preview.is-ready .process-stage-preview-image {
        opacity: 1;
        transform: scale(1);
        filter: saturate(1) contrast(1);
    }

    .main_about_box_b .process-stage-preview.is-switching .process-stage-preview-image {
        opacity: 0.24;
        transform: scale(1.04);
    }

    .main_about_box_b .process-stage-preview.is-ready .process-stage-preview-glow {
        transform: scale(1.08);
    }

    .main_about_box_b .process-stage-preview-panel {
        position: absolute;
        left: 20px;
        right: 20px;
        top: 18px;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        z-index: 2;
        pointer-events: none;
    }

    .main_about_box_b .process-stage-preview-badge {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 68px;
        height: 68px;
        border-radius: 22px;
        background: rgba(255, 255, 255, 0.16);
        border: 1px solid rgba(255, 255, 255, 0.28);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        color: #fff;
        font-size: 28px;
        font-weight: 600;
        letter-spacing: 0.04em;
        box-shadow: 0 16px 34px rgba(7, 41, 34, 0.14);
    }

    .main_about_box_b .process-stage-preview-copy {
        position: absolute;
        left: 22px;
        right: auto;
        bottom: 20px;
        z-index: 3;
        max-width: min(72%, 320px);
        padding: 14px 18px 14px;
        border-radius: 20px;
        background: linear-gradient(180deg, rgba(7, 41, 34, 0.08) 0%, rgba(7, 41, 34, 0.34) 100%);
        border: 1px solid rgba(255, 255, 255, 0.16);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        transition: opacity 0.28s ease, transform 0.34s ease;
    }

    .main_about_box_b .process-stage-preview.is-switching .process-stage-preview-copy {
        opacity: 0.38;
        transform: translateY(10px);
    }

    .main_about_box_b .process-stage-preview-copy h4 {
        margin: 0;
        font-size: 20px;
        line-height: 1.3;
        color: #fff;
        font-weight: 600;
    }

    .main_about_box_b .process-stage-mobile {
        display: none;
    }

    .main_about_box_b .process-stage-card {
        padding: 14px;
        border-radius: 20px;
        background: rgba(255, 255, 255, 0.8);
        border: 1px solid rgba(0, 87, 72, 0.08);
        box-shadow: 0 18px 36px rgba(0, 87, 72, 0.06);
    }

    .main_about_box_b .process-stage-card img {
        display: block;
        width: 100%;
        height: 168px;
        border-radius: 14px;
        object-fit: cover;
        margin-bottom: 12px;
    }

    .main_about_box_b .process-stage-card span {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 52px;
        height: 24px;
        padding: 0 10px;
        border-radius: 999px;
        background: rgba(23, 87, 72, 0.08);
        color: #175748;
        font-size: 12px;
        font-weight: 600;
    }

    .main_about_box_b .process-stage-card strong {
        display: block;
        margin-top: 10px;
        font-size: 16px;
        line-height: 1.45;
        color: #123f35;
        font-weight: 600;
    }
    @keyframes processStageNodeIn {
        from {
            opacity: 0;
            transform: translate(-50%, -50%) translateY(18px);
        }
        to {
            opacity: 1;
            transform: translate(-50%, -50%) translateY(0);
        }
    }

    @keyframes processStageTruckDrive {
        0% {
            left: calc(50% + clamp(150px, 9vw, 170px));
            opacity: 0;
            transform: translate(-30%, -50%) translateX(0);
        }
        6% {
            opacity: 1;
        }
        68%, 100% {
            left: 78%;
            opacity: 1;
            transform: translate(-30%, -50%) translateX(126px);
        }
    }



.production-3 {
    padding: 100px 4% 90px;
    background: #fdfdfd;
}
.production-3 .production-capability {
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.02fr);
    gap: 48px;
    align-items: stretch;
}
.production-3 .cn-no {
    text-align: left;
}
.production-3 .cn-no .num{
    font-size: 100px;
    font-weight: bold;
    background: linear-gradient(90deg, #005748, #33a132);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.production-3 .cn-no i {
    font-style: normal;
    font-size: 18px;
}
.production-3 .main_title {
    margin-bottom: 30px;
}
.production-3 .cn-no p {
    padding-top: 0px;
    font-size: 20px;
}
.production-3 .production-capability__copy {
    padding: 0;
}
.production-3 .production-capability__items {
    margin: 0;
    padding: 0;
    display: grid;
    gap: 26px;
}
.production-3 .production-capability__item {
    padding-bottom:10px;
}
.production-3 .production-capability__item-title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 1.4;
    color: #005748;
    font-weight: 500;
}
.production-3 .production-capability__item-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    color: #005748;
}
.production-3 .production-capability__item-icon svg {
    width: 100%;
    height: 100%;
    display: block;
}
.production-3 .production-capability__item p {
    margin: 0;
    font-size: 18px;
    font-size: 17px;
    line-height: 1.85;
    color: #27332f;
}
.production-3 .production-capability__media {
    min-width: 0;
    max-width: 720px;
    width: 100%;
    justify-self: end;
}
.production-3 .mySwiper {
    height: 100%;
    padding-top: 0;
}
.production-3 img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.production-3 .swiper-pagination {
	opacity: 1;
	position: static;
	margin-top: 20px;
}
.production-3 .swiper-slide a {
    display: block;
    border-radius: 18px;
    overflow: hidden;
    height: 100%;
}
.production-3 .swiper-slide .pa {
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    position: relative;
    padding: 20px 6px 10px;
    border-bottom: 0;
}
.production-3 .swiper-slide .flex {
	display: flex;
    align-items: center;
	padding: 0 2%;
	align-items: center;
}
.production-3 .swiper-slide h3 {
    font-size: 18px;
    color: #21463d;
    font-weight: 600;
}
.production-3 .swiper-slide img {
    aspect-ratio: 1.52 / 1;
    border-radius: 14px;
}
.production-3 .swiper-pagination-bullet {
    background: rgba(0, 87, 72, 0.28);
    opacity: 1;
}
.production-3 .swiper-pagination-bullet-active {
    background: #005748;
}
@media (max-width: 991px) {
    .production-3 .production-capability {
        grid-template-columns: 1fr;
        gap: 28px;
    }
    .production-3 .cn-no {
        text-align: center;
    }
    .production-3 .production-capability__media {
        max-width: none;
        justify-self: stretch;
    }
    .production-3 .production-capability__item {
        text-align: left;
    }
}
.production-3 .swiper-slide svg,
.production-3 .swiper-slide .std-btn2-icon {
	position: absolute;
    right: 3%;
}
.production-3 .swiper-slide img {
    border-radius: 10px;
}

.production-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.main_about_box_c {
	padding: 90px 0;
}
.main_about_box_c .flex {
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_about_box_c .left {
	width: 40%;
	margin-right: 5%;
}
.main_about_box_c .main_title {
    color: #333;
    margin-bottom: 10px;
}
.main_about_box_c .h1-title {
	color: #333;
}
.main_about_box_c .h3-info {
    line-height: 1.8;
    font-size: 17px;
    color: #404040;
    padding-top: 10px;
    text-align: justify;
}
.main_about_box_c ul {
	margin-top: 50px;
	display: flex;
	align-items: center;
    flex-wrap: wrap;
    margin-left: -2%;
}
.main_about_box_c ul li {
    position: relative;
    width: 130px;
    width: 25%;
    text-align: center;
    margin-bottom: 20px;
}
.main_about_box_c ul li .iso {
    display: flex;
    align-items: center;
    color: rgb(230, 194, 82);
    font-size: 16px;

}

.vision-page .sitemap-line-btn {
    display: none;
}

.vision-page .nyban-img::after {
    background: linear-gradient(270deg, rgba(3, 15, 39, 0) 12.61%, rgb(47 46 46 / 58%) 90.03%);
}

.vision-page .vision-new {
    --vision-header-offset: 90px;
    --vision-stack-extend: 10vh;
    width: 100%;
    padding: 0;
    position: relative;
}

.vision-page .vision-mission-stage {
    position: sticky;
    top: var(--vision-header-offset);
    display: flex;
    align-items: flex-end;
    min-height: calc(100vh - var(--vision-header-offset) + var(--vision-stack-extend));
    overflow: hidden;
    background-image: linear-gradient(180deg, rgba(15, 25, 24, 0.14) 0%, rgba(13, 21, 20, 0.68) 58%, rgba(10, 16, 16, 0.82) 100%), url('/static/picture/main_vision.jpg');
    background-size: cover;
    background-position: center;
    margin: 0;
    padding: clamp(72px, 7vw, 108px) 0 clamp(36px, 4vw, 56px);
}


.vision-page .vision-mission-stage:first-child {
    z-index: 1;
}
.vision-page .vision-mission-stage + .vision-mission-stage {
    
    z-index: 2;
}

.vision-page .vision-new .pa-mid {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 85%;
    min-height: calc(100vh - var(--vision-header-offset) + var(--vision-stack-extend) - clamp(108px, 11vw, 164px));
    min-height: 100vh;
}

.vision-page .vision-new .pa-mid .patop {
    position: absolute;
    left: 0;
    top: 40%;
    transform: translateY(-50%);
}


.vision-page .vision-mission-head {
    z-index: 1;
    color: #fff;
    text-align: left;
}

.vision-page .vision-mission-title {
    margin-bottom: 100px;
    font-size: 46px;
    font-weight: normal;
    color: #fff;
}

.vision-page .vision-mission-title span {
    display: block;
    padding-top: 25px;
}


.vision-page .vision-mission-lead {
    margin: 0 0 15px;
    font-size: 30px;
    line-height: 1.8;
    color: #fff;
}

.vision-page .vision-mission-intro {
    margin: 0;
    font-size: 19px;
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.92);
    max-width: 1000px;
    text-align: justify;
}

.vision-page .vision-mission-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin-top: 80px;
    align-items: stretch;
}
.vision-page .vision-mission-grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vision-page .vision-mission-card {
    padding: 28px 24px 24px;
    border-radius: 0;
    /* background: linear-gradient(180deg, rgba(20, 25, 24, 0.18) 0%, rgba(18, 22, 22, 0.34) 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.24); */
    backdrop-filter: blur(2px);
    color: #fff;
    backdrop-filter: blur(10px);
    background-color: hsla(0, 0%, 100%, .1);
}

.vision-page .vision-mission-card-label {
    display: inline-block;
    margin-bottom: 14px;
    font-size: 15px;
    letter-spacing: 0.08em;
    color: rgba(255, 255, 255, 0.88);
}

.vision-page .vision-mission-card h3 {
    margin: 0 0 12px;
    font-size: 24px;
    line-height: 1.16;
    color: #ffffff;
    font-weight: normal;
}
.vision-page .vision-mission-grid-4 .vision-mission-card h3 {
    text-align: center;
}

.vision-page .vision-mission-card h4 {
    margin: 0 0 12px;
    font-size: 18px;
    line-height: 1.5;
    color: #ffffff;
    font-weight: normal;
}

.vision-page .vision-mission-card p {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.82);
    text-align: justify;
}

.vision-page .vision-mission-stage-2 .vision-mission-title {
    margin-bottom: 80px;
    font-size: 48px;
}
.vision-page .vision-mission-stage-2 .vision-mission-lead {
    margin: 0 0 25px;
    font-size: 26px;
    line-height: 1.8;
    color: #fff;
}
.vision-page .vision-mission-stage-2 .vision-mission-lead-2 {
    margin: 0 0 15px; 
    font-size: 28px;
}

.vision-page .vision-new .vision-mission-stage-2 .pa-mid .patop {
    top: 33%;
}

.vision-page .vision-new .vision-mission-stage-last .pa-mid .patop {
    top: 45%;
}

.vision-s1 {
    padding: 60px 0px;
    text-align: center;
}
.vision-s1 .main_title {
    margin-bottom: 5px;
}
.vision-s1 .desc {
    font-size: 18px;
    text-align: center;
    line-height: 1.8;
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 30px;
}
.vision-mission-stage-last {
    height: 80vh;
    min-height: 80vh;
}

@media (max-width: 1200px) {
    .vision-page .vision-mission-stage + .vision-mission-stage {
        margin-top: -2vh;
    }

    .vision-page .vision-mission-grid {
        margin-top: 72px;
        gap: 18px;
    }
}

@media (max-width: 991px) {
    .vision-page .vision-new {
        background: #eef4f1;
        --vision-header-offset: 0px;
        --vision-stack-extend: 0px;
    }

    .vision-page .vision-mission-stage {
        position: relative;
        top: auto;
        display: block;
        min-height: auto;
        padding: 34px 22px 26px;
    }

    .vision-page .vision-mission-stage + .vision-mission-stage {
        margin-top: 0;
    }

    .vision-page .vision-new .pa-mid {
        min-height: auto;
        display: block;
    }

    .vision-page .vision-mission-head {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        width: auto;
    }

    .vision-page .vision-mission-grid {
        grid-template-columns: 1fr;
        width: 100%;
        margin-top: 42px;
    }

    .vision-page .vision-mission-card {
        min-height: auto;
        border-radius: 16px;
        border: 1px solid rgba(255, 255, 255, 0.16);
    }
}
.main_about_box_c ul li .iso .icon1 {
    transform: scaleX(-1);
}
.main_about_box_c ul li:last-child {
	margin-right: 0;
}
.main_about_box_c ul li span {
	font-size: 52px;
    color: #333;
    display: block;
    line-height: 1.2;
}
.main_about_box_c ul li p {
	font-size: 15px;
	color: #333;
}
.main_about_box_c ul li .pa {
	position: absolute;
    right: 10px;
    top: 10px;
}

.main_about_box_c .right {
	width: 55%;
}

.main_about_box_c .swiper {
    padding: 0 2%;
}
.main_about_box_c .right .mySwiper {
    padding-top: 14px;
    padding-bottom: 58px;
}
.main_about_box_c .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.85);
}
.main_about_box_c .swiper-slide img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
    border-radius: 8px;
}
.main_about_box_c .swiper-slide .img {
    background: #f7f7f7;
    border-radius: 8px;
    padding: 12px;
}

.main_about_box_c .swiper-slide-active, 
.main_about_box_c .swiper-slide-duplicate-active {
    transform: scale(1);
}
.main_about_box_c .swiper-button-prev, 
.main_about_box_c .swiper-rtl .swiper-button-next {
	left: 0;
	color: #666;
}
.main_about_box_c .swiper-button-next, 
.main_about_box_c .swiper-rtl .swiper-button-prev {
	right: 0;
	color: #666;
}
.main_about_box_c .swiper-wrapper {
	margin-bottom: 0;
}

.main_about_box_c .quality-cert-litebox,
.main_about_box_c .quality-cert-litebox * {
    cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Ccircle cx='20' cy='20' r='18' fill='%23d9dcdf' fill-opacity='.72'/%3E%3Cpath d='M20 12v16M12 20h16' stroke='%23777d82' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E") 20 20, zoom-in;
}
.main_about_box_c .quality-cert-litebox {
    position: relative;
    display: block;
    transition: transform 0.35s ease;
    will-change: transform;
}
.main_about_box_c .quality-cert-litebox .img {
    transition: box-shadow 0.35s ease;
}
.main_about_box_c .quality-cert-litebox:hover {
    transform: translateY(-8px);
}
.main_about_box_c .quality-cert-litebox:hover .img {
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.16);
}
.main_about_box_c .quality-cert-name {
    position: absolute;
    left: 50%;
    bottom: -38px;
    z-index: 2;
    width: max-content;
    max-width: 220px;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(245, 245, 245, 0.86);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
    color: #596066;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0.01em;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, -4px);
    transition: opacity 0.28s ease, transform 0.28s ease;
}
.main_about_box_c .quality-cert-litebox:hover .quality-cert-name,
.main_about_box_c .quality-cert-litebox:focus .quality-cert-name {
    opacity: 1;
    transform: translate(-50%, 0);
}

/* ISO14064：保留卡片展示样式，但不启用点击放大 */
.main_about_box_c .quality-cert-static {
    position: relative;
    display: block;
    transition: transform 0.35s ease;
    will-change: transform;
}

/* 图片阴影过渡 */
.main_about_box_c .quality-cert-static .img {
    transition: box-shadow 0.35s ease;
}

/* 鼠标悬停向上抬起 */
.main_about_box_c .quality-cert-static:hover {
    transform: translateY(-8px);
}

/* 鼠标悬停显示阴影 */
.main_about_box_c .quality-cert-static:hover .img {
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.16);
}

/* 鼠标悬停显示下方证书名称 */
.main_about_box_c .quality-cert-static:hover .quality-cert-name {
    opacity: 1;
    transform: translate(-50%, 0);
}

.quality-cert-litebox-overlay .litebox-container,
body.quality-cert-litebox-active .litebox-overlay .litebox-container {
    top: 6%;
    right: auto;
    bottom: auto;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(82vw, 640px);
    height: 86vh;
    overflow: visible;
    transform: translateX(-50%);
}

.quality-cert-litebox-overlay img.litebox-content,
body.quality-cert-litebox-active .litebox-overlay img.litebox-content {
    display: block;
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
}

.main_about_box_c .swiper-button-next:after, 
.main_about_box_c .swiper-button-prev:after {
    font-size: 36px;
}

.quality-2 {
    background: #F4F5F9;
    padding: 100px 0px 100px;
}
.quality-2 .main_title {
    color: #333;
    margin-bottom: 10px;
}
.quality-2 p {
    line-height: 1.8;
    font-size: 17px;
    color: #404040;
    text-align: justify;
}
.quality-2 ul {
    margin-top: 50px;
    display: flex;
    height: 550px;
}
.quality-2 ul li {
    width: 24%;
    margin-right: 1%;
    height: 100%;
    position: relative;
}
.quality-2 ul li::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    background: linear-gradient(to top, #000 0%, transparent 30%);
    opacity: 0.4;
    left: 0;
    top: 0;
    border-radius: 10px;
}
.quality-2 ul li .main-pic {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.quality-2 ul li .main-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.quality-2 ul li .text {
    position: absolute;
    left: 30px;
    bottom: 30px;
    font-size: 20px;
    color: #fff;
    z-index: 2;
}

.quality-3 {
    padding: 100px 0px;
}
.quality-3 .flex {
    display: flex;
    align-items: center;
    display: block;
}
.quality-3 .left {
    width: 45%;
    width: 100%;
    border-radius: 10px;
    position: relative;
}
.quality-3 .left .swiper {
    padding-bottom: 50px;

}
.quality-3 .left .img {
    aspect-ratio: 4 / 3;
    overflow: hidden;
    position: relative;
}
.quality-3 .left .img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, hsl(220.97deg 98.94% 36.86% / 50%) 0%, transparent 75%);
    background: linear-gradient(to right, hsl(0deg 0% 11.04% / 46%) 0%, transparent 75%);
    left: 0;
    top: 0;
}
.quality-3 .left .img,
.quality-3 .left img {
    border-radius: 10px;
    display: block;
    width: 100%;
}
.quality-3 .left img {
    height: 100%;
    object-fit: cover;
}
.quality-3 .left .swiper-pagination-bullet-active {
    background: #005748;
}
.quality-3 .left .text {
    position: absolute;
    bottom: 15px;
    font-size: 17px;
    color: #ffffff;
    left: 4%;
    padding-left: 15px;
    font-weight: 500;
}
.quality-3 .left .text::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #fff;
    left: 0;
    top: 4px;
    border-radius: 50px;
}

.quality-3 .right {
    width: 55%;
    width: 100%;
    margin-left: 5%;
    margin-left: 0;
    margin-bottom: 35px;
}
.quality-3 .right .main_title{
    color: #333;
    text-align: center;
}
.quality-3 .right ul {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
}
.quality-3 .right ul li {
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 10px;
    border: 1px solid #e3e3e3;
    text-align: center;
    border-radius: 10px;
    padding: 40px 0px;
    position: relative;
    /* background: #F4F5F9 */
}
.quality-3 .right ul li:last-child {
    margin-right: 0;
}
.quality-3 .right ul li p {
    font-size: 16px;
    padding: 0 20px;
    text-align: center;
    line-height: 1.8;
    padding-top: 30px;
    margin-right: 0px;
}
.quality-3 .right ul li img {
    width: 50px;
    display: block;
    margin: 0 auto;
    /* margin-bottom: 15px; */
    /* position: absolute; */
    /* right: 20px; */

}

.app-links {
    padding: 120px 0px 0;
}
.app-page .app-detail-1 .w1366 {
    display: none;
}
.app-links .cont1560 {
    width: 90vw;
    max-width: 100%;
    position: relative;
    z-index: 2;
}
.app-links .content-img .flex {
    display: flex;
}
.app-links .content-img .content-img-1 {
    width: 25%;
    height: 480px;
    position: relative;
    margin-right: 0.3%;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
/* 
.app-links .content-img .content-img-2 {
    width: 18%;
}
.app-links .content-img .content-img-3 {
    width: 8%;
}
.app-links .content-img .content-img-4 {
    width: 12%;
}
.app-links .content-img .content-img-5 {
    width: 10%;
}
.app-links .content-img .content-img-6 {
    width: 14%;
}
.app-links .content-img .content-img-7 {
    width: 8%;
} */

.app-links .content-img .content-img-1 a {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
}
.app-links .content-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.app-links .content-img .content-img-line .zi {
    position: absolute;
    bottom: 30px;
    left: 5%;
    color: #fff;
    z-index: 1;
}
.app-links .content-img .content-img-line .zi span {
    display: block;
    font-size: 45px;
    font-weight: 500;
    display: none;
}
.app-links .content-img .content-img-line .zi p {
    font-size: 22px;
    margin-top: 20px;
}
.app-links .content-img .content-img-1 a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    background: linear-gradient(to top, #000 0%, transparent 50%);
    opacity: 0.4;
    left: 0;
    top: 0;
}


.app-box {
    padding: 60px 0px;
    background: #F4F5F9;
}
.app-box .top-ul {
    display: flex;
    flex-wrap: wrap;
    height: 450px;
}
.app-box li {
    position: relative;
    height: 100%;
}
.app-box li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.app-box li a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    background: linear-gradient(to top, #000 0%, transparent 30%);
    opacity: 0.4;
    left: 0;
    top: 0;
    border-radius: 10px;
}
.app-box li a:hover::after {
    opacity: 0;
}

.app-box .top-ul .li-1 {
    width: 60%;
    height: 100%;
    margin-right: 2%;
}
.app-box .top-ul .li-2 {
    width: 38%;
    height: 100%;
}

.app-box .three-ul {
    display: flex;
    flex-wrap: wrap;
}
.app-box .three-ul .li-3 {
    width: 32%;
    height: 420px;
    margin-right: 2%;
    margin-top: 3%;
}
.app-box .three-ul .li-mr0 {
    margin-right: 0;
}


.app-box .top-ul-three li {
    width: 32%;
    height: 100%;
    margin-right: 2%;
}
.app-box .top-ul-three li:last-child {
    margin-right: 0;
}

.app-box li .main-pic, 
.app-box li .ci-pic {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.app-box ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.app-box li .ci-pic {
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.4s ease;
    opacity: 0;
}
.app-box li:hover .ci-pic {
    opacity: 1;
}
.app-box ul li .text {
    position: absolute;
    left: 30px;
    bottom: 30px;
    font-size: 20px;
    color: #fff;
    z-index: 2;
}
.app-box ul li .text::before {
    content: "";
    width: 25px;
    background: #005747;
    position: absolute;
    left: -40px;
    height: 20px;
    bottom: 1px;
    transition: all 0.4s ease;
}
.app-box ul li .text span {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
    opacity: 0.6;
    font-size: 30px;
}
.app-box ul li:hover .text {
	color: #333;
}
.app-box ul li:hover .text span {
	color: #005747;
	opacity: 1;
}
.app-box ul li:hover .text::before {
    height: 55px;
}

.app-pa {
    backdrop-filter: blur(10px);
    background-color: hsla(0, 0%, 100%, .1);
    border: 1px solid hsla(0, 0%, 100%, .2);
    border-radius: 20px;
    color: #fff;
    padding: 50px 40px 70px;
    pointer-events: all;
    width: 500px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.app-pa .p {
    color: #fff;
    font-size: 20px;
    line-height: 1.8;
    padding-top: 50px;
}

.app-detail-1 {
    padding: 60px 0px;
    width: 90vw;
    max-width: 100%;
    margin: 0 auto;
}

.gckfa {
    display: flex;
    flex-wrap: wrap;
}

.gckfa li {
    width: 23%;
    margin-right: 2%;
    margin-bottom: 35px;
    border: 1px solid #c2dcd5;
    border-radius: 10px;
    padding: 20px 0;
    text-align: center;
}
.gckfa li:nth-child(4n) {
    margin-right: 0;
}
.gckfa li img {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    width: 80px;
}
.gckfa li p {
    font-size: 18px;
    color: #333;
    text-align: center;
}
.service-solution-actions {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}
.service-solution-actions .button-1 {
    margin-right: 30px;

}
.service-solution-actions .button a {
    width: auto;
    padding-right: 30px;
}
.service-solution-actions .button-1 a {
    background-color: rgb(0 87 72);
}
.service-solution-actions .button-2 a {
    background-color: #33872b;
}

.app-detail-1 .main-inner {
    display: flex;
    flex-wrap: wrap;
    
}
#company-nav {
    position: sticky;
    top: 18rem;
    left: 0;
}
#company-nav li {
    position: relative;
    padding-left: 0;
    margin-bottom: 30px;
    font-size: 18px;
    display: flex;
    align-items: center;
}
#company-nav li .ico {
    border-radius: 10px;
    background: #4d4d4d;
    padding: 5px;
    width: 35px;
    height: 35px;
    margin-right: 10px;
    display: none;
}
#company-nav li .ico img {
    width: 100%;
}
#company-nav li.current .ico {
    display: block;
}
#company-nav li.current::before {
      position: absolute;
      left: 0;
      top: 3px;
      content: "";
      width: 10px;
      height: 10px;
      background-color: #005747;
      border-radius: 50%;
      display: none;
}
#company-nav li.current a {color: #005747;}
.company-box {
    width: 100%;
}
.company-box .liarea {
    position: relative;
    display: flex;
    padding-top: 110px;
    flex-wrap: wrap;
}
  
.company-box .liarea:before {
    content: "";
    position: absolute;
    top: 90px;
    left: 20px;
    display: block;
    width: 1px;
    height: 100%;
    border-left: 1px dashed #005747;
    opacity: .5;
    z-index: -1;
    display: none;
}
.company-box .liarea .item-number {
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 14px;
    background:  #005748;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    display: none;
}
.company-box .liarea .item-content {
    width: 100%;
    margin-left: 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #f7f7f7;
    border-radius: 10px;
    justify-content: space-between;
    min-height: 500px;
    transition: opacity 0.3s ease-in-out;
}

.company-box #app-Automotive .liarea .item-content {
    min-height: 620px;
}
.company-box .liarea .item-content:hover {
    opacity: 1;
}

.company-box .liarea .item-content .L {
    width: 47%;
    padding-left: 3%;
}

.company-box .liarea .main-title {
    display: block;
    align-items: flex-start;
    margin: 0 auto;
    margin-bottom: 50px;
    margin-left: 0px;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
    display: block;
    text-align: center;
}

.company-box .liarea .ico {
    border-radius: 10px;
    /* background-image: linear-gradient(to left, #42a841 0%, #005748 100%); */
    background: #005748;
    padding: 5px;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.company-box .liarea .ico img {
    width: 100%;
}
.company-box .liarea h2 {
    font-size: 26px;
    color: #005748;
    font-weight: normal;
    display: block;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
}
.company-box .liarea .main-desc {
   font-size: 19px;
    color: #666;
    line-height: 1.5;
    padding-top: 20px;
    width: 100%;
    margin-left: 0%;
    display: block;
    justify-content: flex-start;
    text-align: center;
}

.company-box .liarea .item-content .shoufengqin {
    display: flex;
    flex-direction: column;
    gap: 0;
    min-height: 450px;
}
.company-box .liarea .item-content .shoufengqin li {
    position: relative;
    margin-bottom: 0;
    padding: 8px 0 34px;
    border-bottom: 1px solid #c2dcd5;
    overflow: hidden;
    cursor: pointer;
    transition: border-color 0.35s ease;
}
.company-box .liarea .item-content .shoufengqin li + li {
    margin-top: 0;
    padding-top: 20px;
}
.company-box .liarea .item-content .shoufengqin li:first-child {
    border-color: rgba(0, 87, 72, 0.24);
}
.company-box .liarea .item-content .shoufengqin.has-active li:first-child:not(.is-active) {
    border-color: #c2dcd5;
}
.company-box .liarea .item-content .shoufengqin:has(li:hover) li:first-child:not(:hover) {
    border-color: #c2dcd5;
}
.company-box .liarea .item-content .shoufengqin li:last-child {
    border-bottom: 0px solid #c2dcd5;
}
.company-box .liarea .item-content .shoufengqin li:hover {
    border-color: rgba(0, 87, 72, 0.24);
}
.company-box .liarea .item-content .shoufengqin li.is-active {
    border-color: rgba(0, 87, 72, 0.24);
}
.company-box .liarea .item-content .shoufengqin li h3 {
    margin-bottom: 0;
    padding-left: 22px;
    padding-right: 0;
    position: relative;
    transition: color 0.35s ease;
}
.company-box .liarea .item-content .shoufengqin li h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(0, 87, 72, 0.28);
    transform: translateY(-50%) scale(0.9);
    transition: background-color 0.35s ease, transform 0.35s ease;
}
.company-box .liarea .item-content .shoufengqin li:first-child h3,
.company-box .liarea .item-content .shoufengqin li.is-active h3,
.company-box .liarea .item-content .shoufengqin li:hover h3 {
    color: #005748;
}
.company-box .liarea .item-content .shoufengqin.has-active li:first-child:not(.is-active) h3 {
    color: #333;
}
.company-box .liarea .item-content .shoufengqin:has(li:hover) li:first-child:not(:hover) h3 {
    color: #333;
}
.company-box .liarea .item-content .shoufengqin li:first-child h3::before,
.company-box .liarea .item-content .shoufengqin li.is-active h3::before,
.company-box .liarea .item-content .shoufengqin li:hover h3::before {
    background: #005748;
    transform: translateY(-50%) scale(1);
}
.company-box .liarea .item-content .shoufengqin.has-active li:first-child:not(.is-active) h3::before {
    background: rgba(0, 87, 72, 0.28);
    transform: translateY(-50%) scale(0.9);
}
.company-box .liarea .item-content .shoufengqin:has(li:hover) li:first-child:not(:hover) h3::before {
    background: rgba(0, 87, 72, 0.28);
    transform: translateY(-50%) scale(0.9);
}
.company-box .liarea .item-content .shoufengqin p {
    max-height: 0;
    margin-top: 0;
    margin-bottom: 0;
    opacity: 0;
    overflow: hidden;
    padding-left: 22px;
    transition: max-height 0.45s cubic-bezier(0.22, 1, 0.36, 1), margin-top 0.35s ease, opacity 0.3s ease;
}
.company-box .liarea .item-content .shoufengqin li:first-child p,
.company-box .liarea .item-content .shoufengqin li.is-active p,
.company-box .liarea .item-content .shoufengqin li:hover p {
    max-height: 180px;
    margin-top: 14px;
    opacity: 1;
}
.company-box .liarea .item-content .shoufengqin.has-active li:first-child:not(.is-active) p {
    max-height: 0;
    margin-top: 0;
    opacity: 0;
}
.company-box .liarea .item-content .shoufengqin:has(li:hover) li:first-child:not(:hover) p {
    max-height: 0;
    margin-top: 0;
    opacity: 0;
}

.company-box .liarea .item-content .shoufengqin li:only-child {
    cursor: default;
    padding-bottom: 0;
    border-bottom: 0;
}

.company-box .liarea .item-content .shoufengqin li:only-child:hover {
    border-color: rgba(0, 87, 72, 0.24);
}

.company-box .liarea .item-content .shoufengqin li:only-child p,
.company-box .liarea .item-content .shoufengqin:has(li:hover) li:only-child:not(:hover) p {
    max-height: none;
    margin-top: 14px;
    opacity: 1;
}

.company-box .liarea .item-content .LR {
    padding-left: 0;
    padding-right: 3%;
}

.company-box .liarea h3 {
    font-size: 20px;
    color: #333;
    font-weight: normal;
    margin-bottom: 20px;
    position: relative;
}
.company-box .liarea .item-content p {
    font-size: 16px;
    text-align: justify;
    line-height: 1.6;
    color: #343434;
}
.company-box .liarea .item-content p a {
    color: #005747;
    text-decoration: underline;
}
.company-box .liarea .company-pic {
    width: 44%;
    margin-left: 5%;
    position: relative;
    border-radius: 10px;
    height: 500px;
    flex-shrink: 0;
    align-self: center;
    margin-right: 0;
}
.company-box .liarea .company-pic .swiper {
    height: 100%;
}
.company-box .liarea .company-pic-left {
    margin-left: 0;
    margin-right: 5%;
}

#portamento_container {
    width: 300px !important;
}
#portamento_container #sidebar.fixed {position:fixed;top: 190px !important;}
  .main-inner .bgg {
    background: url(/css/earth.png) no-repeat;
    position: absolute;
    width: 500px;
    height: 504px;
    left: -15%;
}
.app-detail-1 .swiper-slide .img {
    height: 100%;
}
.app-detail-1 .swiper-slide img {
	display: block;
	width: 100%;
    height: 100%;
	object-fit: cover;
    border-radius: 8px;
}
.app-detail-1 .swiper-slide .text {
    position: absolute;
    bottom: 15px;
    font-size: 16px;
    color: #414141;
    left: 4%;
    padding-left: 15px;
}

.app-detail-1 .swiper-slide .text::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #666666;
    left: 0;
    top: 4px;
    border-radius: 50px;
}

.honor--box {
    padding-top:100px;
    background: url(../picture/1.png) no-repeat left center;
}
.honor--box .flex {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.honor--box .honor-title {
    width: 470px;
    width: 40%;
    margin-bottom: 60px;
}

.honor--box .honor-title p {
    line-height: 1.8;
    font-size: 16px;
    color: #404040;
    text-align: justify;
}

.honor--box .GB {
    width: 100%;
    display: block;
    flex-wrap: nowrap;
    margin-top: 30px;
}

.honor--box .GB .gb-card {
    width: 100%;
    margin-bottom: 10px;
    padding: 15px 16px;
    border-bottom: 1px solid rgba(0, 87, 72, 0.12);
    /* border-radius: 12px; */
}

.honor--box .GB .gb-card:last-child {
    margin-right: 0;
    border-bottom: 0px solid rgba(0, 87, 72, 0.12);
}

.honor--box .GB .gb-card h3 {
    margin: 0 0 20px;
    font-size: 18px;
    line-height: 1.45;
    color: #175748;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.honor--box .GB .gb-card h3 svg {
    margin-right: 10px;
    margin-bottom: 5px;
}

.honor--box .GB .gb-item {
    display: flex; 
    align-items: center;
    margin-bottom: 10px;
    color: #777;
    font-size: 17px;
    line-height: 1.5;
}

.honor--box .GB .gb-item:last-child {
    margin-bottom: 0;
}

.honor--box .GB .gb-icon {
    position: relative;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.honor--box .GB .gb-icon img {
    width: 100%;
}


.honor--box ul {
    margin-top: 20px;
}
.honor--box ul li {
    margin-bottom: 10px;
}
.honor--box ul li span {
    display: block;
    font-size: 15px;
    position: relative;
    padding-left: 20px;
    line-height: 1.5;
}
.honor--box ul li span::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #005748;
    border-radius: 50%;
    left: 0;
    top: 8px;
}
  
.three-col {
    display: flex;
    gap: 16px;
    /* height: 780px; */
    width: 940px;
    width:55%;
    margin-top: 30px;
}
.three-col .col {
    width: calc((100% - 32px) / 3);
    height: 100%;
    overflow: hidden;
    position: relative;
}
.col .list, .col .list-clone {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
.col .item {
    width: 100%;
    height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 20px;
    background: #F4F5F9;
    padding: 15px;
    border-radius: 10px;
}
.three-col .col-3 .item {
    height: auto;
}

.col .item img { 
    width:100%; 
    height:100%; 
    object-fit: cover; 
    display:block; 
    border-radius: 10px;
    vertical-align: middle;
}
.col:hover { cursor: pointer; }

.breadcrumb .three li {
    width: 30%;
}

.honor-list {
    padding: 60px 0px 0;
}
.honor-list ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -2%
}
.honor-list ul li {
    width: 21%;
    margin-left: 2%;
    margin-bottom: 95px;
    color: #4c4c4c;
    margin-right: 2%;
  }
.honor-list ul li .images {
    padding-bottom: 70px;
    text-align: center;
    margin-bottom: 5px;
    box-sizing: border-box;
    position: relative;
}
  .honor-list ul li .images .img {
    position: relative;
  }
  .honor-list ul li .images .img .tu {
    display: inline-block;
    max-height: 100%;
    max-width: 95%;
    z-index: 4;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition:all 0.5s ease;
    transition:all 0.5s ease; 
    
  }
  .honor-list ul li:hover .images .img .tu {top: -25px;}
  
  
  .op {
    opacity: 0;
  }
  .honor-list ul li .images:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 70px;
    bottom: 5px;
    left: 0;
    background: url(../picture/i2.png) no-repeat center;
    background-size: 100%;
  }
  .honor-list ul li .span {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 15px;
    border-bottom: 1px solid #959595;
    padding-right: 35px;
    box-sizing: border-box;
    font-size: 19px;
    position: relative;
  }
  .honor-list ul li .span span {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
  }
  .honor-list ul li .span:after {
    position: absolute;
    width: 24px;
    height: 24px;
    right: 0;
    top: 0;
    content: "";
    margin: auto;
    background: url(/css/plus.png) no-repeat center;
    background-size: 24px;
}

.honor-list .down {
    position: absolute;
    right: 0;
    top: -18px;
}
.honor-list .down .Btn {
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    transition-duration: 0.3s;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.11);
}
  
.honor-list .down .svgIcon {
    fill: #2196f3;
    height: 14px;
}
  
.honor-list .down .icon2 {
    width: 18px;
    height: 5px;
    border-bottom: 2px solid #2196f3;
    border-left: 2px solid #2196f3;
    border-right: 2px solid #2196f3;
}
  
.honor-list .down .tooltip {
    position: absolute;
    right: -80px;
    opacity: 0;
    background-color: rgb(12, 12, 12);
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition-duration: 0.2s;
    pointer-events: none;
    letter-spacing: 0.5px;
}
  
.honor-list .down .tooltip::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background-color: rgb(12, 12, 12);
    background-size: 1000%;
    background-position: center;
    transform: rotate(45deg);
    left: -5%;
    transition-duration: 0.3s;
}
  
.honor-list li:hover .down .Btn .tooltip {
    opacity: 1;
    transition-duration: 0.3s;
}
  
.honor-list li:hover .down .Btn {
    background-color: #005748;
    transition-duration: 0.3s;
}
  
.honor-list li:hover .down .Btn .icon2 {
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
}
  
.honor-list li:hover .down .Btn .svgIcon {
    fill: #fff;
    animation: slide-in-top 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
  
  @keyframes slide-in-top {
    0% {
      transform: translateY(-10px);
      opacity: 0;
    }
  
    100% {
      transform: translateY(0px);
      opacity: 1;
    }
}

/*表次*/
.glass-panel {
    background: rgba(30, 41, 59, 0.4);
    background: rgb(255 255 255 / 30%);
    /* backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 25px 50px -12px rgb(0 0 0 / 9%);
    border: 1px solid #d6d6d6; */
}
.input-glow:focus {
    box-shadow: 0 0 20px rgba(14, 165, 233, 0.3);
}
.gradient-text {
    background: linear-gradient(180deg, #2af598 0%, #005748 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.mesh-gradient {
    background-image: 
        linear-gradient(to right, rgba(14, 165, 233, 0.1) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(14, 165, 233, 0.1) 1px, transparent 1px);
    background-size: 40px 40px;
}

.bc-gongshi {
    margin-bottom: 70px;
}
.bc-gongshi .glass-panel {
    background: url(../picture/bg.jpg) no-repeat center;
    background-size: cover;
}

.biaoci-main .flex.gap-2 button {
    background: #000;
    color: #fff !important;
}
.biaoci-main .flex.gap-2 button.bg-primary {
    background-color: rgb(0 87 72);
    color: #fff !important;
}
.biaoci-main .shadow-primary\/25 {
    --tw-shadow-color: rgb(0 87 72 / 25%);
}
.biaoci-main .main-title {
    font-size: 40px;
    font-weight: normal;
    color: #005748;
}
.biaoci-main .from-primary {
    --tw-gradient-from: #005748 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(14 165 233 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #005748;
}
.font-16 {
    font-size: 16px;
}
.biaoci-main  {
    background-color: #f7f7f7;
    background-image: 
        radial-gradient(at 0% 0%, rgba(14, 165, 233, 0.15) 0px, transparent 50%),
        radial-gradient(at 100% 0%, rgba(99, 102, 241, 0.15) 0px, transparent 50%),
        radial-gradient(at 100% 100%, rgba(139, 92, 246, 0.15) 0px, transparent 50%),
        radial-gradient(at 0% 100%, rgba(14, 165, 233, 0.1) 0px, transparent 50%);
    background-attachment: fixed;
    padding-top: 0px;
}
.biaoci-main .simulation-showcase {
    position: relative;
    left: 50%;
    width: 100vw;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-bottom: 88px;
    background: #ffffff;
    border-bottom: 1px solid #e8ece8;
}
.biaoci-main .simulation-showcase__inner {
    width: min(1280px, calc(100vw - 64px));
    margin: 0 auto;
    padding: 42px 0 48px;
}
.biaoci-main .simulation-showcase__header {
    margin: 40px auto 50px;
    text-align: center;
}
.biaoci-main .simulation-showcase__title {
    margin: 0;
    color: #005748;
    font-size: 40PX;
    font-weight: NORMAL;
    line-height: 1.1;
}
.biaoci-main .simulation-showcase__lead {
    margin: 18px auto 0;
    color: #333;
    font-size: 20px;
    line-height: 1.9;
}
.biaoci-main .simulation-carousel-wrap {
    position: relative;
    padding: 0 76px 44px;
}
.biaoci-main .simulation-carousel {
    overflow: visible;
}
.biaoci-main .simulation-card {
    height: 100%;
    overflow: hidden;
    background: linear-gradient(180deg, #ffffff 0%, #f0f2ef 100%);
    box-shadow: 0 24px 60px rgba(15, 38, 33, 0.08);
}
.biaoci-main .simulation-card__image-wrap {
    aspect-ratio: 16 / 10;
    background: linear-gradient(180deg, #f7f8f6 0%, #eceee8 100%);
    overflow: hidden;
}
.biaoci-main .simulation-card__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}
.biaoci-main .simulation-card:hover .simulation-card__image {
    transform: scale(1.03);
}
.biaoci-main .simulation-card__body {
    padding: 22px 24px 24px;
}
.biaoci-main .simulation-card__tag {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(0, 87, 72, 0.08);
    color: #005748;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    display: none;
}
.biaoci-main .simulation-card__title {
    margin: 14px 0 0;
    color: #1e2b28;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.35;
}
.biaoci-main .simulation-carousel__nav {
    position: absolute;
    bottom: 20px;
    z-index: 3;
    width: 52px;
    height: 52px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    color: #005748;
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    transition: transform 0.25s ease, background-color 0.25s ease, color 0.25s ease;
}
.biaoci-main .simulation-carousel__nav:hover {
    transform: translateY(-2px);
    background: #005748;
    color: #fff;
}
.biaoci-main .simulation-carousel__nav--prev {
    left: 30%;
}
.biaoci-main .simulation-carousel__nav--next {
    right: 30%;
}
.biaoci-main .simulation-carousel__nav span {
    font-size: 22px;
    line-height: 1;
}
.biaoci-main .simulation-carousel__pagination {
    position: static;
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 54px;
}
.biaoci-main .simulation-carousel__pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 !important;
    background: rgba(0, 87, 72, 0.2);
    opacity: 1;
}
.biaoci-main .simulation-carousel__pagination .swiper-pagination-bullet-active {
    background: #005748;
}
.service-support-page .nyban-txt h1 {
    margin-bottom: 30px;
    font-size: 42px;
}
.service-support-page .nyban-txt p span {
    display: block;
    font-size: 22px;
    line-height: 1.8;
    margin-top: 20px;
}
.service-support-page .sitemap-line-btn {
    display: none;
}
.service-support-page #headerInnerWrap {
    position: relative;
}
.service-page .title-jump {
    background: #fff;
    margin: 0 0 0px;
    border: 0;
    width: 100%;
    position: relative;
    top: auto;
    z-index: 20;
    padding: 0;
    transition: padding 0.25s ease;
}
.service-page .service-title-jump-placeholder {
    height: 0;
}
.service-page .title-jump ul {
    display: flex;
    justify-content: center;
    width: 720px;
    max-width: calc(100% - 32px);
    margin: 0 auto;
    background: #e5e5e5;
    border-radius: 50px;
    overflow: hidden;
    transition: width 0.25s ease, border-radius 0.25s ease, background 0.25s ease;
}
.service-page .breadcrumb-core.title-jump ul li {
    width: 33.3333%;
    position: relative;
    text-align: center;
}
.service-page .breadcrumb.title-jump ul li:after {
    background: #005748;
}
.service-page .breadcrumb.title-jump ul li a {
    display: block;
    height: 83px;
    line-height: 83px;
    color: #666;
    font-size: 18px;
    letter-spacing: 0;
    transition: height 0.25s ease, line-height 0.25s ease, font-size 0.25s ease, color 0.25s ease;
}
.service-page .breadcrumb.title-jump ul li a:hover,
.service-page .breadcrumb.title-jump ul li.active a {
    color: #005748;
}
.service-page .breadcrumb.title-jump ul li span {
    position: relative;
    padding-left: 20px;
    transition: padding-left 0.25s ease;
}
.service-page .breadcrumb.title-jump ul li span::before {
    background: #005748;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: width 0.25s ease, height 0.25s ease, opacity 0.25s ease;
}
.service-page .breadcrumb.title-jump ul li.active span::before {
    opacity: 1;
}
.service-page .title-jump.is-stuck {
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 80;
    margin: 0;
    padding-top: 0;
}
.service-page .title-jump.is-stuck .cont1560 {
    width: 100%;
    max-width: 100%;
}
.service-page .title-jump.is-stuck ul {
    background: #f0f0f0;
    width: 100%;
    max-width: 100%;
    border-radius: 0;
}
.service-page .title-jump.is-stuck.breadcrumb ul li span::before,
.service-page .title-jump.is-stuck ul li span::before {
    width: 8px;
    height: 8px;
}
.service-page .service-jump-target {
    scroll-margin-top: 120px;
}
.biaoci-main #surfaceCalculator {
    scroll-margin-top: 120px;
}
.biaoci-main  .biaci-h2 {
    color: #005748;
}
#diameter,
#height, 
#material,
#distance,
#radial-offset,
#length,
#width,
#outer-dia,
#inner-dia {
    background: #dadada;
    color: #333;
    font-family: "Pretendard", "source-han-sans-simplified-c", "Noto Sans SC", "Microsoft YaHei", "sans-serif";
    font-size: 17px;
}
.biaoci-main  .butoon-f {
    background: #000;
    color: #fff;
}
  
.text-slate-300 {
    font-size: 15px;
}
#summary-model,
#summary-br,
#summary-distance {
    color: #333;
    font-size: 16px;
    font-family: 'Noto Sans SC';
}
.text-slate-400 {
    color:#000 !important;
}

.bc-gongshi .text-slate-400 {
    color: #333;
}
.bc-gongshi .text-slate-400 {
    color: #333 !important;
    font-size: 16px;
}
.bc-gongshi .items-center span {
    color: #333;
}
.bc-gongshi .color333 {
    color: #333;
}
.bc-gongshi .colorfff {
    color: #fff !important;
}

.cibiao-jisuan {
    padding-bottom: 80px;
}

@media (max-width: 1200px) {
    .biaoci-main .simulation-carousel-wrap {
        padding: 0 56px 40px;
    }
}

@media (max-width: 900px) {
    .biaoci-main .simulation-showcase {
        margin-bottom: 56px;
    }
    .biaoci-main .simulation-showcase__inner {
        width: calc(100vw - 28px);
        padding: 26px 0 30px;
    }
    .biaoci-main .simulation-showcase__header {
        margin-bottom: 24px;
    }
    .biaoci-main .simulation-showcase__lead {
        font-size: 16px;
        line-height: 1.8;
    }
    .biaoci-main .simulation-carousel-wrap {
        padding: 0 0 38px;
    }
    .biaoci-main .simulation-card__body {
        padding: 18px 18px 20px;
    }
    .biaoci-main .simulation-card__title {
        font-size: 20px;
    }
    .biaoci-main .simulation-carousel__nav {
        display: none;
    }
}

@media (max-width: 768px) {
    .service-page .title-jump {
        margin-bottom: 34px;
    }
    .service-page .breadcrumb.title-jump ul li a {
        height: 64px;
        line-height: 64px;
        font-size: 15px;
    }
    .service-page .breadcrumb.title-jump ul li span {
        padding-left: 16px;
    }
    .service-page .breadcrumb.title-jump ul li span::before {
        width: 8px;
        height: 8px;
    }
    .service-page .title-jump.is-stuck {
        padding-top: 10px;
    }
    .service-page .title-jump.is-stuck.breadcrumb ul li a,
    .service-page .title-jump.is-stuck ul li a {
        height: 56px;
        line-height: 56px;
        font-size: 14px;
    }
    .service-page .title-jump.is-stuck.breadcrumb ul li span,
    .service-page .title-jump.is-stuck ul li span {
        padding-left: 14px;
    }
    .service-page .title-jump.is-stuck.breadcrumb ul li span::before,
    .service-page .title-jump.is-stuck ul li span::before {
        width: 7px;
        height: 7px;
    }
}


.service-down {
    padding: 86px 0 96px;
    scroll-margin-top: 120px;
    background: #fff;
}
.service-down-head {
    text-align: center;
}
.service-down-head span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    padding: 7px 18px;
    border-radius: 999px;
    background: rgba(0, 87, 72, 0.08);
    color: #005748;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}
.service-down .main_title {
    margin: 0;
    text-align: center;
    color: #005748;
}
.service-down-head p {
    margin: 18px auto 0;
    max-width: 680px;
    color: #536a62;
    font-size: 17px;
    line-height: 1.8;
}
.service-down-tabs {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin: 38px auto 34px;
    width: min(760px, 100%);
    max-width: calc(100% - 32px);
    border-radius: 999px;
    background: rgba(239, 248, 244, 0.96);
}
.service-down-tabs button {
    flex: 1 1 0;
    height: 56px;
    min-width: 126px;
    padding: 0 24px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: #33554a;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
.service-down-tabs button:hover,
.service-down-tabs button.is-active {
    color: #fff;
    background: #005748;
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(0, 87, 72, 0.18);
}

.service-down-panels {
    margin: 0 auto;
    margin-top: 70px;
}
.service-down-panels ul {
    display: flex;
    flex-wrap: wrap;
}
.service-down-panels ul li {
    font-size: 14px;
    width: 49%;
    background: #f5f5f5;
    margin-bottom: 40px;
    margin-right: 2%;
    position: relative;
    border-radius: 8px;
}
.service-down-panels ul li:hover::after {
    width: 100%;
}

.service-down-panels ul li:nth-of-type(even) {
    margin-right: 0;
}

.service-down-panels ul li a {
    display: block;
    position: relative;
    padding: 30px 20px;
    z-index: 2;
}
.service-down-panels ul li a:before {
    content: "";
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: url(/static/picture/tzdown.png) #005748 no-repeat center;
    background-size: 100%;
}
.service-down-panels ul li:hover a:before {
    background: url(/static/picture/tzdown2.png) #fff no-repeat center;
}

.service-down-panels ul li h3 {
    font-size: 18px;
    font-weight: normal;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 40px;
}
.service-down-panels ul li:hover h3 {
    color: #fff;
}

.service-down-panels ul li::after {
    content: "";
    background: #005748;
    position: absolute;
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    border-radius: 8px;
}


.news-main {
        position: relative;
        padding: 128px 0 96px;
        background:
            radial-gradient(circle at left bottom, rgba(98, 179, 255, 0.14), transparent 24%),
            linear-gradient(180deg, #f6f4f0 0%, #f8f6f2 100%);
        overflow: hidden;
    }

    .news-main::before {
        content: "";
        position: absolute;
        left: -120px;
        bottom: -120px;
        width: 320px;
        height: 320px;
        background: radial-gradient(circle, rgba(111, 189, 255, 0.28) 0%, rgba(111, 189, 255, 0.08) 38%, transparent 72%);
        filter: blur(8px);
        pointer-events: none;
    }

    .news-main .cont1560 {
        position: relative;
        z-index: 1;
    }

    .news-main .news-shell {
        width: 100%;
    }

    .news-main .news-featured-card {
        display: grid;
        grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
        gap: 42px;
        align-items: center;
        padding: 16px;
        border-radius: 20px;
        background: rgba(255, 255, 255, 0.92);
        backdrop-filter: blur(8px);
        transition: transform 0.45s ease;
    }

    .news-main .news-featured-card:hover {
        transform: translateY(-4px);
    }

    .news-main .news-featured-swiper {
        width: 100%;
        overflow: hidden;
    }

    .news-main .news-featured-swiper .swiper-slide {
        height: auto;
        width: 100%;
    }

    .news-main .news-featured-media {
        display: block;
        border-radius: 18px;
        overflow: hidden;
        aspect-ratio: 16 / 9;
    }

    .news-main .news-featured-media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.8s ease;
    }

    .news-main .news-featured-card:hover .news-featured-media img {
        transform: scale(1.04);
    }

    .news-main .news-meta {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 34px;
        font-size: 14px;
        color: #8d8d8d;
    }

    .news-main .news-meta .tag {
        color: #005748;
    }

    .news-main .news-meta .divider {
        width: 1px;
        height: 15px;
        background: rgba(0, 0, 0, 0.18);
    }
    .news-main .news-featured-content {
        margin-right: 20px;
    }

    .news-main .news-featured-content h2,
    .news-main .news-card-content h3 {
        font-weight: 400;
        color: #191919;
        letter-spacing: -0.02em;
    }

    .news-main .news-featured-content h2 {
        margin-bottom: 18px;
        font-size: 27px;
        line-height: 1.18;
    }

    .news-main .news-featured-content p {
        margin-bottom: 48px;
        font-size: 17px;
        line-height: 1.6;
        color: #4e4e4e;
    }

    .news-main .news-link {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        font-size: 15px;
        color: #232323;
        transition: color 0.3s ease;
    }

    .news-main .news-link .arrow {
        width: 26px;
        height: 26px;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: #333;
        transition: transform 0.3s ease, color 0.3s ease;
    }

    .news-main .news-link:hover {
        color: #005748;
    }

    .news-main .news-link:hover .arrow {
        transform: translateX(4px);
        color: #005748;
    }

    .news-main .news-divider {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
        margin: 36px 10px 42px;
        color: #222;
    }

    .news-main .news-divider::before,
    .news-main .news-divider::after {
        content: "";
        flex: 1;
        border-bottom: 1px dashed rgba(60, 60, 60, 0.22);
    }

    .news-main .news-divider span {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #2c2c2c;
    }

    .news-main .news-divider.news-featured-pagination {
        position: relative;
    }

    .news-main .news-featured-pagination .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
        margin: 0;
        opacity: 1;
        background: #bdb7ad;
        transition: background-color 0.3s ease, transform 0.3s ease;
    }

    .news-main .news-featured-pagination .swiper-pagination-bullet-active {
        background: #2c2c2c;
        transform: scale(1.05);
    }

    .news-main .news-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 35px 18px;
    }

    .news-main .news-card {
        display: flex;
        flex-direction: column;
        min-height: 100%;
        border-radius: 14px;
        overflow: hidden;
        background: rgba(255, 255, 255, 0.96);
        box-shadow: 0 8px 24px rgba(32, 42, 64, 0.06);
        transition: transform 0.4s ease, box-shadow 0.4s ease;
    }

    .news-main .news-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 16px 32px rgba(32, 42, 64, 0.1);
    }

    .news-main .news-card-media {
        display: block;
        overflow: hidden;
        aspect-ratio: 1 / 0.64;
    }

    .news-main .news-card-media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.7s ease;
    }

    .news-main .news-card:hover .news-card-media img {
        transform: scale(1.05);
    }

    .news-main .news-card-content {
        display: flex;
        flex: 1;
        flex-direction: column;
        padding: 18px 22px 18px;
    }

    .news-main .news-card-content h3 {
        margin-bottom: 18px;
        font-size: 19px;
        line-height: 1.5;
        min-height: 68px;
    }

    .news-main .news-card-foot {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 14px;
        margin-top: auto;
        padding-top: 10px;
    }

    .news-main .news-card-foot .news-meta {
        margin-bottom: 0;
        font-size: 16px;
        gap: 10px;
    }

    .news-main .news-card-foot .arrow {
        width: 28px;
        height: 28px;
        flex: 0 0 28px;
    }

    .news-main .line-clamp-2 {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

.nybanner_article {
    height: 600px;
}
.bodybanner .nybanner_article {
    height: 600px;
}
.nybanner_article .nyban-txt p {
    font-size: 36px;
    margin-bottom: 20px;
}
.nybanner_article .nyban-txt h1 {
    margin-bottom: 0;
    font-size: 30px;
}
.news-article-main {
        padding: 40px 0 0px;
}

.news-article-main .news-article-mainzw {
    max-width: 1280px;
} 

@media (min-width: 2560px) {
    .news-article-main .news-article-mainzw {
        max-width: 1440px;
    }
}

@media (min-width: 1025px) {
    .company-news-detail .news-article-main .news-article-mainzw {
        margin-left: max(7.5vw, calc((100vw - 1560px) / 2));
        margin-right: 0;
    }
}

@media (min-width: 1025px) and (max-width: 1500px) {
    .company-news-detail .news-article-main .news-article-mainzw {
        margin-left: 5vw;
    }
}

    .article-breadcrumb {
   display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 54px;
    font-size: 15px;
    color: #424242;
    border-bottom: 1px solid #c2dcd5;
    padding-bottom: 20px;
    }

    .article-breadcrumb a {
        color: #4d4d4d;
        transition: color 0.3s ease;
    }

    .article-breadcrumb a:hover {
        color: #175748;
    }

    .article-breadcrumb .current {
        max-width: 620px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #175748;
    }

    .article-layout {
        display: grid;
        grid-template-columns: 180px minmax(0, 880px);
        grid-template-columns: 280px minmax(0, 1000px);
        gap: 64px;
        align-items: start;
    }

    .article-share {
        position: sticky;
        top: 130px;
        width: 100%;
    }

    .article-content {
        min-width: 0;
    }

    .article-head {
        margin-bottom: 34px;
        display: none;
    }

    .article-meta {
        display: flex;
        flex-wrap: wrap;
        gap: 10px 22px;
        margin-bottom: 26px;
        font-size: 13px;
        color: #767676;
    }

    .article-meta span {
        position: relative;
    }

    .article-meta span + span::before {
        content: "";
        position: absolute;
        left: -11px;
        top: 50%;
        width: 1px;
        height: 12px;
        background: rgba(0, 0, 0, 0.14);
        transform: translateY(-50%);
    }

    .article-summary {
        position: relative;
        padding: 22px 28px 22px 26px;
        border-left: 3px solid #175748;
        background: linear-gradient(90deg, rgba(23, 87, 72, 0.06) 0%, rgba(23, 87, 72, 0.02) 68%, rgba(255, 255, 255, 0) 100%);
        font-size: 16px;
        line-height: 2;
        color: #2d2d2d;
        letter-spacing: 0.01em;
    }


    .article-cover {
        margin-bottom: 32px;
        border-radius: 18px;
        overflow: hidden;
    }

    .article-cover img {
        max-width: 100%;
        display: block;
        object-fit: cover;
        border-radius: 18px;
    }

    .news-article-main .article-body {
        font-size: 16px;
        line-height: 1.95;
        color: #222;
        text-align: justify;
    }

    .article-body h1,
    .article-body h2,
    .article-body h3,
    .article-body h4,
    .article-body h5,
    .article-body h6 {
        margin: 0px 0 18px;
        font-weight: 600;
        line-height: 1.35;
        color: #161616;
        font-size: 17px;
    }

    .article-body img {
        display: block;
        width: auto;
        max-width: 100%;
        height: auto;
        border-radius: 16px;
        
    }

    .article-body ul,
    .article-body ol {
        margin: 0 0 18px 24px;
    }

    .article-body blockquote {
        margin: 28px 0;
        padding: 20px 24px;
        border-left: 3px solid #0f4c81;
        background: #f5f8fb;
        color: #2b2b2b;
    }

    .article-footer-nav {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        width: 100%;
        margin-top: 0;
        padding-top: 0;
        border-top: 1px solid rgba(0, 0, 0, 0.12);
    }

    .article-footer-link,
    .article-footer-back {
        display: inline-flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        width: 100%;
        padding: 15px 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.12);
        font-size: 13px;
        color: #202020;
        transition: color 0.3s ease, transform 0.3s ease;
    }

    .article-footer-back {
        font-weight: 500;
    }

    .article-footer-link.is-disabled {
        color: #9a9a9a;
        pointer-events: none;
    }

    .article-footer-link:hover,
    .article-footer-back:hover {
        color: #175748;
    }

    .article-footer-link:hover {
        transform: translateX(2px);
    }

    .article-footer-link.is-disabled:hover {
        transform: none;
    }

    .article-share .nav-copy {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        min-width: 0;
    }

    .article-share .nav-icon {
        flex: 0 0 16px;
        width: 16px;
        height: 16px;
        margin-top: 3px;
        color: #175748;
    }

    .article-share .nav-icon svg,
    .article-share .nav-arrow svg {
        width: 100%;
        height: 100%;
        stroke: currentColor;
        fill: none;
        stroke-width: 1.6;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

    .article-share .nav-text {
        min-width: 0;
    }

    .article-share .nav-text strong {
        display: block;
        margin-bottom: 2px;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.45;
        color: #161616;
    }

    .article-share .nav-text em {
            display: block;
    /* overflow: hidden; */
    font-style: normal;
    font-size: 15px;
    line-height: 1.6;
    /* text-overflow: ellipsis; */
    /* white-space: nowrap; */
    color: #5a5a5a;
    }

    .article-share .nav-arrow {
        flex: 0 0 14px;
        width: 14px;
        height: 14px;
        margin-top: 4px;
        color: #8c8c8c;
    }

    .article-more {
    margin-top: 80px;
    background: #fff;
    padding: 50px 0px;
    }

    .article-more-title {
        margin-bottom: 28px;
        font-size: 28px;
        line-height: 1.1;
        color: #141414;
    }

    .article-more-item {
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr) 10px 0px;
    gap: 28px;
    align-items: center;
    padding: 20px 10px;
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.08); */
    color: #151515;
    background: #fff;
    /* border-left: 3px solid #175748; */
    /* background: linear-gradient(90deg, rgba(23, 87, 72, 0.06) 0%, rgba(23, 87, 72, 0.02) 68%, rgba(255, 255, 255, 0) 100%); */
    margin-bottom: 15px;
    /* border-radius: 10px; */
    border-bottom: 1px solid rgba(0, 87, 72, 0.12);
}

    .article-more-date {
        font-size: 15px;
        color: #083c30;
        display: block;
        padding-bottom: 10px;
    }

    .article-more-name {
        font-size: 22px;
        line-height: 1.4;
        color: #161616;
        transition: color 0.3s ease;
    }

    .article-more-thumb {
        border-radius: 14px;
        overflow: hidden;
        background: #f1f1f1;
        aspect-ratio: 1.55 / 1;
    }

    .article-more-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.5s ease;
    }

    .article-more-icon {
        width: 42px;
        height: 42px;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: #175748;
        color: #fff;
        font-size: 18px;
        justify-self: end;
        transition: transform 0.3s ease, background-color 0.3s ease;
    }

    .article-more-item:hover .article-more-name {
        color: #083c30;
    }

    .article-more-item:hover .article-more-thumb img {
        transform: scale(1.06);
    }

    .article-more-item:hover .article-more-icon {
        transform: translateX(4px);
        background: #083c30;
    }


/*chanpin-cqj*/
.cqj-box .top-ul {
    margin-bottom: 40px;
}
.cqj-box li .ci-pic {
    opacity: 1;
    transition: transform 0.7s ease;
}
.cqj-box li:hover .ci-pic {
    transform: scale(1.05);
}
.cqj-box ul li:hover .text::before {
    height: 30px;
}
.cqj-box .cont1560 > .top-ul:nth-of-type(2) .li-1 {margin-left: 2%; margin-right: 0;}

.cqj-box .top-ul a[data-product-title] {
    cursor: pointer;
}

.cqj-box .top-ul a[data-product-title]::before {
        content: "点击查看详情";
        position: absolute;
        right: 24px;
        top: 24px;
        z-index: 3;
        padding: 8px 14px;
        border: 1px solid rgba(255, 255, 255, 0.32);
        border-radius: 999px;
        background: #005748;
        backdrop-filter: blur(10px);
        font-size: 15px;
        letter-spacing: 0.08em;
        color: #fff;
        opacity: 0;
        transform: translateY(-8px);
        transition: opacity 0.35s ease, transform 0.35s ease;
}

.cqj-box .top-ul a[data-product-title]:hover::before {
    opacity: 1;
    transform: translateY(0);
}

.product-drawer-overlay {
        position: fixed;
        inset: 0;
        z-index: 999;
        background: rgba(7, 14, 20, 0.48);
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.45s ease, visibility 0.45s ease;
    }

    .product-drawer {
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        z-index: 1000;
        width: min(1000px, 96vw);
        height: 100vh;
        height: 100dvh;
        padding: 28px 38px 40px 38px;
        box-sizing: border-box;
        background: linear-gradient(180deg, #f8fafb 0%, #ffffff 46%, #f9fbfc 100%);
        box-shadow: -28px 0 72px rgba(12, 26, 39, 0.18);
        transform: translateX(104%);
        opacity: 0;
        visibility: hidden;
        transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.4s ease, visibility 0.4s ease;
        overflow-y: auto;
        overscroll-behavior: contain;
        touch-action: pan-y;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
        scrollbar-color: rgba(11, 107, 89, 0.45) rgba(15, 23, 32, 0.08);
    }

    .product-drawer::-webkit-scrollbar {
        width: 8px;
    }

    .product-drawer::-webkit-scrollbar-track {
        background: rgba(15, 23, 32, 0.06);
    }

    .product-drawer::-webkit-scrollbar-thumb {
        background: rgba(11, 107, 89, 0.45);
        border-radius: 999px;
    }

    .product-drawer.is-open,
    .product-drawer-overlay.is-open {
        opacity: 1;
        visibility: visible;
    }

    .product-drawer.is-open {
        transform: translateX(0);
        z-index: 9999;
    }

    .product-drawer-close {
        position: absolute;
        top: 26px;
        right: 22px;
        z-index: 5;
        min-width: 86px;
        height: 48px;
        padding: 0 16px;
        border: 1px solid rgba(0, 87, 71, 0.14);
        border-radius: 999px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        background: rgba(255, 255, 255, 0.92);
        color: #005747;
        cursor: pointer;
        box-shadow: 0 12px 24px rgba(9, 30, 49, 0.08);
        transition: transform 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    }

    .product-drawer-close:hover {
        transform: translateX(-3px);
        background: #ffffff;
        border-color: rgba(0, 87, 71, 0.28);
        box-shadow: 0 16px 30px rgba(9, 30, 49, 0.12);
    }

    .product-drawer-close svg {
        width: 20px;
        height: 20px;
        stroke: currentColor;
        fill: none;
        stroke-width: 1.8;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

    .product-drawer-close span {
        font-size: 13px;
        letter-spacing: 0.08em;
    }

    .product-drawer-head {
        margin-top: 18px;
        margin-bottom: 30px;
    }

    .product-drawer-tag {
    display: inline-flex;
    align-items: center;
    margin-bottom: 14px;
    padding: 7px 14px;
    border-radius: 999px;
    background: rgba(0, 87, 71, 0.08);
    font-size: 14px;
    color: #005747;
    display: none;
    }

    .product-drawer-title {
        margin-bottom: 12px;
        font-size: 36px;
        line-height: 1.18;
        color: #0f1720;
    }

    .product-drawer-lead {
        font-size: 16px;
        line-height: 1.9;
        color: #51606c;
    }

    .product-drawer-grid {
        display: block;
    }

    .product-drawer-media {
        position: relative;
        overflow: hidden;
        border-radius: 24px;
        background: linear-gradient(180deg, #eef3f4 0%, #ffffff 100%);
        box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.04);
        margin-bottom: 24px;
    }

    .product-drawer-swiper {
        position: relative;
    }

    .product-drawer-swiper .swiper-slide {
        background: linear-gradient(180deg, #eef3f4 0%, #ffffff 100%);
    }

    .product-drawer-media img {
        width: 100%;
        display: block;
        object-fit: cover;
        aspect-ratio: 1.55 / 1;
    }

    .product-drawer.is-wind-generator .product-drawer-media .swiper-slide {
        background: #fff;
    }

    .product-drawer.is-wind-generator .product-drawer-media img {
        width: auto;
        aspect-ratio: auto;
        border-radius: 15px;
    }

    .product-drawer-swiper-nav {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 3;
        width: 48px;
        height: 48px;
        border: 0;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.92);
        color: #005747;
        box-shadow: 0 10px 24px rgba(9, 30, 49, 0.12);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: transform 0.25s ease, background-color 0.25s ease, color 0.25s ease, opacity 0.25s ease;
    }

    .product-drawer-swiper-nav:hover {
        background: #005747;
        color: #fff;
    }

    .product-drawer-swiper-nav.swiper-button-disabled {
        opacity: 0.45;
        cursor: default;
    }

    .product-drawer-swiper-prev {
        left: 18px;
    }

    .product-drawer-swiper-next {
        right: 18px;
    }

    .product-drawer-swiper-nav span {
        font-size: 22px;
        line-height: 1;
    }

    .product-drawer-panel {
            padding: 24px 5px 10px;
    /* background: #ffffff; */
    /* box-shadow: 0 18px 40px rgba(9, 30, 49, 0.07); */
    border-bottom: 1px solid #c2dcd5;
    }

    .product-drawer-panel + .product-drawer-panel {
        margin-top: 18px;
    }

    .product-drawer-panel h3 {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 12px;
        font-size: 18px;
        color: #0f1720;
    }

    .product-drawer-panel h3 svg {
        width: 18px;
        height: 18px;
        flex: 0 0 18px;
        stroke: #0b6b59;
        fill: none;
        stroke-width: 1.8;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

    .product-drawer-panel p {
        margin-bottom: 8px;
        font-size: 16px;
        line-height: 1.9;
        color: #1f2d38;
        padding-top: 12px;
    }

    .product-drawer-points {
        display: grid;
        gap: 12px;
        padding-bottom: 8px;
        padding-top: 12px;
    }

    .product-drawer-points li {
        position: relative;
        padding-left: 18px;
        font-size: 16px;
        line-height: 1.8;
        color: #1f2d38;
    }

    .product-drawer-points li::before {
        content: "";
        position: absolute;
        left: 0;
        top: 10px;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #0b6b59;
        box-shadow: 0 0 0 5px rgba(11, 107, 89, 0.1);
    }

    .product-drawer-specs {
        display: grid;
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .product-drawer-spec {
        padding: 16px 0px 14px;
    }

    .product-drawer-spec strong {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 6px;
        font-size: 12px;
        letter-spacing: 0.08em;
        color: #6b7a84;
    }

    .product-drawer-spec strong svg {
        width: 14px;
        height: 14px;
        flex: 0 0 14px;
        stroke: #0b6b59;
        fill: none;
        stroke-width: 1.8;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

    .product-drawer-spec span {
        display: block;
        font-size: 16px;
        line-height: 1.5;
        color: #0f1720;
    }

    html.product-drawer-open {
        overscroll-behavior: none;
    }

    body.product-drawer-open {
        overflow: hidden;
        overscroll-behavior: none;
        touch-action: none;
    }


/**shangu**/
.shangu-box {
        background:
            radial-gradient(circle at top right, rgba(116, 161, 117, 0.16), transparent 28%),
            linear-gradient(180deg, #f7faf7 0%, #ffffff 34%, #f2f6f1 100%);
    }
    .smco-page {
        color: #1d2b1f;
        padding-top: 60px;
    }
    .smco-screen-intro {
        background: #fff;
        padding: 70px 0;
    }
    .smco-screen-primary-table {}
    .smco-screen-series-table {}
    .smco-section.smco-screen-properties {
        padding-bottom: 80px;
    }

    .smco-hero {
        display: block;
    }

    .smco-eyebrow {
        display: inline-flex;
        align-items: center;
        padding: 8px 14px;
        border-radius: 999px;
        background: rgba(83, 128, 86, 0.1);
        color: #335738;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 0.12em;
        text-transform: uppercase;
    }
    .smco-intro h2 {
    line-height: 1.5;
    font-size: 36px;
    color: #005748;
    font-weight: normal;
    text-align: center;
    margin-bottom: 10px;
    }
    .smco-intro p {
        margin: 0;
        font-size: 18px;
        line-height: 1.95;
        color: #343434;
        text-align: center;
    }
    .smco-metrics {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        margin-top: 34px;
        border: 1px solid rgba(139, 155, 142, 0.28);
        border-radius: 22px;
        overflow: hidden;
        background: rgba(255, 255, 255, 0.96);
    }
    .smco-metric {
        min-height: 248px;
        padding: 42px 26px 20px;
        background: #fff;
        border-right: 1px solid rgba(139, 155, 142, 0.28);
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        gap: 18px;
    }
    .smco-metric:last-child {
        border-right: 0;
    }
    .smco-metric-icon {
        width: 28px;
        height: 28px;
        color: #8b9890;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
    .smco-metric-icon svg {
        width: 100%;
        height: 100%;
        stroke: currentColor;
    }
    .smco-metric strong {
        display: block;
        margin: 0 0 40px;
        font-size: 34px;
        line-height: 1.05;
        color: #17311d;
        font-weight: 500;
        letter-spacing: -0.02em;
    }
    .smco-intro .smco-metric-title {
        margin: 0;
        font-size: 17px;
        line-height: 1.45;
        color: #26372b;
        font-weight: 700;
        text-align: left;
        margin-bottom: 15px;
    }
    .smco-metric span {
        display: block;
        font-size: 15px;
        line-height: 1.7;
        color: #7e8b82;
    }
    .smco-section-head h3 {
        line-height: 1.5;
        font-size: 32px;
        color: #005748;
        font-weight: normal;
    }
    .smco-section {
        padding: 80px 0px 30px;
    }
    .smco-section-head {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        gap: 18px;
        margin-bottom: 22px;
    }
    .smco-section-head p {
        margin: 10px 0 20px;
        font-size: 18px;
        line-height: 1.9;
        color: #343434;
    }
    .smco-tag {
        display: inline-flex;
        align-items: center;
        padding: 8px 14px;
        border-radius: 999px;
        background: #eef4ee;
        color: #005748;
        font-size: 13px;
        font-weight: 700;
        white-space: nowrap;
        margin-bottom: 10px;
    }
    .smco-table-wrap {
        overflow-x: auto;
        border-radius: 22px;
        border: 1px solid rgba(52, 86, 58, 0.1);
        background: #fff;
    }
    .smco-table-toggle-wrap {
        position: relative;
    }
    .smco-table-toggle-wrap.is-collapsed {
        max-height: 760px;
        overflow: hidden;
    }
    .smco-table-toggle-wrap.is-collapsed:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 120px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
        pointer-events: none;
    }
    .smco-table {
        width: 100%;
        min-width: 1160px;
        border-collapse: collapse;
        font-size: 14px;
        color: #203324;
    }
    .smco-table th,
    .smco-table td {
        padding: 18px 12px;
        border: 1px solid #d7e2d8;
        text-align: center;
        vertical-align: middle;
        line-height: 1.45;
        font-size: 15px;
        font-family: "Pretendard", "source-han-sans-simplified-c", "Noto Sans SC", "Microsoft YaHei", "sans-serif";
    }
    .smco-table thead th {
        background: #005748;
        color: #ffffff;
        font-weight: 700;
    }
    .smco-table thead tr:first-child th {
        font-size: 15px;
    }
    .smco-table tbody tr:nth-child(even) {
        background: #f9fcf9;
    }
    .smco-table tbody tr:hover {
        background: #f0f7f0;
    }
    .smco-table .material-cell {
        min-width: 130px;
        font-weight: 700;
        background: #f3f8f3;
        color: #175748;
        font-size: 18px;
        border-left: 0;
        font-family: "Pretendard", "source-han-sans-simplified-c", "Noto Sans SC", "Microsoft YaHei", "sans-serif";
    }
    .smco-table .grade-cell {
        font-weight: 700;
        color: #29472f;
    }
    .smco-table-note {
        margin-top: 14px;
        font-size: 14px;
        line-height: 1.8;
        color: #6a7c6d;
    }
    .smco-toggle-actions {
        display: flex;
        justify-content: center;
        margin-top: 18px;
    }
    .smco-toggle-btn {
        min-width: 168px;
        height: 52px;
        padding: 0 26px;
        border: 0;
        border-radius: 999px;
        background: linear-gradient(180deg, #23442a 0%, #18311d 100%);
        color: #f4fbf4;
        font-size: 15px;
        font-weight: 700;
        letter-spacing: 0.04em;
        cursor: pointer;
        box-shadow: 0 14px 28px rgba(24, 49, 29, 0.14);
        transition: transform 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;
        font-family: "Pretendard", "source-han-sans-simplified-c", "Noto Sans SC", "Microsoft YaHei", "sans-serif";
    }
    .smco-toggle-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 18px 34px rgba(24, 49, 29, 0.18);
    }
    .smco-toggle-btn.is-hidden {
        display: none;
    }
    .smco-props {
        display: block;
    }
    .smco-props-copy p {
        margin: 0;
        font-size: 15px;
        line-height: 1.95;
        color: #566a59;
    }
    .smco-props-copy p + p {
        margin-top: 14px;
    }
    .smco-list {
        margin: 22px 0 0;
        padding: 0;
        list-style: none;
        display: grid;
        gap: 12px;
    }
    .smco-list li {
        padding: 14px 18px;
        border-radius: 18px;
        background: #f4f8f4;
        color: #39543d;
        font-size: 14px;
        line-height: 1.8;
    }
    .smco-side-card {
        padding: 26px;
        border-radius: 24px;
        background: linear-gradient(180deg, #edf5ed 0%, #ffffff 100%);
        border: 1px solid rgba(58, 90, 63, 0.12);
    }
    .smco-side-card h4 {
        margin: 0 0 16px;
        font-size: 20px;
        color: #18311d;
    }
    .smco-side-card .smco-tagline {
        margin: 0 0 18px;
        font-size: 14px;
        line-height: 1.8;
        color: #557058;
    }
    .smco-side-card dl {
        margin: 0;
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .smco-side-card dt {
        margin: 0 0 4px;
        font-size: 13px;
        color: #6a7c6d;
        text-transform: uppercase;
        letter-spacing: 0.06em;
    }
    .smco-side-card dd {
        margin: 0;
        font-size: 17px;
        line-height: 1.5;
        color: #1b3421;
        font-weight: 700;
    }    


/* NdFeB page */
.NdFeB-box {
    padding: 0px 0 80px;
    background:
        radial-gradient(circle at top right, rgba(0, 87, 71, 0.1), transparent 26%),
        linear-gradient(180deg, #f5f9f7 0%, #ffffff 28%, #f2f7f4 100%);
}
.ndfeb-page {
    color: #17352d;
}
body.ndfeb-product-page .litebox-overlay {
    height: 100vh !important;
}
body.ndfeb-product-page .litebox-overlay .litebox-close {
    z-index: 20;
    cursor: pointer;
}
body.ndfeb-product-page .litebox-overlay .litebox-container {
    top: 6%;
    right: 6%;
    bottom: auto;
    left: 6%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 88%;
    height: 88%;
    overflow: visible;
    line-height: normal !important;
}
body.ndfeb-product-page .litebox-overlay img.litebox-content {
    display: block;
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 100% !important;
    margin: auto;
    object-fit: contain !important;
}
.ndfeb-anchor-bar {
    position: sticky;
    top: 0;
    z-index: 5;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 28px;
    padding: 20px 0;
    justify-content: center;
    width: 100%;
    
}
.ndfeb-anchor-bar.is-stuck {
    background: #fff;
}

.ndfeb-anchor-bar .cont1560 {
    text-align: center;
    max-width: 100%;
}
.ndfeb-anchor-bar ul li a {
    height: 44px;
    transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
    line-height: 44px;
}

.ndfeb-anchor-bar ul li a.is-current {
    color:#005748;
    font-weight: 600;
}

.ndfeb-page .ndfeb-title-jump {
    background: transparent;
    margin-top: 0;
    border: 0;
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 20;
    padding: 0;
    transition: padding 0.25s ease;
    margin-bottom: 0;
    padding-top: 50px;
}

.ndfeb-page .ndfeb-title-jump .cont1560 {
    max-width: 1560px;
}

.ndfeb-page .ndfeb-title-jump ul {
    width: 100%;
    margin: 0 auto;
    background: #e5e5e5;
    border-radius: 50px;
    transition: width 0.25s ease, border-radius 0.25s ease, background-color 0.25s ease;
    
}

.ndfeb-page .ndfeb-title-jump ul li:after {
    background: #005748;
}

.ndfeb-page .ndfeb-title-jump ul li a {
    height: 83px;
    line-height: 83px;
    font-size: 18px;
    letter-spacing: 0;
    transition: height 0.25s ease, line-height 0.25s ease, font-size 0.25s ease;
}

.ndfeb-page .ndfeb-title-jump ul li a.is-current {
    color: inherit;
    font-weight: inherit;
}

.ndfeb-page .ndfeb-title-jump ul li span {
    position: relative;
    padding-left: 20px;
    transition: padding-left 0.25s ease;
}

.ndfeb-page .ndfeb-title-jump ul li span::before {
    background: #005748;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: width 0.25s ease, height 0.25s ease, opacity 0.25s ease;
}

.ndfeb-page .ndfeb-title-jump ul li a.is-current span::before {
    opacity: 1;
}

.ndfeb-page .ndfeb-title-jump.is-stuck {
    background-color: transparent;
    padding-top: 0;
}

.ndfeb-page .ndfeb-title-jump.is-stuck .cont1560 {
    width: 100%;
    max-width: 100%;
}

.ndfeb-page .ndfeb-title-jump.is-stuck ul {
    background: #f0f0f0;
    width: 100%;
    border-radius: 0;
}

.ndfeb-page .ndfeb-title-jump.is-stuck ul li span::before {
    width: 8px;
    height: 8px;
}

.ndfeb-section {
    padding: 100px 0 0;
}
#ndfeb-grade-map .ndfeb-section {
    padding: 56px 0 0;
}


.ndfeb-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 24px;
}
#ndfeb-grade-map .ndfeb-section-head {
    justify-content: center;
}

.ndfeb-section-head h3 {
    margin: 0;
    font-size: 34px;
    line-height: 1.35;
    color: #10382f;
    font-weight: 500;
}
.ndfeb-section-head p {
    margin: 10px 0 0;
    font-size: 17px;
    line-height: 1.9;
    color: #5b7369;
}
.ndfeb-grade-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    background: #fff;
    border-radius: 50px;
    width: 510px;
    padding: 8px 4px;
    margin: 0 auto;
    margin-bottom: 50px;
}
.ndfeb-grade-tabs button,
.ndfeb-curves-nav button {
    background: rgba(0, 87, 72, 0.24);
    min-height: 46px;
    padding: 0 42px;
    border: 0;
    border-radius: 999px;
    color: #234339;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
    font-family: "Pretendard", "source-han-sans-simplified-c", "Noto Sans SC", "Microsoft YaHei", "sans-serif";
}
.ndfeb-grade-tabs button.is-active,
.ndfeb-grade-tabs button:hover,
.ndfeb-curves-nav button:hover {
    background: #005748;
    color: #fff;
    transform: translateY(-1px);
}
.ndfeb-grade-panel {
    display: none;
}
.ndfeb-grade-panel.is-active {
    display: block;
}
.ndfeb-table-wrap {
    overflow-x: auto;
    border-radius: 24px;
    border: 1px solid rgba(0, 87, 72, 0.12);
    background: #fff;
    box-shadow: 0 14px 32px rgba(0, 87, 72, 0.06);
}
.ndfeb-grade-table,
.ndfeb-data-table {
    width: 100%;
    min-width: 920px;
    border-collapse: collapse;
    color: #17352d;
    font-family: "Pretendard", "source-han-sans-simplified-c", "Noto Sans SC", "Microsoft YaHei", "sans-serif";
}
.ndfeb-grade-table {
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 6px;
}
.ndfeb-grade-table:not(.ndfeb-grade-table-ce) th,
.ndfeb-grade-table:not(.ndfeb-grade-table-ce) td {
    width: 12.5%;
}
.ndfeb-grade-table-ce th,
.ndfeb-grade-table-ce td {
    width: 16.666666%;
}
.ndfeb-grade-table th,
.ndfeb-grade-table td,
.ndfeb-data-table th,
.ndfeb-data-table td {
    border: 1px solid #fff;
    padding: 14px 10px;
    text-align: center;
    vertical-align: middle;
    font-size: 15px;
    line-height: 1.45;
}
.ndfeb-data-table td {
    border: 1px solid #d9e6df;
}


.ndfeb-grade-table thead th,
.ndfeb-data-table thead th {
    background: #005748;
    color: #fff;
    font-weight: 700;
}
.ndfeb-grade-table thead th.ndfeb-grade-table__corner {
    background: #f3f8f5;
    border-color: transparent;
    color: transparent;
    background: #fff;
}
.ndfeb-grade-table thead th.ndfeb-grade-table__temperature {
    width: 87.5%;
    border-color: #e7f4ea;
    padding-bottom: 0;
    background: #e7f4ea;
    color: #005748;
    padding: 12px;
    border-radius: 10px;
}
.ndfeb-grade-table-ce thead th.ndfeb-grade-table__temperature {
    width: 90%;
}

.ndfeb-grade-table-ce tr > :first-child {
    width: 10%;
}

.ndfeb-grade-table-ce tr > :not(:first-child) {
    width: 18%;
}

.ndfeb-grade-table thead tr.ndfeb-grade-table__temperature-values th:not(.ndfeb-grade-table__corner) {
    border-left-color: #e7f4ea;
    border-right-color: #e7f4ea;
    background: #e7f4ea;
    color: #005748;
    border-radius: 10px;
}
.ndfeb-grade-table tbody th,
.ndfeb-grade-table tfoot th,
.ndfeb-data-table tbody td:first-child {
    font-weight: 700;
}
.ndfeb-grade-table tbody tr.ndfeb-grade-table__energy-row th,
.ndfeb-grade-table tbody tr.ndfeb-grade-table__energy-row td {
    padding-top: 6px;
    padding-bottom: 6px;
    line-height: 1.2;
}
.ndfeb-grade-table tbody th,
.ndfeb-grade-table tfoot th,
.ndfeb-grade-table tfoot td {
    background: #f3f8f5;
    color: #17352d;
    font-weight: bold;
    border: 0px solid #d9e6df;
    border-radius: 10px;
}
.ndfeb-grade-table td:empty {
    background: #fff;
}
.ndfeb-grade-table-ce td:empty {
    background: #fff;
}
.suffix-n,
.suffix-m,
.suffix-h,
.suffix-sh,
.suffix-uh,
.suffix-eh,
.suffix-th {
    font-weight: 700;
}
.suffix-n {
    background: linear-gradient(135deg, #e6f4ea 0%, #d2e8db 56%, #b9dac8 100%);
        background: radial-gradient(circle at 24% 18%, rgba(255, 255, 255, 0.52), transparent 30%), linear-gradient(135deg, #edf9cf 0%, #d7edae 48%, #b9da86 100%);
    color: #175748;
}
.suffix-m {
    background: linear-gradient(135deg, #e8f6f2 0%, #d8ede7 56%, #bdded4 100%);
    color: #2d5a34;
    background: linear-gradient(135deg, #ecf7f9 0%, #acd5df 56%, #81c8d8 100%);
    color: #005f76;
}
.suffix-h {
    background: linear-gradient(135deg, #f8f1d4 0%, #efe6bf 56%, #dccb86 100%);
    color: #66550b;
}
.suffix-sh {
    background: linear-gradient(to left, #f5b564 0%, #ffecd0 100%);
    color: #5d4f0e;
}
.suffix-uh {
    background: linear-gradient(135deg, #ecf7f9 0%, #d8e9ed 56%, #b8d7de 100%);
    color: #005f76;
    background: linear-gradient(135deg, #ecf7f9 0%, #acd5df 56%, #81c8d8 100%);
}
.suffix-eh {
    background: linear-gradient(135deg, #f5edcc 0%, #e6ddb5 56%, #d1bf76 100%);
    color: #665103;
}
.suffix-th {
    background: linear-gradient(135deg, #f5e9ee 0%, #e8d8df 56%, #d3aebd 100%);
    color: #903450;
}
.ndfeb-grade-table td.suffix-n,
.ndfeb-grade-table td.suffix-m,
.ndfeb-grade-table td.suffix-h,
.ndfeb-grade-table td.suffix-sh,
.ndfeb-grade-table td.suffix-uh,
.ndfeb-grade-table td.suffix-eh,
.ndfeb-grade-table td.suffix-th {
    position: relative;
    z-index: 1;
    border-color: rgba(255, 255, 255, 0.96);
    border-radius: 10px;
    box-shadow: 0 8px 18px rgba(0, 87, 72, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.62);
    border: 0;

}
.ndfeb-grade-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
    margin-top: 20px;
    padding: 16px 20px;
}
.ndfeb-grade-legend__item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #17352d;
    font-size: 14px;
    line-height: 1.5;
}
.ndfeb-grade-legend__swatch {
    display: inline-block;
    width: 28px;
    height: 18px;
    border: 0px solid rgba(23, 53, 45, 0.12);
    border-radius: 4px;
    box-shadow: 0 5px 10px rgba(0, 87, 72, 0.10), inset 0 1px 0 rgba(255, 255, 255, 0.55);
    flex: 0 0 auto;
}
#ndfebPanelHre .ndfeb-grade-legend__swatch.suffix-m {
    background: linear-gradient(135deg, #ecf7f9 0%, #acd5df 56%, #81c8d8 100%);
}
.ndfeb-guide-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}
.ndfeb-guide-card {
    padding: 28px 26px;
    border-radius: 24px;
    background: linear-gradient(180deg, #f9fcfa 0%, #ffffff 100%);
    border: 1px solid rgba(0, 87, 72, 0.08);
}
.ndfeb-guide-card h4 {
    margin: 0 0 16px;
    font-size: 22px;
    color: #10382f;
}
.ndfeb-guide-card ul {
    margin: 0;
    padding-left: 18px;
}
.ndfeb-guide-card li {
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 1.8;
    color: #587065;
}
.ndfeb-guide-legend p {
    margin: 16px 0 0;
    font-size: 15px;
    line-height: 1.8;
    color: #5a7368;
}
.ndfeb-legend-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.ndfeb-legend-list span {
    min-width: 56px;
    padding: 9px 14px;
    border-radius: 12px;
    text-align: center;
}
.ndfeb-curves-swiper {
    overflow: hidden;
    margin-top: -12px;
    padding-top: 12px;
}
.ndfeb-curves-swiper .swiper-slide {
    transition: transform 0.45s ease, filter 0.45s ease;
    will-change: transform;
}
.ndfeb-curves-swiper .swiper-slide:hover {
    transform: translateY(-8px);
    filter: drop-shadow(0 10px 18px rgba(0, 87, 72, 0.10));
}
.ndfeb-curve-card {
    display: block;
    padding: 12px;
    border-radius: 24px;
    background: #fff;
    border: 1px solid rgba(0, 87, 72, 0.08);
    box-shadow: 0 16px 36px rgba(0, 87, 72, 0.08);
}
.ndfeb-curve-card h3 {
    color: #333;
    padding-left: 20px;
    padding-top: 10px;
    font-size: 17px;
}
.ndfeb-curve-media {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    background: #f6faf7;
}
.ndfeb-curve-media img {
    width: 100%;
    display: block;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}
body.ndfeb-product-page #ndfeb-curves .ndfeb-curve-card,
body.ndfeb-product-page #ndfeb-curves .ndfeb-curve-card * {
    cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Ccircle cx='20' cy='20' r='18' fill='%23d9dcdf' fill-opacity='.72'/%3E%3Cpath d='M20 12v16M12 20h16' stroke='%23777d82' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E") 20 20, zoom-in;
}
body.ndfeb-product-page #ndfeb-curves .ndfeb-curve-filename {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    min-width: 84px;
    padding: 9px 18px;
    border-radius: 999px;
    background: rgb(124 124 124 / 86%);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
    color: #fff;
    font-size: 16px;
    line-height: 1.3;
    text-align: center;
    letter-spacing: 0.01em;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, -42%);
    transition: opacity 0.3s ease, transform 0.3s ease;
}
body.ndfeb-product-page #ndfeb-curves .ndfeb-curve-card:hover .ndfeb-curve-filename,
body.ndfeb-product-page #ndfeb-curves .ndfeb-curve-card:focus-within .ndfeb-curve-filename {
    opacity: 1;
    transform: translate(-50%, -50%);
}
.ndfeb-curves-tools {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 18px;
}
.ndfeb-curves-nav {
    display: flex;
    gap: 12px;
}
.ndfeb-curves-pagination {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.ndfeb-curves-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #b4cac4;
    opacity: 1;
}
.ndfeb-curves-pagination .swiper-pagination-bullet-active {
    width: 28px;
    border-radius: 999px;
    background: #005748;
}
.ndfeb-data-table tbody tr:nth-child(odd) {
    background: #f9fcfa;
}
.ndfeb-data-table tbody tr:hover {
    background: #f1f8f4;
}
.ndfeb-data-table tbody .green-tr td {
    color: #005748;
    font-weight: bold;
    background: #f1f8f4;
}

.ndfeb-table-grid {
    display: block;
}
.ndfeb-process-stack {
    display: grid;
    gap: 26px;
}
.ndfeb-process-block {
    display: grid;
    gap: 14px;
}
.ndfeb-process-collapse {
    --ndfeb-collapsed-height: 720px;
    display: grid;
    gap: 18px;
}
.ndfeb-process-collapse__inner {
    position: relative;
    max-height: var(--ndfeb-collapsed-height);
    overflow: hidden;
    transition: max-height 0.4s ease;
}
.ndfeb-process-collapse.is-expanded .ndfeb-process-collapse__inner {
    max-height: 9999px;
}
.ndfeb-process-collapse__fade {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 104px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 78%);
    pointer-events: none;
    transition: opacity 0.25s ease;
}
.ndfeb-process-collapse.is-expanded .ndfeb-process-collapse__fade,
.ndfeb-process-collapse.is-short .ndfeb-process-collapse__fade {
    opacity: 0;
}
.ndfeb-process-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    justify-self: center;
    min-width: 164px;
    min-height: 52px;
    padding: 0px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(180deg, #23442a 0%, #18311d 100%);
    box-shadow: 0 12px 24px rgba(0, 87, 72, 0.16);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.04em;
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
    margin-top: 18px;
}
.ndfeb-process-toggle:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 28px rgba(0, 87, 72, 0.22);
}
.ndfeb-process-toggle .label-less {
    display: none;
}
.ndfeb-process-collapse.is-expanded .ndfeb-process-toggle .label-more {
    display: none;
}
.ndfeb-process-collapse.is-expanded .ndfeb-process-toggle .label-less {
    display: inline;
}
.ndfeb-subhead {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
}
.ndfeb-subhead h4 {
    margin: 0;
    font-size: 24px;
    line-height: 1.4;
    color: #10382f;
    font-weight: 500;
}
.ndfeb-subhead p {
    margin: 0;
    font-size: 14px;
    line-height: 1.8;
    color: #6a7f72;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.ndfeb-process-table {
    min-width: 1260px;
	table-layout: fixed;
}
.ndfeb-process-table th,
.ndfeb-process-table td {
    width: 10%;
    word-break: break-word;
}
.ndfeb-data-table-physical {
    table-layout: fixed;
}
.ndfeb-data-table-physical th:first-child,
.ndfeb-data-table-physical td:first-child {
    width: 14%;
}
.ndfeb-data-table-physical th:not(:first-child),
.ndfeb-data-table-physical td:not(:first-child) {
    width: 28.666666%;
}
.ndfeb-surface-table {
    min-width: 1240px;
    table-layout: fixed;
}
.ndfeb-surface-table th:first-child,
.ndfeb-surface-table td:first-child {
    width: 16%;
}
.ndfeb-surface-table th:not(:first-child),
.ndfeb-surface-table td:not(:first-child) {
    width: 8.4%;
}
.ndfeb-table-note {
    margin-top: 14px;
    font-size: 16px;
    line-height: 1.8;
    color: #667b70;
    padding-left: 30px;
    padding-bottom: 10px;

}

.button-two {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.button-two .download {
    margin-left: 10px;
}

@media screen and (max-width: 1299px) {
    .ndfeb-guide-grid,
    .ndfeb-table-grid {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 767px) {
    .NdFeB-box {
        padding: 0px 0 70px;
    }
    .ndfeb-anchor-bar {
        position: static;
        padding: 14px;
        border-radius: 18px;
        margin-bottom: 22px;
    }
    .ndfeb-anchor-bar a,
    .ndfeb-grade-tabs button,
    .ndfeb-curves-nav button {
        min-height: 40px;
        padding: 0 16px;
        font-size: 13px;
    }

    .ndfeb-guide-card,
    .ndfeb-curve-card {
        padding: 10px;
        border-radius: 18px;
    }
    .ndfeb-section {
        padding-top: 42px;
    }
    .ndfeb-section-head h3 {
        font-size: 26px;
    }
    .ndfeb-section-head p {
        font-size: 15px;
        line-height: 1.85;
    }
    .ndfeb-curves-tools {
        flex-direction: column;
        align-items: stretch;
    }
    .ndfeb-subhead {
        display: block;
    }
    .ndfeb-subhead p {
        margin-top: 6px;
    }
    .ndfeb-process-collapse {
        --ndfeb-collapsed-height: 560px;
        gap: 14px;
    }
    .ndfeb-process-collapse__fade {
        height: 88px;
    }
    .ndfeb-process-toggle {
        width: 100%;
        max-width: 220px;
        min-height: 44px;
        font-size: 14px;
    }
    .ndfeb-curves-nav {
        justify-content: space-between;
    }
}


.contact-1 {
    padding: 70px 0px 20px;
}
.contact-1 .top {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px;
    padding-top: 30px;
}
.contact-1 .top svg {
    margin-right: 20px;
}
.contact-1 .top p {
    font-size: 24px;
    color: #173f3f;
    font-weight: 500;
}

/* 主容器 */
.contact-1 .container {
    min-height: 250vh;
    min-height: auto;
    position: relative;
}

/* 文字展示区域 - 固定在视口中央 */
.contact-1 .text-section {
    position: sticky;
    top: 0;
    height: 100vh;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-1 .address-box .fill-text-2 {
    font-size: 21px;
    color: #3d3d3d;
    padding-top: 20px;
    display: block;
}

/* 地址文字容器 */
.contact-1 .address-box {
    text-align: center;
    padding: 40px 0;
    position: relative;
}

/* 文字行容器 */
.contact-1 .text-line {
    font-size: 38px;
    font-weight: normal;
    line-height: 1.8;
    margin: 0;
    position: relative;
    display: flex;
    align-items: center;
}

/* 核心样式：使用 background-clip 实现颜色覆盖 */
.contact-1 .fill-text {
    color: transparent;
    background: linear-gradient(to right, 
        #1a3a2f 0%,      /* 深墨绿色 */
        #1a3a2f var(--fill-percent, 0%), 
        #d0d0d0 var(--fill-percent, 0%), 
        #d0d0d0 100%     /* 灰色 */
    );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.contact-1 .fill-text#line1 {
    display: flex;
    align-items: center;
}

/* 第二行特殊布局（包含建筑图） */
.contact-1 .line-second {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

/* 建筑图片容器 */
.contact-1 .building-wrapper {
    width: 150px;
    height: 100px;
    position: relative;
    opacity: 0;
    transform: scale(0.8) translateY(20px);
    transition: all 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
    flex-shrink: 0;
}

.contact-1 .building-wrapper.show {
    opacity: 1;
    transform: scale(1) translateY(0);
}

.contact-1 .building-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.15));
    border-radius: 20px;
}

.contact-1 .fiximg {
    width: 150px;
    height: 85px;
    object-fit: cover;
    border-radius: 20px;
    margin-right: 10px;
    margin-left: 10px;
}

/* 进度指示器 */
.contact-1 .progress-bar {
    position: fixed;
    left: 0;
    top: 0;
    height: 3px;
    background: transparent;
    width: 0%;
    z-index: 100;
    transition: width 0.1s linear;
}

/* 滚动提示 */
.scroll-hint {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    color: #999;
    font-size: 12px;
    letter-spacing: 0.2em;
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50% { transform: translateX(-50%) translateY(-10px); }
}


.contact-box {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 25px;
    margin-top: 70px;
    
}
.contact-card {
    /* border-radius: 16px; */
    padding: 30px;
    /* background: #ffffff;
    background: #f8fafc; */
    border-bottom: 1px solid #e2e8f0;
    /* box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02), 0 2px 4px -1px rgba(0, 0, 0, 0.02); */
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.contact-card:hover {
    transform: translateY(-4px);
    border-color: #005748;
    box-shadow: 0 25px 50px -12px rgba(30, 64, 175, 0.15);
}
.contact-card .icon {
    display: flex;
    background-color: rgb(103 169 158 / 14%);
    border-radius: 15px;
    justify-content: center;
    align-items: center;
    width: 55px;
    height: 55px;
    margin-bottom: 24px;
}
.contact-card .icon svg {
    width: 28px;
    height: 28px;
}

.contact-card .icon .text-secondary {
    color: #005747;;
}
.contact-card .icon .text-accent {
    color: #005747;
}
.contact-card .icon .text-primary {   
    color: #005747;;
}

.contact-card h3 {
    font-size: 17px;
    line-height: 1.5;
    color: #005748 ;
    font-weight: normal;
    margin-bottom: 16px;
}
.contact-card:nth-child(2) h3 {
    color: #005747;
}
.contact-card:nth-child(3) h3 {
    color: #005747;
}

.contact-card p,
.contact-card a {
    color: #3d3d3d;
    font-size: 20px;
    display: flex;
    align-items: center;
    line-height: 1.8;
}
.lucide-arrow-up-right {
    width: 22px;
    height: 22px;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    opacity: 0;
    stroke: #005748;
    margin-left: 30px;
    position: absolute;
    right: 20px;
    bottom: 30px;
}
.contact-card:hover .lucide-arrow-up-right {
    opacity: 1;
}

.page-contact .sitemap-line-btn {
    display: none;
}

.page-contact .nyban-txt p {
    font-size: 42px;
}

.page-contact .contact-card-wechat {
    position: relative;
    overflow: visible;
    z-index: 2;
}

.page-contact .contact-card-wechat:hover {
    z-index: 10;
}

.page-contact .contact-card-wechat .wechat-summary {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.page-contact .contact-card-wechat .contact-social-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

.page-contact .contact-card-wechat .contact-social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid rgba(0, 87, 72, 0.12);
    border-radius: 14px;
    background: rgb(103 169 158 / 14%);
    color: #005748;
    cursor: pointer;
    line-height: 1;
    transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.page-contact .contact-card-wechat .contact-social-icon svg {
    width: 24px;
    height: 24px;
    stroke: currentColor;
}

.page-contact .contact-card-wechat .contact-social-icon:hover,
.page-contact .contact-card-wechat .contact-social-icon:focus-visible,
.page-contact .contact-card-wechat .wechat-trigger-wrap:hover .contact-social-icon--wechat,
.page-contact .contact-card-wechat .wechat-trigger-wrap:focus-within .contact-social-icon--wechat {
    background: #005748;
    border-color: #005748;
    color: #ffffff;
    transform: translateY(-2px);
}

.page-contact .contact-card-wechat .contact-social-icon:hover svg path{
    fill: #fff;
}

.page-contact .contact-card-wechat .contact-social-icon--linkedin {
    width: auto;
    gap: 8px;
    padding: 0 14px 0 12px;
    margin-left: 30px;
}

.page-contact .contact-card-wechat .contact-social-icon--linkedin span {
    color: currentColor;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1;
}

.page-contact .contact-card-wechat .wechat-trigger-wrap {
    position: relative;
    display: inline-flex;
}

.page-contact .contact-card-wechat .wechat-note-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.page-contact .contact-card-wechat h3 {
    margin: 0;
}

.page-contact .contact-card-wechat .wechat-note {
    font-size: 15px;
    line-height: 1.7;
    color: #6b7280;
}

.page-contact .contact-card-wechat .wechat-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 14px;
    margin-top: 18px;
    border-radius: 999px;
    background: #e8f5f1;
    color: #005748;
    font-size: 13px;
    letter-spacing: 0.04em;
}

.page-contact .contact-card-wechat .code {
    position: absolute;
    left: 50%;
    bottom: calc(100% + 14px);
    width: 168px;
    padding: 12px;
    background: #ffffff;
    border: 1px solid #d9ebe4;
    border-radius: 20px;
    box-shadow: 0 24px 48px rgba(0, 87, 72, 0.16);
    transform: translate(-50%, 12px) scale(0.94);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s ease, transform 0.35s ease, visibility 0.35s ease;
    pointer-events: none;
    z-index: 30;
}

.page-contact .contact-card-wechat .code::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 20px;
    height: 20px;
    background: #ffffff;
    border-right: 1px solid #d9ebe4;
    border-bottom: 1px solid #d9ebe4;
    transform: translateX(-50%) rotate(45deg);
}

.page-contact .contact-card-wechat .code img {
    display: block;
    width: 100%;
    border-radius: 14px;
}

.page-contact .contact-card-wechat .wechat-trigger-wrap:hover .code,
.page-contact .contact-card-wechat .wechat-trigger-wrap:focus-within .code {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0) scale(1);
    pointer-events: auto;
}

/*表单*/
.contact-form {
    background: url(../picture/3.png) no-repeat;
    background-size: cover;
    padding: 60px 0px 90px;
}
.contact-form .flex {
    display: flex;
    align-items: stretch;
    gap: 40px;
}

.contact-box--top {
    display: none;
}

.contact-form .contact-side {
    flex: 0 0 36%;
    display: flex;
}

.contact-form .contact-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    grid-template-columns: none;
    gap: 25px;
    margin-top: 0;
}

.contact-form .map-section.is-hidden {
    display: none;
}
/* 左侧地图区域 */
.contact-form .map-section {
    flex: 1;
    position: relative;
    min-height: 500px;
}

.contact-form .map-container {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #e5e5e5;
    overflow: hidden;
}

/* 模拟地图样式 */
.contact-form .map-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #f0f0f0 0%, #e0e0e0 100%);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-form .map-placeholder img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 地图标记 */
.contact-form .map-marker {
    position: absolute;
    width: 50px;
    height: 50px;
    background: rgba(220, 38, 38, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: pulse 2s infinite;
}

.contact-form .map-marker::before {
    content: '';
    width: 20px;
    height: 20px;
    background: #dc2626;
    border-radius: 50%;
    border: 3px solid white;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

@keyframes pulse {
    0% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.2); opacity: 0.7; }
    100% { transform: scale(1); opacity: 1; }
}

/* 信息卡片 */
.contact-form .info-card {
    position: absolute;
    top: 20px;
    left: 20px;
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.15);
    max-width: 280px;
    z-index: 10;
}

.contact-form .info-card h3 {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
    line-height: 1.4;
}

.contact-form .info-card p {
    font-size: 12px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 8px;
}

.contact-form .rating {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    color: #666;
}

.contact-form .stars {
    color: #005747;
}

.contact-form .card-actions {
    display: flex;
    gap: 8px;
    margin-top: 12px;
}

.contact-form .card-btn {
    width: 32px;
    height: 32px;
    border: 1px solid #ddd;
    background: white;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}

.contact-form .card-btn:hover {
    background: #f5f5f5;
}

/* 右侧表单区域 */
.contact-form .form-section {
    flex: 1;
    padding: 40px 80px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    /* background-color: #f8fafc; */
}

.contact-form .form-title {
    font-size: 30px;
    font-weight: normal;
    color: #1a1a1a;
    margin-bottom: 60px;
}

.contact-form .form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.contact-form .form-group {
    flex: 1;
    margin-bottom: 20px;
}

.contact-form .form-group.full-width {
    width: 100%;
}

.contact-form label {
    display: block;
    font-size: 15px;
    font-weight: 500;
    color: #333;
    margin-bottom: 8px;
}

.contact-form .required {
    color: #dc2626;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    font-family: inherit;
    background-color: white;
    transition: border-color 0.2s, box-shadow 0.2s;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus {
    outline: none;
    border-color: #999;
    box-shadow: 0 0 0 3px rgba(0,0,0,0.05);
}

.contact-form textarea {
    resize: vertical;
    min-height: 290px;
}

/* GDPR 复选框 */
.contact-form .gdpr-section {
    margin: 24px 0;
}

.contact-form .checkbox-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.contact-form input[type="checkbox"] {
    width: 18px;
    height: 18px;
    border: 1px solid #ccc;
    border-radius: 3px;
    cursor: pointer;
}

.contact-form .gdpr-text {
    font-size: 14px;
    color: #555;
}

.contact-form .gdpr-link {
    color: #005748;
    text-decoration: underline;
    cursor: pointer;
}

/* 提交按钮 */
.contact-form .submit-btn {
    width: 45%;
    padding: 18px;
    background-color: #005748;
    color: white;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    margin-top: 30px;
}

.contact-form .submit-btn:hover {
    background-color: #005748;
    transform: translateY(-2px);
}

.contact-form .submit-btn:active {
    transform: translateY(0);
}



.product-fm {
	padding: 70px 2.5%;
    background: #f7f7f7;
}
.product-fm .flex ul li .text {
    font-size: 24px;
}
.product-fm .flex ul li:hover .text::before {
    height: 35px;
}


/* 响应式设计 */
@media (max-width: 968px) {
    .contact-form .flex {
        flex-direction: column;
        gap: 30px;
    }

    .contact-form .contact-side {
        flex: 1 1 auto;
    }

    .contact-form .map-section {
        min-height: 400px;
    }

    .contact-form .form-section {
        padding: 40px 30px;
    }

    .contact-form .form-row {
        flex-direction: column;
        gap: 0;
    }
}

@media (max-width: 480px) {
    .contact-form .form-section {
        padding: 30px 20px;
    }

    .contact-form .form-title {
        margin-top: 28px;
        font-size: 24px;
    }

    .contact-form .info-card {
        left: 10px;
        right: 10px;
        max-width: none;
        top: 10px;
    }
}


/* 响应式 */
@media (max-width: 768px) {
    .text-line { font-size: 32px; }
    .building-wrapper { width: 70px; height: 105px; }
    .line-second { gap: 15px; }
}




/* 内容面板淡入动画（可选） */
@keyframes contentFadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}



 /* Card Hover Effects */
 .news-card {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.6s ease forwards;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.news-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}

.news-card:hover .card-image {
    transform: scale(1.05);
}

.card-image {
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.arrow-icon {
    transition: all 0.3s ease;
}

.news-card:hover .arrow-icon {
    transform: translateX(4px);
    color: #d97706;
}

/* Featured Slide Hover */
.featured-slide {
    transition: all 0.4s ease;
}

.featured-slide:hover {
    box-shadow: 0 25px 50px rgba(0,0,0,0.15);
}

.featured-slide:hover .featured-image {
    transform: scale(1.03);
}

.featured-image {
    transition: transform 0.8s ease;
}

/* Loading Animation */
.loading-spinner {
    border: 3px solid #f3f3f3;
    border-top: 3px solid #d97706;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    animation: spin 1s linear infinite;
    display: none;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Stagger animation for new items */
.news-card:nth-child(1) { animation-delay: 0.05s; }
.news-card:nth-child(2) { animation-delay: 0.1s; }
.news-card:nth-child(3) { animation-delay: 0.15s; }
.news-card:nth-child(4) { animation-delay: 0.2s; }
.news-card:nth-child(5) { animation-delay: 0.25s; }
.news-card:nth-child(6) { animation-delay: 0.3s; }

/* Text truncation */
.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.w-duan {
    display: none !important;
}


@-webkit-keyframes throb {
    0% {
      -webkit-transform: scale(1);
    }
  
    50% {
      -webkit-transform: scale(0.8);
    }
  
    100% {
      -webkit-transform: scale(1);
    }
  }
  
  @keyframes throb {
    0% {
      transform: scale(1);
    }
  
    50% {
      transform: scale(0.8);
    }
  
    100% {
      transform: scale(1);
    }
}


@media (max-width: 1500px) {
    .app-page .app-detail-1 .w1366 {
        display: block;
    }
    .app-box .top-ul {
        height: 330px;
    }
.three-col {
    width: 55%;
}
    .home-news .swiper {
        padding-top: 140px;
    }

    .Swiper-news .swiper-slide a .content .image {
        height: 190px;
    }
    .Swiper-news .swiper-slide a .content .contentBox .title {
        font-size: 15px;
        -webkit-line-clamp: 4;
    }
    .company-box .liarea .item-content p {
        font-size: 15px;
    }
    .vision-page .vision-mission-intro {
        font-size: 19px;
        max-width: 850px;
    }

    .vision-page #headerInnerWrap {position: relative;}
    .vision-page .vision-mission-grid {
        margin-top: 40px;
    }
    .vision-page .vision-mission-title {
        margin-bottom: 90px;
    }
    .vision-page .vision-new {
    --vision-header-offset: 0px;
    }
    .app-links .cont1560 {
        width: 95vw;
    }
    .cont1560 {
        width: 90vw;
    }
    .main_about_box_b .process-stage-map {
         min-height: 660px;
    }

    .main_about_box_b .process-stage-preview-media {
        min-height: 330px;
    }

	.row4 .leftfix h2 {
		font-size: 44px;
		line-height: 1.3;
	}
	.row4 .leftfix {
		display: none;
	}
    .about-info-4 .cont1560 {
        width: 95vw;
    }
    .about-info-4 .content-img .content-img-line .zi span {
        display: block;
        font-size: 45px;
        display: none;
    }
    .about-info-4 .content-img .content-img-line .zi p {
        font-size: 20px;
        margin-top: 0px;

    }
    .row1 .flex {
        width: 90vw;
    }
    .impact-card {
		max-width: 500px;
		margin-bottom: 10%;
		grid-row-gap: 150px;
	}
    .smooth-scroll .list_wrap .list .txt_wrap {
        width: 45%;
    }    
    .history_section .history_content .list_wrap .list .txt_wrap {
        width: 83%;
    }


    .col .item {
        height: auto;
    }
    .quality-3 .right ul li p {
        margin-right: 0px;
        text-align: left;
    }
    /* .quality-3 .left .img, .quality-3 .left img {
        height: 550px;
    } */
    .main_title {
        font-size: 34px;
    }
    .main_about_box_c .swiper-button-next:after, .main_about_box_c .swiper-button-prev:after {
        font-size: 30px;
    }

    .contact-1 .text-line {
        font-size: 32px;
    }

    .production-3 {
        padding: 100px 2.5% 90px;
    }

    .gylc1 .cont1560 {
        width: 90%;
        max-width: 100%;
    }

}

@media (max-width: 1380px) {
    .honor--box .honor-title {
        width: 400px;
    }
    .home-news .swiper {
        padding-top: 165px;
    }
    .Swiper-news .swiper-slide a .content .image {
        height: 166px;
    }
    .about-info .right-no li img {
        width: 55px;
    }
    .honor--box .GB .gb-card h3 {
        font-size: 17px;
    }
    .honor--box .GB .gb-item {
        font-size: 15px;
    }
    .about-info {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .gylc1 {
        padding: 60px 0 30px;
    }
    .impact-card {
        max-width: 450px;
        margin-bottom: 10%;
        grid-row-gap: 100px;
    }
    .about-info-4 .cont1560 {
        width: 100%;
    }
    .tip {
        padding-left: 15px;
    }

    .company-box ul li .company-pic {
        height: 360px;
    }
    .company-box ul li .item-content {
        margin-left: 20px;
    }
    .app-detail-1 {
        width: 92vw;
    }
    .company-box ul li .item-content p {
        font-size: 15px;
    }
    .company-box ul li h3 {
        font-size: 26px;
    }
    .cont1560 {
        width: 90vw;
    }

}


@media (min-width: 1201px) and (max-width: 1366px) {
    .prologue .sec2 .intro-text {
        max-width: 820px;
    }

    .production-3 .production-capability {
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.42fr);
    align-items: center;
    }

    .ndfeb-page .ndfeb-title-jump ul li a {
        font-size: 17px;
    }
    .honor--box .honor-title {
        width: 420px;
    }

    .history_nav {
        padding-top: 0;
    }
    .history_nav_link .nav_range {
        font-size: 28px;
    }
    .history_nav_list li + li {
        margin-top: 55px;
    }
    .history_nav_list {
        padding: 0px 0 20px 34px;
    }
    .contact-form textarea {
        min-height: 160px;
    }
    .row4 {
        height: 100vh;
    }
    .contact-card p, .contact-card a {
        font-size: 19px;
    }
    .contact-form .form-title {
        font-size: 26px;
    }
        .ndfeb-process-stack .ndfeb-table-wrap {
            overflow-x: visible;
        }

        .ndfeb-process-table {
            min-width: 100%;
            table-layout: fixed;
        }

        .ndfeb-process-table th,
        .ndfeb-process-table td {
            padding: 12px 6px;
            font-size: 14px;
            line-height: 1.35;
            word-break: break-word;
        }

        .ndfeb-process-table th:first-child,
        .ndfeb-process-table td:first-child {
            width: 92px;
        }


        .main_about_box_b .process-stage-map {
            min-height: 570px;
        }

        .main_about_box_b .process-stage-node[data-index="05"],
        .main_about_box_b .process-stage-node[data-index="06"] {
            --x: 90% !important;
        }

        .main_about_box_b .process-stage-node[data-index="04"],
        .main_about_box_b .process-stage-node[data-index="07"] {
            --x: 70.5% !important;
        }

        .main_about_box_b .process-stage-node[data-index="02"],
        .main_about_box_b .process-stage-node[data-index="09"],
        .main_about_box_b .process-stage-node[data-index="12"] {
            --x: 29.5% !important;
        }

        .main_about_box_b .process-stage-preview {
            left: 50%;
            top: 72%;
            width: clamp(290px, 31vw, 360px);
        }

        .main_about_box_b .process-stage-preview-media {
            min-height: 286px;
        }

        .main_about_box_b .process-stage-preview-badge {
            width: 58px;
            height: 58px;
            border-radius: 18px;
            font-size: 24px;
        }

        .main_about_box_b .process-stage-preview-copy h4 {
            font-size: 20px;
        }
}

@media (max-width: 1100px) {
.company-box .liarea .main-desc br {
    display: none;
}
}

@media (min-width: 1025px) and (max-width: 1200px) {

        .main_about_box_b .process-stage-head {
            flex-direction: column;
            align-items: flex-start;
        }

        .main_about_box_b .process-stage {
            padding: 22px 16px 56px;
            border-radius: 26px;
            overflow: visible;
        }

        .main_about_box_b .process-stage-map {
            min-height: 540px;
        }

        .main_about_box_b .process-stage-node {
            width: 92px;
            gap: 8px;
        }

        .main_about_box_b .process-stage-node[data-index="05"],
        .main_about_box_b .process-stage-node[data-index="06"] {
            --x: 90% !important;
        }

        .main_about_box_b .process-stage-node[data-index="04"],
        .main_about_box_b .process-stage-node[data-index="07"] {
            --x: 70.5% !important;
        }

        .main_about_box_b .process-stage-node[data-index="02"],
        .main_about_box_b .process-stage-node[data-index="09"],
        .main_about_box_b .process-stage-node[data-index="12"] {
            --x: 29.5% !important;
        }

        .main_about_box_b .process-stage-node-dot {
            width: 64px;
            height: 64px;
        }

        .main_about_box_b .process-stage-node-dot img {
            width: 34px;
            height: 34px;
        }

        .main_about_box_b .process-stage-node-label span {
            min-width: 46px;
            height: 22px;
            padding: 0 8px;
            font-size: 11px;
        }

        .main_about_box_b .process-stage-node-label strong {
            font-size: 18px;
    color: #008165;
            line-height: 1.4;
        }

        .main_about_box_b .process-stage-preview {
            left: 50%;
            top: 71%;
            width: clamp(246px, 28vw, 292px);
            border-radius: 24px;
        }

        .main_about_box_b .process-stage-preview-media {
            min-height: 224px;
            border-radius: 24px;
        }

        .main_about_box_b .process-stage-preview-panel {
            left: 14px;
            right: 14px;
            top: 14px;
        }

        .main_about_box_b .process-stage-preview-badge {
            width: 50px;
            height: 50px;
            border-radius: 16px;
            font-size: 20px;
        }

        .main_about_box_b .process-stage-preview-copy {
            left: 14px;
            right: auto;
            bottom: 14px;
            max-width: min(76%, 220px);
            padding: 12px 14px;
            border-radius: 16px;
        }

        .main_about_box_b .process-stage-preview-copy h4 {
            font-size: 20px;
        }
    }

@media screen and (max-width: 1200px) {
    .featured-hero,
        .featured-block,
        .featured-block:nth-child(even),
        .feature-abundance,
        .feature-ring-stage,
        .feature-lamination-stage {
            grid-template-columns: 1fr;
        }
        .featured-block:nth-child(even) .featured-block-copy,
        .featured-block:nth-child(even) .featured-block-visual {
            order: initial;
        }
        .featured-hero-meta {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }

    .article-layout {
            grid-template-columns: 1fr;
            gap: 34px;
        }

        .article-share {
            position: static;
            max-width: 360px;
        }

        .article-more-item {
            grid-template-columns: 160px minmax(0, 1fr) 128px 42px;
            gap: 20px;
        }

        .article-more-name {
            font-size: 20px;
        }
        .news-main {
            padding: 118px 0 90px;
        }

        .news-main .news-featured-card {
            grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);
            gap: 30px;
        }

        .news-main .news-featured-content h2 {
            font-size: 24px;
        }

        .news-main .news-card-content h3 {
            font-size: 18px;
            min-height: 60px;
        }
    
        .tab-content-2 .in-map {
            width: calc(100% - 64px);
        }
        .tab-content-2 .in-map .pin-label {
            font-size: 15px;
            padding: 5px 12px;
        }
        .tab-content-2 .in-map .pin .dotlist_02 {
            height: 54px;
            width: 54px;
        }
        .tab-content-2 .in-map .dot-china .dotlist_02 {
            height: 66px;
            width: 66px;
        }

        .history_layout {
            display: block;
        }
        .history_nav {
            position: static;
            width: 100%;
            flex-basis: auto;
            margin-bottom: 30px;
            padding: 22px 18px;
        }
        .history_nav::before,
        .history_nav::after,
        .history_nav_list {
            display: flex;
            flex-wrap: wrap;
            gap: 10px 18px;
            padding: 0;
        }
        .history_nav_list li + li {
            margin-top: 0;
        }
        .history_nav_link {
            padding: 10px 14px;
            border-radius: 999px;
            background: #fff;
        }
        .history_nav_link .nav_range {
            margin-bottom: 6px;
            font-size: 16px;
        }
        .history_nav_link .nav_label {
            margin-top: 0;
            font-size: 18px;
            line-height: 1.3;
        }
        .history_nav_link::before,
        .history_nav_link::after {
            display: none;
        }
        .history_section .history_content .list_wrap .list .inner {
            padding: 20px 0 70px;
        }
        .history_section .history_content .list_wrap .list .txt_wrap {
            width: 100%;
            margin-left: 0;
        }
    }


    @media (max-width: 1024px) {
        
        .sub_article { padding: 24vw 0; }

        .news-main .news-featured-card,
        .news-main .news-grid {
            grid-template-columns: 1fr;
        }

        .news-main .news-featured-card {
            gap: 28px;
        }

        .news-main .news-featured-content h2 {
            font-size: 22px;
        }

        .main_about_box_b .process-stage {
            padding: 28px 18px 24px;
        }

        .main_about_box_b .process-stage-copy p {
            max-width: none;
        }

        .main_about_box_b .process-stage-map,
        .main_about_box_b .process-stage-preview {
            display: none;
        }

        .main_about_box_b .process-stage-mobile {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 16px;
        }
    }

    @media (max-width: 991px) {
        .product-drawer {
            width: 100vw;
            padding: 84px 18px 28px;
        }

        .product-drawer-close {
            top: 18px;
            left: 18px;
        }

        .product-drawer-title {
            font-size: 28px;
        }

        .product-drawer-media img {
            aspect-ratio: 1.15 / 1;
        }

        .product-drawer-swiper-nav {
            width: 44px;
            height: 44px;
        }
    }

    @media (max-width: 768px) {

.tesecp {
            padding: 48px 0 80px;
        }
        .featured-hero-copy,
        .featured-hero-visual,
        .featured-block {
            padding: 24px 20px;
        }
        .featured-hero-copy h2 {
            font-size: 34px;
        }
        .featured-hero-copy p,
        .featured-block-copy p,
        .featured-bullets li {
            font-size: 15px;
        }
        .featured-block-copy h3 {
            font-size: 34px;
        }
        .featured-block-copy small {
            gap: 12px;
            margin-bottom: 14px;
        }
        .featured-block-copy small em {
            font-size: 32px;
        }
        .featured-block-copy small span {
            font-size: 16px;
        }
        .featured-highlight-head {
            gap: 10px;
            margin-bottom: 12px;
        }
        .featured-highlight-summary {
            margin-bottom: 12px;
            font-size: 14px;
        }
        .featured-highlight-icon {
            width: 34px;
            height: 34px;
        }
        .featured-highlight-body {
            grid-template-columns: 1fr;
            gap: 12px;
        }
        .featured-highlight-card {
            min-height: auto;
            padding: 20px 18px 18px;
        }
        .featured-highlight-card-title {
            font-size: 17px;
        }
        .featured-highlight-card-desc {
            font-size: 14px;
        }
        .featured-hero-meta {
            grid-template-columns: 1fr;
        }
        .featured-anchor-nav {
            gap: 10px;
        }
        .featured-anchor-nav a {
            width: 100%;
            justify-content: center;
        }
        .featured-block-visual,
        .featured-hero-visual {
            min-height: auto;
        }
        .feature-grid-board {
            grid-template-columns: 52px repeat(4, 1fr);
            gap: 4px;
        }
        .ring-orbit {
            width: 180px;
            height: 180px;
        }
        .feature-lamination-stage,
        .feature-ring-stage,
        .feature-abundance {
            gap: 14px;
        }
        .abundance-hex-wrap {
            grid-template-columns: repeat(3, 54px);
        }
        .abundance-grade-table {
            font-size: 11px;
        }
        .abundance-grade-table th,
        .abundance-grade-table td {
            height: 30px;
            padding: 0 4px;
        }
        .abundance-grade-table .grade-side {
            width: 76px;
            min-width: 76px;
        }
        .abundance-grade-table .grade-row-label {
            width: 42px;
        }
        
        .shangu-box {
            padding: 60px 0 80px;
        }
        .smco-metrics {
            grid-template-columns: 1fr;
        }
        .smco-metric {
            min-height: auto;
            padding: 24px 18px;
            border-right: 0;
            border-bottom: 1px solid rgba(139, 155, 142, 0.28);
        }
        .smco-metric:last-child {
            border-bottom: 0;
        }
        .smco-section {
            padding: 22px 18px;
            border-radius: 20px;
        }
        .smco-section-head {
            display: block;
        }
        .smco-section-head .smco-tag {
            margin-top: 14px;
        }
        .smco-table {
            min-width: 980px;
            font-size: 13px;
        }
        .smco-table th,
        .smco-table td {
            padding: 10px 8px;
        }


        .product-drawer-title {
            font-size: 24px;
        }

        .product-drawer-close {
            min-width: 78px;
            height: 44px;
            padding: 0 14px;
        }

        .product-drawer-panel {
            padding: 18px 16px 8px;
            border-radius: 18px;
        }

        .product-drawer-media {
            border-radius: 18px;
        }

        .product-drawer-media img {
            aspect-ratio: 1 / 1;
        }

        .product-drawer-swiper-prev {
            left: 12px;
        }

        .product-drawer-swiper-next {
            right: 12px;
        }

        .product-drawer-swiper-nav {
            width: 40px;
            height: 40px;
        }

        .product-drawer-swiper-nav span {
            font-size: 18px;
        }

        .news-article-main {
            padding: 72px 0 0px;
        }

        .article-breadcrumb {
            margin-bottom: 24px;
            font-size: 12px;
        }

        .article-breadcrumb .current {
            max-width: 100%;
            white-space: normal;
        }

        .article-meta {
            gap: 8px 18px;
            margin-bottom: 20px;
        }

        .article-summary,
        .article-body {
            font-size: 15px;
        }

        .article-summary {
            padding: 18px 18px 18px 20px;
            line-height: 1.9;
        }

        .article-summary::before {
            margin-bottom: 8px;
            font-size: 10px;
        }

        .article-body img {
            border-radius: 12px;
        }

        .article-footer-nav {
            border-top-color: rgba(0, 0, 0, 0.1);
        }

        .article-footer-link,
        .article-footer-back {
            padding: 12px 0;
        }

        .article-share .nav-text strong {
            font-size: 13px;
        }

        .article-more {
            margin-top: 72px;
        }

        .article-more-title {
            margin-bottom: 20px;
            font-size: 30px;
        }

        .article-more-item {
            grid-template-columns: 1fr;
            gap: 14px;
            padding: 20px 0;
        }

        .article-more-date {
            font-size: 13px;
        }

        .article-more-name {
            font-size: 18px;
        }

        .article-more-thumb {
            width: 160px;
        }

        .article-more-icon {
            justify-self: start;
        }
        .news-main {
            padding: 108px 0 72px;
        }

        .news-main .news-featured-card {
            padding: 14px;
            border-radius: 18px;
        }

        .news-main .news-featured-media {
            border-radius: 14px;
        }

        .news-main .news-featured-content h2 {
            font-size: 20px;
            margin-bottom: 14px;
        }

        .news-main .news-featured-content p {
            margin-bottom: 20px;
            font-size: 15px;
        }

        .news-main .news-card-content {
            padding: 18px 16px 16px;
        }

        .news-main .news-card-content h3 {
            min-height: auto;
            font-size: 18px;
            margin-bottom: 14px;
        }

        .news-main .news-divider {
            margin: 28px 6px 30px;
        }

        .main-sus-text .tit01{
            font-size:36px;
        }
    .main-sus-text .tit01 > span{
        display:inline;
        margin-right:10px;
    }
    .arrow-btn-circle{
        width:40px;
        height:40px;
        margin-top: 2.625rem;
    }

    .main-sus-text{
        padding-top:40vh
    }
	.quote__text {
		font-size: 46px;
	}
    .prologue .sec2 .intro-text,
    .prologue .sec2 .outro-text {
        max-width: 100%;
    }
    .prologue .sec2 .line-svg {
        transform: scale(0.9);
        transform-origin: center;
    }
    .prologue .sec2 #dot {
        r: 12; /* 작은 화면에서는 원을 더 크게 표시 */
    }
    .s-title .title-box {
        padding-left: 0;
    }
    .text-size-large {
		font-size: 19px
	}
	.impact-card {
		grid-column-gap: 150px;
		grid-row-gap: 100px;
		padding: 24px
	}
	.impact-bottom_content {
		grid-template-columns: 1fr
	}

    .about-info-4 .tab-contents {
        gap: 60px;
    }

        .tab-content-2 .content-img {
            border-radius: 16px;
            height: 360px;
            width: 100%;
        }
        .tab-content-2 .in-map {
            width: calc(100% - 28px);
        }
        .tab-content-2 .content-text p {
            font-size: 15px;
        }
        .tab-content-2 .in-map .pin-label {
            font-size: 11px;
            letter-spacing: 0.04em;
            padding: 4px 10px;
        }
        .tab-content-2 .in-map .pin .dotlist_02 {
            height: 40px;
            width: 40px;
        }
        .tab-content-2 .in-map .dot-china .dotlist_02 {
            height: 52px;
            width: 52px;
        }

        .main_about_box_b .timeline-container {
            width: 95%;
        }

        .main_about_box_b .process-stage {
            padding: 24px 14px 56px;
            border-radius: 24px;
            overflow: visible;
        }

        .main_about_box_b .process-stage-copy h3 {
            font-size: 26px;
        }

        .main_about_box_b .process-stage-copy p {
            font-size: 15px;
        }

        .main_about_box_b .process-stage-mobile {
            gap: 12px;
        }

        .main_about_box_b .process-stage-card {
            padding: 12px;
            border-radius: 16px;
        }

        .main_about_box_b .process-stage-card img {
            height: 150px;
            border-radius: 12px;
            margin-bottom: 10px;
        }

        .main_about_box_b .process-stage-card strong {
            font-size: 15px;
        }
    }

    @media (max-width: 480px) {
        .main_about_box_b .process-stage {
            padding: 20px 12px 18px;
        }

        .main_about_box_b .process-stage-mobile {
            grid-template-columns: 1fr;
        }

        .main_about_box_b .process-stage-card img {
            height: 168px;
        }
        .prologue .sec2 .path-wrapper {
        height: 20vh;
        }
    }


.smco-page .breadcrumb-core ul li {
    width: 50%;
}

.smco-page .smco-screen-properties-table {
    table-layout: fixed;
}

.smco-page .smco-screen-properties-table th,
.smco-page .smco-screen-properties-table td {
    width: 33.333%;
}

.smco-page .title-jump {
    background: transparent;
    margin-top: 0px;
    border: 0;
    width: 100%;
    position: sticky;
    top: 0px;
    z-index: 20;
    padding: 0;
    transition: padding 0.25s ease;
}

.smco-page .title-jump ul {
    width: 500px;
    margin: 0 auto;
    background: #e5e5e5;
    border-radius: 50px;
    transition: width 0.25s ease;
}

.smco-page .breadcrumb.title-jump ul li:after {
    background: #005748;
}

.smco-page .breadcrumb.title-jump ul li a {
    height: 83px;
    line-height: 83px;
    font-size: 18px;
    letter-spacing: 0;
    transition: height 0.25s ease, line-height 0.25s ease, font-size 0.25s ease;
}

.smco-page .breadcrumb.title-jump ul li span {
    position: relative;
    padding-left: 20px;
    transition: padding-left 0.25s ease;
}

.smco-page .breadcrumb.title-jump ul li span::before {
    background: #005748;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: width 0.25s ease, height 0.25s ease, opacity 0.25s ease;
}

.smco-page .breadcrumb.title-jump ul li.active span::before {
    opacity: 1;
}

.smco-page .title-jump.is-stuck {
    background-color: transparent;
}

.smco-page .title-jump.is-stuck .cont1560 {
    width: 100%;
    max-width: 100%;
}


.smco-page .title-jump.is-stuck ul {
    background: #f0f0f0;
    width: 100%;
    border-radius: 0;
}





.smco-page .title-jump.is-stuck.breadcrumb ul li span::before,
.smco-page .title-jump.is-stuck ul li span::before {
    width: 8px;
    height: 8px;
}

.featured-ring {
    position: relative;
    height: 500px;
    overflow: hidden;
    padding-bottom: 50px;
}
.featured-ring .ring-swiper {
    height: 100%;
    width: 100%;
    position: relative;
}
.featured-ring .ring-swiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}
.featured-ring .ring-swiper .dxyy {
    height: 500px;
    position: relative;
    border-radius: 30px;
}
.featured-ring .ring-swiper .dxyy::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    background: linear-gradient(to top, #000 0%, transparent 30%);
    opacity: 0.4;
    left: 0;
    top: 0;
    border-radius: 30px;
}

.featured-ring .ring-swiper .featured-highlight-icon {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 20px;
    top: 20px;

}

.featured-ring .ring-swiper .featured-highlight-icon svg {
    width: 40px;
    height: 40px;
}

.featured-ring  .featured-highlight-card {
    display: block;
    /* flex-direction: column; */
    /* align-items: flex-start; */
    padding: 0;
    color: #fff;
    position: absolute;
    bottom: 20px;
    overflow: hidden;
    left: 20px;
}

.featured-ring .featured-highlight-card-icon {
    width: 24px;
    height: 24px;
    margin-bottom: 24px;
    color: #8b857a;
    position: relative;
    z-index: 1;
    background: hsl(0deg 0% 0% / 30%);
}
.featured-ring .featured-highlight-card-icon svg {
        width: 100%;
        height: 100%;
        stroke: currentColor;
    }
.featured-ring .featured-highlight-card-title {
    position: relative;
    z-index: 1;
    font-size: 22px;
    line-height: 1.5;
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
}
.featured-ring .featured-highlight-card-desc {
    position: relative;
    z-index: 1;
    margin: 0;
    font-size: 16px;
    line-height: 1.75;
    color: #fff;
}
.featured-ring .news-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 36px 10px 42px;
    color: #222;
}
.featured-ring .news-divider.news-featured-pagination {
        position: relative;
    }

.featured-ring .news-featured-pagination .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
        margin: 0;
        opacity: 1;
        background: #bdb7ad;
        transition: background-color 0.3s ease, transform 0.3s ease;
}

.featured-ring .news-featured-pagination .swiper-pagination-bullet-active {
        background: #2c2c2c;
        transform: scale(1.05);
        
}

#featureLamination .featured-block-visual {
    padding: 0;
    height: 90%;
}

#featureLamination .featured-block-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#featureLamination .featured-block-copy p span {
    display: block;
    font-weight: 600;
    color: #005748;
    margin-top: 20px;
}

.featured-block .button a {
    background-color: #005748;
    width: 150px;
}

#advantage2 .image-section {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(14px, 1.8vw, 28px);
    box-sizing: border-box;
}

#advantage2 .material-rd-visual {
    width: 100%;
    height: auto;
    aspect-ratio: 768 / 1009;
    max-height: 100%;
    max-width: 660px;
    border-radius: 18px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    color: #26364c;
}

#advantage2 .material-rd-head {
    flex: 0 0 10.8%;
    padding: 3.6% 4.2% 2.4%;
    background: #79aa9d;
    color: #fff;
    box-sizing: border-box;
    text-align: center;
}

#advantage2 .material-rd-head strong {
    display: block;
    font-size: clamp(21px, 1.9vw, 31px);
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.02em;
}

#advantage2 .material-rd-head span {
    display: block;
    margin-top: 5px;
    color: rgba(255, 255, 255, 0.58);
    font-size: clamp(12px, 0.92vw, 17px);
    line-height: 1.2;
}

#advantage2 .material-rd-list {
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
    gap: 1.7%;
    padding: 2.2% 3.8% 1.8%;
    background: #f4f8fc;
}

#advantage2 .material-rd-item {
flex: 1;
    min-height: 0;
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr) minmax(132px, 34%);
    align-items: center;
    gap: 8px;
    padding: 8px 11px;
    border: 2px solid #dde8f3;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.95) inset;
}

#advantage2 .material-rd-num {
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #005747;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    /* box-shadow: 0 4px 10px rgba(36, 116, 237, 0.2); */
}

#advantage2 .material-rd-copy b {
    display: block;
    font-size: 17px;
    line-height: 1.12;
    font-weight: 500;
    color: #283951;
    white-space: nowrap;
}

#advantage2 .material-rd-copy p {
    margin: 3px 0 0;
    font-size: clamp(11px, 0.72vw, 15px);
    line-height: 1.25;
    color: #8190a6;
}

#advantage2 .material-rd-copy sub,
#advantage2 .rd-legend sub {
    font-size: 65%;
    line-height: 0;
}

#advantage2 .material-rd-graphic {
    position: relative;
    min-height: 56px;
    height: 100%;
}

#advantage2 .hex,
#advantage2 .mini-lattice span,
#advantage2 .fine-grain span,
#advantage2 .coarse-grain span {
    display: block;
    clip-path: polygon(25% 6%, 75% 6%, 100% 50%, 75% 94%, 25% 94%, 0 50%);
}

#advantage2 .h-blue {
    background: #159de0;
}

#advantage2 .h-orange {
    background: #f7a110;
}

#advantage2 .hex-cluster-main {
    position: absolute;
    right: 42px;
    top: 50%;
    width: 88px;
    height: 66px;
    transform: translateY(-50%);
}

#advantage2 .hex-cluster-main .hex {
    position: absolute;
    width: 28px;
    height: 31px;
}

#advantage2 .hex-cluster-main .hex:nth-child(1) { left: 23px; top: 0; }
#advantage2 .hex-cluster-main .hex:nth-child(2) { left: 51px; top: 0; }
#advantage2 .hex-cluster-main .hex:nth-child(3) { left: 8px; top: 21px; }
#advantage2 .hex-cluster-main .hex:nth-child(4) { left: 36px; top: 21px; }
#advantage2 .hex-cluster-main .hex:nth-child(5) { left: 64px; top: 21px; }
#advantage2 .hex-cluster-main .hex:nth-child(6) { left: 23px; top: 42px; }
#advantage2 .hex-cluster-main .hex:nth-child(7) { left: 51px; top: 42px; }

#advantage2 .rd-legend {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 5px;
    color: #71849b;
    font-size: 9px;
    line-height: 1.1;
}

#advantage2 .rd-legend span {
    display: flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
}

#advantage2 .rd-legend i {
    width: 8px;
    height: 8px;
    display: block;
}

#advantage2 .legend-orange { background: #f7a110; }
#advantage2 .legend-blue { background: #159de0; }

#advantage2 .rd-graphic-shell {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

#advantage2 .shell-hex {
    position: relative;
    display: block;
    width: 38px;
    height: 43px;
    clip-path: polygon(25% 6%, 75% 6%, 100% 50%, 75% 94%, 25% 94%, 0 50%);
    background: #ffdce0;
}

#advantage2 .shell-hex::before {
    content: "";
    position: absolute;
    inset: 4px;
    clip-path: inherit;
    background: #bfe6d6;
}

#advantage2 .shell-hex i {
    position: absolute;
    inset: 9px;
    clip-path: inherit;
    background: #1aa0df;
    z-index: 1;
}

#advantage2 .shell-small {
    transform: translateY(9px) scale(0.88);
}

#advantage2 .shell-tall:nth-child(2) {
    transform: translateY(-9px);
}

#advantage2 .shell-tall:nth-child(3) {
    transform: translateY(20px);
}

#advantage2 .rd-graphic-boundary {
    width: 150px;
    height: 100%;
    margin-left: auto;
    margin-right: 0px;
    display: flex;
    align-items: center;
}

#advantage2 .image-section img {
    width: auto;
}

#advantage2 .rd-graphic-boundary .hex {
    position: absolute;
    width: 30px;
    height: 33px;
}

#advantage2 .rd-graphic-boundary .hex:nth-of-type(4) { left: 12px; top: 27px; }
#advantage2 .rd-graphic-boundary .hex:nth-of-type(5) { left: 39px; top: 9px; }
#advantage2 .rd-graphic-boundary .hex:nth-of-type(6) { left: 68px; top: 27px; }
#advantage2 .rd-graphic-boundary .hex:nth-of-type(7) { left: 39px; top: 43px; }

#advantage2 .network-line {
    position: absolute;
    height: 4px;
    border-radius: 4px;
    background: #159de0;
    transform-origin: left center;
}

#advantage2 .n-line-1 { left: 31px; top: 32px; width: 48px; transform: rotate(-30deg); }
#advantage2 .n-line-2 { left: 31px; top: 44px; width: 48px; transform: rotate(30deg); }
#advantage2 .n-line-3 { left: 52px; top: 38px; width: 33px; transform: rotate(90deg); }

#advantage2 .rd-dot {
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #f7a110;
}

#advantage2 .rd-graphic-boundary .rd-dot:nth-last-child(4) { left: 28px; top: 20px; }
#advantage2 .rd-graphic-boundary .rd-dot:nth-last-child(3) { left: 58px; top: 4px; }
#advantage2 .rd-graphic-boundary .rd-dot:nth-last-child(2) { left: 82px; top: 20px; }
#advantage2 .rd-graphic-boundary .rd-dot:nth-last-child(1) { left: 57px; top: 56px; }

#advantage2 .rd-graphic-diffusion {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

#advantage2 .mini-lattice {
    width: 39px;
    display: grid;
    grid-template-columns: repeat(3, 12px);
    grid-auto-rows: 14px;
    gap: 1px;
    transform: translateY(1px);
}

#advantage2 .mini-lattice span {
    width: 12px;
    height: 14px;
    background: #159de0;
}

#advantage2 .has-red span:nth-child(2),
#advantage2 .has-red span:nth-child(5),
#advantage2 .alt-red span:nth-child(1),
#advantage2 .alt-red span:nth-child(6) {
    background: #ef5350;
}

#advantage2 .rd-graphic-refine {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

#advantage2 .coarse-grain,
#advantage2 .fine-grain {
    position: relative;
    padding-bottom: 18px;
}

#advantage2 .coarse-grain {
    width: 58px;
    height: 46px;
}

#advantage2 .coarse-grain span {
    position: absolute;
    width: 23px;
    height: 26px;
    background: #c8d4e2;
}

#advantage2 .coarse-grain span:nth-child(1) { left: 1px; top: 17px; }
#advantage2 .coarse-grain span:nth-child(2) { left: 25px; top: 2px; }
#advantage2 .coarse-grain span:nth-child(3) { left: 49px; top: 19px; }

#advantage2 .fine-grain {
    width: 48px;
    display: grid;
    grid-template-columns: repeat(4, 10px);
    grid-auto-rows: 12px;
    gap: 1px;
}

#advantage2 .fine-grain span {
    width: 10px;
    height: 12px;
    background: #159de0;
}

#advantage2 .coarse-grain em,
#advantage2 .fine-grain em {
    position: absolute;
    left: 50%;
    bottom: -5px;
    transform: translateX(-50%);
    color: #7b8798;
    font-style: normal;
    font-size: 12px;
    white-space: nowrap;
}

#advantage2 .material-rd-footer {
    flex: 0 0 3.6%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #dfe9f4;
    background: #f4f8fc;
    color: #c8d5e3;
    font-size: clamp(9px, 0.72vw, 13px);
    line-height: 1;
}

#advantage2 .refine-arrow {
    position: relative;
    width: 23px;
    height: 4px;
    border-radius: 4px;
    background: #3f87f5;
}

#advantage2 .refine-arrow::after {
    content: "";
    position: absolute;
    right: -5px;
    top: 50%;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #3f87f5;
    transform: translateY(-50%);
}

@media (max-width: 1500px) {
    .ndfeb-grade-table th, 
    .ndfeb-grade-table td, 
    .ndfeb-data-table th, 
    .ndfeb-data-table td {
        padding: 3px 10px;
    }

    .ndfeb-grade-table tbody tr.ndfeb-grade-table__energy-row th, .ndfeb-grade-table tbody tr.ndfeb-grade-table__energy-row td {
        padding-top: 2px;
        padding-bottom: 2px;
        line-height: 1.2;
        font-size: 13px;
    }
    .ndfeb-grade-table thead th.ndfeb-grade-table__temperature {
        font-size: 14px;
        padding: 3px;
    }
    .company-box .liarea .item-content .L {
        width: 43%;
    }
    .company-box .liarea .company-pic {
        width: 49%;
    }
    #advantage2 .material-rd-head {
        padding-top: 7.8%;
    }

    #advantage2 .material-rd-list {
        gap: 1.45%;
        padding: 2% 3.2% 1.7%;
    }

    #advantage2 .material-rd-item {
        grid-template-columns: 32px minmax(0, 1fr) minmax(126px, 40%);
        gap: 7px;
        padding: 7px 10px;
    }

    #advantage2 .material-rd-num {
        width: 25px;
        height: 25px;
        font-size: 19px;
    }

    #advantage2 .material-rd-graphic {
        transform-origin: center right;
    }
}

/* @media (max-width: 1300px) {
    #featureFree.featured-block {
        grid-template-columns: minmax(0, 0.92fr) minmax(340px, 1.48fr);
    }
} */

@media (max-width: 1024px) {
    #advantage2 .image-section {
        padding: 12px;
    }

    #advantage2 .material-rd-visual {
        max-width: none;
    }

    #advantage2 .material-rd-item {
        grid-template-columns: 34px minmax(0, 1fr) 126px;
    }

    #advantage2 .material-rd-copy b {
        white-space: normal;
    }


}

.tesecp {
        position: relative;
        overflow: hidden;
        padding: 72px 0 50px;
        background:
            radial-gradient(circle at top right, rgba(63, 153, 129, 0.14), transparent 24%),
            linear-gradient(180deg, #f6faf8 0%, #ffffff 18%, #edf6f3 100%);
    }
    .tesecp::before,
    .tesecp::after {
        content: "";
        position: absolute;
        border-radius: 50%;
        pointer-events: none;
        filter: blur(20px);
        opacity: 0.5;
    }
    .tesecp::before {
        top: 140px;
        left: -80px;
        width: 260px;
        height: 260px;
        background: rgba(0, 135, 102, 0.08);
    }
    .tesecp::after {
        right: -110px;
        bottom: 200px;
        width: 320px;
        height: 320px;
        background: rgba(22, 115, 179, 0.08);
    }
    .tesecp .cont1560 {
        position: relative;
        z-index: 1;
    }
    .featured-hero {
        display: grid;
        grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
        gap: 36px;
        align-items: stretch;
        margin-bottom: 42px;
    }
    .featured-hero-copy {
        padding: 20px 0 12px;
    }
    .featured-eyebrow {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 8px 18px;
        border-radius: 999px;
        background: rgba(0, 87, 72, 0.08);
        color: #005748;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 0.16em;
        text-transform: uppercase;
    }
    .featured-eyebrow::before {
        content: "";
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #1aa57e;
        box-shadow: 0 0 0 6px rgba(26, 165, 126, 0.12);
    }
    .featured-hero-copy h2 {
        margin: 22px 0 18px;
        font-size: 48px;
        line-height: 1.16;
        color: #102920;
        font-weight: 500;
    }
    .featured-hero-copy p {
        margin: 0;
        font-size: 18px;
        line-height: 1.9;
        color: #395249;
    }
    .featured-hero-meta {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 0;
        margin-top: 28px;
    }
    .featured-meta-card {
        padding: 4px 22px 4px 26px;
        background: transparent;
        border-left: 1px solid rgba(0, 87, 72, 0.12);
    }
    .featured-meta-card:first-child {
        padding-left: 0;
        border-left: 0;
    }
    .featured-meta-card strong {
        display: block;
        margin-bottom: 8px;
        font-size: 26px;
        line-height: 1;
        color: #005748;
        font-weight: 500;
    }
    .featured-meta-card span {
        display: block;
        font-size: 13px;
        line-height: 1.7;
        color: #62756d;
    }
    .featured-anchor-nav {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        margin-top: 28px;
    }
    .featured-anchor-nav a {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 12px 18px;
        border-radius: 999px;
        background: #f2f7f4;
        border: 1px solid rgba(0, 87, 72, 0.1);
        color: #24453a;
        font-size: 14px;
        transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
    }
    .featured-anchor-nav a::before {
        content: "";
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: rgba(0, 87, 72, 0.24);
        transition: background 0.25s ease;
    }
    .featured-anchor-nav a:hover {
        transform: translateY(-2px);
        background: #005748;
        border-color: #005748;
        color: #fff;
    }
    .featured-anchor-nav a:hover::before {
        background: rgba(255, 255, 255, 0.88);
    }
    .featured-hero-visual {
        padding: 30px;
        position: relative;
        min-height: 380px;
        background:
            radial-gradient(circle at top left, rgba(17, 143, 104, 0.1), transparent 34%),
            linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(236, 245, 241, 0.9));
        border-radius: 34px;
        border: 1px solid rgba(0, 87, 72, 0.06);
    }
    .featured-visual-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: repeat(2, 1fr);
        gap: 16px;
        height: 100%;
    }
    .featured-visual-card {
        position: relative;
        overflow: hidden;
        border-radius: 24px;
        border: 1px solid rgba(0, 87, 72, 0.08);
        background: rgba(255, 255, 255, 0.82);
        padding: 18px;
        min-height: 150px;
    }
    .featured-visual-card strong {
        display: block;
        margin-bottom: 8px;
        font-size: 15px;
        color: #17392e;
    }
    .featured-visual-card span {
        display: block;
        font-size: 12px;
        line-height: 1.7;
        color: #6a7d76;
    }
    .featured-glow-ring {
        position: absolute;
        right: -24px;
        bottom: -24px;
        width: 120px;
        height: 120px;
        border-radius: 50%;
        border: 1px solid rgba(0, 87, 72, 0.1);
        box-shadow: 0 0 0 18px rgba(0, 87, 72, 0.04), 0 0 0 36px rgba(0, 87, 72, 0.02);
        animation: featuredPulse 4.5s ease-in-out infinite;
    }
    .featured-hex-group {
        display: grid;
        grid-template-columns: repeat(3, 56px);
        gap: 8px;
        margin-top: 16px;
    }
    .featured-hex {
        width: 56px;
        height: 64px;
        clip-path: polygon(25% 6%, 75% 6%, 100% 50%, 75% 94%, 25% 94%, 0 50%);
        background: linear-gradient(180deg, #27b8ea 0%, #1197d5 100%);
    }
    .featured-hex.is-accent {
        background: linear-gradient(180deg, #ffd44d 0%, #ffbd17 100%);
    }
    .featured-progress-bars {
        display: grid;
        gap: 10px;
        margin-top: 18px;
    }
    .featured-progress-bars i {
        display: block;
        height: 10px;
        border-radius: 999px;
        background: linear-gradient(90deg, rgba(0, 87, 72, 0.14), rgba(0, 87, 72, 0.02));
        overflow: hidden;
        position: relative;
    }
    .featured-progress-bars i::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        border-radius: inherit;
        background: linear-gradient(90deg, #0c8f68 0%, #25b67f 100%);
        animation: featuredSweep 4.8s ease-in-out infinite;
    }
    .featured-progress-bars i:nth-child(1)::after { width: 72%; }
    .featured-progress-bars i:nth-child(2)::after { width: 54%; animation-delay: 0.25s; }
    .featured-progress-bars i:nth-child(3)::after { width: 86%; animation-delay: 0.45s; }
    .featured-progress-bars i:nth-child(4)::after { width: 63%; animation-delay: 0.65s; }
    .featured-section-list {
        display: grid;
        gap: 0;
    }
    .featured-block {
        display: grid;
        grid-template-columns: minmax(0, 0.92fr) minmax(340px, 1.08fr);
        column-gap: 54px;
        row-gap: 30px;
        align-items: center;
        padding: 54px 0;
        border-top: 1px solid rgba(0, 87, 72, 0.12);
    }
    .featured-block:first-child {
        border-top: 0;
    }
    #featureFree.featured-block {
        grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1.18fr);
    }
    .featured-block:nth-child(even) {
        grid-template-columns: minmax(340px, 1.02fr) minmax(0, 0.98fr);
    }
    .featured-block:nth-child(even) .featured-block-copy {
        order: 2;
    }
    .featured-block:nth-child(even) .featured-block-visual {
        order: 1;
    }
    .featured-block-copy small {
        display: flex;
        align-items: baseline;
        gap: 16px;
        margin-bottom: 18px;
        color: #0c8f68;
        font-weight: 700;
    }
    .featured-block-copy small em {
        font-style: normal;
        font-size: 24px;
        line-height: 0.95;
        color: #005748;
        letter-spacing: -0.04em;
        font-weight: 500;
    }
    .featured-block-copy small span {
        font-size: 20px;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        line-height: 1.3;
    }
    .featured-block-copy h3 {
        margin: 0 0 20px;
        font-size: 36px;
        line-height: 1.16;
        color: #005748;
        font-weight: 500;
    }
    .featured-block-copy p {
        margin: 0;
        font-size: 18px;
        line-height: 1.95;
        color: #343434;
    }
    .featured-bullets {
        margin: 30px 0 0;
        padding: 0;
        list-style: none;
        display: grid;
        gap: 12px;
    }
    .featured-bullets li {
        position: relative;
        padding-left: 25px;
        font-size: 16px;
        line-height: 1.8;
        color: #2b453b;
    }
    .featured-bullets li::before {
        content: "";
        position: absolute;
        left: 0;
        top: 10px;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #005748;
        box-shadow: 0 0 0 6px rgba(23, 167, 119, 0.12);
    }
    .featured-download-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-top: 28px;
        min-width: 142px;
        height: 44px;
        padding: 0 24px;
        border-radius: 999px;
        background: #005748;
        color: #fff;
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 0.04em;
        transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
        box-shadow: 0 12px 24px rgba(0, 87, 72, 0.16);
    }
    .featured-download-btn:hover {
        transform: translateY(-2px);
        background: #00735f;
        color: #fff;
        box-shadow: 0 16px 30px rgba(0, 87, 72, 0.22);
    }
    .featured-bullets-icons li {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        padding-left: 0;
    }
    .featured-bullets-icons li::before {
        display: none;
    }
    .featured-bullet-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 26px;
        height: 26px;
        margin-top: 1px;
        color: #0c8f68;
        flex: 0 0 auto;
    }
    .featured-bullet-icon svg {
        width: 100%;
        height: 100%;
        stroke: currentColor;
    }
    .featured-bullet-text {
        flex: 1 1 auto;
    }
    .featured-highlight {
        grid-column: 1 / -1;
        margin-top: 0;
        padding: 24px 0 0;
        border-top: 1px solid rgba(0, 87, 72, 0.12);
        color: #17392e;
        font-size: 15px;
        line-height: 1.8;
        font-weight: 500;
    }
    .featured-highlight-head {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 25px;
        margin-top: 10px;
    }
    .featured-highlight-icon {
        width: 38px;
        height: 38px;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(180deg, rgba(0, 87, 72, 0.12), rgba(0, 87, 72, 0.04));
        color: #005748;
        flex: 0 0 auto;
    }
    .featured-highlight-icon svg {
        width: 18px;
        height: 18px;
        stroke: currentColor;
    }
    .featured-highlight-title {
        font-size: 20px;
        text-transform: uppercase;
        color: #005748;
        font-weight: 600;
    }
    .featured-highlight-summary {
        margin: 0 0 14px;
        font-size: 15px;
        line-height: 1.85;
        color: #415851;
        font-weight: 400;
        max-width: 880px;
    }
    .featured-highlight-body {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 16px;
    }
    
    
    .featured-block-visual {
        position: relative;
        min-height: 360px;
        border-radius: 30px;
        background: linear-gradient(180deg, rgba(251, 254, 253, 0.84) 0%, rgba(238, 247, 243, 0.96) 100%);
        overflow: hidden;
        padding: 30px;
    }
    #featureAbundance .featured-block-visual {
        padding: 0;
    }
    .featured-block-visual::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.24), transparent 45%);
        pointer-events: none;
    }
    .feature-grid-board {
        height: auto;
        min-height: 560px;
        display: grid;
        grid-template-columns: 70px repeat(4, 1fr);
        grid-template-rows: 44px repeat(11, 1fr) 34px;
        gap: 6px;
        align-items: center;
    }
    .feature-grid-board .axis,
    .feature-grid-board .axis-bottom {
        font-size: 12px;
        color: #5f726b;
        text-align: center;
    }
    .feature-grid-board .axis-title {
        grid-column: 2 / span 4;
        display: flex;
        justify-content: space-between;
        font-size: 12px;
        color: #205544;
        font-weight: 700;
        padding: 0 6px;
    }
    .feature-grid-board .feature-y-axis {
        font-size: 12px;
        line-height: 1.35;
        color: #205544;
        font-weight: 700;
        text-align: center;
    }
    .feature-grid-board .row-labels {
        grid-row: 2 / span 11;
        display: grid;
        grid-template-rows: repeat(11, minmax(34px, 1fr));
        gap: 8px;
    }
    .feature-grid-board .row-labels span,
    .feature-grid-board .axis-bottom span {
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(0, 87, 72, 0.06);
        border-radius: 12px;
        min-height: 34px;
    }
    .feature-grid-board .matrix {
        grid-column: 2 / span 4;
        grid-row: 2 / span 11;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(11, minmax(34px, 1fr));
        gap: 8px;
    }

    #featureFree .feature-grid-board .matrix,
    #featureFree .feature-grid-board .axis-bottom {
        width: 100%;
        justify-self: start;
    }

    .feature-pill {
        min-height: 34px;
        border-radius: 12px;
        background: linear-gradient(180deg, #24bf75 0%, #0f985a 100%);
        color: #fff;
        font-size: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: inset 0 0 0 1px rgba(255,255,255,0.16), 0 10px 18px rgba(12, 91, 56, 0.16);
    }
    #featureFree .feature-pill:not(.is-empty) {
        background:
            radial-gradient(circle at 24% 18%, rgba(255, 255, 255, 0.32), transparent 28%),
            linear-gradient(135deg, #42d98d 0%, #18b56f 48%, #087849 100%);
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.42),
            inset 0 -10px 18px rgba(0, 89, 55, 0.18),
            0 12px 20px rgba(7, 105, 64, 0.20),
            0 4px 8px rgba(7, 82, 55, 0.12);
        text-shadow: 0 1px 2px rgba(0, 75, 48, 0.24);
    }
    .feature-pill.is-empty {
        background: transparent;
        box-shadow: none;
    }
    .feature-grid-board .axis-bottom {
        grid-column: 2 / span 4;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 8px;
    }
    .feature-grid-board .axis-note {
        grid-row: 13;
        font-size: 12px;
        line-height: 1.35;
        color: #5f726b;
        text-align: center;
        justify-self: center;
        font-weight: bold;
    }
    .feature-grid-board .axis-bottom span:empty {
        background: transparent;
    }
    .feature-abundance {
        display: grid;
        grid-template-columns: 0.88fr 1.12fr;
        gap: 18px;
        height: 100%;
        align-items: center;
    }
    .feature-abundance.is-single {
        grid-template-columns: 1fr;
    }
    .abundance-table-panel,
    .abundance-hex-panel,
    .abundance-heat-panel {
        border-radius: 24px;
        background: rgba(255, 255, 255, 0.52);
        border: 1px solid rgba(0, 87, 72, 0.05);
        padding: 18px;
        height: 100%;
    }

    .abundance-table-panel {
        padding: 18px 0 0;
    }

    #featureAbundance .abundance-table-panel {
        border: 0;
    }

    .abundance-table-panel {
        display: flex;
        flex-direction: column;
    }
    .abundance-table-shell {
        margin-top: 12px;
        border-radius: 20px;
        overflow: hidden;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(243, 248, 245, 0.92));
        border: 1px solid rgba(0, 87, 72, 0.08);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
    }
    .abundance-grade-table {
        width: 100%;
        border-collapse: separate;
        border-spacing: 6px;
        table-layout: fixed;
        font-size: 12px;
        color: #23473c;
    }
    .abundance-grade-table th,
    .abundance-grade-table td {
        height: 34px;
        padding: 0 8px;
        text-align: center;
        border: 0;
        border-radius: 10px;
    }
    .abundance-grade-table thead th {
        height: 45px;
        line-height: 1.4;
        font-size: 13px;
    }

    .abundance-grade-table tr:last-child td {
        border-bottom: 0;
    }
    .abundance-grade-table th:last-child,
    .abundance-grade-table td:last-child {
        border-right: 0;
    }
    .abundance-grade-table thead th {
        background: rgba(0, 87, 72, 0.06);
        color: #1c4c3d;
        font-weight: 700;
    }
    .abundance-grade-table thead th.grade-head-spacer {
        color: transparent;
        background: transparent;
    }
    .abundance-grade-table .grade-side {
        width: 96px;
        min-width: 96px;
        font-weight: 700;
        color: #4f645d;
        background: rgba(0, 87, 72, 0.03);
        padding: 5px 0px;
    }
    .abundance-grade-table .grade-row-label {
        width: 48px;
        font-weight: 700;
        color: #31584b;
        background: rgba(0, 87, 72, 0.03);
    }
    .abundance-grade-table .grade-col-label {
        font-size: 11px;
        letter-spacing: 0.04em;
    }
    .abundance-grade-table td {
        font-weight: 600;
        color: #29483d;
        background: rgba(255, 255, 255, 0.86);
    }
    .abundance-grade-table td.is-empty {
        color: transparent;
        background: rgba(255, 255, 255, 0.42);
        box-shadow: none;
    }
    .abundance-grade-table td.is-ce-free {
        background:
            radial-gradient(circle at 24% 18%, rgba(255, 255, 255, 0.52), transparent 30%),
            linear-gradient(135deg, #edf9cf 0%, #d7edae 48%, #b9da86 100%);
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.65),
            inset 0 -8px 16px rgba(99, 143, 42, 0.13),
            0 10px 18px rgba(88, 130, 43, 0.16),
            0 3px 7px rgba(64, 99, 38, 0.10);
    }
    .abundance-grade-table td.is-ce-rich {
        background:
            radial-gradient(circle at 24% 18%, rgba(255, 255, 255, 0.48), transparent 30%),
            linear-gradient(135deg, #eee7ff 0%, #d4c7f0 50%, #b7a3dc 100%);
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.62),
            inset 0 -8px 16px rgba(100, 76, 151, 0.13),
            0 10px 18px rgba(107, 82, 157, 0.16),
            0 3px 7px rgba(73, 55, 111, 0.10);
    }
    .abundance-grade-table tfoot th,
    .abundance-grade-table tfoot td {
        height: 45px;
        background: rgba(0, 87, 72, 0.06);
        color: #1c4c3d;
        font-weight: 700;
        line-height: 1.4;
    }
    .abundance-table-legend {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        margin-top: 12px;
    }
    .abundance-table-legend span {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        min-height: 28px;
        padding: 0 12px;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.8);
        color: #466157;
        font-size: 12px;
        font-weight: 600;
    }
    .abundance-table-legend span::before {
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 3px;
    }
    .abundance-table-legend .ce-free::before {
        background: linear-gradient(180deg, #dfeec9, #d2e8b8);
    }
    .abundance-table-legend .ce-rich::before {
        background: linear-gradient(180deg, #d8cfec, #cbc1e5);
    }

    /* Featured products matrix visual refinements */
    .featured-products-page .sitemap-line-btn {display: none;}

    .featured-products-page #featureFree .featured-block-visual {
        background:
            radial-gradient(circle at 18% 16%, rgba(35, 209, 139, 0.22), transparent 30%),
            radial-gradient(circle at 88% 18%, rgba(71, 151, 255, 0.14), transparent 32%),
            linear-gradient(145deg, rgba(255, 255, 255, 0.92) 0%, rgba(232, 247, 240, 0.94) 100%);
        border: 1px solid rgba(0, 87, 72, 0.08);
        box-shadow: 0 26px 70px rgba(6, 81, 58, 0.12);
        padding: 15px;
    }
    .featured-products-page #featureFree .featured-block-visual::before {
        content: "";
        position: absolute;
        inset: 18px;
        border-radius: 24px;
        background-image:
            linear-gradient(90deg, rgba(0, 87, 72, 0.045) 1px, transparent 1px),
            linear-gradient(180deg, rgba(0, 87, 72, 0.045) 1px, transparent 1px);
        background-size: 78px 78px;
        mask-image: linear-gradient(135deg, rgba(0,0,0,0.7), transparent 72%);
        pointer-events: none;
    }
    .featured-products-page #featureFree .featured-block-visual > * {
        position: relative;
        z-index: 1;
    }
    .featured-products-page #featureFree .feature-panel-title {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 22px;
        padding: 10px 18px;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.76);
        box-shadow: 0 12px 30px rgba(0, 87, 72, 0.08);
        color: #0b6f50;
    }
    .featured-products-page #featureFree .feature-panel-title::before {
        content: "";
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #18b56f;
        box-shadow: 0 0 0 7px rgba(24, 181, 111, 0.13);
    }
    .featured-products-page #featureFree .feature-grid-board {
        min-height: 535px;
        padding: 20px 18px 16px;
        border-radius: 26px;
        background: rgba(255, 255, 255, 0.48);
        grid-template-columns: 58px repeat(4, minmax(0, 1fr));
        gap: 9px 12px;
        backdrop-filter: blur(8px);
    }
    .featured-products-page #featureFree .feature-grid-board .row-labels,
    .featured-products-page #featureFree .feature-grid-board .matrix {
        gap: 9px 12px;
    }
    .featured-products-page #featureFree .feature-grid-board .feature-y-axis,
    .featured-products-page #featureFree .feature-grid-board .axis-note {
        color: rgba(15, 78, 58, 0.72);
        font-size: 11px;
        letter-spacing: 0.04em;
    }
    .featured-products-page #featureFree .feature-grid-board .row-labels span,
    .featured-products-page #featureFree .feature-grid-board .axis-bottom span {
        min-height: 33px;
        background: transparent;
        color: rgba(18, 77, 58, 0.66);
        font-size: 12px;
        font-weight: 600;
    }
    .featured-products-page #featureFree .feature-grid-board .row-labels span::before {
        content: "";
        width: 5px;
        height: 5px;
        margin-right: 7px;
        border-radius: 50%;
        background: rgba(24, 181, 111, 0.36);
    }
    .featured-products-page #featureFree .feature-pill:not(.is-empty) {
        min-height: 36px;
        border-radius: 999px;
        background:radial-gradient(circle at 28% 20%, transparent 30%), linear-gradient(135deg, #2ed887 0%, #12a965 100%);
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.66),
            inset 0 -11px 18px rgba(0, 132, 78, 0.12),
            0 14px 24px rgba(18, 169, 101, 0.20);
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 0.02em;
        transition: transform 0.28s ease, box-shadow 0.28s ease, filter 0.28s ease;
    }
    .featured-products-page #featureFree .feature-pill:not(.is-empty):hover {
        transform: translateY(-4px) scale(1.035);
        filter: saturate(1.06);
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.64),
            inset 0 -11px 18px rgba(0, 132, 78, 0.10),
            0 18px 30px rgba(18, 169, 101, 0.26);
    }
    .featured-products-page #featureFree .feature-pill.is-empty {
        min-height: 36px;
        border-radius: 999px;
        background: radial-gradient(circle, rgba(14, 126, 82, 0.18) 0 2px, transparent 3px);
        opacity: 0.58;
    }
    .featured-products-page #featureFree .feature-grid-board .axis-bottom {
        gap: 12px;
        padding-top: 4px;
    }
    .featured-products-page #featureFree .feature-grid-board .axis-bottom span {
        min-height: 26px;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.64);
        box-shadow: inset 0 0 0 1px rgba(0, 87, 72, 0.06);
    }
    .featured-products-page #featureAbundance .featured-block-visual {
        background:
            radial-gradient(circle at 16% 18%, rgba(219, 238, 190, 0.50), transparent 32%),
            radial-gradient(circle at 88% 16%, rgba(211, 199, 240, 0.44), transparent 34%),
            linear-gradient(145deg, rgba(255, 255, 255, 0.94) 0%, rgba(243, 248, 245, 0.96) 100%);
        border: 1px solid rgba(0, 87, 72, 0.08);
        box-shadow: 0 26px 70px rgba(74, 81, 58, 0.10);
    }
    .featured-products-page #featureAbundance .featured-block-visual::before {
        content: "";
        position: absolute;
        inset: 18px;
        border-radius: 24px;
        background-image:
            radial-gradient(circle, rgba(0, 87, 72, 0.08) 0 1px, transparent 2px),
            linear-gradient(135deg, rgba(255, 255, 255, 0.26), transparent 48%);
        background-size: 24px 24px, 100% 100%;
        mask-image: linear-gradient(135deg, rgba(0,0,0,0.72), transparent 74%);
        pointer-events: none;
    }
    .featured-products-page #featureAbundance .feature-abundance,
    .featured-products-page #featureAbundance .abundance-table-panel,
    .featured-products-page #featureAbundance .abundance-table-shell,
    .featured-products-page #featureAbundance .abundance-table-legend {
        position: relative;
        z-index: 1;
    }
    .featured-products-page #featureAbundance .abundance-table-panel {
        padding: 0;
        border-radius: 28px;
        background: rgba(255, 255, 255, 0.46);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.74);
        backdrop-filter: blur(8px);
    }
    .featured-products-page #featureAbundance .abundance-table-panel::before {
        display: inline-flex;
        align-items: center;
        width: fit-content;
        margin-bottom: 18px;
        padding: 10px 18px;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.78);
        color: #355c4f;
        font-size: 15px;
        font-weight: 600;
        box-shadow: 0 12px 30px rgba(0, 87, 72, 0.07);
    }
    .featured-products-page #featureAbundance .abundance-table-shell {
        margin-top: 0;
        overflow: visible;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }
    .featured-products-page #featureAbundance .abundance-grade-table {
        border-spacing: 10px 9px;
    }
    .featured-products-page #featureAbundance .abundance-grade-table th,
    .featured-products-page #featureAbundance .abundance-grade-table td {
        border-radius: 999px;
    }
    .featured-products-page #featureAbundance .abundance-grade-table thead th {
        height: 34px;
        background: transparent;
        color: rgba(24, 76, 61, 0.72);
        font-size: 12px;
        letter-spacing: 0.03em;
    }
    .featured-products-page #featureAbundance .abundance-grade-table .grade-side,
    .featured-products-page #featureAbundance .abundance-grade-table .grade-row-label,
    .featured-products-page #featureAbundance .abundance-grade-table tfoot th,
    .featured-products-page #featureAbundance .abundance-grade-table tfoot td {
        background: rgba(255, 255, 255, 0.62);
        color: rgba(28, 76, 61, 0.74);
        box-shadow: inset 0 0 0 1px rgba(0, 87, 72, 0.06);
    }
    .featured-products-page #featureAbundance .abundance-grade-table .grade-row-label {
        background: transparent;
        box-shadow: none;
        color: rgba(49, 88, 75, 0.72);
    }
    .featured-products-page #featureAbundance .abundance-grade-table .grade-row-label::before {
        content: "";
        display: inline-block;
        width: 5px;
        height: 5px;
        margin-right: 7px;
        border-radius: 50%;
        background: rgba(92, 142, 67, 0.34);
        vertical-align: middle;
    }
    .featured-products-page #featureAbundance .abundance-grade-table td.is-ce-free,
    .featured-products-page #featureAbundance .abundance-grade-table td.is-ce-rich {
        min-height: 34px;
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 0.02em;
        transition: transform 0.28s ease, box-shadow 0.28s ease, filter 0.28s ease;
    }
    .featured-products-page #featureAbundance .abundance-grade-table td.is-ce-free:hover,
    .featured-products-page #featureAbundance .abundance-grade-table td.is-ce-rich:hover {
        transform: translateY(-4px) scale(1.035);
    }
    .featured-products-page #featureAbundance .abundance-grade-table td.is-empty {
        background: radial-gradient(circle, rgba(93, 120, 88, 0.16) 0 2px, transparent 3px);
        opacity: 0.56;
    }
    .featured-products-page #featureAbundance .abundance-table-legend {
        justify-content: center;
        gap: 12px;
        margin-top: 16px;
    }
    .featured-products-page #featureAbundance .abundance-table-legend span {
        min-height: 32px;
        padding: 0 15px;
        background: rgba(255, 255, 255, 0.72);
        box-shadow: inset 0 0 0 1px rgba(0, 87, 72, 0.05);
    }

    @media (max-width: 767px) {
        .featured-products-page #featureFree .feature-grid-board {
            padding: 14px 10px;
            grid-template-columns: 46px repeat(4, minmax(58px, 1fr));
            gap: 7px;
            overflow-x: auto;
        }
        .featured-products-page #featureFree .feature-pill:not(.is-empty),
        .featured-products-page #featureFree .feature-pill.is-empty {
            min-height: 32px;
        }
        .featured-products-page #featureAbundance .abundance-table-shell {
            overflow-x: auto;
        }
        .featured-products-page #featureAbundance .abundance-grade-table {
            min-width: 620px;
            border-spacing: 7px;
        }
    }

    .abundance-hex-wrap {
        display: grid;
        grid-template-columns: repeat(4, 54px);
        gap: 8px;
        justify-content: center;
        margin-top: 14px;
    }
    .abundance-hex-wrap .featured-hex:nth-child(2),
    .abundance-hex-wrap .featured-hex:nth-child(7) {
        margin-top: 30px;
    }
    .abundance-legend {
        display: flex;
        justify-content: center;
        gap: 18px;
        margin-top: 16px;
        font-size: 12px;
        color: #566a62;
    }
    .abundance-legend span::before {
        content: "";
        display: inline-block;
        width: 10px;
        height: 10px;
        margin-right: 6px;
        border-radius: 2px;
        vertical-align: middle;
    }
    .abundance-legend .ce::before { background: #ffbe17; }
    .abundance-legend .nd::before { background: #1aa7df; }
    .heatmap-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
        margin-top: 10px;
    }
    .heatmap-cell {
        aspect-ratio: 1 / 0.88;
        border-radius: 16px;
        background:
            radial-gradient(circle at 22% 30%, rgba(255, 70, 70, 0.8), transparent 22%),
            radial-gradient(circle at 68% 44%, rgba(255, 230, 0, 0.76), transparent 24%),
            radial-gradient(circle at 74% 72%, rgba(0, 108, 255, 0.72), transparent 26%),
            radial-gradient(circle at 34% 74%, rgba(0, 225, 255, 0.72), transparent 24%),
            linear-gradient(135deg, #0e3275, #16ace4 45%, #42e8b4 70%, #fef673 88%, #fc4c49 100%);
        animation: featuredScan 6s linear infinite;
        background-size: 140% 140%;
    }
    .feature-ring-stage {
        display: grid;
        grid-template-columns: 1.05fr 0.95fr;
        gap: 18px;
        align-items: stretch;
        height: 100%;
    }
    .ring-orbit-panel,
    .ring-spec-panel {
        border-radius: 24px;
        background: rgba(255, 255, 255, 0.54);
        border: 1px solid rgba(0, 87, 72, 0.05);
        padding: 18px;
        position: relative;
        overflow: hidden;
    }
    .ring-orbit {
        position: relative;
        width: 220px;
        height: 220px;
        margin: 18px auto 0;
    }
    .ring-orbit .ring-main,
    .ring-orbit .ring-sub {
        position: absolute;
        border-radius: 50%;
        inset: 0;
        border: 18px solid rgba(17, 151, 104, 0.22);
    }
    .ring-orbit .ring-main::before,
    .ring-orbit .ring-main::after,
    .ring-orbit .ring-sub::before,
    .ring-orbit .ring-sub::after {
        content: "";
        position: absolute;
        border-radius: 50%;
        background: #0b73d8;
    }
    .ring-orbit .ring-main::before { width: 18px; height: 18px; top: 16px; left: calc(50% - 9px); }
    .ring-orbit .ring-main::after { width: 18px; height: 18px; bottom: 16px; left: calc(50% - 9px); background: #ef4b4b; }
    .ring-orbit .ring-sub {
        inset: 42px;
        border-width: 12px;
        border-color: rgba(0, 87, 72, 0.14);
        animation: featuredRotate 10s linear infinite;
    }
    .ring-orbit .ring-sub::before { width: 14px; height: 14px; top: 10px; left: calc(50% - 7px); }
    .ring-orbit .ring-sub::after { width: 14px; height: 14px; bottom: 10px; left: calc(50% - 7px); background: #ff9c2f; }
    .ring-tags {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        margin-top: 18px;
    }
    .ring-tags span,
    .ring-matrix span {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 38px;
        border-radius: 14px;
        background: rgba(0, 87, 72, 0.08);
        color: #24443a;
        font-size: 12px;
        line-height: 1.4;
        text-align: center;
        padding: 6px 8px;
    }
    .ring-matrix {
        display: grid;
        gap: 10px;
        margin-top: 12px;
    }
    .ring-matrix .ring-line {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }
    .feature-lamination-stage {
        display: grid;
        grid-template-columns: 1.05fr 0.95fr;
        gap: 18px;
        align-items: center;
        height: 100%;
    }
    .lamination-stack,
    .lamination-heat {
        border-radius: 24px;
        background: rgba(255, 255, 255, 0.58);
        border: 1px solid rgba(0, 87, 72, 0.05);
        padding: 22px;
        height: 100%;
    }
    .stack-cards {
        display: grid;
        gap: 14px;
        margin-top: 16px;
    }
    .stack-layer {
        height: 42px;
        border-radius: 12px;
        background: linear-gradient(180deg, #595f66 0%, #2f353a 100%);
        box-shadow: 0 16px 22px rgba(25, 29, 32, 0.12);
        position: relative;
        overflow: hidden;
    }
    .stack-layer::after {
        content: "";
        position: absolute;
        inset: 0;
        background: repeating-linear-gradient(90deg, rgba(255,255,255,0.06) 0, rgba(255,255,255,0.06) 18px, transparent 18px, transparent 26px);
    }
    .stack-layer:nth-child(2) { width: 88%; }
    .stack-layer:nth-child(3) { width: 76%; }
    .stack-layer:nth-child(4) { width: 64%; }
    .lamination-arrow-box {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
        align-items: end;
        margin-top: 18px;
    }
    .arrow-bar {
        position: relative;
        height: 170px;
        border-radius: 18px;
        background: linear-gradient(180deg, rgba(255, 217, 60, 0.9), rgba(255, 199, 0, 0.72));
        overflow: hidden;
    }
    .arrow-bar::before {
        content: "";
        position: absolute;
        inset: 0;
        background: repeating-linear-gradient(180deg, rgba(41, 68, 138, 0.7) 0, rgba(41, 68, 138, 0.7) 4px, transparent 4px, transparent 22px);
        animation: featuredRise 5.2s linear infinite;
    }
    .arrow-caption {
        margin-top: 10px;
        text-align: center;
        font-size: 13px;
        color: #445a52;
    }
    .feature-panel-title {
        font-size: 16px;
        color: #1b4639;
        font-weight: 600;
        text-transform: uppercase;
        /* font-family: "Pretendard", "source-han-sans-simplified-c", "Noto Sans SC", "Microsoft YaHei", "sans-serif"; */
        padding-bottom: 20px;
    }
    .feature-panel-note {
        margin-top: 8px;
        font-size: 12px;
        line-height: 1.8;
        color: #62756d;
    }
    .table-tip {
        margin: 14px 0px 10px 15px; 
        color: #666; 
        font-size: 15px; 
        line-height: 1.8;
    }


    @keyframes featuredPulse {
        0%, 100% { transform: scale(1); opacity: 0.45; }
        50% { transform: scale(1.08); opacity: 0.68; }
    }
    @keyframes featuredSweep {
        0%, 100% { filter: saturate(1); }
        50% { filter: saturate(1.2); }
    }
    @keyframes featuredFloat {
        0%, 100% { transform: translateY(0); }
        50% { transform: translateY(-4px); }
    }
    @keyframes featuredScan {
        0% { background-position: 0% 50%; }
        100% { background-position: 100% 50%; }
    }
    @keyframes featuredRotate {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
    }
    @keyframes featuredRise {
        0% { transform: translateY(0); }
        100% { transform: translateY(-18px); }
    }

@media (max-width: 900px) {

    .ndfeb-page .ndfeb-title-jump ul {
        width: calc(100% - 32px);
    }

    .ndfeb-page .ndfeb-title-jump ul li a {
        height: 64px;
        line-height: 64px;
        font-size: 15px;
    }

    .ndfeb-page .ndfeb-title-jump ul li span {
        padding-left: 16px;
    }

    .ndfeb-page .ndfeb-title-jump ul li span::before {
        width: 8px;
        height: 8px;
    }

    .ndfeb-page .ndfeb-title-jump.is-stuck {
        padding-top: 10px;
    }

    .ndfeb-page .ndfeb-title-jump.is-stuck ul li a {
        height: 56px;
        line-height: 56px;
        font-size: 14px;
    }

    .ndfeb-page .ndfeb-title-jump.is-stuck ul li span {
        padding-left: 14px;
    }

    .ndfeb-page .ndfeb-title-jump.is-stuck ul li span::before {
        width: 7px;
        height: 7px;
    }

    .smco-page .title-jump ul {
        width: calc(100% - 32px);
    }

    .smco-page .breadcrumb.title-jump ul li a {
        height: 64px;
        line-height: 64px;
        font-size: 15px;
    }

    .smco-page .breadcrumb.title-jump ul li span {
        padding-left: 16px;
    }

    .smco-page .breadcrumb.title-jump ul li span::before {
        width: 8px;
        height: 8px;
    }

    .smco-page .title-jump.is-stuck {
        padding-top: 10px;
    }

    .smco-page .title-jump.is-stuck.breadcrumb ul li a,
    .smco-page .title-jump.is-stuck ul li a {
        height: 56px;
        line-height: 56px;
        font-size: 14px;
    }

    .smco-page .title-jump.is-stuck.breadcrumb ul li span,
    .smco-page .title-jump.is-stuck ul li span {
        padding-left: 14px;
    }

    .smco-page .title-jump.is-stuck.breadcrumb ul li span::before,
    .smco-page .title-jump.is-stuck ul li span::before {
        width: 7px;
        height: 7px;
    }
}

@keyframes effect_zoom {
    50% {
      transform: scale(1.2, 1.2);
    }
    99% {
      transform: scale(0.01, 0.01);
    }
    100% {
      transform: scale(0.01, 0.01);
    }
}  

/* 公司动态聚合页（lists_article_main.htm） */
.article-main-page .article-main {
    width: 100%;
    overflow: hidden;
    background: #fff;
}

.article-main-page .article-main-container {
    position: relative;
    z-index: 2;
    width: min(1560px, calc(100% - 80px));
    height: 100%;
    margin: 0 auto;
    padding-top: 90px;
    box-sizing: border-box;
}

.article-main-page .article-main-hero {
    position: relative;
    height: 600px;
    box-sizing: border-box;
    color: #fff;
    background: url("../picture/main_quality.jpg") center center / cover no-repeat;
    padding-bottom: 50px;
}

.article-main-page .article-main-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.65);
    pointer-events: none;
}

.article-main-page .article-main-hero-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 58px;
    text-align: center;
}

.article-main-page .article-main-hero-heading img {
    display: block;
    width: 172px;
    height: auto;
    margin: 0 auto 14px;
}

.article-main-page .article-main-hero-heading h1 {
    margin: 0;
    color: #fff;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.08em;
}

.article-main-page .article-main-news-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 70px;
    margin-top: 60px;
}

.article-main-page .article-main-news-item {
    display: flex;
    min-width: 0;
    flex-direction: column;
    color: #fff;
    padding-bottom: 34px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.62);
}

.article-main-page .article-main-news-item time {
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    letter-spacing: 0.04em;
}

.article-main-page .article-main-news-item h2 {
    display: -webkit-box;
    min-height: 64px;
    margin: 0 0 14px;
    overflow: hidden;
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.35;
    letter-spacing: 0.01em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.article-main-page .article-main-news-item span {
    width: fit-content;
    padding-bottom: 4px;
    border-bottom: 1px solid transparent;
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    line-height: 1.4;
    transition: border-color 0.3s ease, color 0.3s ease;
}

.article-main-page .article-main-news-item:hover span {
    border-color: #fff;
    color: #fff;
}

.article-main-page .article-main-all-news {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0 auto;
    padding-top: 44px;
    color: #fff;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.4;
    white-space: nowrap;
}

.article-main-page .article-main-all-news::before,
.article-main-page .article-main-all-news::after {
    content: none;
}

.article-main-page .article-main-news-item:hover {
    border-bottom-color: #fff;
}

.company-news-detail .article-layout {
    display: flex;
    flex-direction: column;
    gap: 48px;
}
.company-news-detail .article-content { width: 100%; }
.company-news-detail .article-share { position: static; }
.company-news-detail .article-footer-nav {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
}
.company-news-detail .article-footer-nav > * {
    min-width: 0;
    box-sizing: border-box;
    padding-right: 20px;
    align-items: flex-start;
}
.company-news-detail .article-footer-nav .nav-text { overflow-wrap: anywhere; }
.company-news-detail .article-footer-nav > :nth-child(2) {
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;

}
.company-news-detail .article-footer-nav .article-footer-back {
    justify-content: flex-end;
    padding-right: 0;
    text-align: right;
}
.company-news-detail .company-news-detail-heading { margin-bottom: 34px; }
.company-news-detail .company-news-detail-heading h2 {
    margin: 0 0 8px;
    color: #161616;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.5;
}
.company-news-detail .company-news-detail-heading time {
    display: block;
    color: #767676;
    font-size: 16px;
    line-height: 1.5;
    padding-top: 10px;
}
@media (max-width: 767px) {
    .company-news-detail .company-news-detail-heading h2 { font-size: 24px; }
    .company-news-detail .article-layout { gap: 32px; }
}
.expo-page.company-news-page .expo-banner {
    background-image: linear-gradient(rgba(0,0,0,.16), rgba(0,0,0,.16)), url('/static/picture/vision12.jpg');
    background-position: center;
}
.expo-page .expo-container { position: relative; width: 85%; margin: 0 auto; }
.expo-page .expo-section { padding: 48px 0; }
.expo-page .expo-upcoming { background: #fff; }
.expo-page .expo-past { background: #f3f3f3; }
.expo-page .expo-section h2 { margin: 0 0 30px; padding-left: 208px; color: #3f8a3e; font-size: 26px; font-weight: 400; }
.expo-page .expo-year { display: flex; align-items: center; flex-wrap: wrap; gap: 18px 26px; margin: 32px 0 12px; padding-left: 208px; color: #555; font-size: 18px; font-weight: 400; }
.expo-page .expo-year span { color: #005748; }
.expo-page .expo-year-pill {
    box-sizing: border-box;
    min-width: 88px;
    padding: 5px 23px;
    border: 1px solid #9db8a7;
    border-radius: 999px;
    background: #dce7e0;
    font-size: 17px;
    line-height: 1.4;
    text-align: center;
}
.expo-page .expo-event-item { display: grid; grid-template-columns: 180px minmax(0, 1fr); gap: 28px; align-items: center; padding: 28px 0; border-bottom: 1px solid #dedede; }
.expo-page .expo-event-thumb { display: block; overflow: hidden; border-radius: 14px; background: #e8e8e8; aspect-ratio: 1.55 / 1; }
.expo-page .expo-event-thumb img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.expo-page .expo-event-content { display: block; min-width: 0; }
.expo-page .expo-event-item:hover .expo-event-thumb img { transform: scale(1.06); }
.expo-page .expo-past .expo-event-item { border-bottom: 1px solid #dfdfdf; }
.expo-page .expo-upcoming .expo-event-item:last-child,
.expo-page .expo-past .expo-year-group:last-of-type .expo-event-item:last-child { border-bottom: none; }
.expo-page .expo-event-item h3 { margin: 0 0 8px; color: #3f8a3e; font-size: 20px; font-style: italic; font-weight: 400; line-height: 1.4; transition: color .3s ease; }
.expo-page .expo-event-item:hover h3 { color: #005748; }
.expo-page .expo-event-detail { display: flex; align-items: center; gap: 9px; color: #626262; font-size: 16px; line-height: 1.6; margin-bottom: 5px;}
.expo-page .expo-event-detail i { flex: 0 0 20px; color: #005748; font-size: 20px; text-align: center; }
.expo-page .expo-event-detail span { min-width: 0; overflow-wrap: anywhere; }
.expo-page .expo-empty { margin: 0; color: #626262; font-size: 16px; }
.expo-detail .expo-detail-heading h2 {
    margin: 0 0 26px;
    color: #161616;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.4;
}
.expo-detail .expo-detail-status {
    margin: 0 0 25px;
    color: #333;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
}
.expo-detail .expo-detail-content { margin-top: 32px; margin-bottom: 15px;}
.expo-detail .news-article-main { padding-bottom: 60px; }
@media (max-width: 767px) {
    .expo-detail .expo-detail-status { font-size: 20px; }
    .expo-detail .expo-detail-heading h2 { font-size: 24px; }
}
.expo-page .expo-all-events,
.company-news-page .company-news-other-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 28px;
    padding: 11px 24px;
    border: 1px solid #005748;
    border-radius: 999px;
    color: #005748;
    font-size: 16px;
    line-height: 1.5;
    transition: color .3s ease, background-color .3s ease;
}
.expo-page .expo-all-events--archive { margin-left: 208px; }
.expo-page .expo-company-news-action { position: absolute; top: 0; right: 0; }
.company-news-page .company-news-other-action {
    position: absolute;
    top: 50%;
    right: 0;
    display: flex;
    justify-content: flex-end;
    margin: 0;
    transform: translateY(-50%);
}
.expo-page .expo-company-news-action .cross-category-button,
.company-news-page .company-news-other-action .cross-category-button {
    width: 220px;
    height: 50px;
    box-sizing: border-box;
    justify-content: flex-start;
    gap: 10px;
    margin-top: 0;
    padding: 0 20px 0 30px;
    border: 1px solid #005748;
    border-radius: 30px;
    background: transparent;
    color: #005748;
    font-weight: 600;
    box-shadow: none;
    transition: color .3s ease, border-color .3s ease, box-shadow .3s ease, transform .2s ease;
}
.cross-category-button-icon {
    width: 25px;
    height: 25px;
    flex: 0 0 25px;
    fill: #005748;
    transition: transform 1.5s ease;
}
.expo-page .expo-all-events:hover,
.company-news-page .company-news-other-link:hover { background: #005748; color: #fff; }
.expo-page .expo-company-news-action .cross-category-button:hover,
.company-news-page .company-news-other-action .cross-category-button:hover {
    border-color: #003f35;
    background: transparent;
    color: #003f35;
    box-shadow: 0 8px 20px rgba(0, 87, 72, .12);
}
.cross-category-button:hover .cross-category-button-icon { fill: #003f35; transform: rotate(250deg); }
.cross-category-button:active { transform: scale(.97); border-radius: 50px; }
@media (max-width: 767px) {
    .expo-page .expo-container { width: calc(100% - 40px); }
    .expo-page .expo-section { padding: 32px 0; }
    .expo-page .expo-section h2,
    .expo-page .expo-year { padding-left: 136px; }
    .expo-page .expo-event-item { grid-template-columns: 120px minmax(0, 1fr); gap: 16px; }
    .expo-page .expo-event-item h3 { font-size: 20px; }
    .expo-page .expo-event-detail { font-size: 14px; }
    .expo-page .expo-all-events--archive { margin-left: 136px; }
    .expo-page .expo-company-news-action { position: static; display: flex; justify-content: flex-end; margin: 0 0 24px; }
    .company-news-page .company-news-other-action { position: static; flex-basis: 100%; margin: 0; transform: none; }
    .expo-page .expo-company-news-action .cross-category-button,
    .company-news-page .company-news-other-action .cross-category-button { width: 220px; }
}
.company-news-page .company-news-banner {
    display: flex;
    align-items: center;
    height: 600px;
    box-sizing: border-box;
    padding: 40px 0;
    background: linear-gradient(rgba(0,0,0,.16), rgba(0,0,0,.16)), url('/static/picture/banner02.jpg?v=2026090901') center 60% / cover no-repeat;
    text-align: left;
}
.company-news-detail:not(.expo-detail) .company-news-page .company-news-banner {
    background-image: linear-gradient(rgba(34, 37, 36, .30), rgba(34, 37, 36, .30)), url('/static/picture/banner02.jpg?v=2026090901');
}
.company-news-page .company-news-banner h1 {
    width: 85%;
    margin: 0 auto;
    color: #fff;
    font-size: 46px;
    font-weight: 400;
    line-height: 1.4;
}
.expo-page.company-news-page .expo-banner-copy {
    position: relative;
    z-index: 1;
    width: 85%;
    margin: 0 auto;
}
.expo-page.company-news-page .expo-banner-copy h1 {
    width: auto;
    margin: 0 0 20px;
    font-size: 30px;
    line-height: 1.6;
}
.expo-page.company-news-page .expo-banner-copy p {
    margin: 0;
    color: #fff;
    font-size: 46px;
    font-weight: 400;
    line-height: 1.3;
}
.company-news-page .company-news-content {
    width: min(1560px, calc(100% - 80px));
    margin: 0 auto;
    padding: 30px 0 80px;
}
.company-news-page .company-news-year {
    margin: 0 0 28px;
    font-size: 20px;
    font-weight: 400;
    color: #444;
}
.company-news-page .company-news-year span { font-style: italic; }
.company-news-page .company-news-year-filter {
    background: #f3f4f3;
    margin: 0;
}
.company-news-page .company-news-year-filter-inner {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px 26px;
    width: min(1560px, calc(100% - 80px));
    box-sizing: border-box;
    padding: 30px 246px 30px 0;
    margin: 0 auto;
}
.company-news-page .company-news-year-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #005748;
    font-size: 17px;
}
.company-news-page .company-news-year-label i { color: #005748; font-size: 23px; }
.company-news-page .company-news-year-options { display: flex; flex-wrap: wrap; gap: 12px; }
.company-news-page .company-news-year-button {
    min-width: 88px;
    padding: 9px 23px;
    border: 1px solid #cbd9d2;
    border-radius: 999px;
    background: #e9efeb;
    color: #356450;
    font: inherit;
    font-size: 17px;
    line-height: 1.4;
    cursor: pointer;
    transition: background-color .2s, color .2s, border-color .2s;
}
.company-news-page .company-news-year-button:hover { background: #dce7e0; }
.company-news-page .company-news-year-button.is-active { background: #dce7e0; border-color: #9db8a7; color: #005748; }
.company-news-page .company-news-year-button:focus-visible { outline: 2px solid #005748; outline-offset: 3px; }
.company-news-page .company-news-year-group[hidden] { display: none; }
.company-news-page .company-news-year-group .article-more-item:last-child { border-bottom: 0; }
.company-news-page .company-news-entry {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    column-gap: 32px;
    margin: 0 0 60px;
}
.company-news-page .company-news-entry > time,
.company-news-page .company-news-entry > h3 { grid-column: 1; }
.company-news-page .company-news-entry + .company-news-entry {
    border-top: 1px solid #dedede;
    padding-top: 30px;
    margin-top: -30px;
}
.company-news-page .company-news-entry time {
    display: block;
    margin-bottom: 8px;
    color: #3f8a3e;
    font-size: 16px;
    line-height: 1.5;
}
.company-news-page .company-news-entry h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
}
.company-news-page .company-news-entry a { color: #222; }
.company-news-page .company-news-entry a:hover { color: #005748; }
.company-news-page .company-news-entry .company-news-read-more {
    grid-column: 2;
    grid-row: 1 / 3;
    align-self: center;
    justify-self: end;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #175748;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    transition: transform .3s ease, background-color .3s ease;
}
.company-news-page .company-news-entry:hover .company-news-read-more,
.company-news-page .company-news-entry:focus-within .company-news-read-more {
    color: #fff;
    transform: translateX(4px);
    background: #083c30;
}
@media (prefers-reduced-motion: reduce) {
    .company-news-page .article-more-item .article-more-icon,
    .company-news-page .article-more-item .article-more-thumb img {
        transition: none;
        transform: none;
    }
}
.company-news-page .company-news-pagination { display: flex; flex-wrap: wrap; gap: 12px; list-style: none; }
.company-news-page .company-news-pagination a { color: #005748; }
@media (max-width: 767px) {
    .company-news-page .company-news-banner h1 { font-size: 46px; }
    .company-news-page .company-news-content { width: calc(100% - 40px); padding: 24px 0 45px; }
    .company-news-page .company-news-year { font-size: 18px; }
    .company-news-page .company-news-entry { margin-bottom: 38px; column-gap: 16px; }
    .company-news-page .company-news-entry + .company-news-entry { padding-top: 19px; margin-top: -19px; }
    .company-news-page .company-news-year-filter-inner { width: calc(100% - 40px); padding-right: 0; }
    .company-news-page .company-news-entry h3 { font-size: 18px; }
    .company-news-page .company-news-entry time { font-size: 14px; }
}

.article-main-page .article-main-events {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: 535px;
}

.article-main-page .article-main-event-panel {
    display: flex;
    min-width: 0;
    padding: 70px 7vw 82px;
}

.article-main-page .article-main-event-panel--upcoming {
    background: #fff;
}

.article-main-page .article-main-event-panel--past {
    background: #f3f3f3;
}

.article-main-page .article-main-event-inner {
    display: flex;
    flex-direction: column;
    width: min(650px, 100%);
    margin: 0 auto;
}

.article-main-page .article-main-event-inner > h2 {
    margin: 0 0 34px;
    color: #257638;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.25;
}

.article-main-page .article-main-event-item {
    display: block;
    color: #333;
}

.article-main-page .article-main-event-item + .article-main-event-item {
    margin-top: 27px;
    padding-top: 27px;
    border-top: 1px solid #d7d7d7;
}

.article-main-page .article-main-event-item h3 {
    margin: 0 0 7px;
    color: #3f8a3e;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.35;
    transition: color 0.3s ease;
}

.article-main-page .article-main-event-item time {
    display: block;
    margin-bottom: 7px;
    color: #858585;
    font-size: 15px;
    line-height: 1.45;
    letter-spacing: 0.04em;
}

.article-main-page .article-main-event-item p {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    color: #3f3f3f;
    font-size: 16px;
    line-height: 1.65;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.article-main-page .article-main-event-item:hover h3 {
    color: #005748;
}

.article-main-page .article-main-event-all {
    display: inline-block;
    align-self: flex-start;
    margin-top: auto;
    padding: 58px 0 5px;
    color: #005748;
    font-size: 16px;
    line-height: 1.5;
    border-bottom: 1px solid currentColor;
}

.article-main-page .article-main-event-detail {
    display: flex;
    align-items: baseline;
    gap: 9px;
    margin-top: 5px;
    color: #727272;
    font-size: 16px;
    line-height: 1.6;
}

.article-main-page .article-main-event-detail i {
    flex: 0 0 20px;
    color: #005748;
    font-size: 20px;
    text-align: center;
}

.article-main-page .article-main-event-detail span {
    min-width: 0;
    overflow-wrap: anywhere;
}


.article-main-page .article-main-event-all:hover {
    color: #3f8a3e;
}

@media (max-width: 1200px) {
    .article-main-page .article-main-container {
        width: min(1040px, calc(100% - 56px));
    }

    .article-main-page .article-main-news-grid {
        gap: 44px;
    }

    .article-main-page .article-main-event-panel {
        padding-right: 5vw;
        padding-left: 5vw;
    }
}

@media (max-width: 767px) {
    .article-main-page .article-main-container {
        width: calc(100% - 40px);
    }

    .article-main-page .article-main-hero {
        height: auto;
        background-position: 54% center;
    }

    .article-main-page .article-main-hero-heading {
        padding-top: 48px;
    }

    .article-main-page .article-main-hero-heading img {
        width: 142px;
        margin-bottom: 12px;
    }

    .article-main-page .article-main-news-grid {
        grid-template-columns: 1fr;
        gap: 24px;
        margin-top: 34px;
    }

    .article-main-page .article-main-news-item + .article-main-news-item {
        padding-top: 23px;
        border-top: 1px solid rgba(255, 255, 255, 0.35);
    }

    .article-main-page .article-main-news-item time {
        margin-bottom: 6px;
        font-size: 14px;
    }

    .article-main-page .article-main-news-item h2 {
        min-height: 0;
        margin-bottom: 10px;
        font-size: 19px;
    }

    .article-main-page .article-main-news-item span {
        font-size: 14px;
    }

    .article-main-page .article-main-all-news {
        gap: 12px;
        margin-top: 30px;
        padding-bottom: 40px;
        font-size: 14px;
        letter-spacing: 0.1em;
    }

    .article-main-page .article-main-events {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .article-main-page .article-main-event-panel {
        padding: 48px 20px 52px;
    }

    .article-main-page .article-main-event-item h3 {
        font-size: 19px;
    }

    .article-main-page .article-main-event-item time {
        font-size: 14px;
    }

    .article-main-page .article-main-event-item p {
        font-size: 15px;
    }
}
