*,::after,::before{box-sizing:border-box}
a{color:inherit}
a{text-decoration:none;background-color:transparent}
p{margin:0 0}
.head_lan {
    width: auto;
    min-width: 40px;
    position: relative;
    border-radius: 30px;
	padding-top: 5px;
		
}

.lan_con {
    width: auto;
    display: flex;
    height: 20px;
    justify-content: center;
    align-items: center
}

.lan_con:hover {
    cursor: pointer
}

.head_lan .lan_tit {
    width: auto;
    display: flex;
    align-items: center
}

.head_lan .lan_tit span {
    font-size: 14px;
    color: #06479b
}

.head_lan .lan_tit .iconfont.map {
    margin-right: 0px;
    margin-left: 0;
    font-size: 0;
    width: 23px;
    height: 23px;
    -webkit-border-radius: 100%;
    background: #06479b url(../images/earth.gif) no-repeat center center;
    background-size: cover;
    display: block
}

.active .head_lan .lan_tit .iconfont.map {
    margin-right: 0px;
    margin-left: 0;
    font-size: 0;
    width: 23px;
    height: 23px;
    -webkit-border-radius: 100%;
    background: #06479b url(../images/earth.gif) no-repeat center center;
    background-size: cover;
    display: block
}

.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: 110px;
    background: #fff;
    padding: 3px 0px 5px 0px;
    position: fixed;
    z-index: 99;
    top: 79px;
    font-size: 13px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	
    opacity: 0;
    visibility: hidden;
    transform: translate(0, 20px);
    transition: all .3s ease;
    flex-direction: column
}

.active .head_lan .lan_list {
    top: 20px
}

.head_lan .lan_list .iconfont img {
    position: absolute;
    width: 20px;
    top: -10px;
    overflow: visible;
    left: 50px
}

.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 p {
    padding: 3px
}

.head_lan .lan_list a {
    color: #666;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 2px 8px;
    height: 30px;
    line-height: 30px;
    transition: all .3s ease
}

.head_lan .lan_list a:hover {
    color: #06479b
}