footer{
	width: 100%;
	background-image: url(../img/bg_3.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.footer-tops{
	width: 100%;
}
.footer-top{
	width: 100%;
	margin-top: 80px;
	margin-bottom: 40px;
	display: inline-block;
}
.footer-top1{
	width: 220px;
	float: left;
	margin-left: -250px;
}
.footer-top3{
	width: calc(100% - 320px);
	float: left;
	display: flex;
}
.footer-top3_1{
	/*width: 23%;*/
	width: 21%;
	margin-right: 2%;
}
.footer-top3_1:last-child{
        width: 31%;
    margin-right: 0;
}
.footer-top3_2{
	width: 100%;
	margin-bottom: 30px;
	font-size: 16px;
	color: white;
	font-weight: bold;
}
.footer-top3_3{
	width: 100%;
	display: block;
	margin-bottom: 15px;
	font-size: 16px;
	color: white;
	word-wrap: break-word; /* CSS3 */
}
.footer-top3_3:last-child{
	margin-bottom: 0;
}
.footer-top2{
	width: 320px;
	float: left;
}
.footer-top2_1{
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: white;
	line-height: 30px;
}
.footer-top2_2{
	border: 1px solid white;
	width: 230px;
	height: 55px;
	display: block;
	margin: auto;
	margin-top: 30px;
	text-align: center;
	line-height: 55px;
	border-radius: 10px;
	font-size: 18px;
	color: white;
}
.footer-down{
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	width: 100%;
}
.footer-dow{
	width: 100%;
	padding: 20px;
	text-align: center;
	font-size: 14px;
	color: white;
}