@charset "UTF-8";

.newsinfos-wraps .cons-words h3 {
  line-height: inherit;
}

a {
  color: #ccc;
}

@font-face {
  font-family: "Montserrat";
  src: url("./fonts/Montserrat-Regular.eot");
  src: url("./fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("./fonts/Montserrat-Regular.woff2") format("woff2"), url("./fonts/Montserrat-Regular.woff") format("woff"), url("./fonts/Montserrat-Regular.otf") format("opentype"), url("./fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat-SemiBold";
  src: url("./fonts/Montserrat-SemiBold.eot");
  src: url("./fonts/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), url("./fonts/Montserrat-SemiBold.woff2") format("woff2"), url("./fonts/Montserrat-SemiBold.woff") format("woff"), url("./fonts/Montserrat-SemiBold.otf") format("opentype"), url("./fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat-Light";
  src: url("./fonts/Montserrat-Light.eot");
  src: url("./fonts/Montserrat-Light.eot?#iefix") format("embedded-opentype"), url("./fonts/Montserrat-Light.woff2") format("woff2"), url("./fonts/Montserrat-Light.woff") format("woff"), url("./fonts/Montserrat-Light.otf") format("opentype"), url("./fonts/Montserrat-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

html,
body,
button,
input,
select,
textarea {
  font-family: "Montserrat-Light", "Roboto", "MiSans", "MiSans Regular", "Noto Sans SC", "Source Han Sans CN", "Noto Sans S Chinese Light", "Microsoft Yahei", "Microsoft YaHei Light", "Pingfang sc regular", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
}

.ms {
  font-family: "Montserrat-SemiBold";
}

.ml {
  font-family: "Montserrat-Light";
}

.mr {
  font-family: "Montserrat";
}

.r400 {
  font-weight: 400;
  font-family: "Montserrat";
}

.rbold,
.Roboto-bold {
  font-weight: 600;
  font-family: "Montserrat-SemiBold";
}

.r500 {
  font-weight: 500;
}

.home-projects .h3-titles,
.home-products .h3-titles {
  color: #000;
  transition: .5s ease;
}

.home-products .cons-mores.cur {
  border-color: #000;
  color: #000;
}

.home-products-list .items .words .btns b,
.projects-swiper .words .txts,
.footer-wraps-tops .navlist .i,
.visitus-list .items .words,
.messageus-list .texts,
.messageus-forms,
.cons-mores,
.contactus-wraps .txts {
  font-family: "Montserrat";
}

.messageus-forms .lis .spans.num,
.h3-titles,
.contactus-wraps .icons-text .text,
.contactus-wraps .tits span,
.visitus-list .items .tits,
.cons-banner .words .h2-titles {
  font-family: "Montserrat-SemiBold";
}

.mt90 {
  margin-top: 2.25rem;
}

.wow {
  opacity: 0;
}

.contact-wraps .items-list {
  position: relative;
}

.contact-wraps .items-list .prok {
  position: absolute;
  top: -2.5rem;
  left: 0;
}

.wow.animated {
  opacity: 1;
}

.w1600 {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  width: 85%;
}

.w1520 {
  max-width: 1520px;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}

.w1200 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  width: 75%;
}

.cursor {
  cursor: pointer;
}

body {
  font-size: 16px;
}

img {
  object-fit: cover;
}

.d-flex {
  display: flex;
  flex-wrap: wrap;
}

body.ovh,
html.ovh {
  overflow: hidden;
}

.justify-content-between {
  justify-content: space-between;
}

.align-items-center {
  align-items: center;
}

.align-items-end {
  align-items: flex-end;
}

.justify-content-end {
  justify-content: flex-end;
}

.text-upper {
  text-transform: uppercase;
}

/*手机导航*/
/* 顶部导航栏 */
header .nav-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 15px;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  position: relative;
}

/* Logo 区域 */
header .logo-box {
  display: flex;
  align-items: center;
}

/* SVG Logo 样式 */
header .logo-svg {
  width: 32px;
  height: 32px;
  margin-right: 8px;
}

header .logo-text {
  font-size: 16px;
  color: #333;
  font-weight: 600;
}

/* 右侧功能区 */
header .nav-actions {
  display: flex;
  align-items: center;
  gap: 15px;
}

/* 语言切换 */
header .lang-switch {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}

header .lang-switch span {
  color: #666;
  cursor: pointer;
}

header .lang-switch .active {
  color: #e63946;
  font-weight: 500;
}

/* 功能按钮（统一样式） */
header .nav-btn {
  width: 24px;
  height: 24px;
  border: none;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

/* SVG 图标通用样式 */
header .nav-btn svg {
  width: 100%;
  height: 100%;
  fill: #000000;
}

/* 搜索按钮颜色（橙色） */
header .search-btn {
  color: #ff9500;
}

header {
  z-index: 9999 !important;
}

header .menu-title a {
  color: inherit;
}

/* 关闭/展开按钮颜色（黑色） */
header .toggle-btn {
  color: #333;
}

header .submenu .submenu-item {
  padding-left: 1em;
  padding-right: 1em;
}

header .submenu-uls .submenu-item span a {
  color: #666;
}

/* 菜单列表容器 - 默认隐藏 */
header .menu-container {
  background-color: #fff;
  /*max-height: 0;*/
  overflow: hidden;
  transition: max-height 0.3s ease;
}

header .menu-container.active {
  max-height: calc(100vh - 63px);
  display: block;
}

/* 一级菜单 */
header .menu-item {
  border-bottom: 1px solid #eee;
}

header .menu-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  color: #333;
  cursor: pointer;
}

/* CSS 绘制箭头（替代图片） */
header .menu-arrow {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #999;
  transition: transform 0.3s ease;
  display: inline-block;
}

header .menu-arrow.active {
  transform: rotate(180deg);
}

header .menu-title:not([onclick]) .menu-arrow {
  display: none;
}

/* 二级菜单 */
header .submenu {
  padding: 0 15px;
  /*max-height: 0;*/
  overflow: hidden;
  transition: max-height 0.3s ease;
}

header .submenu-item {
  padding: 12px 0;
  font-size: 14px;
  color: #666;
  border-bottom: 1px solid #f5f5f5;
  display: block;
}

header .submenu-item:last-child {
  border-bottom: none;
}

/* 适配小屏手机 */
@media (max-width: 375px) {
  header .logo-text {
    font-size: 14px;
  }

  header .lang-switch {
    font-size: 12px;
  }
}

header .submenu-item {
  display: flex;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}

header .submenu {
  display: none;
}

header .submenu .submenu-tops a {
  display: inline;
}

/* 二级菜单默认隐藏 */
.submenu {
  /*max-height: 0;*/
  overflow: hidden;
  /*transition: max-height 0.3s ease;*/
}

/* 三级菜单默认隐藏 */
.thirdmenu {
  /*max-height: 0;*/
  display: none;
  overflow: hidden;
  /*transition: max-height 0.3s ease;*/
  padding-left: 20px;
  /* 缩进，看起来是三级 */
  margin-top: 5px;
}

.thirdmenu .thirdmenu-item {
  display: block;
}

/* 箭头旋转动画 */
.menu-arrow {
  display: inline-block;
  transition: transform 0.2s;
}

.menu-arrow.active {
  transform: rotate(180deg);
}

.m-searchs {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.35);
  display: none;
  z-index: 99999;
}

.m-searchs .searchs-bgs {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}

.m-searchs .searchs-wraps {
  position: absolute;
  width: 90%;
  top: 30%;
  left: 50%;
  transform: translateY(-50%);
  transform: translate(-50%, -50%);
  z-index: 5;
}

.m-searchs .searchs-wraps input {
  display: block;
  height: 1.5rem;
  line-height: 1.5rem;
}

.m-searchs .searchs-wraps input[type=text] {
  padding: 0 0.5rem;
  width: 100%;
}

.m-searchs .searchs-wraps .inputs-wraps {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.m-searchs .searchs-wraps input[type=submit] {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../img/search.png) no-repeat center;
  background-size: 0.5rem 0.5rem;
  text-indent: -999px;
  overflow: hidden;
}

.close-icon {
  transition: all 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transform-origin: center center;
}

.close-icon.active,
.icon-container:hover .close-icon {
  transform: rotate(90deg);
}

.close-icon path {
  transition: d 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  fill: #000;
}

.close-icon.active path,
.icon-container:hover .close-icon path {
  d: path("M200 200 L800 800 M800 200 L200 800");
  stroke: #000;
  stroke-width: 80;
  stroke-linecap: round;
  fill: transparent;
}

header .nav-header {
  height: 63px;
}

.nav-header-wraps {
  position: relative;
}

.nav-header-wraps .menu-container {
  position: absolute;
  width: 100%;
  height: calc(100vh - 63px);
  left: 0;
  top: 100%;
  overflow: hidden;
  overflow-y: auto;
  display: none;
}

.tit-15 {
  font-size: 0.375rem;
}


/*导航*/
a:hover {
  color: inherit;
}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
  -webkit-text-fill-color: #333 !important;
  transition: background-color 5000s ease-in-out 0s;
}

