#head_lan{ position:absolute; right:0; top:12px}
.head_lan {
	width:120px;
	position:relative;
	margin-left:0px;
	margin-right:0px;
	padding:0px 10px;
	border-radius:50px;
	background:#1d2088;
transition:all .5s ease;
height:36px;

}
.head_lan:hover {

	background:#e60012;
	border:none;

}
.head_lan:before {
	content:'\e614';
	color:#fff;
	font-size:20px;
	font-family:'iconfont' !important;
	position:absolute;
	left:15px;
	margin-top:-10px;
			transition: all 1s ease;
	transform: perspective(800px) rotateY(360deg);
	-webkit-transform: perspective(800px) rotateY(360deg);
	-moz-transform: perspective(800px) rotateY(360deg);
	
}

.head_lan.fixed {
	background:#FA5118;
	border:none;
}
.lan_con {
	width:auto;
	display:flex;
	justify-content:center;
	align-items:center;
	padding-left:26px;
}
.lan_con:hover {
	cursor:pointer;
}
.head_lan .lan_tit {
	width:auto;
	line-height:38px;
	display:flex;
	align-items:center;
}
.head_lan .lan_tit span {
	display:inline-block;
	font-size:16px;
	color:#fff;
		float:left;
		font-family: "Poppins" !important;
		font-weight:600
}
.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;
	margin-left:5px;
	text-align:center;
	transform:scale(0.7);
	display:inline-block;
}
.head_lan .lan_tit .iconfont.map:before {
	content:'\e614';
	color:#fff;
	font-size:16px;
	text-align:center;
}
.head_lan .lan_tit .iconfont.jt:before {
	content:'\e69a';
	color:#fff;
	font-size:12px;
	text-align:center;
}
.head_lan .lan_list {
	display:flex;
	width:120px;
	background:#fff;
	padding:3px 0px 10px 0px;
	position:fixed;
	z-index:99;
	top:50px;
	font-size:13px;
	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:'\e6c8';
	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:center;
	height:30px;
	line-height:30px;
transition:all .3s ease;
}
.head_lan .lan_list a:hover {
	color:#004e94;
}
