.dropdown-selected {
    display: flex;
    align-items: center;
    font-family: 'OpenSans-Bold';
    font-size: 0.18rem;
    color: #444;
    line-height: 0.24rem;
}
.dropdown-selected img{
    width: 0.3rem;
    margin-right: 0.1rem;
}
.dropdown-item img{
    width: 0.3rem;
    margin-right: 0.1rem;
    object-fit: contain;
}
.dropdown-list a{
    display: block;
}
.header_wrap {
  height: 1.25rem;
}
.header {
    max-width: 19.2rem;
  /* padding: 0 1.7rem; */
  position: fixed;
  z-index: 999;
  width: 100%;
}
.contact {
  padding: 0 1.7rem;
  height: 0.45rem;
  background-color: #F5F5F5;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact .contactInfo {
  display: flex;
  font-family: 'OpenSans-Regular';
}
.contact .contactInfo .email {
  display: flex;
  align-items: center;
  margin-right: 0.35rem;
}
.contact .contactInfo .email > img {
  width: 0.19rem;
  height: 0.15rem;
  margin-right: 0.09rem;
}
.contact .contactInfo .email > span {
  flex-shrink: 0;
}
.contact .contactInfo .tel {
  display: flex;
  align-items: center;
}
.contact .contactInfo .tel > img {
  width: 0.19rem;
  height: 0.19rem;
  margin-right: 0.08rem;
}
.contact .contactInfo .tel > span {
  flex-shrink: 0;
}
.contact .searchBar {
  display: flex;
  align-items: center;
  width: 2.69rem;
}
.contact .searchBar > input {
  flex: 1;
  height: 0.28rem;
  border: 1px solid #E0E0E0;
}
.contact .searchBar .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.28rem;
  height: 0.26rem;
  background: #081484;
  cursor: pointer;
}
.contact .searchBar .btn > img {
  width: 0.14rem;
  height: 0.14rem;
  object-fit: contain;
}
.nav {
  padding: 0 1.7rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 0.8rem;
  background-color: #FFFFFF;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  position: relative;
}
.nav .navInfo {
  display: flex;
  align-items: center;
}
.nav .navInfo .logo {
  width: 1.8rem;
  height: 0.47rem;
  background-image: url('../img/header/logo.png');
  background-size: 100% 100%;
  margin-right: 0.76rem;
}
.nav .navInfo .navLinks {
  display: flex;
  align-items: center;
}
.nav .navInfo .navLinks > li {
  display: flex;
  align-items: center;
  font-family: 'OpenSans-Bold';
  margin-left: 0.49rem;
  cursor: pointer;
  height: 0.8rem;
}
.nav .navInfo .navLinks > li:first-child {
  margin-left: 0;
}
.nav .navInfo .navLinks > li:hover {
  color: #071484;
}
.nav .navInfo .navLinks > li:hover .subNav {
  display: flex;
}
.nav .navInfo .navLinks > li.active {
  color: #071484;
}
.nav .navInfo .navLinks .subNav {
  width: 100%;
  position: absolute;
  z-index: 9;
  left: 0;
  top: 0.8rem;
  padding: 0.49rem 1.7rem 0.67rem 1.7rem;
  background: #F5F5F5;
  display: none;
}
.nav .navInfo .navLinks .subNav .category {
  width: 2.07rem;
  margin-right: 0.44rem;
}
.nav .navInfo .navLinks .subNav .category h3 {
  font-family: 'OpenSans-Bold';
  font-size: 0.16rem;
  color: #161619;
  line-height: 0.22rem;
}
.nav .navInfo .navLinks .subNav .category .line {
  width: 100%;
  border-bottom: 1px solid #DEDEDE;
  margin-top: 0.15rem;
  margin-bottom: 0.32rem;
}
.nav .navInfo .navLinks .subNav .category > ul li {
  font-family: 'OpenSans-Regular';
  font-size: 0.14rem;
  color: #6A6A6A;
  line-height: 0.24rem;
}
.nav .navInfo .navLinks .subNav .category:hover .line {
  border-bottom: 1px solid #081587;
}
.nav .language {
  display: flex;
  align-items: center;
}
.nav .language > img {
  width: 0.21rem;
  height: 0.21rem;
  margin-right: 0.09rem;
}
.nav .language .dropdown {
  position: relative;
  height: 0.8rem;
  /*margin-right: 0.1rem;*/
      padding: 0 0.1rem;
}
.nav .language .dropdown:hover .dropdown-list{
    display: block;
}
.nav .language .dropdown-header {
  display: flex;
  height: 0.8rem;
  align-items: center;
  cursor: pointer;
}
.nav .language .dropdown-arrow {
  margin-left: 0.1rem;
  width: 0.106rem;
  height: 0.06rem;
}
.nav .language .dropdown-list {
  width: 100%;
  position: absolute;
  top: 100%;
  right: 0.12rem;
  z-index: 1;
  display: none;
}
.nav .language .dropdown-item {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 0.45rem;
  background-color: #F5F5F5;
  font-family: 'OpenSans-Regular';
  font-size: 0.16rem;
     color: #444
  line-height: 0.22rem;
}
.nav .language .dropdown-item:hover {
  background-color: #081587;
  color: #fff;
}
.nav .language .quoteBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 1.55rem;
  height: 0.45rem;
  background: #081587;
  font-family: 'OpenSans-Regular';
  font-size: 0.16rem;
  color: #fff;
  line-height: 0.22rem;
}




@media only screen and (max-width: 1024px){
    .header{
        display:none;
    }
    .header_wrap{
        height: 1rem;
    }
}