.w1560 {
  /* max-width: 1560px; */
  margin-left: auto;
  margin-right: auto;
  width: 81.25%;
}

/* @media (max-width: 1521px) {
  .w1560 {
    width: 85%;
  }
} */
/* @media (max-width: 1600px) {
  .cons-footer .uls {
    font-size: .45rem;
  }
}

@media (max-width: 1440px) {
  .cons-footer .uls {
    font-size: 15px;
  }
} */

@media (max-width: 1381px) {
  /* .w1560 {
    width: 90%;
  } */

  .footer-wraps-tops .navlist {
    width: 100% !important;
  }

  .footer-wraps-tops .fx-list {
    max-width: none !important;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* flex-direction: row-reverse; */
  }
    .footer-wraps-tops .list{
      margin-top: 0 !important;
    }

.ewm-box{
  margin-top: 0 !important;
}
  /* .cons-footer .uls{
    font-size: 18px;
  } */
  .footer-wraps-tops .list {
    display: flex;
    align-items: center;
    width: 51%;
    justify-content: space-between;
  }

  .footer-wraps-tops .list .lis:nth-child(n+2) {
    margin-top: 0 !important;
  }
}

@media (max-width: 1024px) {
  .home-fixeds {
    display: none;
  }

  .footer-wraps-tops .list {
    width: 100%;
    justify-content: center;
    gap: .5rem;
  }
}

@media (max-width: 1024px) {
  .w1560 {
    width: 92%;
  }
}

@media (max-width: 768px) {

  .footer-wraps-tops .list {
    /* display: block; */
    flex-direction: column;
    gap: 0;
    
  }

  .footer-wraps-tops .list .lis:nth-child(n+2) {
    margin-top: 0.35rem !important;
  }
}

.pagination {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}

.pagination a {
  display: block;
  width: 1rem;
  line-height: 1rem;
  text-align: center;
  margin: 0 0.2rem;
  overflow: hidden;
  border-radius: 4px;
}
.pagination a.page-end{
  width: 3rem;
}
.pagination a.page-first{
  width: 3rem;
}

.pagination a.active {
  background: #000;
  color: #fff;
}

.cons-details .cons-header {
  height: 2.5rem;
}

.pagination [rel=prev],
.pagination [rel=next] {
  text-indent: -999px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.6rem;
  background-image: url(../img/next.png);
}

.pagination [rel=prev] {
  transform: rotate(180deg);
}

.conswords-details {
  padding-top: 3rem;
  padding-bottom: 4rem;
}

.cons-header-tops {
  transition: .8s ease;
}
.cons-details .cons-header{
  height: 2rem;
}
.cons-details header {
  /* position: static; */
  height: 2rem;
}

.cons-details .cons-header {
  position: fixed;
  width: 100%;
}

/*.cons-details .cons-header{
  height: 2.5rem;
}
.cons-details .cons-header.whites .cons-header-tops{
    transition: .8s ease;
    position: fixed;
    width: 100%;
    z-index: 2000;
    left: 0;
    top: 0;
    background: #000;
}*/

