/* header */
.banner{
    position:relative;
	display:flex;
	justify-content:center;
	flex-direction:column;
}
.banner a {
	display: block;
	color: #006ab7;
	height: 100%;
	text-align:center
}
.banner a img {width:100%}

.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;
		padding: 0 0.5rem 

}

.footer>.footer_btn  {
    width: 33.33%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
	height:100%
	
	
}

.footer>div.active {
	    background: url(../img/arrow.png) no-repeat;
    background-position: 50% 0.5rem;
    background-size: 1.5rem;
	border-top: 5px solid #00457a;
}  

.footer>div a {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
    height: 100%;
    justify-content: center;
	position:relative
}

.footer>div a img {
	width: 3.8rem;
    opacity: 40%;
	padding-bottom: .5rem;
}

.footer>div p {
    font-size: 1.7rem;
    font-weight: 600;
    color: #999;
    width: 100%;
    text-align: center;
}

.footer .footer_btn.active p {
	color: #222;
}
.footer .footer_btn.active img {
	opacity: 100%;
}