.banner{background-image: url(/style/images/about.jpg?1);background-repeat: no-repeat;background-position: top center;width: 100%;
	height: 496px;}
.h1{font-size: 26px;text-align: center;margin: 50px 0;position: relative;padding-bottom: 10px;}
.h1::before {

  position: absolute;

  bottom: 0;

  left: 50%;

  transform: translateX(-50%);

  content: '';

  width: 50px;

  height: 2px;

  border-radius: 5px;

  background-color: #999999;

}