.lang-selector ul {
  text-align: left;
  font-size: 0;
  max-height: 160px !important;
  overflow-y: scroll;
}
.sitetop-rightint2 {
  position: relative;
  width: 100%;
  top: 0;
  height: 60px;
  z-index: 30;
  background-color: #f7f7f7;
}
.sitetop-rightint2 .container {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.sitetop-rightint2 span {
  display: none;
  text-align: center;
  cursor: pointer;
}
.sitetop-rightint2 span.mo-header-search {
  margin-right: 95px;
}
.sitetop-rightint2 span i {
  color: #fff;
  font-size: 24px;
}

.sitetop-rightint2-left,
.sitetop-rightint2-right {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.sitetop-rightint2 p {
  padding: 0 0 0 38px;
  margin-right: 30px;
  margin-bottom: 0;
  line-height: 30px;
  font-size: 18px;
  color: #333;
  font-weight: 300;
}
.sitetop-rightint2 p.tel i,
.sitetop-rightint2 p.mail i{
  font-size: 18px;
}

.sitetop-rightint2 p a:hover {
  color: var(--color-primary);
}

.sitetop-rightint2 .share {
  margin-left: 28px;
}
.sitetop-rightint2 .share a {
  display: inline-block;
  background-color: var(--color-primary);
  margin: 0 15px 0 0;
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 50%;
  text-align: center;
}
.sitetop-rightint2 .share a i {
  font-size: 19px;
  color: #fff;
}
.sitetop-rightint2 .share a:hover {
  color: var(--color-primary);
}

.sitetop-rightint2 .sitetop-left,
.sitetop-rightint2 .sitetop-right {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.sitetop-rightint2 .header-rightint2-right {
  height: 36px;
}

.sitetop-rightint2-search-box {
  top: 190px;
}

.sitetop-rightint2-header .nav > ul > li .drop-down {
  top: 190px;
}

.sitetop-rightint2-header-right {
  display: none !important;
}

.search-box-rightint2 {
  display: none;
  position: fixed;
  z-index: 999;
  width: 100%;
  left: 0;
  right: 0;
  top: 190px;
  background: rgba(0, 0, 0, 0.67);
  padding: 25px 0;
}

.search-box-rightint2 .close {
  position: absolute;
  right: 30px;
  top: calc(50% - 11px);
  line-height: 22px;
  height: 22px;
}

.search-box-rightint2 .close i {
  font-size: 21px;
  color: #fff;
}

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

.search-box-rightint2 .serchbox .submit_text {
  background: #fff;
  width: 100%;
  height: 47px;
  line-height: 47px;
  float: left;
  color: #111;
  padding: 0 90px 0 15px;
  font-size: 15px;
}

.search-box-rightint2 .serchbox .submit_btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  height: 47px;
  background: var(--color-primary);
  text-align: center;
  display: block;
  cursor: pointer;
}

.search-box-rightint2 .serchbox .submit_btn i {
  font-size: 25px;
  color: #fff;
}

.mo-leftmenu-rightint2 {
  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: 1005 !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);
  box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.mo-leftmenu-rightint2 .tit {
  background: #353535;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

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

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

.mo-leftmenu-rightint2 > ul {
}

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

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

.mo-leftmenu-rightint2 > 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;
}

.mo-leftmenu-rightint2 > ul > li.active {
}

.mo-leftmenu-rightint2 ul li a {
  color: #333;
  display: block;
}

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

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

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

.mo-leftmenu-rightint2 ul li ul li a {
  padding: 0 0 0 40px;
}

.header-fix {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 200;
  background-color: #fff;
}

.header-rightint2 .nav > ul {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

.header-rightint2 .nav > ul > li {
  position: relative;
  margin-left: 60px;
}

.header-rightint2 .nav > ul > li.static {
  position: static;
}

.header-rightint2 .nav > ul > li > a {
  display: block;
  
  font-size: 20px;
  color: #181717;
  height: 50px;
  line-height: 50px;
  position: relative;
  z-index: 20;
}

.header-rightint2 .nav > ul > li > a > i {
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
  transition: all 0.3s ease 0s;
}

.header-rightint2 .nav > ul > li ul {
  position: absolute;
  width: 220px;
  height: auto;
  left: -30px;
  text-align: left;
  top: 58px;
  z-index: 100;
  padding: 10px;
  background: #fff;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-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;
  box-shadow: rgba(0, 0, 0, 0.14) 0px -6px 9px 0px;
}

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

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

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

.header-rightint2 .nav > ul > li > ul li > a {
  display: block;
  border-radius: 4px;
  padding: 10px 8px;
  color: #333;
  font-size: 15px;
  line-height: 21px;
  text-transform: capitalize;
}

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

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

.header-rightint2 .nav > ul > li > ul li:hover > a {
  background: var(--color-primary);
  color: #fff;
}

.header-rightint2 .nav > ul > li > ul li ul {
  left: 210px;
  top: 0;
}

.header-rightint2 .nav > ul > li:hover > a,
.header-rightint2 .nav > ul > li.active > a {
  color: var(--color-primary);
}

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

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

.header-rightint2 .nav > ul > li .drop-down {
  position: absolute;
  width: 100%;
  left: 0;
  top: 190px;
  z-index: 100;
  padding: 50px 0;
  box-sizing: border-box;
  background: #f1f1f1;
  box-shadow: 0 6px 5px rgba(1, 1, 1, 0.14);
  transition: all 0.4s ease 0s;
  transform: translate3d(0, 10px, 0);
  -webkit-transform: translate3d(0, 10px, 0);
  opacity: 0;
  visibility: hidden;
}

.header-rightint2 .nav > ul > li .drop-down .container {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.header-rightint2 .nav > ul > li .drop-down .tab {
  width: 340px;
  margin-top: 10px;
  border-right: 1px solid #cccbcb;
  padding-right: 40px;
}

.header-rightint2 .nav > ul > li .drop-down .tab span {
  display: block;
  font-size: 21px;
  color: #0e0e0e;
  cursor: pointer;
  text-align: left;
  font-weight: 600;
}

.header-rightint2 .nav > ul > li .drop-down .tab span + span {
  margin-top: 20px;
}

.header-rightint2 .nav > ul > li .drop-down .tab span.active {
  color: var(--color-primary);
}

.header-rightint2 .nav > ul > li .drop-down .tab-list {
  -webkit-flex: 1;
  flex: 1;
  margin-left: 50px;
}

.header-rightint2 .nav > ul > li .drop-down .list {
  margin-right: -10px;
  margin-left: -10px;
  display: none;
}

.header-rightint2 .nav > ul > li .drop-down .list.active {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header-rightint2 .nav > ul > li .drop-down .list dl {
  width: 25%;
  padding: 10px;
  position: relative;
}

.header-rightint2 .nav > ul > li .drop-down .list dl dt {
  font-size: 18px;
  color: #111;
  font-weight: 700;
  margin-bottom: 15px;
}

.header-rightint2 .nav > ul > li .drop-down .list dl dd {
  font-size: 16px;
  display: block;
  color: #4b4b4b;
  font-weight: 300;
}

.header-rightint2 .nav > ul > li .drop-down .list dl dd + dd {
  margin-top: 6px;
}

.header-rightint2 .nav > ul > li:hover .drop-down {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
.header-rightint2 .logo img {
  height: 100px;
}

@media (max-width: 766px) {
  .visible-xs-block-rightint2 {
    display: block !important;
  }
}

.visible-xs-block-rightint2 {
  display: none !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

.header-rightint2 {
  height: 110px;
  width: 100%;
  border-bottom: 1px solid #e9e9e9;
}

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

.header-rightint2 .logo {
}

.header-rightint2 h1 a {
  display: inline-block;
  width: 225px;
  height: 76px;
  text-indent: -99999px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 225px 76px;
}

.header-rightint2-right {
  background: #fff;
  border: 1px solid #e9e9e9;
  height: 57px;
  padding: 0 20px;
  border-radius: 35px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  position: relative;
  z-index: 20;
}

.header-rightint2-lang {
  position: relative;
  z-index: 200;
}

.header-rightint2-lang .current-lang {
  height: 34px;
  width: 90px;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 7px;
}

.header-rightint2-lang .current-lang em {
  margin: 0 7px;
  line-height: 18px;
  font-size: 13px;
  color: #333;
  text-transform: uppercase;
}

.header-rightint2-lang .current-lang i {
  width: 15px;
  line-height: 18px;
  font-size: 14px;
  text-align: center;
  color: #666;
}

.header-rightint2-right .line {
  width: 1px;
  height: 17px;
  background: #b0b0b0;
  overflow: hidden;
  margin: 0 20px;
}

.header-rightint2-right span.mo-header-rightint2-menu {
  text-align: center;
  cursor: pointer;
  display: none;
}

.header-rightint2-right span.mo-header-rightint2-menu i {
  color: #333;
  font-size: 24px;
}

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

@media screen and (max-width: 1500px) {
  .header-rightint2 .nav > ul > li {
    margin-left: 55px;
  }
}

@media screen and (max-width: 1441px) {
  .header-rightint2 .nav > ul > li {
    margin-left: 45px;
  }

  .header-rightint2 .nav > ul > li .drop-down .tab span {
    font-size: 20px;
  }
}

@media screen and (max-width: 1281px) {
  .sitetop-rightint2 p {
    font-size: 16px;
  }

  .header-rightint2 .nav > ul > li {
    margin-left: 40px;
  }
  .header-rightint2 .nav > ul > li > a {
    font-size: 18px;
  }

  .header-rightint2 .nav > ul > li .drop-down .tab {
    width: 300px;
  }
  .header-rightint2 .nav > ul > li .drop-down .tab span {
    font-size: 18px;
  }
  .header-rightint2 .nav > ul > li .drop-down .tab span + span {
    margin-top: 20px;
  }
  .header-rightint2 .nav > ul > li .drop-down .tab-list {
    margin-left: 40px;
  }
}

@media screen and (max-width: 992px) {
  .sitetop-rightint2 p {
    font-size: 14px;
    padding: 0 0 0 10px;
    margin-right: 20px;
  }
  
  .sitetop-rightint2 p.tel i, .sitetop-rightint2 p.mail i {
    font-size: 14px;
  }
  
  .sitetop-rightint2 .share {
    display: none;
  }

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

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

  .header-rightint2-right span.mo-header-rightint2-menu {
    display: block;
  }

  .search-box-rightint2 {
    top: 170px;
    padding: 20px 0;
  }
}

@media screen and (max-width: 768px) {
  .sitetop-rightint2 {
    position: static;
    height: 50px;
    background: #333;
  }
  .sitetop-rightint2 .container {
    padding: 0;
  }
  .sitetop-rightint2 p,
  .sitetop-rightint2 .share,
  .nav {
    display: none;
  }

  .sitetop-rightint2 span {
    display: block;
  }

  .sitetop-rightint2-header-right {
    display: flex !important;
  }
  .sitetop-rightint2-header-right .line {
    visibility: hidden;
  }
  .sitetop-rightint2 {
    display: none;
  }

  .header-rightint2 {
    height: auto;
    padding: 10px 0;
  }

  .header-rightint2 .logo img {
    height: 32px;
  }
  .header-rightint2 h1 a {
    width: 148px;
    height: 50px;
    background-size: 148px 50px;
  }

  .header-rightint2-right {
    background: transparent;
    border: none;
    height: auto;
    padding: 0;
  }
  .header-rightint2-lang .current-lang {
    height: 32px;
    width: 80px;
    padding: 0 5px;
    border: none;
  }
  .header-rightint2-lang .current-lang em {
    margin: 0 5px;
  }
  .search-box-rightint2 {
    top: 91px;
    padding: 20px 10px;
  }
  .search-box-rightint2 .serchbox {
    width: 100%;
  }
  .search-box-rightint2 .close {
    display: none;
  }

  .search em i {
    font-size: 24px;
  }
  .header-rightint2-right span.mo-header-rightint2-menu {
    margin-left: 5px;
  }
}

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



  .search-box-rightint2 {
    top: 60px
  }

  .search-box-rightint2 .serchbox .submit_text {
    height: 40px;
    line-height: 40px;
    padding: 0 70px 0 10px;
  }
  .search-box-rightint2 .serchbox .submit_btn {
    width: 60px;
    height: 40px;
    line-height: 40px;
  }

  .header-rightint2-right .line {
    margin: 0 0 0 17px;
  }
}
