.lang-selector ul {
  text-align: left;
  font-size: 0;
  max-height: 160px !important;
  overflow-y: scroll;
}

html body .custom-pop-inquiry .div_info,
html body .custom-pop-inquiry .div_info .container,
html body .custom-pop-inquiry .div_info .row {
  margin: 0;
  padding: 0;
  max-width: none;
}

html body .custom-pop-inquiry .div_info .row:has(.inqury_title_box) {
  background: var(--color-primary);
}


html body .custom-pop-inquiry .div_info .inqury_title_box .inqury_title_text,
html body .custom-pop-inquiry .div_info .inqury_title_box .inqury_titl_desc {
  color: #FFFFFF;
}


html body .custom-pop-inquiry .div_info .inqury_submit {
  width: 100%;
}

html body .custom-pop-inquiry .div_info .cd-popup-close {
  color: #FFFFFF;
  line-height: 1;
  right: 12px;
  top: 12px;
}

.jwell-sitetop {
  display: none;
  background: #333;
  height: 50px;
}

.jwell-header .lang-selector .current-lang {
  width: 90px;
}

* {
  /* color:red!important; */
  font-family: "Roboto" !important;
}

.lang-selector .current-lang em {
  color: #fff !important;

}

.lang-selector .current-lang i {
  color: #fff !important;

}

