@charset "utf-8";


 .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/new2023072819320036708/cms/image/fe52af44-5082-4164-959e-d5446a69ee6d.png?d=1695264909121);
	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/new2023072819320036708/cms/image/130a39e2-eb14-4bc5-9040-e77a26d60b48.png?d=1695264936404);
	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/new2021112220000537979/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: 138px;
	background: #fff;
	padding: 3px 0px 10px 0px;
	position: fixed;
	z-index: 99;
	top: 50px;
	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;
  	font-size: 16px;
}
 .head_lan .lan_list a:hover {
	color: #e60000;
}
 .head_lan .lan_con:hover {
	cursor: pointer;
}
 .head_lan .lan_tit {
	width: auto;
	line-height: 20px;
	display: flex;
	align-items: center;
	padding-right: 35px;
	border-right: 1px #bbb solid;
}
 .head_lan .lan_tit span {
	display: inline-block;
	font-size: 14px;
	color: #333;
	margin-left: 8px;
}
 .head_lan .lan_tit img {
	width: 24px;
}
 .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;
}
  
  