.lang-selector ul {max-height: 160px !important;}


.aiqishi-mo_leftmenu {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  overflow-x: hidden;
  box-sizing: content-box;
  width: 70%;
  max-width: 350px;
  -webkit-overflow-scrolling: touch;
  z-index: 1000 !important;
  -ms-transition: all .4s cubic-bezier(0.7, 0, 0.2, 1);
  transition: all .4s cubic-bezier(0.7, 0, 0.2, 1);
  box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%)
}

.aiqishi-mo_leftmenu .tit {
  height: 50px;
  line-height: 50px;
  background: #000;
  ;
}

.aiqishi-mo_leftmenu .tit h6 {
  float: left;
  color: #fff;
  padding: 0 0 0 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 50px;
  font-family: Inter;
  text-transform: uppercase;
}

.aiqishi-mo_leftmenu .tit span {
  float: right;
  cursor: pointer;
  width: 50px;
  text-align: center;
}

.aiqishi-mo_leftmenu .tit span i {
  color: #fff;
  font-size: 16px;
  line-height: 50px;
}


.aiqishi-mo_leftmenu>ul>li {
  line-height: 50px;
  font-size: 15px;
  border-top: 1px solid #e5e5e5;
  position: relative;
}

.aiqishi-mo_leftmenu>ul>li>a {
  padding: 0 0 0 20px;
  position: relative;
}

.aiqishi-mo_leftmenu>ul>li>i {
  position: absolute;
  color: #333;
  font-size: 12px;
  top: 5px;
  right: 0;
  z-index: 1;
  width: 50px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}

/* å½“å‰æ¿€æ´»é¡¹ */
.aiqishi-mo_leftmenu>ul.aiqishi_menu>li.current>a {
  color: #333;
  background: rgba(255, 255, 255, 0.14);
  font-weight: 600;
}

.aiqishi-mo_leftmenu>ul.aiqishi_menu>li.current>i {
  color: #333;
}


.aiqishi-mo_leftmenu ul li a {
  color: #333;
  display: block;
  line-height: 45px;
}

.aiqishi-mo_leftmenu ul li a:hover {
  text-decoration: none;
  color: #333;
}

.aiqishi-mo_leftmenu ul li ul {
  display: none;
  padding-bottom: 10px;
}

.aiqishi-mo_leftmenu ul li ul li {
  line-height: 35px;
}

.aiqishi-mo_leftmenu ul li ul li a {
  background: url("../images/d.png") no-repeat 25px center;
  padding: 0 0 0 40px;
}

.aiqishi-mo_leftmenu.menu-transitioning {
  -ms-transform: translateX(0);
  transform: translateX(0)
}

.aiqishi-header {
  height: 100px;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: var(--bg-color);
  transition: background 0.3s ease;
}

.aiqishi-header>div {
  padding: 0 10px;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  z-index: 20;
}


.aiqishi-header .logo img {
  width: 200px;
  object-fit: contain;
}

.aiqishi-header .aiqishi-logo-img--scroll {
  display: none;
}

.aiqishi-header .logo a {
  display: inline-flex;
  align-items: center;
  line-height: 0;
}

.aiqishi-header .nav {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.aiqishi-header .nav>ul {
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: nowrap;
}

.aiqishi-header .nav>ul>li {
  float: left;
  position: relative;
  margin: 0 20px;
  flex: 0 0 auto;
}

.aiqishi-header .nav>ul>li:nth-child(2) {
  position: relative;
}

.aiqishi-header .nav>ul>li>a {
  display: block;
  color: #000;
  font-size: 16px;
  font-style: normal;
  line-height: 30px;
  /* 166.667% */
  text-transform: uppercase;
  position: relative;
  white-space: nowrap;
}

.aiqishi-header .nav>ul>li>a span {
  white-space: nowrap;
}

.aiqishi-header .nav li ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

[lang=ru] .aiqishi-header .nav>ul>li>a {
  font-size: 18px;
}

[lang=fr] .aiqishi-header .nav>ul>li>a {
  font-size: 18px;
}

[lang=es] .aiqishi-header .nav>ul>li>a {
  font-size: 18px;
}

.aiqishi-header .nav>ul>li>a::after {
  content: "";
  height: 2px;
  background: var(--color-primary);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -6px;
  width: 0;
}






.aiqishi-header .nav>ul>li:hover>a,
.aiqishi-header .nav>ul>li.current>a {
  color:var(--color-primary) !important;
}

.aiqishi-header .nav>ul>li:hover>a::after,
.aiqishi-header .nav>ul>li.current>a::after {
  width: 100%;
}

.aiqishi-header .nav>ul>li>ul {
  position: absolute;
  top: calc(100% + 15px);
  left: 50%;
  z-index: 1000;
  min-width: 230px;
  padding: 12px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(-50%) translateY(8px);
  transition: opacity 0.24s ease, transform 0.24s ease, visibility 0.24s ease;
}

.aiqishi-header .nav>ul>li>ul::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -18px;
  height: 18px;
}

