/*
#header.f{background: rgba(255, 255, 255, 0.3);backdrop-filter: blur(10.4px);-webkit-backdrop-filter: blur(10.4px);}
#header .hd_contain .logo a{background-image: url(/img/logo_b.png);background-size: contain;}
#header .hd_contain nav ul li{color: #000;}

#header .hd_contain .hd_cs{background-color: #fff;border: 1px solid #ddd;}
#header .hd_contain .hd_cs span{color: #000;}
#header .hd_contain .hd_cs span:first-child{border: none;}
#header .hd_contain .hd_cs span i{background-repeat: no-repeat !important;background-size: cover !important;}
#header .hd_contain .hd_cs span i.m{background: url(/img/hd_mail_red.png);}
#header .hd_contain .hd_cs span i.t{background: url(/img/hd_tel_red.png);}

#header .hd_contain .m_menu_btn.ani_m_menu{color: #000;}
#header .hd_contain .m_menu_btn.ani_m_menu::before,#header .hd_contain .m_menu_btn.ani_m_menu::after{background-color: #000;}

#header .hd_contain .m_menu_btn.ani_m_menu.act::before, #header .hd_contain .m_menu_btn.ani_m_menu.act::after{background-color: #fff;}

*/

.s_bg{padding: 0;background-color: #fff;}
.s_bg::before{display: none;}
.s_bg::after{display: none;}

.c0{color: #000;}
.cf{color: #fff;}
.cc1{color: #c1c1c1;}
.c9{color: #999;}


h2{line-height: 1.25;}

.contain1620{width: 1620px;max-width: 95%;margin: 0 auto;}

.company_mov_wrap{
  padding-bottom: calc(50vh - 203px);
}

@media (max-width: 802px) {
  .company_mov_wrap{
    padding-bottom: calc(50vh - 25.3vw);
  }
}
.company_mov_wrap p{width: 680px;max-width: 100%;margin: 0 auto;}
.company_mov_wrap .mov_area{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.company_mov_wrap .mov{
  width: 722px;
  max-width: 90vw;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  position: relative;
  will-change: width, height;
  transform: translateZ(0);
}
.company_mov_wrap .mov video{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.company_mov_wrap .mov_txt{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  box-sizing: border-box;
  padding: 0 40px;
}
.company_mov_wrap .mov_txt p{
  position: absolute;
  width: 1400px;
  max-width: 90vw;
  line-height: 1.6;
  word-break: keep-all;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.6);
  margin: 0 auto;
}
@media (max-width: 768px) {
  .company_mov_wrap .mov_txt p {
    font-size: 20px !important;
    line-height: 1.5;
    padding: 0 20px;
  }
}

.company_promise{
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding-bottom: 200px;
}


.company_promise .sect_wrap{
  border-top: 1px solid #eee;
  background-color: #fff;
  will-change: transform;
}
.company_promise .sect{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  padding: 16px 24px;
  border-bottom: 1px solid #eee;
  background-color: #fff;
  height: 125px;
  overflow: hidden;
  box-sizing: border-box;
}

.company_promise .sect:first-child{
  height: 620px;
}
.company_promise .sect .img{
  width: 440px;
  height: 90px;
  border-radius: 16px;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0 6px 20px rgba(0,0,0,0.06);
}
.company_promise .sect:first-child .img{
  width: 440px;
  height: 588px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.07);
}
.company_promise .sect .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.company_promise .sect .txt{
  width: 1070px;
  max-width: 100%;
  flex: 1;
}
.company_promise .sect .txt .fz16.c1{
  line-height: 1.2;
  margin-bottom: 4px;
}
.company_promise .sect .txt .fz30{
  font-size: 24px;
}
.company_promise .sect .txt .fz18{
  font-size: 15px;
  line-height: 1.5;
}
.company_promise .sect .txt .items{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 20px;
}
.company_promise .sect .txt .items .item{
  padding: 16px 20px;
  border: 1px solid #eee;
  border-radius: 16px;
  background-color: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.company_promise .sect .txt .items .item .top{display: flex;align-items: flex-start; gap: 20px;}
.company_promise .sect .txt .items .item .top i{width: 34px;height: 34px;margin-top: 4px;flex-shrink: 0;}
.company_promise .sect .txt .items .item .top i img{width: 100%;height: auto;}
.company_promise .sect .txt .items .item .top .fz24{margin-bottom: 10px;font-size: 20px;line-height: 1.2;}
.company_promise .sect .txt .items .item .bottom{margin-top: 25px;}
.company_promise .sect .txt .items .item .bottom .fz16{font-size: 14px;line-height: 1.5;}

@media (max-width: 1200px) {
  .company_promise .sect{gap: 24px;padding: 16px;}
  .company_promise .sect:first-child{height: 600px;}
  .company_promise .sect .img{width: 340px;height: 90px;}
  .company_promise .sect:first-child .img{width: 340px;height: 568px;}
}
@media (max-width: 1000px) {
  .company_promise{padding-bottom: 100px;}
  .company_promise .sect{flex-direction: column;gap: 40px;padding: 20px;height: auto !important;min-height: 200px;}
  .company_promise .sect .img{width: 100% !important;height: 240px !important;}
  .company_promise .sect .txt .items{grid-template-columns: 1fr;}
}

.company_architecture{
  position: relative;
  z-index: 2;
  background-color: #fff;
  box-sizing: border-box;
  overflow: hidden;
  padding: 0;
  border-bottom: 1px solid #eee;
}
.company_architecture .arch_container{
  display: flex;
  flex-direction: column;
}
.company_architecture .arch_head{
  flex-shrink: 0;
}
.company_architecture .arch_head h2{
  font-size: 50px;
  line-height: 1.25;
  margin-bottom: 30px;
}
.company_architecture .arch_head p{
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 120px !important;
}
.architecture_overflow{
  overflow: hidden;
  width: 100%;
  border-top: 1px solid #eee;
  flex-shrink: 0;
}
.architecture_flex{
  display: flex;
  flex-wrap: nowrap;
  height: 480px;
  width: 100%;
}
.architecture_flex .item{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 460px;
  height: 100%;
  padding: 34px 28px;
  border-right: 1px solid #eee;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  flex-shrink: 0;
}
.architecture_flex .item:last-child{
  flex: 1 0 auto;
  width: auto;
  min-width: 460px;
  border-right: none;
  margin-left: 0;
  padding: 28px 40px 24px;
}
.architecture_flex .item .top{
  width: 100%;
}
.architecture_flex .item i{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin: 0;
  flex-shrink: 0;
}
.architecture_flex .item i img{
  width: 100%;
  height: auto;
  display: block;
}
.architecture_flex .item .top .r_txt p.mt40{
  margin-top: 14px !important;
  margin-bottom: 6px !important;
}
.architecture_flex .item .r_txt{
  opacity: 1;
  visibility: visible;
  width: 400px;
  max-width: 100%;
  word-break: keep-all;
}
.architecture_flex .item .bottom{
  opacity: 1;
  visibility: visible;
  width: 400px;
  max-width: 100%;
  word-break: keep-all;
  margin-top: auto;
}
.architecture_flex .item:last-child .r_txt{
  width: 100%;
  max-width: 580px;
}
.architecture_flex .item:last-child .bottom{
  width: 100%;
  max-width: 560px;
  margin-top: auto;
}
.architecture_flex .item:last-child .bottom p{
  font-size: 15px;
  line-height: 1.65;
  word-break: keep-all;
  color: #666;
}

@media (max-width: 1200px) {
  .company_architecture{
    padding-top: clamp(80px, 11vh, 105px);
    padding-bottom: 0 !important;
    height: 100vh !important;
    height: 100dvh !important;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden !important;
  }

  .company_architecture .arch_container{
    height: 100% !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
  }

  .company_architecture .arch_head{
    padding: 0 20px;
    flex-shrink: 0;
  }
  .company_architecture .arch_head h2{
    font-size: clamp(22px, 3.2vw, 30px) !important;
    margin-bottom: 8px !important;
  }
  .company_architecture .arch_head p{
    font-size: clamp(12.5px, 1.5vw, 14.5px) !important;
    margin-bottom: 0 !important;
    line-height: 1.5;
  }
  .architecture_overflow{
    overflow: hidden !important;
    width: 100%;
    padding: 0 20px !important;
    margin-top: auto !important;
    margin-bottom: 0 !important;
    box-sizing: border-box;
    border-top: 1px solid #eee;
    flex-shrink: 0;
  }
  .architecture_flex{
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    width: max-content !important;
    height: clamp(320px, 44vh, 370px) !important;
    will-change: transform;
  }
  .architecture_flex .item{
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    width: 280px !important;
    min-width: 280px !important;
    max-width: 280px !important;
    height: 100% !important;
    padding: 22px 20px 18px !important;
    margin: 0 !important;
    flex-shrink: 0 !important;
    box-sizing: border-box !important;
  }
  .architecture_flex .item:last-child{
    margin-left: 0 !important;
    border-left: 1px solid #eee !important;
    padding-right: 26px !important;
    margin-right: 60px !important;
  }
  .architecture_flex .item i{margin: 0 !important;}
  .architecture_flex .item .top .r_txt p.mt40{
    margin-top: 12px !important;
    margin-bottom: 6px !important;
  }
  .architecture_flex .item .r_txt, .architecture_flex .item .bottom{
    opacity: 1 !important;
    visibility: visible !important;
    width: 100% !important;
  }
  .architecture_flex .item .bottom{
    margin-top: auto !important;
  }
  .architecture_flex .item .bottom p{
    font-size: 13.5px !important;
    line-height: 1.45 !important;
    word-break: keep-all;
  }
}

@media (max-width: 1200px) and (max-height: 650px) {
  .company_architecture{
    padding-top: 75px;
  }
  .company_architecture .arch_head h2{
    font-size: 20px !important;
    margin-bottom: 4px !important;
  }
  .company_architecture .arch_head p{
    font-size: 12px !important;
  }
  .architecture_flex{
    height: clamp(230px, 46vh, 280px) !important;
  }
  .architecture_flex .item{
    width: 240px !important;
    min-width: 240px !important;
    padding: 14px 16px 10px !important;
  }
}

.company_history{
  position: relative;
  padding: 200px 80px 300px;
  overflow: hidden;
}
.company_history > *{
  position: relative;
  z-index: 2;
}
.company_history .bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #000;
  pointer-events: none;
}
.company_history .bg .item{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.6s ease;
}
.company_history .bg .item.bg0{
  opacity: 1;
  background-image: url(/img/company_history_bg0.jpg);
}
.company_history .bg .item.bg1{background-image: url(/img/company_history_bg1.jpg);}
.company_history .bg .item.bg2{background-image: url(/img/company_history_bg2.jpg);}
.company_history .bg .item.bg3{background-image: url(/img/company_history_bg3.jpg);}

.company_history .tab{display: flex;}
.company_history .tab .item{
  width: 33.333%;
  padding: 100px 80px;
  cursor: pointer;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.company_history .tab .item .slider{position: relative;padding: 25px 30px 25px 30px;border-radius: 30px;background-color: #0D0D0D;transition: background-color 0.3s ease;}
.company_history .tab .item:hover .slider{background-color: #fff;}
.company_history .tab .item:hover .slider .cf{color: #000;}
.company_history .tab .item:hover .slider .cc1{color: #999;}
.company_history .tab .item .slider .swiper{height: 52px;overflow: hidden;}
.company_history .tab .item .slider .swiper-slide{display: flex;flex-direction: column;justify-content: center;}
.company_history .tab .item .slider .swiper-slide p{padding-right: 10px;}
.company_history .tab .item .slider .nav{position: absolute;right: 0;top: 50%;transform: translateY(-50%);display: flex;flex-direction: column;gap: 6px;z-index: 10;}
.company_history .tab .item .slider .swiper-button-next,
.company_history .tab .item .slider .swiper-button-prev{position: static;width: 18px;height: 18px;margin: 0;}
.company_history .tab .item .slider .swiper-button-next::after,
.company_history .tab .item .slider .swiper-button-prev::after{font-size: 10px;font-weight: bold;color: #fff;}
.company_history .tab .item:hover .slider .swiper-button-next::after,
.company_history .tab .item:hover .slider .swiper-button-prev::after{color: #000;}

.company_history .tab .item .slider .swiper-button-next::after{transform: rotate(-90deg);}
.company_history .tab .item .slider .swiper-button-prev::after{transform: rotate(-90deg);}


@media (max-width: 1400px) {
  .company_history .tab .item{padding: 50px;}
}

@media (max-width: 1200px) {
  .company_history{padding: 100px 20px;}
  .company_history .tab{flex-direction: column;}
  .company_history .tab .item{width: 100%;padding: 80px 20px;text-align: center;}
  .company_history .tab .item .mb120{margin-bottom: 55px;}
}


.company_partner{
  padding: 100px 0;
  background-color: #fff;
  position: relative;
  z-index: 2;
}

.partner_slider{
  overflow: hidden;
}
.partner_slider .swiper-wrapper{
  transition-timing-function: linear !important;
}
.partner_slider .swiper-slide{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 55px;
}
.partner_slider .swiper-slide img{
  object-fit: contain;
  display: block;
}
@media (max-width: 1200px) {
  .partner_slider .swiper-slide{padding: 30px;}
}

/*
#footer{display: none;}
#footer.footer2026{
  display: block;
  padding: 100px 0 160px;
  background-color: #101010;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  width: 100%;
}
#footer.footer2026 .contain1620{
  width: 1620px;
  max-width: 95%;
  margin: 0 auto;
}
#footer.footer2026 .f_flex{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 50px;
  width: 100%;
}
#footer.footer2026 .f_flex .txt{
  flex: 1 1 0;
  min-width: 0;
  max-width: 920px;
}
#footer.footer2026 .f_flex .txt p{
  word-break: keep-all;
}
#footer.footer2026 .f_flex .f_info{
  display: flex;
  gap: 10px 24px;
  flex-wrap: wrap;
  line-height: 1.6;
  margin-bottom: 25px;
}
#footer.footer2026 .f_flex .f_info span{
  display: inline-block;
  white-space: nowrap;
}
#footer.footer2026 .f_flex .link{
  display: flex;
  gap: 16px;
  flex-shrink: 0;
}
#footer.footer2026 .f_flex .link a{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 270px;
  min-height: 180px;
  padding: 28px 24px;
  border-radius: 20px;
  box-sizing: border-box;
  text-decoration: none;
  transition: transform 0.3s ease;
}
#footer.footer2026 .f_flex .link a .top{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#footer.footer2026 .f_flex .link a .top i{
  display: block;
  width: 40px;
  height: auto;
  flex-shrink: 0;
}
#footer.footer2026 .f_flex .link a .top i img{
  width: 100%;
  height: auto;
  display: block;
}
#footer.footer2026 .f_flex .link a.l{background-color: #fff;}
#footer.footer2026 .f_flex .link a.r{background-color: #DC3333;}

@media (max-width: 1200px) {
  #footer.footer2026{
    padding: 80px 0 160px;
  }
  #footer.footer2026 .f_flex{
    flex-direction: column;
    gap: 40px;
  }
  #footer.footer2026 .f_flex .txt{
    max-width: 100%;
    width: 100%;
  }
  #footer.footer2026 .f_flex .link{
    width: 100%;
    display: flex;
    gap: 16px;
  }
  #footer.footer2026 .f_flex .link a{
    flex: 1;
    width: auto;
    min-height: 140px;
    padding: 24px 20px;
  }
}

@media (max-width: 768px) {
  #footer.footer2026{
    padding: 60px 0 100px;
  }
  #footer.footer2026 .contain1620{
    max-width: 90%;
  }
  #footer.footer2026 .contain1620 .fz50{
    font-size: 32px !important;
    margin-bottom: 30px !important;
  }
  #footer.footer2026 .f_flex{
    flex-direction: column;
    gap: 35px;
  }
  #footer.footer2026 .f_flex .f_info{
    gap: 8px 16px;
  }
  #footer.footer2026 .f_flex .f_info span{
    white-space: normal;
    word-break: break-all;
  }
  #footer.footer2026 .f_flex .link{
    width: 100%;
    gap: 0;
  }
  #footer.footer2026 .f_flex .link a{
    width: 100%;
    min-height: auto;
    padding: 22px 20px;
    border-radius: 0;
  }
  #footer.footer2026 .f_flex .link a .top p.fz24{
    font-size: 18px;
  }
  #footer.footer2026 .f_flex .link a .top i{
    width: 32px;
  }
  #footer.footer2026 .f_flex .link a .fz16{display: none;}
  .footer_bottom_spacer{
    height: 80px !important;
  }
}
*/



#header:has(.m_nav.a),
#header.menu_open{
  z-index: 99999 !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.m_nav{
  height: 100vh !important;
  height: 100dvh !important;
  z-index: 99999 !important;
}
.m_nav::before,
.m_nav::after{
  height: 100vh !important;
  height: 100dvh !important;
  z-index: 99999 !important;
}
.m_nav .nav_cont{
  height: 100vh !important;
  height: 100dvh !important;
  z-index: 100000 !important;
}
#header .hd_contain .m_menu_btn.ani_m_menu{
  z-index: 100001 !important;
}

.quick_cont{
  z-index: 100010 !important;
}
.quick_cont.db{
  z-index: 100010 !important;
}

#footer {
  padding-bottom: 260px !important;
  box-sizing: border-box;
}

@media (max-width: 1000px) {
  #footer {
    padding-bottom: 150px !important;
  }
}

@media (max-width: 768px) {
  #footer {
    padding-bottom: 120px !important;
  }
}
