footer {
	width: 100%;
	background: #2AAAA1;
	overflow: hidden;
}

.footer {
	width: 100%;
}

.footer_down {
	border-top: 1px solid rgba(255, 255, 255, .4);
	width: 100%;
	padding: 40px 0;
	text-align: center;
	font-size: 14px;
	color: white;
}

.footer_top {
	width: 100%;
	padding: 45px 0;
	padding-top: 60px;
	display: inline-block;
}

.footer_top1 {
	width: 33%;
	float: left;
	margin-right: 8%;
}

.footer_top1_1 {
	border-bottom: 1px solid white;
	width: 100%;
	padding: 20px 0;
	font-family: "SourceHanSerifSC-Bold";
	font-size: 20px;
	color: white;
}

.footer_top1_2 {
	width: 100%;
	margin-top: 20px;
	color: white;
	font-size: 16px;
	word-wrap: break-word;
}

.footer_top1_3 {
	width: 100%;
	display: flex;
}

.footer_top1_4 {
	width: 40px;
	margin-top: 40px;
	margin-right: 20px;
	display: block;
	position: relative;
}

.footer_top1_4:last-child {
	margin-right: 0;
}

.footer_top1_5 {
	width: 100%;
	display: block;
}

.footer_top1_6 {
	width: 150px;
	padding: 10px;
	background-color: white;
	border-radius: 5px;
	display: none;
	position: absolute;
	left: 50%;
	bottom: calc(100% + 16px);
	transform: translateX(-50%);
}

.footer_top1_6::after {
	content: '';
	width: 0;
	height: 0;
	border-top: 8px solid white;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	border-bottom: 8px solid transparent;
	position: absolute;
	left: 50%;
	bottom: -16px;
	transform: translateX(-50%);
}
.footer_top1_6 img{
	width: 100%;
	display: block;
}
.footer_top1_4:hover .footer_top1_6{
	display: block;
}
.footer_top2 {
	width: 13%;
	float: left;
	margin-right: 8%;
}
.footer_top2_1{
	width: 100%;
	display: block;
	margin-top: 20px;
	color: white;
	font-size: 16px;
	word-wrap: break-word;
}
.footer_top3 {
	width: calc(38% + 295px);
	height: 370px;
	float: right;
	margin-right: -295px;
	margin-top: -60px;
}