.aiqishi-header .nav>ul>li:hover>ul,
.aiqishi-header .nav>ul>li:focus-within>ul {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.aiqishi-header .nav>ul>li:last-child>ul {
  left: auto;
  right: 0;
  transform: translateY(8px);
}

.aiqishi-header .nav>ul>li:last-child:hover>ul,
.aiqishi-header .nav>ul>li:last-child:focus-within>ul {
  transform: translateY(0);
}

.aiqishi-header .nav>ul>li>ul li {
  position: relative;
}

.aiqishi-header .nav>ul>li>ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 38px;
  padding: 8px 12px;
  border-radius: 4px;
  color: #000;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.aiqishi-header .nav>ul>li>ul li.current>a,
.aiqishi-header .nav>ul>li>ul li:hover>a,
.aiqishi-header .nav>ul>li>ul li:focus-within>a {
  background: rgb(131 131 131 / 6%);
  color: var(--color-primary);
}

.aiqishi-header .nav>ul>li>ul li a .qico-right {
  flex: 0 0 auto;
  font-size: 12px;
}

.aiqishi-header .nav>ul>li>ul li>ul {
  position: absolute;
  top: -12px;
  left: calc(100% + 12px);
  z-index: 1001;
  min-width: 220px;
  padding: 12px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(8px);
  transition: opacity 0.24s ease, transform 0.24s ease, visibility 0.24s ease;
}

.aiqishi-header .nav>ul>li>ul li>ul::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -12px;
  width: 12px;
}

.aiqishi-header .nav>ul>li>ul li:hover>ul,
.aiqishi-header .nav>ul>li>ul li:focus-within>ul {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(0);
}


.aiqishi-header .header_right {
  width: 161px;
  height: 40px;
  border-radius: 50px;
  background: var(--color-primary);
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  z-index: 20;
}


.aiqishi-header .aiqishi_lang {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6px;
}

.aiqishi-header .aiqishi_lang .iconfont {
  font-size: 10px;
  color: #fff;
}

.aiqishi-header .lang-selector {
  width: 70px;
}

.aiqishi-header .header-lang .current-lang {
  display: flex;
  flex-direction: row;
  gap: 10px;
  padding: 12px 0px 12px 20px;
  /* justify-content: space-between; */
}



.aiqishi-header .header-lang .current-lang em {
  width: fit-content;
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  margin: 0;
  margin-right: 0;
  /* 150% */
}

.aiqishi-header .header-lang .current-lang i {
  font-size: 18px;
  color: #fff;
}

.aiqishi-header .header-lang .lang-box::before {
  content: '';
  position: absolute;
  right: 37px;
  top: -8px;
  overflow: hidden;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  border-left: 8px solid transparent;
  display: block;
}

.aiqishi-header .header_right>span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: var(--color-primary);
  cursor: pointer;
  display: none;
}

.aiqishi-header .header_right>span i {
  font-size: 24px;
}

.aiqishi-header .aiqishi-head-nav-arrow {
  display: none;
}

.aiqishi-header.is-inner-head {
  height: 76.56px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.1);
  border-bottom: 0;
  box-shadow: none;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  transition: height 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}

