.i-partner, .i-photo, .i-honor, .i-about, .i-tit {
  margin: 0px auto;
  width: 1002px;
  color: #333 !important;
}

.i-tit {
  border-bottom: 2px solid #ccc;
  margin-bottom: 40px;
}
.i-tit h2 {
  font-size: 36px;
  padding-bottom: 15px;
  margin: 0;
  font-weight: bold;
  text-align: center;
  letter-spacing: 2px;
  color: #000;
  position: relative;
}
.i-tit h2:before, .i-tit h2:after {
  content: "";
  position: absolute;
  --w: 160px;
  bottom: -4px;
  height: 6px;
  background: #e02a29;
  border-radius: 3px;
}
.i-tit h2:before {
  right: 50%;
  width: calc(var(--w) / 2);
  z-index: 2;
  background: #111;
}
.i-tit h2:after {
  left: 50%;
  margin-left: calc(-1 * var(--w) / 2);
  width: var(--w);
  z-index: 1;
}

.i-about {
  padding: 40px 0;
}
.i-about .i-content p {
  font-size: 16px;
  text-indent: 2em;
  line-height: 1.8;
  margin-bottom: 10px;
}
.i-about .i-numlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}
.i-about .i-numlist .item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  border-right: 3px dotted #333;
}
.i-about .i-numlist .item:last-child {
  border-right: none;
}
.i-about .i-numlist .item .item-num span {
  color: #e02a29;
  font-weight: bold;
  font-size: 50px;
}

.i-honor {
  padding-bottom: 40px;
}
.i-honor .honor-list {
  text-align: center;
}
.i-honor .honor-list img {
  max-width: 100%;
}

.i-photo {
  padding-bottom: 40px;
}
.i-photo .photo-list {
  text-align: center;
}
.i-photo .photo-list img {
  max-width: 100%;
}

.i-partner {
  padding-bottom: 40px;
}
.i-partner .partner-list {
  text-align: center;
}
.i-partner .partner-list img {
  max-width: 100%;
}/*# sourceMappingURL=index.css.map */