/* CSS Document */
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	cursor: pointer;
}
html, body, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	font-weight: 100;
}
p {
	margin: 0px;
	padding: 0px;
}
@font-face {
	font-family: "Noto Sans SC", "Source Han Sans CN", sans-serif;
	font-display: swap;
	src: url("../font/EFFRA_RG.eot"); /* IE9*/
	src: url("../font/EFFRA_RG.eot") format("embedded-opentype"), url("../font/EFFRA_RG.woff2") format("woff2"), url("../font/EFFRA_RG.woff") format("woff"), url("../font/EFFRA_RG.ttf") format("truetype");
}
body, button, input, select, textarea {
	font: 14px/1.5 "Noto Sans SC", "Source Han Sans CN", sans-serif;
	color: #333;
	word-wrap: break-word;
	word-break: keep-all;
}
img {
	border: 0px;
	vertical-align: middle;
	max-width: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table th, table td {
	border: 1px solid #ccc;
}
*, :after, :before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-repeat: no-repeat;
}
a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
	text-decoration: none;
	color: #333;
	outline: none;
	cursor: pointer;
}
a:hover {
	background-repeat: no-repeat;
	text-decoration: none;
}
a, input[type="button"], button, label, input[type="submit"], input[type="reset"] {
	cursor: pointer;
}
 [type="checkbox"], [type="radio"] {
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
}
input, textarea, select {
	outline: none;
}
input[type="text"], input[type="password"], input[type="button"], input[type="submit"], input[type="reset"], select, textarea {
	outline-style: none;
	-webkit-appearance: none;
	resize: none;
	border: none;
	-webkit-border-radius: 0;
	border-radius: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
 input:-webkit-autofill {
-webkit-box-shadow: 0 0 0px rgba(255, 255, 255, 0) inset !important;
}
blockquote, body, button, dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
a:active, a:hover {
	outline: 0
}
img {
	border: none
}
li {
	list-style: none
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
h4, h5, h6 {
	font-size: 100%
}
button, input, optgroup, option, select, textarea {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	outline: 0
}
pre {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word
}
body {
	line-height: 1.6;
	color: rgba(0, 0, 0, .85);
	font: 14px Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
	background-color: #eeeff3;
}
hr {
	line-height: 0;
	margin: 10px 0;
	padding: 0;
	border: none !important;
	border-bottom: 1px solid #eee !important;
	clear: both;
	background: 0 0
}
a {
	text-decoration: none
}
a:hover {
	color: #777
}
.iproduct {
	width: 100%;
	overflow: hidden;
	background: url(../img/u0.jpg) no-repeat;
	background-size: 100%;
}


.gabion-sidebar-nav {
	width: 25%;
	background-color: #ffffff;
	border-right: 1px solid #e0e6ed;
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
}
.gabion-nav-item {
	/* padding: 18px 24px; */
	border-bottom: 1px solid #e0e6ed;
	cursor: pointer;
	transition: all 0.3s ease;
	color: #4e5969;
}
.active{
	background-color:#275ba7;
}
.active a{color:#fff;}
.gabion-nav-item a {
	overflow: hidden;
	text-align: center;
	display: block;
	width: 100%;
}
.gabion-nav-item a:hover {
	background-color: #275ba7;
	color: #fff;
}
.gabion-content-wrapper {
	flex: 1;
	display: flex;
	flex-direction: column;
	min-width: 0;
}
.gabion-product-showcase {
	display: flex;
	flex: 1;
	padding: 0;
	gap: 40px;
	align-items: flex-start;
	/* min-height: 100vh; */
}
.gabion-product-image {
	flex: 1 1 calc(100% - 300px);
	min-width: 300px;
	border-radius: 0;
	overflow: hidden;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	margin-top: 0;
	height: 426px;
	overflow: hidden;
}
.gabion-product-image img {
	width: 100%;
	height: auto;
	display: block;
	transition: all 0.5s ease;
	height: 100%;
}
.gabion-product-details {
	flex: 0 0 350px;
	display: flex;
	flex-direction: column;
	gap: 24px;
	margin-top: 0;
}
.gabion-nav-controls {
	display: flex;
	gap: 16px;
	justify-content: flex-end;
	width: 100%;
}
.gabion-nav-btn {
	width: 60px;
	height: 35px;
	border-radius: 23px;
	background-color: #ffffff;
	border: 1px solid #ccc;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s ease;
}
.gabion-nav-btn:hover {
	background-color: #f0f4f9;
}
.gabion-product-title {
	font-size: 28px;
	font-weight: 700;
	color: #2a3342;
	line-height: 1.3;
	transition: all 0.5s ease;
}
.gabion-product-desc {
	color: #4e5969;
	transition: all 0.5s ease;
}
.gabion-more-btn {
	align-self: flex-start;
	padding: 7px 32px;
	background-color: #f7a01c;
	color: #ffffff;
	border: none;
	border-radius: 30px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	gap: 8px;
}
.gabion-more-btn a {
	color: #fff;
}
.gabion-more-btn:hover {
	background-color: #e68f16;
	transform: translateY(-2px);
}
.product-data-container {
	display: none;
}
/**************Widely used*********************/
.iwidely {
	overflow: hidden;
	background-color: #eeeff3;
}

.x7k9__tagline-block {
	text-align: left;
	margin-bottom: 24px;
	padding-left: 8px;
	margin-top: 50px;/* border-left: 8px solid #facc15; */
}
.x7k9__main-headline {
	font-size: 3.5rem;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.1;
	color: #275ba7;
	/* text-transform: uppercase; */
	word-break: break-word;
}
.x7k9__sub-headline {
	font-size: 1rem;
	font-weight: 400;
	color: #475569;
	margin-top: 15px;
	max-width: 70%;
	/* background: linear-gradient(90deg, #eab30820, transparent); */
	padding: 6px 16px 6px 0;
	border-radius: 0 100px 100px 0;
}
.x7k9__triple-billboard {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
	margin: 30px 0 50px 0;
}
.x7k9__ad-left,  .x7k9__ad-right {
	/* background-color: #1e1b2b; */
            /* border-radius: 28px; */
	min-height: 220px;
	display: flex;
	align-items: flex-end;
	padding: 0;
	/* box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.4); */
	transition: transform 0.2s ease, box-shadow 0.3s;
	/* border: 2px solid rgba(255,255,240,0.25); */
	position: relative;
	overflow: hidden;
}
.x7k9__ad-left:hover,  .x7k9__ad-right:hover {
	transform: scale(1.02);
	box-shadow: 0 30px 40px -8px #e8e2e2;
}
.x7k9__ad-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
.x7k9__ad-badge {
	position: relative;
	z-index: 2;
	background: rgba(0, 0, 0, 0.65);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	padding: 12px 22px;
	border-radius: 60px;
	color: white;
	font-weight: 600;
	font-size: clamp(18px, 5vw, 28px);
	border: 1.5px solid rgba(255, 215, 0, 0.7);
	box-shadow: 0 10px 20px -5px rgba(0,0,0,0.5);
	width: fit-content;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
	margin: 0 0 24px 24px;  /* Ã¥Â·Â¦Ã¤Â¸â€¹Ã¨Â§â€™Ã§â€¢â„¢Ã§â„¢Â½ */
}
.x7k9__ad-badge span {
	font-size: 0.7em;
	background: #facc15;
	color: #0f0f1e;
	padding: 4px 16px;
	border-radius: 40px;
	font-weight: 800;
	letter-spacing: 0.5px;
	white-space: nowrap;
}
.x7k9__carousel-zone {
	/* background: #0b1a24; */
            /* border-radius: 36px; */
	overflow: hidden;
	/* box-shadow: 0 20px 30px -5px rgba(0,0,0,0.7), inset 0 0 0 2px rgba(255,215,0,0.2); */
	min-height: 380px; /* Ã¥Â¢Å¾Ã©Â«ËœÃ¤Â¸â‚¬Ã§â€šÂ¹Ã¤Â»Â¥Ã©â‚¬â€šÃ¥Âºâ€Ã¦â€ºÂ´Ã¥Â¤Å¡Ã¥â€ â€¦Ã¥Â®Â¹ */
	display: flex;
	flex-direction: column;
	position: relative;
}
.x7k9__carousel-slides {
	flex: 1;
	display: flex;
	transition: transform 0.48s cubic-bezier(0.23, 1, 0.32, 1);
	height: 100%;
	min-height: 340px;
}
.x7k9__slide {
	flex: 0 0 100%;
	position: relative;
	display: flex;
	align-items: center;       /* Ã¥Å¾â€šÃ§â€ºÂ´Ã¥Â±â€¦Ã¤Â¸Â­ */
	justify-content: flex-start; /* Ã¦Â°Â´Ã¥Â¹Â³Ã©ÂÂ Ã¥Â·Â¦ */
	padding: 30px 40px;
}
.x7k9__slide-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
	display: block;
}
.x7k9__slide-content {
	position: absolute;
	z-index: 2;
	width: 90%;
	/* background: rgba(0, 0, 0, 0.6); */
            /* backdrop-filter: blur(10px); */
	-webkit-backdrop-filter: blur(10px);
	/* border-radius: 32px; */
            /* padding: 28px 32px; */
            /* border-left: 6px solid #facc15; */
            /* box-shadow: 0 20px 30px -10px black; */
	color: white;
	animation: x7k9__fadeIn 0.5s ease;
	bottom: 55px;
	left: 7%;
}
.x7k9__slide-title {
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
	margin-bottom: 10px;
	letter-spacing: -0.02em;
}
.x7k9__slide-desc {
	font-size: 1rem;
	opacity: 0.9;
	margin-bottom: 22px;
	line-height: 1.5;
	max-width: 100%;
}
.x7k9__slide-more {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	/* background: #facc15; */
	color: #fff;
	padding: 0;
	/* border-radius: 60px; */
            /* font-weight: 700; */
	font-size: 1rem;
	text-decoration: none;
	border: 2px solid transparent;
	transition: all 0.2s;
	/* box-shadow: 0 8px 18px rgba(250,204,21,0.3); */
	text-transform: uppercase;
	letter-spacing: 1px;
	border: solid 1px #fff;
	padding: 10px;
}
.x7k9__slide-more:hover {
	background: #ffffff;
	border-color: #facc15;
	transform: scale(1.05);
	box-shadow: 0 12px 24px gold;
}
.x7k9__carousel-nav {
	display: flex;
	justify-content: center;
	gap: 14px;
	padding: 18px 0 14px 0;
	/* background: rgba(0, 0, 0, 0.25); */
	/* backdrop-filter: blur(8px); */
	position: absolute;
	bottom: 0;
	width: 100%;
}
.x7k9__carousel-dot {
	width: 20px;
	height: 3px;
	/* border-radius: 16px; */
	background: rgb(255 255 255);
	border: none;
	cursor: pointer;
	transition: 0.25s;/* border: 1px solid rgba(250, 204, 21, 0.5); */
}
.x7k9__carousel-dot.active-dot {
	background: #facc15;
	width: 48px;
	box-shadow: 0 0 15px gold;
	border-color: white;
}
.x7k9__carousel-wrapper {
	position: relative;
	display: flex;
	flex-direction: column;
	flex: 1;
}
.x7k9__carousel-arrows {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	display: flex;
	justify-content: space-between;
	padding: 0 12px;
	pointer-events: none;
	z-index: 15;
}
.x7k9__arrow {
	pointer-events: auto;
	width: 48px;
	height: 48px;
	/* border-radius: 60px; */
            /* background: rgba(10, 10, 20, 0.7); */
            /* backdrop-filter: blur(4px); */
	-webkit-backdrop-filter: blur(4px);
	/* border: 2px solid #facc15; */
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.2s ease;
	color: white;
	font-size: 60px;
	font-weight: normal;
	/* box-shadow: 0 8px 16px rgba(0,0,0,0.5); */
	user-select: none;
}
.x7k9__arrow:hover {
	/* background: #facc15; */
	color: #0b1a24;
	border-color: white;
	transform: scale(1.1);
}
.x7k9__footer-learn {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-top: 20px;
	padding: 0 12px;
}
.x7k9__learn-link {
	background: #1e293b;
	color: white;
	padding: 14px 42px;
	border-radius: 100px;
	font-size: 22px;
	font-weight: 600;
	text-decoration: none;
	letter-spacing: 1.5px;
	border: 2px solid #facc15;
	transition: 0.2s;
	display: inline-flex;
	align-items: center;
	gap: 12px;
	box-shadow: 0 10px 20px -5px #0f172a;
}
.x7k9__learn-link:hover {
	background: #facc15;
	color: #0f172a;
	border-color: #0f172a;
}
/*************iabout********************/
.iabout {
	background: url(../img/u11.jpg) no-repeat;
	/* background-size: 100%; */
	padding-bottom: 48px;
}
.gebin-about-container {
	/* position: relative; */
	width: 87.5%;
	/* min-height: 616px; */
            /* background: linear-gradient(to bottom, #87CEEB, #ffffff); */
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin: 0 auto;
}
.gebin-bg-image {
	position: absolute;
	top: 0;
	right: 0;
	width: 60%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}
.gebin-content-wrapper {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 1200px;
	padding: 60px 40px;
	color: #ffffff;
}
.gebin-section-title {
	font-size: 3.5rem;
	font-weight: 700;
	margin-bottom: 24px;
	text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.gebin-description-text {
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 40px;
	/* max-width: 600px; */
	text-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
.gebin-data-cards {
	display: flex;
	gap: 40px;
	margin-bottom: 40px;
	flex-wrap: wrap;
}
.gebin-data-card {
	background: rgba(255, 255, 255, 0.15);
	backdrop-filter: blur(10px);
	border-radius: 8px;
	padding: 20px 30px;
	min-width: 180px;
}
.gebin-card-value {
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 8px;
}
.gebin-card-label {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	opacity: 0.9;
}
.gebin-more-btn {
	display: inline-block;
	/* padding: 12px 32px; */
	background-color: #FFA500;
	color: #ffffff;
	border-radius: 24px;
	text-decoration: none;
	/* font-weight: 600; */
	transition: all 0.3s ease;
	box-shadow: 0 4px 12px rgba(255, 165, 0, 0.3);
	margin-top: 300px;
	/* position: absolute; */
	/* bottom: -7px; */
	font-size: 1rem;
	width: 150px;
	line-height: 40px;
	text-align: center;
}
.gebin-more-btn:hover {
	background-color: #ff8c00;
	color:#fff;
	transform: translateY(-2px);
	box-shadow: 0 6px 16px rgba(255, 165, 0, 0.4);
}
/**********************news***********************/
.inews {
	background-color: #eeeff3;
}
.news-container-unique {
	max-width: 80%;
	margin: 0 auto;
}
.news-title-unique {
	font-size: 3.5rem;
	font-weight: 700;
	color: #2b549c;
	margin-bottom: 24px;
	margin-top: 30px;
}
.news-grid-unique {
	display: grid;
	grid-template-columns: 1fr 1.5fr;
	gap: 20px;
}
.news-main-item-unique {
	background-color: #ffffff;
	overflow: hidden;
	transition: all 0.3s ease;
	height: 100%;
	display: flex;
	flex-direction: column;
}
.news-main-item-unique:hover {
	transform: translateY(-4px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.news-main-img-unique {
	width: 100%;
	height: auto;
	display: block;
	flex-shrink: 0;
}
.news-main-content-unique {
	padding: 20px;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.news-main-title-unique {
	font-size: 1.3rem;
	font-weight: 600;
	color: #222222;
	margin-bottom: 12px;
	line-height: 1.4;
}
.news-main-desc-unique {
	font-size: 1rem;
	color: #555555;
	line-height: 1.6;
	margin-bottom: 16px;
}
.news-main-date-unique {
	font-size: 13px;
	color: #2b549c;
}
.news-list-unique {
	display: flex;
	flex-direction: column;
	gap: 12px;
	height: 100%;
/
}
.news-list-item-unique {
	display: flex;
	background-color: #ffffff;
	overflow: hidden;
	transition: all 0.3s ease;
	flex-grow: 1;
}
.news-list-item-unique:hover {
	transform: translateY(-4px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.news-list-content-unique {
	flex: 1;
	padding: 16px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.news-list-title-unique {
	font-size: 1.3rem;
	font-weight: 600;
	color: #222222;
	margin-bottom: 8px;
	line-height: 1.4;
}
.news-list-desc-unique {
	font-size: 1rem;
	color: #555555;
	line-height: 1.5;
	margin-bottom: 8px;
}
.news-list-date-unique {
	font-size: 14px;
	color: #2b549c;
}
.news-list-img-unique {
	width: 260px;
	height: 185px;
	object-fit: cover;
}
.news-more-btn-unique {
	display: block;
	width: fit-content;
	margin: 32px auto 0;
	padding: 10px 35px;
	background-color: #f5a623;
	color: #ffffff;
	font-size: 1rem;
	text-decoration: none;
	border-radius: 18px;
	transition: background-color 0.3s ease;
}
.news-more-btn-unique:hover {
	background-color: #e69512;
	color:#fff;
}
/************foot*******************/
.ifooter {
	overflow: hidden;
	margin-top: 30px;
	background:url(../img/u103.jpg) no-repeat;
}
.ifooter .indexcall{
    width: 80%;
    margin: 20px auto;
    overflow: hidden;
}
.ifooter .indexcall font{
    color: #f29f1b;
}
.ifooter .indexcall h3{
    font-size: 2.2rem;
    float: left;
    line-height: 5.5rem;
	font-weight:600;
}
.ifooter .indexcall a{
    color: #f29f1b;
    float: right;
    line-height: 2rem;
    font-size: 1.5rem;
    /* border-bottom: solid 2px #f29f1b; */
    margin-top: 25px;
    background: url(../img/yjt.png) no-repeat right 0px center;
    background-size: 21%;
    /* padding-right: 44px; */
    padding-right: 57px;
	font-weight:600;
}
@media screen and (min-width: 900px) {
.x7k9__triple-billboard {
	grid-template-columns: 1.1fr 2.2fr 1.1fr;
	gap: 24px;
}
.x7k9__ad-left, .x7k9__ad-right {
	min-height: 380px;
}
}
@media (min-width:1024px) {
	.title {
	width: 80%;
	margin: 110px auto 35px auto;
	font-size: 3.5rem;
	font-weight: 700;
	color: #275ba7;
}
.x7k9__hero-container {
	width: 80%;
	margin: 0 auto;
	overflow: hidden;
	transition: all 0.2s;
}
.bottom-fixed{
	display:none;
	}
.gabion-nav-item a {
	font-size: 1.1rem;
	height: 60px;
	line-height: 60px;
}

.gabion-product-desc {
	line-height: 1.6;
	font-size: 1rem;
}
}
}
@media (min-width:1152px) {
.gabion-nav-item a {
	font-size: 1.1rem;
	height: 60px;
	line-height: 60px;
}
.gabion-product-desc {
	line-height: 1.6;
	font-size: 1rem;
}
}
}
@media (min-width:1280px) {
.gabion-nav-item a {
	font-size: 1.1rem;
	height: 60px;
	line-height: 60px;
}
.gabion-product-desc {
	line-height: 1.6;
	font-size: 1rem;
}
}
}
@media (min-width:1360px) {
.gabion-nav-item a {
	font-size: 1.1rem;
	height: 60px;
	line-height: 60px;
}
.gabion-product-desc {
	line-height: 1.6;
	font-size: 1rem;
}
}
}
@media (min-width:1440px) {
.gabion-nav-item a {
	font-size: 1rem;
	height: 52px;
	line-height: 52px;
}
.gabion-product-desc {
	line-height: 1.6;
	font-size: 1rem;
}
}
@media (min-width:1600px) {
.gabion-nav-item a {
	font-size: 1rem;
	height: 52px;
	line-height: 52px;
}
.gabion-product-desc {
	line-height: 1.6;
	font-size: 1rem;
}
}
@media (min-width:1680px) {
.gabion-nav-item a {
	font-size: 1rem;
	height: 52px;
	line-height: 52px;
}
.gabion-product-desc {
	line-height: 1.6;
	font-size: 1rem;
}
}
@media (min-width:1920px) {
.gabion-nav-item a {
	font-size: 1rem;
	height: 60px;
	line-height: 60px;
}
.gabion-product-desc {
	line-height: 1.6;
	font-size: 1rem;
	max-height: 233px;
	overflow: hidden;
}
}
@media (max-width: 992px) {
.title {
	width: 80%;
	margin: 20px auto 35px auto;
	font-size: 2rem;
	font-weight: 700;
	color: #275ba7;
}
.x7k9__main-headline{
	font-size:2rem;}
.x7k9__tagline-block{
	margin-top:20px;}
.x7k9__hero-container {
	width:98%;
	margin: 0 auto;
	overflow: hidden;
	transition: all 0.2s;
}
.gabion-page-container {
	flex-direction: column;
	margin: 0 auto 10px auto;
}
.gabion-sidebar-nav {
	width: 100%;
	border-right: none;
	border-bottom: 1px solid #e0e6ed;
	flex-direction: row;
	overflow-x: auto;
}
.gabion-nav-item {
	padding: 14px 20px;
	border-bottom: none;
	border-right: 1px solid #e0e6ed;
	white-space: nowrap;
}
.gabion-product-showcase {
	flex-direction: column;
	padding: 16px;
	gap: 24px;
	min-height: auto;
}
.gabion-product-image {
	flex: 1 1 100%;
	min-width: 0;
	max-width: 100%;
}
.gabion-product-details {
	flex: 1 1 100%;
	max-width: 100%;
}
.gabion-product-title {
	font-size: 24px;
}
.news-grid-unique {
	grid-template-columns: 1fr;
}
.news-list-img-unique {
	width: 100px;
	height: 70px;
}
}
 @media screen and (min-width: 600px) and (max-width: 899px) {
.x7k9__triple-billboard {
	grid-template-columns: 1fr 1.8fr 1fr;
	gap: 16px;
}
}
/***********max**************/
@media screen and (min-width: 900px) {
.x7k9__triple-billboard {
	grid-template-columns: 1.1fr 2.2fr 1.1fr;
	gap: 24px;
}
.x7k9__ad-left, .x7k9__ad-right {
	min-height: 500px;
}
.gabion-page-container {
	display: flex;
	/* min-height: 100vh; */
	max-width:80%;
	margin: 0 auto 50px auto;
}
}
@media (max-width: 768px) {
.gabion-page-container {
	display: flex;
	/* min-height: 100vh; */
	max-width: 99%;
	margin: 0 auto 50px auto;
}
.news-container-unique{
	width:96%;}
	.ifooter{
		display:none;}
	}
 @media screen and (min-width: 600px) and (max-width: 899px) {
.x7k9__triple-billboard {
	grid-template-columns: 1fr 1.8fr 1fr;
	gap: 16px;
}
}
@media (max-width: 768px) {
.gebin-more-btn{
	margin-top:30px
}
.iabout{
	background:none;
	background-color: #285ba7;
	padding-bottom: 0;
}
.gebin-about-container {
	flex-direction: column;
	justify-content: flex-start;
	padding-top: 0;
	/* background-size: 100%; */
}
.gebin-bg-image {
	width: 100%;
	height: 50%;
	top: auto;
	bottom: 0;
}
.gebin-content-wrapper {
	padding: 40px 0px;
}
.gebin-section-title {
	font-size: 32px;
}
.gebin-data-cards {
	gap: 20px;
}
.gebin-data-card {
	min-width: 140px;
	padding: 16px 20px;
}
.gebin-card-value {
	font-size: 28px;
}
}
 @media (max-width: 700px) {
.x7k9__slide-content {
	max-width: 100%;
	padding: 20px 22px;
}
.x7k9__slide {
	padding: 20px;
}
.x7k9__slide-desc {
	margin-bottom: 16px;
}
}
 @media (max-width: 600px) {
.x7k9__arrow {
	width: 38px;
	height: 38px;
	font-size: 26px;
}
}
 @media screen and (max-width: 599px) {
.x7k9__hero-container {
	padding: 16px 12px 24px;
	border-radius: 32px;
}
.x7k9__ad-left, .x7k9__ad-right {
	min-height: 180px;
}
.x7k9__carousel-zone {
	min-height: 380px;
}
.x7k9__sub-headline {
	max-width: 100%;
}
}
 @keyframes x7k9__fadeIn {
 0% {
opacity: 0;
transform: translateY(10px);
}
 100% {
opacity: 1;
transform: translateY(0);
}
}
 @media (max-width: 576px) {
.gabion-nav-item {
	padding: 12px 16px;
	font-size: 14px;
}
.gabion-product-title {
	font-size: 22px;
}
.gabion-product-desc {
	font-size: 14px;
}
.gabion-more-btn {
	padding: 10px 24px;
	font-size: 14px;
}
.news-title-unique {
	font-size: 28px;
}
.news-list-item-unique {
	flex-direction: column;
}
.news-list-img-unique {
	width: 100%;
	height: 160px;
}
.news-list-content-unique {
	padding: 12px;
}
}
.zephyr-carousel-galaxy {
	position: relative;
	width: 100%;
	max-width: 80%;
	margin: 0 auto;
	transition: all 0.3s ease;
}
.zephyr-triptych-stage {
	position: relative;
	display: flex;
	align-items: stretch;
	justify-content: center;
	gap: 1.5%;
	padding: 0 10px;
	perspective: 1200px;
}
.zephyr-card {
	flex: 1;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	background: #ffffff;
	transition: all 0.35s cubic-bezier(0.2, 0.9, 0.4, 1.1);
	cursor: pointer;
	position: relative;
	
}
.zephyr-card-side {
	transform: scale(1.02) translateY(0px);
	filter: brightness(0.92) saturate(0.94);
	transition: all 0.4s ease;
	box-shadow: 0 12px 22px -8px rgba(0, 0, 0, 0.2);
}
.zephyr-card-side:hover {
	transform: scale(0.94) translateY(4px);
	filter: brightness(0.98) saturate(1);
	opacity: 0.95;
}
.zephyr-card-center {
	transform: scale(1.02);
	z-index: 10;
	background: #fff;
	position: relative;
	flex: 1.8;
}
.zephyr-card-center:hover {
	transform: scale(1.03);
}
.zephyr-img-wrapper {
	position: relative;
	width: 100%;
	background: #e9ecef;
	overflow: hidden;
	flex-shrink: 0;
	/* flex: 1; */
}
.zephyr-img-wrapper img {
	top: 0;
	left: 0;
	width: 100%;
	min-height: 520px;
	object-fit: cover;
	transition: transform 0.5s ease;
	display: block;
}
.zephyr-card:hover .zephyr-img-wrapper img {
	transform: scale(1.03);
}
.zephyr-center-info {
	position: absolute;
	padding: 18px 22px 22px;
	border-top: 1px solid rgba(0,0,0,0.05);
	transition: all 0.3s ease;
	flex-shrink: 0;
	bottom: 20px;
}
.zephyr-center-title {
	font-size: 1.35rem;
	font-weight: 700;
	color: #1e2f3a;
	letter-spacing: -0.3px;
	margin-bottom: 8px;
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
}
.zephyr-center-title a {
    text-decoration: none;
    color: inherit;
    display: block;
}
.zephyr-center-title span {
	background: linear-gradient(135deg, #fff, #fff);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
}
.zephyr-center-desc {
	font-size: 0.9rem;
	line-height: 1.45;
	color: #fff;
	margin-bottom: 16px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.zephyr-center-desc a {
    text-decoration: none;
    color: inherit;
    display: block;
    font-size: 1rem;
}
.zephyr-more-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	/* background: linear-gradient(95deg, #2c3e4e, #1f3342); */
	color: white;
	border: none;
	padding: 8px 20px;
	/* border-radius: 40px; */
	font-size: 1rem;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.25s ease;
	/* box-shadow: 0 2px 6px rgba(0,0,0,0.1); */
	letter-spacing: 0.3px;
	text-decoration: none;
	border: solid 1px #fff;
}
.zephyr-more-btn:hover {
	transform: translateY(-2px);
	background-color: #ffa500;
	box-shadow: 0 6px 14px rgba(0,0,0,0.15);
	color:#fff;
}
.zephyr-more-btn:active {
	transform: translateY(1px);
}
.zephyr-card-side {
	display: flex;
	flex-direction: row;
}
.zephyr-card-side .zephyr-side-placeholder {
	display: block;
	padding: 18px 22px 22px;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	flex-shrink: 0;
}
.zephyr-card-side .zephyr-img-wrapper {
	padding-bottom: 0;
}
.zephyr-card-side .zephyr-side-hidden-info {
	padding: 18px 22px 22px;
	visibility: hidden;
	opacity: 0;
	height: auto;
	flex-shrink: 0;
	pointer-events: none;
	font-size: 0;
	line-height: 0;
}
.zephyr-card-side .zephyr-placeholder-content {
	padding: 18px 22px 22px;
	visibility: hidden;
	opacity: 0;
	height: auto;
	flex-shrink: 0;
	pointer-events: none;
}
.zephyr-card-side .zephyr-height-matcher {
	background: transparent;
	padding: 18px 22px 22px;
	visibility: hidden;
	height: auto;
	flex-shrink: 0;
	font-size: 0;
	line-height: 0;
}
.zephyr-card-side .zephyr-height-matcher::before {
	content: ".";
	font-size: 0.9rem;
	line-height: 1.45;
	visibility: hidden;
	display: block;
	height: 0;
	overflow: hidden;
}
.zephyr-card-side .zephyr-invisible-block {
	padding: 18px 22px 22px;
	visibility: hidden;
	height: auto;
	flex-shrink: 0;
	pointer-events: none;
}
.zephyr-center-arrows {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	display: flex;
	justify-content: space-between;
	pointer-events: none;
	z-index: 25;
	padding: 0 12px;
}
.zephyr-arrow-on-center {
	pointer-events: auto;
	width: 48px;
	height: 48px;
	/* background: rgba(20, 30, 40, 0.8); */
	/* backdrop-filter: blur(12px); */
	border-radius: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.25s ease;
	/* border: 1px solid rgba(255,215,0,0.6); */
	/* box-shadow: 0 4px 12px rgba(0,0,0,0.3); */
}
.zephyr-arrow-on-center svg {
	width: 60px;
	height: 60px;
	stroke: white;
	stroke-width: 2;
	fill: none;
	transition: transform 0.2s;
}
.zephyr-arrow-on-center:hover {
	background:none;
	transform: scale(1.1);
	
}
.zephyr-arrow-on-center:active {
	transform: scale(0.96);
}
.zephyr-indicator-area {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 28px;
}
.zephyr-counter {
	font-size: 1rem;
	font-weight: 500;
	background: rgba(255,255,245,0.8);
	padding: 8px 24px;
	border-radius: 40px;
	color: #1e2f3a;
	letter-spacing: 1px;
	backdrop-filter: blur(4px);
	box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
@media (max-width: 768px) {
.zephyr-carousel-galaxy {
	padding: 12px 12px 20px;
	border-radius: 32px;
	max-width: 100%;
}
	.zephyr-img-wrapper img {
	top: 0;
	left: 0;
	width: 100%;
	min-height: 300px;
	object-fit: cover;
	transition: transform 0.5s ease;
	display: block;
}
.zephyr-triptych-stage {
	gap: 6px;
	padding: 0 5px;
}
.zephyr-card-side {
	transform: scale(0.85) translateY(4px);
}
.zephyr-card-center {
	transform: scale(1);
}
.zephyr-arrow-on-center {
	width: 40px;
	height: 40px;
}
.zephyr-arrow-on-center svg {
	width: 22px;
	height: 22px;
}
.zephyr-center-info {
	padding: 12px 16px 16px;
}
.zephyr-center-title {
	font-size: 1.1rem;
}
.zephyr-center-desc {
	font-size: 0.8rem;
	-webkit-line-clamp: 2;
}
.zephyr-more-btn {
	padding: 6px 16px;
	font-size: 0.75rem;
}
.zephyr-counter {
	font-size: 0.85rem;
	padding: 6px 20px;
}
.zephyr-card-side .zephyr-height-matcher {
	padding: 12px 16px 16px;
}
}
 @media (max-width: 480px) {
.zephyr-triptych-stage {
	gap: 4px;
}
.zephyr-card-side {
	transform: scale(0.78) translateY(6px);
	display: none;
}
.zephyr-arrow-on-center {
	width: 34px;
	height: 34px;
}
.zephyr-arrow-on-center svg {
	width: 18px;
	height: 18px;
}
.zephyr-center-title {
	font-size: 1rem;
}
.zephyr-center-desc {
	font-size: 0.7rem;
	margin-bottom: 12px;
}
.zephyr-center-arrows {
	top: 35%;
}
.zephyr-card-side .zephyr-height-matcher {
	padding: 10px 12px 12px;
}
}
 @keyframes zephyrFadeSlide {
 0% {
opacity: 0.7;
transform: translateX(5px);
}
 100% {
opacity: 1;
transform: translateX(0);
}
}
.zephyr-card {
	animation: zephyrFadeSlide 0.35s ease-out;
}
.zephyr-carousel-galaxy,  .zephyr-arrow-on-center,  .zephyr-more-btn {
	user-select: none;
}
.zephyr-card-center {
	position: relative;
}
.zephyr-side-height-matcher {
	padding: 18px 22px 22px;
	visibility: hidden;
	height: auto;
	flex-shrink: 0;
	pointer-events: none;
	font-size: 0;
	line-height: 0;
}
