
 .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: ;
	content: '';
    background-size: cover;
  margin-top:5px;
    display: inline-block;
    width: 30px;
    height: 20px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: center;
	transition: 0.5s;
	position: absolute;
	left: 20px;
}
 .head_lan .lan_list .lan_list02:before {
	background-image:;
	content: '';
    background-size: cover;
    display: inline-block;
    width: 30px;
    margin-top:5px;
    height: 20px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: center;
	transition: 0.5s;
	position: absolute;
	left: 20px;
}
 .head_lan .lan_list .lan_list03:before {
	background-image:;
	content: '';
    background-size: cover;
    display: inline-block;
    margin-top:5px;
    width: 30px;
    height: 20px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: center;
	transition: 0.5s;
	position: absolute;
	left: 20px;
}
 .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: #161616;
	padding: 3px 0px 10px 0px;
	position: fixed;
	z-index: 99;
	top: 65px;
	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: #161616;
	position: absolute;
	font-size: 24px;
	width: 100%;
	top: -5px;
	text-align: center;
}
 .head_lan .lan_list a {
	color: #D9AF57;
	display: block;
	text-align: center;
	height: 30px;
	line-height: 30px;
	transition: all .3s ease;
	margin-left: 0px;
}
 .head_lan .lan_list a:hover {
	color: #fff;
}
 .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 #695A49 solid;*/
}
 .head_lan .lan_tit span {
	display: inline-block;
	font-size: 14px;
	color: #D9AF57;
	margin-left: 5px;
}
 .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;
}