@media (min-width: 1025px) {
  .pagination a:hover {
    background-color: #000;
    color: #fff;
  }

  .pagination a:hover [rel=prev],
  .pagination a:hover [rel=next] {
    background-image: url(../img/next2.png);
  }
}

.text-justify {
  text-align: justify;
}


.cons-footer {
  background: #000;
}

.cons-footer .footer-wraps-bots {
  position: relative;
}

.cons-footer .footer-wraps-bots:before {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  top: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
}

.cons-footer .footer-wraps-tops {
  padding-top: 1.5rem;
  padding-bottom: 1.65rem;
}

.footer-wraps-tops .fx-list {
  max-width: 29%;
}

.footer-wraps-tops .navlist {
  width: 70.51%;
  /* width: 74%; */
}

.footer-wraps-tops .navlist a {
  display: block;
}

.footer-wraps-tops .navlist .li-tops {
  line-height: 1.25;
  font-size: .45rem;
}
.footer-wraps-tops .navlist .uls{
  font-size: .4rem;
}

.footer-wraps-tops .navlist .uls {
  margin-top: 0.5rem;
}

.footer-wraps-tops .navlist .i {
  line-height: 2;
  color: #666;
}

.footer-wraps-tops .fx .i {
  width: 0.75rem;
  height: 0.75rem;
}

.footer-wraps-tops .fx .i img {
  width: 100%;
}

.footer-wraps-tops .fx .i:nth-child(n+2) {
  margin-left: 0.3rem;
}

.footer-wraps-tops .list {
  margin-top: 0.7rem;
}

.footer-wraps-tops .list .lis {
  color: #fff;
  align-items: center;
}

.footer-wraps-tops .list .lis:nth-child(n+2) {
  margin-top: 0.75rem;
}

.footer-wraps-tops .list .lis .icons {
  width: 0.75rem;
  height: 0.75rem;
}

.footer-wraps-tops .list .lis .icons img {
  width: 100%;
}

.footer-wraps-tops .list .lis .txts {
  width: calc(100% - 0.75rem);
  padding-left: 0.2rem;
}

.cons-details .cons-header {
  background: #000;
  /*position: relative;*/
}

.cons-header {
  background: rgba(0, 0, 0, 0.4);
}

.cons-header.whites {
  background: #000;
}

.cons-banner {
  position: relative;
}

.cons-banner .words {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 1rem;
  padding-bottom: 3.375rem;
  color: #fff;
}

.cons-banner .words .h2-titles {
  line-height: 1.166;
}

.cons-header-tops {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  padding: 0 1rem;
  height: 2.5rem;
  line-height: 2.5rem;
  height: 2rem;
  line-height: 2rem;
  position: relative;
}
@media (min-width: 1200px) {
  .cons-header-tops {
      height: 80px;
  }
}

.cons-header-tops .menus {
  cursor: pointer;
}

.cons-header-tops .menus path {
  fill: #fff;
}

