a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
ul,
li {
  list-style: none;
}
ul {
  padding: 0;
  margin: 0;
}
i {
  font-style: normal;
}
img {
  max-width: 100%;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 0;
  margin-bottom: 0;
}
.fz1 {
  font-size: 18px;
  line-height: 25px;
}
.fz2 {
  line-height: 20px;
  font-size: 14px;
}
input {
  outline: none;
}
.footer {
  border-top: 1px solid #dddddd;
  padding: 30px 0 28px;
}
.copyright {
  text-align: right;
}
@media (min-width: 1170px) {
  .lg-hide {
    display: none;
  }
}
@media (max-width: 1170px) {
  .md-hide {
    display: none!important;
  }
  .copyright {
    text-align: center;
  }
}
@media (max-width: 750px) {
  .xl-clear-pl {
    padding-left: 0;
  }
}
.honour .item {
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  padding-bottom: 42px;
}
.honour li {
  text-align: center;
}
.honour li img {
  display: block;
  width: 100%;
}
.honour li h3 {
  padding-top: 30px;
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
  color: #333333;
  padding-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.honour li p {
  font-size: 12px;
}
.title {
  padding: 40px 0;
}
.title span {
  line-height: 25px;
  display: block;
  margin-bottom: 7px;
  font-size: 18px;
  color: #333333;
}
.title:after {
  width: 50px;
  height: 2px;
  background: #3F66F6;
  content: '';
  display: block;
  margin: 0 auto;
}
.honourboxs {
  padding-bottom: 60px;
}
