@font-face {
  font-family: "HarmonyOS Sans SC";
  src: url("/static/index/font/HarmonyOS_Sans_SC/HarmonyOS_Sans_SC_Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HarmonyOS Sans SC";
  src: url("/static/index/font/HarmonyOS_Sans_SC/HarmonyOS_Sans_SC_Medium.ttf ") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "HarmonyOS Sans SC";
  src: url("/static/index/font/HarmonyOS_Sans_SC/HarmonyOS_Sans_SC_Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}
html {
  font-size: 15px;
}
body {
  font-family: var(--font-family);
  font-weight: 400;
  overflow-x: hidden;
  color: var(--fontColor1);
  line-height: 1.6;
}
ul, ol {
  list-style: none;
}
a {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  cursor: pointer;
}
:root {
  --main: #090059;
  --fontColor1: #333333;
  --borderColor: #e0e0e0;
  --font-family: "HarmonyOS Sans SC", sans-serif;
}
.container{
    padding: 0 10px; 
    width: 100%; 
}
.pc_nav_item , .lang-overlay, .mega-menu, .pc-banner{
  display: none;
}
.web_nav_item {
  position: fixed;
  top: 0;
  left: 0; 
  width: 100vw;
  height: 66px;
  background-color: #fff;
  padding: 0 20px;
  transform: translateY(0);
  z-index: 1000; 
  box-sizing: border-box;
  box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.2);
}
  
.logo , .web_nav_item_list_us{
     display: flex;
     align-items: center;
}
 .web_nav_item .logo a{
     display: flex;
     align-items: center;
     height: 100%;
     overflow: hidden;
  }
   .web_nav_item .logo a img{
     max-width: 100%;
  }
  
  .web_nav_item_list{
      display: flex;
      justify-content: space-between;
      height: 100%;
  }
.web_right_nav {
    position: fixed;
    top: 66px;
    right: 0;
    width: 0;
    height: 100vh;
    background: white;
    overflow-x: hidden;
    transition: width 0.8s;
    z-index: 888;
    box-sizing: border-box;
     display: block;
     transition: width 0.5s ease, padding 0.5s ease;
}
.hamburger {
  --hamburger-height: 21px;
  --hamburger-width: 30px;
  --line-height: 2px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: var(--hamburger-width);
  height: var(--hamburger-height);
  cursor: pointer;
}
.hamburger span {
  display: block;
  width: 100%;
  height: var(--line-height);
  background-color: #000;
  border-radius: 2px;
  transition: all 0.3s ease;
  transform-origin: center;
}
.hamburger.active span:nth-child(1) {
  transform: translate(0, calc(var(--hamburger-height) / 2 - var(--line-height) / 2)) rotate(45deg);
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
  transform: translate(0, calc(var(--hamburger-height) / -2 + var(--line-height) / 2)) rotate(-45deg);
}
.web_right_nav a {
    padding: 10px 15px;
    text-decoration: none;
    font-size: 1.1rem;
    color: #000;
    display: flex;
    justify-content: space-between;
    transition: 0.3s;
    font-weight: 500;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.web_right_nav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    color: white;
}
.mobile-banner {
    height: 100vh;
    width: 100vw;
    position: relative;
    overflow: hidden; 
    margin-bottom: 2rem;
}
.mobile-banner .swiper-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.mobile-banner .swiper-slide .banner-content{
  position: absolute;
  top: 20%;       
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  text-align: center;
  color: white;
  font-size: 1.25rem;
  line-height: 1.4;
  text-shadow: 0 2px 4px rgba(0,0,0,0.5); 
  z-index: 10;  
  text-align: center;
}
.mobile-banner .swiper-slide .banner-desc{
     font-size: 1.1rem;
     margin-bottom: 1.3rem;
}
.mobile-banner .swiper-slide .banner-title{
     font-size: 1.3rem;
     margin-bottom: 1.5rem;
}
.mobile-banner .swiper-slide .banner-btn{
     display: inline-block; 
     padding: 0.5rem  1.3rem;
     border: 1px solid  #fff;
     border-radius: 25px;
      box-sizing: border-box;
      font-size: 0.9rem;
}
.mobile-banner  .swiper-pagination {
  bottom: 1.875rem;
}
.mobile-banner  .swiper-pagination-bullet {
  width: 1.875rem; 
  height: 0.1875rem; 
  border-radius: 0;
   background: #5A6373; 
  opacity: 1;
  margin: 0 0.375rem !important; 
  transition: all 0.3s ease;
}
.mobile-banner .swiper-pagination-bullet-active {
  background: #777C88;
  width: 3.75rem;
}

.index_pro-pc{
    display:none;
}
.index_pro-mobile{
    width: 100vw;
}
.index_pro-mobile .ind_tit{
    font-size: 2rem;
    margin-bottom: 2rem;
    text-align: center;
}
.index_pro-mobile-items{
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
.index_pro-mobile-item{
  width: 48%;
  background: #F8F8F8;
  padding: 0 0.625rem;
  border-radius: 25px;
  overflow: hidden;
  margin-bottom:1.5rem;
}
.index_pro-mobile-item-pic{
height: 145px;
display: flex;
align-items: center;
border-radius: 25px;
overflow: hidden;
}
.index_pro-mobile-item-desc{
color:#000;
font-size: 1rem;
}
.index_pro-mobile-item-desc h3{
font-size: 1rem;
}
.index_pro-mobile-item-desc p{
font-size: 0.9rem;
margin-top: 10px;
color: #333;
}
.index_pro-mobile-item-pic  img{
max-width: 100%;
}

.mobile-banner-swiper{
    width: 100%;
    position: relative;
    height: 15rem;
    margin-top: 1rem;
     background: linear-gradient(to bottom, 
              #6B7889 0%, 
              #A4B4C7 50%, 
              #C8D7EA 100%);
              border-radius: 25px;
              margin-bottom: 1.5rem;
             
}
.mobile-banner-swiper .swiper-wrapper {
  height: 100%;
}
.mobile-banner-swiper .swiper-slide a{
    display: block;
    display: flex;
    justify-content: center;
    height: 100%;
}
.mobile-banner-swiper .swiper-slide img {
  max-width: 90%;
 

}





.index_swiper2_center{
       padding: 0 10px; 
        margin-top: 2rem; 
        border-radius: 15px;
        overflow: hidden;
}
#index_swiper2 .swiper-slide {
  width: 100%;
  transition-timing-function: linear;
  height: 30rem; 
}
.index_swiper2_center-container{
    position: relative;
    
}
.index_swiper2_center-container .index_swiper2-pagination{
    position: absolute;
    bottom: 3%;
    z-index: 1000;
    text-align: center;
}
.index_swiper2_center .swiper-slide img{
    height: 100%;
    width: 100%;
   border-radius: 15px;
}
.index_swiper2_center-container-title{
    position: absolute;
    top:10%;
    left: 50%;
    transform: translateX(-50%); 
    z-index: 1000;
    text-align: center;
    color: #fff;
    font-size: 1rem;
}
.index_swiper2_center-container-title h2{
    margin-bottom: 1rem;
    font-size: 1.1rem;
}
.index_swiper2_center-container-desc a{
    display: inline-block;
    padding: 0.5rem 1.3rem;
    border-radius: 25px;
    box-sizing: border-box;
    font-size: 0.9rem;
    background-color: #080157;
    margin-top: 1rem;
}
#index_swiper2 .index_swiper2-button-prev, #index_swiper2 .index_swiper2-button-next{
    display: none;
}
#index_about {
    padding: 0 10px;
    margin-top: 2rem;
    padding: 0 0.625rem;
}
#index_about .box {
   width: 100%;
}
.index_about_list h2{
    font-size: 2rem;
    margin-bottom: 2rem;
}
.index_about_list p{
    font-size: 1rem;
    margin-bottom: 2rem;
}
#index_about .box{
    height: auto;
    display: block;
}
.index_about_list{
    width:100%;
    margin: 0;
    padding: 10px;
    box-sizing: border-box;
}
.index_about_list a{
     display: inline-block; 
     padding: 0.5rem  1.3rem;
     border: 1px solid  #000;
     border-radius: 25px;
     box-sizing: border-box;
     font-size: 0.9rem;
     background-color: #080157;
}
  
  .index_about_right{
      position: relative;
      width: auto; 
      height: auto;
  }
  
 .index_about_right img{
     border-radius: 25px;
     width: 100%;
      object-fit: cover;
 } 
  
  
 #index_blog{
     padding: 0 0.625rem;
     margin-top: 2rem;
     text-align: center; 
 } 
 #index_blog .index_blog_h2{
     font-size: 2rem;
    margin-bottom: 2rem;
    text-align: center;
 }
 .index_blog_centent{
     flex-direction: column;
     height: auto;
 }
 .index_blog_centent_list, .index_blog_centent_swiper{
     width: 100%;
 } 
 .index_blog_centent_swiper a{
     display: block;
      border-radius: 15px;
      overflow: hidden;
   
 }
  .index_blog_centent_swiper .img{
      height: 13rem;
      max-width: 100%;
      width: 100%;
      border-radius: 15px;
   
  }
  
  .index_blog_centent_swiper_b{
      padding:  1rem;
      color: #888888;
      background-color: #f8f8f8;
      border-radius: 15px;
      text-align: left;
  }
    .index_blog_centent_swiper_b h3{
      font-size: 1rem;
      margin-bottom: 1rem;
        margin-top: 1rem;
        color: #000;
  }
      .index_blog_centent_swiper_b .time{
      font-size: 1rem;
      margin-bottom: 1rem;
  }
  
    .index_blog_centent_swiper_b p{
      font-size: 1rem;
      margin-bottom: 1.5rem;
  }
  
  .index_blog_centent_list a{
      color: #000;
      text-align: left;
  }
  .index_blog_centent_list{
     margin-top: 2rem;
     padding: 0.625rem;
  
  }
  .index_blog_centent_list_group{
     background-color: #f8f8f8;
     padding: 1rem;
        border-radius: 15px;
        margin-bottom: 1rem;
     
  }
  
  .index_blog_centent_list_group-item{
      display: block;
      padding: 20px 0 19px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      
  }
 .index_blog_centent_list_group .title{
     font-size: 1rem;
     margin-bottom: 1rem;
     
 }
   .index_blog_centent_list_group .time{
     font-size: 0.9rem;
     color: #888888;
 }
 
