.header {
  padding-left: 50px;
  padding-right: 44px;
  height: 86px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header > span {
  font-size: 16px;
  line-height: 30px;
}

.logo {
  width: 110px;
  height: 46px;
  object-fit: contain;
}

.main {
  margin: 0 auto;
  padding-bottom: 50px;
  width: 956px;
}

.banner {
  height: auto;
  min-width: 956px;
  max-width: 100%;
  margin-bottom: 40px;
  padding: 40px 50px 90px;
  background-image: url('../assets/img/banner.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.banner > h1 {
  margin-top: 98px;
  margin-bottom: 24px;
  font-size: 46px;
  font-weight: bold;
  color: #fefefe;
  text-align: center;
  letter-spacing: 8px;
  text-shadow: 0px 4px 2px #333;
}

.banner > p {
  font-size: 24px;
  color: #fefefe;
  line-height: 33px;
  text-align: center;
}

.title {
  height: 46px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d6e0f0;
  font-size: 20px;
  font-weight: bold;
  border-radius: 6px;
}

.title > span {
  font-size: 20px;
  position: relative;
  color: #0b4292;
}

.title > span::before,
.title > span::after {
  content: '';
  display: block;
  height: 2px;
  width: 10px;
  position: absolute;
  top: calc(50% - 1px);
  left: -20px;
  background: #0b4292;
}

.title > span::after {
  left: initial;
  right: -20px;
}

.table {
  border-collapse: collapse;
  width: 100%;
}

table,
table tr th,
table tr td {
  border: 1px solid #333;
  text-align: center;
  vertical-align: middle;
}

thead {
  background: #d6e0f0;
}
tr,
th {
  padding: 7px 0;
}

tr,
td {
  padding: 14px 0;
}

.btn {
  display: inline-block;
  padding: 0 12px;
  height: 36px;
  line-height: 36px;
  background: #0b4292;
  border-radius: 6px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.link {
  display: inline-block;
  color: #0b4292;
  cursor: pointer;
}

ul {
  margin-bottom: -10px;
}
li {
  height: 30px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  margin-bottom: 10px;
}

.contact {
  color: #333333;
  line-height: 30px;
  margin-bottom: 14px;
  display: flex;
  align-items: flex-start;
}

.contact > div:first-of-type {
  color: #333333;
  line-height: 30px;
}

.contact img {
  user-select: none;
  -webkit-user-drag: none;
  width: 170px;
  height: 170px;
}
