footer{
	background-color: #F9F9F9;
}
.footer{
	width: 100%;
}
.footer-tops{
	width: 100%;
	padding: 60px 0;
	display: inline-block;
}
.footer-top1{
	/* border: 1px solid red; */
	width: 10%;
	float: left;
	margin-right: 5%;
}
.footer-top1_1{
	width: 100%;
	display: block;
	margin-bottom: 40px;
	font-size: 18px;
	color: #333333;
}
.footer-top1_1:hover{
	color: #000000;
	text-decoration: underline;
}
.footer-top1_1:last-child{
	margin-bottom: 0;
}
.footer-top2{
	/* border: 1px solid red; */
	width: 37%;
	float: left;
	margin-right: 5%;
}
.footer-top2_1{
	width: 100%;
	font-size: 18px;
	color: #333333;
}
.footer-top2_2{
	width: 100%;
	margin-top: 25px;
	font-size: 18px;
	color: #333333;
}
.footer-top2_2 img{
	width: 20px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}
.footer-top2_2 div{
	width: calc(100% - 31px);
	display: inline-block;
	vertical-align: middle;
}
.footer-top2_3{
	width: 100%;
	margin-top: 20px;
	display: inline-block;
}
.footer-top2_3_1{
	width: 23.5%;
	margin-right: 8%;
	float: left;
	font-size: 16px;
	color: #333333;
	text-align: center;
}
.footer-top2_3_1:nth-child(4n){
	margin-right: 0;
}
.footer-top2_3_1 img{
	width: 100%;
	display: block;
	margin-bottom: 10px;
}
.footer-top3{
	width: 43%;
	height: 345px;
	float: left;
}
.footer-down{
	border-top: 1px solid #EEEEEE;
	width: 100%;
	padding: 25px 0;
	text-align: center;
	font-size: 16px;
	color: #333333;
}
.fds-box{
	position: fixed;
	right: 15px;
	bottom: 30%;
	z-index: 1001;
}
.fds-bo1{
	border: 2px solid white;
	width: 40px;
	background: #1861A2;
	border-radius: 40px;
	box-shadow: 0 0 8px rgba(110,110,110, 0.38);
	display: block;
	padding: 15px 0;
	padding-bottom: 20px;
	font-size: 14px;
	color: white;
}
.fds-bo1 img{
	width: 20px;
	display: block;
	margin: auto;
	margin-bottom: 10px;
}
.fds-bo1 div{
	width: 100%;
	line-height: 40px;
	writing-mode: vertical-rl;
}
.fds-bo2{
	border: 2px solid white;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #F8F9FA;
	box-shadow: 0 0 8px rgba(110,110,110, 0.38);
	margin-top: 15px;
	position: relative;
}
.fds-bo2 img{
	width: 15px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}