.fd-box{
	width: 71px;
	height: 71px;
	background: #FFFFFF;
	box-shadow: 0px 2px 4px 0px rgba(26,32,63,0.11);
	border: 1px solid #F5F6FA;
	box-sizing: border-box;
	border-radius: 50%;
	display: none;
	position: fixed;
	right: 65px;
	bottom: 2%;
	z-index: 1001;
}
.fd-box img{
	height: 31px;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
footer{
	width: 100%;
	background: #EDEDEE;
}
.foot-tops{
	width: 100%;
}
.foot-top{
	width: 100%;
	margin: 50px auto;
}
.foot-top-f{
	width: 100%;
	display: inline-block;
}
.foot-top-f1{
	float: left;
	height: 45px;
	display: block;
}
.foot-top-f1 img{
	height: 100%;
	display: block;
}
.foot-top-f2{
	float: right;
	display: inline-block;
}
.foot-top-f2_1{
	float: left;
	margin-right: 30px;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}
.foot-top-f2_1:last-child{
	margin-right: 0;
}
.foot-top-f2_1 img{
	width: 20px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}
.foot-top-f2_1 span{
	display: inline-block;
	vertical-align: middle;
}
.foot-top-t{
	width: 100%;
	display: inline-block;
	margin-top: 45px;
}
.foot-top-t1{
	width: 7%;
	float: left;
	margin-right: 1%;
}
.foot-top-t1_1{
	width: 100%;
	font-size: 16px;
	font-weight: 600;
	color: #333333;
	display: block;
	margin-bottom: 20px;
}
.foot-top-t1 a:hover{
	color: #56A2C8;
	transition: all .2s;
}
.foot-top-t1_2{
	width: 100%;
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 400;
	color: #333333;
}
.foot-top-t2{
	width: 30%;
	float: left;
	margin-right: 3%;
}
.foot-top-t2_1{
	width: 100%;
	margin-bottom: 30px;
}
.foot-top-t2_1:last-child{
	margin-bottom: 0;
}
.foot-top-t2_2{
	width: 100%;
	font-size: 16px;
	font-weight: 600;
	color: #333333;
}
.foot-top-t2_3{
	width: 100%;
	margin-top: 15px;
	font-size: 14px;
	color: #333333;
	line-height: 24px;
}
.foot-top-t3{
	width: 19%;
	float: left;
	display: inline-block;
}
.foot-top-t3 img{
	width: 47%;
	float: left;
	margin-right: 6%;
	display: block;
}
.foot-top-t3 img:last-child{
	margin-right: 0;
}
.foot-down{
	width: 100%;
	background: #DBDBDB;
}
.foot-dow{
	width: 100%;
	margin: 15px auto;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	color: #333333;
}