.lang-selector ul {
 max-height: 70px!important;}
 
 .lang-selector ul li{
 width: calc(50% - -20px)!important;
}
.lang-selector .lang-box {
  width: 110px!important;
}
.lang-selector ul li a {
 font-size: 16px!important; 
}

.derun-sitetop {
  height: 43px;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.46);
  transition: all 0.4s ease 0s;
}
.derun-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;
}
.derun-sitetop span {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  text-align: center;
  color: #fff;
  display: none;
}
.lang-selector .current-lang {
color: #fff!important;
}
.derun-sitetop span i {
  font-size: 24px;
  line-height: 50px;
}

.derun-sitetop-left {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.derun-sitetop-left p {
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  padding: 0 0 0 10px;
  line-height: 21px;
}
.derun-sitetop-left p.tel {
  background: url("../../images/tel.png") no-repeat left center;
  margin-right: 30px;
}
.derun-sitetop-left p.mail {
  background: url("../../images/mail.png") no-repeat left center;
}
.derun-sitetop-left p a:hover {
  color: #005BAC;
}

.derun-sitetop-right {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  z-index: 30;
}
header {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: 21;
  background: rgba(15, 16, 20, 0.8);
}
.desq-header {
  /* position: absolute; */
  top: 0;
  left: 0;
  width: 100%;
  height: 95px;
  background: transparent;
  z-index: 99;
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.45); */
  transition: all 0.5s ease 0s;
}
.header-fix{position:fixed;height:90px;background: rgba(15, 16, 20, 0.8);}
body.no-fix .desq-header {
  position: static;
}

.desq-header-fix {
  position: fixed;
  height: 90px;
  top: 0;
}

.desq-header.c-head-move {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

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

.desq-header-left {
  width: 229px;
  display: none;
}

.desq-header .logo img {
  height: 75px;
}

/* nav */
.desq-header .nav>ul {
  display: -webkit-flex;
  display: flex;
  text-align: center;
  position: relative;
}

.desq-header .nav>ul>li {
  display: inline-block;
  position: relative;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}

.desq-header .nav>ul>li+li {
  margin-left: 50px;
}

.desq-header .nav>ul>li:nth-child(3),
.nav>ul>li:nth-child(4) {
  /* position: static; */
}

.desq-header .nav>ul>li>a {
  display: block;
  font-size: 22px;
  color: #fff;
  height: 35px;
  line-height: 35px;
  position: relative;
}

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

.desq-header .nav>ul>li ul {
  position: absolute;
  width: 260px;
  height: auto;
  left: 0;
  text-align: left;
  top: 43px;
  z-index: 1000;
  padding: 10px 7px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.14) 0 0 9px 0;
  transform: translate3d(0, 10px, 0);
  -webkit-transform: translate3d(0, 10px, 0);
  opacity: 0;
  visibility: hidden;
  transition: all .4s ease 0s;
}

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

.desq-header .nav>ul>li>ul li {
  border-bottom: 1px dashed #E5E6E8;
  position: relative;
}

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

.desq-header .nav>ul>li>ul li>a {
  display: block;
  padding: 8px 2px;
  color: #000;
  font-size: 17px;
  line-height: 21px;
  text-transform: capitalize;
}

.desq-header .nav>ul>li>ul>li>a {
  padding-right: 20px;
  text-transform: capitalize;
}

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

.desq-header .nav>ul>li>ul li>a:hover {
  color: #005BAC;
}

.desq-header .nav > ul > li > ul li ul {
    left: 215px;
    top: 0;
}

.desq-header .nav>ul>li>ul li ul {
  left: 263px;
  top: 0;
  margin: -10px;
}

.desq-header .nav>ul>li:hover>a,
.nav>ul>li.active>a {
  color: #005BAC;
  border-bottom: 1px solid #005BAC;
}

.desq-header .nav ul li:hover>ul {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  max-width: 430px;
}


