.wenzi{
  float:right;
  width:70px;color:#fff;
}
.lv_top_r{
  display:block;
  float:right;
}
.lv_top_r .r_link{
  transition:all .5s ease;
}
.lv_top_r .r_link:hover{
  background1:#dd3333;
  border1:1px solid #dd3333;
}
.head_lan{
  width:110px;
  height:32px;
  margin:0px 5px;
  position:relative;
  justify-content:center;
  display:flex;
  border-radius:0px;
  transition:all .5s ease;
}
.lan_con{
  width:auto;
  display:flex;
  justify-content:center;
  align-items:center;
}
.lan_con:hover{
  cursor:pointer;
}
.head_lan .lan_tit{
  width:auto;
  line-height:32px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:row-reverse;
}
.head_lan .lan_tit span{
  display:inline-block;
  font-size:14px;
  color:#fff;
}
.head_lan .lan_tit .iconfont.map{
  width:auto;
  margin-right:0px;
  text-align:center;
  display:inline-block;
}
.head_lan .lan_tit .iconfont.jt{
  width:auto;
  margin-left:5px;
  text-align:center;
  transform:scale(0.7);
  display:inline-block;
}
.head_lan .lan_tit .iconfont.map:before{
  content:'';
  background:url(https://omo-oss-image.thefastimg.com/portal-saas/new2022051714161870083/cms/image/7cd7b362-7d40-4017-a59d-657433953e24.gif) no-repeat center center;
  background-size:70%;
  color:#fff;
  font-size:20px;
  text-align:center;
  width:40px;
  height:40px;
  display:block;
}
#c_navigation_126-16517352863270.active .head_lan .lan_tit .iconfont.map:before{
  content:'';
  background:url(https://omo-oss-image.thefastimg.com/portal-saas/new2022051714161870083/cms/image/0cf70601-4602-4f00-bd29-d302fac53557.gif) no-repeat center center;
  background-size:70%;
  color:#fff;
  font-size:20px;
  text-align:center;
  width:40px;
  height:40px;
  display:block;
}

.head_lan .lan_tit .iconfont.jt:before{
  content:'\e69a';
  color:#fff;
  font-size:12px;
  text-align:center;
}
.head_lan .lan_list{
  display:flex;
  width:100px;
  background:#ffffff;
  padding:3px 0px 10px 0px;
  position:fixed;
  z-index:99;
  top:60px;
  font-size:13px;
  box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  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{
  
  color:#fff;
  position:absolute;
  font-size:24px;
  width:100%;
  top:-5px;
  text-align:center;
}
.head_lan .lan_list a{
  color:#333;
  display:block;
  text-align:center;
  height:30px;
  line-height:30px;
  transition:all .3s ease;
}
.head_lan .lan_list a:hover{
  color:#fff;
  background:#1879be;
}
.lv_top_r.active .r_link{
  background:#dd3333;
}
