footer{
	width: 100%;
	background: white;
}
.foot_tops{
	width: 100%;
}
.foot_top{
	width: 100%;
	margin: 75px auto;
	display: flex;
}
.foot_top1{
	width: 25%;
	padding: 0 15px;
}
.foot_top1_1{
	width: 100%;
	font-size: 18px;
	color: #2C2C2C;
	font-weight: bold;
}
.foot_top1_2{
	width: 100%;
	margin-top: 20px;
	font-size: 15px;
	color: #979696;
	display: block;
}
.foot_top1_2 img{
	width: 5px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}
.foot_top1_2 div{
	width: calc(100% - 20px);
	display: inline-block;
	vertical-align: middle;
}
.foot_top1_3{
	max-width: 90%;
	width: 135px;
	display: block;
	margin: auto;
}
.foot_top1_4{
	width: 100%;
	font-size: 13px;
	color: #2C2C2C;
	font-weight: bold;
	margin-bottom: 20px;
}
.foot_top1_5{
	width: 100%;
	margin-bottom: 45px;
	font-size: 16px;
	color: #979797;
}
.foot_top1_6{
	width: 100%;
	margin-bottom: 20px;
	font-size: 16px;
	color: #979797;
	word-wrap: break-word;
	word-break: normal;
}
.foot_top1_6:last-child{
	margin-bottom: 0;
}
.foot_top1_6 img{
	width: 15px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}
.foot_top1_6 div{
	width: calc(100% - 26px);
	display: inline-block;
	vertical-align: middle;
}
.foot_downs{
	width: 100%;
	background: #F4F7FC;
}
.foot_down{
	width: 100%;
	margin:30px auto;
	display: inline-block;
}
.foot_down1{
	float: left;
	font-size: 15px;
	color: #959595;
}
.foot_down2{
	height: 10px;
	display: block;
	float: right;
}