/* header */
.banner{
	height: 5rem;
    position:relative;
	display:flex;
	justify-content:center;
	flex-direction:column;
	background: #fff;
	border-bottom: 2px solid #bc0c22;
}
.banner a {
	display: block;
	color: #006ab7;
	height: 100%;
	padding: 1.5rem;
}
.banner a img {height: 2rem;}

/* 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: 1.3rem;
    font-weight: 600;
    color: #999;
    width: 100%;
    text-align: center;
}

.footer .footer_btn.active p {
	color: #222;
}
.footer .footer_btn.active img {
	opacity: 100%;
}