#index_blog  .view_more{
     display: inline-block; 
     padding: 0.5rem  2.5rem;
     border: 1px solid  #000;
     border-radius: 25px;
     box-sizing: border-box;
     font-size: 0.9rem;
     background-color: #080157;
}
.index_form{
     margin-top: 2rem;
 } 
.index_form .index_form_list_c h2{
    text-align: center;
}
  
.index_form .demo-login-container{
    padding: 1.33rem 0.625rem;
}
.index_form  .layui-form-item-Submint{
    margin-top: 2rem;
}
 .index_form #button_jin{
       padding:0 2.5rem;
       line-height:38px;
}
.index_form .layui-col-xs2 {
    width: 40%;
}
.web-ftop{
    padding: 0 0.625rem;
    margin-bottom: 2rem;
}
.mobile-accordion {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.accordion-item {
  border-bottom: 1px solid #e0e0e0;
}

.accordion-header {
  width: 100%;
  padding: 1rem 0;
  background: none;
  border: none;
  text-align: left;
  font-size: 1rem;
  color: #333;
  cursor: pointer;
  position: relative;
  font-family: "HarmonyOS Sans SC", sans-serif;
  font-weight: 500;
}
.accordion-header::after {
  content: "▼";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.8rem;
  transition: transform 0.3s ease;
  color: #666;
}
.accordion-item.active .accordion-header::after {
  content: "▲";
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  background: #fafafa;
}

.accordion-item.active .accordion-content {
  max-height: 500px;
}

.accordion-content a {
  display: block;
  padding: 0.75rem 1rem 0.75rem 2rem;
  color: #555;
  text-decoration: none;
  font-size: 0.95rem;
  border-top: 1px solid #eee;
  font-family: "HarmonyOS Sans SC", sans-serif;
}

.accordion-content a:hover {
  background: #f0f0f0;
}
.foot-media{
    display: flex;
    gap: 1.5rem;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
}

.foot-media a{
    display: inline-block;
}
.fbot{
    padding: 1rem 0.625rem;
    margin-top: 1rem;
    background-color: #f8f8f8;
}

.footer .foot_left  ,.footer .ftop{
      display: none ;
}

.popup-form-title{
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    padding: 20px ; 
}

.popup-form-title-bottom{
    cursor: pointer;
}
.popup-container {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80%;
    transition: transform 0.3s ease-out;
    transform: translateY(100%);
    z-index: 1000;
    background: #fff;
    box-shadow: 0 0 10px rgba(68,68,68,0.18);
    border: 1px solid #ddd;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    height: auto;
}
.popup-container.active {
    transform: translateY(0);
}
.commom_bottom_from{
    padding: 20px;
}
.commom_bottom_from   .layui-form-item{
    display: flex;
    justify-content: space-between;
}
.commom_bottom_from   .layui-form-item .layui-input-inline{
    width: 45% !important;
}
.commom_bottom_from   .layui-form-item .layui-input-block{
    width: 45% !important;
}
.commom_bottom_from  .layui-form-text .layui-input-block{
    width: 100% !important;
}
.common_footer_right_left_pc{
    position: fixed;
    bottom: 0;left: 1%; 
    z-index: 999;
    background-color: #011689;
    width: 150px;
    cursor: pointer;
    line-height: 48px;
    height: 48px;
    color: #ffffff;font-size: 14px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;  
    box-shadow: 0 0 10px rgba(68,68,68,0.18);
    text-align: center;
    overflow: hidden;
}






@media (min-width: 768px) {

    html {
      font-size: 16px;
    }
    #index_swiper2 .swiper-slide {
      width: 100%;
      transition-timing-function: linear;
      height: 40rem; 
    }
    .index_blog_centent_swiper .img{
        height: 26rem;
    }
    .index_pro-mobile-item-pic{
        height: 12rem;
    }
    .index_pro-mobile-item-pic img{
        max-width: 90%;
    }
    .index_swiper2_center-container-title{
        top: 30%;
    }
    
    
    .popup-form-title{
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    padding: 20px ; 
}

    .popup-form-title-bottom{
        cursor: pointer;
    }
    .popup-container {
        position: fixed;
        bottom: 0;
        left: 1%;
        width: 30%;
        transition: transform 0.3s ease-out;
        transform: translateY(100%);
        z-index: 1000;
        background: #fff;
        box-shadow: 0 0 10px rgba(68,68,68,0.18);
        border: 1px solid #ddd;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        height: auto;
    }
    .popup-container.active {
        transform: translateY(0);
    }
    
    .commom_bottom_from{
        padding: 20px;
    }
    
    
    .common_footer_right_left_pc{
        position: fixed;
        bottom: 0;left: 1%; 
        z-index: 999;
        background-color: #011689;
        width: 170px;
        cursor: pointer;
        line-height: 48px;
        height: 48px;
        color: #ffffff;font-size: 14px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;  
        box-shadow: 0 0 10px rgba(68,68,68,0.18);
        text-align: center;
        overflow: hidden;
    }
    .common_footer_right_left_web{
        display: none;
         position: fixed;
        bottom: 0;left: 1%; 
        z-index: 999;
        background-color: #011689;
        width: 170px;
        cursor: pointer;
        line-height: 48px;
        height: 48px;
        color: #ffffff;font-size: 14px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;  
        box-shadow: 0 0 10px rgba(68,68,68,0.18);
        text-align: center;
        overflow: hidden;
    }
    
    
    
    
.mobile-banner-swiper{
    height: 22rem;
}


    
    
    

}

