.wenzi {
    float: right;
    width: 70px;
}
.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:32px;
height:32px;
margin:0px 5px;
position:relative;
justify-content: flex-end;
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/new2022042917500517167/cms/image/55f13ebe-d5f9-4054-b785-5b9b08e54a80.gif_1920xaf.gif) no-repeat center center;
background-size:70%;
color:#fff;
font-size:20px;
text-align:center;
width:32px;
height:32px;
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:42px;
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{

}
.head_lan .lan_list a{
color:#999;
display:block;
text-align:center;
height:30px;
line-height:30px;
transition:all .3s ease;
}
.head_lan .lan_list a:hover{
color:#0096d6;
}
.lv_top_r.active .r_link{
background:#dd3333;
}
