.lang-selector ul {
  max-height: 160px !important;
}
.lang-selector .current-lang em {
    color: #fff !important;
}
.lang-selector .current-lang i {
    color: #fff !important;
}
.jwell-sitetop {
  display: none;
  background: #333;
  height: 50px;
}
.jwell-header .lang-selector .current-lang {
  width: 90px;
}
.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: 5px;
}
.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;
}

.sutong-mo-leftmenu{background:#F5F5F5;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:999 !important;transition:all .4s cubic-bezier(0.7,0,0.2,1);box-shadow:0 0 40px rgba(82,85,90,0.1);transform:translateX(-100%)}
.sutong-mo-leftmenu .tit{height:50px;background:#333;display:flex;justify-content:space-between;align-items:center;}
.sutong-mo-leftmenu .tit h6{color:#fff;padding:0 0 0 15px;font-size:18px;font-weight:bold;}
.sutong-mo-leftmenu .tit span{cursor:pointer;width:50px;text-align:center;display:block;}
.sutong-mo-leftmenu .tit span i{color:#fff;font-size:16px;}
.sutong-mo-leftmenu > ul{}
.sutong-mo-leftmenu > ul > li{line-height:50px;font-size:15px;border-top:2px solid #e5e5e5;position:relative;}
.sutong-mo-leftmenu > ul > li > a{padding:0 0 0 15px;}
.sutong-mo-leftmenu > ul > li > i {position:absolute;color:#333;font-size:14px;top:10px;right:5px;z-index:1;width:30px;line-height:30px;text-align:center;cursor:pointer;}
.sutong-mo-leftmenu > ul > li.active{}
.sutong-mo-leftmenu ul li a{color:#333}
.sutong-mo-leftmenu ul li ul li a{display: block;}
.sutong-mo-leftmenu ul li a:hover{text-decoration: none;}
.sutong-mo-leftmenu ul li ul{display:none;padding-bottom:10px;padding-left:15px;}
.sutong-mo-leftmenu ul li ul li{line-height:22px;position:relative;}
.sutong-mo-leftmenu ul li ul li i {position:absolute;color:#333;font-size:14px;top:1px;right:5px;z-index:1;width:30px;line-height:30px;text-align:center;cursor:pointer;}
.sutong-mo-leftmenu ul li ul li a{padding:5px 0 5px 10px;margin-right:30px;}

.sutong-menu-transitioning{transform:translateX(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;
}
.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: var(--text-color);
  height: 70px;
  line-height: 70px;
  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;
}
.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 {
  height: 100px;
  padding-left: 40px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
header.jwell-header .logo {
  width: 250px;
  margin-right: 20px;
}
header.jwell-header .logo img {
  height: 100px;
}

.jwell-header-right {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background-color: var(--color-primary);
}

@media screen and (max-width: 1400px) {
  header.jwell-header .logo img {
    height: 60px;
  }
}

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

@media(max-width:1200px){
  header.jwell-header .logo {
    width: 100px;
  }
}

@media screen and (max-width: 991px) {
  .jwell-sitetop,
  #footBar {
    display: block;
  }
  .jwell-sitetop > .container {
    padding: 0;
  }
  .jwell-header .nav,
  .jwell-header .search {
    display: none !important;
  }
  
  .jwell-header-right .header-lang-box{display:none}
  .site-right{display: flex;align-items: center;}

  .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: 10px 0;
  }
  header.jwell-header .logo {
    width: 100%;
    text-align: center;
  }
  header.jwell-header .logo img {
    height: 60px;
  }
}

@media screen and (max-width: 480px) {
  header.jwell-header .logo img {
    height: 50px;
  }
}