@media (min-width: 1024px) {
  .container-center {
    max-width: 960px;   
    width: 90%;      
    margin: 0 auto;
  }
.web_nav_item{
    display: none;
}
.pc_nav_item,.lang-overlay{
    display: block;
}
.mobile-banner{
    display: none;
}
.pc-banner{
    display: block;
}
header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.header-item{
   max-width: 87.5rem; 
  height: 5.625rem; 
  z-index:1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  
}
.nav{
  max-width: 37.5625rem; 
  display:flex; align-items:center; gap:3rem; 
}
.nav li{cursor:pointer; font-size:1rem; color:#fff;}

.mega-menu{
  position:fixed; top:5.625rem; left:0;
  width:100vw; background:#fff;
  box-shadow:0 1.25rem 2.5rem rgba(0,0,0,.08);
  display:none; z-index:999;
  padding: 1.25rem; 
}
.mega-menu.show{display:block;}
.mega-inner{max-width:60vw; margin:0 auto;  display:flex;}
.mega-left{width:16.25rem;}
.mega-left li{padding:0.625rem 0;cursor:pointer; transition:.2s;}
.mega-left li a{color:#000;font-size:1rem}
.mega-left li a:hover{color:#080157; font-weight:600;}
.mega-right{flex:1; padding-left:2.5rem;}
.right-panel{
    display:none;
    padding: 0.625rem; 
}
.right-panel-items{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    width: 100%;
}

.right-panel-item{
    width: 100%; 
}

.right-panel-item img{
    max-width: 100%;
    display: block;
}
.right-panel-page{
    width: 100%;
    height: 100%;
}
.data-menu{
   display:flex; 
   align-items: center;
   gap: 1rem;
}
.data-menu-item{
     flex: 1; 
     border-radius: 0.25rem; 
     height: 5.625rem; 
     line-height: 5.625rem;
     text-align: center;
}
.data-menu-item a{
    display: block;
    color: #000000;
}
.data-menu-item a:hover {
  background-color: #F8F8F8;
}
.right-panel.active{display:block;}

.right-panel-item .cards{ gap:1.5rem; background-color: #F8F8F8;}

.card{background-color: #fff;line-height: 1.25rem; }
.card h3{
    font-size: 1rem;
    margin-bottom: 0.625rem;
}
.header-item .logo {
  display: block;     
  width: 6.3125rem;
}
.logo-img {
  width: 100%;
  height: auto;
  display: block;    
}
.logo-color {
  display: none;
}
header.header-dark .logo-white {
  display: none;
}
header.header-dark .logo-color {
  display: block;
}
header.header-dark .nav li { color: #000; }
header.header-dark .header_right .Language { color: #000; }
header.header-dark .header_right svg path { stroke: #000; }
header.header-dark .nav li { color: #000; }
header.header-dark .header_right .Language { color: #000; }
header.header-dark .header_right svg path { stroke: #000; }
.header-item .header_right {
    max-width: 6.125rem; 
    display: flex;  
    align-items: center;   
    gap: 0.25rem; 
    color: inherit; 
    font-size: 1rem;  
      cursor: pointer;
  
}
.header_right svg{
    max-width: 1.25rem; 
}
.header_right .Language{
    max-width: 4.625rem; 
    font-weight: 400;
    line-height: 1.25rem; 
    font-size: 1rem;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    text-transform: none;
  
}
header.header-dark .nav li {
  color: #000; 
}
header.header-dark .header_right .Language {
  color: #000;
}
header.header-dark .header_right svg path {
  stroke: #000; 
}
#header.header-hide {
  transform: translateY(-100%);
}
#header.header-scrolled {
  background-color: #fff;
}
#header .nav li a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}
#header.header-scrolled .nav li a {
  color: #000;
}
#header .nav li,
#header .header_right .Language,
#header .header_right svg path {
  color: #fff;
  stroke: #fff;
  transition: color 0.3s ease, stroke 0.3s ease;
}
#header.header-scrolled .nav li,
#header.header-scrolled .header_right .Language,
#header.header-scrolled .header_right svg path {
  color: #000;
  stroke: #000;
}

#langBtn {
    cursor: pointer;
}
.logo-color { display: none; }
header.header-scrolled .logo-white { display: none; }
header.header-scrolled .logo-color { display: block; }
#header.header-scrolled,
#header.header-hover {
  background-color: #fff;
  box-shadow: 0 0.125rem 0.625rem rgba(0,0,0,0.1); 
}
#header.header-scrolled .nav li a,
#header.header-hover .nav li a,
#header.header-scrolled .header_right .Language,
#header.header-hover .header_right .Language {
  color: #000 !important;
}

#header.header-scrolled .header_right svg path,
#header.header-hover .header_right svg path {
  stroke: #000 !important;
}
#header.header-scrolled .logo-white,
#header.header-hover .logo-white {
  display: none !important;
}
#header.header-scrolled .logo-color,
#header.header-hover .logo-color {
  display: block !important;
}
.lang-overlay{
  position:fixed;
  inset:0;
  background: rgba(12,12,12,0.5);
  backdrop-filter: blur(0.75rem); 
  opacity:0;
  pointer-events:none;
  transition:.25s;
  z-index:999;
}
.lang-overlay.show{
  opacity:1;
  pointer-events:auto;
}
.lang-popup{
  width:40vw;
  background:#FFFFFF;
  border-radius:1.125rem; 
  padding:2.5rem;
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%) scale(.96);
  transition:.25s;
}

.lang-overlay.show .lang-popup{
  transform:translate(-50%,-50%) scale(1);
}
.lang-popup h3{
  text-align:center;
  margin-bottom:2.5rem; 
  font-weight: bold;
  font-size: 1.25rem; 
    color: #000000;
    font-style: normal;
    text-transform: none;
}
.lang-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:0.875rem; 
}
.lang-item{
  background: #F8F8F8;
  border-radius:0.625rem; 
  padding:0.75rem 1rem; 
  cursor:pointer;
  transition:.2s;
}
.lang-item a{
  width: 100%;
     display:flex;
  justify-content:space-between;
  align-items:center;
}
.lang-item b{
    color: #000000;
    font-weight: 500;
    font-size: 1rem;
}
.lang-item span{
  color:#A8A8A8;
  font-size:1rem;
}
.lang-item:hover{
  background:#fff;
  box-shadow:0 0.5rem 1.25rem rgba(0,0,0,.08); 
}
.lang-close{
  position:absolute;
  right:1rem; 
  top:0.875rem;
  font-size:1.125rem; 
  cursor:pointer;
  color:#666;
}
.lang-close:hover{color:#000}
.banner-swiper{
    width: 100vw;
    margin-left: calc(50% - 50vw);
}

.swiper { height: 100vh; }

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.banner-swiper .swiper-pagination {
  bottom: 1.875rem; 
}
.banner-swiper .swiper-pagination-bullet {
  width: 1.875rem; 
  height: 0.1875rem; 
  border-radius: 0;
   background: #5A6373; 
  opacity: 1;
  margin: 0 0.375rem !important;
  transition: all 0.3s ease;
}
.banner-swiper .swiper-pagination-bullet-active {
  background: #777C88;
  width: 3.75rem; 
}
.banner-swiper .swiper-slide {
  position: relative;
}
.banner-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.banner-content {
  position: absolute;
  left: 50%;
  top: 30%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 0 1.25rem;
}
.banner-swiper {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
.swiper {
  height: 100vh;
}
.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.banner-swiper .swiper-pagination {
  bottom: 1.875rem; 
}
.banner-swiper .swiper-pagination-bullet {
  width: 1.875rem; 
  height: 0.1875rem; 
  border-radius: 0;
  background: #5A6373;
  opacity: 1;
  margin: 0 0.375rem !important; 
  transition: all 0.3s ease;
}
.banner-swiper .swiper-pagination-bullet-active {
  background: #777C88;
  width: 3.75rem; 
}
.banner-swiper .swiper-slide {
  position: relative;
}
.banner-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.banner-content {
  position: absolute;
  left: 50%;
  top: 30%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 0 1.25rem; 
}
.banner-title {
  margin-bottom: 1rem; 
  height: 3.5rem; 
  font-weight: bold;
  font-size: 2.2rem;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.banner-desc {
  margin-bottom: 2.25rem;
  height: 1.75rem; 
  font-weight: 300;
  font-size: 1.5rem;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.banner-btn {
  display: inline-block;
  margin-top: 2.25rem;
  padding: 0.625rem 2.5rem; 
  /*color: #000000;*/
  text-decoration: none;
  transition: all .3s ease;
  border-radius: 1.5625rem; 
}


.mobile-banner-swiper{
    display: none;
}


#header a {
  color: #fff;
  transition: color .3s ease;
}
#header.header-dark a {
  color: #000;
}
#header {
  color: #fff;
}
#header.header-dark {
  color: #000;
}
.lang-icon {
  display: block;
}
.swiper-button-prev {
  left: 2rem; 
}

.swiper-button-next {
  right: 2rem; 
}
.swiper-button-next,
.swiper-button-prev {
  width: 3.125rem;
  height: 3.125rem; 
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -0.9375rem; 
  transition: all 0.3s ease;
  box-shadow: 0 0.078125rem 0.3125rem rgba(0, 0, 0, 0.1);
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: rgba(255, 255, 255, 0.3);
  transform: scale(1.1);
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 0.78125rem; 
  color: white;
  opacity: 0.7;
}
.swiper-button-next:hover::after,
.swiper-button-prev:hover::after {
  opacity: 1;
}
#index_pro {
  margin-top: 4.8125rem; 
}
.index_pro-pc{
    display: block;
}
.index_pro-mobile{
    display: none;
}
.ind_tit {
  margin-bottom: 3.125rem; 
  height: 3.75rem; 
  font-weight: bold;
  font-size: 2.5rem; 
  color: #333333;
  text-align: left;
  font-style: normal;
  text-transform: none;
  text-align: center;
}
.products-container {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem; 
}
.product-row {
  width: 100%;
  display: flex;
  gap: 1.75rem; 
}

.card-left {
  width: 62.375rem;
  height: 100%;
  border-radius: 1.5625rem; 
  height: 23rem;
  margin: 0;
}

.card-left,
.card-right,
.row2-half
{
  background: #F8F8F8;
}