.aiqishi-header.is-inner-head.header-fix {
  height: 96.19px;
  z-index: 104;
  background: rgba(0, 0, 0, 0.1);
  box-shadow: none;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

.aiqishi-header.is-inner-head>div {
  width: calc(100% - clamp(80px, 9.895vw, 190px));
  max-width: 1728px;
  padding: 0;
}

.aiqishi-header.is-inner-head .logo img {
  width: 95.14px;
  height: 27.88px;
  aspect-ratio: auto;
  object-fit: fill;
  transition: width 0.3s ease, height 0.3s ease;
}

.aiqishi-header.is-inner-head.header-fix .logo img {
  width: 95.14px;
  height: 35.03px;
  object-fit: contain;
}

.aiqishi-header.is-inner-head.header-fix .aiqishi-logo-img--default {
  display: none;
}

.aiqishi-header.is-inner-head.header-fix .aiqishi-logo-img--scroll {
  display: block;
}

.aiqishi-header.is-inner-head.is-no-banner-detail-head.header-fix {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.aiqishi-header.is-inner-head .nav {
  position: absolute;
  top: 50%;
  left: clamp(210px, calc(73.125vw - 960px), 444px);
  right: clamp(185px, calc(80vw - 1095px), 441px);
  justify-content: center;
  transform: translateY(-50%);
}

.aiqishi-header.is-inner-head .nav>ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: clamp(30px, calc(6.25vw - 70px), 50px);
}

.aiqishi-header.is-inner-head .nav>ul>li {
  float: none;
  margin: 0;
}

.aiqishi-header.is-inner-head .nav>ul>li>a {
  display: flex;
  align-items: center;
  gap: 5px;
  min-height: 30px;
  color: #333;
  line-height: 30px;
  transition: color 0.3s ease;
}

.aiqishi-header.is-inner-head .nav>ul>li>a::after {
  height: 2px;
  bottom: -2px;
  background: currentColor;
}

.aiqishi-header.is-inner-head.header-fix .nav>ul>li>a {
  color: #fff;
}

.aiqishi-header.is-inner-head.header-fix .nav>ul>li.has-children>a .aiqishi-head-nav-arrow {
  display: inline-block;
  flex: 0 0 auto;
  font-size: 10px;
  line-height: 1;
}

.aiqishi-header.is-inner-head .header_right {
  width: 161px;
  height: 30.62px;
  border-radius: 50px;
  background: #000;
  justify-content: flex-start;
  transition: height 0.3s ease, background 0.3s ease;
}

.aiqishi-header.is-inner-head.header-fix .header_right {
  height: 38.48px;
  background: #fff;
}

.aiqishi-header.is-inner-head .aiqishi_lang {
  position: relative;
  flex: 0 0 84.15px;
  width: 84.15px;
  height: 100%;
  margin-left: 20px;
  justify-content: flex-start;
  gap: 14.1px;
}

.aiqishi-header.is-inner-head .lang-selector {
  flex: 0 0 59.86px;
  width: 59.86px;
  height: 100%;
}

.aiqishi-header.is-inner-head .header-lang .current-lang {
  height: 100%;
  align-items: center;
  gap: 19.11px;
  padding: 0;
}

.aiqishi-header.is-inner-head .header-lang .current-lang .iconfont-diqiu {
  display: inline-flex;
  flex: 0 0 16.3px;
  width: 16.3px;
  align-items: center;
  justify-content: center;
}

.aiqishi-header.is-inner-head .aiqishi_lang>.iconfont-down {
  position: static;
  flex: 0 0 10.19px;
  width: 10.19px;
  font-size: 10px;
  line-height: 1;
  transform: none;
  text-align: center;
}

.aiqishi-header.is-inner-head .header-lang .current-lang em {
  color: #fff;
  -webkit-text-stroke-color: #fff;
}

.aiqishi-header.is-inner-head .header-lang .current-lang i,
.aiqishi-header.is-inner-head .aiqishi_lang>.iconfont {
  color: #fff;
}

.aiqishi-header.is-inner-head.header-fix .header-lang .current-lang em {
  color: #000;
  -webkit-text-stroke-color: #000;
}

.aiqishi-header.is-inner-head.header-fix .header-lang .current-lang i,
.aiqishi-header.is-inner-head.header-fix .aiqishi_lang>.iconfont {
  color: #000;
}

.aiqishi-header.is-inner-head .search {
  width: 45px;
  height: 26.03px;
  right: auto;
  margin-left: 7.85px;
  background: #fff;
  transition: height 0.3s ease;
}

.aiqishi-header.is-inner-head.header-fix .search {
  height: 32.71px;
  background: #000;
}

.aiqishi-header.is-inner-head .search h3 {
  width: 45px;
  height: 100%;
}

.aiqishi-header.is-inner-head .search h3 i,
.aiqishi-header.is-inner-head.header-fix .search h3 i {
  color: #000;
}

.aiqishi-header.is-inner-head.header-fix .search h3 i {
  color: #fff;
}

.aiqishi-header.is-inner-head .header_right>span {
  color: #fff;
}

@media screen and (min-width: 1172px) and (max-width: 1280px) {
  .aiqishi-header.is-inner-head>div {
    width: calc(100% - 64px);
  }

  .aiqishi-header.is-inner-head .nav {
    left: 150px;
    right: 185px;
  }

  .aiqishi-header.is-inner-head .nav>ul {
    gap: 24px;
  }

  .aiqishi-header.is-inner-head .nav>ul>li>a {
    font-size: 16px;
  }
}

@media screen and (min-width: 1281px) and (max-width: 1600px) {
  .aiqishi-header.is-inner-head>div {
    width: calc(100% - clamp(80px, 9.895vw, 190px));
  }

  .aiqishi-header.is-inner-head .nav {
    left: 210px;
    right: 185px;
  }

  .aiqishi-header.is-inner-head .nav>ul {
    gap: 30px;
  }

  .aiqishi-header.is-inner-head .nav>ul>li>a {
    font-size: 17px;
  }
}

.home .aiqishi-header,
.aiqishi-header.is-banner-overlay {
  /*position: fixed;*/
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
  /*background: transparent;*/
}

.home .aiqishi-header .nav>ul>li>a,
.aiqishi-header.is-banner-overlay .nav>ul>li>a {
  /*color: var(--color-primary);*/
}

.home .aiqishi-header .header-lang .current-lang em,
.aiqishi-header.is-banner-overlay .header-lang .current-lang em {
  color: #fff;
}

.home .aiqishi-header .header-lang .current-lang i,
.aiqishi-header.is-banner-overlay .header-lang .current-lang i {
  color: #fff;
}

.home .aiqishi-header .header_right>span,
.aiqishi-header.is-banner-overlay .header_right>span {
  color: #fff;
}

.home .aiqishi-header.header-fix,
.aiqishi-header.is-banner-overlay.header-fix {
  /*position: fixed;*/
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  z-index: 104;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.home .aiqishi-header.header-fix .nav>ul>li>a,
.aiqishi-header.is-banner-overlay.header-fix .nav>ul>li>a {
  color: var(--color-primary);
}

.home .aiqishi-header .search h3 i,
.aiqishi-header.is-banner-overlay .search h3 i {
  color: var(--color-primary);
}

.home .aiqishi-header.header-fix .search h3 i,
.aiqishi-header.is-banner-overlay.header-fix .search h3 i {
  color: var(--color-primary);
}

.home .aiqishi-header.header-fix .header-lang .current-lang em,
.aiqishi-header.is-banner-overlay.header-fix .header-lang .current-lang em {
  color: var(--text-color);
}

.home .aiqishi-header.header-fix .header-lang .current-lang i,
.aiqishi-header.is-banner-overlay.header-fix .header-lang .current-lang i {
  color: var(--text-color);
}

.home .aiqishi-header.header-fix .header_right>span,
.aiqishi-header.is-banner-overlay.header-fix .header_right>span {
  color: var(--text-color);
}

.aiqishi-header.is-inner-head.header-fix {
  background: rgba(0, 0, 0, 0.1);
  box-shadow: none;
}

.aiqishi-header.is-inner-head.header-fix .nav>ul>li>a {
  color: #333;
}

.aiqishi-header .search {
  width: 45px;
  height: 34px;
  border-radius: 50px;
  background: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  right: 6px;
}

.aiqishi-header .search h3 {
  width: 45px;
  height: 36px;
  cursor: pointer;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;

}

.aiqishi-header .search h3 i {
  color: var(--color-primary);
  font-size: 18px;
}

.aiqishi-header .search .serchbox {
  display: none;
  position: absolute;
  background: var(--color-primary);
  width: 255px;
  box-sizing: border-box;
  padding: 10px;
  top: 50px;
  right: 0;
  z-index: 1000;
}

.aiqishi-header .search .serchbox .submit_text {
  background: #fff;
  border: 1px solid #fff;
  border-right: none;
  width: 200px;
  height: 33px;
  line-height: 33px;
  float: left;
  color: var(--color-primary);
  padding: 0 0 0 6px;
}

.aiqishi-header .search .serchbox .submit_btn {
  width: 35px;
  background: var(--color-primary);
  border-radius: var(--button-radius);
  font-size: 14px;
  color: #fff;
  height: 33px;
  line-height: 33px;
  text-align: center;
  display: block;
  float: right;
  cursor: pointer;
}

.aiqishi-header .search.active h3 {
  background: var(--color-primary) !important;
  border-radius: 50px;
}

.aiqishi-header .search.active h3 i {
  color: #fff !important;
}

.aiqishi-header .search.active .serchbox {
  display: block;
}

.inquiry-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s
}

.inquiry-popup {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, .5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  z-index: 1000
}

.inquiry-popup .div_info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -286px;
  float: none;
  width: 80%;
  padding: 58px;
  background: #fff
}

