#header { position: fixed; top: 0; left: 0; width: 100%; }

.notop-header { -webkit-box-shadow: 0px 0px 10px 0px rgba(87, 87, 87, 0.4); box-shadow: 0px 0px 10px 0px rgba(87, 87, 87, 0.4); }

.title { display: inline-block; border-bottom: 14px solid rgba(0, 193, 109, 0.5); height: 40px; line-height: 55px; color: #121212; font-size: 40px; font-weight: 700; }

.banner { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-bottom: 70px; width: 100%; height: 423px; }

.banner .banner-info { margin: 0 auto; width: 1200px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }

.banner .banner-info .big { margin-bottom: 18px; font-size: 60px; font-weight: bold; color: #fff; }

.banner .banner-info .small { font-size: 22px; color: #fff; }
/*# sourceMappingURL=components.min.css.map */