.card-left:hover , .card-right:hover , .row2-half:hover{
      background: linear-gradient(to bottom, 
              #6B7889 0%, 
              #A4B4C7 50%, 
              #C8D7EA 100%);
}
.card-right {
  width: 25.875rem; 
  background-color: #F8F8F8;
  height: 23rem; 
  border-radius: 1.5625rem;
}
.card-a {
  position: relative;
  display: block;
  height: 100%;
  border-radius: 1.5625rem;
  overflow: hidden;
}
.i-pic {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.i-pic img {
  max-width: 80%;
  object-fit: cover;
  display: block;
  will-change: transform;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.card-a:hover .i-pic img {
  transform: scale(1.03);
}

.card-a-top {
  position: absolute;
  bottom: 1.875rem;
  left: 1.875rem;
  z-index: 30;
  color: #fff;
  transform: translateY(0);
  transition: transform 0.9s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.card-a-top .name {
  font-weight: bold;
  font-size: 1.375rem; 
  color: #333333;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.card-a-top .brief {
  font-weight: 400;
  font-size: 1.125rem;
  color: #333333;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.card-a-top-more2 {
  font-size: 1rem;
   color: #080157;
  gap: 0.234375rem; 
  font-weight: 600;
  transform: translateY(0.78125rem);
  opacity: 0;
  transform: translateY(0.78125rem); 
  transition: opacity 0.8s ease 0.3s, transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.3s;
}
#index_pro .row-2 {
  margin-top: 1.75rem; 
}

#index_pro .row-2 .row2-half {
  width: 44.125rem; 
   height: 23rem; 
  background-color: #F8F8F8;
  border-radius: 1.5625rem;
}

#index_pro .row-3 {
  margin-top: 1.75rem; 
}
.card-a:hover .card-a-top {
  transform: translateY(-20px);
}

.card-a:hover .card-a-top-more2 {
  opacity: 1;
  transform: translateY(0.625rem);
}
#index_swiper2 .swiper-slide {
  width: 78%;
  transition-timing-function: linear;
  position: relative;
  height: 37.5rem;
  margin-top: 6.25rem; 
}
.index_swiper2_center-container {
  height: 100%;
}
.index_swiper2_center-container .swiper-wrapper .swiper-slide {
  position: relative;
  z-index: 1;
}
.index_swiper2_center-container-title {
  position: absolute;
  top: 3.125rem;
  left: 50%;
  transform: translate(-50%, 12.5rem); 
  opacity: 0;
  z-index: 2;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1rem;
  font-weight: 600;
  transition: opacity 2s ease, transform 2s cubic-bezier(.22, 1, .36, 1); 
}
#index_swiper2 .swiper-slide-active .index_swiper2_center-container-title {
  opacity: 1;
  transform: translate(-50%, 0); 
}
.index_swiper2_center-container-title h2,
.index_swiper2_center-container-title span,
.index_swiper2_center-container-title .index_swiper2_center-container-desc {
  opacity: 0;
  transform: translateY(0.9375rem); 
}
.index_swiper2_center-container-title h2 {
  transition: opacity 1.8s ease 0.3s, transform 1.8s cubic-bezier(.22, 1, .36, 1) 0.3s;
}
.index_swiper2_center-container-title span {
  transition: opacity 1.8s ease 0.6s, transform 1.8s cubic-bezier(.22, 1, .36, 1) 0.6s;
}
.index_swiper2_center-container-title .index_swiper2_center-container-desc {
  transition: opacity 1.8s ease 0.9s, transform 1.8s cubic-bezier(.22, 1, .36, 1) 0.9s;
}
#index_swiper2 .swiper-slide-active .index_swiper2_center-container-title h2,
#index_swiper2 .swiper-slide-active .index_swiper2_center-container-title span,
#index_swiper2 .swiper-slide-active .index_swiper2_center-container-title .index_swiper2_center-container-desc {
  opacity: 1;
  transform: translateY(0);
}
.index_swiper2_center-container-title h2 {
  font-size: 2rem ;
  margin-bottom: 1rem;
}
.index_swiper2_center-container-title span {
  margin-bottom: 1rem;
  font-size: 0.9rem;
}
.index_swiper2_center-container-title .index_swiper2_center-container-desc a {
  display: inline-block;
  padding: 0.5rem 1rem; 
  background-color: #080157;
  border-radius: 0.78125rem; 
  color: #fff; 
  text-decoration: none;
  transition: all 0.3s ease;
}
.index_swiper2_center-container-title .index_swiper2_center-container-desc a:hover {
  background-color: #090059;
  border-color: #090059;
  color: #fff;
}
#index_swiper2 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 1.5625rem; 
}

#index_swiper2 .index_swiper2-pagination .swiper-pagination-bullet {
  background: none;
  opacity: 1;
  margin: 0 0.375rem !important; 
  width: 1.25rem; 
  height: 0.5625rem; 
  position: relative;
}

#index_swiper2 .index_swiper2-pagination .swiper-pagination-bullet span {
  width: 0.1875rem;
  height: 0.1875rem; 
  background: #CCC;
  display: block;
  border-radius: 50%;
  margin-top: 0.1875rem;
  margin-left: 0.1875rem; 
}

#index_swiper2 .index_swiper2-pagination .swiper-pagination-bullet i {
  background: rgb(0, 204, 136);
  height: 0.0625rem; 
  width: 2.0625rem; 
  position: absolute;
  top: 0.25rem;
  transform: scaleX(0);
  transform-origin: left;
  z-index: 3;
  transition-timing-function: linear;
}
#index_swiper2 .index_swiper2-pagination .swiper-pagination-bullet-active span,
#index_swiper2 .index_swiper2-pagination .swiper-pagination-bullet:hover span {
  width: 0.5625rem; /* 9px */
  height: 0.5625rem; /* 9px */
  margin-top: 0;
  margin-left: 0;
  background: rgb(0, 204, 136);
  position: relative;
  z-index: 1;
}
#index_swiper2 .index_swiper2-pagination .swiper-pagination-bullet-active i {
  animation: middle 6s;
}
@keyframes middle {
  0% {
    transform: scaleX(0.7);
    left: -0.625rem;
  }
  20% {
    transform: scaleX(0.45);
    left: 0.125rem; 
  }
  100% {
    transform: scaleX(1);
    left: 0.125rem; 
  }
}
#index_swiper2 .index_swiper2-pagination {
  position: absolute;
  bottom: 1.25rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center; 
  gap: 0.375rem; 
  z-index: 10;
  width: auto;
}
#index_swiper2 .index_swiper2-button-prev,
#index_swiper2 .index_swiper2-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3rem; 
  height: 3rem; 
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  cursor: pointer;
  transition: all 0.3s ease;
}

#index_swiper2 .index_swiper2-button-prev {
  left: 0.625rem; 
}

#index_swiper2 .index_swiper2-button-next {
  right: 0.625rem; 
}

#index_swiper2 .index_swiper2-button-prev:hover,
#index_swiper2 .index_swiper2-button-next:hover {
  background-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-50%) scale(1.1);
}
#index_swiper2 .index_swiper2-button-prev::after,
#index_swiper2 .index_swiper2-button-next::after {
  font-size: 1.25rem; /* 20px */
  color: #000;
  opacity: 0.7;
}

#index_swiper2 .index_swiper2-button-prev:hover::after,
#index_swiper2 .index_swiper2-button-next:hover::after {
  opacity: 1;
}

#index_swiper2 .index_swiper2-button-prev span,
#index_swiper2 .index_swiper2-button-next span {
  font-size: 1.5rem; 
  color: #000;
}

#index_about {
    margin-top: 108px;
}
#index_about .box {
    background: linear-gradient(to bottom, #E2EFF8, #A8B7CB, #BDC9D8);
    display: flex;
    border-radius: 25px;
    justify-content: space-between;
    height: 562px;
    position: relative;
}
.index_about_list{
  width: 320px;
    margin-top: 12px;
    margin-left: 154px;
    z-index: 33;
}
.index_about_right{
  position: absolute;
  width: 990px;
  height: 603px;
  right: 0;
  bottom: 0;
  overflow: hidden;
} 
.index_about_right img {
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}
.index_about_list h2{
  width: 320px;
  margin-top: 81px;
    height: 47px;
  font-weight: bold;
    font-size: 40px;
    color: #333333;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.index_about_list p {
  margin-top: 32px;
  font-weight: 400;
    font-size: 16px;
    color: #333333;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.index_about_list a{
  margin-top: 1.5rem;
  display: block;
  width: 222px;
  background: #080157;
    border-radius: 999px 999px 999px 999px;
  color: #fff;
  text-align: center;
}
.index_form{
  margin-bottom: 100px;

}
.index_form_list{
   background-color: #F8F8F8;
    display: flex;
    justify-content: center;
    align-items: center;
}
.index_form_list_c{
  width: 1058px;

}

.index_form_list_c h2{
  
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: bold;
    font-size: 30px;
    color: #333333;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 57px;
}
.index_form_list_get{
  margin-top: 33px;
}
#index_blog{
  padding: 100px 0;  
}
.index_blog_h2{
    margin: 0;
    font-size: 40px;
    line-height: 1.5;
    color: #333;
    font-weight: 600;
    text-align: center;
}
.index_blog_centent{
    margin-top: 50px;  
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 600px;
}

