/* 尾部 */
.footLogo {
	width: 100%;
	background-color: #333333;
	border-bottom: 1px solid #A8A8A8;
}

.footLogo>.box {

	/* margin: 0 auto; */
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 23px 0;
	color: #fff;
	font-size: 16px;
}

.footLogo>.box>.right {
	display: flex;
	align-items: center;
	margin-right: 1%;
}

.footLogo>.box>.right>div {
	width: 80px;
	/* height: 60px; */
	margin-left: 10px;
	text-align: center;

}

.footLogo>.box>.right>div>img {
	width: 80px;
	height: 80px;
	margin: 10px 0;
}

.footLogo>.box>.right>.buttonR {
	margin-left: 20px;
}

/* 尾部 */
.foot {
	width: 100%;
	background-color: #333333;
	/* border-bottom: 1px solid #A8A8A8; */
}

.foot>.text {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding-top: 24px;

}

.foot>.text>.left {
	width: 465px;
	display: flex;
	justify-content: space-between;
}

.foot>.text>.left>.ul {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #fff;
}

.foot>.text>.left>.ul>div {
	margin-bottom: 20px;
}

.foot>.text>.left>.ul>.liC {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #A8A8A8;
}

.foot>.text>.right>.button {
	width: 278px;
	height: 60px;
	background: rgba(255, 255, 255, 0);
	border: 1px solid #FFFFFF;
	border-radius: 30px;
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	line-height: 60px;
	text-align: center;
	color: #FFFFFF;
}

.foot>.text>.right>.teipo {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	margin-top: 10px;
}

.foot>.text>.right>.teipo>div {
	margin-top: 10px;
}

.foot>.text>.right>.dont {
	margin-top: 40px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #A8A8A8;
}

.foot>.text>.right>.dont>div {
	margin-top: 10px;
}

.foot>.icp {
	background-color: #333333;
	border-top: 1px solid #A8A8A8;
	padding: 13px 0;
	text-align: center;
	height: 68px;
}

.foot>.icp>.title {

	margin: 0 auto;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #fff;
}
.foot>.icp>.title>a{
	color: #fff;
}
.foot>.icp>.title>a:hover{
	color: #fff;
}