.desq-header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 127px;
  background: transparent;
  z-index: 99;
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
  transition: all 0.5s ease 0s;
}

{%comment%}body.no-fix .desq-header {
  position: static;
}{%endcomment%}

.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: 57px;
}

/* 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: 20px;
  color: #333;
  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: 220px;
  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 {
 
  position: relative;
}

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

.desq-header .nav>ul>li>ul li>a {
  display: block;
  padding: 9px 10px;
  color: #000;
  font-size: 17px;
  line-height: 21px;
}

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

.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: #4F8C00;
}

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



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


.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: #333;
}

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

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

.desq-header .search .submit_text {
  border: 1px solid #434955;
  background: none;
  width: 100%;
  height: 34px;
  line-height: 32px;
  border-radius: 3px;
  font-size: 15px;
  color: #666;
  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: #333;
  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;
      height: 300px;
    overflow-y: auto;
}

.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: "Times New Roman";
}

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

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

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

.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: #FF962E;
  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 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: 16px;
  }
}

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

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

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

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

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

  .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: block;
  }
}