.index_blog_centent_list  , .index_blog_centent_swiper{
    width: 48%;
    border-radius: 25px;
}
.index_blog_centent_swiper a{
 display: flex;
  flex-direction: column;
  height: 100%;
    border: 1px solid #fff;
}
.index_blog_centent_list{
    padding: 30px;
    background-color: #f8f8f8;
    position: relative;
    margin-top: 0;
}
.index_blog_centent_swiper .img {
    max-width: 100%;
    height: 18.75rem;
    background: #000000;
    border-radius: 0px 0px 0px 0px;
    border-radius: 25px;
    flex-shrink: 0; 
}
.index_blog_centent_swiper_b{
    flex: 1; 
    padding: 20px;
    font-size: 1rem;
        background-color: #f8f8f8;
}
.index_blog_centent_swiper_b h3{
    font-size: 1.2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #888888;
}
.index_blog_centent_swiper_b p{
    margin-top: 7px;
    font-size: 0.9rem;
    line-height: 27px;
    color: #888888;
    transition: all 0.5s ease;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
.index_blog_centent_swiper_b .time{
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 22px;
    color: #888;
    transition: all 0.5s ease;
    font-size: 0.9rem;
}
.index_blog_centent_swiper_b h3:hover {
    color: #090059;
}

.index_blog_centent_swiper_b_more:hover {
    color: #090059;
}

.index_blog_centent_swiper_b_more{
    margin-top: 40px;
    display: inline-flex;
    width: max-content;
    font-size: 16px;
    line-height: 25px;
    color: #888;
     font-size: 0.9rem;
    transition: all 0.5s ease;  
}
.index_blog_centent_list_group{
    padding: 0 5%;
    width: 100%;
    overflow-y: auto;
    height: 100%;
}
.index_blog_centent_list_group .index_blog_centent_list_group-item{
    background-color: transparent;
    padding: 1.5rem 0 1.4rem;
     display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease;
}
.index_blog_centent_list_group .index_blog_centent_list_group-item:hover {
    border-bottom-color: #090059;
}
.index_blog_centent_list_group .index_blog_centent_list_group-item:hover h3 {
    color: #090059;
}
.index_blog_centent_list_group .index_blog_centent_list_group-item .time{
    margin-top: 10px;
    font-size: 0.9rem;
    line-height: 20px;
    color: #888;
    transition: all 0.3s ease;
    user-select: none;
    -webkit-user-select: none
}
.index_blog_centent_list_group .title{
    font-size: 1.15rem;
    line-height: 30px;
    color: #333;
    font-weight: 600;
    transition: all 0.3s ease;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
#index_blog .view_more{
    margin: 45px auto 0;
    width: 160px;
    height: 50px;
    font-size: 0.9rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background-color: #080157;
    transition: all 0.5s ease; 
}
#index_blog .view_more:hover {
    background-color:  #011689;
}
#index_blog .index_blog_h2,
#index_blog .index_blog_centent,
#index_blog .view_more {
  opacity: 0;
  transform: translateY(80px);
  transition: transform 0.8s ease, opacity 0.8s ease;
}
#index_blog.active .index_blog_h2 {
  opacity: 1;
  transform: translateY(0);
}

#index_blog.active .index_blog_centent {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.15s;
}
#index_blog.active .view_more {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.3s;
}
.index_form_select{
    border-radius: 25px ;
}
.layui-form-select .layui-select-title .layui-input {
  border-radius: 25px !important;
}

.layui-form-select {
  border-radius: 25px !important;

}

.layui-form-select dl {
  border-radius: 0 0 8px 8px !important;
}


.index_form_list_c .layui-textarea{
    border-radius: 25px ;
}
.footer{
        background-color: #f8f8f8;
        overflow: hidden;
}
.footer .web-ftop{
    display: none;
}
.footer .ftop{
    display: flex;
    padding: 80px 0 55px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.footer .foot_left{
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.footer .foot_left .foot_left_item{
    height: 100%;

}
.footer .foot_left .foot_left_item img{
    max-width: 100%;
    max-height: 100%;
}
.footer .foot_nav{
    display: flex;
    justify-content: space-between;
    flex-direction: initial;
    width: 70%;
 }
.footer .foot_nav .fnav{
    width: 33.33%;
    font-size: 1rem;
}
.footer .foot_nav .fnav-two { 
    margin-top: 26px;
    display: flex;
    flex-direction: column;
    
}
.footer .foot_nav .fnav-two { 
    margin-top: 26px;
    display: flex;
    flex-direction: column;
}
.fnav-two a:first-child {
  margin-top: 0 !important;
}
.footer .foot_nav  .fnav-one-a {
    font-size: 1.1rem;
    line-height: 1;
    color: #221f1c;
    font-weight: 500;
}
.footer .foot_nav .fnav-two .fnav-two-a{
    padding: 0;
    margin: 0;
    border: 0;
    background-color: transparent;
    margin-top: 0.7rem;
    font-size: 1rem;
    color: #666;
    line-height: 1.6rem;  
}

.footer .foot_nav .fnav-two .fnav-two-a:hover {
    color: #090059;
}
.foot-media{
    display: flex;
    margin-top: 12px;
    justify-content: right;
    height: 68px;
}
.foot-media-a{
    width: 44px;
    height: 44px;
    overflow: hidden; 
    margin-right: 12px;
}

.foot-media-a:last-child {
    margin-right: 33px;
}

.fbot{
    padding: 18px 0;
    background-color: #e5e5e5;
    text-align: center;
    font-size: 0.9rem;
    color: #999;
    line-height: 21px
}

.fbot a{
    color: #999;
}
.fbot a:hover {
      color: #090059;
}


.web_nav_item,.web_right_nav{
    display: none;
}



.popup-container {
    position: fixed;
    bottom: 0;
    left: 1%;
    width: 40vw;
    transition: transform 0.3s ease-out;
    transform: translateY(100%);
    z-index: 1000;
    background: #fff;
    box-shadow: 0 0 10px rgba(68,68,68,0.18);
    border: 1px solid #ddd;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    height: auto;
}







}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px; 
  }
}


@media (min-width: 1440px) {

html{
    font-size: 16px;
}
.container-center {
  max-width: 90rem; 
  margin: auto;
  width: 85%; 

}

header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.header-item{
   max-width: 87.5rem;
  height: 5.625rem;
  z-index:1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
 
}
.nav{
  max-width: 37.5625rem; 
  display:flex; align-items:center; gap:3rem;
  height: 100%;
  position: relative;
}
.nav li{cursor:pointer; font-size:1rem; color:#fff;
    position: relative;
    height: 100%;
}
.nav a {
  display: block;
  height: 100%;
  color: white;
  text-decoration: none;
  position: relative;
  display: flex; 
  justify-content: center; 
  align-items: center; 
}
.nav a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #080157; 
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.2s;
}

.nav a:hover::after {
  transform: scaleX(1);
}

.mega-menu{
  position:fixed; top:5.625rem; left:0;
  width:100vw; background:#fff;
  box-shadow:0 1.25rem 2.5rem rgba(0,0,0,.08);
  display:none; z-index:999;
  padding: 1.25rem;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px; 
}
.mega-menu.show{display:block;}
.mega-inner{max-width:60vw; margin:0 auto;  display:flex;}
.mega-left{width:16.25rem;}
.mega-left li{ cursor:pointer; transition:.2s;}
.mega-left li a{color:#000;font-size:1rem;border-radius: 15px;display:block;width:100%;display:flex;justify-content:space-between;padding-right: 10px; transition: all 0.3s ease;padding:0.5rem ;}
.mega-left li a span:last-child {
    margin-left: auto; 
    display: inline-block;
    transform: translateX(0); 
    transition: transform 0.3s ease; 
}
.mega-left li a:hover {
    color: #080157;
    font-weight: 500;
    background-color: #F6F7F8;

}
.mega-left li a:hover span:last-child {
    transform: translateX(10px);
    color: #080157;
    font-weight: 600;
}


.mega-right{flex:1; padding-left:1rem; }
.right-panel{
    display:none;
    padding: 0.625rem;
    box-sizing: border-box;
    max-height: 600px;  
    border-left:0.0625rem solid #eee;
    border-right:0.0625rem solid #eee;
    
}
.right-panel-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr); 
  gap: 1rem;
  width: 100%;
  max-height: calc(270px * 2 + 16px);
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #d0d0d0 transparent;
}


.right-panel-item {
  width: 100%;
  height: 270px; 
  overflow: hidden;
}
.right-panel-page{
    width: 100%;
    height: 100%;
}
.data-menu{
   display:flex; 
   align-items: center;
   gap: 1rem;
}
.data-menu-item{
     flex: 1; 
     border-radius: 0.25rem; 
     height: 5.625rem;
     line-height: 5.625rem;
     text-align: center;
}
.data-menu-item a{
    display: block;
    color: #000000;
    border-radius: 15px;
}
.data-menu-item a:hover {
  background-color: #F8F8F8;
  
}

