html { font-size: 62.5%; }
body {
font-family: Microsoft YaHei, Arial !important;
} @media (max-width: 1380px) {
html {
font-size: 45%; }
}
@media (max-width: 1024px) { 
html {
font-size: 40%; }
}
@media (max-width: 767px) {
html {
font-size: 20%; }
} .site-footer .footer-inner{
display:none !important;
} .index-banner {
height: 300px;
position: relative;
}
.index-banner .swiper-slide-contents{
width: 150rem;
margin: auto;
}
.nav-banner {
height:fit-content;
position: relative;
}
.elementor-element .elementor-swiper{
height:100%;
}
.elementor-element .elementor-main-swiper {
height:100%;
}
@media (min-width: 768px) {
.index-banner {
height: 398px;
}
}
@media (min-width: 992px) {
.index-banner {
height: 514px;
}
}
@media (min-width: 1200px) {
.index-banner {
height: 622px;
}
}
@media (min-width: 1900px) {
.index-banner {
height: 996px;
}
}
.htmega-menu-container .sub-menu, .htmega-menu-container .htmegamenu-content-wrapper{
left:-500px;
} .page-header {
display:none;
}
a {
color: #333333;
}
a:hover {
color: #00B7AD;
}
.index-sol-card:hover{
transform: translateY(-5px);
box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
}  .product-nav {
position: absolute;
left: 0;
width: 100%;
background-color: #fff;
z-index: 1000;
transition: all 0.3s ease;
}
.product-nav.sticky {
position: fixed;
top: 30px;
bottom: auto;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.product-nav.sticky .nav-container{
top: 0;
background-color: #fff;
box-shadow: 0 7px 14px 2px rgba(0, 15, 79, .05);
}
.product-nav.sticky .nav-item {
padding: 2rem 0;
font-size: 2rem;
}
@media screen and (max-width: 767px) {
.product-nav.sticky  .nav-item {
font-size: 4em;
}
}
.nav-items {
display: flex;
justify-content: center;
gap: 3rem;
}
.nav-item {
color: #333;
text-decoration: none;
padding: 1rem 0;
position: relative;
}
.nav-item:hover {
color: #007bff;
}
.nav-item::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 2px; transform: scaleX(0);
transition: transform 0.3s ease;
}
.nav-item:hover::after {
transform: scaleX(1);
}
.product-nav {
position: relative;
margin-bottom: 6rem;
display: flex;
justify-content: center;
bottom:-2rem;
}
.nav-container {
width: 150rem;
margin: 0 auto;
padding: 0;
position: absolute;
top: -7rem;
border-radius: 2rem;
background: rgba(255, 255, 255, 0.8);
z-index: 999;
}
@media (max-width: 980px) {
.nav-container {
width: 92rem;
}
}
.nav-items {
display: flex;
justify-content: flex-start;
gap: 12rem;
}
.nav-item {
color: #333333;
text-decoration: none;
font-size: 2rem;
font-weight: 500;
padding: 3rem 0;
position: relative;
display: inline-block;
}
.nav-item span {
position: relative;
display: inline-block;
}
.nav-item.active {
color: #00B1A0;
}
.nav-item.active span::after {
content: '';
position: absolute;
bottom: -22px;
left: 0;
width: 100%;
height: 2px; }
.nav-item:hover {
color: #00B1A0;
}
.section-header {
display: flex;
flex-direction: column;
align-items: center;
margin-bottom: 6rem;
}
.section-title {
font-size: 5rem;
font-weight: bold;
color: #333333;
text-align: center;
margin-bottom: 1rem;
}
.title-underline {
width: 9rem;
height:0.4rem;
background: #00B7AD;
border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
}
.product-container,
.solution-container {
width: 100%;
margin: 0 auto;
background-color: #F2F4F5;
}
.section,.solution-section{
margin-bottom: 10rem;
scroll-margin-top: 60px; }
.section:last-child,.solution-section:last-child {
margin-bottom: 0;
} .site-header {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 1000;
background: rgba(255, 255, 255, 0.9);
backdrop-filter: blur(10px);
}
.header-container {
max-width: 150rem;
margin: 0 auto;
padding: 2rem 8rem;
display: flex;
align-items: center;
justify-content: space-between;
}
.site-branding img {
height: 4rem;
width: auto;
}
.main-navigation {
flex-grow: 1;
margin: 0 4rem;
}
.primary-menu {
display: flex;
justify-content: center;
list-style: none;
margin: 0;
padding: 0;
}
.primary-menu > li {
position: relative;
margin: 0 3rem;
}
.primary-menu > li > a {
color: #333;
text-decoration: none;
font-size: 1.8rem;
font-weight: 500;
padding: 1rem 0;
display: block;
} .elementor-nav-menu--main .has-mega-menu {
position: static;
}
.elementor-nav-menu--main .has-mega-menu .mega-menu-wrapper {
position: absolute;
top: 100%;
left: 0;
width: 100%;
background: #fff;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
opacity: 0;
visibility: hidden;
transform: translateY(1rem);
transition: all 0.3s ease;
z-index: 999;
}
.elementor-nav-menu--main .has-mega-menu:hover .mega-menu-wrapper {
opacity: 1;
visibility: visible;
transform: translateY(0);
} .solution-nav-wrapper {
max-width: 150rem;
margin: 0 auto;
padding: 6rem 8rem;
}
.solution-nav-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 8rem;
}
.solution-nav-column {
display: flex;
flex-direction: column;
gap: 6rem;
}
.solution-category h3 {
font-size: 2.4rem;
font-weight: 500;
color: #333333;
margin-bottom: 3rem;
}
.solution-list {
list-style: none;
margin: 0;
padding: 0;
display: grid;
gap: 2rem;
}
.solution-list li {
margin: 0;
}
.solution-list a {
color: #666666;
text-decoration: none;
font-size: 1.8rem;
font-weight: 500;
transition: color 0.3s ease;
display: block;
padding: 0;
}
.solution-list a:hover {
color: #00B7AD;
background: none;
} .elementor-nav-menu--dropdown .solution-nav-wrapper {
padding: 3rem 4rem;
}
.elementor-nav-menu--dropdown .solution-nav-grid {
gap: 4rem;
}
.elementor-nav-menu--dropdown .solution-category h3 {
font-size: 2rem;
margin-bottom: 2rem;
}
.elementor-nav-menu--dropdown .solution-list a {
font-size: 1.6rem;
}
@media (max-width: 1200px) {
.solution-nav-wrapper {
padding: 4rem 4rem;
}
.solution-nav-grid {
gap: 4rem;
}
.solution-nav-column {
gap: 4rem;
}
}
@media (max-width: 768px) {
.solution-nav-wrapper {
padding: 3rem 2rem;
}
.solution-nav-grid {
grid-template-columns: 1fr;
gap: 3rem;
}
.solution-category h3 {
font-size: 2rem;
margin-bottom: 2rem;
}
.solution-list a {
font-size: 1.6rem;
}
} .product-categories {
padding: 20px 0;
background-color: #f5f5f5;
}
.categories-container {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
display: flex;
flex-wrap: wrap;
gap: 10px;
}
.category-tag {
display: inline-block;
padding: 6px 12px;
background-color: #fff;
border: 1px solid #e0e0e0;
border-radius: 4px;
color: #333;
text-decoration: none;
font-size: 14px;
transition: all 0.3s ease;
}
.category-tag:hover {
background-color: #007bff;
border-color: #007bff;
color: #fff;
}