body {
  min-width: 1080px;
}
.top {
  width: 100%;
  height: 120px;
  line-height: 120px;
  background: #be0008;
}
.logo-wrap {
  width: 1060px;
  margin: auto;
  padding: 0 10px;
  vertical-align: middle;
}
.container {
  width: 1060px;
  padding: 0 10px;
  margin: auto;
}

.model .title {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  padding: 45px 0 42px;
}
.model .title::after {
  content: '';
  display: block;
  width: 100%;
  height: 7px;
  background-color: #be0008;
  margin-top: 25px;
}
.model .list {
  margin: 0 -23px;
}
.model .item {
  display: inline-block;
  width: 319px;
  height: 92px;
  line-height: 92px;
  background-color: #e7f0f3;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  margin: 0 23px 25px;
}
.model .item a {
  display: block;
  padding: 0 20px;
}

.model .item:hover {
  background-color: #e7f0f7;
}
.footer {
  margin-top: 100px;
  background: #fff;
  padding: 30px 0;
  text-align: center;
  border-top: 1px solid #999;
}