.right-panel.active{display:block;}
.right-panel-item .cards{ 
      height: 100%;
      width: 100%;
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      background-color: #fff ;
}
.cards .cards-href{
    display: block;
    color: #000;
    height: 100%;
    overflow: hidden;
    border-radius: 15px;
}
.card{background-color: #fff; padding:0.2rem; flex: 1; }
.cards-href-img{
  height: 160px;
  overflow: hidden;
  background-color:#F8F8F8 ;
  border-radius: 15px;
  display: flex;
  align-content: center;
  justify-content: center;
  margin-bottom: 1rem;
}
.cards-href-img img{
  max-width: 80%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 15px;
}

.cards-href-img img:hover{
  transform: scale(1.1); 
  transition: transform 0.3s ease; 
}


.cards .cards-href   h3{
    font-size: 0.9rem;
    margin-bottom: 0.3rem; 
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical; 
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
}
 .cards-href   p{
    font-size: 0.8rem;
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical; 
    overflow: hidden;
    text-overflow: ellipsis;
}
.right-panel-items::-webkit-scrollbar {
  width: 4px;
}
.right-panel-items::-webkit-scrollbar-track {
  background: transparent;
}
.right-panel-items::-webkit-scrollbar-thumb {
  background-color: #d0d0d0;
  border-radius: 2px;
}
.right-panel-items:hover::-webkit-scrollbar-thumb {
  background-color: #b0b0b0;
}

.header-item .logo {
  display: block;     
  width: 6.3125rem;
}
.logo-img {
  width: 100%;
  height: auto;
  display: block;    
}
.logo-color {
  display: none;
}
header.header-dark .logo-white {
  display: none;     
}
header.header-dark .logo-color {
  display: block;     
}
header.header-dark .nav li { color: #000; }
header.header-dark .header_right .Language { color: #000; }
header.header-dark .header_right svg path { stroke: #000; }

header.header-dark .nav li { color: #000; }
header.header-dark .header_right .Language { color: #000; }
header.header-dark .header_right svg path { stroke: #000; }

.header-item .header_right {
    max-width: 6.125rem; 
    display: flex;  
    align-items: center;   
    gap: 0.25rem; 
    color: inherit; 
    font-size: 1rem;  
      cursor: pointer;
  
}
.header_right svg{
    max-width: 1.25rem; 
}
.header_right .Language{
    max-width: 4.625rem; 
    font-weight: 400;
    line-height: 1.25rem; 
    font-size: 1rem;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    text-transform: none;
  
}
header.header-dark .nav li {
  color: #000;
}
header.header-dark .header_right .Language {
  color: #000;
}

header.header-dark .header_right svg path {
  stroke: #000; 
}

#header.header-light-text {
  color: #000000;
}

#header.header-light-text .nav a,
#header.header-light-text .Language,
#header.header-light-text .hamburger span {
  color: #000000 !important; 
}

.header-light-text .logo-img.logo-white {
    display: none;
}

.header-light-text .logo-img.logo-color {
    display: inline-block; 
}




.header-light-text .banner-btn:hover {
  background-color: #fff;  
  color: #000;            
 
}




#header.header-hide {
  transform: translateY(-100%);
}
#header.header-scrolled {
  background-color: #fff;
}
#header .nav li a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}
#header.header-scrolled .nav li a {
  color: #000;
}
#header .nav li,
#header .header_right .Language,
#header .header_right svg path {
  color: #fff;
  stroke: #fff;
  transition: color 0.3s ease, stroke 0.3s ease;
}
#header.header-scrolled .nav li,
#header.header-scrolled .header_right .Language,
#header.header-scrolled .header_right svg path {
  color: #000;
  stroke: #000;
}

#langBtn {
    cursor: pointer;
}
.logo-color { display: none; }
header.header-scrolled .logo-white { display: none; }
header.header-scrolled .logo-color { display: block; }

#header.header-scrolled,
#header.header-hover {
  background-color: #fff;
  box-shadow: 0 0.125rem 0.625rem rgba(0,0,0,0.1);
}

#header.header-scrolled .nav li a,
#header.header-hover .nav li a,
#header.header-scrolled .header_right .Language,
#header.header-hover .header_right .Language {
  color: #000 !important;
}

#header.header-scrolled .header_right svg path,
#header.header-hover .header_right svg path {
  stroke: #000 !important;
}

#header.header-scrolled .logo-white,
#header.header-hover .logo-white {
  display: none !important;
}
#header.header-scrolled .logo-color,
#header.header-hover .logo-color {
  display: block !important;
}

.lang-overlay{
  position:fixed;
  inset:0;
  background: rgba(12,12,12,0.5);
  backdrop-filter: blur(0.75rem); 
  opacity:0;
  pointer-events:none;
  transition:.25s;
  z-index:999;
}

.lang-overlay.show{
  opacity:1;
  pointer-events:auto;
}

.lang-popup{
  width:40vw;
  background:#FFFFFF;
  border-radius:1.125rem; 
  padding:2.5rem; 
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%) scale(.96);
  transition:.25s;
}

.lang-overlay.show .lang-popup{
  transform:translate(-50%,-50%) scale(1);
}

.lang-popup h3{
  text-align:center;
  margin-bottom:2.5rem; 
  font-weight: bold;
  font-size: 1.25rem;
    color: #000000;
    font-style: normal;
    text-transform: none;
}
.lang-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:0.875rem; 
}

.lang-item{
  background: #F8F8F8;
  border-radius:0.625rem;
  padding:0.75rem 1rem;
 
  cursor:pointer;
  transition:.2s;
}
.lang-item a{
  width: 100%;
     display:flex;
  justify-content:space-between;
  align-items:center;
}
.lang-item b{
    color: #000000;
    font-weight: 500;
    font-size: 1rem;
}
.lang-item span{
  color:#A8A8A8;
  font-size:1rem;
}

.lang-item:hover{
  background:#fff;
  box-shadow:0 0.5rem 1.25rem rgba(0,0,0,.08); 
}

.lang-close{
  position:absolute;
  right:1rem; 
  top:0.875rem; 
  font-size:1.125rem; 
  cursor:pointer;
  color:#666;
}
.lang-close:hover{color:#000}
.banner-swiper{
    width: 100vw;
    margin-left: calc(50% - 50vw);
}

.swiper { height: 100vh; }

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.banner-swiper .swiper-pagination {
  bottom: 1.875rem; 
}
.banner-swiper .swiper-pagination-bullet {
  width: 1.875rem;
  height: 0.1875rem; 
  border-radius: 0;
   background: #5A6373; 
  opacity: 1;
  margin: 0 0.375rem !important; 
  transition: all 0.3s ease;
}
.banner-swiper .swiper-pagination-bullet-active {
  background: #777C88;
  width: 3.75rem; 
}
.banner-swiper .swiper-slide {
  position: relative;
}
.banner-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.banner-content {
  position: absolute;
  left: 50%;
  top: 30%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 0 1.25rem;
}

.banner-swiper {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.swiper {
  height: 100vh;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.banner-swiper .swiper-pagination {
  bottom: 1.875rem; 
}
.banner-swiper .swiper-pagination-bullet {
  width: 1.875rem; 
  height: 0.1875rem;
  border-radius: 0;
  background: #5A6373;
  opacity: 1;
  margin: 0 0.375rem !important; 
  transition: all 0.3s ease;
}
.banner-swiper .swiper-pagination-bullet-active {
  background: #777C88;
  width: 3.75rem; 
}
.banner-swiper .swiper-slide {
  position: relative;
}
.banner-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.banner-content {
  position: absolute;
  left: 50%;
  top: 28%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 0 1.25rem; 
}
.banner-title {
  margin-bottom: 1rem; 
  height: 3.5rem; 
  font-weight: bold;
  font-size: 2.52rem;
  color: #FFFFFF;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.banner-desc {
  margin-bottom: 1.25rem; 
  height: 1.75rem; 
  font-weight: 300;
  font-size: 1.5rem;
  color: #FFFFFF;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.banner-btn {
  display: inline-block;
  margin-top: 2.25rem; 
  padding: 0.625rem 2.5rem; 
  color: #000000;
  text-decoration: none;
  transition: all .3s ease;
  /*background: #FFFFFF;*/
  border-radius: 1.5625rem; 
}

/*.banner-btn:hover {*/
/*  background: #080157;*/
/*  color: #fff;*/
/*}*/

/*.banner-btn:hover {*/
/*background-color: #080157 !important;*/
/*color: #fff !important;*/
/*}*/
/*.banner-swiper .swiper-slide.is-last .banner-title,*/
/*.banner-swiper .swiper-slide.is-last .banner-desc,*/
/*.banner-swiper .swiper-slide.is-last .banner-btn {*/
/*  color: #000;*/
/*  border-color: #000;*/
/*}*/
/*.banner-swiper .swiper-slide.is-last .banner-btn:hover {*/
/*  background: #000;*/
/*  color: #fff;*/
/*}*/
#header a {
  color: #fff;
  transition: color .3s ease;
}
#header.header-dark a {
  color: #000;
}
#header {
  color: #fff;
}
#header.header-dark {
  color: #000;
}
.lang-icon {
  display: block;
}
.swiper-button-prev {
  left: 2rem; 
}
.swiper-button-next {
  right: 2rem; 
}
.swiper-button-next,
.swiper-button-prev {
  width: 3.125rem; 
  height: 3.125rem; 
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -0.9375rem; 
  transition: all 0.3s ease;
  box-shadow: 0 0.078125rem 0.3125rem rgba(0, 0, 0, 0.1);
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: rgba(255, 255, 255, 0.3);
  transform: scale(1.1);
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 0.78125rem; 
  color: white;
  opacity: 0.7;
}