.inquiry-popup .div_info h3 {
  padding-bottom: 20px;
  font-size: 26px;
  line-height: 24px;
  letter-spacing: 1px;
}

.inquiry-popup-close {
  position: absolute;
  right: 7%;
  top: 41px;
  font-size: 42px;
  color: #999
}


.inquiry-popup .inquirbox h5 {
  background: #F0B323;
}

.inquiry-popup .inquirbox .row {
  margin-bottom: 15px;
}

.inquiry-popup .inquirbox .row:last-of-type {
  margin-bottom: 0;
}

.inquiry-popup .inquirbox input[type="text"],
.inquiry-popup .inquirbox textarea {
  padding: 10px 10px;
  font-size: 16px;
  border: 1px solid #D2D2CF;
  width: 100%;
  line-height: 22px;
  text-align: left;
  color: #111;
  box-sizing: border-box;
}

.inquiry-popup .inquirbox textarea {
  max-width: 100%;
  width: 100%;
  resize: none;
}

.inquiry-popup .inquirbox input[type="text"]:focus,
.inquiry-popup .inquirbox textarea:focus {
  outline: 0;
  box-shadow: 0 0 10px rgba(63, 62, 62, 0.2);
}

.inquiry-popup .inquirbox .red {
  color: #f00;
  font-weight: bold;
}

.inquiry-popup .inquirbox img {
  cursor: pointer;
  margin-left: 3px;
  display: inline-block;
  vertical-align: middle;
}

