@media only screen and (min-width: 1025px){
  
.head_lan {
      width: 80px;
      position: relative;
      border-radius: 30px;
  }
.lan_con {
      width: auto;
      display: flex;
      height: 80px;
      justify-content: center;
      align-items: center;
    
  }
.lan_con:hover {
    cursor: pointer;
  }
.head_lan .lan_tit {
    width: auto;
    line-height: 36px;
    display: flex;
    align-items: center;
  }
.head_lan .lan_tit span {
    font-size: 14px;
    color: #fff;
    display:none;
  }
.head_lan .lan_tit .iconfont.map {
      margin-right: 0px;
      margin-left: 0;
      font-size: 0;
      width: 26px;
      height: 26px;
      -webkit-border-radius: 100%;
      
  	background: url(https://omo-oss-image.thefastimg.com/portal-saas/new2021123122320714059/cms/image/39ecda5a-9a4c-4c5a-badb-b30d3be9fdd8.gif) #035ba9 no-repeat center center;
      background-size: cover;
  }
.tNav.active .head_lan .lan_tit .iconfont.map {
       background: none;
      font-size: 26px;
  	background: url(https://omo-oss-image.thefastimg.com/portal-saas/new2021123122320714059/cms/image/39ecda5a-9a4c-4c5a-badb-b30d3be9fdd8.gif) #0962bd  no-repeat center center;
      color:#d30101;
    }
.head_lan .lan_tit .iconfont.jt {
    width: auto;
    margin-left: 5px;
    text-align: center;
    transform: scale(0.7);
    display: none;
  }
.head_lan .lan_tit .iconfont.jt:before {
    content: '\e69a';
    color: #fff;
    font-size: 12px;
    text-align: center;
  }
.head_lan .lan_list {
    display: flex;
    width: 120px;
    background: #fff;
    padding: 3px 0px 10px 0px;
    position: fixed;
    z-index: 99;
    top: 65px;
    font-size: 13px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transform: translate(0, 20px);
    transition: all .3s ease;
    flex-direction: column;
  }
.head_lan .lan_list.cur {
    opacity: 1;
    transform: translate(0, 0px);
    visibility: visible;
  }
.head_lan .lan_list span {
    position: relative;
    line-height: 1px;
    display: inline-block;
    height: 1px;
    width: 100%;
  }
.head_lan .lan_list .iconfont:before {
    content: '\e6c8';
    color: #fff;
    position: absolute;
    font-size: 24px;
    width: 100%;
    top: -5px;
    text-align: center;
  }
.head_lan .lan_list p{
    padding:3px;
    }
.head_lan .lan_list a {
    color: #666;
    display: flex;
   align-items:center;
    text-align: center;
    padding:2px 5px;
    height: 30px;
    line-height: 30px;
    transition: all .3s ease;
  }
.head_lan .lan_list a:hover {
    color: #e83828;
  }
  
}

@media only screen and (max-width: 1024px){
  
.head_lan .lan_tit{
    display:none;
    }
	
}


@media only screen and (max-width:1115px) and (min-width:1020px){
  
.head_lan{
display:none;
}
}