.desq-header-right {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.desq-header-right>span {
  display: none;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

.desq-header-right>span i {
  font-size: 24px;
  color: #fff;
}

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

.desq-header .search {
  width: 122px;
  margin: 0 19px 0 5px;
  position: relative;
  z-index: 20;
  transition: all 0.5s ease 0s;
}

.desq-header .search .submit_text {
  border: 1px solid #fff;
  background: none;
  width: 100%;
  height: 34px;
  line-height: 32px;
  border-radius: 3px;
  font-size: 15px;
  color: #fff;
  padding: 0 45px 0 10px;
  box-sizing: border-box;
  
}



.desq-header .search .submit_btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  background: none;
  height: 34px;
  line-height: 34px;
  text-align: center;
  display: block;
  cursor: pointer;
  box-sizing: border-box;
}

.desq-header .search .submit_btn i {
  color: #fff;
  font-size: 23px;
}

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

.desq-header-lang .box {
  height: 34px;
  width: 88px;
  cursor: pointer;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #434955;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 7px;
}

.desq-header-lang .box em {
  margin: 0 7px;
  line-height: 18px;
  font-size: 13px;
  color: #434955;
}

.desq-header-lang .box i {
  width: 15px;
  line-height: 18px;
  font-size: 14px;
  text-align: center;
  color: #434955;
}

.desq-header-lang ul {
  overflow: hidden;
  width: 88px;
  padding: 0 7px;
  position: absolute;
  left: 0;
  top: 34px;
  z-index: 200;
  background: #fff;
  border: 1px solid #EBEBEB;
  border-top: none;
  box-sizing: border-box;
  transform: translate3d(0, 10px, 0);
  -webkit-transform: translate3d(0, 10px, 0);
  opacity: 0;
  visibility: hidden;
  transition: all .4s ease 0s;
}

.desq-header-lang ul li {
  line-height: 32px;
  border-bottom: 1px solid rgba(51, 51, 51, .2);
}

.desq-header-lang ul li:last-child {
  border: none;
}

.desq-header-lang ul li a {
  color: #333;
  font-size: 12px;
}

.desq-header-lang ul li a:hover {
  color: #015198;
}

.desq-header-lang ul li img {
  vertical-align: middle;
  margin-right: 7px;
}

.desq-header-lang:hover ul {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}



.desq-mo-leftmenu {
  background: #F5F5F5;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  overflow-x: hidden;
  box-sizing: content-box;
  width: 70%;
  max-width: 300px;
  -webkit-overflow-scrolling: touch;
  z-index: 105 !important;
  -webkit-transition: all .4s cubic-bezier(0.7, 0, 0.2, 1);
  -ms-transition: all .4s cubic-bezier(0.7, 0, 0.2, 1);
  transition: all .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%)
}

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

.desq-mo-leftmenu .tit h6 {
  float: left;
  color: #fff;
  padding: 0 0 0 20px;
  font-size: 20px;
  font-weight: bold;
  font-family: var(--font-family);
  height: 50px;
  line-height: 50px;
}

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

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

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

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

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

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

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

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

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

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

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


.desq-search-box {
  display: none;
  position: fixed;
  z-index: 9999;
  width: 100%;
  left: 0;
  right: 0;
  top: 60px;
  background: rgba(0, 0, 0, 0.9);
  padding: 12px 10px;
  box-sizing: border-box;
}

.desq-search-box .serchbox {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.desq-search-box .serchbox .submit_text {
  background: #fff;
  width: 100%;
  height: 40px;
  line-height: 40px;
  float: left;
  color: #333;
  padding: 0 85px 0 15px;
  font-size: 16px;
  box-sizing: border-box;
}

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

.desq-search-box .serchbox .submit_btn i {
  font-size: 25px;
}


@media screen and (max-width:1550px) {
  .nav>ul>li+li {
    margin-left: 40px;
  }
}

@media(max-width:1499px){
  .desq-header .logo img {height: 50px;}
  .desq-header .nav>ul>li>a {font-size: 18px;}
  .desq-header .nav>ul>li+li {margin-left: 35px;}

}

@media screen and (max-width:1400px) {
  .desq-header {
    height: 110px;
  }

  .desq-header .nav>ul>li+li {
    margin-left: 30px;
  }

  .desq-header .nav>ul>li>a {
    font-size: 18px;
  }
}

@media screen and (max-width:1280px) {
  .desq-header .nav>ul>li+li {
    margin-left: 25px;
  }
}

@media screen and (max-width:1199px) {
  .desq-header .nav>ul>li+li {
    margin-left: 18px;
  }
  .desq-header .nav>ul>li>a {font-size: 14px;}
  .derun-sitetop-left p {font-size: 14px;}
}

@media screen and (max-width:992px) {
  .desq-header {
    height: 90px;
  }

  .desq-header-right>span.mo-header-menu {display: flex;align-items: center;width: 40px;}

  .desq-header .search {
    width: 120px;
    margin: 0 15px;
  }

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

@media screen and (max-width:768px) {
  .desq-header {
    position: static;
    height: 60px;
  }
  
  header {
    position: static;
  }

  /*.desq-header .lang-selector {
    height: 50px;
  }*/

  .desq-header .search {
    display: none;
  }

  .desq-header .logo img {
    height: 40px;
  }

  .desq-header-lang .box {
    height: 32px;
    width: 85px;
    padding: 0 5px;
  }

  .desq-header-lang ul {
    width: 85px;
    padding: 0 5px;
    top: 32px;
  }

  .desq-header-lang ul li img {
    margin-right: 6px;
  }

  .desq-header-right>span {display: flex;align-items: center;width: 40px;}
  .derun-sitetop-left p {font-size: 11px;}
  
  
  .derun-sitetop span{display:block;}
  .desq-header-right>span,.desq-header-right>span.mo-header-menu,.derun-sitetop-left p{display:none}
}