﻿footer{
	width: 100%;
	height: 230px;
	background-color: rgb(248, 248, 248);
}
.foot{
	width: 50%;
	height: 180px;
	margin: 0 auto;
}

.foot .foot_logo{
	width: 20%;
	height: 100%;
	float: left;
}
.foot_logo_img{
	width: 95px;
	height: 75px;
	margin: 0 auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.foot_Right{
	width: 75%;
	height: 100%;
	float: right;
}
.foot_Right_number{
	width: 90%;
	height: 80%;
	margin: 0 auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.foot_Right_number p{
	width: 75%;
	font-size: 13px;
	line-height: 35px;
	float: left;
}

.foot_Right_wx{
	float: left;
	margin: 10px;
	height: 100%;	
}
.foot_Right_img{
	width: 100px;
	height: 100px;
}
.foot_Right_wx p{
	width: 100%;
	font-size: 14px;
	text-align: center;
}

.foot_top{
	width:100%;
	height: 50px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	
}
#foot_tops{
	width: 50%;
	height: 100%;
	margin: auto;
}
.foot_tops_a{
	color: #000000;
	text-decoration: none;
	
}
.foot_tops_a:hover{
	color:  rgb(48,132,192);
	
	text-decoration: underline;
}
.foot_top span{
	font-size: 12px;
	display: flex;
	justify-content: center;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}