.jwell-sitetop>.container {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.jwell-sitetop span {

  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}

.jwell-sitetop span.mo-header-search {
  margin-right: 0px;
}

.jwell-sitetop span i {
  color: #fff;
  font-size: 24px;
}

.jwell-sitetop .mo-search {
  padding: 10px 15px;
  display: none;
  border-bottom: 1px solid #222;
  position: absolute;
  z-index: 200;
  left: 0;
  top: 51px;
  width: 100%;
  background: #333;
  box-sizing: border-box;
}

.jwell-mo-leftmenu {
  background: #f5f5f5;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  overflow-x: visible;
  box-sizing: content-box;
  width: 70%;
  -webkit-overflow-scrolling: touch;
  z-index: 105 !important;
  -webkit-transition: all 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  -ms-transition: all 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.jwell-mo-leftmenu .tit {
  height: 50px;
  line-height: 50px;
  background: #353535;
}

.jwell-mo-leftmenu .cl h6 {
  line-height: 50px;
}

.jwell-mo-leftmenu .tit h6 {
  float: left;
  color: #fff;
  padding: 0 0 0 20px;
  font-size: 20px;
  font-weight: bold;
  font-family: "Times New Roman";
}

.jwell-mo-leftmenu .tit span {
  float: right;
  cursor: pointer;
  width: 50px;
  text-align: center;
  line-height: 50px;
}

.jwell-mo-leftmenu .tit span i {
  color: #fff;
  font-size: 16px;
}

.jwell-mo-leftmenu>ul>li {
  line-height: 50px;
  font-size: 15px;
  border-top: 2px solid #e5e5e5;
  position: relative;
}

.jwell-mo-leftmenu>ul>li>a {
  padding: 0 0 0 20px;
  line-height: 50px;
}

.jwell-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;
}

.jwell-mo-leftmenu ul li a {
  color: #333;
  display: block;
  line-height: 45px;
}

.jwell-mo-leftmenu ul li a:hover {
  text-decoration: none;
}

.jwell-mo-leftmenu ul li ul {
  display: none;
  padding-bottom: 10px;
}

.jwell-mo-leftmenu ul li ul li {
  line-height: 35px;
}

.jwell-mo-leftmenu ul li ul li a {
  background: url("./pics/right.png") no-repeat 25px center;
  padding: 0 0 0 40px;
  line-height: 35px;
}

.jwell-mo-leftmenu.menu-transitioning {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.jwell-header {
  /* overflow: hidden; */
  animation: headerEnter 0.75s cubic-bezier(0.16, 1, 0.3, 1) both;
}


@keyframes headerEnter {
  from {
    opacity: 0;
    transform: translateY(-110px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}




.jwell-header .nav>ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.jwell-header .nav>ul>li {
  position: relative;
  z-index: 30;
  /* overflow: hidden; */
}

/* .jwell-header .nav>ul>li+li {
  margin-left: 5px;
} */


.jwell-header .nav>ul>li>a {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  padding: 0 20px;
  -webkit-text-stroke-width: 0.1px;
  color: #085234;
  height: 70px;
  line-height: 70px;
  width: max-content;
  text-transform: uppercase;
}

.jwell-header .nav>ul>li ul {
  position: absolute;
  width: 220px;
  height: auto;
  left: 0;
  text-align: left;
  top: 70px;
  z-index: 1000;
  padding: 10px;
  background: var(--color-primary);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
}

.jwell-header .nav>ul>li>ul::before1 {
  content: "";
  position: absolute;
  left: 50px;
  margin: 0;
  top: -8px;
  overflow: hidden;
  display: inline-block;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  border-left: 8px solid transparent;
}

.jwell-header .nav>ul>li>ul li {
  border-bottom: 1px solid #ededed;
  position: relative;
}

.jwell-header .nav>ul>li>ul li:last-child {
  border: none;
}

.jwell-header .nav>ul>li>ul li>a {
  display: block;
  border-radius: 4px;
  padding: 9px 10px;
  color: #fff;
  font-size: 15px;
  line-height: 21px;
  text-transform: capitalize;
  overflow: hidden;
}

.jwell-header .nav>ul>li>ul>li>a {
  padding-right: 20px;
}

.jwell-header .nav>ul>li>ul li>a i {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 11px;
}

.jwell-header .nav>ul>li>ul li>a:hover {
  background: #fff;
  color: var(--btn-hover);
  border-radius: 0;
}

.jwell-header .nav>ul>li>ul li ul {
  left: 230px;
  top: 0;
}

.jwell-header .nav>ul>li:hover>a,
.nav>ul>li.active>a {
  color: #fff;
  background: var(--btn-hover);
}

.jwell-header .nav>ul>li:hover>a>i {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.jwell-header .nav ul li:hover>ul {
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
}

.jwell-header .search {
  position: relative;
  z-index: 100;
}

.jwell-header .search span {
  width: 100px;
  height: 100px;
  line-height: 100px;
  background: #f6f6f6;
  cursor: pointer;
  font-weight: 400;
  text-align: center;
  display: block;
}

.jwell-header .search span i {
  color: #000;
  font-size: 31px;
  margin-top: 1px;
  display: inline-block;
}

.jwell-header .search:hover span i {
  color: var(--btn-hover);
}

.jwell-search-box {
  display: none;
  position: fixed;
  z-index: 9999;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  padding: 40px 0;
}

.jwell-search-box .box {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.jwell-search-box .close {
  position: absolute;
  right: 30px;
  top: 30px;
  line-height: 40px;
}

.jwell-search-box .close i {
  font-size: 30px;
  color: #fff;
  display: inline-block;
  transition: All 0.7s ease-in-out;
}

.jwell-search-box .close:hover i {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
}

.jwell-search-box .serchbox {
  width: 900px;
  margin: 0 auto;
  position: relative;
}

.jwell-search-box .serchbox .submit_text {
  background: #fff;
  width: 100%;
  height: 60px;
  line-height: 60px;
  float: left;
  color: #333;
  padding: 0 120px 0 20px;
  font-size: 16px;
  box-sizing: border-box;
}

.jwell-search-box .serchbox .submit_btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  height: 60px;
  line-height: 60px;
  background: var(--color-primary);
  color: #fff;
  text-align: center;
  display: block;
  cursor: pointer;
  box-sizing: border-box;
}

.jwell-search-box .serchbox .submit_btn i {
  font-size: 35px;
}

header.jwell-header {
  /* margin: 10px 0; */
  padding: 10px 0;
  padding-left: 40px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
   /* PC 端固定导航栏到顶部:sticky 保持文档流,滚动时吸顶 */
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  /* 层级高于页面内容和下拉菜单(下拉菜单 z-index:1000 是 header 的子级,会随之提升);低于搜索遮罩(z-index:9999) */
  z-index: 999;
  /* header 中间区域原本透明,吸顶后需填充背景,避免透出下方内容 */
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
    max-width: 100%;
    width: 100%;
}

header.jwell-header .logo {
  width: 110px;
  /* margin-right: 20px; */
  flex-shrink: 0;
  /* margin-left:250px */
}

header.jwell-header .logo img {
  height: 100px;
  object-fit: contain;
  max-width: 110px;
}

.jwell-header-right {
  flex-shrink: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background-color: #008558;
}


.jwell-header-right .btns {
  display: flex;
  align-items: center;
  background: #fff;
  height: 100px;
  padding-right: 10px;
  width: 120px;
}

.jwell-header-right .btns a {
  display: inline-block;
  height: max-content;
  width: max-content;
  background: var(--color-primary);
  padding: 10px 10px;
  border-radius: 0px;
  color: #fff;
  font-weight: 700;
}

html[lang]:not([lang="en"]) .jwell-header-right .btns{width: auto;}
html[lang]:not([lang="en"]) .jwell-header-right .btns a {font-size:14px;}


@media screen and (max-width: 1800px) {
html[lang]:not([lang="en"]) .jwell-header .nav>ul>li>a {font-size: 14px;padding: 0 15px;}
}

@media screen and (max-width: 1400px) {
  header.jwell-header .logo img {
    height: 100px;
  }
  .jwell-header .nav>ul>li>a {font-size: 14px;padding: 0 15px;}
  html[lang]:not([lang="en"]) .jwell-header .nav>ul>li>a {font-size: 13px;padding: 0 10px;}
}

@media screen and (max-width: 1300px) {
  header.jwell-header {
    padding-left: 20px;
  }

  header.jwell-header .logo img {
    height: 80px;
  }
}

@media(max-width:1200px){
  .jwell-header .nav>ul>li>a {font-size: 13px;padding: 0 10px;}
  html[lang]:not([lang="en"]) .jwell-header .nav>ul>li>a {font-size: 11px;padding: 0 10px;}
}

@media(max-width:1100px){
  html[lang]:not([lang="en"]) .jwell-header .nav>ul>li>a {font-size: 10px;padding: 0 8px;}
}


@media screen and (max-width: 1024px) {
  .jwell-header-right .btns {
    display: none;
  }
}

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

  .jwell-sitetop,#footBar {
    display: block;
  }

  .jwell-sitetop>.container {
    padding: 0;
  }

.jwell-header .nav,
    .jwell-header .search,
    .jwell-header-right {
      display: none !important;
    }

  .jwell-search-box .close i {
    font-size: 25px;
  }

  .jwell-search-box .serchbox {
    width: 90%;
  }

  .jwell-search-box .serchbox .submit_text {
    height: 50px;
    line-height: 50px;
    padding: 0 110px 0 15px;
    font-size: 16px;
  }

  .jwell-search-box .serchbox .submit_btn {
    width: 90px;
    height: 50px;
    line-height: 50px;
  }

  .jwell-search-box .serchbox .submit_btn i {
    font-size: 32px;
  }

  header.jwell-header {
    height: auto;
    padding: 0px 0;
    /* 移动端还原为普通定位,由 .jwell-sitetop 承担吸顶,去掉 PC 的吸顶背景与阴影 */
    position: static;
    box-shadow: none;
  }

  header.jwell-header .logo {
    margin-right: 0px;
    margin-left: 0px;
    width: 100%;
    text-align: center;
  }

  header.jwell-header .logo img {
    height: 60px;
  }
}

@media screen and (max-width: 480px) {
  header.jwell-header .logo img {
    height: 80px;
    padding: 10px 0;
  }
}
 .jwell-header .nav {
    min-width: 0;
  }
  .jwell-mo-leftmenu ul li {
    position: relative;
  }

  .jwell-mo-leftmenu ul li > i.jwell-down-btn {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    width: 50px;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
  }
   .mo-menu-lang {
    padding: 12px 20px;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
  }

  .mo-menu-lang .lang-selector .current-lang em,
  .mo-menu-lang .lang-selector .current-lang i {
    color: #333 !important;
  }
   .mo-menu-lang .lang-selector {
    width: 100%;
  }

  .mo-menu-lang .lang-selector .current-lang {
    width: 100% !important;
    box-sizing: border-box;
  }

  .mo-menu-lang .lang-selector .current-lang em {
    max-width: none;
    overflow: visible;
    white-space: nowrap;
  }
 .mo-menu-lang {
    position: relative;
  }

  .mo-menu-lang .lang-selector {
    display: block;
    width: 100%;
  }

  .mo-menu-lang .lang-selector .lang-box {
    left: 0;
    right: auto;
    top: 100%;
    width: 100%;
    z-index: 9999;
  }

  .mo-menu-lang .lang-selector .lang-box::before {
    left: 24px;
    right: auto;
  }
    @media screen and (min-width: 1025px) {
    .jwell-mo-leftmenu {
      display: none;
    }
  }
  @media screen and (max-width: 1024px) {
    .mo-menu-lang .lang-selector .lang-box {
      opacity: 0 !important;
      visibility: hidden !important;
      pointer-events: none;
    }

    .mo-menu-lang .lang-selector.is-open .lang-box {
      opacity: 1 !important;
      visibility: visible !important;
      pointer-events: auto;
    }
  }


