/* header */
.banner{
	height: 5rem;
    position:relative;
	display:flex;
	justify-content:center;
	flex-direction:column;
	background: #fff;
}
.banner a {
	display: block;
	color: #006ab7;
	height: 100%;
	padding: 1.5rem;
}
.banner a img {height: 2rem;}

.bannerImg {
    width: 100%;
    padding: 1.5rem 0;
}
.bannerImg a {
    width: 100%;
}
.bannerImg a img {
    width: 100%;
}

/* footer */
.sec_footer {
    position: fixed;
    bottom: 0;
    left: 0;
    background: #fff;
    width: 100%;
    border-top: 1px solid #c9c9c9;
	z-index: 10;
}

.footer {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    height: 6.3rem
}

.footer>div {
    width: 33.33%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.footer>div a {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.footer>div a img {
	width: 3.8rem;
    opacity: 40%;
	padding-bottom: .5rem;
}

.footer>div p {
    font-size: 1rem;
    font-weight: 600;
    color: #868686;
    width: 100%;
    text-align: center;
}

.footer .footer_btn.active p {
	color: #0051a2;
}
.footer .footer_btn.active img {
	opacity: 100%;
}