.cons-header-tops .logo {
  width: 140px;
  height: 32px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.cons-header-tops .logo {
  /* left: calc(50% + 5px); */
}

.cons-header-tops .logo svg {
  height: 100%;
  width: 100%;
  display: block;
}

.cons-header-tops .langs {
  position: relative;
  color: #fff;
}

.cons-header-tops .langs .tops {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-content: center;
  flex-wrap: wrap;
  font-size: .4rem;
}

.cons-header-tops .langs .tops span {
  display: block;
  width: .225rem;
  height: auto;
  margin-left: 0.2rem;
}

.cons-header-tops .langs .tops span svg {
  display: block;
  width: 100%;
  height: auto;
}

.cons-header-tops .langs .bots {
  /*display: none;*/
  position: absolute;
  width: 150%;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  line-height: 1.5;
}

.cons-header-tops .langs .bots .i {
  display: block;
  text-align: center;
  padding: 0.5em;
}

.cons-header-tops .search {
  margin-left: 0.7rem;
}

.cons-header-tops .search.active .inputs input[type=text] {
  width: 5.75rem;
}

.cons-header-tops .search .inputs {
  position: relative;
}

.cons-header-tops .search .inputs input[type=text] {
  background: rgba(255, 255, 255, 0.2);
  height: 0.7rem;
  line-height: 0.7rem;
  border-radius: 0.7rem;
  overflow: hidden;
  width: 2rem;
  color: #fff;
  padding: 0 0.65em;
  padding-right: 0.75rem;
}

.cons-header-tops .search .inputs .submits {
  position: absolute;
  right: 0.2rem;
  top: 50%;
  width: 0.5rem;
  height: 0.5rem;
  transform: translateY(-50%);
}

.cons-header-tops .search .inputs .submits input {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  text-indent: -999px;
  overflow: hidden;
  opacity: 0;
}

.cons-header-tops .search .inputs .submits .svgs {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.cons-header-tops .search .inputs .submits .svgs svg {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}

.footer-wraps-bots {
  padding-top: 0.6rem;
  /* padding-bottom: 1.1rem; */
  padding-bottom: .6rem;
  line-height: 1.25;
}

.footer-wraps-bots1 {
  padding-top: 0;
}

.footer-wraps-bots1::before {
  display: none;
}

.footer-wraps-bots .logos {
  width: 140px;
}

.footer-wraps-bots .logos svg {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

.cons-header-tops .menus {
  width: 1rem;
  height: 1rem;
}

.cons-header-tops .menus svg {
  width: 100%;
  height: 100%;
  display: block;
}

.footer-wraps-tops .navlist .li-tops .svgs {
  display: none;
}

.cons-header.active .cons-header-fixeds {
  transform: translateX(0);
}



.cons-banner img {
  width: 100%;
}

.mt60 {
  margin-top: 1.5rem;
}

.h3-titles {
  line-height: 1.16666;
}

.contact-wraps .contactus {
  padding-top: 3rem;
  padding-bottom: 3.05rem;
}

.contact-wraps .visitus {
  padding-top: 3.05rem;
  padding-bottom: 2.5rem;
}

.cons-header-fixeds {
  position: fixed;
  left: 0;
  top: 0;
  width: 8.75rem;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 999999;
  background-color: #fff;
  transform: translateX(-8.75rem);
  transition: 0.5s ease;
}

.cons-header-fixeds.active {
  transform: translateX(0);
}

.cons-header-fixeds .tops {
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-content: center;
  flex-wrap: wrap;
}

.cons-header-fixeds .tops .svgs {
  width: 0.85rem;
  height: 0.55rem;
  cursor: pointer;
}

.cons-header-fixeds .tops .svgs svg {
  width: 100%;
  height: auto;
  display: block;
}

.cons-header-fixeds .bots {
  height: calc(100vh - 2.5rem);
  overflow: hidden;
  padding: 1rem;
  padding-right: 0.5rem;
}

.cons-header-fixeds .bots .bots-wraps {
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  padding-right: 0.5rem;
}

.cons-header-fixeds .bots .bots-wraps .tit-18,
.cons-header-fixeds .bots .bots-wraps .tit-20 {
  font-size: inherit;
}

.cons-header-fixeds .bots ul {
  display: block;
}

.cons-header-fixeds .bots li:nth-child(n+2) {
  margin-top: 1rem;
}

.cons-header-fixeds .bots li .li-tops {
  color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-content: center;
  flex-wrap: wrap;
}

.cons-header-fixeds .bots li .li-tops .svgs {
  width: 0.5rem;
  height: 0.5rem;
}

.cons-header-fixeds .bots li .li-tops .svgs svg {
  width: 100%;
  height: auto;
}

.cons-header-fixeds .bots li .uls {
  margin-top: 0.4rem;
  display: none;
}

.cons-header-fixeds .bots li.active .li-tops .svgs {
  transform: rotate(45deg);
}

.cons-header-fixeds .bots li .uls .i {
  display: block;
  color: #666;
  line-height: 2;
  padding-left: 1em;
}

.mt100 {
  margin-top: 2.5rem;
}

.contactus-wraps .lis {
  width: 33.33%;
  background: #F7F7F7;
  display: flex;
  flex-direction: column;
  /*justify-content: center;*/
  justify-content: flex-start;
  align-content: center;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  position: relative;
}

.contactus-wraps .lis .icons-text {
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}

.contactus-wraps .li-wraps .icons-text .icons {
  margin: 0;
}

.contactus-wraps .lis:before {
  position: absolute;
  content: "";
  background: #E1E1E1;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 3rem;
  width: 1px;
}

.contactus-wraps .lis:nth-child(3n+1):before {
  display: none;
}

.contactus-wraps .icons-text .icons {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 auto;
}

.contactus-wraps .icons-text .icons img {
  width: 100%;
}

.contactus-wraps .icons-text .text {
  margin-left: 0.3rem;
}

.contactus-wraps .fxlist .i {
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  margin: 0 0.15rem;
}

.contactus-wraps .fxlist .i img {
  width: 100%;
  filter: brightness(0);
}

.contactus-wraps .words {
  margin-top: 1.25rem;
}

.contactus-wraps .txts {
  margin-top: 0.1rem;
  color: #666;
  line-height: 1.25;
}

.contactus-wraps .tits {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.16;
  color: #333;
}

.contactus-wraps .tits .svg {
  margin-left: 0.3rem;
  width: 0.6rem;
  height: 0.6rem;
}

.contactus-wraps .tits .svg svg {
  display: block;
  width: 100%;
}

.visitus-list .items {
  width: calc((100% - 3rem) / 3);
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
  border-radius: 0.25rem;
  overflow: hidden;
  background: #F7F7F7;
}

.visitus-list .items:nth-child(3n+1) {
  margin-left: 0;
}

.visitus-list .items .words {
  padding: 0.8rem;
}

.visitus-list .items .tits {
  line-height: 1.15;
  color: #000;
}

.visitus-list .items .uls {
  margin-top: 0.3rem;
}

.visitus-list .items .uls .svg {
  width: 0.6rem;
  height: 0.6rem;
}

.visitus-list .items .uls .svg svg {
  display: block;
}

.visitus-list .items .uls .icons {
  width: 0.6rem;
  height: 0.6rem;
}

.visitus-list .items .uls .icons img {
  width: 100%;
  display: block;
}

.visitus-list .items .uls .texts {
  /*line-height: 1.15;
  color: #666;
  width: calc(100% - 0.6rem);
  padding-left: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-content: center;
  flex-wrap: wrap;*/
  line-height: 1.15;
  color: #666;
  width: calc(100% - 0.6rem);
  padding-left: 0.3rem;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
}

.visitus-list .items .uls .lis {
  display: flex;
}

.visitus-list .items .uls .spans {
  padding-right: 0.3rem;
  max-width: calc(100% - 0.6rem);
}

.visitus-list .items .lis:nth-child(3) {
  margin-top: 0.5rem;
}

.visitus-list .items .lis:nth-child(2) {
  margin-top: 1.15rem;
}

.messageus {
  padding-top: 2.5rem;
  padding-bottom: 5rem;
}

.messageus-forms .lis .inputs input {
  width: 100%;
}

.visitus-list .items .uls .svg svg {
  width: 100%;
  height: 100%;
}

.visitus-list .items .imgs {
  position: relative;
}

.visitus-list .items .imgs img {
  width: 100%;
}

.visitus-list .items .imgs:before {
  position: absolute;
  content: "";
  width: 1rem;
  height: 1rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/add.png) no-repeat center;
  background-size: 100%;
}

.contactus-wraps .tits .svg svg {
  height: 100%;
}

.messageus-list .texts {
  color: #333;
  line-height: 2;
}

.messageus-forms .lis {
  width: 48%;
  margin-left: 4%;
  color: #BABABA;
  margin-bottom: 0.75rem;
}

.messageus-forms .lis:nth-child(2n+1) {
  margin-left: 0;
}

.messageus-forms .lis.w100 {
  width: 100%;
  margin-left: 0;
}

.messageus-forms .lis.li {
  background: #F7F7F7;
  border-radius: 0.25rem;
  padding: 0 0.7rem;
}

.messageus-forms .lis.li,
.messageus-forms .lis.li .spans {
  display: flex;
  align-items: center;
  justify-content: center;
}

.messageus-forms .lis.li .spans {
  white-space: nowrap;
}

.messageus-forms .lis.li .inputs textarea,
.messageus-forms .lis.li .inputs input {
  padding-left: 0.6rem;
}

.messageus-forms .lis.li textarea {
  background: transparent;
  line-height: 1.1875;
  width: 100%;
  resize: none;
  display: block;
}

.messageus-forms .lis .spans {
  line-height: 1.1875;
  color: #BABABA;
}

.messageus-forms .lis .spans span {
  color: #FF4242;
  margin-left: .35em;
}

.messageus-forms .lis .spans.num {
  color: #000;
}

.messageus-forms .lis .inputs {
  width: 100%;
}

.messageus-forms .lis .inputs input {
  height: 1.675rem;
  line-height: 1.675rem;
  background: transparent;
}

.messageus-forms .lis.textarea .spans {
  color: #333;
  line-height: 2;
}

.messageus-forms .lis.textarea .spans span {
  color: #FF4242;
}

.messageus-forms .lis.textarea .inputs {
  margin-top: 0.3rem;
}

.messageus-forms .lis.textarea .inputs textarea {
  border-radius: 0.25rem;
  background: #F7F7F7;
  width: 100%;
  display: block;
  height: 6.25rem;
  padding: 0.7rem;
  line-height: 1.5;
}

.messageus-forms .lis.checkbox {
  margin-top: -0.15rem;
  color: #333;
  line-height: 1.25;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.messageus-forms .lis.checkbox input {
  border: 1px solid #999;
  width: 1.25em;
  height: 1.25em;
}

.messageus-forms .lis.checkbox label {
  padding-left: 0.4rem;
  max-width: calc(100% - 1.25em);
}

.messageus-forms .lis.text-bots {
  margin-top: 0.75rem;
  color: #333;
  line-height: 1.5;
  padding-top: 0.075rem;
  padding-bottom: 0.075rem;
  color: #333;
}

.messageus-forms .lis.text-bots a {
  color: #4292DD;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.messageus-forms .lis.submits {
  margin-top: 1.5em;
  margin-bottom: 0;
}

.messageus-forms .lis.submits input {
  /*background: #000;
  color: #fff;
  border-radius: .25rem;
  min-width: 10.875em;
  height: 3.5em;
  line-height: 3.5em;*/
}

.banner-container .lis {
  overflow: hidden;
}

.banner-container .lis.videoboxs {
  background: #fff;
}

.banner-container .images {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.banner-container .images:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(30deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
}

.banner-container .images video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.banner-container .words {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 2.25rem 1rem;
  color: #fff;
}

.banner-container .words .tits {
  line-height: 1.1875;
}

.banner-container .words .txts {
  margin-top: 0.6rem;
  line-height: 1.16;
}

.bg-000 {
  background: #000;
}

.home-products {
  padding-top: 2.825rem;
  padding-bottom: 2rem;
}

.home-products .home-products-list {
  margin-top: 1.325rem;
}

.cons-mores {
  display: inline-flex;
  background: #000;
  color: #fff;
  border-radius: 0.25rem;
  min-width: 10.875em;
  height: 3.5em;
  line-height: 3.5em;
  text-align: center;
}

.cons-mores span {
  display: block;
  width: 100%;
}

.cons-mores.on {
  color: #000;
  background-color: #fff;
}

.cons-mores.cur {
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}

.cons-mores.cur2 {
  border: 1px solid #000;
  background-color: transparent;
  color: #000;
}

.home-tips {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

.home-tips .h3-titles h3 {
  font-size: inherit;
  font-weight: inherit;
  line-height: 1.16;
}

.home-tips.active {
  color: #000;
}

.home-products-list .items {
  position: relative;
  width: calc((100% - 1rem) / 2);
  margin-left: 1rem;
  margin-bottom: 1rem;
}

.home-products-list .items .images {
  border-radius: 0.25rem;
  overflow: hidden;
  position: relative;
}

.home-products-list .items .images:before,
.home-products-list .items .images:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 20%;
  z-index: 3;
}

.home-products-list .items .images:before {
  top: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}

.home-products-list .items .images:after {
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}

.home-products-list .items .images img {
  aspect-ratio: 1/1;
}

.home-products-list .items .words {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  color: #fff;
  z-index: 6;
}

.home-products-list .items .words .tits {
  padding: 1.5rem 1rem;
  line-height: 1.16;
}

.home-products-list .items .words .btns {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 0 0.8rem;
  padding-bottom: 0.8rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}

.home-products-list .items .words .btns b {
  font-weight: inherit;
  opacity: 0;
}

.home-products-list .items:nth-child(2n+1) {
  margin-left: 0;
}

.home-products-list .items.item01 {
  width: 42.3%;
}

.home-products-list .items.item01 .images img {
  aspect-ratio: 33/38;
}

.home-products-list .items.item02 {
  width: calc(57.7% - 1rem);
}

.home-products-list .items.item02 .images img {
  aspect-ratio: 43/38;
}

@keyframes showFadeOut {
  0% {
    opacity: 1;
    visibility: visible;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    visibility: hidden;
  }
}

.home-fixeds {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99999;
  background: #000;
  transition: 1.5s ease;
}

.home-fixeds .svgs {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 3s ease;
}

.home-fixeds .svgs svg {
  opacity: 0.2;
  filter: blur(20px);
  width: 100%;
}

.home-fixeds .svgs .jk {
  opacity: 0;
}

.home-fixeds .svgs .jk-01 {
  transform: translateY(6em);
}

.home-fixeds .svgs .jk-02 {
  transform: translateY(3em);
}

.home-fixeds .svgs svg,
.home-fixeds .svgs path {
  transition: 1s ease;
}

.home-fixeds .svgs .jk {
  transition: 1s ease;
}

.home-fixeds.active {
  transition-delay: 2.8s;
  opacity: 0;
}

.home-fixeds.active .svgs {
  transform: translate(-50%, -87.5%) scale(0.45);
  /*transform: translate(-52.5vh, -103.85vh) scale(0.45);*/
  transition: 2s ease;
  transition-delay: 1s;
}

.home-fixeds.active svg,
.home-fixeds.active path {
  transition: 1s ease;
}

.home-fixeds.active .jk {
  transition: 1s ease;
}

.home-fixeds.active .svgs svg {
  opacity: 1;
  filter: blur(0);
}

.home-fixeds.active .svgs .jk {
  opacity: 1;
}

.home-fixeds.active .svgs .jk-02-bg,
.home-fixeds.active .svgs .jk-01-bg {
  animation: showFadeOut 1s ease forwards;
}

.home-fixeds.active .svgs .jk-01,
.home-fixeds.active .svgs .jk-02 {
  transform: translateY(0);
}

/*.home-products-list .items{
	&:hover{
		width: calc(57.7% - 1rem);
		+ .items{
			width: 42.3%;
		}
	}
}*/
.cons-btns span {
  position: relative;
  padding-right: 0.8rem;
  display: inline-block;
  vertical-align: top;
}

.cons-btns span:before {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: .4rem;
  height: .4rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='15' viewBox='0 0 16 15' fill='none'%3E%3Cpath d='M15.46 7L15.9189 7.45996L15.46 7.91992L8.45996 14.9199L7.54004 14L13.4297 8.10938H0V6.80957H13.4297L7.54004 0.919922L8.45996 0L15.46 7Z' fill='white'/%3E%3C/svg%3E") no-repeat center;
  background-position: center;
  background-size: .4rem .375rem;
}

.mt110 {
  margin-top: 2.75rem;
}

.home-materials {
  padding-bottom: 4rem;
  padding-top: 2.825rem;
}

.c-swiper-width .lis {
  width: calc((100% - 3rem) / 4);
  margin-right: 1rem;
}

.c-swiper-width .lis:last-child {
  margin-right: 0;
}

.materials-list .lis {
  color: #000;
}

.materials-list .lis .images {
  position: relative;
  padding-top: 1.25rem;
}

.materials-list .lis .images .icons,
.materials-list .lis .images .bg {
  overflow: hidden;
  border-radius: 0.25rem;
}

.materials-list .lis .images .bg img {
  aspect-ratio: 1/1;
    width: 100%;
      max-width: none;
}

.materials-list .lis .images .icons {
  position: absolute;
  left: 50%;
  top: 1.25rem;
  transform: translateX(-50%);
  width: 40.7%;
  opacity: 0;
}

.materials-list .lis .images .icons img {
  aspect-ratio: 49/102;
  width: 100%;
  max-width: none;
}

.materials-list .lis .words {
  margin-top: 0.8rem;
  color: #000;
  line-height: 1.15;
}

.cons-swiper .swiper-pagination {
  position: static;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
}

.cons-swiper .swiper-pagination .swiper-pagination-bullet {
  margin: 0 0.3rem;
  border-radius: 4px;
  opacity: 1;
  height: 4px;
  width: 1.25rem;
  background: rgba(0, 0, 0, 0.3);
}

.cons-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #000;
}

.cons-swiper .swiper-pagination.active .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.3);
}

.cons-swiper .swiper-pagination.active .swiper-pagination-bullet-active {
  background: #fff;
}

.mt126 {
  margin-top: 3.15rem;
}

.home-projects {
  padding-bottom: 3rem;
  padding-top: 3rem;
}

.projects-swiper .lis {
  color: rgba(255, 255, 255, 0.6);
}

.projects-swiper .lis:nth-child(2n+2) {
  padding-top: 2.5rem;
}

.projects-swiper .words {
  padding-top: 0.8rem;
}

.projects-swiper .words .txts {
  margin-top: 0.5rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5;
}

.projects-swiper .words .tits {
  line-height: 1.15;
  color: #fff;
}

.projects-swiper .images {
  overflow: hidden;
  border-radius: 0.25rem;
  position: relative;
}

.projects-swiper .images .tips {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 0.25rem;
  background: rgba(9, 9, 9, 0.3);
  backdrop-filter: blur(5px);
  opacity: 0;
  transition: 1.5s ease;
}

.projects-swiper .images .tips span {
  position: absolute;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid #fff;
  width: 2.75rem;
  height: 2.75rem;
  line-height: 2.75rem;
  text-align: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.home-section .swiper-slide img {
  width: 100%;
}

.home-products-list .items .images img {
  width: 100%;
}

.banner-container .images .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 5;
  background: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1024 1024" xmlns="http://www.w3.org/2000/svg"><path d="M416 704c-6.4 0-9.6 0-16-3.2C390.4 694.4 384 684.8 384 672L384 352c0-12.8 6.4-22.4 16-28.8 9.6-6.4 22.4-6.4 32 0l256 166.4c9.6 6.4 16 16 16 28.8 0 9.6-6.4 22.4-16 25.6l-256 156.8C428.8 704 422.4 704 416 704zM448 409.6l0 204.8 163.2-99.2L448 409.6z" fill="%23ffffff"></path><path d="M512 960C265.6 960 64 758.4 64 512S265.6 64 512 64s448 201.6 448 448S758.4 960 512 960zM512 128C300.8 128 128 300.8 128 512c0 211.2 172.8 384 384 384 211.2 0 384-172.8 384-384C896 300.8 723.2 128 512 128z" fill="%23ffffff"></path></svg>') no-repeat center;
  background-position: center;
  background-size: 1.5rem 1.5rem;
  background-repeat: no-repeat;
}

.home-discover {
  padding-top: 3rem;
  padding-bottom: 3.5rem;
}

.home-discover .lis {
  position: relative;
}

.home-discover .lis .images {
  border-radius: 0.25rem;
  position: relative;
  overflow: hidden;
}

.home-discover .lis .images:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 33.33%;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}

