﻿.change-language {
	display: inline-block;
	position: relative;
	vertical-align: top;
	font-size: 14px;
	margin-left: 24px;
    cursor: pointer;
}
.change-language .select-top p {
	padding: 0 38px 0 18px;
    color: #2e2d2e;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.change-language .select-top .earth-icon {
	position: absolute;
	left: 0;
	top: 12px;
	width: 14px;
	height: 14px;
	background: url(/Images/2025/earch-icon.png) no-repeat;
	background-size: contain;
}
.change-language .select-top i {
	position: absolute;
	right: 12px;
	top: 19px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 4px 0 4px;
	border-color: #575757 transparent transparent transparent;
}
.change-language .select-top:hover p {
	color: #0aa344;
}
.change-language .select-top:hover .earth-icon {
    background-image: url(/images/2025/earth-hover.png);
}
.change-language .select-bot {
	position: absolute;
	left: 0;
	top: 100%;
	display: none;
	width: 100%;
	border-radius: 4px;
	background: #fff;
	box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.12);
	padding: 10px 2px;
	z-index: 102;
}
.change-language .select-bot a {
	padding: 0 10px;
	font-size: 12px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
	border-radius: 4px;
	color: #333;
	display: block;
	font-weight: 700;
	margin: 0;
}
.change-language .select-bot a:hover {
	background-color: #e6f7ec;
}
.foot-img {
	margin-top: 24px;
	overflow: hidden;
	font-size: 0;
}
.foot-img .Li {
    display: inline-block;
    width: 100px;
    margin-right: 10px;
}
.foot-img .item {
    height: 0;
    padding-bottom: 70.75%;
    position: relative;
}
.foot-img .item img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
