
.kt_footer {
	width: 100%;	
	height: 80px;
	background: #5CC6FF;
}

.footer_box {
	width: 1200px;
    height: 100%;
    max-width: 1200px;
    min-width: 1180px;
    margin: 0 auto;
    display: flex;
    justify-content:center;
    align-items: center;
}

.footer_box .ewm_box {
	margin-left: 40px;
	width: 225px;
	text-align: center;
	color: #fff;
	font-size: 20px;
}

.footer_box .ewm_box .ewm {
	width: 225px;
	height: 225px;
	background: #fff;
}

.footer_box .ewm_box .ewm img {
	width: 100%;
	height: auto;
}

.footer_box .ewm_box .tips{
	margin-top: 22px;
}

.footer_box .txt_box {
	font-size: 20px;
	color: #ffffff;
	line-height: 30px;
	position: relative;
	text-align: center;
}