.home-discover .lis .images img {
  aspect-ratio: 1/1;
}

.home-discover .lis .words {
  z-index: 2;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  color: #fff;
  padding: 0.8rem 0.7rem;
}

.home-discover .lis .words span,
.home-discover .lis .words .btns {
  width: 100%;
}

.home-discover .lis .words .btns span:before {
  width: 0.8rem;
  height: 0.8rem;
}
@media(min-width:1024px){
  .commen-searchs{
    width: 20.75rem;
  margin: 0 auto;

  }
}
.commen-searchs .inputs {
  border-radius: 0.25rem;
  border: 1px solid #000;
  background: #FFF;
  position: relative;
  overflow: hidden;
  line-height: 1;
}

.commen-searchs .inputs input {
  width: 100%;
  height: 1.3rem;
  line-height: 1.3rem;
  padding: 0 0.6rem;
}

.commen-searchs .inputs .btns {
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  right: 0.6rem;
  top: 50%;
  transform: translateY(-50%);
}

.navigation-list-wraps {
  padding-top: 3rem;
  padding-bottom: 5rem;
}

.home-banner {
  height: 100vh;
}

.home-section section .swiper-container {
  height: 100%;

}

@media (min-width: 1025px) {
  .home-section section {
    transition: .75s ease-in-out;
  }

  .home-products .cons-mores:hover {
    border: 1px solid #000 !important;
    background-color: #000 !important;
    color: #fff !important;


    border: 1px solid var(--color, #000) !important;
    background-color: var(--color, #000) !important;
    color: var(--border-color, #fff) !important;
  }
  .footer-wraps-bots .rights,
  .footer-wraps-bots .lefts{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .25rem;
  }
  .footer-wraps-bots .lefts,
  .footer-wraps-bots .rights {
    max-width: calc((100% - 5rem)/2);
  }

  .footer-wraps-bots2 .logos {
    margin: 0 auto;
    /* position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); */
  }

  .footer-wraps-tops .navlist a:hover,
  .cons-footer a:hover {
    color: #fff;
  }

  .home-discover .lis img {
    transition: 0.5s ease;
  }

  .home-discover .lis:hover img {
    transition: 0.5s ease;
    transform: scale3d(1.05, 1.05, 1);
  }

  .cons-header-tops .langs .bots {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.5s ease;
  }

  .cons-header-tops .langs:hover .bots {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: 0.5s ease;
  }

  .visitus-list .items .uls .svg rect,
  .visitus-list .items .uls .svg path,
  .contactus-wraps .tits .svg rect,
  .contactus-wraps .tits .svg path {
    transition: 0.5s ease;
  }

  .visitus-list .items .uls .svg:hover rect,
  .visitus-list .items .uls .svg:hover path,
  .contactus-wraps .tits .svg:hover rect,
  .contactus-wraps .tits .svg:hover path {
    stroke: #000;
  }

  .cons-mores,
  .messageus-forms .lis.text-bots a,
  .contactus-wraps .fxlist .i {
    transition: 0.5s ease;
  }

  .cons-mores:hover,
  .messageus-forms .lis.text-bots a:hover,
  .contactus-wraps .fxlist .i:hover {
    transform: translateY(-5px);
  }

  .cons-mores.cur:hover {
    transform: translateY(0);
    background-color: #fff;
    color: #000;
  }


  .cons-mores.cur2:hover {
    transform: translateY(0);
    border: 1px solid #000;
    background-color: #000;
    color: #fff;
  }



  .home-products-list .items .images img {
    transition: 0.5s ease;
  }

  .home-products-list .items:hover .images img {
    transition: 0.5s ease;
    transform: scale3d(1.05, 1.05, 1);
  }

  .home-products-list .items .words .btns b {
    transition: 0.5s ease;
  }

  .home-products-list .items:hover .words .btns b {
    transition: 0.5s ease;
    opacity: 1;
  }

  .materials-list .lis:hover .images .bg,
  .materials-list .lis .images .bg,
  .materials-list .lis:hover .images .icons,
  .materials-list .lis .images .icons {
    transition: .8s ease;
  }

  .materials-list .lis:hover .images .bg {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  }

  .materials-list .lis:hover .images .icons {
    opacity: 1;
    top: 0;
  }

  .projects-swiper .lis:hover .images .tips {
    opacity: 1;
  }

  .home-products-list .items-wraps .images {
    height: 19rem;
    overflow: hidden;
  }

  .home-products-list .items-wraps .images video,
  .home-products-list .items-wraps .images img {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
  }

  .home-products-list .items-wraps {
    justify-content: space-between;
  }

  .home-products-list .items-wraps .items {
    transition: width 1s cubic-bezier(0, 0, 0.2, 1);
    /*transition: width 0.6s cubic-bezier(0, 0, 0.2, 1);*/
    margin-left: 0;
  }

  .home-products-list .items-wraps:hover .items {
    /*width: 42.2%;*/
  }

  .home-products-list .items-wraps:hover .items:hover {
    /*width: calc(57.7% - 1rem);*/
  }

  /*.home-products-list .items-wraps.oncur .items.oncur,*/
  /*.home-products-list .items-wraps.cur .items.cur,*/
  .home-products-list .items-wraps .items.cur {
    width: calc(57.7% - 1rem);
  }

  /*.home-products-list .items-wraps.oncur .items.cur,*/
  /*.home-products-list .items-wraps.cur .items.oncur,*/
  .home-products-list .items-wraps .items.oncur {
    width: 42.3%;
  }
}

.home-products-list .items-wraps {
  overflow: hidden;
}

@media (max-width: 1191px) {
  .c-swiper-width .lis {
    width: calc((100% - 2rem) / 3);
  }

  .mt90,
  .mt126,
  .mt100,
  .mt110 {
    margin-top: 1.75rem;
  }
}

@media (max-width: 768px) {
  .c-swiper-width .lis {
    width: 100%;
  }

  .projects-swiper .lis:nth-child(2n+2) {
    padding-top: 0;
  }
}

@media (max-width: 996px) {
  .visitus-list .items .uls .lis {
    min-height: auto !important;
  }
}

@media (max-width: 1024px) {

  .vidcontainer .closevid {
    background-size: 100%;
  }

  .materials-list .lis .images .icons {
    opacity: 1;
  }

  .cons-header-tops .search {
    position: relative;
  }

  .cons-header-tops .search .minputs {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
    flex-wrap: wrap;
    height: 2rem;
  }

  .cons-header-tops .search .minputs .svgs {
    width: 0.75rem;
    height: 0.75rem;
  }

  .cons-header-tops .search .minputs .svgs svg {
    width: 100%;
    display: block;
    height: 100%;
  }

  .cons-header-tops .search {
    margin-left: 0.5rem;
  }

  .cons-header-tops .search .inputs input[type=text] {
    height: 1rem;
    line-height: 1rem;
  }

  .cons-header-tops .search .inputs {
    height: 1.5rem;
    line-height: 1.5rem;
    display: none;
  }

  .cons-header-tops .search .inputs input[type=text],
  .cons-header-tops .search.active .inputs input[type=text] {
    width: 5.75rem;
  }

  .cons-header-tops .search .inputs {
    position: absolute;
    right: 0;
    top: 100%;
  }

  .cons-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 2px;
  }

  .cons-header-tops .langs .bots {
    display: none;
  }

  .contactus-wraps .lis {
    width: 100%;
  }

  .contactus-wraps .lis:before {
    width: 80%;
    height: 1px;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
  }

  .visitus-list .items {
    width: 32%;
    margin-left: 2%;
    margin-bottom: 2%;
  }

  .footer-wraps-tops .navlist .uls {
    display: none;
  }

  .footer-wraps-tops .navlist {
    width: 100%;
  }

  .footer-wraps-tops .fx-list {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 1.25rem;
  }

  .footer-wraps-tops .list .lis:nth-child(n+2) {
    margin-top: 0.35rem;
  }

  .footer-wraps-bots .lefts {
    max-width: 35%;
  }

  .footer-wraps-bots .rights {
    max-width: 35%;
  }

  .cons-banner .words {
    padding-bottom: 1.5rem;
  }
}

@media (max-width: 996px) {
  .visitus-list .items {
    width: 100%;
    margin-left: 0;
  }

  .messageus-forms .lis {
    width: 100%;
    margin-left: 0;
  }

  .messageus-forms .lis.li textarea {
    line-height: 1.675rem;
    height: 1.675rem;
  }

  .cons-banner .images img {
    aspect-ratio: 1/1;
  }
  .footer-wraps-bots .logos{
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .home-products-list .items {
    width: 100% !important;
    margin-left: 0 !important;
  }

  .home-section .swiper-slide img {
    aspect-ratio: 375/667;
  }
}

.black-bg {
  display: none;
}

.wels-body .black-bg {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  z-index: 99;

}

.wels-body.ovh {
  padding-right: 6px;
}

.wels-body .cons-header-tops .logo {
  position: fixed;
  z-index: 100;
  left: 0;
  right: 0;
  margin: auto;
}

.wels-body .cons-header-tops .logo.active+.black-bg {
  transition: 1.5s ease;
  transition-delay: 2.8s;
  opacity: 0;
}

.wels-body .cons-header-tops .logo.active {
  top: 24px;
  transition: 2s ease;
  transform: translateY(0) scale3d(1, 1, 1);
  transition-delay: 1s;
}

.wels-body .cons-header-tops .logo {
  top: 50%;
  transform: translateY(-50%) scale3d(2.5, 2.5, 1);
}

@keyframes showFadeOut {
  0% {
    opacity: 1;
    visibility: visible;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    visibility: hidden;
  }
}

.wels-body .cons-header-tops .logo .svgs svg {
  opacity: 0.2;
  filter: blur(6px);
  width: 100%;
}

.wels-body .cons-header-tops .logo .svgs .jk {
  opacity: 0;
}

.wels-body .cons-header-tops .logo .svgs .jk-01 {
  transform: translateY(6em);
}

.wels-body .cons-header-tops .logo .svgs .jk-02 {
  transform: translateY(3em);
}

.wels-body .cons-header-tops .logo .svgs svg,
.wels-body .cons-header-tops .logo .svgs path {
  transition: 1s ease;
}

.wels-body .cons-header-tops .logo .svgs .jk {
  transition: 1s ease;
}

.wels-body .cons-header-tops .logo.active svg,
.wels-body .cons-header-tops .logo.active path {
  transition: 1s ease;
}

.wels-body .cons-header-tops .logo.active .jk {
  transition: 1s ease;
}

.wels-body .cons-header-tops .logo.active .svgs svg {
  opacity: 1;
  filter: blur(0);
}

.wels-body .cons-header-tops .logo.active .svgs .jk {
  opacity: 1;
}

.wels-body .cons-header-tops .logo.active .svgs .jk-02-bg,
.wels-body .cons-header-tops .logo.active .svgs .jk-01-bg {
  animation: showFadeOut 1s ease forwards;
}

.wels-body .cons-header-tops .logo.active .svgs .jk-01,
.wels-body .cons-header-tops .logo.active .svgs .jk-02 {
  transform: translateY(0);
}

.gbanner-container .swiper-pagination {
  position: absolute;
  left: 0;
  bottom: 1.5rem;
}

.gbanner-container .swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}

.gbanner-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}

/* html{
width: 100vw;
}
html::-webkit-scrollbar{
  position: absolute;
  right: 0;
  top: 0;
} */

@media (min-width: 1024px) {
  .footer-wraps-tops .navlist li {
    /* width: calc(100% / 5); */
    padding-right: .5rem;
  }
}

header {
  transition: transform .6s;
}

header.nav-hide {
  transform: translateY(-2.5rem);

}

header.nav-show {
  transform: translateY(-0);

}

/* .cons-header-tops .search,
.cons-header-tops .langs,
.header-tops-rights{
  height: 100%;
} */