* {
  margin: 0;
  padding: 0 !important;
  list-style: none;
  text-decoration: none !important;
}
@font-face {
  font-family: RUIZIZHENYANTIMIANFEISHANGYONG-2;
  src: url(../font/RUIZIZHENYANTIMIANFEISHANGYONG-2.TTF);
}
.banner {
  height: 500px;
  background: url(../img/ryzz.jpg) no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  justify-content: flex-end;
  background-position: center;
 background-repeat: no-repeat;
}
.banner h1 {
  font-size: 60px;
  color: #fdf204;
  font-family: RUIZIZHENYANTIMIANFEISHANGYONG-2;
}
.banner ul {
  display: flex;
  align-items: center;
  background: url(../img/home.png) no-repeat left center;
  padding-left: 34px !important;
}
.banner ul li {
  font-size: 14px;
  line-height: 20px;
  margin-right: 10px;
  color: #ccc;
}
.banner ul li a {
  color: #ccc;
}
.content {
  background: #000;
}
.content .contentOne {
  display: flex;
  padding-top: 52px !important;
  flex-wrap: wrap;
  position: relative;
}
.content .contentOne li {
  width: 283px;
  height: auto;
  background: #222;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-right: 5px;
  margin-bottom: 20px;
  position: relative;
}
.content .contentOne li a {
  background: #585858;
}
.content .contentOne li a img {
  width: 100%;
  height: auto;
  padding: 10px !important;
}
.content .contentOne li p {
  color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .banner {
    height: auto;
    padding: 100px 0 !important;
  }
  .banner h1 {
    font-size: 3.75rem;
  }
  .content .contentOne {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .banner {
    height: auto;
    padding: 0 6.25rem !important;
  }
  .banner h1 {
    font-size: 1.875rem;
  }
  .content .contentOne {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