.swiper-button-next:hover::after,
.swiper-button-prev:hover::after {
  opacity: 1;
}
#index_pro {
  margin-top: 4.8125rem; 
}
.index_pro-pc{
    display: block;
}
.index_pro-mobile{
    display: none;
}
.ind_tit {
  margin-bottom: 3.125rem;
  height: 3.75rem; 
  font-weight: bold;
  font-size: 2.5rem; 
  color: #333333;
  text-align: left;
  font-style: normal;
  text-transform: none;
  text-align: center;
}
.products-container {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem; 
}
.product-row {
  width: 100%;
  display: flex;
  gap: 1.75rem; 
}

.card-left {
  width: 62.375rem; 
  height: 100%;
  border-radius: 1.5625rem; 
  height: 28.125rem; 
  margin: 0;
}
.card-left,
.card-right,
.row2-half
{
  background: #F8F8F8;
}

.card-left:hover , .card-right:hover , .row2-half:hover{
      background: linear-gradient(to bottom, 
              #6B7889 0%, 
              #A4B4C7 50%, 
              #C8D7EA 100%);
}
.card-right {
  width: 25.875rem; 
  background-color: #F8F8F8;
  height: 28.125rem;
  border-radius: 1.5625rem; 
}

.card-a {
  position: relative;
  display: block;
  height: 100%;
  border-radius: 1.5625rem; 
  overflow: hidden;
}

.i-pic {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
}

.i-pic img {
  max-width: 80%;
  object-fit: cover;
  display: block;
  will-change: transform;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.card-a:hover .i-pic img {
  transform: scale(1.03);
}

.card-a-top {
  position: absolute;
  bottom: 1.875rem; 
  left: 1.875rem; 
  z-index: 30;
  color: #fff;
  transform: translateY(0);
  transition: transform 0.9s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.card-a-top .name {
  font-weight: bold;
  font-size: 1.375rem; 
  color: #333333;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.card-a-top .brief {
  font-weight: 400;
  font-size: 1.125rem; 
  color: #333333;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.card-a-top-more2 {
  font-size: 1rem;
   color: #080157;
  gap: 0.234375rem;
  font-weight: 600;
  transform: translateY(0.78125rem); 
  opacity: 0;
  transform: translateY(0.78125rem);
  transition: opacity 0.8s ease 0.3s, transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.3s;
}

#index_pro .row-2 {
  margin-top: 1.75rem; 
}

#index_pro .row-2 .row2-half {
  width: 44.125rem; 
  height: 28.125rem; 
  background-color: #F8F8F8;
  border-radius: 1.5625rem; 
}

#index_pro .row-3 {
  margin-top: 1.75rem; 
}



.card-a:hover .card-a-top {
  transform: translateY(-20px);
}

.card-a:hover .card-a-top-more2 {
  opacity: 1;
  transform: translateY(0.625rem);
 
}

#index_swiper2 .swiper-slide {
 
  transition-timing-function: linear;
  position: relative;
  height: 40.625rem; 
  margin-top: 6.25rem;
}
.index_swiper2_center-container {
  height: 100%;
}

.index_swiper2_center-container .swiper-wrapper .swiper-slide {
  position: relative;
  z-index: 1;
}
.index_swiper2_center-container-title {
  position: absolute;
  top: 3.125rem;
  left: 50%;
  transform: translate(-50%, 12.5rem); 
  opacity: 0;
  z-index: 2;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1rem;
  font-weight: 600;
  transition: opacity 2s ease, transform 2s cubic-bezier(.22, 1, .36, 1); 
}
#index_swiper2 .swiper-slide-active .index_swiper2_center-container-title {
  opacity: 1;
  transform: translate(-50%, 0); 
}

.index_swiper2_center-container-title h2,
.index_swiper2_center-container-title span,
.index_swiper2_center-container-title .index_swiper2_center-container-desc {
  opacity: 0;
  transform: translateY(0.9375rem); 
}

.index_swiper2_center-container-title h2 {
  transition: opacity 1.8s ease 0.3s, transform 1.8s cubic-bezier(.22, 1, .36, 1) 0.3s;
}

.index_swiper2_center-container-title span {
  transition: opacity 1.8s ease 0.6s, transform 1.8s cubic-bezier(.22, 1, .36, 1) 0.6s;
}

.index_swiper2_center-container-title .index_swiper2_center-container-desc {
  transition: opacity 1.8s ease 0.9s, transform 1.8s cubic-bezier(.22, 1, .36, 1) 0.9s;
}

#index_swiper2 .swiper-slide-active .index_swiper2_center-container-title h2,
#index_swiper2 .swiper-slide-active .index_swiper2_center-container-title span,
#index_swiper2 .swiper-slide-active .index_swiper2_center-container-title .index_swiper2_center-container-desc {
  opacity: 1;
  transform: translateY(0);
}

.index_swiper2_center-container-title h2 {
  font-size: 2rem ;
  margin-bottom: 1rem;
}

.index_swiper2_center-container-title span {
  margin-bottom: 1rem;
  
}

.index_swiper2_center-container-title .index_swiper2_center-container-desc a {
  display: inline-block;
  padding: 0.5rem 1rem; 
  background-color: #080157;
  border-radius: 0.78125rem; 
  color: #fff; 
  text-decoration: none;
  transition: all 0.3s ease; 
}
.index_swiper2_center-container-title .index_swiper2_center-container-desc a:hover {
  background-color: #090059;
  border-color: #090059;
  color: #fff;
}

#index_swiper2 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 1.5625rem; 
}

#index_swiper2 .index_swiper2-pagination .swiper-pagination-bullet {
  background: none;
  opacity: 1;
  margin: 0 0.375rem !important; 
  width: 1.25rem; 
  height: 0.5625rem; 
  position: relative;
}

#index_swiper2 .index_swiper2-pagination .swiper-pagination-bullet span {
  width: 0.1875rem;
  height: 0.1875rem; 
  background: #CCC;
  display: block;
  border-radius: 50%;
  margin-top: 0.1875rem; 
  margin-left: 0.1875rem; 
}

#index_swiper2 .index_swiper2-pagination .swiper-pagination-bullet i {
  /*background: rgb(0, 204, 136);*/
  background-color: #080157;
  height: 0.0625rem; 
  width: 2.0625rem; 
  position: absolute;
  top: 0.25rem; 
  transform: scaleX(0);
  transform-origin: left;
  z-index: 3;
  transition-timing-function: linear;
}

#index_swiper2 .index_swiper2-pagination .swiper-pagination-bullet-active span,
#index_swiper2 .index_swiper2-pagination .swiper-pagination-bullet:hover span {
  width: 0.5625rem;
  height: 0.5625rem; 
  margin-top: 0;
  margin-left: 0;
  /*background: rgb(0, 204, 136);*/
  
  background-color: #080157;
  position: relative;
  z-index: 1;
}

#index_swiper2 .index_swiper2-pagination .swiper-pagination-bullet-active i {
  animation: middle 6s;
}

@keyframes middle {
  0% {
    transform: scaleX(0.7);
    left: -0.625rem; 
  }
  20% {
    transform: scaleX(0.45);
    left: 0.125rem; 
  }
  100% {
    transform: scaleX(1);
    left: 0.125rem; 
  }
}

#index_swiper2 .index_swiper2-pagination {
  position: absolute;
  bottom: 1.25rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center; 
  gap: 0.375rem; 
  z-index: 10;
  width: auto; 
}

#index_swiper2 .index_swiper2-button-prev,
#index_swiper2 .index_swiper2-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3rem; 
  height: 3rem; 
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  cursor: pointer;
  transition: all 0.3s ease;
}

#index_swiper2 .index_swiper2-button-prev {
  left: 0.625rem; 
}

#index_swiper2 .index_swiper2-button-next {
  right: 0.625rem; 
}

#index_swiper2 .index_swiper2-button-prev:hover,
#index_swiper2 .index_swiper2-button-next:hover {
  background-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-50%) scale(1.1);
}
#index_swiper2 .index_swiper2-button-prev::after,
#index_swiper2 .index_swiper2-button-next::after {
  font-size: 1.25rem; 
  color: #000;
  opacity: 0.7;
}

#index_swiper2 .index_swiper2-button-prev:hover::after,
#index_swiper2 .index_swiper2-button-next:hover::after {
  opacity: 1;
}

