header { padding: 2rem 0; background: #0070f9; height: 30vh; display: flex; flex-direction: column; justify-content:center; align-items: center; position: relative;}
header .home_btn { position: absolute; left: 1.5rem; top: 1.5rem; }
header .text_wrap { text-align: center;}
header .text_wrap * { color: #fff;}
header .home_btn img { width: 1rem;}
header .text_wrap h1 { font-size: 2.6rem; font-weight: 800;}
header .text_wrap p {width: 65%; font-size: 1.6rem; margin: 0 auto; line-height: 1.3;}

.bannerImg {
    width: 100%;
    padding: 1.5rem 0;
}
.bannerImg a {
    width: 100%;
}
.bannerImg a img {
    width: 100%;
}

.subsidy {
    width: 100%;
    margin-bottom: 1.5rem;
}
.subsidy a {
    width: 100%;
}
.subsidy a img {
    width: 100%;
}