
 .head_lan {
	width: 100%;
	background: none;
	margin: 0px 5px;
	position: relative;
	justify-content: center;
	display: flex;
	border-radius: 50px;
	transition: all .5s ease;
}
 .head_lan .lan_list .lan_list01:before {
	background-image: url(https://omo-oss-image.thefastimg.com/portal-saas/new2022122913595392811/cms/image/94b8172b-40b7-464b-8d78-42c6ab6dbe95.png);
	content: '';
    background-size: cover;
  margin-top:5px;
    display: inline-block;
    width: 20px;
    height: 20px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: center;
	transition: 0.5s;
	position: absolute;
	left: 30px;
}
 .head_lan .lan_list .lan_list02:before {
	background-image: url(https://omo-oss-image.thefastimg.com/portal-saas/new2022122913595392811/cms/image/f13426c1-d892-4de5-8095-8744d2206158.png);
	content: '';
    background-size: cover;
    display: inline-block;
    width: 20px;
    margin-top:5px;
    height: 20px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: center;
	transition: 0.5s;
	position: absolute;
	left: 30px;
}
 .head_lan .lan_list .lan_list03:before {
	background-image: url(https://omo-oss-image.thefastimg.com/portal-saas/new2022122913595392811/cms/image/8b868e60-71ce-4d83-9c55-02bb58c37e57.png);
	content: '';
    background-size: cover;
    display: inline-block;
    margin-top:5px;
    width: 20px;
    height: 20px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: center;
	transition: 0.5s;
	position: absolute;
	left: 30px;
}
 .head_lan .lan_list .lan_list04:before {
	background-image: url(/img/gq04.jpg);
	content: '';
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: center;
	transition: 0.5s;
	position: absolute;
	left: 30px;
}
 .head_lan .lan_list .lan_list05:before {
	background-image: url(/img/gq05.jpg);
	content: '';
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: center;
	transition: 0.5s;
	position: absolute;
	left: 30px;
}
 .head_lan .lan_list {
	display: flex;
	width: 150px;
	background: #fff;
	padding: 3px 0px 10px 0px;
	position: fixed;
	z-index: 99;
	top: 76px;
	font-size: 14px;
	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: '▲';
	color: #fff;
	position: absolute;
	font-size: 24px;
	width: 100%;
	top: -5px;
	text-align: center;
}
 .head_lan .lan_list a {
	color: #666;
	display: block;
	text-align: left;
	height: 30px;
	line-height: 30px;
	transition: all .3s ease;
	margin-left: 60px;
}
 .head_lan .lan_list a:hover {
	color: #01479d;
}
 .head_lan .lan_con:hover {
	cursor: pointer;
}
 .head_lan .lan_tit {
	width: auto;
	line-height: 20px;
	display: flex;
	align-items: center;
	padding-left: 20px;
	border-left: 1px #7a7a7a solid;
}
 .head_lan .lan_tit span {
	display: inline-block;
	font-size: 15px;
	color: #333;
	margin-left: 5px;word-break: keep-all !important;
}
 .head_lan .lan_tit img {
	width: 30px;
}
 .head_lan .lan_tit .iconfont.map {
	width: auto;
	margin-right: 5px;
	text-align: center;
	display: inline-block;
}
 .head_lan .lan_tit .iconfont.jt {
	width: auto;
	text-align: center;
	transform: scale(0.7);
	display: inline-block;
}
 .head_lan .lan_tit .iconfont.map:before {
	content: '\e614';
	color: rgb(0, 16, 64);
	font-size: 16px;
	text-align: center;
}
 .head_lan .lan_tit .iconfont.jt:before {
	content: '\e6c9';
	color: #333;
	font-size: 20px;
	text-align: center;
}