#index_swiper2 .index_swiper2-button-prev span,
#index_swiper2 .index_swiper2-button-next span {
  font-size: 1.5rem; 
  color: #000;
}
#index_about {
    margin-top: 108px;
}
#index_about .box {
    background: linear-gradient(to bottom, #E2EFF8, #A8B7CB, #BDC9D8);
    display: flex;
    border-radius: 25px;
    justify-content: space-between;
    height: 562px;
    position: relative;
}
.index_about_list{
  width: 360px;
    margin-top: 12px;
    margin-left: 154px;
    z-index: 33;
    
}
.index_about_right{
  position: absolute;
  width: 990px;
  height: 603px;
  right: 0;
  bottom: 0;
  overflow: hidden;

} 
.index_about_right img {
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}
.index_about_list h2{
  width: 320px;
  margin-top: 81px;
    height: 47px;
    
  font-weight: bold;
    font-size: 40px;
    color: #333333;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.index_about_list p {
  margin-top: 32px;
  font-weight: 400;
    font-size: 16px;
    color: #333333;
    text-align: left;
    font-style: normal;
    text-transform: none;
 
}
.index_about_list a{
  margin-top: 50px;
  display: block;
  width: 222px;
  background: #080157;
  border-radius: 999px 999px 999px 999px;
  color: #fff;
  text-align: center;
}
.index_form{
  margin-bottom: 100px;
}
.index_form_list{
   background-color: #F8F8F8;
    display: flex;
    justify-content: center;
    align-items: center;
}
.index_form_list_c{
  width: 1058px;

}
.index_form_list_c h2{
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: bold;
    font-size: 30px;
    color: #333333;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 57px;
}
.index_form_list_get{
  margin-top: 33px;
}
#index_blog{
  padding: 100px 0;  
}
.index_blog_h2{
    margin: 0;
    font-size: 40px;
    line-height: 1.5;
    color: #333;
    font-weight: 600;
    text-align: center;
}
.index_blog_centent{
    margin-top: 50px;  
    display: flex;
    justify-content: space-between;
    height: 600px;
}
.index_blog_centent_list  , .index_blog_centent_swiper{
    width: 48%;

    border-radius: 25px;
}
.index_blog_centent_swiper a{
 display: flex;
  flex-direction: column;
  height: 100%; 
    border: 1px solid #fff;
}
.index_blog_centent_list{
    padding: 30px;
    background-color: #f8f8f8;
    position: relative;
}
.index_blog_centent_swiper .img {
    max-width: 100%;
    height: 18.75rem;
    background: #000000;
    border-radius: 0px 0px 0px 0px;
    border-radius: 25px;
    flex-shrink: 0; 
}
.index_blog_centent_swiper_b{
    flex: 1; 
    padding: 20px;
    font-size: 1rem;
        background-color: #f8f8f8;
}
.index_blog_centent_swiper_b h3{
    font-size: 1.2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #888888;
}
.index_blog_centent_swiper_b p{
    margin-top: 7px;
    font-size: 0.9rem;
    line-height: 27px;
    color: #888888;
    transition: all 0.5s ease;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
.index_blog_centent_swiper_b .time{
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 22px;
    color: #888;
    transition: all 0.5s ease;
    font-size: 0.9rem;
}
.index_blog_centent_swiper_b h3:hover {
    color: #090059;
}

.index_blog_centent_swiper_b_more:hover {
    color: #090059;
}

.index_blog_centent_swiper_b_more{
    margin-top: 40px;
    display: inline-flex;
    width: max-content;
    font-size: 16px;
    line-height: 25px;
    color: #888;
     font-size: 0.9rem;
    transition: all 0.5s ease;  
}
.index_blog_centent_list_group{
    padding: 0 5%;
    width: 100%;
    overflow-y: auto;
    height: 100%;
}
.index_blog_centent_list_group .index_blog_centent_list_group-item{
    background-color: transparent;
    padding: 1.5rem 0 1.4rem;
     display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease;
}
.index_blog_centent_list_group .index_blog_centent_list_group-item:hover {
    border-bottom-color: #090059;
}
.index_blog_centent_list_group .index_blog_centent_list_group-item:hover h3 {
    color: #090059;
}
.index_blog_centent_list_group .index_blog_centent_list_group-item .time{
    margin-top: 10px;
    font-size: 0.9rem;
    line-height: 20px;
    color: #888;
    transition: all 0.3s ease;
    user-select: none;
    -webkit-user-select: none
}
.index_blog_centent_list_group .title{
    font-size: 1.15rem;
    line-height: 30px;
    color: #333;
    font-weight: 600;
    transition: all 0.3s ease;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

#index_blog .view_more{
    margin: 45px auto 0;
    width: 160px;
    height: 50px;
    font-size: 0.9rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background-color: #080157;
    transition: all 0.5s ease; 
}
#index_blog .view_more:hover {
    background-color:  #011689;
}
#index_blog .index_blog_h2,
#index_blog .index_blog_centent,
#index_blog .view_more {
  opacity: 0;
  transform: translateY(80px);
  transition: transform 0.8s ease, opacity 0.8s ease;
}

#index_blog.active .index_blog_h2 {
  opacity: 1;
  transform: translateY(0);
}

#index_blog.active .index_blog_centent {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.15s;
}

#index_blog.active .view_more {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.3s;
}

.index_form_select{
    border-radius: 25px ;
}
.layui-form-select .layui-select-title .layui-input {
  border-radius: 25px !important;
}
.layui-form-select {
  border-radius: 25px !important;
}
.layui-form-select dl {
  border-radius: 0 0 8px 8px !important;
}


.index_form_list_c .layui-textarea{
    border-radius: 25px ;
}
.footer{
        background-color: #f8f8f8;
        overflow: hidden;
}
.footer .ftop{
    display: flex;
    padding: 80px 0 55px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.footer .foot_left{
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.footer .foot_left .foot_left_item{
    height: 100%;

}
.footer .foot_left .foot_left_item img{
    max-width: 100%;
    max-height: 100%;
}
.footer .foot_nav{
    display: flex;
    justify-content: space-between;
    flex-direction: initial;
    width: 70%;
 }
.footer .foot_nav .fnav{
   
    width: 33.33%;
    font-size: 1rem;
}
.footer .foot_nav .fnav-two { 
    margin-top: 26px;
    display: flex;
    flex-direction: column;
}
.footer .foot_nav .fnav-two { 
    margin-top: 26px;
    display: flex;
    flex-direction: column;
    
}
.fnav-two a:first-child {
  margin-top: 0 !important;
}
.footer .foot_nav  .fnav-one-a {
    font-size: 1.1rem;
    line-height: 1;
    color: #221f1c;
    font-weight: 500;
}
.footer .foot_nav .fnav-two .fnav-two-a{
    padding: 0;
    margin: 0;
    border: 0;
    background-color: transparent;
    margin-top: 0.7rem;
    font-size: 1rem;
    color: #666;
    line-height: 1.6rem;  
}
.footer .foot_nav .fnav-two .fnav-two-a:hover {
    color: #090059;
}
.foot-media{
    display: flex;
    margin-top: 12px;
    justify-content: right;
    height: 68px;
}
.foot-media-a{
    width: 44px;
    height: 44px;
    overflow: hidden; 
    margin-right: 0px;
}
.foot-media-a:last-child {
    margin-right: 33px;
}
.fbot{
  padding: 18px 0;
    background-color: #e5e5e5;
    text-align: center;
    font-size: 0.9rem;
    color: #999;
    line-height: 21px
}
.fbot a:hover {
      color: #090059;
}
.web_nav_item,.web_right_nav{
    display: none;
}



.popup-form-title{
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    padding: 20px ; 
}

.popup-form-title-bottom{
    cursor: pointer;
}
.popup-container {
    position: fixed;
    bottom: 0;
    left: 1%;
    width: 20%;
    transition: transform 0.3s ease-out;
    transform: translateY(100%);
    z-index: 1000;
    background: #fff;
    box-shadow: 0 0 10px rgba(68,68,68,0.18);
    border: 1px solid #ddd;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    height: auto;
}
.popup-container.active {
    transform: translateY(0);
}

.commom_bottom_from{
    padding: 20px;
}


.common_footer_right_left_pc{
    position: fixed;
    bottom: 0;left: 1%; 
    z-index: 999;
    background-color: #011689;
    width: 170px;
    cursor: pointer;
    line-height: 48px;
    height: 48px;
    color: #ffffff;font-size: 14px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;  
    box-shadow: 0 0 10px rgba(68,68,68,0.18);
    text-align: center;
    overflow: hidden;
}
.common_footer_right_left_web{
    display: none;
     position: fixed;
    bottom: 0;left: 1%; 
    z-index: 999;
    background-color: #011689;
    width: 170px;
    cursor: pointer;
    line-height: 48px;
    height: 48px;
    color: #ffffff;font-size: 14px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;  
    box-shadow: 0 0 10px rgba(68,68,68,0.18);
    text-align: center;
    overflow: hidden;
}













}

