@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;
    border-right:1px solid #eee;
  }
.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: #333;
  }
.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(/img/bdsm_lan_ico.gif) no-repeat center center #666;
      background-size: cover;
  }
.tNav.active .head_lan .lan_tit .iconfont.map {
       background: none;
      font-size: 26px;
      color:#d30101;
    }
.head_lan .lan_tit .iconfont.jt {
    width: auto;
    margin-left: 5px;
    text-align: center;
    transform: scale(0.7);
  }
.head_lan .lan_tit .iconfont.jt:before {
    content: '\e69a';
    color: #333;
    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{

}
}