.inquiry-popup .inquirbox .submit {
  margin: 0 auto;
  width: 100%;
  line-height: 42px;
  background: var(--color-primary);
  border-radius: var(--button-radius);
  text-align: center;
  display: block;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}

.inquiry-popup .inquirbox .submit:hover {
  background: none;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
}

.crm-form .inquirbox input[type="text"],
.crm-form .inquirbox textarea {
  padding: 10px 12px;
  font-size: 16px;
}

.crm-form .inquirbox .submit {
  margin: 0 auto;
  line-height: 45px;
  background: var(--color-primary);
  border-radius: var(--button-radius);
  text-align: center;
  display: block;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}

.crm-form .inquirbox .submit i {
  font-size: 22px;
}

.crm-form .inquirbox .submit:hover {
  background: none;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
}

/* Padç«¯æ ·å¼ (768px - 1171px) */
@media screen and (max-width:1171px) {
  /* Pad æ®µ header æ•´ä½“é«˜åº¦æ”¶ç´§ */
  .aiqishi-header {
    height: 80px;
  }

  /* Pad æ®µ logo ç­‰æ¯”ç¼©å° */
  .aiqishi-header .logo img {
    width: 90px;
    height: 32px;
    aspect-ratio: 90/32;
  }

  .aiqishi-header .header_right>span {
    display: block;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .aiqishi-header .nav {
    display: none;
  }

  .aiqishi-header .nav>ul>li {
    margin: 0 12px;
  }

  .aiqishi-header .nav>ul>li>a {
    font-size: 16px;
  }

  /* é¦–é¡µé€æ˜Ž header åœ¨ Pad æ®µæ±‰å ¡å›¾æ ‡é¢œè‰²ä¿æŒç™½è‰² */
  .home .aiqishi-header .header_right>span i,
  .aiqishi-header.is-banner-overlay .header_right>span i {
    color: #fff;
  }

  /* æ»šåŠ¨åŽç½®å›žä¸»è‰² */
  .home .aiqishi-header.header-fix .header_right>span i,
  .aiqishi-header.is-banner-overlay.header-fix .header_right>span i {
    color: var(--text-color);
  }

  .aiqishi-header .header_right {width: auto;}
  
}

/* Padç«¯å’Œç§»åŠ¨ç«¯å…±ç”¨æ ·å¼ (< 1024px) */
@media screen and (max-width:1024px) {
  .aiqishi-header>div {
    padding: 0 20px;
  }

  .aiqishi-header .header_right {width: auto;}

  .aiqishi-header .header_right {
    width: fit-content;
    gap: 10px;
    padding: 0 12px;
    height: 45px;
    border-radius: 45px;
  }

  .aiqishi-header .search {
    width: 45px;
    height: 36px;
    position: static;
  }

  .aiqishi-header .search h3 {
    width: 45px;
    height: 45px;
  }

  /* æœç´¢æ¡†å³å¯¹é½åˆ° header å†…è¾¹è·,é¿å…æº¢å‡ºè§†å£ */
  .aiqishi-header .search .serchbox {
    top: 50px;
    right: 20px;
  }

  /* å¼¹å±‚å°ç®­å¤´åŒæ­¥å¯¹é½ */
  .aiqishi-header .header-lang .lang-box::before {
    right: 20px;
  }
}

/* ç§»åŠ¨ç«¯æ ·å¼ (< 768px) */
@media screen and (max-width:768px) {
  .aiqishi-header {
    height: 70px;
  }

  .aiqishi-header>div {
    padding: 0 15px;
  }

  .aiqishi-header .logo img {
    width: 80px;
    height: 28px;
    aspect-ratio: 80/28;
  }

  .aiqishi-header .header_right {
    width: auto;
    height: 40px;
    border-radius: 40px;
    padding: 0 10px;
    gap: 8px;
  }

  .aiqishi-header .aiqishi_lang {
    gap: 4px;
  }

 

  .aiqishi-header .header-lang .current-lang {
    padding: 10px 0px 10px 12px;
    gap: 12px;
  }




  .aiqishi-header .aiqishi_lang .iconfont {
    font-size: 8px;
  }

  .aiqishi-header .search {
    width: 40px;
    height: 40px;
    right: 0;
  }

  .aiqishi-header .search h3 {
    width: 40px;
    height: 40px;
  }

  .aiqishi-header .search h3 i {
    font-size: 16px;
  }

  .aiqishi-header .search .serchbox {
    width: 220px;
    padding: 8px;
    top: 45px;
    right: 15px;
  }

  .aiqishi-header .search .serchbox .submit_text {
    width: 170px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }

  .aiqishi-header .search .serchbox .submit_btn {
    width: 32px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }

  .aiqishi-header .header_right>span {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  .aiqishi-header .header_right>span i {
    font-size: 20px;
    color: #fff;
  }

  .home .aiqishi-header {
    position: static;
    background: #fff;
  }

  .home .aiqishi-header .nav>ul>li>a {
    color: var(--color-primary);
  }

  .home .aiqishi-header .header-lang .current-lang em {
    color: #fff;
  }

  .home .aiqishi-header .header-lang .current-lang i {
    color: #fff;
  }

  .home .aiqishi-header .header_right>span {
    color: #fff;
  }

  .home .aiqishi-header .search h3 i {
    color: var(--color-primary);
  }

  /* ç§»åŠ¨ç«¯ä¾§è¾¹èœå•æ ·å¼ä¼˜åŒ– */
  .aiqishi-mo_leftmenu {
    width: 75%;
    max-width: 300px;
  }

  .aiqishi-mo_leftmenu .tit {
    height: 60px;
    line-height: 60px;
  }

  .aiqishi-mo_leftmenu .tit h6 {
    font-size: 18px;
    line-height: 60px;
    padding: 0 0 0 15px;
  }

  .aiqishi-mo_leftmenu .tit span {
    width: 60px;
  }

  .aiqishi-mo_leftmenu .tit span i {
    line-height: 60px;
    font-size: 18px;
  }

  .aiqishi-mo_leftmenu>ul>li {
    line-height: 45px;
    font-size: 14px;
  }

  .aiqishi-mo_leftmenu>ul>li>a {
    padding: 0 0 0 15px;
  }

  .aiqishi-mo_leftmenu ul li a {
    line-height: 40px;
  }

  .aiqishi-mo_leftmenu>ul>li>i {
    width: 40px;
    line-height: 40px;
    top: 2px;
  }

  .aiqishi-mo_leftmenu ul li ul li {
    line-height: 32px;
  }

  .aiqishi-mo_leftmenu ul li ul li a {
    background-position: 20px center;
    padding: 0 0 0 35px;
    font-size: 13px;
  }

  /* å¼¹çª—è¡¨å•ç§»åŠ¨ç«¯ä¼˜åŒ– */
  .inquiry-popup .div_info {
    width: 90%;
    padding: 30px 20px;
    margin-top: -250px;
  }

  .inquiry-popup .div_info h3 {
    font-size: 20px;
    padding-bottom: 15px;
  }

  .inquiry-popup-close {
    right: 5%;
    top: 20px;
    font-size: 32px;
  }

  .inquiry-popup .inquirbox input[type="text"],
  .inquiry-popup .inquirbox textarea {
    font-size: 14px;
    padding: 8px;
  }

  .inquiry-popup .inquirbox .submit {
    line-height: 38px;
    font-size: 14px;
  }
}

/* å°å±ç§»åŠ¨ç«¯æ ·å¼ (< 480px) */
@media screen and (max-width:480px) {
  .aiqishi-header {
    height: 60px;
  }

  .aiqishi-header>div {
    padding: 0 12px;
  }

  .aiqishi-header .logo img {
    width: 70px;
    height: 24px;
    aspect-ratio: 70/24;
  }

  .aiqishi-header .header_right {
    height: 36px;
    border-radius: 36px;
    padding: 0 8px;
    gap: 6px;
  }



  .aiqishi-header .header-lang .current-lang {
    padding: 8px 0px 8px 10px;
    gap: 8px;
  }



  

  .aiqishi-header .aiqishi_lang .iconfont {
    font-size: 7px;
  }

  .aiqishi-header .search {
    width: 48px;
    height: 30px;
  }

  .aiqishi-header .search h3 {
    width: 48px;
    height: 36px;
  }

  .aiqishi-header .search h3 i {
    font-size: 14px;
  }

  .aiqishi-header .search .serchbox {
    width: 200px;
    padding: 6px;
    top: 40px;
    right: 12px;
  }

  .aiqishi-header .search .serchbox .submit_text {
    width: 155px;
    height: 28px;
    line-height: 28px;
    font-size: 13px;
  }

  .aiqishi-header .search .serchbox .submit_btn {
    width: 30px;
    height: 28px;
    line-height: 28px;
    font-size: 11px;
  }

  .aiqishi-header .header_right>span {
    width: 36px;
    height: 36px;
    line-height: 36px;
  }

  .aiqishi-header .header_right>span i {
    font-size: 18px;
  }

  .aiqishi-mo_leftmenu {
    width: 80%;
    max-width: 280px;
  }

  .aiqishi-mo_leftmenu .tit h6 {
    font-size: 16px;
  }

  .inquiry-popup .div_info {
    width: 92%;
    padding: 25px 15px;
  }

  .inquiry-popup .div_info h3 {
    font-size: 18px;
  }

  .inquiry-popup-close {
    font-size: 28px;
  }
}

/* è¶…å°å±ç§»åŠ¨ç«¯æ ·å¼ (< 375px) */
@media screen and (max-width:375px) {
  .aiqishi-header .logo img {
    width: 65px;
    height: 22px;
    aspect-ratio: 65/22;
  }

  .aiqishi-header .header_right {
    height: 34px;
    border-radius: 34px;
    padding: 0 6px;
    gap: 5px;
  }



  .aiqishi-header .header-lang .current-lang {
    padding: 7px 0px 7px 8px;
    gap: 6px;
  }



  .aiqishi-header .search {
    width: 34px;
    height: 34px;
  }

  .aiqishi-header .search h3 {
    width: 34px;
    height: 34px;
  }

  .aiqishi-header .search h3 i {
    font-size: 13px;
  }

  .aiqishi-header .header_right>span {
    width: 34px;
    height: 34px;
    line-height: 34px;
  }

  .aiqishi-header .header_right>span i {
    font-size: 16px;
  }
}


@media screen and (min-width: 769px) and (max-width:1171px) {
  .aiqishi-header.is-inner-head,
  .aiqishi-header.is-inner-head.header-fix {
    height: 80px;
  }

  .aiqishi-header.is-inner-head>div {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
  }

  .aiqishi-header.is-inner-head .logo img,
  .aiqishi-header.is-inner-head.header-fix .logo img,
  .aiqishi-header.is-inner-head.is-no-banner-detail-head.header-fix .logo img {
    width: 90px;
    height: 32px;
    aspect-ratio: 90/32;
    object-fit: contain;
  }

  .aiqishi-header.is-inner-head .header_right,
  .aiqishi-header.is-inner-head.header-fix .header_right {
    width: fit-content;
    height: 45px;
    gap: 10px;
    padding: 0 12px;
    border-radius: 45px;
  }

  .aiqishi-header.is-inner-head .header_right {
    background: #000;
  }

  .aiqishi-header.is-inner-head.header-fix .header_right {
    background: #fff;
  }

  .aiqishi-header.is-inner-head .aiqishi_lang {
    flex: 0 0 auto;
    width: auto;
    height: 100%;
    margin-left: 0;
    gap: 6px;
  }

  .aiqishi-header.is-inner-head .lang-selector {
    flex: 0 0 auto;
    width: 86px;
    height: 100%;
  }

  .aiqishi-header.is-inner-head .header-lang .current-lang {
    height: 100%;
    gap: 19px;
    padding: 12px 0 12px 20px;
  }

  .aiqishi-header.is-inner-head .search,
  .aiqishi-header.is-inner-head.header-fix .search {
    width: 45px;
    height: 36px;
    margin-left: 0;
    right: 0;
    position: static;
  }

  .aiqishi-header.is-inner-head .search h3 {
    width: 45px;
    height: 45px;
  }

  .aiqishi-header.is-inner-head .search {
    background: #fff;
  }

  .aiqishi-header.is-inner-head.header-fix .search {
    background: #000;
  }

  .aiqishi-header.is-inner-head .search h3 i {
    color: #000;
  }

  .aiqishi-header.is-inner-head.header-fix .search h3 i {
    color: #fff;
  }

  .aiqishi-header.is-inner-head.header-fix .header-lang .current-lang em,
  .aiqishi-header.is-inner-head.header-fix .header-lang .current-lang i,
  .aiqishi-header.is-inner-head.header-fix .aiqishi_lang>.iconfont {
    color: #000;
    -webkit-text-stroke-color: #000;
  }

  .aiqishi-header.is-inner-head.header-fix .header_right>span,
  .aiqishi-header.is-inner-head.header-fix .header_right>span i {
    color: #000;
  }

  
}

@media screen and (max-width:768px) {
  .aiqishi-header.is-inner-head,
  .aiqishi-header.is-inner-head.header-fix {
    height: 70px;
  }

  .aiqishi-header.is-inner-head>div {
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
  }

  .aiqishi-header.is-inner-head .logo img,
  .aiqishi-header.is-inner-head.header-fix .logo img,
  .aiqishi-header.is-inner-head.is-no-banner-detail-head.header-fix .logo img {
    width: 80px;
    height: 28px;
    aspect-ratio: 80/28;
    object-fit: contain;
  }

  .aiqishi-header.is-inner-head .header_right,
  .aiqishi-header.is-inner-head.header-fix .header_right {
    width: auto;
    height: 40px;
    gap: 8px;
    padding: 0 10px;
    border-radius: 40px;
  }

  .aiqishi-header.is-inner-head .aiqishi_lang {
    flex: 0 0 auto;
    width: auto;
    height: 100%;
    margin-left: 0;
    gap: 4px;
  }

  .aiqishi-header.is-inner-head .lang-selector {
    flex: 0 0 auto;
    width: 70px;
    height: 100%;
  }

  .aiqishi-header.is-inner-head .header-lang .current-lang {
    gap: 12px;
    padding: 10px 0 10px 12px;
  }

  .aiqishi-header.is-inner-head .search,
  .aiqishi-header.is-inner-head.header-fix .search {
    width: 40px;
    height: 40px;
    margin-left: 0;
    right: 0;
    flex: 0 0 auto;
  }

  .aiqishi-header.is-inner-head .search h3 {
    width: 40px;
    height: 40px;
  }

  .aiqishi-header.is-inner-head .header_right>span {
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  .aiqishi-header.is-inner-head .header_right {
    background: #000;
  }

  .aiqishi-header.is-inner-head.header-fix .header_right {
    background: #fff;
  }

  .aiqishi-header.is-inner-head .search {
    background: #fff;
  }

  .aiqishi-header.is-inner-head.header-fix .search {
    background: #000;
  }

  .aiqishi-header.is-inner-head .search h3 i {
    color: #000;
  }

  .aiqishi-header.is-inner-head.header-fix .search h3 i {
    color: #fff;
  }

  .aiqishi-header.is-inner-head.header-fix .header-lang .current-lang em,
  .aiqishi-header.is-inner-head.header-fix .header-lang .current-lang i,
  .aiqishi-header.is-inner-head.header-fix .aiqishi_lang>.iconfont {
    color: #000;
    -webkit-text-stroke-color: #000;
  }

  .aiqishi-header.is-inner-head.header-fix .header_right>span,
  .aiqishi-header.is-inner-head.header-fix .header_right>span i {
    color: #000;
  }
}

@media screen and (max-width:480px) {
  .aiqishi-header.is-inner-head,
  .aiqishi-header.is-inner-head.header-fix {
    height: 60px;
  }

  .aiqishi-header.is-inner-head>div {
    padding: 0 12px;
  }

  .aiqishi-header.is-inner-head .logo img,
  .aiqishi-header.is-inner-head.header-fix .logo img,
  .aiqishi-header.is-inner-head.is-no-banner-detail-head.header-fix .logo img {
    width: 70px;
    height: 24px;
    aspect-ratio: 70/24;
  }

  .aiqishi-header.is-inner-head .header_right,
  .aiqishi-header.is-inner-head.header-fix .header_right {
    height: 36px;
    gap: 6px;
    padding: 0 8px;
    border-radius: 36px;
  }

  .aiqishi-header.is-inner-head .lang-selector {
    width: 60px;
  }

  .aiqishi-header.is-inner-head .header-lang .current-lang {
    gap: 8px;
    padding: 8px 0 8px 10px;
  }

  .aiqishi-header.is-inner-head .search,
  .aiqishi-header.is-inner-head.header-fix .search {
    width: 48px;
    height: 30px;
  }

  .aiqishi-header.is-inner-head .search h3 {
    width: 48px;
    height: 36px;
  }

  .aiqishi-header.is-inner-head .header_right>span {
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
}

@media screen and (max-width:375px) {
  .aiqishi-header.is-inner-head .logo img,
  .aiqishi-header.is-inner-head.header-fix .logo img,
  .aiqishi-header.is-inner-head.is-no-banner-detail-head.header-fix .logo img {
    width: 65px;
    height: 22px;
    aspect-ratio: 65/22;
  }

  .aiqishi-header.is-inner-head .header_right,
  .aiqishi-header.is-inner-head.header-fix .header_right {
    height: 34px;
    gap: 5px;
    padding: 0 6px;
    border-radius: 34px;
  }

  .aiqishi-header.is-inner-head .lang-selector {
    width: 55px;
  }

  .aiqishi-header.is-inner-head .header-lang .current-lang {
    gap: 6px;
    padding: 7px 0 7px 8px;
  }

  .aiqishi-header.is-inner-head .search,
  .aiqishi-header.is-inner-head.header-fix .search {
    width: 34px;
    height: 34px;
  }

  .aiqishi-header.is-inner-head .search h3 {
    width: 34px;
    height: 34px;
  }

  .aiqishi-header.is-inner-head .header_right>span {
    width: 34px;
    height: 34px;
    line-height: 34px;
  }
}

.aiqishi-header .search.search-box-only,
.aiqishi-header.is-inner-head .search.search-box-only,
.aiqishi-header.is-inner-head.header-fix .search.search-box-only {
  width: 45px;
  height: 34px;
  border-radius: 50px;
  flex: 0 0 45px;
}

.aiqishi-header .search.search-box-only h3,
.aiqishi-header.is-inner-head .search.search-box-only h3 {
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

@media(max-width:1171px){
  .aiqishi-header .search.search-box-only, .aiqishi-header.is-inner-head .search.search-box-only, .aiqishi-header.is-inner-head.header-fix .search.search-box-only {flex: 0 0 34px;}
  .aiqishi-header .header-lang .current-lang {gap: 5px;}
  .aiqishi-header .lang-selector { width: 70px;}
  .aiqishi-header .header-lang .current-lang em {font-size: 14px;}
  .aiqishi-header .aiqishi_lang {margin-right: 15px;}
}

@media screen and (max-width:768px) {

  .aiqishi-header .lang-selector {width: 50px;}
  .aiqishi-header .header-lang .current-lang i {font-size: 17px;}
  .aiqishi-header .aiqishi_lang {margin-right: 5px;}
}

