footer {
	width: 100%;
	background-image: url(../img/bg_1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.footer_tops {
	width: 100%;
}

.footer_top {
	width: 100%;
	margin-top: 100px;
	margin-bottom: 50px;
}

.footer_top1 {
	width: 100%;
	text-align: center;
	color: white;
	font-size: 45px;
	font-weight: 700;
	line-height: 1.208em;
}

.footer_top2 {
	margin: auto;
	margin-top: 50px;
	width: 130px;
	height: 50px;
	background: #D1F056;
	font-size: 16px;
	color: #081330;
	border-radius: 5px;
	text-align: center;
	line-height: 50px;
	display: block;
	font-weight: 600;
}
.footer_cens{
	border-top: 1px dashed rgb(255 255 255 / 20%);
	width: 100%;
}
.footer_cen{
	width: 100%;
	margin: 55px auto;
}
.footer_cen1{
	width: 100%;
	display: inline-block;
}
.footer_cen1_1{
	width: 12.5%;
	display: block;
	float: left;
}
.footer_cen1_2{
	width: 12.5%;
	float: left;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	color: #D1F056;
	padding: 8px 0;
	display: block;
}
.footer_cen2{
	width: 100%;
	display: inline-block;
}
.footer_cen2_1{
	width: 50%;
	float: left;
	margin-top: 35px;
	padding-left: 100px;
}
.footer_cen2_2{
	width: 100%;
	    color: #D1F056;
	    font-size: 16px;
	    font-weight: 600;
		margin-bottom: 55px;
}
.footer_cen2_3{
	width: 100%;
	margin-bottom: 30px;
	font-size: 16px;
	color: white;
	font-weight: 700;
}
.footer_cen2_3:last-child{
	margin-bottom: 0;
}
.footer_cen2_3 img{
	max-width: 15px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}
.footer_cen2_3 div{
	width: calc(100% - 30px);
	display: inline-block;
	vertical-align: middle;
}
.footer_cen3{
	width: 100%;
	display: inline-block;
	padding-left: 100px;
	margin-top: 115px;
}
.footer_cen3_1{
	width: 150px;
	float: left;
	margin-right: 55px;
	text-align: center;
	font-size: 16px;
	color: white;
	font-weight: bold;
}
.footer_cen3_1:last-child{
	margin-right: 0;
}
.footer_cen3_1 img{
	width: 100%;
	display: block;
	margin-bottom: 30px;
}
.footer_downs{
	width: 100%;
}
.footer_down{
	width: 100%;
	margin: 15px auto;
	text-align: center;
	font-size: 16px;
	color: white;
	font-weight: 700;
}